Pull request #40489 updated Started by user Sebastiaan van Stijn Rebuilds build #4 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 31a86c4ab209528b77d6048f8c99c363ffd4c884 rather than 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 Obtained Jenkinsfile from 31a86c4ab209528b77d6048f8c99c363ffd4c884 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 [2020-02-14T13:38:13.662Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-02-14T13:38:13.671Z] Trying to pass milestone 4 [Pipeline] milestone [2020-02-14T13:38:13.706Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-02-14T13:38:28.836Z] Still waiting to schedule task [2020-02-14T13:38:28.836Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2020-02-14T13:39:11.877Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa7273cc9c87b0d0) in /home/ubuntu/workspace/moby_PR-40489 [Pipeline] { [Pipeline] checkout [2020-02-14T13:39:14.242Z] using credential docker-jenkins-github-credentials [2020-02-14T13:39:14.249Z] Cloning the remote Git repository [2020-02-14T13:39:14.249Z] Cloning with configured refspecs honoured and without tags [2020-02-14T13:39:14.337Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:39:14.439Z] > git init /home/ubuntu/workspace/moby_PR-40489 # timeout=10 [2020-02-14T13:39:14.708Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:39:14.708Z] > git --version # timeout=10 [2020-02-14T13:39:14.756Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:39:14.757Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:39:36.255Z] Fetching without tags [2020-02-14T13:39:36.659Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:39:36.027Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:39:36.045Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:39:36.071Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:39:36.143Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:39:36.205Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:39:36.205Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:39:36.206Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:39:36.616Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:39:36.644Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:39:37.266Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:39:38.172Z] Merge succeeded, producing 341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:39:38.173Z] Checking out Revision 341e65ad44795695b8780ecef46a2b3769da2cad (PR-40489) [2020-02-14T13:39:38.859Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:39:38.885Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-14T13:39:40.265Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40489:/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 [2020-02-14T13:39:38.101Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:39:38.121Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:39:38.147Z] > git checkout -f 341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:39:38.813Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [2020-02-14T13:39:46.824Z] Unable to find image 'alpine:latest' locally [2020-02-14T13:39:46.824Z] latest: Pulling from library/alpine [2020-02-14T13:39:46.824Z] c9b1b535fdd9: Pulling fs layer [2020-02-14T13:39:46.824Z] c9b1b535fdd9: Verifying Checksum [2020-02-14T13:39:46.824Z] c9b1b535fdd9: Download complete [2020-02-14T13:39:46.824Z] c9b1b535fdd9: Pull complete [2020-02-14T13:39:46.824Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-02-14T13:39:46.824Z] Status: Downloaded newer image for alpine:latest [2020-02-14T13:39:53.380Z] 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) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-02-14T13:39:54.230Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa7273cc9c87b0d0) in /home/ubuntu/workspace/moby_PR-40489 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-02-14T13:39:54.259Z] Running on ppc64le-ubuntu-21 in /home/docker/workspace/moby_PR-40489 [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2020-02-14T13:39:54.352Z] using credential docker-jenkins-github-credentials [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2020-02-14T13:39:54.383Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-02-14T13:39:54.399Z] Fetching without tags [2020-02-14T13:39:54.408Z] Running on s390x-ubuntu-15 in /home/jenkins/workspace/moby_PR-40489 [2020-02-14T13:39:54.408Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2020-02-14T13:39:54.428Z] Cloning the remote Git repository [2020-02-14T13:39:54.428Z] 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] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-02-14T13:39:54.699Z] using credential docker-jenkins-github-credentials [2020-02-14T13:39:54.744Z] Cloning the remote Git repository [2020-02-14T13:39:54.744Z] Cloning with configured refspecs honoured and without tags [2020-02-14T13:39:54.951Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:39:54.355Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-02-14T13:39:54.382Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:39:54.397Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:39:54.398Z] > git --version # timeout=10 [2020-02-14T13:39:54.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:39:54.459Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:39:54.951Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:39:54.968Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:39:55.128Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:39:54.430Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:39:54.431Z] > git init /home/docker/workspace/moby_PR-40489 # timeout=10 [2020-02-14T13:39:54.442Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:39:54.442Z] > git --version # timeout=10 [2020-02-14T13:39:54.445Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:39:54.446Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:39:54.779Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:39:54.781Z] > git init /home/jenkins/workspace/moby_PR-40489 # timeout=10 [2020-02-14T13:39:54.805Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:39:54.807Z] > git --version # timeout=10 [2020-02-14T13:39:54.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:39:54.826Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:39:55.862Z] Merge succeeded, producing 4da469626a7e8f1ab67108dc50b6493f2ae8a13a [2020-02-14T13:39:55.863Z] Checking out Revision 4da469626a7e8f1ab67108dc50b6493f2ae8a13a (PR-40489) [2020-02-14T13:39:56.012Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:39:56.033Z] First time build. Skipping changelog. [2020-02-14T13:39:55.843Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:39:55.862Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:39:55.865Z] > git checkout -f 4da469626a7e8f1ab67108dc50b6493f2ae8a13a [2020-02-14T13:39:56.011Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-14T13:39:56.986Z] + [ PR != PR ] [2020-02-14T13:39:56.986Z] + [ master != master ] [2020-02-14T13:39:56.986Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:39:57.352Z] + docker version [2020-02-14T13:39:57.352Z] Client: Docker Engine - Community [2020-02-14T13:39:57.352Z] Version: 19.03.5 [2020-02-14T13:39:57.352Z] API version: 1.40 [2020-02-14T13:39:57.352Z] Go version: go1.12.12 [2020-02-14T13:39:57.353Z] Git commit: 633a0ea838 [2020-02-14T13:39:57.353Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-14T13:39:57.353Z] OS/Arch: linux/amd64 [2020-02-14T13:39:57.353Z] Experimental: false [2020-02-14T13:39:57.353Z] [2020-02-14T13:39:57.353Z] Server: Docker Engine - Community [2020-02-14T13:39:57.353Z] Engine: [2020-02-14T13:39:57.353Z] Version: 19.03.5 [2020-02-14T13:39:57.353Z] API version: 1.40 (minimum version 1.12) [2020-02-14T13:39:57.353Z] Go version: go1.12.12 [2020-02-14T13:39:57.353Z] Git commit: 633a0ea838 [2020-02-14T13:39:57.353Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-14T13:39:57.353Z] OS/Arch: linux/amd64 [2020-02-14T13:39:57.353Z] Experimental: true [2020-02-14T13:39:57.353Z] containerd: [2020-02-14T13:39:57.353Z] Version: 1.2.10 [2020-02-14T13:39:57.353Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:39:57.353Z] runc: [2020-02-14T13:39:57.353Z] Version: 1.0.0-rc8+dev [2020-02-14T13:39:57.353Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:39:57.353Z] docker-init: [2020-02-14T13:39:57.353Z] Version: 0.18.0 [2020-02-14T13:39:57.353Z] GitCommit: fec3683 [Pipeline] sh [2020-02-14T13:39:57.686Z] + docker info [2020-02-14T13:40:04.017Z] Fetching without tags [2020-02-14T13:40:03.898Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:40:03.914Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:40:03.931Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:40:03.987Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:40:04.048Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:40:04.050Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:40:04.051Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:40:04.437Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:40:05.561Z] Merge succeeded, producing 5e623449940b59f45a145c89b589280532880c01 [2020-02-14T13:40:05.562Z] Checking out Revision 5e623449940b59f45a145c89b589280532880c01 (PR-40489) [2020-02-14T13:40:04.477Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:40:04.494Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:40:05.085Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:40:05.526Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:40:06.444Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:40:06.502Z] First time build. Skipping changelog. [2020-02-14T13:40:05.592Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:40:05.612Z] > git checkout -f 5e623449940b59f45a145c89b589280532880c01 [2020-02-14T13:40:06.469Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:40:07.953Z] + docker version [2020-02-14T13:40:07.953Z] Client: [2020-02-14T13:40:07.953Z] Version: 18.06.1-ce [2020-02-14T13:40:07.953Z] API version: 1.38 [2020-02-14T13:40:07.953Z] Go version: go1.10.3 [2020-02-14T13:40:07.953Z] Git commit: e68fc7a [2020-02-14T13:40:07.953Z] Built: Tue Aug 21 17:24:34 2018 [2020-02-14T13:40:07.953Z] OS/Arch: linux/s390x [2020-02-14T13:40:07.953Z] Experimental: false [2020-02-14T13:40:07.953Z] [2020-02-14T13:40:07.953Z] Server: [2020-02-14T13:40:07.953Z] Engine: [2020-02-14T13:40:07.953Z] Version: 18.06.1-ce [2020-02-14T13:40:07.953Z] API version: 1.38 (minimum version 1.12) [2020-02-14T13:40:07.953Z] Go version: go1.10.3 [2020-02-14T13:40:07.953Z] Git commit: e68fc7a [2020-02-14T13:40:07.953Z] Built: Tue Aug 21 17:23:34 2018 [2020-02-14T13:40:07.953Z] OS/Arch: linux/s390x [2020-02-14T13:40:07.953Z] Experimental: true [Pipeline] sh [2020-02-14T13:40:08.700Z] + docker info [2020-02-14T13:40:08.700Z] Containers: 0 [2020-02-14T13:40:08.700Z] Running: 0 [2020-02-14T13:40:08.700Z] Paused: 0 [2020-02-14T13:40:08.700Z] Stopped: 0 [2020-02-14T13:40:08.700Z] Images: 0 [2020-02-14T13:40:08.700Z] Server Version: 18.06.1-ce [2020-02-14T13:40:08.700Z] Storage Driver: overlay2 [2020-02-14T13:40:08.700Z] Backing Filesystem: extfs [2020-02-14T13:40:08.700Z] Supports d_type: true [2020-02-14T13:40:08.700Z] Native Overlay Diff: true [2020-02-14T13:40:08.700Z] Logging Driver: json-file [2020-02-14T13:40:08.700Z] Cgroup Driver: cgroupfs [2020-02-14T13:40:08.700Z] Plugins: [2020-02-14T13:40:08.700Z] Volume: local [2020-02-14T13:40:08.700Z] Network: bridge host ipvlan macvlan null overlay [2020-02-14T13:40:08.700Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-14T13:40:08.700Z] Swarm: inactive [2020-02-14T13:40:08.700Z] Runtimes: runc [2020-02-14T13:40:08.700Z] Default Runtime: runc [2020-02-14T13:40:08.700Z] Init Binary: docker-init [2020-02-14T13:40:08.700Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-14T13:40:08.700Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-14T13:40:08.700Z] init version: fec3683 [2020-02-14T13:40:08.700Z] Security Options: [2020-02-14T13:40:08.700Z] apparmor [2020-02-14T13:40:08.700Z] seccomp [2020-02-14T13:40:08.700Z] Profile: default [2020-02-14T13:40:08.700Z] Kernel Version: 4.4.0-171-generic [2020-02-14T13:40:08.700Z] Operating System: Ubuntu 16.04.5 LTS [2020-02-14T13:40:08.700Z] OSType: linux [2020-02-14T13:40:08.700Z] Architecture: s390x [2020-02-14T13:40:08.700Z] CPUs: 2 [2020-02-14T13:40:08.700Z] Total Memory: 7.862GiB [2020-02-14T13:40:08.700Z] Name: s390x-ubuntu-15 [2020-02-14T13:40:08.700Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-02-14T13:40:08.700Z] Docker Root Dir: /var/lib/docker [2020-02-14T13:40:08.700Z] Debug Mode (client): false [2020-02-14T13:40:08.700Z] Debug Mode (server): false [2020-02-14T13:40:08.700Z] Username: dockerbuildbot [2020-02-14T13:40:08.700Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:40:08.700Z] Labels: [2020-02-14T13:40:08.700Z] Experimental: true [2020-02-14T13:40:08.700Z] Insecure Registries: [2020-02-14T13:40:08.700Z] 127.0.0.0/8 [2020-02-14T13:40:08.700Z] Live Restore Enabled: false [2020-02-14T13:40:08.700Z] [2020-02-14T13:40:08.700Z] WARNING: No swap limit support [Pipeline] sh [2020-02-14T13:40:09.206Z] Still waiting to schedule task [2020-02-14T13:40:09.206Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa7273cc9c87b0d0)’ [2020-02-14T13:40:09.213Z] Still waiting to schedule task [2020-02-14T13:40:09.213Z] All nodes of label ‘arm64&&linux’ are offline [2020-02-14T13:40:09.217Z] Still waiting to schedule task [2020-02-14T13:40:09.217Z] All nodes of label ‘windows-2019’ are offline [2020-02-14T13:40:09.429Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:09.429Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:09.429Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40489/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-14T13:40:09.429Z] + bash /home/jenkins/workspace/moby_PR-40489/check-config.sh [2020-02-14T13:40:09.429Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-14T13:40:09.429Z] info: reading kernel config from /boot/config-4.4.0-171-generic ... [2020-02-14T13:40:09.429Z] [2020-02-14T13:40:09.429Z] Generally Necessary: [2020-02-14T13:40:09.784Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-14T13:40:09.784Z] - apparmor: enabled and tools installed [2020-02-14T13:40:09.784Z] - CONFIG_NAMESPACES: enabled [2020-02-14T13:40:09.784Z] - CONFIG_NET_NS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_PID_NS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_IPC_NS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_UTS_NS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUPS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CPUSETS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_MEMCG: enabled [2020-02-14T13:40:09.784Z] - CONFIG_KEYS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_VETH: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-14T13:40:09.784Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-14T13:40:09.784Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-14T13:40:09.784Z] [2020-02-14T13:40:09.784Z] Optional Features: [2020-02-14T13:40:09.784Z] - CONFIG_USER_NS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_SECCOMP: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-14T13:40:09.784Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-14T13:40:09.784Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-14T13:40:09.784Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-14T13:40:09.784Z] - CONFIG_BLK_CGROUP: enabled [2020-02-14T13:40:09.784Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-14T13:40:09.784Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_PERF: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-14T13:40:09.784Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-14T13:40:09.784Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-14T13:40:09.784Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-14T13:40:09.784Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_IP_VS: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-14T13:40:09.784Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-14T13:40:09.784Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-14T13:40:09.784Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_EXT4_FS: enabled [2020-02-14T13:40:09.784Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-14T13:40:09.784Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-14T13:40:09.784Z] - Network Drivers: [2020-02-14T13:40:09.784Z] - "overlay": [2020-02-14T13:40:09.784Z] - CONFIG_VXLAN: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-14T13:40:09.784Z] Optional (for encrypted networks): [2020-02-14T13:40:09.784Z] - CONFIG_CRYPTO: enabled [2020-02-14T13:40:09.784Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_XFRM: enabled [2020-02-14T13:40:09.784Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-14T13:40:09.784Z] - "ipvlan": [2020-02-14T13:40:09.784Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-14T13:40:09.784Z] - "macvlan": [2020-02-14T13:40:09.784Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_DUMMY: enabled (as module) [2020-02-14T13:40:09.784Z] - "ftp,tftp client in container": [2020-02-14T13:40:09.784Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-14T13:40:09.784Z] - Storage Drivers: [2020-02-14T13:40:09.784Z] - "aufs": [2020-02-14T13:40:09.784Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-14T13:40:09.784Z] - "btrfs": [2020-02-14T13:40:09.784Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-14T13:40:09.784Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-14T13:40:09.784Z] - "devicemapper": [2020-02-14T13:40:09.784Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-14T13:40:09.784Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-14T13:40:09.784Z] - "overlay": [2020-02-14T13:40:09.784Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-14T13:40:09.784Z] - "zfs": [2020-02-14T13:40:09.784Z] - /dev/zfs: missing [2020-02-14T13:40:09.784Z] - zfs command: missing [2020-02-14T13:40:09.784Z] - zpool command: missing [2020-02-14T13:40:09.784Z] [2020-02-14T13:40:09.784Z] Limits: [2020-02-14T13:40:09.848Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-14T13:40:09.848Z] [2020-02-14T13:40:09.848Z] + true [Pipeline] } [2020-02-14T13:40:09.858Z] Client: [2020-02-14T13:40:09.858Z] Debug Mode: false [2020-02-14T13:40:09.858Z] [2020-02-14T13:40:09.858Z] Server: [2020-02-14T13:40:09.858Z] Containers: 0 [2020-02-14T13:40:09.858Z] Running: 0 [2020-02-14T13:40:09.858Z] Paused: 0 [2020-02-14T13:40:09.858Z] Stopped: 0 [2020-02-14T13:40:09.858Z] Images: 1 [2020-02-14T13:40:09.858Z] Server Version: 19.03.5 [2020-02-14T13:40:09.858Z] Storage Driver: overlay2 [2020-02-14T13:40:09.858Z] Backing Filesystem: extfs [2020-02-14T13:40:09.858Z] Supports d_type: true [2020-02-14T13:40:09.858Z] Native Overlay Diff: true [2020-02-14T13:40:09.858Z] Logging Driver: json-file [2020-02-14T13:40:09.858Z] Cgroup Driver: cgroupfs [2020-02-14T13:40:09.858Z] Plugins: [2020-02-14T13:40:09.858Z] Volume: local [2020-02-14T13:40:09.858Z] Network: bridge host ipvlan macvlan null overlay [2020-02-14T13:40:09.858Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-14T13:40:09.858Z] Swarm: inactive [2020-02-14T13:40:09.858Z] Runtimes: runc [2020-02-14T13:40:09.858Z] Default Runtime: runc [2020-02-14T13:40:09.858Z] Init Binary: docker-init [2020-02-14T13:40:09.858Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:40:09.858Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:40:09.858Z] init version: fec3683 [2020-02-14T13:40:09.858Z] Security Options: [2020-02-14T13:40:09.858Z] apparmor [2020-02-14T13:40:09.858Z] seccomp [2020-02-14T13:40:09.858Z] Profile: default [2020-02-14T13:40:09.858Z] Kernel Version: 4.15.0-1058-aws [2020-02-14T13:40:09.858Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-14T13:40:09.858Z] OSType: linux [2020-02-14T13:40:09.858Z] Architecture: x86_64 [2020-02-14T13:40:09.858Z] CPUs: 2 [2020-02-14T13:40:09.858Z] Total Memory: 7.501GiB [2020-02-14T13:40:09.858Z] Name: ip-10-100-88-250 [2020-02-14T13:40:09.858Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-14T13:40:09.858Z] Docker Root Dir: /var/lib/docker [2020-02-14T13:40:09.858Z] Debug Mode: false [2020-02-14T13:40:09.858Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:40:09.858Z] Labels: [2020-02-14T13:40:09.858Z] Experimental: true [2020-02-14T13:40:09.858Z] Insecure Registries: [2020-02-14T13:40:09.858Z] 127.0.0.0/8 [2020-02-14T13:40:09.858Z] Live Restore Enabled: true [2020-02-14T13:40:09.858Z] [2020-02-14T13:40:09.858Z] WARNING: No swap limit support [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-14T13:40:10.206Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:10.207Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:10.207Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40489/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-14T13:40:10.207Z] + bash /home/ubuntu/workspace/moby_PR-40489/check-config.sh [2020-02-14T13:40:10.462Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-14T13:40:10.462Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-14T13:40:10.462Z] [2020-02-14T13:40:10.462Z] Generally Necessary: [2020-02-14T13:40:10.462Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-14T13:40:10.462Z] - apparmor: enabled and tools installed [2020-02-14T13:40:10.462Z] - CONFIG_NAMESPACES: enabled [2020-02-14T13:40:10.462Z] - CONFIG_NET_NS: enabled [2020-02-14T13:40:10.462Z] - CONFIG_PID_NS: enabled [2020-02-14T13:40:10.462Z] - CONFIG_IPC_NS: enabled [2020-02-14T13:40:10.462Z] - CONFIG_UTS_NS: enabled [2020-02-14T13:40:10.462Z] - CONFIG_CGROUPS: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CPUSETS: enabled [2020-02-14T13:40:10.733Z] - CONFIG_MEMCG: enabled [2020-02-14T13:40:10.733Z] - CONFIG_KEYS: enabled [2020-02-14T13:40:10.733Z] - CONFIG_VETH: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-14T13:40:10.733Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-14T13:40:10.733Z] [2020-02-14T13:40:10.733Z] Optional Features: [2020-02-14T13:40:10.733Z] - CONFIG_USER_NS: enabled [2020-02-14T13:40:10.733Z] - CONFIG_SECCOMP: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-14T13:40:10.733Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-14T13:40:10.733Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-14T13:40:10.733Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-14T13:40:10.733Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-14T13:40:10.733Z] - CONFIG_BLK_CGROUP: enabled [2020-02-14T13:40:10.733Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-14T13:40:10.733Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_PERF: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-14T13:40:10.733Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-14T13:40:10.733Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-14T13:40:10.733Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-14T13:40:10.733Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-14T13:40:10.733Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-14T13:40:10.733Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-14T13:40:10.916Z] + make bundles/buildx [2020-02-14T13:40:10.916Z] make: command: Command not found [2020-02-14T13:40:10.916Z] make: command: Command not found [2020-02-14T13:40:10.916Z] mkdir bundles [2020-02-14T13:40:10.916Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-14T13:40:10.916Z] --build-arg BUILDX_COMMIT \ [2020-02-14T13:40:10.916Z] --build-arg BUILDX_REPO \ [2020-02-14T13:40:10.916Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-14T13:40:10.916Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-14T13:40:10.916Z] . [2020-02-14T13:40:10.916Z] /bin/sh: 4: go: not found [2020-02-14T13:40:10.916Z] /bin/sh: 5: go: not found [2020-02-14T13:40:10.998Z] - CONFIG_IP_VS: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-14T13:40:10.999Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-14T13:40:10.999Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-14T13:40:10.999Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_EXT4_FS: enabled [2020-02-14T13:40:10.999Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-14T13:40:10.999Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-14T13:40:10.999Z] - Network Drivers: [2020-02-14T13:40:10.999Z] - "overlay": [2020-02-14T13:40:10.999Z] - CONFIG_VXLAN: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-14T13:40:10.999Z] Optional (for encrypted networks): [2020-02-14T13:40:10.999Z] - CONFIG_CRYPTO: enabled [2020-02-14T13:40:10.999Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-14T13:40:10.999Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-14T13:40:10.999Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-14T13:40:10.999Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-14T13:40:10.999Z] - CONFIG_XFRM: enabled [2020-02-14T13:40:10.999Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-14T13:40:10.999Z] - "ipvlan": [2020-02-14T13:40:10.999Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-14T13:40:10.999Z] - "macvlan": [2020-02-14T13:40:10.999Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_DUMMY: enabled (as module) [2020-02-14T13:40:10.999Z] - "ftp,tftp client in container": [2020-02-14T13:40:10.999Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-14T13:40:10.999Z] - Storage Drivers: [2020-02-14T13:40:10.999Z] - "aufs": [2020-02-14T13:40:10.999Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-14T13:40:10.999Z] - "btrfs": [2020-02-14T13:40:10.999Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-14T13:40:10.999Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-14T13:40:10.999Z] - "devicemapper": [2020-02-14T13:40:10.999Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-14T13:40:10.999Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-14T13:40:10.999Z] - "overlay": [2020-02-14T13:40:10.999Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-14T13:40:10.999Z] - "zfs": [2020-02-14T13:40:10.999Z] - /dev/zfs: missing [2020-02-14T13:40:11.258Z] - zfs command: missing [2020-02-14T13:40:11.258Z] - zpool command: missing [2020-02-14T13:40:11.258Z] [2020-02-14T13:40:11.258Z] Limits: [2020-02-14T13:40:11.258Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-14T13:40:11.258Z] [2020-02-14T13:40:11.258Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-14T13:40:11.628Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:341e65ad44795695b8780ecef46a2b3769da2cad . [2020-02-14T13:40:11.628Z] #1 [internal] load .dockerignore [2020-02-14T13:40:11.628Z] #1 transferring context: [2020-02-14T13:40:11.890Z] #1 transferring context: 87B done [2020-02-14T13:40:11.890Z] #1 DONE 0.1s [2020-02-14T13:40:11.890Z] [2020-02-14T13:40:11.890Z] #2 [internal] load build definition from Dockerfile [2020-02-14T13:40:11.890Z] #2 transferring dockerfile: 15.71kB done [2020-02-14T13:40:11.890Z] #2 DONE 0.2s [2020-02-14T13:40:11.890Z] [2020-02-14T13:40:11.890Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-14T13:40:12.141Z] Sending build context to Docker daemon 51.68MB [2020-02-14T13:40:12.141Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-14T13:40:12.141Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-14T13:40:12.141Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-14T13:40:12.141Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-14T13:40:12.146Z] #3 DONE 0.2s [2020-02-14T13:40:12.146Z] [2020-02-14T13:40:12.146Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-14T13:40:12.146Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-14T13:40:12.146Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-14T13:40:12.146Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 172.56kB / 8.82MB 0.1s [2020-02-14T13:40:12.146Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-14T13:40:12.146Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-14T13:40:12.146Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-02-14T13:40:12.404Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-02-14T13:40:12.494Z] 1.12.10-stretch: Pulling from library/golang [2020-02-14T13:40:12.494Z] ade01ea651a2: Pulling fs layer [2020-02-14T13:40:12.494Z] fbabdb69f639: Pulling fs layer [2020-02-14T13:40:12.494Z] ff33bd1013d7: Pulling fs layer [2020-02-14T13:40:12.494Z] 85cfe9d77eff: Pulling fs layer [2020-02-14T13:40:12.494Z] ace5139f9caa: Pulling fs layer [2020-02-14T13:40:12.494Z] e4d79466b81c: Pulling fs layer [2020-02-14T13:40:12.494Z] b00baabad4ce: Pulling fs layer [2020-02-14T13:40:12.494Z] 85cfe9d77eff: Waiting [2020-02-14T13:40:12.494Z] ace5139f9caa: Waiting [2020-02-14T13:40:12.494Z] e4d79466b81c: Waiting [2020-02-14T13:40:12.494Z] b00baabad4ce: Waiting [2020-02-14T13:40:12.661Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.4s done [2020-02-14T13:40:12.877Z] fbabdb69f639: Verifying Checksum [2020-02-14T13:40:12.878Z] fbabdb69f639: Download complete [2020-02-14T13:40:12.878Z] ff33bd1013d7: Verifying Checksum [2020-02-14T13:40:12.878Z] ff33bd1013d7: Download complete [2020-02-14T13:40:12.917Z] #4 DONE 0.7s [2020-02-14T13:40:13.172Z] [2020-02-14T13:40:13.172Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-14T13:40:13.273Z] ade01ea651a2: Verifying Checksum [2020-02-14T13:40:13.273Z] ade01ea651a2: Download complete [2020-02-14T13:40:13.428Z] #6 DONE 0.2s [2020-02-14T13:40:13.428Z] [2020-02-14T13:40:13.428Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:40:13.685Z] #5 DONE 0.3s [2020-02-14T13:40:13.685Z] [2020-02-14T13:40:13.685Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:40:13.685Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-14T13:40:13.941Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-14T13:40:13.941Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-14T13:40:13.941Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-14T13:40:13.941Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 991.78kB / 50.38MB 0.2s [2020-02-14T13:40:13.941Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 278.06kB / 7.81MB 0.2s [2020-02-14T13:40:13.941Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 3.60MB / 7.81MB 0.3s [2020-02-14T13:40:14.071Z] ace5139f9caa: Verifying Checksum [2020-02-14T13:40:14.071Z] ace5139f9caa: Download complete [2020-02-14T13:40:14.071Z] b00baabad4ce: Verifying Checksum [2020-02-14T13:40:14.071Z] b00baabad4ce: Download complete [2020-02-14T13:40:14.199Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 9.08MB / 50.38MB 0.5s [2020-02-14T13:40:14.199Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.47MB / 7.81MB 0.5s [2020-02-14T13:40:14.199Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0B / 10.00MB 0.5s [2020-02-14T13:40:14.455Z] 85cfe9d77eff: Verifying Checksum [2020-02-14T13:40:14.455Z] 85cfe9d77eff: Download complete [2020-02-14T13:40:14.457Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 14.59MB / 50.38MB 0.6s [2020-02-14T13:40:14.457Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.5s done [2020-02-14T13:40:14.457Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 4.18MB / 10.00MB 0.6s [2020-02-14T13:40:14.457Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 573.99kB / 51.79MB 0.6s [2020-02-14T13:40:14.457Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 6.79MB / 10.00MB 0.8s [2020-02-14T13:40:14.723Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 19.70MB / 50.38MB 0.9s [2020-02-14T13:40:14.723Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 9.26MB / 10.00MB 0.9s [2020-02-14T13:40:14.723Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 4.32MB / 51.79MB 0.9s [2020-02-14T13:40:14.723Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 26.81MB / 50.38MB 1.1s [2020-02-14T13:40:14.723Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.9s done [2020-02-14T13:40:14.723Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 15.45MB / 51.79MB 1.1s [2020-02-14T13:40:14.723Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 5.57MB / 68.52MB 1.1s [2020-02-14T13:40:14.980Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 20.77MB / 51.79MB 1.2s [2020-02-14T13:40:14.980Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 9.97MB / 68.52MB 1.2s [2020-02-14T13:40:14.980Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 31.12MB / 50.38MB 1.3s [2020-02-14T13:40:14.980Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 26.95MB / 51.79MB 1.3s [2020-02-14T13:40:14.980Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 13.91MB / 68.52MB 1.3s [2020-02-14T13:40:14.980Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 38.92MB / 50.38MB 1.5s [2020-02-14T13:40:14.980Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 31.06MB / 51.79MB 1.5s [2020-02-14T13:40:14.980Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 20.68MB / 68.52MB 1.5s [2020-02-14T13:40:15.232Z] e4d79466b81c: Verifying Checksum [2020-02-14T13:40:15.232Z] e4d79466b81c: Download complete [2020-02-14T13:40:15.232Z] ade01ea651a2: Pull complete [2020-02-14T13:40:15.243Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 42.74MB / 50.38MB 1.5s [2020-02-14T13:40:15.243Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 49.11MB / 50.38MB 1.6s [2020-02-14T13:40:15.243Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 27.05MB / 68.52MB 1.6s [2020-02-14T13:40:15.501Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 35.40MB / 51.79MB 1.7s [2020-02-14T13:40:15.501Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 33.62MB / 68.52MB 1.7s [2020-02-14T13:40:15.501Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.8s done [2020-02-14T13:40:15.501Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 37.15MB / 68.52MB 1.9s [2020-02-14T13:40:15.501Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 0B / 120.07MB 1.9s [2020-02-14T13:40:15.585Z] fbabdb69f639: Pull complete [2020-02-14T13:40:15.585Z] ff33bd1013d7: Pull complete [2020-02-14T13:40:15.770Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 39.99MB / 51.79MB 2.1s [2020-02-14T13:40:15.770Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 43.79MB / 51.79MB 2.1s [2020-02-14T13:40:15.770Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 41.88MB / 68.52MB 2.1s [2020-02-14T13:40:16.027Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 46.84MB / 51.79MB 2.2s [2020-02-14T13:40:16.027Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 2.5s [2020-02-14T13:40:16.027Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 52.59MB / 68.52MB 2.5s [2020-02-14T13:40:16.027Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 13.66MB / 120.07MB 2.5s [2020-02-14T13:40:16.027Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 [2020-02-14T13:40:16.283Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 2.5s done [2020-02-14T13:40:16.283Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 59.26MB / 68.52MB 2.6s [2020-02-14T13:40:16.283Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 21.03MB / 120.07MB 2.6s [2020-02-14T13:40:16.283Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 0B / 126B 2.6s [2020-02-14T13:40:16.283Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 65.26MB / 68.52MB 2.7s [2020-02-14T13:40:16.283Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 27.36MB / 120.07MB 2.7s [2020-02-14T13:40:16.283Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 2.7s done [2020-02-14T13:40:16.539Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.9s done [2020-02-14T13:40:16.539Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 38.31MB / 120.07MB 3.0s [2020-02-14T13:40:16.796Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 46.15MB / 120.07MB 3.2s [2020-02-14T13:40:17.053Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 53.61MB / 120.07MB 3.4s [2020-02-14T13:40:17.313Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 60.46MB / 120.07MB 3.7s [2020-02-14T13:40:17.326Z] 85cfe9d77eff: Pull complete [2020-02-14T13:40:17.570Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 67.16MB / 120.07MB 3.8s [2020-02-14T13:40:17.570Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 78.07MB / 120.07MB 4.0s [2020-02-14T13:40:17.835Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 86.69MB / 120.07MB 4.2s [2020-02-14T13:40:18.091Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 95.36MB / 120.07MB 4.4s [2020-02-14T13:40:18.347Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 105.83MB / 120.07MB 4.6s [2020-02-14T13:40:18.347Z] #7 ... [2020-02-14T13:40:18.347Z] [2020-02-14T13:40:18.347Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-14T13:40:18.347Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-14T13:40:18.347Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-14T13:40:18.347Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-14T13:40:18.347Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.4s done [2020-02-14T13:40:18.347Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.1s done [2020-02-14T13:40:18.347Z] #68 DONE 4.7s [2020-02-14T13:40:18.347Z] [2020-02-14T13:40:18.347Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:40:18.347Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 113.13MB / 120.07MB 4.7s [2020-02-14T13:40:18.536Z] ace5139f9caa: Pull complete [2020-02-14T13:40:18.603Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 4.9s [2020-02-14T13:40:19.171Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 5.5s done [2020-02-14T13:40:19.690Z] Fetching without tags [2020-02-14T13:40:19.650Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:40:19.654Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:40:19.657Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:40:19.675Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:40:19.692Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:40:19.692Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:40:19.693Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:40:20.184Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:40:20.586Z] #7 ... [2020-02-14T13:40:20.586Z] [2020-02-14T13:40:20.586Z] #20 [internal] load build context [2020-02-14T13:40:20.586Z] #20 transferring context: 47.10MB 6.9s done [2020-02-14T13:40:20.586Z] #20 DONE 7.0s [2020-02-14T13:40:20.586Z] [2020-02-14T13:40:20.586Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:40:20.881Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.0s [2020-02-14T13:40:21.657Z] e4d79466b81c: Pull complete [2020-02-14T13:40:21.657Z] b00baabad4ce: Pull complete [2020-02-14T13:40:21.657Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-14T13:40:21.657Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-14T13:40:21.657Z] ---> 687421176e14 [2020-02-14T13:40:21.657Z] Step 5/16 : ARG BUILDX_REPO [2020-02-14T13:40:21.657Z] ---> Running in 35cda6431fc4 [2020-02-14T13:40:21.657Z] Removing intermediate container 35cda6431fc4 [2020-02-14T13:40:21.657Z] ---> 5006a53a7c5f [2020-02-14T13:40:21.657Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-14T13:40:21.657Z] ---> Running in 9f3b7be7c6f7 [2020-02-14T13:40:21.982Z] Merge succeeded, producing 58d84f702173b2ea1fd5144b8f7ee8f1c5ffc1df [2020-02-14T13:40:21.983Z] Checking out Revision 58d84f702173b2ea1fd5144b8f7ee8f1c5ffc1df (PR-40489) [2020-02-14T13:40:22.020Z] Cloning into '/buildx'... [2020-02-14T13:40:20.185Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:40:20.189Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:40:21.246Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:40:21.967Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:40:21.984Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:40:21.988Z] > git checkout -f 58d84f702173b2ea1fd5144b8f7ee8f1c5ffc1df [2020-02-14T13:40:22.429Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:40:22.446Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:40:23.401Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 6.9s done [2020-02-14T13:40:23.401Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 [2020-02-14T13:40:23.401Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.5s done [2020-02-14T13:40:23.401Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc [2020-02-14T13:40:23.462Z] + docker version [2020-02-14T13:40:23.462Z] Client: [2020-02-14T13:40:23.462Z] Version: 18.06.1-ce [2020-02-14T13:40:23.462Z] API version: 1.38 [2020-02-14T13:40:23.462Z] Go version: go1.10.3 [2020-02-14T13:40:23.462Z] Git commit: e68fc7a [2020-02-14T13:40:23.462Z] Built: Tue Aug 21 17:26:10 2018 [2020-02-14T13:40:23.462Z] OS/Arch: linux/ppc64le [2020-02-14T13:40:23.462Z] Experimental: false [2020-02-14T13:40:23.462Z] [2020-02-14T13:40:23.462Z] Server: [2020-02-14T13:40:23.462Z] Engine: [2020-02-14T13:40:23.462Z] Version: 18.06.1-ce [2020-02-14T13:40:23.462Z] API version: 1.38 (minimum version 1.12) [2020-02-14T13:40:23.462Z] Go version: go1.10.3 [2020-02-14T13:40:23.462Z] Git commit: e68fc7a [2020-02-14T13:40:23.462Z] Built: Tue Aug 21 17:24:20 2018 [2020-02-14T13:40:23.462Z] OS/Arch: linux/ppc64le [2020-02-14T13:40:23.462Z] Experimental: true [Pipeline] sh [2020-02-14T13:40:23.852Z] + docker info [2020-02-14T13:40:23.852Z] Containers: 0 [2020-02-14T13:40:23.852Z] Running: 0 [2020-02-14T13:40:23.852Z] Paused: 0 [2020-02-14T13:40:23.852Z] Stopped: 0 [2020-02-14T13:40:23.852Z] Images: 0 [2020-02-14T13:40:23.852Z] Server Version: 18.06.1-ce [2020-02-14T13:40:23.852Z] Storage Driver: overlay2 [2020-02-14T13:40:23.852Z] Backing Filesystem: extfs [2020-02-14T13:40:23.852Z] Supports d_type: true [2020-02-14T13:40:23.852Z] Native Overlay Diff: true [2020-02-14T13:40:23.852Z] Logging Driver: json-file [2020-02-14T13:40:23.852Z] Cgroup Driver: cgroupfs [2020-02-14T13:40:23.852Z] Plugins: [2020-02-14T13:40:23.852Z] Volume: local [2020-02-14T13:40:23.852Z] Network: bridge host ipvlan macvlan null overlay [2020-02-14T13:40:23.852Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-14T13:40:23.852Z] Swarm: inactive [2020-02-14T13:40:23.852Z] Runtimes: runc [2020-02-14T13:40:23.852Z] Default Runtime: runc [2020-02-14T13:40:23.852Z] Init Binary: docker-init [2020-02-14T13:40:23.852Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-14T13:40:23.852Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-14T13:40:23.852Z] init version: fec3683 [2020-02-14T13:40:23.852Z] Security Options: [2020-02-14T13:40:23.852Z] apparmor [2020-02-14T13:40:23.852Z] seccomp [2020-02-14T13:40:23.852Z] Profile: default [2020-02-14T13:40:23.852Z] Kernel Version: 4.4.0-139-generic [2020-02-14T13:40:23.852Z] Operating System: Ubuntu 16.04.3 LTS [2020-02-14T13:40:23.852Z] OSType: linux [2020-02-14T13:40:23.852Z] Architecture: ppc64le [2020-02-14T13:40:23.852Z] CPUs: 4 [2020-02-14T13:40:23.852Z] Total Memory: 7.972GiB [2020-02-14T13:40:23.852Z] Name: ppc64le-ubuntu-21 [2020-02-14T13:40:23.852Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-02-14T13:40:23.852Z] Docker Root Dir: /var/lib/docker [2020-02-14T13:40:23.852Z] Debug Mode (client): false [2020-02-14T13:40:23.852Z] Debug Mode (server): false [2020-02-14T13:40:23.852Z] Username: dockerbuildbot [2020-02-14T13:40:23.852Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:40:23.852Z] Labels: [2020-02-14T13:40:23.852Z] Experimental: true [2020-02-14T13:40:23.852Z] Insecure Registries: [2020-02-14T13:40:23.852Z] 127.0.0.0/8 [2020-02-14T13:40:23.852Z] Live Restore Enabled: false [2020-02-14T13:40:23.852Z] [Pipeline] sh [2020-02-14T13:40:23.964Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.4s done [2020-02-14T13:40:24.220Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 [2020-02-14T13:40:24.239Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:24.239Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:40:24.239Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40489/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-14T13:40:24.377Z] Removing intermediate container 9f3b7be7c6f7 [2020-02-14T13:40:24.377Z] ---> 03edc6c85424 [2020-02-14T13:40:24.377Z] Step 7/16 : WORKDIR /buildx [2020-02-14T13:40:24.377Z] ---> Running in 01c9bbcabefa [2020-02-14T13:40:24.377Z] Removing intermediate container 01c9bbcabefa [2020-02-14T13:40:24.377Z] ---> 6c2671d49cd1 [2020-02-14T13:40:24.377Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-14T13:40:24.377Z] ---> Running in 552df0bd33a7 [2020-02-14T13:40:24.377Z] Removing intermediate container 552df0bd33a7 [2020-02-14T13:40:24.377Z] ---> 6c7da2cc584b [2020-02-14T13:40:24.377Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-14T13:40:24.377Z] ---> Running in 98f2deb24917 [2020-02-14T13:40:24.525Z] + bash /home/docker/workspace/moby_PR-40489/check-config.sh [2020-02-14T13:40:24.525Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-14T13:40:24.525Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-02-14T13:40:24.525Z] [2020-02-14T13:40:24.525Z] Generally Necessary: [2020-02-14T13:40:24.525Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-14T13:40:24.525Z] - apparmor: enabled and tools installed [2020-02-14T13:40:24.525Z] - CONFIG_NAMESPACES: enabled [2020-02-14T13:40:24.525Z] - CONFIG_NET_NS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_PID_NS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_IPC_NS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_UTS_NS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CGROUPS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-14T13:40:24.525Z] - CONFIG_CPUSETS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_MEMCG: enabled [2020-02-14T13:40:24.525Z] - CONFIG_KEYS: enabled [2020-02-14T13:40:24.525Z] - CONFIG_VETH: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-14T13:40:24.525Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-14T13:40:24.525Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-14T13:40:24.811Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-14T13:40:24.811Z] [2020-02-14T13:40:24.811Z] Optional Features: [2020-02-14T13:40:24.811Z] - CONFIG_USER_NS: enabled [2020-02-14T13:40:24.811Z] - CONFIG_SECCOMP: enabled [2020-02-14T13:40:24.811Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-14T13:40:24.811Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-14T13:40:24.811Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-14T13:40:24.811Z] (cgroup swap accounting is currently enabled) [2020-02-14T13:40:24.811Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-14T13:40:24.811Z] - CONFIG_BLK_CGROUP: enabled [2020-02-14T13:40:24.811Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-14T13:40:24.811Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-14T13:40:24.811Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-14T13:40:24.811Z] - CONFIG_CGROUP_PERF: enabled [2020-02-14T13:40:24.811Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-14T13:40:24.811Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-14T13:40:24.811Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-14T13:40:24.811Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-14T13:40:24.811Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-14T13:40:24.811Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-14T13:40:24.811Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-14T13:40:24.811Z] - CONFIG_IP_VS: enabled (as module) [2020-02-14T13:40:24.811Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-14T13:40:24.811Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-14T13:40:24.811Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-14T13:40:24.811Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-14T13:40:24.811Z] - CONFIG_EXT4_FS: enabled [2020-02-14T13:40:24.811Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-14T13:40:24.811Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-14T13:40:24.811Z] - Network Drivers: [2020-02-14T13:40:24.811Z] - "overlay": [2020-02-14T13:40:24.811Z] - CONFIG_VXLAN: enabled (as module) [2020-02-14T13:40:24.811Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-14T13:40:24.811Z] Optional (for encrypted networks): [2020-02-14T13:40:22.430Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [2020-02-14T13:40:25.096Z] - CONFIG_CRYPTO: enabled [2020-02-14T13:40:25.096Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_XFRM: enabled [2020-02-14T13:40:25.096Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-14T13:40:25.096Z] - "ipvlan": [2020-02-14T13:40:25.096Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-14T13:40:25.096Z] - "macvlan": [2020-02-14T13:40:25.096Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_DUMMY: enabled (as module) [2020-02-14T13:40:25.096Z] - "ftp,tftp client in container": [2020-02-14T13:40:25.096Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-14T13:40:25.096Z] - Storage Drivers: [2020-02-14T13:40:25.096Z] - "aufs": [2020-02-14T13:40:25.096Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-14T13:40:25.096Z] - "btrfs": [2020-02-14T13:40:25.096Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-14T13:40:25.096Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-14T13:40:25.096Z] - "devicemapper": [2020-02-14T13:40:25.096Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-14T13:40:25.096Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-14T13:40:25.096Z] - "overlay": [2020-02-14T13:40:25.096Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-14T13:40:25.096Z] - "zfs": [2020-02-14T13:40:25.096Z] - /dev/zfs: missing [2020-02-14T13:40:25.096Z] - zfs command: missing [2020-02-14T13:40:25.096Z] - zpool command: missing [2020-02-14T13:40:25.096Z] [2020-02-14T13:40:25.096Z] Limits: [2020-02-14T13:40:25.096Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-14T13:40:25.096Z] [2020-02-14T13:40:25.096Z] + true [Pipeline] } [2020-02-14T13:40:25.129Z] From https://github.com/docker/buildx [2020-02-14T13:40:25.129Z] * [new tag] v0.3.1 -> build [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-14T13:40:25.480Z] Switched to branch 'build' [2020-02-14T13:40:25.530Z] + make bundles/buildx [2020-02-14T13:40:25.830Z] Removing intermediate container 98f2deb24917 [2020-02-14T13:40:25.830Z] ---> 80f5071b1f63 [2020-02-14T13:40:25.830Z] Step 10/16 : RUN go mod download [2020-02-14T13:40:25.830Z] ---> Running in 39fb3dd2c32e [2020-02-14T13:40:26.151Z] make: command: Command not found [2020-02-14T13:40:26.151Z] make: command: Command not found [2020-02-14T13:40:26.151Z] mkdir bundles [2020-02-14T13:40:26.151Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-14T13:40:26.151Z] --build-arg BUILDX_COMMIT \ [2020-02-14T13:40:26.151Z] --build-arg BUILDX_REPO \ [2020-02-14T13:40:26.151Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-14T13:40:26.151Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-14T13:40:26.151Z] . [2020-02-14T13:40:26.151Z] /bin/sh: 4: go: not found [2020-02-14T13:40:26.151Z] /bin/sh: 5: go: not found [2020-02-14T13:40:26.584Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-14T13:40:26.584Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-14T13:40:26.584Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-14T13:40:26.584Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-14T13:40:26.584Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-14T13:40:26.584Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-14T13:40:26.584Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-14T13:40:26.584Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-14T13:40:26.584Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-14T13:40:26.740Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.1s done [2020-02-14T13:40:26.740Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-14T13:40:27.367Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-14T13:40:27.367Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-14T13:40:27.367Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-14T13:40:27.367Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-14T13:40:27.747Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-14T13:40:27.747Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-14T13:40:27.747Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-14T13:40:28.133Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-14T13:40:28.575Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-14T13:40:28.629Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 2.0s done [2020-02-14T13:40:28.629Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 0.1s [2020-02-14T13:40:28.860Z] Sending build context to Docker daemon 51.68MB [2020-02-14T13:40:28.860Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-14T13:40:28.860Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-14T13:40:28.860Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-14T13:40:28.860Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-14T13:40:28.860Z] 1.12.10-stretch: Pulling from library/golang [2020-02-14T13:40:29.145Z] fb056072eab9: Pulling fs layer [2020-02-14T13:40:29.145Z] 6a33b1f9796f: Pulling fs layer [2020-02-14T13:40:29.145Z] 8f8f8962e456: Pulling fs layer [2020-02-14T13:40:29.145Z] 68adcc365214: Pulling fs layer [2020-02-14T13:40:29.145Z] 76d8adf27bdf: Pulling fs layer [2020-02-14T13:40:29.145Z] d66e58854927: Pulling fs layer [2020-02-14T13:40:29.145Z] 71497195576e: Pulling fs layer [2020-02-14T13:40:29.145Z] 76d8adf27bdf: Waiting [2020-02-14T13:40:29.145Z] d66e58854927: Waiting [2020-02-14T13:40:29.145Z] 71497195576e: Waiting [2020-02-14T13:40:29.197Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-14T13:40:29.197Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-14T13:40:29.197Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-14T13:40:29.744Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-14T13:40:29.744Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-14T13:40:29.744Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-14T13:40:29.770Z] 8f8f8962e456: Verifying Checksum [2020-02-14T13:40:29.770Z] 8f8f8962e456: Download complete [2020-02-14T13:40:30.057Z] 6a33b1f9796f: Verifying Checksum [2020-02-14T13:40:30.057Z] 6a33b1f9796f: Download complete [2020-02-14T13:40:30.272Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-14T13:40:30.717Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-14T13:40:30.717Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-14T13:40:31.114Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-14T13:40:31.630Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-14T13:40:31.630Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-14T13:40:31.630Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-14T13:40:32.032Z] go: finding github.com/lib/pq v1.0.0 [2020-02-14T13:40:32.102Z] fb056072eab9: Verifying Checksum [2020-02-14T13:40:32.102Z] fb056072eab9: Download complete [2020-02-14T13:40:32.389Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-14T13:40:32.389Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-14T13:40:32.389Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-14T13:40:32.389Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-14T13:40:32.791Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 3.9s done [2020-02-14T13:40:32.791Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 [2020-02-14T13:40:32.791Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-14T13:40:32.791Z] #7 DONE 19.2s [2020-02-14T13:40:32.791Z] [2020-02-14T13:40:32.791Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-14T13:40:32.803Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-14T13:40:32.803Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-14T13:40:33.197Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-14T13:40:33.574Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-14T13:40:33.574Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-14T13:40:33.574Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-14T13:40:33.593Z] 68adcc365214: Verifying Checksum [2020-02-14T13:40:33.593Z] 68adcc365214: Download complete [2020-02-14T13:40:33.881Z] 71497195576e: Verifying Checksum [2020-02-14T13:40:33.881Z] 71497195576e: Download complete [2020-02-14T13:40:33.968Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-14T13:40:33.968Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-14T13:40:34.168Z] 76d8adf27bdf: Verifying Checksum [2020-02-14T13:40:34.168Z] 76d8adf27bdf: Download complete [2020-02-14T13:40:34.363Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-14T13:40:34.363Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-14T13:40:34.743Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-14T13:40:34.743Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-14T13:40:34.743Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-14T13:40:34.743Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-14T13:40:34.743Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-14T13:40:35.107Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-14T13:40:35.490Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-14T13:40:35.490Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-14T13:40:35.858Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-14T13:40:35.858Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-14T13:40:35.858Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-14T13:40:35.858Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-14T13:40:35.858Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-14T13:40:35.858Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-14T13:40:36.054Z] #8 DONE 3.1s [2020-02-14T13:40:36.055Z] [2020-02-14T13:40:36.055Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-14T13:40:36.371Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-14T13:40:36.617Z] #9 DONE 0.7s [2020-02-14T13:40:36.617Z] [2020-02-14T13:40:36.617Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-14T13:40:36.617Z] #40 DONE 0.0s [2020-02-14T13:40:36.617Z] [2020-02-14T13:40:36.617Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:40:36.617Z] #41 ... [2020-02-14T13:40:36.617Z] [2020-02-14T13:40:36.617Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-14T13:40:36.617Z] #29 DONE 0.1s [2020-02-14T13:40:36.617Z] [2020-02-14T13:40:36.617Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:40:36.617Z] #21 DONE 0.1s [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-14T13:40:36.873Z] #46 DONE 0.1s [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-14T13:40:36.873Z] #70 DONE 0.2s [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:40:36.873Z] #22 ... [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-14T13:40:36.873Z] #32 DONE 0.2s [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-14T13:40:36.873Z] #52 DONE 0.2s [2020-02-14T13:40:36.873Z] [2020-02-14T13:40:36.873Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-14T13:40:36.873Z] #49 DONE 0.3s [2020-02-14T13:40:36.889Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-14T13:40:36.889Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-14T13:40:36.890Z] fb056072eab9: Pull complete [2020-02-14T13:40:37.130Z] [2020-02-14T13:40:37.130Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:40:37.130Z] #22 DONE 0.4s [2020-02-14T13:40:37.130Z] [2020-02-14T13:40:37.130Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:37.130Z] #23 ... [2020-02-14T13:40:37.130Z] [2020-02-14T13:40:37.130Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-14T13:40:37.130Z] #64 DONE 0.4s [2020-02-14T13:40:37.290Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-14T13:40:37.387Z] [2020-02-14T13:40:37.387Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:37.514Z] 6a33b1f9796f: Pull complete [2020-02-14T13:40:37.669Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-14T13:40:37.669Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-14T13:40:37.803Z] 8f8f8962e456: Pull complete [2020-02-14T13:40:38.054Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-14T13:40:38.419Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-14T13:40:38.798Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-14T13:40:38.798Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-14T13:40:38.798Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-14T13:40:38.798Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-14T13:40:38.798Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-14T13:40:38.798Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-14T13:40:39.177Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-14T13:40:39.559Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-14T13:40:39.853Z] d66e58854927: Verifying Checksum [2020-02-14T13:40:39.853Z] d66e58854927: Download complete [2020-02-14T13:40:39.941Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-14T13:40:40.334Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-14T13:40:40.723Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-14T13:40:40.723Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-14T13:40:41.098Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-14T13:40:41.480Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-14T13:40:41.858Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-14T13:40:41.897Z] 68adcc365214: Pull complete [2020-02-14T13:40:42.243Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-14T13:40:42.243Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-14T13:40:42.635Z] #65 ... [2020-02-14T13:40:42.635Z] [2020-02-14T13:40:42.635Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:40:42.635Z] #43 2.884 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:40:42.635Z] #43 2.982 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:40:42.635Z] #43 3.079 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:40:42.635Z] #43 3.157 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:40:42.635Z] #43 3.988 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:40:42.635Z] #43 5.949 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:40:42.891Z] #43 ... [2020-02-14T13:40:42.891Z] [2020-02-14T13:40:42.891Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:42.891Z] #23 5.690 + RM_GOPATH=0 [2020-02-14T13:40:42.891Z] #23 5.690 + TMP_GOPATH= [2020-02-14T13:40:42.891Z] #23 5.690 + : /build [2020-02-14T13:40:42.891Z] #23 5.690 + '[' -z '' ']' [2020-02-14T13:40:42.891Z] #23 5.694 ++ mktemp -d [2020-02-14T13:40:42.891Z] #23 5.699 + export GOPATH=/tmp/tmp.lZbTDr8yAi [2020-02-14T13:40:42.891Z] #23 5.699 + GOPATH=/tmp/tmp.lZbTDr8yAi [2020-02-14T13:40:42.891Z] #23 5.699 + RM_GOPATH=1 [2020-02-14T13:40:42.891Z] #23 5.703 ++ dirname ./install.sh [2020-02-14T13:40:42.891Z] #23 5.708 + dir=. [2020-02-14T13:40:42.891Z] #23 5.708 + bin=dockercli [2020-02-14T13:40:42.891Z] #23 5.709 + shift [2020-02-14T13:40:42.891Z] #23 5.709 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T13:40:42.891Z] #23 5.709 + . ./dockercli.installer [2020-02-14T13:40:42.891Z] #23 5.709 ++ : stable [2020-02-14T13:40:42.891Z] #23 5.709 ++ : 17.06.2-ce [2020-02-14T13:40:42.891Z] #23 5.710 + install_dockercli [2020-02-14T13:40:42.891Z] #23 5.710 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T13:40:42.891Z] #23 5.710 Install docker/cli version 17.06.2-ce from stable [2020-02-14T13:40:42.891Z] #23 5.713 ++ uname -m [2020-02-14T13:40:42.891Z] #23 5.714 + arch=x86_64 [2020-02-14T13:40:42.891Z] #23 5.716 + '[' x86_64 '!=' x86_64 ']' [2020-02-14T13:40:42.891Z] #23 5.717 + url=https://download.docker.com/linux/static [2020-02-14T13:40:42.891Z] #23 5.718 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-14T13:40:42.891Z] #23 5.719 + tar -xz docker/docker [2020-02-14T13:40:43.048Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-14T13:40:43.429Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-14T13:40:43.429Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-14T13:40:43.429Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-14T13:40:44.603Z] 76d8adf27bdf: Pull complete [2020-02-14T13:40:44.749Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-14T13:40:44.749Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-14T13:40:44.749Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-14T13:40:45.579Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-14T13:40:45.996Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-14T13:40:45.996Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-14T13:40:46.789Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-14T13:40:47.061Z] #23 ... [2020-02-14T13:40:47.061Z] [2020-02-14T13:40:47.061Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:40:47.061Z] #25 4.037 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:40:47.061Z] #25 4.085 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:40:47.061Z] #25 4.085 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:40:47.061Z] #25 4.926 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:40:47.061Z] #25 6.838 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:40:47.061Z] #25 9.386 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:40:47.061Z] #25 ... [2020-02-14T13:40:47.061Z] [2020-02-14T13:40:47.061Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:40:47.061Z] #59 5.072 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:40:47.061Z] #59 5.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:40:47.061Z] #59 5.141 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:40:47.061Z] #59 6.093 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:40:47.061Z] #59 8.369 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:40:47.061Z] #59 ... [2020-02-14T13:40:47.061Z] [2020-02-14T13:40:47.061Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:40:47.061Z] #10 6.260 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:40:47.061Z] #10 6.366 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:40:47.061Z] #10 6.374 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:40:47.061Z] #10 7.271 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:40:47.061Z] #10 9.598 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:40:47.061Z] #10 ... [2020-02-14T13:40:47.061Z] [2020-02-14T13:40:47.061Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:40:47.061Z] #33 6.782 + RM_GOPATH=0 [2020-02-14T13:40:47.061Z] #33 6.782 + TMP_GOPATH= [2020-02-14T13:40:47.061Z] #33 6.782 + : /build [2020-02-14T13:40:47.061Z] #33 6.782 + '[' -z '' ']' [2020-02-14T13:40:47.061Z] #33 6.786 ++ mktemp -d [2020-02-14T13:40:47.061Z] #33 6.792 + export GOPATH=/tmp/tmp.Qx7ozUog0H [2020-02-14T13:40:47.061Z] #33 6.792 + GOPATH=/tmp/tmp.Qx7ozUog0H [2020-02-14T13:40:47.061Z] #33 6.792 + RM_GOPATH=1 [2020-02-14T13:40:47.061Z] #33 6.793 ++ dirname ./install.sh [2020-02-14T13:40:47.061Z] #33 6.794 + dir=. [2020-02-14T13:40:47.061Z] #33 6.797 + bin=tomlv [2020-02-14T13:40:47.061Z] #33 6.797 + shift [2020-02-14T13:40:47.061Z] #33 6.800 + '[' '!' -f ./tomlv.installer ']' [2020-02-14T13:40:47.061Z] #33 6.800 + . ./tomlv.installer [2020-02-14T13:40:47.061Z] #33 6.800 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:40:47.061Z] #33 6.800 + install_tomlv [2020-02-14T13:40:47.061Z] #33 6.800 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-14T13:40:47.061Z] #33 6.800 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:40:47.061Z] #33 6.801 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Qx7ozUog0H/src/github.com/BurntSushi/toml [2020-02-14T13:40:47.061Z] #33 6.806 Cloning into '/tmp/tmp.Qx7ozUog0H/src/github.com/BurntSushi/toml'... [2020-02-14T13:40:47.061Z] #33 7.798 + cd /tmp/tmp.Qx7ozUog0H/src/github.com/BurntSushi/toml [2020-02-14T13:40:47.061Z] #33 7.798 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:40:47.061Z] #33 7.805 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:40:47.061Z] #33 8.569 runtime/internal/sys [2020-02-14T13:40:47.061Z] #33 8.608 internal/cpu [2020-02-14T13:40:47.061Z] #33 8.778 runtime/internal/math [2020-02-14T13:40:47.061Z] #33 8.901 math/bits [2020-02-14T13:40:47.061Z] #33 9.327 internal/bytealg [2020-02-14T13:40:47.061Z] #33 9.414 math [2020-02-14T13:40:47.061Z] #33 10.18 runtime [2020-02-14T13:40:47.183Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-14T13:40:47.183Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-14T13:40:47.317Z] #33 ... [2020-02-14T13:40:47.317Z] [2020-02-14T13:40:47.317Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:40:47.317Z] #71 6.539 + RM_GOPATH=0 [2020-02-14T13:40:47.317Z] #71 6.552 + TMP_GOPATH= [2020-02-14T13:40:47.317Z] #71 6.552 + : /build [2020-02-14T13:40:47.317Z] #71 6.552 + '[' -z '' ']' [2020-02-14T13:40:47.317Z] #71 6.554 ++ mktemp -d [2020-02-14T13:40:47.317Z] #71 6.555 + export GOPATH=/tmp/tmp.wTwParziBn [2020-02-14T13:40:47.317Z] #71 6.555 + GOPATH=/tmp/tmp.wTwParziBn [2020-02-14T13:40:47.317Z] #71 6.556 + RM_GOPATH=1 [2020-02-14T13:40:47.317Z] #71 6.556 ++ dirname ./install.sh [2020-02-14T13:40:47.317Z] #71 6.560 + dir=. [2020-02-14T13:40:47.317Z] #71 6.560 + bin=proxy [2020-02-14T13:40:47.317Z] #71 6.560 + shift [2020-02-14T13:40:47.317Z] #71 6.560 + '[' '!' -f ./proxy.installer ']' [2020-02-14T13:40:47.317Z] #71 6.560 + . ./proxy.installer [2020-02-14T13:40:47.317Z] #71 6.561 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:40:47.317Z] #71 6.561 + install_proxy [2020-02-14T13:40:47.317Z] #71 6.561 + case "$1" in [2020-02-14T13:40:47.317Z] #71 6.561 + export CGO_ENABLED=0 [2020-02-14T13:40:47.317Z] #71 6.562 + CGO_ENABLED=0 [2020-02-14T13:40:47.317Z] #71 6.562 + _install_proxy [2020-02-14T13:40:47.317Z] #71 6.562 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-14T13:40:47.317Z] #71 6.562 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:40:47.317Z] #71 6.562 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.wTwParziBn/src/github.com/docker/libnetwork [2020-02-14T13:40:47.317Z] #71 6.564 Cloning into '/tmp/tmp.wTwParziBn/src/github.com/docker/libnetwork'... [2020-02-14T13:40:47.317Z] #71 ... [2020-02-14T13:40:47.317Z] [2020-02-14T13:40:47.317Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:47.317Z] #53 6.370 + RM_GOPATH=0 [2020-02-14T13:40:47.317Z] #53 6.370 + TMP_GOPATH= [2020-02-14T13:40:47.317Z] #53 6.370 + : /build [2020-02-14T13:40:47.317Z] #53 6.370 + '[' -z '' ']' [2020-02-14T13:40:47.317Z] #53 6.373 ++ mktemp -d [2020-02-14T13:40:47.317Z] #53 6.375 + export GOPATH=/tmp/tmp.gTyCTa9rv7 [2020-02-14T13:40:47.317Z] #53 6.375 + GOPATH=/tmp/tmp.gTyCTa9rv7 [2020-02-14T13:40:47.317Z] #53 6.375 + RM_GOPATH=1 [2020-02-14T13:40:47.317Z] #53 6.377 ++ dirname ./install.sh [2020-02-14T13:40:47.317Z] #53 6.379 + dir=. [2020-02-14T13:40:47.317Z] #53 6.379 + bin=golangci_lint [2020-02-14T13:40:47.317Z] #53 6.379 + shift [2020-02-14T13:40:47.317Z] #53 6.385 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-14T13:40:47.317Z] #53 6.385 + . ./golangci_lint.installer [2020-02-14T13:40:47.317Z] #53 6.385 ++ : v1.20.0 [2020-02-14T13:40:47.317Z] #53 6.386 + install_golangci_lint [2020-02-14T13:40:47.317Z] #53 6.389 + echo 'Installing golangci-lint version v1.20.0' [2020-02-14T13:40:47.317Z] #53 6.389 Installing golangci-lint version v1.20.0 [2020-02-14T13:40:47.317Z] #53 6.389 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-14T13:40:47.573Z] #53 ... [2020-02-14T13:40:47.573Z] [2020-02-14T13:40:47.573Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:40:47.573Z] #30 6.875 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-14T13:40:47.573Z] #30 6.877 Cloning into '.'... [2020-02-14T13:40:47.573Z] #30 ... [2020-02-14T13:40:47.573Z] [2020-02-14T13:40:47.573Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:40:47.573Z] #47 6.165 + RM_GOPATH=0 [2020-02-14T13:40:47.573Z] #47 6.165 + TMP_GOPATH= [2020-02-14T13:40:47.573Z] #47 6.166 + : /build [2020-02-14T13:40:47.573Z] #47 6.166 + '[' -z '' ']' [2020-02-14T13:40:47.573Z] #47 6.177 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:40:47.573Z] #47 6.177 ++ mktemp -d [2020-02-14T13:40:47.573Z] #47 6.177 + export GOPATH=/tmp/tmp.4YIq3uOxDO [2020-02-14T13:40:47.573Z] #47 6.177 + GOPATH=/tmp/tmp.4YIq3uOxDO [2020-02-14T13:40:47.573Z] #47 6.177 + RM_GOPATH=1 [2020-02-14T13:40:47.573Z] #47 6.177 ++ dirname ./install.sh [2020-02-14T13:40:47.573Z] #47 6.177 + dir=. [2020-02-14T13:40:47.573Z] #47 6.177 + bin=vndr [2020-02-14T13:40:47.573Z] #47 6.177 + shift [2020-02-14T13:40:47.573Z] #47 6.177 + '[' '!' -f ./vndr.installer ']' [2020-02-14T13:40:47.573Z] #47 6.177 + . ./vndr.installer [2020-02-14T13:40:47.573Z] #47 6.177 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:40:47.573Z] #47 6.177 + install_vndr [2020-02-14T13:40:47.573Z] #47 6.177 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-14T13:40:47.573Z] #47 6.177 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4YIq3uOxDO/src/github.com/LK4D4/vndr [2020-02-14T13:40:47.573Z] #47 6.177 Cloning into '/tmp/tmp.4YIq3uOxDO/src/github.com/LK4D4/vndr'... [2020-02-14T13:40:47.573Z] #47 6.905 + cd /tmp/tmp.4YIq3uOxDO/src/github.com/LK4D4/vndr [2020-02-14T13:40:47.573Z] #47 6.905 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:40:47.573Z] #47 6.937 + go build -buildmode=pie -v -o /build/vndr . [2020-02-14T13:40:47.573Z] #47 8.312 internal/cpu [2020-02-14T13:40:47.573Z] #47 8.327 runtime/internal/atomic [2020-02-14T13:40:47.573Z] #47 8.495 runtime/internal/sys [2020-02-14T13:40:47.573Z] #47 8.752 runtime/internal/math [2020-02-14T13:40:47.573Z] #47 8.831 internal/race [2020-02-14T13:40:47.573Z] #47 8.868 internal/bytealg [2020-02-14T13:40:47.573Z] #47 8.943 sync/atomic [2020-02-14T13:40:47.573Z] #47 9.156 unicode [2020-02-14T13:40:47.573Z] #47 9.858 runtime [2020-02-14T13:40:47.574Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-14T13:40:47.829Z] #47 ... [2020-02-14T13:40:47.829Z] [2020-02-14T13:40:47.829Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:40:47.829Z] #35 6.882 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:40:47.829Z] #35 6.948 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:40:47.829Z] #35 6.948 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:40:47.829Z] #35 8.013 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:40:47.829Z] #35 10.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:40:47.829Z] #35 ... [2020-02-14T13:40:47.829Z] [2020-02-14T13:40:47.829Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:47.829Z] #50 6.051 + RM_GOPATH=0 [2020-02-14T13:40:47.829Z] #50 6.051 + TMP_GOPATH= [2020-02-14T13:40:47.829Z] #50 6.052 + : /build [2020-02-14T13:40:47.829Z] #50 6.052 + '[' -z '' ']' [2020-02-14T13:40:47.829Z] #50 6.066 ++ mktemp -d [2020-02-14T13:40:47.829Z] #50 6.073 + export GOPATH=/tmp/tmp.1aMrABEWib [2020-02-14T13:40:47.829Z] #50 6.073 + GOPATH=/tmp/tmp.1aMrABEWib [2020-02-14T13:40:47.829Z] #50 6.073 + RM_GOPATH=1 [2020-02-14T13:40:47.829Z] #50 6.076 ++ dirname ./install.sh [2020-02-14T13:40:47.829Z] #50 6.077 + dir=. [2020-02-14T13:40:47.829Z] #50 6.080 + bin=gotestsum [2020-02-14T13:40:47.829Z] #50 6.080 + shift [2020-02-14T13:40:47.829Z] #50 6.080 + '[' '!' -f ./gotestsum.installer ']' [2020-02-14T13:40:47.829Z] #50 6.081 + . ./gotestsum.installer [2020-02-14T13:40:47.829Z] #50 6.081 ++ : v0.3.5 [2020-02-14T13:40:47.830Z] #50 6.081 + install_gotestsum [2020-02-14T13:40:47.830Z] #50 6.081 + echo 'Installing gotestsum version v0.3.5' [2020-02-14T13:40:47.830Z] #50 6.082 Installing gotestsum version v0.3.5 [2020-02-14T13:40:47.830Z] #50 6.082 + go get -d gotest.tools/gotestsum [2020-02-14T13:40:47.953Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-14T13:40:47.953Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-14T13:40:47.953Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-14T13:40:48.085Z] #50 ... [2020-02-14T13:40:48.085Z] [2020-02-14T13:40:48.085Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:48.085Z] #65 6.275 + RM_GOPATH=0 [2020-02-14T13:40:48.085Z] #65 6.276 + TMP_GOPATH= [2020-02-14T13:40:48.085Z] #65 6.276 + : /build/ [2020-02-14T13:40:48.085Z] #65 6.276 + '[' -z '' ']' [2020-02-14T13:40:48.085Z] #65 6.278 ++ mktemp -d [2020-02-14T13:40:48.085Z] #65 6.291 + export GOPATH=/tmp/tmp.w244o0Z1Ix [2020-02-14T13:40:48.085Z] #65 6.291 + GOPATH=/tmp/tmp.w244o0Z1Ix [2020-02-14T13:40:48.085Z] #65 6.291 + RM_GOPATH=1 [2020-02-14T13:40:48.085Z] #65 6.291 ++ dirname ./install.sh [2020-02-14T13:40:48.085Z] #65 6.294 + dir=. [2020-02-14T13:40:48.085Z] #65 6.294 + bin=rootlesskit [2020-02-14T13:40:48.085Z] #65 6.294 + shift [2020-02-14T13:40:48.085Z] #65 6.294 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-14T13:40:48.085Z] #65 6.294 + . ./rootlesskit.installer [2020-02-14T13:40:48.085Z] #65 6.298 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:40:48.085Z] #65 6.298 + install_rootlesskit [2020-02-14T13:40:48.085Z] #65 6.298 + case "$1" in [2020-02-14T13:40:48.085Z] #65 6.298 + export CGO_ENABLED=0 [2020-02-14T13:40:48.085Z] #65 6.299 + CGO_ENABLED=0 [2020-02-14T13:40:48.085Z] #65 6.299 + _install_rootlesskit [2020-02-14T13:40:48.085Z] #65 6.299 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-14T13:40:48.085Z] #65 6.299 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:40:48.085Z] #65 6.299 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.w244o0Z1Ix/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:40:48.085Z] #65 6.309 Cloning into '/tmp/tmp.w244o0Z1Ix/src/github.com/rootless-containers/rootlesskit'... [2020-02-14T13:40:48.085Z] #65 10.28 + cd /tmp/tmp.w244o0Z1Ix/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:40:48.085Z] #65 10.28 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:40:48.085Z] #65 10.56 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:40:48.085Z] #65 10.57 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-14T13:40:48.753Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-14T13:40:48.753Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-14T13:40:48.753Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-14T13:40:49.127Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-14T13:40:49.504Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-14T13:40:49.881Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-14T13:40:49.881Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-14T13:40:49.881Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-14T13:40:49.972Z] #65 ... [2020-02-14T13:40:49.972Z] [2020-02-14T13:40:49.972Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:40:49.972Z] #47 12.94 unicode/utf8 [2020-02-14T13:40:50.120Z] d66e58854927: Pull complete [2020-02-14T13:40:50.120Z] 71497195576e: Pull complete [2020-02-14T13:40:50.120Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-14T13:40:50.120Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-14T13:40:50.120Z] ---> ebd73b5ebd31 [2020-02-14T13:40:50.120Z] Step 5/16 : ARG BUILDX_REPO [2020-02-14T13:40:50.120Z] ---> Running in 4e0224bdccdb [2020-02-14T13:40:50.263Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-14T13:40:50.406Z] Removing intermediate container 4e0224bdccdb [2020-02-14T13:40:50.406Z] ---> 75f4f1ade391 [2020-02-14T13:40:50.406Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-14T13:40:50.406Z] ---> Running in 11c50f4f01e5 [2020-02-14T13:40:50.539Z] #47 13.57 math [2020-02-14T13:40:50.659Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-14T13:40:50.659Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-14T13:40:50.659Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-14T13:40:50.659Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-14T13:40:50.689Z] Cloning into '/buildx'... [2020-02-14T13:40:51.051Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-14T13:40:51.436Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-14T13:40:51.436Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-14T13:40:51.436Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-14T13:40:51.469Z] #47 ... [2020-02-14T13:40:51.469Z] [2020-02-14T13:40:51.470Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:40:51.470Z] #23 13.84 + mkdir -p /build [2020-02-14T13:40:51.470Z] #23 13.85 + mv docker/docker /build/ [2020-02-14T13:40:51.470Z] #23 13.86 + rmdir docker [2020-02-14T13:40:51.470Z] #23 DONE 14.4s [2020-02-14T13:40:51.470Z] [2020-02-14T13:40:51.470Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:40:51.470Z] #33 14.14 internal/testlog [2020-02-14T13:40:51.470Z] #33 14.59 encoding [2020-02-14T13:40:52.003Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-14T13:40:52.033Z] #33 14.83 runtime/cgo [2020-02-14T13:40:52.494Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-14T13:40:52.494Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-14T13:40:52.908Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-14T13:40:52.908Z] go: finding cloud.google.com/go v0.26.0 [2020-02-14T13:40:52.908Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-14T13:40:52.908Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-14T13:40:53.300Z] go: finding github.com/kr/text v0.1.0 [2020-02-14T13:40:53.923Z] #33 ... [2020-02-14T13:40:53.923Z] [2020-02-14T13:40:53.923Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:40:53.923Z] #41 6.908 + git clone https://github.com/docker/distribution.git . [2020-02-14T13:40:53.923Z] #41 6.908 Cloning into '.'... [2020-02-14T13:40:53.923Z] #41 ... [2020-02-14T13:40:53.923Z] [2020-02-14T13:40:53.923Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:40:53.923Z] #43 16.64 Fetched 8325 kB in 14s (586 kB/s) [2020-02-14T13:40:54.612Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-14T13:40:54.612Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-14T13:40:54.612Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-14T13:40:54.612Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-14T13:40:55.005Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-14T13:40:55.101Z] Removing intermediate container 11c50f4f01e5 [2020-02-14T13:40:55.101Z] ---> ecb670183864 [2020-02-14T13:40:55.101Z] Step 7/16 : WORKDIR /buildx [2020-02-14T13:40:55.101Z] ---> Running in 854a895e7d25 [2020-02-14T13:40:55.101Z] Removing intermediate container 854a895e7d25 [2020-02-14T13:40:55.101Z] ---> d080a72482f7 [2020-02-14T13:40:55.101Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-14T13:40:55.101Z] ---> Running in 82b54d23c856 [2020-02-14T13:40:55.101Z] Removing intermediate container 82b54d23c856 [2020-02-14T13:40:55.101Z] ---> e07f96ed6b2b [2020-02-14T13:40:55.101Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-14T13:40:55.101Z] ---> Running in ab524efa9c46 [2020-02-14T13:40:55.394Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-14T13:40:55.722Z] From https://github.com/docker/buildx [2020-02-14T13:40:55.722Z] * [new tag] v0.3.1 -> build [2020-02-14T13:40:55.795Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-14T13:40:55.795Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-14T13:40:55.795Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-14T13:40:55.795Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-14T13:40:55.795Z] go: finding github.com/golang/mock v1.1.1 [2020-02-14T13:40:55.795Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-14T13:40:56.180Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-14T13:40:56.180Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-14T13:40:56.180Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-14T13:40:56.180Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-14T13:40:56.342Z] Switched to branch 'build' [2020-02-14T13:40:56.555Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-14T13:40:56.937Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-14T13:40:56.937Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-14T13:40:56.962Z] Removing intermediate container ab524efa9c46 [2020-02-14T13:40:56.962Z] ---> fdd55d074d9e [2020-02-14T13:40:56.962Z] Step 10/16 : RUN go mod download [2020-02-14T13:40:57.245Z] ---> Running in 1b6e30d180b2 [2020-02-14T13:40:57.303Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-14T13:40:57.303Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-14T13:40:57.303Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-14T13:40:57.303Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-14T13:40:57.303Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-14T13:40:57.532Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-14T13:40:57.532Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-14T13:40:57.532Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-14T13:40:57.532Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-14T13:40:57.532Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-14T13:40:57.532Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-14T13:40:57.532Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-14T13:40:57.532Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-14T13:40:57.532Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-14T13:40:57.684Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-14T13:40:57.684Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-14T13:40:57.684Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-14T13:40:58.062Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-14T13:40:58.094Z] #43 16.64 Reading package lists... [2020-02-14T13:40:58.094Z] #43 ... [2020-02-14T13:40:58.094Z] [2020-02-14T13:40:58.094Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:40:58.094Z] #59 10.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:40:58.094Z] #59 20.58 Fetched 8325 kB in 16s (530 kB/s) [2020-02-14T13:40:58.094Z] #59 20.58 Reading package lists... [2020-02-14T13:40:58.094Z] #59 ... [2020-02-14T13:40:58.094Z] [2020-02-14T13:40:58.094Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:40:58.094Z] #47 18.18 unicode/utf16 [2020-02-14T13:40:58.094Z] #47 18.47 container/list [2020-02-14T13:40:58.094Z] #47 18.90 crypto/internal/subtle [2020-02-14T13:40:58.094Z] #47 19.06 crypto/subtle [2020-02-14T13:40:58.094Z] #47 19.22 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-14T13:40:58.094Z] #47 19.36 internal/nettrace [2020-02-14T13:40:58.094Z] #47 19.53 runtime/cgo [2020-02-14T13:40:58.164Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-14T13:40:58.439Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-14T13:40:58.439Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-14T13:40:58.656Z] #47 ... [2020-02-14T13:40:58.656Z] [2020-02-14T13:40:58.656Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:40:58.656Z] #10 12.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:40:58.809Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-14T13:40:58.809Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-14T13:40:58.913Z] #10 ... [2020-02-14T13:40:58.913Z] [2020-02-14T13:40:58.913Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:40:58.913Z] #41 21.35 Checking out files: 91% (1421/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-02-14T13:40:58.913Z] #41 21.48 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-14T13:40:59.168Z] #41 ... [2020-02-14T13:40:59.168Z] [2020-02-14T13:40:59.168Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:40:59.168Z] #35 12.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:40:59.168Z] #35 ... [2020-02-14T13:40:59.168Z] [2020-02-14T13:40:59.168Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:40:59.168Z] #25 20.15 Fetched 8325 kB in 16s (506 kB/s) [2020-02-14T13:40:59.189Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-14T13:40:59.189Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-14T13:40:59.189Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-14T13:40:59.189Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-14T13:40:59.589Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-14T13:40:59.662Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-14T13:40:59.662Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-14T13:40:59.662Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-14T13:40:59.953Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-14T13:41:00.015Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-14T13:41:00.015Z] go: finding github.com/kr/pty v1.1.1 [2020-02-14T13:41:00.015Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-14T13:41:00.029Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0731a647ff3a3e733) in /home/ubuntu/workspace/moby_PR-40489 [Pipeline] { [Pipeline] checkout [2020-02-14T13:41:00.468Z] go: finding golang.org/x/text v0.3.0 [2020-02-14T13:41:00.468Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-14T13:41:00.468Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-14T13:41:00.592Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-14T13:41:00.592Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-14T13:41:00.920Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-14T13:41:00.920Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-14T13:41:01.356Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-14T13:41:01.356Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-14T13:41:01.356Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-14T13:41:01.356Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-14T13:41:01.356Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-14T13:41:01.750Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-14T13:41:02.422Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-14T13:41:02.422Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-14T13:41:02.432Z] #25 20.15 Reading package lists... [2020-02-14T13:41:02.432Z] #25 ... [2020-02-14T13:41:02.432Z] [2020-02-14T13:41:02.432Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:02.432Z] #71 22.43 Checking out files: 88% (1767/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-14T13:41:02.432Z] #71 22.84 + cd /tmp/tmp.wTwParziBn/src/github.com/docker/libnetwork [2020-02-14T13:41:02.432Z] #71 22.84 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:41:02.432Z] #71 23.37 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-14T13:41:02.543Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-14T13:41:02.543Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-14T13:41:02.543Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-14T13:41:02.543Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-14T13:41:02.543Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-14T13:41:02.547Z] using credential docker-jenkins-github-credentials [2020-02-14T13:41:02.556Z] Cloning the remote Git repository [2020-02-14T13:41:02.556Z] Cloning with configured refspecs honoured and without tags [2020-02-14T13:41:02.714Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-14T13:41:02.714Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-14T13:41:02.924Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-14T13:41:02.924Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-14T13:41:03.302Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-14T13:41:03.302Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-14T13:41:03.302Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-14T13:41:03.345Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-14T13:41:03.664Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-14T13:41:02.614Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:41:02.684Z] > git init /home/ubuntu/workspace/moby_PR-40489 # timeout=10 [2020-02-14T13:41:02.994Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:41:02.994Z] > git --version # timeout=10 [2020-02-14T13:41:03.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:41:03.043Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:41:03.974Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-14T13:41:04.083Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-14T13:41:04.083Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-14T13:41:04.083Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-14T13:41:04.083Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-14T13:41:04.472Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-14T13:41:04.472Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-14T13:41:04.605Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-14T13:41:04.605Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-14T13:41:04.848Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-14T13:41:04.895Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-14T13:41:05.185Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-14T13:41:05.220Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-14T13:41:05.220Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-14T13:41:05.220Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-14T13:41:05.474Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-14T13:41:05.618Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-14T13:41:05.618Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-14T13:41:05.618Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-14T13:41:05.618Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-14T13:41:05.767Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-14T13:41:05.767Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-14T13:41:05.998Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-14T13:41:05.998Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-14T13:41:06.057Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-14T13:41:06.373Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-14T13:41:06.373Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-14T13:41:06.373Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-14T13:41:07.089Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-14T13:41:07.743Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-14T13:41:08.376Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-14T13:41:08.759Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-14T13:41:09.007Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-14T13:41:09.298Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-14T13:41:09.589Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-14T13:41:10.520Z] #71 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:41:10.520Z] #35 22.73 Fetched 8325 kB in 16s (518 kB/s) [2020-02-14T13:41:10.520Z] #35 22.73 Reading package lists... [2020-02-14T13:41:10.520Z] #35 29.04 Reading package lists... [2020-02-14T13:41:10.520Z] #35 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:41:10.520Z] #10 22.88 Fetched 8325 kB in 17s (494 kB/s) [2020-02-14T13:41:10.520Z] #10 22.88 Reading package lists... [2020-02-14T13:41:10.520Z] #10 29.85 Reading package lists... [2020-02-14T13:41:10.520Z] #10 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:41:10.520Z] #53 24.52 + cd /tmp/tmp.gTyCTa9rv7/src/github.com/golangci/golangci-lint/ [2020-02-14T13:41:10.520Z] #53 24.52 + git checkout -q v1.20.0 [2020-02-14T13:41:10.520Z] #53 25.56 ++ git describe --tags [2020-02-14T13:41:10.520Z] #53 25.57 + version=v1.20.0 [2020-02-14T13:41:10.520Z] #53 25.57 ++ git rev-parse --short HEAD [2020-02-14T13:41:10.520Z] #53 25.58 + commit=cc98739 [2020-02-14T13:41:10.520Z] #53 25.58 ++ git show -s --format=%cd [2020-02-14T13:41:10.520Z] #53 25.59 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-14T13:41:10.520Z] #53 25.60 + 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 [2020-02-14T13:41:10.520Z] #53 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:10.520Z] #43 16.64 Reading package lists... [2020-02-14T13:41:10.520Z] #43 23.81 Reading package lists... [2020-02-14T13:41:10.520Z] #43 30.70 Building dependency tree... [2020-02-14T13:41:10.520Z] #43 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:41:10.520Z] #25 20.15 Reading package lists... [2020-02-14T13:41:10.520Z] #25 27.12 Reading package lists... [2020-02-14T13:41:10.520Z] #25 33.45 Building dependency tree... [2020-02-14T13:41:10.520Z] #25 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:41:10.520Z] #41 23.79 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-14T13:41:10.520Z] #41 ... [2020-02-14T13:41:10.520Z] [2020-02-14T13:41:10.520Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:41:10.520Z] #59 20.58 Reading package lists... [2020-02-14T13:41:10.520Z] #59 27.26 Reading package lists... [2020-02-14T13:41:10.623Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-14T13:41:10.623Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-14T13:41:10.623Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-14T13:41:10.914Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-14T13:41:10.914Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-14T13:41:11.030Z] #59 34.06 Building dependency tree... [2020-02-14T13:41:11.030Z] #59 ... [2020-02-14T13:41:11.030Z] [2020-02-14T13:41:11.030Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:11.030Z] #43 34.38 The following additional packages will be installed: [2020-02-14T13:41:11.030Z] #43 34.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-14T13:41:11.030Z] #43 34.40 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-14T13:41:11.030Z] #43 34.41 Suggested packages: [2020-02-14T13:41:11.030Z] #43 34.42 manpages-dev python-setuptools [2020-02-14T13:41:11.542Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-14T13:41:12.199Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-14T13:41:12.395Z] #43 35.67 The following NEW packages will be installed: [2020-02-14T13:41:12.395Z] #43 35.67 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-14T13:41:12.395Z] #43 35.68 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-14T13:41:12.395Z] #43 35.68 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-14T13:41:12.395Z] #43 35.68 python-six zlib1g-dev [2020-02-14T13:41:12.709Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-02acbd2092040632d) in /home/ubuntu/workspace/moby_PR-40489 [Pipeline] { [Pipeline] checkout [2020-02-14T13:41:12.957Z] #43 36.18 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:41:12.957Z] #43 36.18 Need to get 4095 kB of archives. [2020-02-14T13:41:12.957Z] #43 36.18 After this operation, 22.5 MB of additional disk space will be used. [2020-02-14T13:41:12.957Z] #43 36.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-14T13:41:12.957Z] #43 36.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-14T13:41:12.957Z] #43 36.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-02-14T13:41:12.957Z] #43 36.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-14T13:41:12.957Z] #43 36.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-14T13:41:12.957Z] #43 36.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-14T13:41:12.957Z] #43 36.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-02-14T13:41:12.957Z] #43 36.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-02-14T13:41:12.957Z] #43 36.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-14T13:41:12.957Z] #43 36.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-14T13:41:12.957Z] #43 36.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-14T13:41:12.957Z] #43 36.50 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-14T13:41:13.213Z] #43 36.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-02-14T13:41:13.213Z] #43 36.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-02-14T13:41:13.213Z] #43 36.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-14T13:41:13.213Z] #43 36.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-14T13:41:13.213Z] #43 36.61 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-14T13:41:13.225Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-14T13:41:13.226Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-14T13:41:13.226Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-14T13:41:13.516Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-14T13:41:13.516Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-14T13:41:14.141Z] #43 37.71 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:41:14.564Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-14T13:41:14.703Z] #43 37.93 Fetched 4095 kB in 1s (4917 kB/s) [2020-02-14T13:41:14.703Z] #43 38.03 Selecting previously unselected package libcap-dev:amd64. [2020-02-14T13:41:14.704Z] #43 38.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-14T13:41:14.704Z] #43 38.08 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-14T13:41:14.704Z] #43 38.08 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-14T13:41:14.704Z] #43 38.24 Selecting previously unselected package libnet1:amd64. [2020-02-14T13:41:14.704Z] #43 38.24 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:41:14.704Z] #43 38.25 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:41:14.855Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-14T13:41:14.960Z] #43 38.40 Selecting previously unselected package libnet1-dev. [2020-02-14T13:41:15.144Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-14T13:41:15.216Z] #43 38.41 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:41:15.216Z] #43 38.42 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:41:15.216Z] #43 38.69 Selecting previously unselected package libnl-3-200:amd64. [2020-02-14T13:41:15.432Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-14T13:41:15.472Z] #43 38.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-14T13:41:15.472Z] #43 38.70 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:41:15.472Z] #43 38.86 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-14T13:41:15.472Z] #43 38.88 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-14T13:41:15.472Z] #43 38.88 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-14T13:41:15.721Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-14T13:41:15.728Z] #43 39.20 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-14T13:41:15.728Z] #43 39.23 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:41:15.989Z] #43 39.23 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:41:15.989Z] #43 39.39 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-14T13:41:15.989Z] #43 39.43 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:41:15.989Z] #43 39.43 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-14T13:41:16.245Z] #43 39.59 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-14T13:41:16.245Z] #43 39.61 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-14T13:41:16.245Z] #43 39.62 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:41:16.349Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-14T13:41:16.503Z] #43 39.90 Selecting previously unselected package libprotobuf17:amd64. [2020-02-14T13:41:16.503Z] #43 39.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:16.503Z] #43 39.92 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:16.641Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-14T13:41:16.932Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-14T13:41:17.067Z] #43 ... [2020-02-14T13:41:17.067Z] [2020-02-14T13:41:17.067Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:41:17.067Z] #59 34.06 Building dependency tree... [2020-02-14T13:41:17.067Z] #59 37.14 The following additional packages will be installed: [2020-02-14T13:41:17.067Z] #59 37.16 libbtrfs0 [2020-02-14T13:41:17.067Z] #59 37.37 The following NEW packages will be installed: [2020-02-14T13:41:17.067Z] #59 37.38 libbtrfs-dev libbtrfs0 [2020-02-14T13:41:17.067Z] #59 37.74 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:41:17.067Z] #59 37.74 Need to get 119 kB of archives. [2020-02-14T13:41:17.067Z] #59 37.74 After this operation, 387 kB of additional disk space will be used. [2020-02-14T13:41:17.067Z] #59 37.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-14T13:41:17.067Z] #59 37.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-14T13:41:17.067Z] #59 38.92 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:41:17.067Z] #59 39.12 Fetched 119 kB in 0s (436 kB/s) [2020-02-14T13:41:17.067Z] #59 39.21 Selecting previously unselected package libbtrfs0. [2020-02-14T13:41:17.067Z] #59 39.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 ... 15401 files and directories currently installed.) [2020-02-14T13:41:17.067Z] #59 39.25 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-14T13:41:17.067Z] #59 39.27 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:41:17.067Z] #59 39.39 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:41:17.067Z] #59 39.39 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-14T13:41:17.067Z] #59 39.40 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:41:17.067Z] #59 39.73 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:41:17.067Z] #59 39.75 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:41:17.067Z] #59 39.77 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:41:17.067Z] #59 DONE 40.5s [2020-02-14T13:41:17.067Z] [2020-02-14T13:41:17.067Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:17.067Z] #71 DONE 40.2s [2020-02-14T13:41:17.067Z] [2020-02-14T13:41:17.067Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:41:17.068Z] using credential docker-jenkins-github-credentials [2020-02-14T13:41:17.078Z] Cloning the remote Git repository [2020-02-14T13:41:17.078Z] Cloning with configured refspecs honoured and without tags [2020-02-14T13:41:17.324Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-14T13:41:17.324Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-14T13:41:17.480Z] #60 DONE 0.1s [2020-02-14T13:41:17.480Z] [2020-02-14T13:41:17.480Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-14T13:41:17.480Z] #61 DONE 0.1s [2020-02-14T13:41:17.480Z] [2020-02-14T13:41:17.480Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:41:17.480Z] #25 33.45 Building dependency tree... [2020-02-14T13:41:17.480Z] #25 36.71 ca-certificates is already the newest version (20190110). [2020-02-14T13:41:17.480Z] #25 36.71 The following additional packages will be installed: [2020-02-14T13:41:17.480Z] #25 36.72 libjq1 libonig5 [2020-02-14T13:41:17.480Z] #25 37.11 The following NEW packages will be installed: [2020-02-14T13:41:17.480Z] #25 37.13 jq libjq1 libonig5 [2020-02-14T13:41:17.480Z] #25 37.56 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:41:17.480Z] #25 37.56 Need to get 355 kB of archives. [2020-02-14T13:41:17.480Z] #25 37.56 After this operation, 1072 kB of additional disk space will be used. [2020-02-14T13:41:17.480Z] #25 37.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-14T13:41:17.480Z] #25 37.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-14T13:41:17.480Z] #25 37.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-14T13:41:17.480Z] #25 38.80 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:41:17.480Z] #25 39.03 Fetched 355 kB in 0s (1230 kB/s) [2020-02-14T13:41:17.480Z] #25 39.13 Selecting previously unselected package libonig5:amd64. [2020-02-14T13:41:17.480Z] #25 39.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-14T13:41:17.480Z] #25 39.23 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-14T13:41:17.480Z] #25 39.25 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:41:17.480Z] #25 39.56 Selecting previously unselected package libjq1:amd64. [2020-02-14T13:41:17.480Z] #25 39.56 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:41:17.480Z] #25 39.57 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:41:17.480Z] #25 39.80 Selecting previously unselected package jq. [2020-02-14T13:41:17.480Z] #25 39.81 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:41:17.480Z] #25 39.83 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:41:17.480Z] #25 40.11 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:41:17.480Z] #25 40.16 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:41:17.480Z] #25 40.22 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:41:17.480Z] #25 40.30 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:41:17.480Z] #25 DONE 40.7s [2020-02-14T13:41:17.480Z] [2020-02-14T13:41:17.480Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:41:17.480Z] #62 ... [2020-02-14T13:41:17.480Z] [2020-02-14T13:41:17.480Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T13:41:17.480Z] #26 DONE 0.1s [2020-02-14T13:41:17.738Z] [2020-02-14T13:41:17.738Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:17.738Z] #43 40.89 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-14T13:41:17.738Z] #43 40.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:17.738Z] #43 41.02 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:17.477Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:41:17.633Z] > git init /home/ubuntu/workspace/moby_PR-40489 # timeout=10 [2020-02-14T13:41:17.903Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:41:17.904Z] > git --version # timeout=10 [2020-02-14T13:41:17.926Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:41:17.928Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:41:18.308Z] #43 41.72 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-14T13:41:18.308Z] #43 41.75 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:18.308Z] #43 41.83 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:18.349Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-14T13:41:18.349Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-14T13:41:18.976Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-14T13:41:19.265Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-14T13:41:19.570Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-14T13:41:20.598Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-14T13:41:20.827Z] #43 44.19 Selecting previously unselected package libprotoc17:amd64. [2020-02-14T13:41:20.827Z] #43 44.19 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:20.827Z] #43 44.21 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:20.889Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-14T13:41:21.180Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-14T13:41:21.180Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-14T13:41:21.389Z] #43 44.82 Selecting previously unselected package protobuf-c-compiler. [2020-02-14T13:41:21.389Z] #43 44.87 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:41:21.389Z] #43 44.87 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:41:21.646Z] #43 45.05 Selecting previously unselected package protobuf-compiler. [2020-02-14T13:41:21.646Z] #43 45.06 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:21.646Z] #43 45.07 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:41:21.902Z] #43 45.23 Selecting previously unselected package python-pkg-resources. [2020-02-14T13:41:21.902Z] #43 45.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:41:21.902Z] #43 45.27 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-14T13:41:22.159Z] #43 ... [2020-02-14T13:41:22.159Z] [2020-02-14T13:41:22.159Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:41:22.159Z] #35 29.04 Reading package lists... [2020-02-14T13:41:22.159Z] #35 35.85 Building dependency tree... [2020-02-14T13:41:22.159Z] #35 39.16 The following additional packages will be installed: [2020-02-14T13:41:22.159Z] #35 39.19 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-14T13:41:22.159Z] #35 39.22 Suggested packages: [2020-02-14T13:41:22.159Z] #35 39.22 cmake-doc ninja-build lrzip [2020-02-14T13:41:22.159Z] #35 39.22 Recommended packages: [2020-02-14T13:41:22.159Z] #35 39.22 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-14T13:41:22.159Z] #35 40.30 The following NEW packages will be installed: [2020-02-14T13:41:22.159Z] #35 40.30 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-14T13:41:22.159Z] #35 40.30 vim-common xxd [2020-02-14T13:41:22.159Z] #35 40.71 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:41:22.159Z] #35 40.71 Need to get 14.9 MB of archives. [2020-02-14T13:41:22.159Z] #35 40.71 After this operation, 61.8 MB of additional disk space will be used. [2020-02-14T13:41:22.159Z] #35 40.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-14T13:41:22.159Z] #35 40.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:41:22.159Z] #35 40.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-14T13:41:22.159Z] #35 41.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-14T13:41:22.159Z] #35 42.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-14T13:41:22.159Z] #35 42.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-14T13:41:22.159Z] #35 42.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-14T13:41:22.159Z] #35 42.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-14T13:41:22.159Z] #35 42.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-14T13:41:22.159Z] #35 42.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-14T13:41:22.159Z] #35 44.19 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:41:22.159Z] #35 44.42 Fetched 14.9 MB in 3s (5778 kB/s) [2020-02-14T13:41:22.159Z] #35 44.55 Selecting previously unselected package xxd. [2020-02-14T13:41:22.159Z] #35 44.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-14T13:41:22.159Z] #35 44.62 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:41:22.159Z] #35 44.63 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:41:22.159Z] #35 44.84 Selecting previously unselected package vim-common. [2020-02-14T13:41:22.159Z] #35 44.85 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:41:22.159Z] #35 44.89 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:41:22.159Z] #35 45.26 Selecting previously unselected package cmake-data. [2020-02-14T13:41:22.159Z] #35 45.26 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-14T13:41:22.159Z] #35 45.28 Unpacking cmake-data (3.13.4-1) ... [2020-02-14T13:41:22.159Z] #35 ... [2020-02-14T13:41:22.159Z] [2020-02-14T13:41:22.159Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:22.159Z] #43 45.57 Selecting previously unselected package python-six. [2020-02-14T13:41:22.159Z] #43 45.57 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-14T13:41:22.159Z] #43 45.60 Unpacking python-six (1.12.0-1) ... [2020-02-14T13:41:22.208Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-14T13:41:22.416Z] #43 45.71 Selecting previously unselected package python-protobuf. [2020-02-14T13:41:22.416Z] #43 45.71 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-14T13:41:22.416Z] #43 45.72 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-14T13:41:22.672Z] #43 ... [2020-02-14T13:41:22.672Z] [2020-02-14T13:41:22.672Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:41:22.672Z] #10 29.85 Reading package lists... [2020-02-14T13:41:22.672Z] #10 36.34 Building dependency tree... [2020-02-14T13:41:22.672Z] #10 39.85 The following additional packages will be installed: [2020-02-14T13:41:22.672Z] #10 39.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-14T13:41:22.672Z] #10 39.86 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-14T13:41:22.672Z] #10 39.86 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-14T13:41:22.672Z] #10 39.87 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-14T13:41:22.672Z] #10 39.87 mingw-w64-x86-64-dev [2020-02-14T13:41:22.672Z] #10 39.89 Suggested packages: [2020-02-14T13:41:22.672Z] #10 39.89 gcc-8-locales seccomp wine64 [2020-02-14T13:41:22.672Z] #10 42.19 The following NEW packages will be installed: [2020-02-14T13:41:22.672Z] #10 42.19 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-14T13:41:22.672Z] #10 42.19 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-14T13:41:22.672Z] #10 42.19 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-14T13:41:22.672Z] #10 42.22 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-14T13:41:22.673Z] #10 42.22 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-14T13:41:22.673Z] #10 42.22 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-14T13:41:22.673Z] #10 42.22 The following packages will be upgraded: [2020-02-14T13:41:22.673Z] #10 42.25 libsystemd0 libudev1 [2020-02-14T13:41:22.673Z] #10 42.69 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:41:22.673Z] #10 42.69 Need to get 78.2 MB of archives. [2020-02-14T13:41:22.673Z] #10 42.69 After this operation, 487 MB of additional disk space will be used. [2020-02-14T13:41:22.673Z] #10 42.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u3 [331 kB] [2020-02-14T13:41:22.673Z] #10 42.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u3 [150 kB] [2020-02-14T13:41:22.673Z] #10 42.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-02-14T13:41:22.673Z] #10 42.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-02-14T13:41:22.673Z] #10 43.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-14T13:41:22.673Z] #10 43.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-14T13:41:22.673Z] #10 43.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-14T13:41:22.673Z] #10 43.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-14T13:41:22.673Z] #10 43.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-14T13:41:22.673Z] #10 44.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-14T13:41:22.673Z] #10 44.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-02-14T13:41:22.673Z] #10 ... [2020-02-14T13:41:22.673Z] [2020-02-14T13:41:22.673Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:41:22.673Z] #62 4.065 + RM_GOPATH=0 [2020-02-14T13:41:22.673Z] #62 4.065 + TMP_GOPATH= [2020-02-14T13:41:22.673Z] #62 4.065 + : /build [2020-02-14T13:41:22.673Z] #62 4.065 + '[' -z '' ']' [2020-02-14T13:41:22.673Z] #62 4.076 ++ mktemp -d [2020-02-14T13:41:22.673Z] #62 4.085 + export GOPATH=/tmp/tmp.RbnaEfobaJ [2020-02-14T13:41:22.673Z] #62 4.085 + GOPATH=/tmp/tmp.RbnaEfobaJ [2020-02-14T13:41:22.673Z] #62 4.085 + RM_GOPATH=1 [2020-02-14T13:41:22.673Z] #62 4.085 ++ dirname ./install.sh [2020-02-14T13:41:22.673Z] #62 4.086 + dir=. [2020-02-14T13:41:22.673Z] #62 4.086 + bin=containerd [2020-02-14T13:41:22.673Z] #62 4.086 + shift [2020-02-14T13:41:22.673Z] #62 4.086 + '[' '!' -f ./containerd.installer ']' [2020-02-14T13:41:22.673Z] #62 4.086 + . ./containerd.installer [2020-02-14T13:41:22.673Z] #62 4.086 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:41:22.673Z] #62 4.087 + install_containerd [2020-02-14T13:41:22.673Z] #62 4.087 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-14T13:41:22.673Z] #62 4.087 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RbnaEfobaJ/src/github.com/containerd/containerd [2020-02-14T13:41:22.673Z] #62 4.087 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:41:22.673Z] #62 4.088 Cloning into '/tmp/tmp.RbnaEfobaJ/src/github.com/containerd/containerd'... [2020-02-14T13:41:23.254Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-14T13:41:23.254Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-14T13:41:23.254Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-14T13:41:23.545Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-14T13:41:23.836Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-14T13:41:23.836Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-14T13:41:24.127Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-14T13:41:24.574Z] #62 ... [2020-02-14T13:41:24.574Z] [2020-02-14T13:41:24.574Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:24.574Z] #33 37.31 internal/reflectlite [2020-02-14T13:41:24.574Z] #33 37.31 sync [2020-02-14T13:41:24.574Z] #33 40.00 sort [2020-02-14T13:41:24.574Z] #33 40.00 errors [2020-02-14T13:41:24.574Z] #33 40.60 strconv [2020-02-14T13:41:24.574Z] #33 42.23 io [2020-02-14T13:41:24.574Z] #33 43.71 internal/oserror [2020-02-14T13:41:24.574Z] #33 43.87 syscall [2020-02-14T13:41:24.574Z] #33 46.00 reflect [2020-02-14T13:41:24.574Z] #33 ... [2020-02-14T13:41:24.574Z] [2020-02-14T13:41:24.574Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:41:24.574Z] #27 5.344 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T13:41:24.574Z] #27 5.686 [2020-02-14T13:41:24.703Z] Fetching without tags [2020-02-14T13:41:25.048Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:41:25.088Z] #27 5.862 ## 3.1% ######## 11.2% ############## 19.7% ################### 27.0% ####################### 32.7% ############################ 39.1% ################################ 45.2% ###################################### 52.8% ######################################### 57.8% ############################################ 62.1% ################################################ 67.5% ################################################### 71.8% ####################################################### 77.7% ############################################################ 83.3% ################################################################ 89.7% ####################################################################### 99.8% ######################################################################## 100.0% [2020-02-14T13:41:25.345Z] #27 7.898 [2020-02-14T13:41:25.634Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-14T13:41:25.634Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-14T13:41:25.927Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-14T13:41:25.927Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-14T13:41:26.117Z] #27 8.095 ### 5.2% ############### 22.0% ################################## 47.7% ############################################## 64.2% ################################################################ 89.6% ######################################################################## 100.0% [2020-02-14T13:41:26.218Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-14T13:41:26.373Z] #27 8.940 [2020-02-14T13:41:26.373Z] #27 ... [2020-02-14T13:41:26.373Z] [2020-02-14T13:41:26.373Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:26.373Z] #47 39.45 github.com/LK4D4/vndr/godl/singleflight [2020-02-14T13:41:26.373Z] #47 39.45 internal/reflectlite [2020-02-14T13:41:26.373Z] #47 39.90 math/rand [2020-02-14T13:41:26.373Z] #47 42.07 internal/singleflight [2020-02-14T13:41:26.373Z] #47 43.46 strconv [2020-02-14T13:41:26.373Z] #47 43.47 io [2020-02-14T13:41:26.373Z] #47 44.67 bytes [2020-02-14T13:41:26.373Z] #47 46.65 bufio [2020-02-14T13:41:26.373Z] #47 47.61 reflect [2020-02-14T13:41:26.373Z] #47 49.01 syscall [2020-02-14T13:41:26.373Z] #47 ... [2020-02-14T13:41:26.373Z] [2020-02-14T13:41:26.373Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:41:26.373Z] #30 46.71 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-14T13:41:26.373Z] #30 47.50 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-14T13:41:26.373Z] #30 47.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-14T13:41:24.564Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:41:24.580Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:41:24.591Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:41:24.630Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:41:24.655Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:41:24.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:41:24.655Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:41:25.009Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:41:25.029Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:41:25.872Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:41:26.509Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-14T13:41:26.509Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-14T13:41:26.657Z] Merge succeeded, producing 17583533835c367791e04446b70ce9ca91978f9a [2020-02-14T13:41:26.658Z] Checking out Revision 17583533835c367791e04446b70ce9ca91978f9a (PR-40489) [2020-02-14T13:41:27.157Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-14T13:41:27.283Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:41:27.296Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:41:28.188Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-14T13:41:28.188Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-14T13:41:26.605Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:41:26.621Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:41:26.634Z] > git checkout -f 17583533835c367791e04446b70ce9ca91978f9a [2020-02-14T13:41:27.248Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [2020-02-14T13:41:28.733Z] + docker version [2020-02-14T13:41:28.901Z] #30 ... [2020-02-14T13:41:28.901Z] [2020-02-14T13:41:28.901Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:41:28.901Z] #27 9.210 # 2.4% ####### 10.2% ############ 17.7% ################## 25.4% ###################### 31.9% ############################# 41.3% ################################### 49.6% ########################################## 59.2% ################################################ 67.8% ####################################################### 77.7% ############################################################# 86.1% ####################################################################### 99.4% ######################################################################## 100.0% [2020-02-14T13:41:28.901Z] #27 10.81 [2020-02-14T13:41:29.223Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-14T13:41:29.515Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-14T13:41:29.515Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-14T13:41:29.515Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-14T13:41:30.150Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-14T13:41:30.441Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-14T13:41:31.472Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-14T13:41:31.780Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-14T13:41:32.021Z] #27 10.98 0.5% ## 3.4% #### 5.6% ###### 8.5% ####### 11.0% ######### 13.8% ########### 15.9% ############# 18.6% ############## 20.7% ################ 23.1% ################## 25.9% #################### 28.6% ###################### 31.0% ####################### 32.6% ######################### 35.5% ########################### 38.0% ############################# 40.3% ############################## 42.8% ################################# 46.8% ################################### 49.0% #################################### 51.3% ###################################### 53.7% ######################################## 56.6% ########################################## 59.6% ############################################ 62.2% ############################################## 64.0% ################################################ 67.3% ################################################## 70.5% #################################################### 72.9% ###################################################### 75.2% ######################################################## 77.8% ########################################################## 80.6% [2020-02-14T13:41:32.021Z] #27 ... [2020-02-14T13:41:32.021Z] [2020-02-14T13:41:32.021Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:41:32.021Z] #50 44.88 + cd /tmp/tmp.1aMrABEWib/src/gotest.tools/gotestsum [2020-02-14T13:41:32.021Z] #50 44.88 + git checkout -q v0.3.5 [2020-02-14T13:41:32.021Z] #50 44.91 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-14T13:41:32.021Z] #50 ... [2020-02-14T13:41:32.021Z] [2020-02-14T13:41:32.021Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:41:32.067Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-14T13:41:32.536Z] #27 10.98 0.5% ## 3.4% #### 5.6% ###### 8.5% ####### 11.0% ######### 13.8% ########### 15.9% ############# 18.6% ############## 20.7% ################ 23.1% ################## 25.9% #################### 28.6% ###################### 31.0% ####################### 32.6% ######################### 35.5% ########################### 38.0% ############################# 40.3% ############################## 42.8% ################################# 46.8% ################################### 49.0% #################################### 51.3% ###################################### 53.7% ######################################## 56.6% ########################################## 59.6% ############################################ 62.2% ############################################## 64.0% ################################################ 67.3% ################################################## 70.5% #################################################### 72.9% ###################################################### 75.2% ######################################################## 77.8% ########################################################## 80.6% ############################################################ 83.5% ############################################################## 86.7% ############################################################### 88.9% #################################################################### 95.5% ######################################################################## 100.0% [2020-02-14T13:41:32.536Z] #27 15.06 [2020-02-14T13:41:33.100Z] #27 ... [2020-02-14T13:41:33.100Z] [2020-02-14T13:41:33.100Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:33.100Z] #43 46.40 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-14T13:41:33.100Z] #43 50.88 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 50.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:41:33.100Z] #43 50.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:41:33.100Z] #43 50.93 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-14T13:41:33.100Z] #43 50.95 Setting up python-six (1.12.0-1) ... [2020-02-14T13:41:33.100Z] #43 55.11 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:41:33.100Z] #43 55.12 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:41:33.100Z] #43 55.14 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 55.15 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-14T13:41:33.100Z] #43 55.18 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 55.20 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 55.21 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:41:33.100Z] #43 55.22 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 55.24 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:41:33.100Z] #43 55.25 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-14T13:41:33.100Z] #43 ... [2020-02-14T13:41:33.100Z] [2020-02-14T13:41:33.100Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:41:33.100Z] #10 47.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-02-14T13:41:33.100Z] #10 49.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-14T13:41:33.100Z] #10 49.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-14T13:41:33.100Z] #10 49.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-14T13:41:33.100Z] #10 49.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-14T13:41:33.100Z] #10 49.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-02-14T13:41:33.100Z] #10 49.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-02-14T13:41:33.100Z] #10 49.88 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-14T13:41:33.100Z] #10 49.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-14T13:41:33.100Z] #10 49.95 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-14T13:41:33.100Z] #10 49.97 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-14T13:41:33.100Z] #10 49.99 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-14T13:41:33.100Z] #10 50.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-14T13:41:33.100Z] #10 50.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-14T13:41:33.100Z] #10 50.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-14T13:41:33.100Z] #10 50.09 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-02-14T13:41:33.100Z] #10 51.39 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:41:33.100Z] #10 51.66 Fetched 78.2 MB in 8s (10.2 MB/s) [2020-02-14T13:41:33.100Z] #10 51.74 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:41:33.100Z] #10 51.83 Preparing to unpack .../libsystemd0_241-7~deb10u3_amd64.deb ... [2020-02-14T13:41:33.100Z] #10 51.87 Unpacking libsystemd0:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:41:33.100Z] #10 52.29 Setting up libsystemd0:amd64 (241-7~deb10u3) ... [2020-02-14T13:41:33.100Z] #10 52.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-14T13:41:33.100Z] #10 52.67 Preparing to unpack .../libudev1_241-7~deb10u3_amd64.deb ... [2020-02-14T13:41:33.100Z] #10 52.69 Unpacking libudev1:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:41:33.100Z] #10 52.91 Setting up libudev1:amd64 (241-7~deb10u3) ... [2020-02-14T13:41:33.100Z] #10 53.06 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-14T13:41:33.100Z] #10 53.06 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:41:33.100Z] #10 53.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-14T13:41:33.100Z] #10 53.24 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:41:33.100Z] #10 56.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-14T13:41:33.100Z] #10 56.01 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-14T13:41:33.100Z] #10 56.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:41:33.124Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-14T13:41:33.357Z] #10 ... [2020-02-14T13:41:33.357Z] [2020-02-14T13:41:33.357Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:33.357Z] #47 56.58 time [2020-02-14T13:41:33.752Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-14T13:41:34.379Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-14T13:41:35.248Z] #47 ... [2020-02-14T13:41:35.248Z] [2020-02-14T13:41:35.248Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:41:35.248Z] #35 48.39 Selecting previously unselected package libicu63:amd64. [2020-02-14T13:41:35.248Z] #35 48.41 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-14T13:41:35.248Z] #35 48.43 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-14T13:41:35.248Z] #35 57.30 Selecting previously unselected package libxml2:amd64. [2020-02-14T13:41:35.248Z] #35 57.31 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-14T13:41:35.248Z] #35 57.31 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:41:35.248Z] #35 58.07 Selecting previously unselected package libarchive13:amd64. [2020-02-14T13:41:35.248Z] #35 58.07 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-14T13:41:35.248Z] #35 58.09 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-14T13:41:35.248Z] #35 58.44 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-14T13:41:35.248Z] #35 58.44 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-14T13:41:35.248Z] #35 58.44 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-14T13:41:35.248Z] #35 58.60 Selecting previously unselected package librhash0:amd64. [2020-02-14T13:41:35.248Z] #35 58.62 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-14T13:41:35.248Z] #35 ... [2020-02-14T13:41:35.248Z] [2020-02-14T13:41:35.248Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:41:35.248Z] #27 16.15 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T13:41:35.248Z] #27 16.55 #=#=# [2020-02-14T13:41:35.248Z] #27 16.73 ######################################################################## 100.0% [2020-02-14T13:41:35.248Z] #27 16.87 [2020-02-14T13:41:35.248Z] #27 17.83 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T13:41:35.304Z] Client: Docker Engine - Community [2020-02-14T13:41:35.304Z] Version: 19.03.5 [2020-02-14T13:41:35.304Z] API version: 1.40 [2020-02-14T13:41:35.304Z] Go version: go1.12.12 [2020-02-14T13:41:35.304Z] Git commit: 633a0ea838 [2020-02-14T13:41:35.304Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-14T13:41:35.304Z] OS/Arch: linux/amd64 [2020-02-14T13:41:35.304Z] Experimental: false [2020-02-14T13:41:35.304Z] [2020-02-14T13:41:35.304Z] Server: Docker Engine - Community [2020-02-14T13:41:35.304Z] Engine: [2020-02-14T13:41:35.304Z] Version: 19.03.5 [2020-02-14T13:41:35.304Z] API version: 1.40 (minimum version 1.12) [2020-02-14T13:41:35.304Z] Go version: go1.12.12 [2020-02-14T13:41:35.304Z] Git commit: 633a0ea838 [2020-02-14T13:41:35.304Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-14T13:41:35.304Z] OS/Arch: linux/amd64 [2020-02-14T13:41:35.304Z] Experimental: true [2020-02-14T13:41:35.304Z] containerd: [2020-02-14T13:41:35.304Z] Version: 1.2.10 [2020-02-14T13:41:35.304Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:41:35.304Z] runc: [2020-02-14T13:41:35.304Z] Version: 1.0.0-rc8+dev [2020-02-14T13:41:35.304Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:41:35.304Z] docker-init: [2020-02-14T13:41:35.304Z] Version: 0.18.0 [2020-02-14T13:41:35.304Z] GitCommit: fec3683 [Pipeline] sh [2020-02-14T13:41:35.505Z] #27 18.16 [2020-02-14T13:41:35.636Z] + docker info [2020-02-14T13:41:35.881Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-14T13:41:36.068Z] #27 18.41 0.7% ######################################################################## 100.0% [2020-02-14T13:41:36.324Z] #27 18.61 [2020-02-14T13:41:36.483Z] Fetching without tags [2020-02-14T13:41:36.511Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-14T13:41:36.887Z] #27 19.36 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T13:41:36.887Z] #27 19.40 skipping existing 1849cc453dee [2020-02-14T13:41:37.074Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:41:37.144Z] #27 19.51 [2020-02-14T13:41:37.280Z] Removing intermediate container 39fb3dd2c32e [2020-02-14T13:41:37.280Z] ---> 75d2fd702dcf [2020-02-14T13:41:37.280Z] Step 11/16 : ARG GOOS [2020-02-14T13:41:37.280Z] ---> Running in 3b1dab3e796c [2020-02-14T13:41:37.280Z] Removing intermediate container 3b1dab3e796c [2020-02-14T13:41:37.280Z] ---> 611557bf5cf8 [2020-02-14T13:41:37.280Z] Step 12/16 : ARG GOARCH [2020-02-14T13:41:37.280Z] ---> Running in fb3298c214cb [2020-02-14T13:41:37.280Z] Removing intermediate container fb3298c214cb [2020-02-14T13:41:37.280Z] ---> 97e89a1e4a65 [2020-02-14T13:41:37.280Z] 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 [2020-02-14T13:41:37.280Z] ---> Running in 92cf313f52a2 [2020-02-14T13:41:36.447Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:41:36.488Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:41:36.496Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:41:36.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:41:36.529Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:41:36.529Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:41:36.530Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:41:37.120Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:41:37.127Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:41:38.148Z] #27 20.45 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T13:41:38.483Z] #27 20.85 [2020-02-14T13:41:38.564Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-14T13:41:38.744Z] #27 21.13 ######################################################################## 100.0% [2020-02-14T13:41:38.744Z] #27 21.25 [2020-02-14T13:41:38.744Z] #27 21.31 Download of images into '/build' complete. [2020-02-14T13:41:38.744Z] #27 21.31 Use something like the following to load the result into a Docker daemon: [2020-02-14T13:41:38.744Z] #27 21.31 tar -cC '/build' . | docker load [2020-02-14T13:41:38.854Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-14T13:41:38.899Z] Merge succeeded, producing 2a5e1af4143e4e4d62e5beb9ddb48b773691acdf [2020-02-14T13:41:38.900Z] Checking out Revision 2a5e1af4143e4e4d62e5beb9ddb48b773691acdf (PR-40489) [2020-02-14T13:41:39.009Z] #27 DONE 21.5s [2020-02-14T13:41:39.009Z] [2020-02-14T13:41:39.009Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:41:39.009Z] #43 60.94 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-14T13:41:39.009Z] #43 60.96 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:41:39.009Z] #43 DONE 62.4s [2020-02-14T13:41:39.009Z] [2020-02-14T13:41:39.009Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:41:39.009Z] #10 58.71 Selecting previously unselected package binutils-mingw-w64. [2020-02-14T13:41:39.009Z] #10 58.73 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-14T13:41:39.009Z] #10 58.74 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:41:39.009Z] #10 58.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-14T13:41:39.009Z] #10 58.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:41:39.009Z] #10 58.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:41:39.009Z] #10 59.09 Selecting previously unselected package dmsetup. [2020-02-14T13:41:39.009Z] #10 59.09 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:41:39.009Z] #10 59.10 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-14T13:41:39.009Z] #10 59.26 Selecting previously unselected package mingw-w64-common. [2020-02-14T13:41:39.009Z] #10 59.26 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-14T13:41:39.009Z] #10 59.26 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-14T13:41:39.009Z] #10 ... [2020-02-14T13:41:39.009Z] [2020-02-14T13:41:39.009Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:39.009Z] #33 52.14 time [2020-02-14T13:41:39.009Z] #33 57.29 internal/poll [2020-02-14T13:41:39.009Z] #33 59.68 internal/syscall/unix [2020-02-14T13:41:39.009Z] #33 60.07 os [2020-02-14T13:41:39.273Z] #33 ... [2020-02-14T13:41:39.273Z] [2020-02-14T13:41:39.273Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:39.685Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:41:39.695Z] First time build. Skipping changelog. [2020-02-14T13:41:38.025Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:41:38.920Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-14T13:41:38.930Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:41:38.940Z] > git checkout -f 2a5e1af4143e4e4d62e5beb9ddb48b773691acdf [2020-02-14T13:41:39.713Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:41:40.639Z] #44 ... [2020-02-14T13:41:40.639Z] [2020-02-14T13:41:40.639Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:41:40.639Z] #35 58.63 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-14T13:41:40.639Z] #35 58.82 Selecting previously unselected package libuv1:amd64. [2020-02-14T13:41:40.639Z] #35 58.83 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-14T13:41:40.639Z] #35 58.83 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-14T13:41:40.639Z] #35 59.03 Selecting previously unselected package cmake. [2020-02-14T13:41:40.639Z] #35 59.04 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-14T13:41:40.639Z] #35 59.07 Unpacking cmake (3.13.4-1) ... [2020-02-14T13:41:40.639Z] #35 62.65 Setting up libicu63:amd64 (63.1-6) ... [2020-02-14T13:41:40.639Z] #35 62.68 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:41:40.639Z] #35 62.75 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-14T13:41:40.639Z] #35 62.82 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:41:40.639Z] #35 62.91 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-14T13:41:40.639Z] #35 62.95 Setting up cmake-data (3.13.4-1) ... [2020-02-14T13:41:40.639Z] #35 62.98 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:41:40.639Z] #35 62.99 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-14T13:41:40.639Z] #35 63.04 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-14T13:41:40.639Z] #35 63.05 Setting up cmake (3.13.4-1) ... [2020-02-14T13:41:40.639Z] #35 63.07 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:41:40.639Z] #35 63.23 Processing triggers for mime-support (3.62) ... [2020-02-14T13:41:40.639Z] #35 DONE 64.0s [2020-02-14T13:41:40.896Z] [2020-02-14T13:41:40.896Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:41:40.896Z] #36 DONE 0.1s [2020-02-14T13:41:40.896Z] [2020-02-14T13:41:40.896Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:40.896Z] #47 61.10 internal/fmtsort [2020-02-14T13:41:40.896Z] #47 61.90 strings [2020-02-14T13:41:40.896Z] #47 62.79 os [2020-02-14T13:41:40.896Z] #47 ... [2020-02-14T13:41:40.896Z] [2020-02-14T13:41:40.896Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-14T13:41:40.896Z] #37 DONE 0.1s [2020-02-14T13:41:41.070Z] + docker version [2020-02-14T13:41:41.151Z] [2020-02-14T13:41:41.151Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:41.576Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-14T13:41:42.698Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-14T13:41:43.327Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-14T13:41:43.955Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-14T13:41:44.417Z] #38 3.342 + RM_GOPATH=0 [2020-02-14T13:41:44.417Z] #38 3.342 + TMP_GOPATH= [2020-02-14T13:41:44.417Z] #38 3.342 + : /build [2020-02-14T13:41:44.417Z] #38 3.342 + '[' -z '' ']' [2020-02-14T13:41:44.417Z] #38 3.343 ++ mktemp -d [2020-02-14T13:41:44.417Z] #38 3.345 + export GOPATH=/tmp/tmp.w2ETbU8Ea0 [2020-02-14T13:41:44.417Z] #38 3.345 + GOPATH=/tmp/tmp.w2ETbU8Ea0 [2020-02-14T13:41:44.417Z] #38 3.345 + RM_GOPATH=1 [2020-02-14T13:41:44.417Z] #38 3.347 ++ dirname ./install.sh [2020-02-14T13:41:44.417Z] #38 3.348 + dir=. [2020-02-14T13:41:44.417Z] #38 3.356 + bin=tini [2020-02-14T13:41:44.417Z] #38 3.356 + shift [2020-02-14T13:41:44.417Z] #38 3.356 + '[' '!' -f ./tini.installer ']' [2020-02-14T13:41:44.417Z] #38 3.356 + . ./tini.installer [2020-02-14T13:41:44.417Z] #38 3.360 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:41:44.417Z] #38 3.360 + install_tini [2020-02-14T13:41:44.417Z] #38 3.360 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-14T13:41:44.417Z] #38 3.360 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:41:44.417Z] #38 3.360 + git clone https://github.com/krallin/tini.git /tmp/tmp.w2ETbU8Ea0/tini [2020-02-14T13:41:44.417Z] #38 3.365 Cloning into '/tmp/tmp.w2ETbU8Ea0/tini'... [2020-02-14T13:41:44.588Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-14T13:41:44.588Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-14T13:41:44.588Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-14T13:41:44.878Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-14T13:41:44.981Z] #38 4.158 + cd /tmp/tmp.w2ETbU8Ea0/tini [2020-02-14T13:41:44.981Z] #38 4.159 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:41:44.981Z] #38 4.164 + cmake . [2020-02-14T13:41:45.168Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-14T13:41:45.601Z] Client: [2020-02-14T13:41:45.601Z] Debug Mode: false [2020-02-14T13:41:45.601Z] [2020-02-14T13:41:45.601Z] Server: [2020-02-14T13:41:45.601Z] Containers: 0 [2020-02-14T13:41:45.601Z] Running: 0 [2020-02-14T13:41:45.601Z] Paused: 0 [2020-02-14T13:41:45.601Z] Stopped: 0 [2020-02-14T13:41:45.601Z] Images: 0 [2020-02-14T13:41:45.601Z] Server Version: 19.03.5 [2020-02-14T13:41:45.601Z] Storage Driver: overlay2 [2020-02-14T13:41:45.601Z] Backing Filesystem: extfs [2020-02-14T13:41:45.601Z] Supports d_type: true [2020-02-14T13:41:45.601Z] Native Overlay Diff: true [2020-02-14T13:41:45.601Z] Logging Driver: json-file [2020-02-14T13:41:45.601Z] Cgroup Driver: cgroupfs [2020-02-14T13:41:45.601Z] Plugins: [2020-02-14T13:41:45.601Z] Volume: local [2020-02-14T13:41:45.601Z] Network: bridge host ipvlan macvlan null overlay [2020-02-14T13:41:45.601Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-14T13:41:45.601Z] Swarm: inactive [2020-02-14T13:41:45.601Z] Runtimes: runc [2020-02-14T13:41:45.601Z] Default Runtime: runc [2020-02-14T13:41:45.601Z] Init Binary: docker-init [2020-02-14T13:41:45.601Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:41:45.601Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:41:45.601Z] init version: fec3683 [2020-02-14T13:41:45.601Z] Security Options: [2020-02-14T13:41:45.601Z] apparmor [2020-02-14T13:41:45.601Z] seccomp [2020-02-14T13:41:45.601Z] Profile: default [2020-02-14T13:41:45.601Z] Kernel Version: 4.15.0-1058-aws [2020-02-14T13:41:45.601Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-14T13:41:45.601Z] OSType: linux [2020-02-14T13:41:45.601Z] Architecture: x86_64 [2020-02-14T13:41:45.601Z] CPUs: 2 [2020-02-14T13:41:45.601Z] Total Memory: 7.501GiB [2020-02-14T13:41:45.601Z] Name: ip-10-100-117-217 [2020-02-14T13:41:45.601Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-14T13:41:45.601Z] Docker Root Dir: /var/lib/docker [2020-02-14T13:41:45.601Z] Debug Mode: false [2020-02-14T13:41:45.601Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:41:45.601Z] Labels: [2020-02-14T13:41:45.601Z] Experimental: true [2020-02-14T13:41:45.601Z] Insecure Registries: [2020-02-14T13:41:45.601Z] 127.0.0.0/8 [2020-02-14T13:41:45.601Z] Live Restore Enabled: true [2020-02-14T13:41:45.601Z] [2020-02-14T13:41:45.601Z] WARNING: No swap limit support [Pipeline] sh [2020-02-14T13:41:45.891Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:41:45.891Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:41:45.891Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40489/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-14T13:41:45.891Z] + bash /home/ubuntu/workspace/moby_PR-40489/check-config.sh [2020-02-14T13:41:45.891Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-14T13:41:45.891Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-14T13:41:45.891Z] [2020-02-14T13:41:45.891Z] Generally Necessary: [2020-02-14T13:41:45.891Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-14T13:41:45.891Z] - apparmor: enabled and tools installed [2020-02-14T13:41:45.891Z] - CONFIG_NAMESPACES: enabled [2020-02-14T13:41:45.891Z] - CONFIG_NET_NS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_PID_NS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_IPC_NS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_UTS_NS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CGROUPS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-14T13:41:45.891Z] - CONFIG_CPUSETS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_MEMCG: enabled [2020-02-14T13:41:45.891Z] - CONFIG_KEYS: enabled [2020-02-14T13:41:45.891Z] - CONFIG_VETH: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-14T13:41:45.891Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-14T13:41:45.909Z] #38 4.928 -- The C compiler identification is GNU 8.3.0 [2020-02-14T13:41:45.909Z] #38 4.969 -- Check for working C compiler: /usr/bin/cc [2020-02-14T13:41:46.153Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-14T13:41:46.153Z] [2020-02-14T13:41:46.153Z] Optional Features: [2020-02-14T13:41:46.153Z] - CONFIG_USER_NS: enabled [2020-02-14T13:41:46.153Z] - CONFIG_SECCOMP: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-14T13:41:46.153Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-14T13:41:46.153Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-14T13:41:46.153Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-14T13:41:46.153Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-14T13:41:46.153Z] - CONFIG_BLK_CGROUP: enabled [2020-02-14T13:41:46.153Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-14T13:41:46.153Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CGROUP_PERF: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-14T13:41:46.153Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-14T13:41:46.153Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-14T13:41:46.153Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-14T13:41:46.153Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_IP_VS: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-14T13:41:46.153Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-14T13:41:46.153Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-14T13:41:46.153Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_EXT4_FS: enabled [2020-02-14T13:41:46.153Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-14T13:41:46.153Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-14T13:41:46.153Z] - Network Drivers: [2020-02-14T13:41:46.153Z] - "overlay": [2020-02-14T13:41:46.153Z] - CONFIG_VXLAN: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-14T13:41:46.153Z] Optional (for encrypted networks): [2020-02-14T13:41:46.153Z] - CONFIG_CRYPTO: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-14T13:41:46.153Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-14T13:41:46.153Z] - CONFIG_XFRM: enabled [2020-02-14T13:41:46.153Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-14T13:41:46.153Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-14T13:41:46.153Z] - "ipvlan": [2020-02-14T13:41:46.153Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-14T13:41:46.153Z] - "macvlan": [2020-02-14T13:41:46.200Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-14T13:41:46.200Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-14T13:41:46.412Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-14T13:41:46.412Z] - CONFIG_DUMMY: enabled (as module) [2020-02-14T13:41:46.412Z] - "ftp,tftp client in container": [2020-02-14T13:41:46.412Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-14T13:41:46.412Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-14T13:41:46.412Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-14T13:41:46.412Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-14T13:41:46.412Z] - Storage Drivers: [2020-02-14T13:41:46.412Z] - "aufs": [2020-02-14T13:41:46.412Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-14T13:41:46.412Z] - "btrfs": [2020-02-14T13:41:46.412Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-14T13:41:46.412Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-14T13:41:46.412Z] - "devicemapper": [2020-02-14T13:41:46.412Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-14T13:41:46.412Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-14T13:41:46.412Z] - "overlay": [2020-02-14T13:41:46.412Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-14T13:41:46.412Z] - "zfs": [2020-02-14T13:41:46.412Z] - /dev/zfs: missing [2020-02-14T13:41:46.412Z] - zfs command: missing [2020-02-14T13:41:46.412Z] - zpool command: missing [2020-02-14T13:41:46.412Z] [2020-02-14T13:41:46.412Z] Limits: [2020-02-14T13:41:46.412Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-14T13:41:46.412Z] [2020-02-14T13:41:46.412Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-14T13:41:46.814Z] + sudo modprobe ip_vs [2020-02-14T13:41:46.836Z] #38 5.747 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-14T13:41:46.836Z] #38 5.764 -- Detecting C compiler ABI info [2020-02-14T13:41:47.073Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:341e65ad44795695b8780ecef46a2b3769da2cad . [2020-02-14T13:41:47.073Z] #2 [internal] load build definition from Dockerfile [2020-02-14T13:41:47.073Z] #2 transferring dockerfile: 15.71kB 0.0s done [2020-02-14T13:41:47.073Z] #2 DONE 0.1s [2020-02-14T13:41:47.073Z] [2020-02-14T13:41:47.073Z] #1 [internal] load .dockerignore [2020-02-14T13:41:47.073Z] #1 transferring context: 87B done [2020-02-14T13:41:47.073Z] #1 DONE 0.1s [2020-02-14T13:41:47.105Z] #38 6.258 -- Detecting C compiler ABI info - done [2020-02-14T13:41:47.105Z] #38 6.322 -- Detecting C compile features [2020-02-14T13:41:47.232Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-14T13:41:47.331Z] [2020-02-14T13:41:47.331Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-14T13:41:47.523Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-14T13:41:47.588Z] #3 DONE 0.3s [2020-02-14T13:41:47.588Z] [2020-02-14T13:41:47.588Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-14T13:41:47.588Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-14T13:41:47.588Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.1s [2020-02-14T13:41:47.588Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-14T13:41:47.588Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-14T13:41:47.588Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-14T13:41:47.814Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-14T13:41:47.847Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-02-14T13:41:47.847Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.1s [2020-02-14T13:41:48.104Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-02-14T13:41:48.361Z] #4 DONE 0.6s [2020-02-14T13:41:48.461Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-14T13:41:48.461Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-14T13:41:48.471Z] #38 ... [2020-02-14T13:41:48.471Z] [2020-02-14T13:41:48.471Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:48.471Z] #44 5.151 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:41:48.471Z] #44 5.153 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:41:48.471Z] #44 7.065 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:41:48.471Z] #44 7.103 GEN .gitid [2020-02-14T13:41:48.471Z] #44 7.105 GEN criu/include/version.h [2020-02-14T13:41:48.471Z] #44 7.155 GEN include/common/asm [2020-02-14T13:41:48.471Z] #44 8.612 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-14T13:41:48.471Z] #44 8.699 PBCC images/opts.pb-c.c [2020-02-14T13:41:48.471Z] #44 8.718 PBCC images/sit.pb-c.c [2020-02-14T13:41:48.471Z] #44 8.769 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-14T13:41:48.471Z] #44 8.823 DEP images/opts.pb-c.d [2020-02-14T13:41:48.471Z] #44 8.865 DEP images/sit.pb-c.d [2020-02-14T13:41:48.471Z] #44 8.904 PBCC images/macvlan.pb-c.c [2020-02-14T13:41:48.471Z] #44 8.934 DEP images/macvlan.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.007 PBCC images/autofs.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.023 DEP images/autofs.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.115 PBCC images/sysctl.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.148 DEP images/sysctl.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.180 PBCC images/time.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.231 DEP images/time.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.259 PBCC images/binfmt-misc.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.295 DEP images/binfmt-misc.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.358 PBCC images/seccomp.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.395 DEP images/seccomp.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.436 PBCC images/userns.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.479 DEP images/userns.pb-c.d [2020-02-14T13:41:48.471Z] #44 9.539 PBCC images/cgroup.pb-c.c [2020-02-14T13:41:48.471Z] #44 9.559 DEP images/cgroup.pb-c.d [2020-02-14T13:41:48.727Z] #44 9.630 PBCC images/fown.pb-c.c [2020-02-14T13:41:48.727Z] #44 9.660 PBCC images/ext-file.pb-c.c [2020-02-14T13:41:48.727Z] #44 9.706 DEP images/fown.pb-c.d [2020-02-14T13:41:48.727Z] #44 9.751 DEP images/ext-file.pb-c.d [2020-02-14T13:41:48.727Z] #44 9.797 PBCC images/rpc.pb-c.c [2020-02-14T13:41:48.727Z] #44 9.826 DEP images/rpc.pb-c.d [2020-02-14T13:41:48.727Z] #44 9.887 PBCC images/siginfo.pb-c.c [2020-02-14T13:41:48.750Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-14T13:41:48.926Z] [2020-02-14T13:41:48.926Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-14T13:41:48.984Z] #44 9.925 DEP images/siginfo.pb-c.d [2020-02-14T13:41:48.984Z] #44 9.975 PBCC images/pagemap.pb-c.c [2020-02-14T13:41:48.984Z] #44 10.00 DEP images/pagemap.pb-c.d [2020-02-14T13:41:48.984Z] #44 10.05 PBCC images/rlimit.pb-c.c [2020-02-14T13:41:48.984Z] #44 10.08 DEP images/rlimit.pb-c.d [2020-02-14T13:41:48.984Z] #44 10.14 PBCC images/file-lock.pb-c.c [2020-02-14T13:41:49.186Z] #6 DONE 0.3s [2020-02-14T13:41:49.186Z] [2020-02-14T13:41:49.186Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:41:49.186Z] #5 DONE 0.5s [2020-02-14T13:41:49.240Z] #44 10.15 DEP images/file-lock.pb-c.d [2020-02-14T13:41:49.240Z] #44 10.22 PBCC images/tty.pb-c.c [2020-02-14T13:41:49.240Z] #44 10.31 DEP images/tty.pb-c.d [2020-02-14T13:41:49.240Z] #44 10.38 PBCC images/tun.pb-c.c [2020-02-14T13:41:49.240Z] #44 ... [2020-02-14T13:41:49.240Z] [2020-02-14T13:41:49.240Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:49.240Z] #33 62.44 strings [2020-02-14T13:41:49.240Z] #33 64.36 fmt [2020-02-14T13:41:49.240Z] #33 66.62 path/filepath [2020-02-14T13:41:49.240Z] #33 68.19 io/ioutil [2020-02-14T13:41:49.240Z] #33 68.66 path [2020-02-14T13:41:49.240Z] #33 69.08 text/tabwriter [2020-02-14T13:41:49.240Z] #33 70.04 github.com/BurntSushi/toml [2020-02-14T13:41:49.240Z] #33 70.04 flag [2020-02-14T13:41:49.240Z] #33 71.98 log [2020-02-14T13:41:49.377Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-14T13:41:49.444Z] [2020-02-14T13:41:49.444Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:41:49.444Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-14T13:41:49.444Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 0B / 50.38MB 0.1s [2020-02-14T13:41:49.444Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0B / 10.00MB 0.1s [2020-02-14T13:41:49.444Z] #7 sha256:453fe9f2a24a42530430d8a5f5a2c8ea3bcd724d3aec277dbfc4b20031140fc3 1.79kB / 1.79kB done [2020-02-14T13:41:49.444Z] #7 sha256:6586e3d10e9613cb13f3917adc0c0c8157ed94e44106f8140259e045b07dc1fa 5.46kB / 5.46kB done [2020-02-14T13:41:49.444Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-14T13:41:49.444Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 644.83kB / 7.81MB 0.1s [2020-02-14T13:41:49.444Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 1.83MB / 10.00MB 0.2s [2020-02-14T13:41:49.444Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.2s [2020-02-14T13:41:49.496Z] #33 ... [2020-02-14T13:41:49.496Z] [2020-02-14T13:41:49.496Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:49.496Z] #44 10.45 PBCC images/netdev.pb-c.c [2020-02-14T13:41:49.496Z] #44 10.51 DEP images/tun.pb-c.d [2020-02-14T13:41:49.496Z] #44 10.58 DEP images/netdev.pb-c.d [2020-02-14T13:41:49.703Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.73MB / 50.38MB 0.4s [2020-02-14T13:41:49.703Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 6.54MB / 10.00MB 0.4s [2020-02-14T13:41:49.703Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.2s done [2020-02-14T13:41:49.703Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0B / 51.79MB 0.4s [2020-02-14T13:41:49.753Z] #44 10.66 PBCC images/vma.pb-c.c [2020-02-14T13:41:49.753Z] #44 10.74 DEP images/vma.pb-c.d [2020-02-14T13:41:49.961Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 10.78MB / 50.38MB 0.5s [2020-02-14T13:41:49.961Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.5s [2020-02-14T13:41:49.961Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 8.25MB / 51.79MB 0.5s [2020-02-14T13:41:49.961Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 14.15MB / 50.38MB 0.7s [2020-02-14T13:41:49.961Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.5s done [2020-02-14T13:41:49.961Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 14.66MB / 51.79MB 0.7s [2020-02-14T13:41:49.961Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 0B / 68.52MB 0.7s [2020-02-14T13:41:50.014Z] #44 10.81 PBCC images/creds.pb-c.c [2020-02-14T13:41:50.014Z] #44 10.83 DEP images/creds.pb-c.d [2020-02-14T13:41:50.014Z] #44 10.89 PBCC images/utsns.pb-c.c [2020-02-14T13:41:50.014Z] #44 10.93 DEP images/utsns.pb-c.d [2020-02-14T13:41:50.014Z] #44 11.02 PBCC images/ipc-desc.pb-c.c [2020-02-14T13:41:50.014Z] #44 11.08 PBCC images/ipc-sem.pb-c.c [2020-02-14T13:41:50.014Z] #44 11.09 DEP images/ipc-desc.pb-c.d [2020-02-14T13:41:50.014Z] #44 11.17 DEP images/ipc-sem.pb-c.d [2020-02-14T13:41:50.222Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 18.14MB / 50.38MB 0.8s [2020-02-14T13:41:50.222Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 20.18MB / 51.79MB 0.8s [2020-02-14T13:41:50.222Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 22.42MB / 50.38MB 0.9s [2020-02-14T13:41:50.222Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 23.78MB / 51.79MB 0.9s [2020-02-14T13:41:50.279Z] #44 11.31 PBCC images/ipc-msg.pb-c.c [2020-02-14T13:41:50.279Z] #44 11.42 DEP images/ipc-msg.pb-c.d [2020-02-14T13:41:50.404Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-14T13:41:50.484Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 27.85MB / 50.38MB 1.0s [2020-02-14T13:41:50.484Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 9.02MB / 68.52MB 1.0s [2020-02-14T13:41:50.484Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 31.63MB / 50.38MB 1.1s [2020-02-14T13:41:50.484Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 29.28MB / 51.79MB 1.1s [2020-02-14T13:41:50.536Z] #44 11.52 PBCC images/ipc-shm.pb-c.c [2020-02-14T13:41:50.536Z] #44 11.53 DEP images/ipc-shm.pb-c.d [2020-02-14T13:41:50.536Z] #44 11.56 PBCC images/ipc-var.pb-c.c [2020-02-14T13:41:50.536Z] #44 11.58 DEP images/ipc-var.pb-c.d [2020-02-14T13:41:50.536Z] #44 11.66 PBCC images/sk-opts.pb-c.c [2020-02-14T13:41:50.696Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-14T13:41:50.696Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-14T13:41:50.744Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 38.33MB / 50.38MB 1.3s [2020-02-14T13:41:50.744Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 35.68MB / 51.79MB 1.3s [2020-02-14T13:41:50.744Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 22.33MB / 68.52MB 1.3s [2020-02-14T13:41:50.744Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.5s [2020-02-14T13:41:50.744Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 43.15MB / 51.79MB 1.5s [2020-02-14T13:41:50.744Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 33.54MB / 68.52MB 1.5s [2020-02-14T13:41:50.792Z] #44 11.68 PBCC images/packet-sock.pb-c.c [2020-02-14T13:41:50.792Z] #44 11.74 DEP images/sk-opts.pb-c.d [2020-02-14T13:41:50.792Z] #44 11.79 DEP images/packet-sock.pb-c.d [2020-02-14T13:41:50.792Z] #44 11.88 PBCC images/sk-netlink.pb-c.c [2020-02-14T13:41:50.985Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-14T13:41:51.002Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 46.24MB / 51.79MB 1.6s [2020-02-14T13:41:51.002Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 1.6s done [2020-02-14T13:41:51.002Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.8s [2020-02-14T13:41:51.002Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 44.76MB / 68.52MB 1.8s [2020-02-14T13:41:51.002Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 939.56kB / 120.07MB 1.8s [2020-02-14T13:41:51.049Z] #44 11.94 DEP images/sk-netlink.pb-c.d [2020-02-14T13:41:51.049Z] #44 12.00 PBCC images/sk-inet.pb-c.c [2020-02-14T13:41:51.049Z] #44 12.02 DEP images/sk-inet.pb-c.d [2020-02-14T13:41:51.049Z] #44 12.15 PBCC images/sk-unix.pb-c.c [2020-02-14T13:41:51.054Z] Client: Docker Engine - Community [2020-02-14T13:41:51.054Z] Version: 19.03.5 [2020-02-14T13:41:51.054Z] API version: 1.40 [2020-02-14T13:41:51.054Z] Go version: go1.12.12 [2020-02-14T13:41:51.054Z] Git commit: 633a0ea [2020-02-14T13:41:51.054Z] Built: Wed Nov 13 07:27:53 2019 [2020-02-14T13:41:51.054Z] OS/Arch: linux/arm64 [2020-02-14T13:41:51.054Z] Experimental: false [2020-02-14T13:41:51.054Z] [2020-02-14T13:41:51.054Z] Server: Docker Engine - Community [2020-02-14T13:41:51.054Z] Engine: [2020-02-14T13:41:51.054Z] Version: 19.03.5 [2020-02-14T13:41:51.054Z] API version: 1.40 (minimum version 1.12) [2020-02-14T13:41:51.054Z] Go version: go1.12.12 [2020-02-14T13:41:51.054Z] Git commit: 633a0ea [2020-02-14T13:41:51.054Z] Built: Wed Nov 13 07:26:25 2019 [2020-02-14T13:41:51.054Z] OS/Arch: linux/arm64 [2020-02-14T13:41:51.054Z] Experimental: true [2020-02-14T13:41:51.054Z] containerd: [2020-02-14T13:41:51.054Z] Version: 1.2.10 [2020-02-14T13:41:51.054Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:41:51.054Z] runc: [2020-02-14T13:41:51.054Z] Version: 1.0.0-rc8+dev [2020-02-14T13:41:51.054Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:41:51.054Z] docker-init: [2020-02-14T13:41:51.054Z] Version: 0.18.0 [2020-02-14T13:41:51.054Z] GitCommit: fec3683 [Pipeline] sh [2020-02-14T13:41:51.262Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.8s done [2020-02-14T13:41:51.262Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 0B / 126B 1.9s [2020-02-14T13:41:51.305Z] #44 12.23 DEP images/sk-unix.pb-c.d [2020-02-14T13:41:51.305Z] #44 12.32 PBCC images/mm.pb-c.c [2020-02-14T13:41:51.305Z] #44 12.44 DEP images/mm.pb-c.d [2020-02-14T13:41:51.390Z] + docker info [2020-02-14T13:41:51.525Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 50.76MB / 68.52MB 2.1s [2020-02-14T13:41:51.525Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 8.24MB / 120.07MB 2.1s [2020-02-14T13:41:51.525Z] #7 sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 126B / 126B 2.0s done [2020-02-14T13:41:51.525Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 [2020-02-14T13:41:51.525Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 60.53MB / 68.52MB 2.3s [2020-02-14T13:41:51.525Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 18.66MB / 120.07MB 2.3s [2020-02-14T13:41:51.561Z] #44 12.52 PBCC images/timerfd.pb-c.c [2020-02-14T13:41:51.561Z] #44 12.63 DEP images/timerfd.pb-c.d [2020-02-14T13:41:51.561Z] #44 12.71 PBCC images/timer.pb-c.c [2020-02-14T13:41:51.784Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 65.49MB / 68.52MB 2.4s [2020-02-14T13:41:51.817Z] #44 12.75 DEP images/timer.pb-c.d [2020-02-14T13:41:51.817Z] #44 12.81 PBCC images/sa.pb-c.c [2020-02-14T13:41:52.015Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-14T13:41:52.042Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.7s done [2020-02-14T13:41:52.042Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 29.18MB / 120.07MB 2.7s [2020-02-14T13:41:52.080Z] #44 12.88 DEP images/sa.pb-c.d [2020-02-14T13:41:52.080Z] #44 12.96 PBCC images/pipe-data.pb-c.c [2020-02-14T13:41:52.080Z] #44 13.02 DEP images/pipe-data.pb-c.d [2020-02-14T13:41:52.080Z] #44 13.06 PBCC images/mnt.pb-c.c [2020-02-14T13:41:52.080Z] #44 13.13 DEP images/mnt.pb-c.d [2020-02-14T13:41:52.302Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 37.34MB / 120.07MB 2.9s [2020-02-14T13:41:52.339Z] #44 13.21 PBCC images/sk-packet.pb-c.c [2020-02-14T13:41:52.339Z] #44 13.22 DEP images/sk-packet.pb-c.d [2020-02-14T13:41:52.339Z] #44 13.28 PBCC images/tcp-stream.pb-c.c [2020-02-14T13:41:52.339Z] #44 13.39 DEP images/tcp-stream.pb-c.d [2020-02-14T13:41:52.563Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 48.79MB / 120.07MB 3.2s [2020-02-14T13:41:52.595Z] #44 13.44 PBCC images/pipe.pb-c.c [2020-02-14T13:41:52.595Z] #44 13.52 DEP images/pipe.pb-c.d [2020-02-14T13:41:52.595Z] #44 13.58 PBCC images/pstree.pb-c.c [2020-02-14T13:41:52.642Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-14T13:41:52.642Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-14T13:41:52.822Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 57.36MB / 120.07MB 3.4s [2020-02-14T13:41:52.822Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 68.67MB / 120.07MB 3.6s [2020-02-14T13:41:52.851Z] #44 13.64 DEP images/pstree.pb-c.d [2020-02-14T13:41:52.851Z] #44 13.72 PBCC images/fs.pb-c.c [2020-02-14T13:41:52.851Z] #44 13.78 DEP images/fs.pb-c.d [2020-02-14T13:41:52.851Z] #44 13.86 PBCC images/signalfd.pb-c.c [2020-02-14T13:41:53.080Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 76.32MB / 120.07MB 3.7s [2020-02-14T13:41:53.109Z] #44 ... [2020-02-14T13:41:53.109Z] [2020-02-14T13:41:53.109Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:53.109Z] #38 8.374 -- Detecting C compile features - done [2020-02-14T13:41:53.109Z] #38 8.410 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-14T13:41:53.109Z] #38 8.709 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-14T13:41:53.109Z] #38 8.811 -- Configuring done [2020-02-14T13:41:53.109Z] #38 8.872 -- Generating done [2020-02-14T13:41:53.109Z] #38 8.874 -- Build files have been written to: /tmp/tmp.w2ETbU8Ea0/tini [2020-02-14T13:41:53.109Z] #38 8.889 + make tini-static [2020-02-14T13:41:53.109Z] #38 9.217 Scanning dependencies of target tini-static [2020-02-14T13:41:53.109Z] #38 9.287 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-14T13:41:53.109Z] #38 10.94 [100%] Linking C executable tini-static [2020-02-14T13:41:53.109Z] #38 11.67 [100%] Built target tini-static [2020-02-14T13:41:53.109Z] #38 11.78 + mkdir -p /build [2020-02-14T13:41:53.109Z] #38 11.78 + cp tini-static /build/docker-init [2020-02-14T13:41:53.109Z] #38 DONE 12.1s [2020-02-14T13:41:53.109Z] [2020-02-14T13:41:53.109Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:53.109Z] #44 13.96 DEP images/signalfd.pb-c.d [2020-02-14T13:41:53.109Z] #44 14.13 PBCC images/fh.pb-c.c [2020-02-14T13:41:53.271Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-14T13:41:53.271Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-14T13:41:53.339Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 83.30MB / 120.07MB 3.9s [2020-02-14T13:41:53.365Z] #44 14.29 PBCC images/fsnotify.pb-c.c [2020-02-14T13:41:53.365Z] #44 14.41 DEP images/fh.pb-c.d [2020-02-14T13:41:53.597Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 93.89MB / 120.07MB 4.1s [2020-02-14T13:41:53.597Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 100.98MB / 120.07MB 4.2s [2020-02-14T13:41:53.621Z] #44 14.55 DEP images/fsnotify.pb-c.d [2020-02-14T13:41:53.621Z] #44 ... [2020-02-14T13:41:53.621Z] [2020-02-14T13:41:53.621Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:41:53.621Z] #47 66.73 regexp/syntax [2020-02-14T13:41:53.621Z] #47 67.45 fmt [2020-02-14T13:41:53.621Z] #47 71.54 regexp [2020-02-14T13:41:53.621Z] #47 72.26 go/token [2020-02-14T13:41:53.621Z] #47 73.14 go/scanner [2020-02-14T13:41:53.621Z] #47 74.49 go/ast [2020-02-14T13:41:53.621Z] #47 75.71 internal/lazyregexp [2020-02-14T13:41:53.621Z] #47 76.03 net/url [2020-02-14T13:41:53.854Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 112.85MB / 120.07MB 4.5s [2020-02-14T13:41:53.854Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 4.6s [2020-02-14T13:41:53.877Z] #47 ... [2020-02-14T13:41:53.877Z] [2020-02-14T13:41:53.877Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:53.877Z] #44 14.68 PBCC images/eventpoll.pb-c.c [2020-02-14T13:41:53.877Z] #44 14.72 DEP images/eventpoll.pb-c.d [2020-02-14T13:41:53.877Z] #44 14.81 PBCC images/eventfd.pb-c.c [2020-02-14T13:41:53.877Z] #44 14.86 DEP images/eventfd.pb-c.d [2020-02-14T13:41:53.877Z] #44 14.95 PBCC images/remap-file-path.pb-c.c [2020-02-14T13:41:53.904Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-14T13:41:53.904Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-14T13:41:54.132Z] #44 15.08 DEP images/remap-file-path.pb-c.d [2020-02-14T13:41:54.133Z] #44 15.12 PBCC images/fifo.pb-c.c [2020-02-14T13:41:54.133Z] #44 15.23 DEP images/fifo.pb-c.d [2020-02-14T13:41:54.197Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-14T13:41:54.197Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-14T13:41:54.197Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-14T13:41:54.389Z] #44 15.36 PBCC images/ghost-file.pb-c.c [2020-02-14T13:41:54.389Z] #44 15.40 DEP images/ghost-file.pb-c.d [2020-02-14T13:41:54.389Z] #44 15.43 PBCC images/regfile.pb-c.c [2020-02-14T13:41:54.422Z] #7 sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 120.07MB / 120.07MB 4.8s done [2020-02-14T13:41:54.422Z] #7 ... [2020-02-14T13:41:54.422Z] [2020-02-14T13:41:54.422Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-14T13:41:54.422Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-14T13:41:54.422Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-14T13:41:54.422Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-14T13:41:54.422Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.4s done [2020-02-14T13:41:54.422Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.5s done [2020-02-14T13:41:54.422Z] #68 DONE 5.1s [2020-02-14T13:41:54.422Z] [2020-02-14T13:41:54.422Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:41:54.422Z] #7 ... [2020-02-14T13:41:54.422Z] [2020-02-14T13:41:54.422Z] #20 [internal] load build context [2020-02-14T13:41:54.422Z] #20 transferring context: 29.26MB 5.0s [2020-02-14T13:41:54.645Z] #44 15.49 DEP images/regfile.pb-c.d [2020-02-14T13:41:54.645Z] #44 15.57 PBCC images/ns.pb-c.c [2020-02-14T13:41:54.645Z] #44 15.61 DEP images/ns.pb-c.d [2020-02-14T13:41:54.645Z] #44 15.69 PBCC images/fdinfo.pb-c.c [2020-02-14T13:41:54.645Z] #44 ... [2020-02-14T13:41:54.645Z] [2020-02-14T13:41:54.645Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:41:54.645Z] #10 68.13 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-14T13:41:54.645Z] #10 68.16 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-14T13:41:54.645Z] #10 68.16 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:41:54.645Z] #10 74.35 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-14T13:41:54.645Z] #10 74.35 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:41:54.645Z] #10 74.35 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:41:54.645Z] #10 74.48 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-14T13:41:54.645Z] #10 74.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:41:54.645Z] #10 74.50 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:41:54.901Z] #10 ... [2020-02-14T13:41:54.902Z] [2020-02-14T13:41:54.902Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:41:55.247Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-14T13:41:55.545Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-14T13:41:55.545Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-14T13:41:55.545Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-14T13:41:55.673Z] #62 36.94 Checking out files: 39% (1197/3042) Checking out files: 40% (1217/3042) Checking out files: 41% (1248/3042) Checking out files: 42% (1278/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) Checking out files: 52% (1582/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 85% (2610/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-14T13:41:55.811Z] #20 transferring context: 47.10MB 6.3s done [2020-02-14T13:41:55.930Z] #62 38.44 + cd /tmp/tmp.RbnaEfobaJ/src/github.com/containerd/containerd [2020-02-14T13:41:55.930Z] #62 38.44 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:41:55.930Z] #62 ... [2020-02-14T13:41:55.930Z] [2020-02-14T13:41:55.930Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:41:55.930Z] #33 74.31 github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:41:55.930Z] #33 DONE 79.0s [2020-02-14T13:41:56.179Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-14T13:41:56.179Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-14T13:41:56.179Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-14T13:41:56.179Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-14T13:41:56.186Z] [2020-02-14T13:41:56.186Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:41:56.186Z] #44 15.81 DEP images/fdinfo.pb-c.d [2020-02-14T13:41:56.186Z] #44 15.86 PBCC images/core-aarch64.pb-c.c [2020-02-14T13:41:56.186Z] #44 15.88 PBCC images/core-arm.pb-c.c [2020-02-14T13:41:56.186Z] #44 15.98 PBCC images/core-ppc64.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.03 PBCC images/core-s390.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.09 PBCC images/core-x86.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.15 PBCC images/core.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.26 PBCC images/inventory.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.34 DEP images/core-aarch64.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.40 DEP images/core-arm.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.48 DEP images/core-ppc64.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.52 DEP images/core-s390.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.63 DEP images/core-x86.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.74 DEP images/core.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.78 DEP images/inventory.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.82 PBCC images/cpuinfo.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.86 DEP images/cpuinfo.pb-c.d [2020-02-14T13:41:56.186Z] #44 16.93 PBCC images/stats.pb-c.c [2020-02-14T13:41:56.186Z] #44 16.97 DEP images/stats.pb-c.d [2020-02-14T13:41:56.745Z] #20 DONE 7.4s [2020-02-14T13:41:56.745Z] [2020-02-14T13:41:56.745Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:41:56.745Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.4s [2020-02-14T13:41:57.210Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-14T13:41:57.210Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-14T13:41:57.210Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-14T13:41:57.503Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-14T13:41:58.076Z] #44 18.66 make[1]: Nothing to be done for 'all'. [2020-02-14T13:41:58.119Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 6.8s done [2020-02-14T13:41:58.135Z] go: finding github.com/lib/pq v1.0.0 [2020-02-14T13:41:58.135Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-14T13:41:58.378Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 [2020-02-14T13:41:58.769Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-14T13:41:58.944Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.5s done [2020-02-14T13:41:58.944Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc [2020-02-14T13:41:59.004Z] #44 19.91 CC images/stats.o [2020-02-14T13:41:59.260Z] #44 20.21 CC images/core.o [2020-02-14T13:41:59.399Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-14T13:41:59.399Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-14T13:41:59.517Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.5s done [2020-02-14T13:41:59.777Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 [2020-02-14T13:41:59.823Z] #44 20.99 CC images/core-x86.o [2020-02-14T13:42:00.032Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-14T13:42:00.323Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-14T13:42:00.323Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-14T13:42:00.323Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-14T13:42:00.614Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-14T13:42:00.614Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-14T13:42:00.759Z] #44 21.45 CC images/core-arm.o [2020-02-14T13:42:00.759Z] #44 21.82 CC images/core-aarch64.o [2020-02-14T13:42:00.905Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-14T13:42:01.221Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-14T13:42:01.321Z] #44 22.17 CC images/core-ppc64.o [2020-02-14T13:42:01.402Z] Client: [2020-02-14T13:42:01.402Z] Debug Mode: false [2020-02-14T13:42:01.402Z] [2020-02-14T13:42:01.402Z] Server: [2020-02-14T13:42:01.402Z] Containers: 0 [2020-02-14T13:42:01.402Z] Running: 0 [2020-02-14T13:42:01.402Z] Paused: 0 [2020-02-14T13:42:01.402Z] Stopped: 0 [2020-02-14T13:42:01.402Z] Images: 0 [2020-02-14T13:42:01.402Z] Server Version: 19.03.5 [2020-02-14T13:42:01.402Z] Storage Driver: overlay2 [2020-02-14T13:42:01.402Z] Backing Filesystem: extfs [2020-02-14T13:42:01.402Z] Supports d_type: true [2020-02-14T13:42:01.402Z] Native Overlay Diff: true [2020-02-14T13:42:01.402Z] Logging Driver: json-file [2020-02-14T13:42:01.402Z] Cgroup Driver: cgroupfs [2020-02-14T13:42:01.402Z] Plugins: [2020-02-14T13:42:01.402Z] Volume: local [2020-02-14T13:42:01.402Z] Network: bridge host ipvlan macvlan null overlay [2020-02-14T13:42:01.402Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-14T13:42:01.402Z] Swarm: inactive [2020-02-14T13:42:01.402Z] Runtimes: runc [2020-02-14T13:42:01.402Z] Default Runtime: runc [2020-02-14T13:42:01.402Z] Init Binary: docker-init [2020-02-14T13:42:01.402Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-14T13:42:01.402Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-14T13:42:01.402Z] init version: fec3683 [2020-02-14T13:42:01.402Z] Security Options: [2020-02-14T13:42:01.402Z] apparmor [2020-02-14T13:42:01.402Z] seccomp [2020-02-14T13:42:01.402Z] Profile: default [2020-02-14T13:42:01.402Z] Kernel Version: 4.15.0-1057-aws [2020-02-14T13:42:01.402Z] Operating System: Ubuntu 16.04.6 LTS [2020-02-14T13:42:01.402Z] OSType: linux [2020-02-14T13:42:01.402Z] Architecture: aarch64 [2020-02-14T13:42:01.402Z] CPUs: 4 [2020-02-14T13:42:01.402Z] Total Memory: 7.525GiB [2020-02-14T13:42:01.402Z] Name: ip-10-100-117-198 [2020-02-14T13:42:01.402Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-02-14T13:42:01.402Z] Docker Root Dir: /var/lib/docker [2020-02-14T13:42:01.402Z] Debug Mode: false [2020-02-14T13:42:01.402Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:42:01.402Z] Labels: [2020-02-14T13:42:01.402Z] Experimental: true [2020-02-14T13:42:01.402Z] Insecure Registries: [2020-02-14T13:42:01.402Z] 127.0.0.0/8 [2020-02-14T13:42:01.402Z] Live Restore Enabled: true [2020-02-14T13:42:01.402Z] [2020-02-14T13:42:01.402Z] WARNING: No swap limit support [Pipeline] sh [2020-02-14T13:42:01.523Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-14T13:42:01.523Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-14T13:42:01.701Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:42:01.701Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:42:01.701Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40489/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-14T13:42:01.701Z] + bash /home/ubuntu/workspace/moby_PR-40489/check-config.sh [2020-02-14T13:42:01.701Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-14T13:42:01.701Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-02-14T13:42:01.701Z] [2020-02-14T13:42:01.701Z] Generally Necessary: [2020-02-14T13:42:01.701Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-14T13:42:01.701Z] - apparmor: enabled and tools installed [2020-02-14T13:42:01.701Z] - CONFIG_NAMESPACES: enabled [2020-02-14T13:42:01.701Z] - CONFIG_NET_NS: enabled [2020-02-14T13:42:01.701Z] - CONFIG_PID_NS: enabled [2020-02-14T13:42:01.701Z] - CONFIG_IPC_NS: enabled [2020-02-14T13:42:01.702Z] - CONFIG_UTS_NS: enabled [2020-02-14T13:42:01.702Z] - CONFIG_CGROUPS: enabled [2020-02-14T13:42:01.702Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-14T13:42:01.702Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-14T13:42:01.883Z] #44 22.81 CC images/core-s390.o [2020-02-14T13:42:01.962Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-14T13:42:01.962Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-14T13:42:01.962Z] - CONFIG_CPUSETS: enabled [2020-02-14T13:42:01.962Z] - CONFIG_MEMCG: enabled [2020-02-14T13:42:01.962Z] - CONFIG_KEYS: enabled [2020-02-14T13:42:01.962Z] - CONFIG_VETH: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-14T13:42:01.962Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-14T13:42:01.962Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-14T13:42:01.962Z] [2020-02-14T13:42:01.962Z] Optional Features: [2020-02-14T13:42:01.962Z] - CONFIG_USER_NS: enabled [2020-02-14T13:42:01.962Z] - CONFIG_SECCOMP: enabled [2020-02-14T13:42:01.962Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-14T13:42:01.962Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-14T13:42:01.962Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-14T13:42:01.962Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-14T13:42:02.221Z] - CONFIG_BLK_CGROUP: enabled [2020-02-14T13:42:02.221Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-14T13:42:02.221Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-14T13:42:02.221Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-14T13:42:02.221Z] - CONFIG_CGROUP_PERF: enabled [2020-02-14T13:42:02.221Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-14T13:42:02.221Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-14T13:42:02.221Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-14T13:42:02.221Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-14T13:42:02.221Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-14T13:42:02.221Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-14T13:42:02.221Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-14T13:42:02.221Z] - CONFIG_IP_VS: enabled (as module) [2020-02-14T13:42:02.221Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-14T13:42:02.221Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-14T13:42:02.221Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-14T13:42:02.221Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-14T13:42:02.221Z] - CONFIG_EXT4_FS: enabled [2020-02-14T13:42:02.221Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-14T13:42:02.221Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-14T13:42:02.221Z] - Network Drivers: [2020-02-14T13:42:02.221Z] - "overlay": [2020-02-14T13:42:02.221Z] - CONFIG_VXLAN: enabled (as module) [2020-02-14T13:42:02.221Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-14T13:42:02.221Z] Optional (for encrypted networks): [2020-02-14T13:42:02.481Z] - CONFIG_CRYPTO: enabled [2020-02-14T13:42:02.481Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-14T13:42:02.481Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-14T13:42:02.481Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-14T13:42:02.481Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-14T13:42:02.481Z] - CONFIG_XFRM: enabled [2020-02-14T13:42:02.481Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-14T13:42:02.481Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-14T13:42:02.481Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-14T13:42:02.482Z] - "ipvlan": [2020-02-14T13:42:02.482Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-14T13:42:02.482Z] - "macvlan": [2020-02-14T13:42:02.482Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_DUMMY: enabled (as module) [2020-02-14T13:42:02.482Z] - "ftp,tftp client in container": [2020-02-14T13:42:02.482Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-14T13:42:02.482Z] - Storage Drivers: [2020-02-14T13:42:02.482Z] - "aufs": [2020-02-14T13:42:02.482Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-14T13:42:02.482Z] - "btrfs": [2020-02-14T13:42:02.482Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-14T13:42:02.482Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-14T13:42:02.482Z] - "devicemapper": [2020-02-14T13:42:02.482Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-14T13:42:02.482Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-14T13:42:02.482Z] - "overlay": [2020-02-14T13:42:02.482Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-14T13:42:02.482Z] - "zfs": [2020-02-14T13:42:02.482Z] - /dev/zfs: missing [2020-02-14T13:42:02.482Z] - zfs command: missing [2020-02-14T13:42:02.482Z] - zpool command: missing [2020-02-14T13:42:02.482Z] [2020-02-14T13:42:02.482Z] Limits: [2020-02-14T13:42:02.482Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-14T13:42:02.482Z] [2020-02-14T13:42:02.482Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-14T13:42:02.554Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-14T13:42:02.554Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-14T13:42:02.554Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-14T13:42:02.812Z] #44 23.49 CC images/cpuinfo.o [2020-02-14T13:42:02.812Z] #44 23.92 CC images/inventory.o [2020-02-14T13:42:02.830Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:341e65ad44795695b8780ecef46a2b3769da2cad . [2020-02-14T13:42:02.830Z] #2 [internal] load .dockerignore [2020-02-14T13:42:02.844Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-14T13:42:03.068Z] #44 24.15 CC images/fdinfo.o [2020-02-14T13:42:03.089Z] #2 transferring context: 87B done [2020-02-14T13:42:03.089Z] #2 DONE 0.2s [2020-02-14T13:42:03.089Z] [2020-02-14T13:42:03.089Z] #1 [internal] load build definition from Dockerfile [2020-02-14T13:42:03.089Z] #1 transferring dockerfile: 15.71kB 0.0s done [2020-02-14T13:42:03.089Z] #1 DONE 0.2s [2020-02-14T13:42:03.134Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-14T13:42:03.350Z] [2020-02-14T13:42:03.350Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-14T13:42:03.350Z] #3 DONE 0.4s [2020-02-14T13:42:03.427Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-14T13:42:03.427Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-14T13:42:03.427Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-14T13:42:03.609Z] [2020-02-14T13:42:03.609Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-14T13:42:03.609Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-14T13:42:03.630Z] #44 24.52 CC images/fown.o [2020-02-14T13:42:03.869Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-14T13:42:03.869Z] #4 sha256:5ad7493ba73122416a217fbaa5c0260d82c6676966fccc5d0d2a1763fac0f9ee 527B / 527B done [2020-02-14T13:42:03.869Z] #4 sha256:72fa37e1bbb8425c78e5eecdb2c20de58609e6712dbd107f89e8222e79fec1dd 893B / 893B done [2020-02-14T13:42:03.869Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0B / 8.26MB 0.2s [2020-02-14T13:42:03.869Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.3s [2020-02-14T13:42:03.869Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.3s done [2020-02-14T13:42:03.888Z] #44 24.73 CC images/ns.o [2020-02-14T13:42:03.888Z] #44 24.93 CC images/regfile.o [2020-02-14T13:42:03.960Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 3.7s done [2020-02-14T13:42:03.960Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-14T13:42:04.060Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-14T13:42:04.060Z] go: finding golang.org/x/text v0.3.0 [2020-02-14T13:42:04.128Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0.1s [2020-02-14T13:42:04.144Z] #44 25.14 CC images/ghost-file.o [2020-02-14T13:42:04.387Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0.2s done [2020-02-14T13:42:04.387Z] #4 DONE 0.8s [2020-02-14T13:42:04.399Z] #44 25.44 CC images/fifo.o [2020-02-14T13:42:04.961Z] #44 25.75 CC images/remap-file-path.o [2020-02-14T13:42:04.961Z] #44 26.07 CC images/eventfd.o [2020-02-14T13:42:05.092Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-14T13:42:05.325Z] [2020-02-14T13:42:05.325Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-14T13:42:05.523Z] #44 26.29 CC images/eventpoll.o [2020-02-14T13:42:05.523Z] #44 ... [2020-02-14T13:42:05.523Z] [2020-02-14T13:42:05.523Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:05.523Z] #47 78.44 text/template/parse [2020-02-14T13:42:05.523Z] #47 80.38 go/parser [2020-02-14T13:42:05.523Z] #47 82.87 text/template [2020-02-14T13:42:05.523Z] #47 83.84 encoding/xml [2020-02-14T13:42:05.523Z] #47 87.86 go/doc [2020-02-14T13:42:05.523Z] #47 ... [2020-02-14T13:42:05.523Z] [2020-02-14T13:42:05.523Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:05.523Z] #62 39.91 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-14T13:42:05.523Z] #62 39.91 + BUILDTAGS='netgo osusergo static_build' [2020-02-14T13:42:05.523Z] #62 39.91 + export EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:42:05.523Z] #62 39.91 + EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:42:05.523Z] #62 39.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-14T13:42:05.523Z] #62 39.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-14T13:42:05.523Z] #62 39.91 + '[' '' = dynamic ']' [2020-02-14T13:42:05.523Z] #62 39.91 + make [2020-02-14T13:42:05.523Z] #62 40.69 + bin/ctr [2020-02-14T13:42:05.584Z] #6 DONE 0.2s [2020-02-14T13:42:05.584Z] [2020-02-14T13:42:05.584Z] #5 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:42:05.721Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-14T13:42:05.779Z] #62 ... [2020-02-14T13:42:05.779Z] [2020-02-14T13:42:05.779Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:05.779Z] #44 26.58 CC images/fh.o [2020-02-14T13:42:05.845Z] #5 DONE 0.3s [2020-02-14T13:42:05.845Z] [2020-02-14T13:42:05.845Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:05.845Z] #7 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-14T13:42:05.845Z] #7 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-14T13:42:05.845Z] #7 sha256:9277e5655887609441e706e5a7c28e4382a3b512e2f8c2ec48dbc68ea9af7ac6 1.79kB / 1.79kB done [2020-02-14T13:42:05.845Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 0B / 49.17MB 0.2s [2020-02-14T13:42:05.845Z] #7 sha256:f30d74e80031513250dfe99512ef9076be0ab2aa70ef18a55a8bd05e58b507a3 5.46kB / 5.46kB done [2020-02-14T13:42:05.845Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 0B / 7.68MB 0.2s [2020-02-14T13:42:05.845Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 5.10MB / 49.17MB 0.3s [2020-02-14T13:42:05.845Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 4.63MB / 7.68MB 0.3s [2020-02-14T13:42:06.035Z] #44 27.01 CC images/fsnotify.o [2020-02-14T13:42:06.164Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 10.90MB / 49.17MB 0.4s [2020-02-14T13:42:06.164Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 7.68MB / 7.68MB 0.4s [2020-02-14T13:42:06.351Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-14T13:42:06.502Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 17.78MB / 49.17MB 0.6s [2020-02-14T13:42:06.502Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 31.15MB / 49.17MB 0.7s [2020-02-14T13:42:06.597Z] #44 27.54 CC images/signalfd.o [2020-02-14T13:42:06.767Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 49.17MB / 49.17MB 1.1s [2020-02-14T13:42:06.767Z] #7 sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 7.68MB / 7.68MB 0.7s done [2020-02-14T13:42:06.767Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 0B / 52.10MB 1.1s [2020-02-14T13:42:06.767Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 0B / 9.98MB 1.1s [2020-02-14T13:42:06.767Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 5.75MB / 9.98MB 1.2s [2020-02-14T13:42:06.853Z] #44 27.81 CC images/fs.o [2020-02-14T13:42:06.981Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-14T13:42:07.110Z] #44 28.08 CC images/pstree.o [2020-02-14T13:42:07.343Z] #7 sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 49.17MB / 49.17MB 1.2s done [2020-02-14T13:42:07.343Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 51.89MB / 52.10MB 1.6s [2020-02-14T13:42:07.343Z] #7 sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 9.98MB / 9.98MB 1.3s done [2020-02-14T13:42:07.343Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 6.88MB / 62.39MB 1.6s [2020-02-14T13:42:07.343Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 0B / 97.60MB 1.6s [2020-02-14T13:42:07.343Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 11.42MB / 62.39MB 1.7s [2020-02-14T13:42:07.343Z] #7 extracting sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 [2020-02-14T13:42:07.365Z] #44 28.32 CC images/pipe.o [2020-02-14T13:42:07.604Z] #7 sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 52.10MB / 52.10MB 1.8s done [2020-02-14T13:42:07.604Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 18.80MB / 62.39MB 1.9s [2020-02-14T13:42:07.604Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 10.52MB / 97.60MB 1.9s [2020-02-14T13:42:07.604Z] #7 sha256:1266f4979b0e54136482546c9226b697ee0f47d0b50b822dd009f8ec4fd083b3 156B / 156B 1.9s done [2020-02-14T13:42:07.620Z] #44 28.54 CC images/tcp-stream.o [2020-02-14T13:42:07.621Z] #44 28.76 CC images/sk-packet.o [2020-02-14T13:42:07.869Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 38.53MB / 62.39MB 2.1s [2020-02-14T13:42:07.869Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 25.75MB / 97.60MB 2.1s [2020-02-14T13:42:07.869Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 46.33MB / 62.39MB 2.2s [2020-02-14T13:42:07.869Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 50.50MB / 62.39MB 2.3s [2020-02-14T13:42:07.869Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 34.31MB / 97.60MB 2.3s [2020-02-14T13:42:08.016Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-14T13:42:08.131Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 54.79MB / 62.39MB 2.4s [2020-02-14T13:42:08.131Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 39.51MB / 97.60MB 2.4s [2020-02-14T13:42:08.131Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 62.39MB / 62.39MB 2.6s [2020-02-14T13:42:08.131Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 51.66MB / 97.60MB 2.6s [2020-02-14T13:42:08.150Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 4.2s done [2020-02-14T13:42:08.150Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 [2020-02-14T13:42:08.184Z] #44 29.05 CC images/mnt.o [2020-02-14T13:42:08.184Z] #44 29.28 CC images/pipe-data.o [2020-02-14T13:42:08.440Z] #44 29.47 CC images/sa.o [2020-02-14T13:42:08.655Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-14T13:42:08.696Z] #44 29.67 CC images/timer.o [2020-02-14T13:42:08.709Z] #7 sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 62.39MB / 62.39MB 2.8s done [2020-02-14T13:42:08.709Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 61.38MB / 97.60MB 2.9s [2020-02-14T13:42:08.709Z] #7 ... [2020-02-14T13:42:08.709Z] [2020-02-14T13:42:08.709Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-14T13:42:08.709Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-14T13:42:08.709Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-14T13:42:08.709Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-14T13:42:08.709Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.8s done [2020-02-14T13:42:08.709Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.8s done [2020-02-14T13:42:08.709Z] #68 DONE 3.0s [2020-02-14T13:42:08.709Z] [2020-02-14T13:42:08.709Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:08.952Z] #44 29.96 CC images/timerfd.o [2020-02-14T13:42:08.972Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 70.94MB / 97.60MB 3.2s [2020-02-14T13:42:08.972Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 81.36MB / 97.60MB 3.3s [2020-02-14T13:42:09.208Z] #44 30.23 CC images/mm.o [2020-02-14T13:42:09.232Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 96.41MB / 97.60MB 3.5s [2020-02-14T13:42:09.773Z] #44 30.54 CC images/sk-opts.o [2020-02-14T13:42:09.773Z] #44 30.74 CC images/sk-unix.o [2020-02-14T13:42:10.029Z] #44 31.07 CC images/sk-inet.o [2020-02-14T13:42:10.591Z] #44 31.55 CC images/tun.o [2020-02-14T13:42:10.722Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-14T13:42:10.722Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-14T13:42:10.722Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-14T13:42:10.847Z] #44 31.87 CC images/sk-netlink.o [2020-02-14T13:42:11.012Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-14T13:42:11.103Z] #44 32.11 CC images/packet-sock.o [2020-02-14T13:42:11.312Z] Removing intermediate container 92cf313f52a2 [2020-02-14T13:42:11.312Z] ---> bfae53595e32 [2020-02-14T13:42:11.312Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-14T13:42:11.312Z] ---> 687421176e14 [2020-02-14T13:42:11.312Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-14T13:42:11.312Z] ---> 1fe96e620af2 [2020-02-14T13:42:11.312Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-14T13:42:11.312Z] ---> Running in f8305b2738cc [2020-02-14T13:42:11.312Z] Removing intermediate container f8305b2738cc [2020-02-14T13:42:11.312Z] ---> 71efb5cf094d [2020-02-14T13:42:11.312Z] Successfully built 71efb5cf094d [2020-02-14T13:42:11.312Z] Successfully tagged moby-buildx:latest [2020-02-14T13:42:11.312Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-14T13:42:11.312Z] if [ -n "${id}" ]; then \ [2020-02-14T13:42:11.312Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-14T13:42:11.312Z] && touch bundles/buildx; \ [2020-02-14T13:42:11.312Z] docker rm -f ${id}; \ [2020-02-14T13:42:11.312Z] fi [2020-02-14T13:42:11.312Z] ea82a6feba7d093a0b02e104344f05e8eede582e714f1cff114bbf7f62fffa6c [2020-02-14T13:42:11.312Z] bundles/buildx version [2020-02-14T13:42:11.312Z] buildx v0.3.1 6db68d0 [2020-02-14T13:42:11.312Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:341e65ad44795695b8780ecef46a2b3769da2cad . [2020-02-14T13:42:11.312Z] #1 [internal] booting buildkit [2020-02-14T13:42:11.312Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-14T13:42:11.312Z] #1 pulling image moby/buildkit:buildx-stable-1 1.6s done [2020-02-14T13:42:11.312Z] #1 creating container buildx_buildkit_default [2020-02-14T13:42:11.312Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-14T13:42:11.312Z] #1 DONE 2.0s [2020-02-14T13:42:11.312Z] [2020-02-14T13:42:11.312Z] #3 [internal] load build definition from Dockerfile [2020-02-14T13:42:11.312Z] #3 transferring dockerfile: 15.71kB done [2020-02-14T13:42:11.312Z] #3 DONE 0.0s [2020-02-14T13:42:11.312Z] [2020-02-14T13:42:11.312Z] #2 [internal] load .dockerignore [2020-02-14T13:42:11.312Z] #2 transferring context: 87B done [2020-02-14T13:42:11.312Z] #2 DONE 0.0s [2020-02-14T13:42:11.312Z] [2020-02-14T13:42:11.312Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-14T13:42:11.312Z] #4 DONE 0.5s [2020-02-14T13:42:11.312Z] [2020-02-14T13:42:11.312Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-14T13:42:11.312Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-14T13:42:11.312Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-14T13:42:11.312Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2020-02-14T13:42:11.312Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.1s done [2020-02-14T13:42:11.312Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2020-02-14T13:42:11.312Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-14T13:42:11.643Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-14T13:42:11.662Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2020-02-14T13:42:11.662Z] #5 DONE 0.5s [2020-02-14T13:42:11.662Z] [2020-02-14T13:42:11.662Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:42:11.665Z] #44 32.60 CC images/ipc-var.o [2020-02-14T13:42:11.921Z] #44 32.84 CC images/ipc-desc.o [2020-02-14T13:42:11.969Z] #7 extracting sha256:bc03a7ced18fc43ea9523dfb256d2c3fbb835dc0bb54bdb7fd309edf936a87e7 4.2s done [2020-02-14T13:42:12.178Z] #44 33.10 CC images/ipc-shm.o [2020-02-14T13:42:12.228Z] #6 ... [2020-02-14T13:42:12.228Z] [2020-02-14T13:42:12.228Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-14T13:42:12.228Z] #7 DONE 0.2s [2020-02-14T13:42:12.228Z] [2020-02-14T13:42:12.228Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:42:12.228Z] #6 DONE 0.3s [2020-02-14T13:42:12.228Z] [2020-02-14T13:42:12.228Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:12.228Z] #8 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-14T13:42:12.275Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-14T13:42:12.434Z] #44 33.38 CC images/ipc-msg.o [2020-02-14T13:42:12.565Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-14T13:42:12.565Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-14T13:42:12.691Z] #44 33.61 CC images/ipc-sem.o [2020-02-14T13:42:12.691Z] #44 33.78 CC images/utsns.o [2020-02-14T13:42:12.835Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 64.59kB / 56.59MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-14T13:42:12.835Z] #8 sha256:5b56a0d174e1942aa9c4762ba657088d03af1090840f5776077c9784598b3abe 155B / 155B 0.1s done [2020-02-14T13:42:12.835Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 359.50kB / 9.88MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 228.47kB / 51.33MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 31.82kB / 102.16MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:053af876b91913aed3c9ac2dd8b595bad22b94416eea6848860df62f3367af60 1.79kB / 1.79kB done [2020-02-14T13:42:12.835Z] #8 sha256:405b58165bf06b178dacbf6c969d559fe180cadb2d6f1c75fe0755bdf368aaa0 5.45kB / 5.45kB done [2020-02-14T13:42:12.835Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 3.24MB / 48.95MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 1.21MB / 7.38MB 0.1s [2020-02-14T13:42:12.835Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 2.78MB / 9.88MB 0.3s [2020-02-14T13:42:12.835Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 5.79MB / 48.95MB 0.3s [2020-02-14T13:42:12.835Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 3.73MB / 7.38MB 0.3s [2020-02-14T13:42:12.835Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 4.98MB / 56.59MB 0.4s [2020-02-14T13:42:12.835Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 5.31MB / 9.88MB 0.4s [2020-02-14T13:42:12.835Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 5.11MB / 51.33MB 0.4s [2020-02-14T13:42:12.835Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 6.09MB / 7.38MB 0.4s [2020-02-14T13:42:12.835Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 7.59MB / 9.88MB 0.6s [2020-02-14T13:42:12.835Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 7.11MB / 102.16MB 0.6s [2020-02-14T13:42:12.835Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 10.32MB / 48.95MB 0.6s [2020-02-14T13:42:12.835Z] #8 sha256:6eca02855c81b470d73964fc93a8a5e484c5ce5dd6782210cc15b8aca2d28684 7.38MB / 7.38MB 0.5s done [2020-02-14T13:42:12.835Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 10.12MB / 56.59MB 0.7s [2020-02-14T13:42:12.835Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 9.88MB / 9.88MB 0.7s [2020-02-14T13:42:12.835Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 10.04MB / 51.33MB 0.7s [2020-02-14T13:42:12.835Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 13.19MB / 48.95MB 0.7s [2020-02-14T13:42:12.909Z] #7 ... [2020-02-14T13:42:12.909Z] [2020-02-14T13:42:12.909Z] #20 [internal] load build context [2020-02-14T13:42:12.909Z] #20 transferring context: 47.10MB 4.1s done [2020-02-14T13:42:12.909Z] #20 DONE 7.1s [2020-02-14T13:42:12.909Z] [2020-02-14T13:42:12.909Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:12.909Z] #7 extracting sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 [2020-02-14T13:42:12.909Z] #7 sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 97.60MB / 97.60MB 7.2s done [2020-02-14T13:42:12.947Z] #44 34.04 CC images/creds.o [2020-02-14T13:42:13.409Z] #7 extracting sha256:bd20b51e17057cf9eba517d50180c73ef0d3dd71e3f352199f5f47e0c64b68d4 5.1s done [2020-02-14T13:42:13.409Z] #7 extracting sha256:8447556509669c9607d0562cfe5b87af889224bf2534d9503aa271e31ff36462 done [2020-02-14T13:42:13.409Z] #7 DONE 23.9s [2020-02-14T13:42:13.409Z] [2020-02-14T13:42:13.409Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-14T13:42:13.415Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 13.23MB / 56.59MB 0.9s [2020-02-14T13:42:13.415Z] #8 sha256:88ecd1a9e0aa67e009dc11b696d0a2029c3bb506e5058e13434114e16ad7a290 9.88MB / 9.88MB 0.7s done [2020-02-14T13:42:13.415Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 14.86MB / 51.33MB 0.9s [2020-02-14T13:42:13.415Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 14.84MB / 102.16MB 0.9s [2020-02-14T13:42:13.415Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 18.12MB / 48.95MB 0.9s [2020-02-14T13:42:13.415Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 17.55MB / 56.59MB 1.0s [2020-02-14T13:42:13.415Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 19.28MB / 51.33MB 1.0s [2020-02-14T13:42:13.415Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 22.95MB / 48.95MB 1.0s [2020-02-14T13:42:13.415Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 21.76MB / 56.59MB 1.2s [2020-02-14T13:42:13.415Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 24.05MB / 51.33MB 1.2s [2020-02-14T13:42:13.415Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 23.76MB / 102.16MB 1.2s [2020-02-14T13:42:13.415Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 27.38MB / 48.95MB 1.2s [2020-02-14T13:42:13.508Z] #44 34.27 CC images/vma.o [2020-02-14T13:42:13.508Z] #44 34.55 CC images/netdev.o [2020-02-14T13:42:13.540Z] #7 extracting sha256:cba9d528c1473d79c18b401d44ca06b9733d9c51a8699b98e8325c9de60b9739 0.5s done [2020-02-14T13:42:13.994Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 25.10MB / 56.59MB 1.3s [2020-02-14T13:42:13.994Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 28.20MB / 51.33MB 1.3s [2020-02-14T13:42:13.994Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 31.73MB / 48.95MB 1.3s [2020-02-14T13:42:13.994Z] #8 ... [2020-02-14T13:42:13.994Z] [2020-02-14T13:42:13.994Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-14T13:42:13.994Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-14T13:42:13.994Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-14T13:42:13.994Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2020-02-14T13:42:13.994Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-14T13:42:13.994Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2020-02-14T13:42:13.994Z] #69 DONE 1.6s [2020-02-14T13:42:13.994Z] [2020-02-14T13:42:13.994Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:13.994Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 31.28MB / 51.33MB 1.5s [2020-02-14T13:42:13.994Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 31.03MB / 102.16MB 1.5s [2020-02-14T13:42:13.994Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 36.69MB / 48.95MB 1.5s [2020-02-14T13:42:13.994Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 30.64MB / 56.59MB 1.6s [2020-02-14T13:42:13.994Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 35.32MB / 51.33MB 1.6s [2020-02-14T13:42:13.994Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 39.81MB / 48.95MB 1.6s [2020-02-14T13:42:13.994Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 33.79MB / 56.59MB 1.8s [2020-02-14T13:42:13.994Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 41.68MB / 51.33MB 1.8s [2020-02-14T13:42:13.994Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 38.05MB / 102.16MB 1.8s [2020-02-14T13:42:13.994Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 43.74MB / 48.95MB 1.8s [2020-02-14T13:42:13.994Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 38.02MB / 56.59MB 1.9s [2020-02-14T13:42:13.994Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 45.86MB / 51.33MB 1.9s [2020-02-14T13:42:13.994Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 47.86MB / 48.95MB 1.9s [2020-02-14T13:42:14.070Z] #44 34.89 CC images/tty.o [2020-02-14T13:42:14.070Z] #44 ... [2020-02-14T13:42:14.070Z] [2020-02-14T13:42:14.070Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:14.070Z] #10 97.53 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-14T13:42:14.070Z] #10 97.53 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:42:14.070Z] #10 97.55 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:42:14.111Z] #7 extracting sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba [2020-02-14T13:42:14.371Z] #7 extracting sha256:981400d5d268dc989681d5f308b7d2e381809f0bcc82429f443f7539cf6117ba 0.3s done [2020-02-14T13:42:14.394Z] #8 ... [2020-02-14T13:42:14.394Z] [2020-02-14T13:42:14.394Z] #21 [internal] load build context [2020-02-14T13:42:14.394Z] #21 transferring context: 47.10MB 2.1s done [2020-02-14T13:42:14.394Z] #21 DONE 2.1s [2020-02-14T13:42:14.394Z] [2020-02-14T13:42:14.394Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:42:14.394Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 43.90MB / 56.59MB 2.1s [2020-02-14T13:42:14.394Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 51.26MB / 51.33MB 2.1s [2020-02-14T13:42:14.394Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 48.43MB / 102.16MB 2.1s [2020-02-14T13:42:14.394Z] #8 sha256:6f3b736b312bfd59fd7947524542ae1d57ed4564aefaafdf0ccfb7d600f7978f 48.95MB / 48.95MB 2.0s done [2020-02-14T13:42:14.394Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 54.09MB / 56.59MB 2.2s [2020-02-14T13:42:14.394Z] #8 sha256:114b7e56002fcad21b16ab9d3774a372824925547f59e9580bc61ec3cee41394 51.33MB / 51.33MB 2.1s done [2020-02-14T13:42:14.394Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 55.85MB / 102.16MB 2.2s [2020-02-14T13:42:14.619Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-14T13:42:14.630Z] #7 extracting sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f [2020-02-14T13:42:14.799Z] #8 sha256:eba663ac4e1567abd178cbcb653944b168f5b132c1a687c67ef4041d7ed4030d 56.59MB / 56.59MB 2.3s done [2020-02-14T13:42:14.799Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 70.07MB / 102.16MB 2.4s [2020-02-14T13:42:14.799Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 87.60MB / 102.16MB 2.5s [2020-02-14T13:42:14.909Z] go: finding github.com/golang/mock v1.1.1 [2020-02-14T13:42:15.163Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 102.16MB / 102.16MB 2.7s [2020-02-14T13:42:15.163Z] #8 sha256:213fb37638ee3945de166769c41785746ccd8b769094a578788eaebd421c0646 102.16MB / 102.16MB 2.8s done [2020-02-14T13:42:15.163Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf [2020-02-14T13:42:15.948Z] go: finding cloud.google.com/go v0.26.0 [2020-02-14T13:42:16.587Z] #10 ... [2020-02-14T13:42:16.587Z] [2020-02-14T13:42:16.587Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:16.587Z] #47 89.52 github.com/LK4D4/vndr/versioned [2020-02-14T13:42:16.587Z] #47 89.63 compress/flate [2020-02-14T13:42:16.587Z] #47 91.07 github.com/LK4D4/vndr/build [2020-02-14T13:42:16.587Z] #47 92.20 hash/crc32 [2020-02-14T13:42:16.587Z] #47 92.72 compress/gzip [2020-02-14T13:42:16.587Z] #47 93.14 vendor/golang.org/x/crypto/cryptobyte [2020-02-14T13:42:16.587Z] #47 94.59 net [2020-02-14T13:42:16.587Z] #47 94.97 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-14T13:42:16.587Z] #47 96.08 vendor/golang.org/x/crypto/hkdf [2020-02-14T13:42:16.587Z] #47 96.26 vendor/golang.org/x/text/transform [2020-02-14T13:42:16.587Z] #47 96.95 vendor/golang.org/x/text/unicode/bidi [2020-02-14T13:42:16.587Z] #47 98.50 vendor/golang.org/x/text/secure/bidirule [2020-02-14T13:42:16.587Z] #47 98.84 vendor/golang.org/x/text/unicode/norm [2020-02-14T13:42:16.587Z] #47 ... [2020-02-14T13:42:16.587Z] [2020-02-14T13:42:16.587Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:16.587Z] #44 35.48 CC images/file-lock.o [2020-02-14T13:42:16.587Z] #44 35.66 CC images/rlimit.o [2020-02-14T13:42:16.587Z] #44 35.88 CC images/pagemap.o [2020-02-14T13:42:16.587Z] #44 36.19 CC images/siginfo.o [2020-02-14T13:42:16.587Z] #44 36.44 CC images/rpc.o [2020-02-14T13:42:16.683Z] #8 DONE 2.9s [2020-02-14T13:42:16.683Z] [2020-02-14T13:42:16.683Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-14T13:42:16.843Z] #44 37.75 CC images/ext-file.o [2020-02-14T13:42:16.941Z] #9 DONE 0.7s [2020-02-14T13:42:16.941Z] [2020-02-14T13:42:16.941Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-14T13:42:16.941Z] #29 DONE 0.0s [2020-02-14T13:42:16.941Z] [2020-02-14T13:42:16.941Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-14T13:42:16.941Z] #40 DONE 0.1s [2020-02-14T13:42:16.941Z] [2020-02-14T13:42:16.941Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:16.941Z] #41 ... [2020-02-14T13:42:16.941Z] [2020-02-14T13:42:16.941Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:16.941Z] #21 DONE 0.1s [2020-02-14T13:42:16.941Z] [2020-02-14T13:42:16.941Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-14T13:42:16.941Z] #70 DONE 0.1s [2020-02-14T13:42:16.975Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-14T13:42:17.099Z] #44 37.95 CC images/cgroup.o [2020-02-14T13:42:17.170Z] #7 extracting sha256:f0b2d547b8bc79a444406e56d724fb7d961c953e7f2797de4f55b29abee5605f 2.0s done [2020-02-14T13:42:17.170Z] #7 extracting sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 [2020-02-14T13:42:17.198Z] [2020-02-14T13:42:17.198Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-14T13:42:17.198Z] #46 DONE 0.2s [2020-02-14T13:42:17.198Z] [2020-02-14T13:42:17.198Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-14T13:42:17.198Z] #49 DONE 0.2s [2020-02-14T13:42:17.198Z] [2020-02-14T13:42:17.198Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:42:17.198Z] #22 DONE 0.2s [2020-02-14T13:42:17.198Z] [2020-02-14T13:42:17.198Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-14T13:42:17.198Z] #32 DONE 0.2s [2020-02-14T13:42:17.198Z] [2020-02-14T13:42:17.198Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:17.266Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-14T13:42:17.455Z] #33 ... [2020-02-14T13:42:17.456Z] [2020-02-14T13:42:17.456Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-14T13:42:17.456Z] #64 DONE 0.3s [2020-02-14T13:42:17.456Z] [2020-02-14T13:42:17.456Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-14T13:42:17.456Z] #52 DONE 0.3s [2020-02-14T13:42:17.456Z] [2020-02-14T13:42:17.456Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:17.662Z] #44 38.66 CC images/userns.o [2020-02-14T13:42:17.894Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-14T13:42:17.918Z] #44 38.95 CC images/google/protobuf/descriptor.o [2020-02-14T13:42:18.182Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-14T13:42:18.809Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-14T13:42:19.082Z] #7 extracting sha256:c84a606fada5847b27d4f74a29fdf4fb7b8ab9430f363c3f35669cabe7a0daf2 1.7s done [2020-02-14T13:42:19.082Z] #7 extracting sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db [2020-02-14T13:42:19.439Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-14T13:42:19.807Z] #44 ... [2020-02-14T13:42:19.807Z] [2020-02-14T13:42:19.807Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:19.807Z] #47 102.8 vendor/golang.org/x/net/idna [2020-02-14T13:42:20.064Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-14T13:42:20.064Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-14T13:42:20.064Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-14T13:42:21.558Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-14T13:42:21.558Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-14T13:42:21.848Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-14T13:42:22.136Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-14T13:42:22.323Z] #47 105.1 vendor/golang.org/x/net/http2/hpack [2020-02-14T13:42:22.381Z] #7 extracting sha256:e86c8339d2b79bd92f500f5d8ed3b1f20e913cfa7beff7dced36487201c727db 3.4s done [2020-02-14T13:42:22.423Z] go: finding github.com/kr/text v0.1.0 [2020-02-14T13:42:22.650Z] #7 extracting sha256:1266f4979b0e54136482546c9226b697ee0f47d0b50b822dd009f8ec4fd083b3 done [2020-02-14T13:42:22.725Z] #53 ... [2020-02-14T13:42:22.725Z] [2020-02-14T13:42:22.725Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:22.725Z] #10 3.002 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:22.725Z] #10 3.093 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:22.725Z] #10 3.204 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:22.725Z] #10 3.352 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:22.725Z] #10 5.058 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:22.725Z] #10 ... [2020-02-14T13:42:22.725Z] [2020-02-14T13:42:22.725Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:22.725Z] #71 5.587 + RM_GOPATH=0 [2020-02-14T13:42:22.725Z] #71 5.587 + TMP_GOPATH= [2020-02-14T13:42:22.725Z] #71 5.587 + : /build [2020-02-14T13:42:22.725Z] #71 5.587 + '[' -z '' ']' [2020-02-14T13:42:22.725Z] #71 5.587 ++ mktemp -d [2020-02-14T13:42:22.725Z] #71 5.593 + export GOPATH=/tmp/tmp.iulWxiwxUz [2020-02-14T13:42:22.725Z] #71 5.593 + GOPATH=/tmp/tmp.iulWxiwxUz [2020-02-14T13:42:22.725Z] #71 5.593 + RM_GOPATH=1 [2020-02-14T13:42:22.725Z] #71 5.593 ++ dirname ./install.sh [2020-02-14T13:42:22.725Z] #71 5.605 + dir=. [2020-02-14T13:42:22.725Z] #71 5.606 + bin=proxy [2020-02-14T13:42:22.725Z] #71 5.606 + shift [2020-02-14T13:42:22.725Z] #71 5.606 + '[' '!' -f ./proxy.installer ']' [2020-02-14T13:42:22.725Z] #71 5.606 + . ./proxy.installer [2020-02-14T13:42:22.725Z] #71 5.606 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:22.725Z] #71 5.607 + install_proxy [2020-02-14T13:42:22.725Z] #71 5.608 + case "$1" in [2020-02-14T13:42:22.725Z] #71 5.608 + export CGO_ENABLED=0 [2020-02-14T13:42:22.725Z] #71 5.608 + CGO_ENABLED=0 [2020-02-14T13:42:22.725Z] #71 5.608 + _install_proxy [2020-02-14T13:42:22.725Z] #71 5.608 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-14T13:42:22.725Z] #71 5.609 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:22.725Z] #71 5.609 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.iulWxiwxUz/src/github.com/docker/libnetwork [2020-02-14T13:42:22.725Z] #71 5.612 Cloning into '/tmp/tmp.iulWxiwxUz/src/github.com/docker/libnetwork'... [2020-02-14T13:42:22.909Z] #7 DONE 17.2s [2020-02-14T13:42:22.909Z] [2020-02-14T13:42:22.909Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-14T13:42:23.059Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-14T13:42:23.251Z] #47 106.3 mime [2020-02-14T13:42:23.658Z] #71 ... [2020-02-14T13:42:23.658Z] [2020-02-14T13:42:23.658Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:23.658Z] #33 6.415 + RM_GOPATH=0 [2020-02-14T13:42:23.658Z] #33 6.415 + TMP_GOPATH= [2020-02-14T13:42:23.658Z] #33 6.415 + : /build [2020-02-14T13:42:23.658Z] #33 6.415 + '[' -z '' ']' [2020-02-14T13:42:23.658Z] #33 6.421 ++ mktemp -d [2020-02-14T13:42:23.658Z] #33 6.428 + export GOPATH=/tmp/tmp.kwxrLX7rZf [2020-02-14T13:42:23.658Z] #33 6.428 + GOPATH=/tmp/tmp.kwxrLX7rZf [2020-02-14T13:42:23.658Z] #33 6.428 + RM_GOPATH=1 [2020-02-14T13:42:23.658Z] #33 6.429 ++ dirname ./install.sh [2020-02-14T13:42:23.658Z] #33 6.430 + dir=. [2020-02-14T13:42:23.658Z] #33 6.430 + bin=tomlv [2020-02-14T13:42:23.658Z] #33 6.430 + shift [2020-02-14T13:42:23.658Z] #33 6.430 + '[' '!' -f ./tomlv.installer ']' [2020-02-14T13:42:23.658Z] #33 6.430 + . ./tomlv.installer [2020-02-14T13:42:23.658Z] #33 6.430 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:23.658Z] #33 6.430 + install_tomlv [2020-02-14T13:42:23.658Z] #33 6.430 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-14T13:42:23.658Z] #33 6.430 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:23.658Z] #33 6.430 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.kwxrLX7rZf/src/github.com/BurntSushi/toml [2020-02-14T13:42:23.658Z] #33 6.439 Cloning into '/tmp/tmp.kwxrLX7rZf/src/github.com/BurntSushi/toml'... [2020-02-14T13:42:23.686Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-14T13:42:24.314Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-14T13:42:24.314Z] go: finding github.com/kr/pty v1.1.1 [2020-02-14T13:42:24.590Z] #33 7.417 + cd /tmp/tmp.kwxrLX7rZf/src/github.com/BurntSushi/toml [2020-02-14T13:42:24.847Z] #33 7.418 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:24.847Z] #33 7.426 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:42:25.140Z] #47 108.0 mime/quotedprintable [2020-02-14T13:42:25.140Z] #47 108.3 net/http/internal [2020-02-14T13:42:25.396Z] #47 ... [2020-02-14T13:42:25.396Z] [2020-02-14T13:42:25.396Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:25.396Z] #44 40.84 CC images/opts.o [2020-02-14T13:42:25.396Z] #44 41.13 CC images/seccomp.o [2020-02-14T13:42:25.396Z] #44 41.38 CC images/binfmt-misc.o [2020-02-14T13:42:25.396Z] #44 41.58 CC images/time.o [2020-02-14T13:42:25.396Z] #44 41.81 CC images/sysctl.o [2020-02-14T13:42:25.396Z] #44 42.06 CC images/autofs.o [2020-02-14T13:42:25.396Z] #44 42.22 CC images/macvlan.o [2020-02-14T13:42:25.396Z] #44 42.45 CC images/sit.o [2020-02-14T13:42:25.396Z] #44 42.72 LINK images/built-in.o [2020-02-14T13:42:25.396Z] #44 42.86 GEN compel/include/asm [2020-02-14T13:42:25.396Z] #44 42.87 GEN compel/include/version.h [2020-02-14T13:42:25.396Z] #44 42.89 touch .config [2020-02-14T13:42:25.396Z] #44 42.89 GEN include/common/config.h [2020-02-14T13:42:25.396Z] #44 43.01 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-14T13:42:25.396Z] #44 43.03 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-14T13:42:25.396Z] #44 43.06 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-14T13:42:25.396Z] #44 43.07 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-14T13:42:25.396Z] #44 43.10 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-14T13:42:25.396Z] #44 43.14 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-14T13:42:25.396Z] #44 43.16 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-14T13:42:25.396Z] #44 43.21 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-14T13:42:25.396Z] #44 43.22 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-14T13:42:25.396Z] #44 43.26 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-14T13:42:25.396Z] #44 43.26 DEP compel/plugins/std/infect.d [2020-02-14T13:42:25.396Z] #44 43.38 DEP compel/plugins/std/string.d [2020-02-14T13:42:25.396Z] #44 43.52 DEP compel/plugins/std/log.d [2020-02-14T13:42:25.396Z] #44 43.66 DEP compel/plugins/std/fds.d [2020-02-14T13:42:25.396Z] #44 43.76 DEP compel/plugins/std/std.d [2020-02-14T13:42:25.396Z] #44 43.84 DEP compel/plugins/shmem/shmem.d [2020-02-14T13:42:25.396Z] #44 43.94 DEP compel/plugins/fds/fds.d [2020-02-14T13:42:25.396Z] #44 44.11 CC compel/plugins/std/std.o [2020-02-14T13:42:25.396Z] #44 44.50 CC compel/plugins/std/fds.o [2020-02-14T13:42:25.396Z] #44 44.97 CC compel/plugins/std/log.o [2020-02-14T13:42:25.396Z] #44 45.81 CC compel/plugins/std/string.o [2020-02-14T13:42:25.414Z] #33 8.102 internal/cpu [2020-02-14T13:42:25.414Z] #33 8.116 runtime/internal/atomic [2020-02-14T13:42:25.653Z] #44 46.60 CC compel/plugins/std/infect.o [2020-02-14T13:42:25.671Z] #33 8.545 runtime/internal/sys [2020-02-14T13:42:25.909Z] #44 ... [2020-02-14T13:42:25.909Z] [2020-02-14T13:42:25.909Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:25.909Z] #65 101.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:42:25.909Z] #65 101.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-14T13:42:25.909Z] #65 DONE 108.8s [2020-02-14T13:42:25.909Z] [2020-02-14T13:42:25.909Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-14T13:42:25.909Z] #66 DONE 0.1s [2020-02-14T13:42:25.909Z] [2020-02-14T13:42:25.909Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:25.929Z] #33 8.614 runtime/internal/math [2020-02-14T13:42:25.929Z] #33 8.664 internal/bytealg [2020-02-14T13:42:25.929Z] #33 8.735 math/bits [2020-02-14T13:42:26.165Z] #53 ... [2020-02-14T13:42:26.165Z] [2020-02-14T13:42:26.165Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:26.165Z] #44 47.07 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-14T13:42:26.165Z] #44 47.16 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-14T13:42:26.165Z] #44 47.30 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-14T13:42:26.388Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 9.5s done [2020-02-14T13:42:26.388Z] #8 DONE 12.4s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-14T13:42:26.388Z] #9 DONE 0.3s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-14T13:42:26.388Z] #10 DONE 0.2s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-14T13:42:26.388Z] #30 DONE 0.0s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-14T13:42:26.388Z] #41 DONE 0.0s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:26.388Z] #22 DONE 0.1s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:26.388Z] #42 ... [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:42:26.388Z] #23 DONE 0.1s [2020-02-14T13:42:26.388Z] [2020-02-14T13:42:26.388Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-14T13:42:26.389Z] #50 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-14T13:42:26.389Z] #65 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-14T13:42:26.389Z] #47 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-14T13:42:26.389Z] #71 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-14T13:42:26.389Z] #33 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-14T13:42:26.389Z] #53 DONE 0.1s [2020-02-14T13:42:26.389Z] [2020-02-14T13:42:26.389Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:26.389Z] #54 0.448 + RM_GOPATH=0 [2020-02-14T13:42:26.389Z] #54 0.448 + TMP_GOPATH= [2020-02-14T13:42:26.389Z] #54 0.448 + : /build [2020-02-14T13:42:26.389Z] #54 0.449 + '[' -z '' ']' [2020-02-14T13:42:26.389Z] #54 0.450 ++ mktemp -d [2020-02-14T13:42:26.389Z] #54 0.456 + export GOPATH=/tmp/tmp.UqgYs2sj6d [2020-02-14T13:42:26.389Z] #54 0.467 + GOPATH=/tmp/tmp.UqgYs2sj6d [2020-02-14T13:42:26.389Z] #54 0.467 + RM_GOPATH=1 [2020-02-14T13:42:26.389Z] #54 0.468 ++ dirname ./install.sh [2020-02-14T13:42:26.389Z] #54 0.481 + dir=. [2020-02-14T13:42:26.389Z] #54 0.481 + bin=golangci_lint [2020-02-14T13:42:26.389Z] #54 0.481 + shift [2020-02-14T13:42:26.389Z] #54 0.482 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-14T13:42:26.389Z] #54 0.482 + . ./golangci_lint.installer [2020-02-14T13:42:26.389Z] #54 0.482 ++ : v1.20.0 [2020-02-14T13:42:26.389Z] #54 0.483 + install_golangci_lint [2020-02-14T13:42:26.389Z] #54 0.483 + echo 'Installing golangci-lint version v1.20.0' [2020-02-14T13:42:26.389Z] #54 0.484 Installing golangci-lint version v1.20.0 [2020-02-14T13:42:26.389Z] #54 0.485 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-14T13:42:26.421Z] #44 47.47 AR compel/plugins/std.lib.a [2020-02-14T13:42:26.494Z] #33 9.436 math [2020-02-14T13:42:26.752Z] #33 9.494 runtime [2020-02-14T13:42:26.752Z] #33 ... [2020-02-14T13:42:26.752Z] [2020-02-14T13:42:26.752Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:26.752Z] #35 6.865 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:26.752Z] #35 6.926 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:26.752Z] #35 6.928 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:26.752Z] #35 7.982 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:26.983Z] #44 47.83 CC compel/plugins/fds/fds.o [2020-02-14T13:42:27.010Z] #35 ... [2020-02-14T13:42:27.010Z] [2020-02-14T13:42:27.010Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:42:27.010Z] #30 6.782 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-14T13:42:27.010Z] #30 6.785 Cloning into '.'... [2020-02-14T13:42:27.105Z] #8 DONE 4.0s [2020-02-14T13:42:27.105Z] [2020-02-14T13:42:27.105Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-14T13:42:27.239Z] #44 48.21 AR compel/plugins/fds.lib.a [2020-02-14T13:42:27.239Z] #44 48.27 HOSTDEP compel/src/lib/log-host.d [2020-02-14T13:42:27.268Z] #30 ... [2020-02-14T13:42:27.268Z] [2020-02-14T13:42:27.268Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:27.268Z] #43 4.383 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:27.268Z] #43 4.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:27.268Z] #43 4.408 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:27.268Z] #43 5.506 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:27.268Z] #43 7.473 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:27.268Z] #43 9.902 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:27.268Z] #43 ... [2020-02-14T13:42:27.268Z] [2020-02-14T13:42:27.268Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:27.268Z] #59 4.443 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:27.268Z] #59 4.522 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:27.268Z] #59 4.522 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:27.268Z] #59 5.585 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:27.268Z] #59 7.851 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:27.268Z] #59 10.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:27.495Z] #44 48.37 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-14T13:42:27.496Z] #44 48.52 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-14T13:42:27.526Z] #59 ... [2020-02-14T13:42:27.526Z] [2020-02-14T13:42:27.526Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:27.526Z] #25 6.215 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:27.526Z] #25 6.268 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:27.526Z] #25 6.272 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:27.526Z] #25 7.345 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:27.526Z] #25 9.826 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:27.526Z] #25 ... [2020-02-14T13:42:27.526Z] [2020-02-14T13:42:27.526Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:27.526Z] #50 6.579 + RM_GOPATH=0 [2020-02-14T13:42:27.526Z] #50 6.579 + TMP_GOPATH= [2020-02-14T13:42:27.526Z] #50 6.579 + : /build [2020-02-14T13:42:27.526Z] #50 6.579 + '[' -z '' ']' [2020-02-14T13:42:27.526Z] #50 6.584 ++ mktemp -d [2020-02-14T13:42:27.526Z] #50 6.597 + export GOPATH=/tmp/tmp.3zJQ1EzDIO [2020-02-14T13:42:27.526Z] #50 6.597 + GOPATH=/tmp/tmp.3zJQ1EzDIO [2020-02-14T13:42:27.526Z] #50 6.597 + RM_GOPATH=1 [2020-02-14T13:42:27.526Z] #50 6.600 ++ dirname ./install.sh [2020-02-14T13:42:27.526Z] #50 6.605 + dir=. [2020-02-14T13:42:27.526Z] #50 6.605 + bin=gotestsum [2020-02-14T13:42:27.526Z] #50 6.605 + shift [2020-02-14T13:42:27.526Z] #50 6.605 + '[' '!' -f ./gotestsum.installer ']' [2020-02-14T13:42:27.526Z] #50 6.608 + . ./gotestsum.installer [2020-02-14T13:42:27.526Z] #50 6.608 ++ : v0.3.5 [2020-02-14T13:42:27.526Z] #50 6.608 + install_gotestsum [2020-02-14T13:42:27.526Z] #50 6.609 + echo 'Installing gotestsum version v0.3.5' [2020-02-14T13:42:27.526Z] #50 6.609 Installing gotestsum version v0.3.5 [2020-02-14T13:42:27.526Z] #50 6.609 + go get -d gotest.tools/gotestsum [2020-02-14T13:42:27.754Z] #44 48.67 HOSTDEP compel/src/main-host.d [2020-02-14T13:42:27.754Z] #44 48.79 DEP compel/src/lib/ptrace.d [2020-02-14T13:42:27.788Z] #50 ... [2020-02-14T13:42:27.788Z] [2020-02-14T13:42:27.788Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:27.788Z] #47 6.510 + RM_GOPATH=0 [2020-02-14T13:42:27.788Z] #47 6.512 + TMP_GOPATH= [2020-02-14T13:42:27.788Z] #47 6.514 + : /build [2020-02-14T13:42:27.788Z] #47 6.514 + '[' -z '' ']' [2020-02-14T13:42:27.788Z] #47 6.519 ++ mktemp -d [2020-02-14T13:42:27.788Z] #47 6.519 + export GOPATH=/tmp/tmp.L3ljSg9lmO [2020-02-14T13:42:27.788Z] #47 6.519 + GOPATH=/tmp/tmp.L3ljSg9lmO [2020-02-14T13:42:27.788Z] #47 6.519 + RM_GOPATH=1 [2020-02-14T13:42:27.788Z] #47 6.523 ++ dirname ./install.sh [2020-02-14T13:42:27.788Z] #47 6.524 + dir=. [2020-02-14T13:42:27.788Z] #47 6.528 + bin=vndr [2020-02-14T13:42:27.788Z] #47 6.528 + shift [2020-02-14T13:42:27.788Z] #47 6.528 + '[' '!' -f ./vndr.installer ']' [2020-02-14T13:42:27.788Z] #47 6.528 + . ./vndr.installer [2020-02-14T13:42:27.788Z] #47 6.528 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:27.788Z] #47 6.528 + install_vndr [2020-02-14T13:42:27.788Z] #47 6.528 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-14T13:42:27.788Z] #47 6.528 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.L3ljSg9lmO/src/github.com/LK4D4/vndr [2020-02-14T13:42:27.788Z] #47 6.528 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:27.788Z] #47 6.529 Cloning into '/tmp/tmp.L3ljSg9lmO/src/github.com/LK4D4/vndr'... [2020-02-14T13:42:27.788Z] #47 7.307 + cd /tmp/tmp.L3ljSg9lmO/src/github.com/LK4D4/vndr [2020-02-14T13:42:27.788Z] #47 7.307 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:27.788Z] #47 7.311 + go build -buildmode=pie -v -o /build/vndr . [2020-02-14T13:42:27.788Z] #47 8.647 internal/cpu [2020-02-14T13:42:27.788Z] #47 8.675 runtime/internal/math [2020-02-14T13:42:27.788Z] #47 8.825 internal/race [2020-02-14T13:42:27.788Z] #47 8.935 sync/atomic [2020-02-14T13:42:27.788Z] #47 9.218 unicode [2020-02-14T13:42:27.788Z] #47 9.225 internal/bytealg [2020-02-14T13:42:27.788Z] #47 10.00 runtime [2020-02-14T13:42:28.011Z] #44 48.88 DEP compel/src/lib/infect.d [2020-02-14T13:42:28.011Z] #44 49.00 DEP compel/src/lib/infect-util.d [2020-02-14T13:42:28.043Z] #9 DONE 0.9s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-14T13:42:28.043Z] #40 DONE 0.1s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:28.043Z] #10 ... [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-14T13:42:28.043Z] #29 DONE 0.1s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:28.043Z] #21 DONE 0.1s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-14T13:42:28.043Z] #70 DONE 0.1s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-14T13:42:28.043Z] #49 DONE 0.1s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-14T13:42:28.043Z] #46 DONE 0.2s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-14T13:42:28.043Z] #32 DONE 0.2s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-14T13:42:28.043Z] #52 DONE 0.2s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:42:28.043Z] #22 DONE 0.2s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-14T13:42:28.043Z] #64 DONE 0.2s [2020-02-14T13:42:28.043Z] [2020-02-14T13:42:28.043Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:28.045Z] #47 ... [2020-02-14T13:42:28.045Z] [2020-02-14T13:42:28.045Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:28.045Z] #23 6.581 + RM_GOPATH=0 [2020-02-14T13:42:28.045Z] #23 6.581 + TMP_GOPATH= [2020-02-14T13:42:28.045Z] #23 6.581 + : /build [2020-02-14T13:42:28.045Z] #23 6.581 + '[' -z '' ']' [2020-02-14T13:42:28.045Z] #23 6.581 ++ mktemp -d [2020-02-14T13:42:28.045Z] #23 6.589 + export GOPATH=/tmp/tmp.1r9ykxccAZ [2020-02-14T13:42:28.045Z] #23 6.589 + GOPATH=/tmp/tmp.1r9ykxccAZ [2020-02-14T13:42:28.045Z] #23 6.589 + RM_GOPATH=1 [2020-02-14T13:42:28.045Z] #23 6.590 ++ dirname ./install.sh [2020-02-14T13:42:28.045Z] #23 6.598 + dir=. [2020-02-14T13:42:28.045Z] #23 6.599 + bin=dockercli [2020-02-14T13:42:28.045Z] #23 6.600 + shift [2020-02-14T13:42:28.045Z] #23 6.600 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T13:42:28.045Z] #23 6.600 + . ./dockercli.installer [2020-02-14T13:42:28.045Z] #23 6.601 ++ : stable [2020-02-14T13:42:28.045Z] #23 6.601 ++ : 17.06.2-ce [2020-02-14T13:42:28.045Z] #23 6.601 + install_dockercli [2020-02-14T13:42:28.045Z] #23 6.601 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T13:42:28.045Z] #23 6.601 Install docker/cli version 17.06.2-ce from stable [2020-02-14T13:42:28.045Z] #23 6.603 ++ uname -m [2020-02-14T13:42:28.045Z] #23 6.611 + arch=x86_64 [2020-02-14T13:42:28.045Z] #23 6.611 + '[' x86_64 '!=' x86_64 ']' [2020-02-14T13:42:28.045Z] #23 6.612 + url=https://download.docker.com/linux/static [2020-02-14T13:42:28.045Z] #23 6.612 + tar -xz docker/docker [2020-02-14T13:42:28.045Z] #23 6.614 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-14T13:42:28.045Z] #23 ... [2020-02-14T13:42:28.045Z] [2020-02-14T13:42:28.045Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:28.045Z] #65 6.748 + RM_GOPATH=0 [2020-02-14T13:42:28.045Z] #65 6.750 + TMP_GOPATH= [2020-02-14T13:42:28.045Z] #65 6.750 + : /build/ [2020-02-14T13:42:28.045Z] #65 6.750 + '[' -z '' ']' [2020-02-14T13:42:28.045Z] #65 6.750 ++ mktemp -d [2020-02-14T13:42:28.045Z] #65 6.753 + export GOPATH=/tmp/tmp.I74vAijmSn [2020-02-14T13:42:28.045Z] #65 6.753 + GOPATH=/tmp/tmp.I74vAijmSn [2020-02-14T13:42:28.045Z] #65 6.753 + RM_GOPATH=1 [2020-02-14T13:42:28.045Z] #65 6.762 ++ dirname ./install.sh [2020-02-14T13:42:28.045Z] #65 6.765 + dir=. [2020-02-14T13:42:28.045Z] #65 6.765 + bin=rootlesskit [2020-02-14T13:42:28.045Z] #65 6.765 + shift [2020-02-14T13:42:28.045Z] #65 6.766 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-14T13:42:28.045Z] #65 6.768 + . ./rootlesskit.installer [2020-02-14T13:42:28.045Z] #65 6.768 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:28.045Z] #65 6.768 + install_rootlesskit [2020-02-14T13:42:28.045Z] #65 6.774 + case "$1" in [2020-02-14T13:42:28.045Z] #65 6.774 + export CGO_ENABLED=0 [2020-02-14T13:42:28.045Z] #65 6.774 + CGO_ENABLED=0 [2020-02-14T13:42:28.045Z] #65 6.774 + _install_rootlesskit [2020-02-14T13:42:28.045Z] #65 6.774 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-14T13:42:28.045Z] #65 6.774 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:28.045Z] #65 6.775 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.I74vAijmSn/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:28.045Z] #65 6.777 Cloning into '/tmp/tmp.I74vAijmSn/src/github.com/rootless-containers/rootlesskit'... [2020-02-14T13:42:28.045Z] #65 10.84 + cd /tmp/tmp.I74vAijmSn/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:28.267Z] #44 49.13 DEP compel/src/lib/infect-rpc.d [2020-02-14T13:42:28.267Z] #44 49.27 DEP compel/arch/x86/src/lib/infect.d [2020-02-14T13:42:28.302Z] #65 10.84 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:28.302Z] #65 ... [2020-02-14T13:42:28.302Z] [2020-02-14T13:42:28.302Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:28.302Z] #53 6.804 + RM_GOPATH=0 [2020-02-14T13:42:28.302Z] #53 6.804 + TMP_GOPATH= [2020-02-14T13:42:28.302Z] #53 6.804 + : /build [2020-02-14T13:42:28.302Z] #53 6.805 + '[' -z '' ']' [2020-02-14T13:42:28.302Z] #53 6.811 ++ mktemp -d [2020-02-14T13:42:28.302Z] #53 6.811 + export GOPATH=/tmp/tmp.xUlSdMVGk7 [2020-02-14T13:42:28.302Z] #53 6.811 + GOPATH=/tmp/tmp.xUlSdMVGk7 [2020-02-14T13:42:28.302Z] #53 6.811 + RM_GOPATH=1 [2020-02-14T13:42:28.302Z] #53 6.812 ++ dirname ./install.sh [2020-02-14T13:42:28.302Z] #53 6.817 + dir=. [2020-02-14T13:42:28.302Z] #53 6.818 + bin=golangci_lint [2020-02-14T13:42:28.302Z] #53 6.818 + shift [2020-02-14T13:42:28.302Z] #53 6.819 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-14T13:42:28.302Z] #53 6.819 + . ./golangci_lint.installer [2020-02-14T13:42:28.302Z] #53 6.820 ++ : v1.20.0 [2020-02-14T13:42:28.302Z] #53 6.822 + install_golangci_lint [2020-02-14T13:42:28.302Z] #53 6.827 + echo 'Installing golangci-lint version v1.20.0' [2020-02-14T13:42:28.302Z] #53 6.828 Installing golangci-lint version v1.20.0 [2020-02-14T13:42:28.302Z] #53 6.836 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-14T13:42:28.523Z] #44 49.39 DEP compel/arch/x86/src/lib/cpu.d [2020-02-14T13:42:28.523Z] #44 49.45 DEP compel/src/lib/log.d [2020-02-14T13:42:28.523Z] #44 49.52 DEP compel/src/main.d [2020-02-14T13:42:28.779Z] #44 49.73 DEP compel/src/lib/handle-elf.d [2020-02-14T13:42:29.035Z] #44 49.86 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-14T13:42:29.035Z] #44 50.11 CC compel/src/lib/log.o [2020-02-14T13:42:29.597Z] #44 50.45 CC compel/arch/x86/src/lib/cpu.o [2020-02-14T13:42:30.158Z] #44 51.14 CC compel/arch/x86/src/lib/infect.o [2020-02-14T13:42:31.087Z] #44 51.99 CC compel/src/lib/infect-rpc.o [2020-02-14T13:42:31.344Z] #44 52.30 CC compel/src/lib/infect-util.o [2020-02-14T13:42:31.506Z] #54 ... [2020-02-14T13:42:31.506Z] [2020-02-14T13:42:31.506Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:31.506Z] #34 0.478 + RM_GOPATH=0 [2020-02-14T13:42:31.506Z] #34 0.478 + TMP_GOPATH= [2020-02-14T13:42:31.506Z] #34 0.478 + : /build [2020-02-14T13:42:31.506Z] #34 0.479 + '[' -z '' ']' [2020-02-14T13:42:31.506Z] #34 0.479 ++ mktemp -d [2020-02-14T13:42:31.506Z] #34 0.488 + export GOPATH=/tmp/tmp.2DjYqHiUio [2020-02-14T13:42:31.506Z] #34 0.488 + GOPATH=/tmp/tmp.2DjYqHiUio [2020-02-14T13:42:31.506Z] #34 0.489 + RM_GOPATH=1 [2020-02-14T13:42:31.506Z] #34 0.494 ++ dirname ./install.sh [2020-02-14T13:42:31.506Z] #34 0.500 + dir=. [2020-02-14T13:42:31.506Z] #34 0.500 + bin=tomlv [2020-02-14T13:42:31.506Z] #34 0.500 + shift [2020-02-14T13:42:31.506Z] #34 0.501 + '[' '!' -f ./tomlv.installer ']' [2020-02-14T13:42:31.506Z] #34 0.501 + . ./tomlv.installer [2020-02-14T13:42:31.506Z] #34 0.501 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:31.506Z] #34 0.502 + install_tomlv [2020-02-14T13:42:31.506Z] #34 0.502 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-14T13:42:31.506Z] #34 0.502 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:31.506Z] #34 0.503 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2DjYqHiUio/src/github.com/BurntSushi/toml [2020-02-14T13:42:31.506Z] #34 0.509 Cloning into '/tmp/tmp.2DjYqHiUio/src/github.com/BurntSushi/toml'... [2020-02-14T13:42:31.506Z] #34 1.211 + cd /tmp/tmp.2DjYqHiUio/src/github.com/BurntSushi/toml [2020-02-14T13:42:31.506Z] #34 1.211 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:31.506Z] #34 1.222 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:42:31.506Z] #34 1.758 runtime/internal/atomic [2020-02-14T13:42:31.506Z] #34 1.760 internal/cpu [2020-02-14T13:42:31.506Z] #34 1.966 runtime/internal/sys [2020-02-14T13:42:31.506Z] #34 2.183 runtime/internal/math [2020-02-14T13:42:31.506Z] #34 2.251 math/bits [2020-02-14T13:42:31.506Z] #34 2.265 internal/bytealg [2020-02-14T13:42:31.506Z] #34 2.573 runtime [2020-02-14T13:42:31.506Z] #34 2.809 math [2020-02-14T13:42:31.506Z] #34 ... [2020-02-14T13:42:31.506Z] [2020-02-14T13:42:31.506Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:31.506Z] #24 0.468 + RM_GOPATH=0 [2020-02-14T13:42:31.506Z] #24 0.468 + TMP_GOPATH= [2020-02-14T13:42:31.506Z] #24 0.468 + : /build [2020-02-14T13:42:31.506Z] #24 0.468 + '[' -z '' ']' [2020-02-14T13:42:31.506Z] #24 0.468 ++ mktemp -d [2020-02-14T13:42:31.506Z] #24 0.473 + export GOPATH=/tmp/tmp.2rLNGwKTvd [2020-02-14T13:42:31.506Z] #24 0.473 + GOPATH=/tmp/tmp.2rLNGwKTvd [2020-02-14T13:42:31.506Z] #24 0.473 + RM_GOPATH=1 [2020-02-14T13:42:31.506Z] #24 0.475 ++ dirname ./install.sh [2020-02-14T13:42:31.506Z] #24 0.478 + dir=. [2020-02-14T13:42:31.506Z] #24 0.478 + bin=dockercli [2020-02-14T13:42:31.506Z] #24 0.478 + shift [2020-02-14T13:42:31.506Z] #24 0.478 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T13:42:31.506Z] #24 0.478 + . ./dockercli.installer [2020-02-14T13:42:31.506Z] #24 0.478 ++ : stable [2020-02-14T13:42:31.506Z] #24 0.479 ++ : 17.06.2-ce [2020-02-14T13:42:31.506Z] #24 0.480 + install_dockercli [2020-02-14T13:42:31.506Z] #24 0.480 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T13:42:31.506Z] #24 0.480 Install docker/cli version 17.06.2-ce from stable [2020-02-14T13:42:31.506Z] #24 0.481 ++ uname -m [2020-02-14T13:42:31.506Z] #24 0.485 + arch=s390x [2020-02-14T13:42:31.506Z] #24 0.485 + '[' s390x '!=' x86_64 ']' [2020-02-14T13:42:31.506Z] #24 0.485 + '[' s390x '!=' s390x ']' [2020-02-14T13:42:31.506Z] #24 0.485 + url=https://download.docker.com/linux/static [2020-02-14T13:42:31.506Z] #24 0.486 + tar -xz docker/docker [2020-02-14T13:42:31.506Z] #24 0.489 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-02-14T13:42:31.506Z] #24 5.577 + mkdir -p /build [2020-02-14T13:42:31.506Z] #24 5.582 + mv docker/docker /build/ [2020-02-14T13:42:31.506Z] #24 5.587 + rmdir docker [2020-02-14T13:42:31.506Z] #24 DONE 5.7s [2020-02-14T13:42:31.506Z] [2020-02-14T13:42:31.506Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:31.506Z] #66 0.453 + RM_GOPATH=0 [2020-02-14T13:42:31.506Z] #66 0.459 + TMP_GOPATH= [2020-02-14T13:42:31.506Z] #66 0.459 + : /build/ [2020-02-14T13:42:31.506Z] #66 0.459 + '[' -z '' ']' [2020-02-14T13:42:31.506Z] #66 0.459 ++ mktemp -d [2020-02-14T13:42:31.506Z] #66 0.461 + export GOPATH=/tmp/tmp.p3NsDzEFSy [2020-02-14T13:42:31.506Z] #66 0.461 + GOPATH=/tmp/tmp.p3NsDzEFSy [2020-02-14T13:42:31.506Z] #66 0.461 + RM_GOPATH=1 [2020-02-14T13:42:31.506Z] #66 0.462 ++ dirname ./install.sh [2020-02-14T13:42:31.506Z] #66 0.467 + dir=. [2020-02-14T13:42:31.506Z] #66 0.467 + bin=rootlesskit [2020-02-14T13:42:31.506Z] #66 0.467 + shift [2020-02-14T13:42:31.506Z] #66 0.467 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-14T13:42:31.506Z] #66 0.468 + . ./rootlesskit.installer [2020-02-14T13:42:31.506Z] #66 0.468 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:31.506Z] #66 0.469 + install_rootlesskit [2020-02-14T13:42:31.506Z] #66 0.469 + case "$1" in [2020-02-14T13:42:31.506Z] #66 0.469 + export CGO_ENABLED=0 [2020-02-14T13:42:31.506Z] #66 0.469 + CGO_ENABLED=0 [2020-02-14T13:42:31.506Z] #66 0.469 + _install_rootlesskit [2020-02-14T13:42:31.506Z] #66 0.469 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-14T13:42:31.506Z] #66 0.469 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:31.506Z] #66 0.469 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.p3NsDzEFSy/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:31.506Z] #66 0.475 Cloning into '/tmp/tmp.p3NsDzEFSy/src/github.com/rootless-containers/rootlesskit'... [2020-02-14T13:42:31.506Z] #66 3.158 + cd /tmp/tmp.p3NsDzEFSy/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:31.506Z] #66 3.158 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:31.506Z] #66 3.393 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:42:31.506Z] #66 3.393 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-14T13:42:31.585Z] #53 ... [2020-02-14T13:42:31.585Z] [2020-02-14T13:42:31.585Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:31.585Z] #33 13.94 internal/testlog [2020-02-14T13:42:31.585Z] #33 14.16 encoding [2020-02-14T13:42:31.585Z] #33 14.36 runtime/cgo [2020-02-14T13:42:31.600Z] #44 52.49 CC compel/src/lib/infect.o [2020-02-14T13:42:31.600Z] #44 ... [2020-02-14T13:42:31.600Z] [2020-02-14T13:42:31.600Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:31.600Z] #50 DONE 114.7s [2020-02-14T13:42:31.600Z] [2020-02-14T13:42:31.600Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:31.600Z] #10 114.0 Selecting previously unselected package libapparmor1:amd64. [2020-02-14T13:42:31.600Z] #10 114.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-14T13:42:31.600Z] #10 114.2 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-14T13:42:31.600Z] #10 114.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-14T13:42:31.600Z] #10 114.3 Selecting previously unselected package libbtrfs0. [2020-02-14T13:42:31.600Z] #10 114.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:31.600Z] #10 114.4 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:42:31.600Z] #10 114.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:31.600Z] #10 114.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-14T13:42:31.600Z] #10 114.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:42:31.600Z] #10 114.6 Selecting previously unselected package libudev-dev:amd64. [2020-02-14T13:42:31.600Z] #10 114.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.6 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:42:31.600Z] #10 114.8 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-14T13:42:31.600Z] #10 114.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-14T13:42:31.600Z] #10 114.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-14T13:42:31.856Z] #10 115.2 Selecting previously unselected package libpcre16-3:amd64. [2020-02-14T13:42:31.856Z] #10 115.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-14T13:42:31.856Z] #10 115.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-14T13:42:32.112Z] #10 115.6 Selecting previously unselected package libpcre32-3:amd64. [2020-02-14T13:42:32.112Z] #10 115.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-14T13:42:32.112Z] #10 115.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-14T13:42:32.369Z] #10 115.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-14T13:42:32.369Z] #10 115.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-14T13:42:32.369Z] #10 115.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-14T13:42:32.627Z] #10 116.0 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-14T13:42:32.627Z] #10 116.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-14T13:42:32.627Z] #10 116.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-14T13:42:32.777Z] #66 ... [2020-02-14T13:42:32.777Z] [2020-02-14T13:42:32.777Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:32.777Z] #34 7.429 internal/testlog [2020-02-14T13:42:33.162Z] #34 7.735 encoding [2020-02-14T13:42:33.189Z] #10 116.6 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-14T13:42:33.189Z] #10 116.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-14T13:42:33.189Z] #10 116.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-14T13:42:33.351Z] #65 ... [2020-02-14T13:42:33.351Z] [2020-02-14T13:42:33.351Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:33.351Z] #10 5.434 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:33.351Z] #10 5.510 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:33.351Z] #10 5.511 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:33.445Z] #10 116.9 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-14T13:42:33.445Z] #10 116.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:42:33.445Z] #10 116.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-14T13:42:33.445Z] #10 117.0 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-14T13:42:33.485Z] #33 ... [2020-02-14T13:42:33.485Z] [2020-02-14T13:42:33.485Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:33.485Z] #23 15.05 + mkdir -p /build [2020-02-14T13:42:33.485Z] #23 15.06 + mv docker/docker /build/ [2020-02-14T13:42:33.485Z] #23 15.06 + rmdir docker [2020-02-14T13:42:33.485Z] #23 DONE 16.1s [2020-02-14T13:42:33.485Z] [2020-02-14T13:42:33.485Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:33.485Z] #47 12.44 unicode/utf8 [2020-02-14T13:42:33.485Z] #47 13.18 math [2020-02-14T13:42:33.544Z] #34 8.134 runtime/cgo [2020-02-14T13:42:33.701Z] #10 117.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-14T13:42:33.701Z] #10 117.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-14T13:42:33.701Z] #10 117.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-14T13:42:33.701Z] #10 117.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-02-14T13:42:33.701Z] #10 117.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:42:33.957Z] #10 117.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-14T13:42:34.053Z] #47 ... [2020-02-14T13:42:34.054Z] [2020-02-14T13:42:34.054Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:34.054Z] #41 7.155 + git clone https://github.com/docker/distribution.git . [2020-02-14T13:42:34.054Z] #41 7.157 Cloning into '.'... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-14T13:42:34.215Z] #10 117.6 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:42:34.215Z] #10 117.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-14T13:42:34.298Z] #10 6.452 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:42:34.311Z] #41 ... [2020-02-14T13:42:34.311Z] [2020-02-14T13:42:34.311Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:34.311Z] #65 11.36 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:42:34.311Z] #65 11.37 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-14T13:42:34.480Z] #10 117.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:42:34.480Z] #10 117.8 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 [2020-02-14T13:42:34.480Z] #10 117.8 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 [2020-02-14T13:42:34.480Z] #10 117.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:42:34.480Z] #10 117.8 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 [2020-02-14T13:42:34.480Z] #10 117.8 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 [2020-02-14T13:42:34.480Z] #10 117.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:42:34.480Z] #10 117.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-14T13:42:34.480Z] #10 117.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:42:34.480Z] #10 117.9 Setting up dmsetup (2:1.02.155-3) ... [2020-02-14T13:42:34.480Z] #10 117.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:42:34.480Z] #10 117.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-14T13:42:34.480Z] #10 117.9 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:34.569Z] #65 ... [2020-02-14T13:42:34.569Z] [2020-02-14T13:42:34.569Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:34.569Z] #10 7.625 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:34.569Z] #10 ... [2020-02-14T13:42:34.569Z] [2020-02-14T13:42:34.569Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:34.569Z] #35 10.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:34.569Z] #35 12.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:34.736Z] #10 DONE 118.2s [2020-02-14T13:42:34.736Z] [2020-02-14T13:42:34.736Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:34.992Z] #55 DONE 0.1s [2020-02-14T13:42:34.992Z] [2020-02-14T13:42:34.992Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-14T13:42:34.992Z] #56 DONE 0.1s [2020-02-14T13:42:34.992Z] [2020-02-14T13:42:34.992Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:35.137Z] #35 ... [2020-02-14T13:42:35.137Z] [2020-02-14T13:42:35.137Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:35.137Z] #47 17.97 unicode/utf16 [2020-02-14T13:42:35.137Z] #47 18.08 container/list [2020-02-14T13:42:35.607Z] #34 ... [2020-02-14T13:42:35.607Z] [2020-02-14T13:42:35.607Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:35.607Z] #11 0.391 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:35.607Z] #11 0.511 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:35.607Z] #11 0.801 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:35.607Z] #11 0.825 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:42:35.607Z] #11 1.952 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:42:35.607Z] #11 3.393 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:42:35.607Z] #11 9.901 Fetched 8022 kB in 10s (832 kB/s) [2020-02-14T13:42:35.607Z] #11 9.901 Reading package lists... [2020-02-14T13:42:35.607Z] #11 ... [2020-02-14T13:42:35.607Z] [2020-02-14T13:42:35.607Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:35.607Z] #60 0.487 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:35.607Z] #60 0.526 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:35.607Z] #60 0.800 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:35.607Z] #60 1.057 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:42:35.608Z] #60 2.143 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:42:35.608Z] #60 3.762 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:42:35.608Z] #60 10.31 Fetched 8022 kB in 10s (814 kB/s) [2020-02-14T13:42:35.608Z] #60 10.31 Reading package lists... [2020-02-14T13:42:35.608Z] #60 ... [2020-02-14T13:42:35.608Z] [2020-02-14T13:42:35.608Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:35.608Z] #26 0.516 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:35.608Z] #26 0.555 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:35.608Z] #26 0.993 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:35.608Z] #26 1.022 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:42:35.608Z] #26 2.268 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:42:35.608Z] #26 3.594 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:42:35.608Z] #26 9.849 Fetched 8022 kB in 9s (857 kB/s) [2020-02-14T13:42:35.608Z] #26 9.849 Reading package lists... [2020-02-14T13:42:35.608Z] #26 ... [2020-02-14T13:42:35.608Z] [2020-02-14T13:42:35.608Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:35.608Z] #36 0.461 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:35.608Z] #36 0.511 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:35.608Z] #36 0.851 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:35.608Z] #36 0.986 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:42:35.608Z] #36 2.260 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:42:35.608Z] #36 3.499 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:42:35.608Z] #36 9.933 Fetched 8022 kB in 9s (845 kB/s) [2020-02-14T13:42:35.689Z] #10 7.755 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:42:35.705Z] #47 18.58 crypto/internal/subtle [2020-02-14T13:42:35.963Z] #47 18.71 crypto/subtle [2020-02-14T13:42:35.963Z] #47 18.84 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-14T13:42:35.963Z] #47 18.97 internal/nettrace [2020-02-14T13:42:36.200Z] #36 9.933 Reading package lists... [2020-02-14T13:42:36.200Z] #36 ... [2020-02-14T13:42:36.200Z] [2020-02-14T13:42:36.200Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:36.200Z] #44 0.530 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:36.200Z] #44 0.586 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:36.200Z] #44 0.826 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:36.200Z] #44 1.049 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:42:36.200Z] #44 2.261 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:42:36.200Z] #44 3.781 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:42:36.200Z] #44 10.33 Fetched 8022 kB in 10s (815 kB/s) [2020-02-14T13:42:36.200Z] #44 10.33 Reading package lists... [2020-02-14T13:42:36.200Z] #44 ... [2020-02-14T13:42:36.200Z] [2020-02-14T13:42:36.200Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:36.200Z] #51 0.349 + RM_GOPATH=0 [2020-02-14T13:42:36.200Z] #51 0.349 + TMP_GOPATH= [2020-02-14T13:42:36.200Z] #51 0.349 + : /build [2020-02-14T13:42:36.200Z] #51 0.349 + '[' -z '' ']' [2020-02-14T13:42:36.200Z] #51 0.349 ++ mktemp -d [2020-02-14T13:42:36.200Z] #51 0.350 + export GOPATH=/tmp/tmp.DIvAmTz3Bc [2020-02-14T13:42:36.200Z] #51 0.350 + GOPATH=/tmp/tmp.DIvAmTz3Bc [2020-02-14T13:42:36.200Z] #51 0.350 + RM_GOPATH=1 [2020-02-14T13:42:36.200Z] #51 0.350 ++ dirname ./install.sh [2020-02-14T13:42:36.200Z] #51 0.351 + dir=. [2020-02-14T13:42:36.200Z] #51 0.351 + bin=gotestsum [2020-02-14T13:42:36.200Z] #51 0.351 + shift [2020-02-14T13:42:36.200Z] #51 0.351 + '[' '!' -f ./gotestsum.installer ']' [2020-02-14T13:42:36.200Z] #51 0.351 + . ./gotestsum.installer [2020-02-14T13:42:36.200Z] #51 0.351 ++ : v0.3.5 [2020-02-14T13:42:36.200Z] #51 0.351 Installing gotestsum version v0.3.5 [2020-02-14T13:42:36.200Z] #51 0.351 + install_gotestsum [2020-02-14T13:42:36.200Z] #51 0.352 + echo 'Installing gotestsum version v0.3.5' [2020-02-14T13:42:36.200Z] #51 0.352 + go get -d gotest.tools/gotestsum [2020-02-14T13:42:36.200Z] #51 ... [2020-02-14T13:42:36.200Z] [2020-02-14T13:42:36.200Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:36.200Z] #72 0.465 + RM_GOPATH=0 [2020-02-14T13:42:36.200Z] #72 0.465 + TMP_GOPATH= [2020-02-14T13:42:36.200Z] #72 0.465 + : /build [2020-02-14T13:42:36.200Z] #72 0.465 + '[' -z '' ']' [2020-02-14T13:42:36.200Z] #72 0.467 ++ mktemp -d [2020-02-14T13:42:36.200Z] #72 0.487 + export GOPATH=/tmp/tmp.OKoR6HGaAn [2020-02-14T13:42:36.200Z] #72 0.491 + GOPATH=/tmp/tmp.OKoR6HGaAn [2020-02-14T13:42:36.200Z] #72 0.491 + RM_GOPATH=1 [2020-02-14T13:42:36.200Z] #72 0.494 ++ dirname ./install.sh [2020-02-14T13:42:36.200Z] #72 0.501 + dir=. [2020-02-14T13:42:36.201Z] #72 0.501 + bin=proxy [2020-02-14T13:42:36.201Z] #72 0.502 + shift [2020-02-14T13:42:36.201Z] #72 0.502 + '[' '!' -f ./proxy.installer ']' [2020-02-14T13:42:36.201Z] #72 0.502 + . ./proxy.installer [2020-02-14T13:42:36.201Z] #72 0.503 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:36.201Z] #72 0.503 + install_proxy [2020-02-14T13:42:36.201Z] #72 0.504 + case "$1" in [2020-02-14T13:42:36.201Z] #72 0.504 + export CGO_ENABLED=0 [2020-02-14T13:42:36.201Z] #72 0.504 + CGO_ENABLED=0 [2020-02-14T13:42:36.201Z] #72 0.504 + _install_proxy [2020-02-14T13:42:36.201Z] #72 0.505 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-14T13:42:36.201Z] #72 0.505 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:36.201Z] #72 0.505 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.OKoR6HGaAn/src/github.com/docker/libnetwork [2020-02-14T13:42:36.201Z] #72 0.513 Cloning into '/tmp/tmp.OKoR6HGaAn/src/github.com/docker/libnetwork'... [2020-02-14T13:42:36.201Z] #72 ... [2020-02-14T13:42:36.201Z] [2020-02-14T13:42:36.201Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:36.201Z] #48 0.460 + RM_GOPATH=0 [2020-02-14T13:42:36.201Z] #48 0.460 + TMP_GOPATH= [2020-02-14T13:42:36.201Z] #48 0.460 + : /build [2020-02-14T13:42:36.201Z] #48 0.460 + '[' -z '' ']' [2020-02-14T13:42:36.201Z] #48 0.460 ++ mktemp -d [2020-02-14T13:42:36.201Z] #48 0.461 + export GOPATH=/tmp/tmp.vaTXOFwRcw [2020-02-14T13:42:36.201Z] #48 0.461 + GOPATH=/tmp/tmp.vaTXOFwRcw [2020-02-14T13:42:36.201Z] #48 0.461 + RM_GOPATH=1 [2020-02-14T13:42:36.201Z] #48 0.461 ++ dirname ./install.sh [2020-02-14T13:42:36.201Z] #48 0.464 + dir=. [2020-02-14T13:42:36.201Z] #48 0.464 + bin=vndr [2020-02-14T13:42:36.201Z] #48 0.464 + shift [2020-02-14T13:42:36.201Z] #48 0.464 + '[' '!' -f ./vndr.installer ']' [2020-02-14T13:42:36.201Z] #48 0.465 + . ./vndr.installer [2020-02-14T13:42:36.201Z] #48 0.465 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:36.201Z] #48 0.465 + install_vndr [2020-02-14T13:42:36.201Z] #48 0.465 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-14T13:42:36.201Z] #48 0.465 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:36.201Z] #48 0.465 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.vaTXOFwRcw/src/github.com/LK4D4/vndr [2020-02-14T13:42:36.201Z] #48 0.471 Cloning into '/tmp/tmp.vaTXOFwRcw/src/github.com/LK4D4/vndr'... [2020-02-14T13:42:36.201Z] #48 1.008 + cd /tmp/tmp.vaTXOFwRcw/src/github.com/LK4D4/vndr [2020-02-14T13:42:36.201Z] #48 1.008 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:36.201Z] #48 1.022 + go build -buildmode=pie -v -o /build/vndr . [2020-02-14T13:42:36.201Z] #48 2.094 internal/cpu [2020-02-14T13:42:36.201Z] #48 2.105 runtime/internal/sys [2020-02-14T13:42:36.201Z] #48 2.308 internal/race [2020-02-14T13:42:36.201Z] #48 2.374 sync/atomic [2020-02-14T13:42:36.201Z] #48 2.674 unicode [2020-02-14T13:42:36.201Z] #48 2.757 runtime [2020-02-14T13:42:36.201Z] #48 6.067 unicode/utf8 [2020-02-14T13:42:36.201Z] #48 6.897 math [2020-02-14T13:42:36.201Z] #48 10.71 unicode/utf16 [2020-02-14T13:42:36.201Z] #48 10.85 container/list [2020-02-14T13:42:36.221Z] #47 19.10 runtime/cgo [2020-02-14T13:42:36.673Z] #48 ... [2020-02-14T13:42:36.673Z] [2020-02-14T13:42:36.673Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:42:36.673Z] #31 0.416 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-14T13:42:36.673Z] #31 0.417 Cloning into '.'... [2020-02-14T13:42:36.673Z] #31 ... [2020-02-14T13:42:36.673Z] [2020-02-14T13:42:36.673Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:36.673Z] #42 0.362 + git clone https://github.com/docker/distribution.git . [2020-02-14T13:42:36.673Z] #42 0.363 Cloning into '.'... [2020-02-14T13:42:36.673Z] #42 9.683 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-14T13:42:36.673Z] #42 11.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-14T13:42:36.673Z] #42 ... [2020-02-14T13:42:36.673Z] [2020-02-14T13:42:36.673Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:37.074Z] #10 9.369 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:42:37.183Z] #72 11.44 Checking out files: 67% (1350/1997) Checking out files: 68% (1358/1997) Checking out files: 69% (1378/1997) Checking out files: 70% (1398/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-14T13:42:37.183Z] #72 11.87 + cd /tmp/tmp.OKoR6HGaAn/src/github.com/docker/libnetwork [2020-02-14T13:42:37.183Z] #72 11.87 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:37.511Z] #57 2.350 + RM_GOPATH=0 [2020-02-14T13:42:37.511Z] #57 2.350 + TMP_GOPATH= [2020-02-14T13:42:37.511Z] #57 2.350 + : /build [2020-02-14T13:42:37.511Z] #57 2.350 + '[' -z '' ']' [2020-02-14T13:42:37.511Z] #57 2.350 ++ mktemp -d [2020-02-14T13:42:37.511Z] #57 2.360 + export GOPATH=/tmp/tmp.TS0QCAxQ1k [2020-02-14T13:42:37.511Z] #57 2.360 + GOPATH=/tmp/tmp.TS0QCAxQ1k [2020-02-14T13:42:37.511Z] #57 2.360 + RM_GOPATH=1 [2020-02-14T13:42:37.511Z] #57 2.361 ++ dirname ./install.sh [2020-02-14T13:42:37.511Z] #57 2.362 + dir=. [2020-02-14T13:42:37.511Z] #57 2.362 + bin=runc [2020-02-14T13:42:37.511Z] #57 2.362 + shift [2020-02-14T13:42:37.511Z] #57 2.370 + '[' '!' -f ./runc.installer ']' [2020-02-14T13:42:37.511Z] #57 2.370 + . ./runc.installer [2020-02-14T13:42:37.511Z] #57 2.370 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:42:37.511Z] #57 2.371 + install_runc [2020-02-14T13:42:37.511Z] #57 2.372 + uname -r [2020-02-14T13:42:37.511Z] #57 2.372 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-14T13:42:37.511Z] #57 2.379 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-14T13:42:37.511Z] #57 2.379 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-14T13:42:37.511Z] #57 2.379 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-14T13:42:37.511Z] #57 2.379 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TS0QCAxQ1k/src/github.com/opencontainers/runc [2020-02-14T13:42:37.511Z] #57 2.382 Cloning into '/tmp/tmp.TS0QCAxQ1k/src/github.com/opencontainers/runc'... [2020-02-14T13:42:37.511Z] #57 ... [2020-02-14T13:42:37.511Z] [2020-02-14T13:42:37.511Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:42:37.511Z] #11 DONE 2.7s [2020-02-14T13:42:37.768Z] [2020-02-14T13:42:37.768Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:42:38.018Z] #10 ... [2020-02-14T13:42:38.018Z] [2020-02-14T13:42:38.018Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:38.018Z] #59 2.903 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:38.018Z] #59 2.998 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:38.018Z] #59 2.998 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:38.018Z] #59 3.453 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:42:38.018Z] #59 4.391 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:42:38.018Z] #59 5.731 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:42:38.018Z] #59 ... [2020-02-14T13:42:38.018Z] [2020-02-14T13:42:38.018Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:38.018Z] #41 5.623 + git clone https://github.com/docker/distribution.git . [2020-02-14T13:42:38.018Z] #41 5.626 Cloning into '.'... [2020-02-14T13:42:38.279Z] #41 ... [2020-02-14T13:42:38.279Z] [2020-02-14T13:42:38.279Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:38.279Z] #53 5.196 + RM_GOPATH=0 [2020-02-14T13:42:38.279Z] #53 5.196 + TMP_GOPATH= [2020-02-14T13:42:38.279Z] #53 5.196 + : /build [2020-02-14T13:42:38.279Z] #53 5.196 + '[' -z '' ']' [2020-02-14T13:42:38.279Z] #53 5.196 ++ mktemp -d [2020-02-14T13:42:38.279Z] #53 5.201 + export GOPATH=/tmp/tmp.5rehrKj8NP [2020-02-14T13:42:38.279Z] #53 5.201 + GOPATH=/tmp/tmp.5rehrKj8NP [2020-02-14T13:42:38.279Z] #53 5.201 + RM_GOPATH=1 [2020-02-14T13:42:38.279Z] #53 5.202 ++ dirname ./install.sh [2020-02-14T13:42:38.279Z] #53 5.206 + dir=. [2020-02-14T13:42:38.279Z] #53 5.208 + bin=golangci_lint [2020-02-14T13:42:38.279Z] #53 5.208 + shift [2020-02-14T13:42:38.279Z] #53 5.209 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-14T13:42:38.279Z] #53 5.209 + . ./golangci_lint.installer [2020-02-14T13:42:38.279Z] #53 5.209 ++ : v1.20.0 [2020-02-14T13:42:38.279Z] #53 5.210 + install_golangci_lint [2020-02-14T13:42:38.279Z] #53 5.210 + echo 'Installing golangci-lint version v1.20.0' [2020-02-14T13:42:38.279Z] #53 5.211 Installing golangci-lint version v1.20.0 [2020-02-14T13:42:38.279Z] #53 5.215 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-14T13:42:38.279Z] #53 ... [2020-02-14T13:42:38.279Z] [2020-02-14T13:42:38.279Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:38.279Z] #50 5.488 + RM_GOPATH=0 [2020-02-14T13:42:38.279Z] #50 5.488 + TMP_GOPATH= [2020-02-14T13:42:38.279Z] #50 5.489 + : /build [2020-02-14T13:42:38.279Z] #50 5.489 + '[' -z '' ']' [2020-02-14T13:42:38.279Z] #50 5.493 ++ mktemp -d [2020-02-14T13:42:38.280Z] #50 5.499 + export GOPATH=/tmp/tmp.2WIEw6QNOm [2020-02-14T13:42:38.280Z] #50 5.499 + GOPATH=/tmp/tmp.2WIEw6QNOm [2020-02-14T13:42:38.280Z] #50 5.499 + RM_GOPATH=1 [2020-02-14T13:42:38.280Z] #50 5.500 ++ dirname ./install.sh [2020-02-14T13:42:38.280Z] #50 5.505 + dir=. [2020-02-14T13:42:38.280Z] #50 5.505 + bin=gotestsum [2020-02-14T13:42:38.280Z] #50 5.505 + shift [2020-02-14T13:42:38.280Z] #50 5.505 + '[' '!' -f ./gotestsum.installer ']' [2020-02-14T13:42:38.280Z] #50 5.505 + . ./gotestsum.installer [2020-02-14T13:42:38.280Z] #50 5.506 ++ : v0.3.5 [2020-02-14T13:42:38.280Z] #50 5.506 + install_gotestsum [2020-02-14T13:42:38.280Z] #50 5.510 + echo 'Installing gotestsum version v0.3.5' [2020-02-14T13:42:38.280Z] #50 5.510 Installing gotestsum version v0.3.5 [2020-02-14T13:42:38.280Z] #50 5.510 + go get -d gotest.tools/gotestsum [2020-02-14T13:42:38.540Z] #50 ... [2020-02-14T13:42:38.540Z] [2020-02-14T13:42:38.540Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:38.540Z] #33 5.954 + RM_GOPATH=0 [2020-02-14T13:42:38.540Z] #33 5.954 + TMP_GOPATH= [2020-02-14T13:42:38.540Z] #33 5.954 + : /build [2020-02-14T13:42:38.540Z] #33 5.957 + '[' -z '' ']' [2020-02-14T13:42:38.540Z] #33 5.959 ++ mktemp -d [2020-02-14T13:42:38.540Z] #33 5.960 + export GOPATH=/tmp/tmp.US9kQDXPIe [2020-02-14T13:42:38.540Z] #33 5.960 + GOPATH=/tmp/tmp.US9kQDXPIe [2020-02-14T13:42:38.540Z] #33 5.960 + RM_GOPATH=1 [2020-02-14T13:42:38.540Z] #33 5.963 ++ dirname ./install.sh [2020-02-14T13:42:38.540Z] #33 5.968 + dir=. [2020-02-14T13:42:38.540Z] #33 5.968 + bin=tomlv [2020-02-14T13:42:38.540Z] #33 5.969 + shift [2020-02-14T13:42:38.540Z] #33 5.969 + '[' '!' -f ./tomlv.installer ']' [2020-02-14T13:42:38.540Z] #33 5.970 + . ./tomlv.installer [2020-02-14T13:42:38.540Z] #33 5.970 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:38.540Z] #33 5.973 + install_tomlv [2020-02-14T13:42:38.540Z] #33 5.973 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-14T13:42:38.540Z] #33 5.974 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:38.540Z] #33 5.974 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.US9kQDXPIe/src/github.com/BurntSushi/toml [2020-02-14T13:42:38.540Z] #33 5.989 Cloning into '/tmp/tmp.US9kQDXPIe/src/github.com/BurntSushi/toml'... [2020-02-14T13:42:38.540Z] #33 7.083 + cd /tmp/tmp.US9kQDXPIe/src/github.com/BurntSushi/toml [2020-02-14T13:42:38.540Z] #33 7.084 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:42:38.540Z] #33 7.116 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:42:38.540Z] #33 7.848 math/bits [2020-02-14T13:42:38.540Z] #33 7.966 runtime/internal/sys [2020-02-14T13:42:38.540Z] #33 8.008 runtime/internal/atomic [2020-02-14T13:42:38.540Z] #33 8.149 runtime/internal/math [2020-02-14T13:42:38.540Z] #33 8.192 internal/cpu [2020-02-14T13:42:38.540Z] #33 8.397 unicode/utf8 [2020-02-14T13:42:38.540Z] #33 8.830 math [2020-02-14T13:42:38.540Z] #33 8.957 unicode [2020-02-14T13:42:38.540Z] #33 9.224 internal/testlog [2020-02-14T13:42:38.540Z] #33 9.548 internal/bytealg [2020-02-14T13:42:38.540Z] #33 9.729 encoding [2020-02-14T13:42:38.540Z] #33 9.989 runtime/cgo [2020-02-14T13:42:38.540Z] #33 ... [2020-02-14T13:42:38.540Z] [2020-02-14T13:42:38.540Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:42:38.540Z] #30 5.745 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-14T13:42:38.540Z] #30 5.748 Cloning into '.'... [2020-02-14T13:42:38.595Z] #72 12.98 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-14T13:42:38.801Z] #30 ... [2020-02-14T13:42:38.801Z] [2020-02-14T13:42:38.801Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:38.801Z] #47 5.384 + RM_GOPATH=0 [2020-02-14T13:42:38.801Z] #47 5.384 + TMP_GOPATH= [2020-02-14T13:42:38.801Z] #47 5.384 + : /build [2020-02-14T13:42:38.801Z] #47 5.384 + '[' -z '' ']' [2020-02-14T13:42:38.801Z] #47 5.384 ++ mktemp -d [2020-02-14T13:42:38.801Z] #47 5.385 + export GOPATH=/tmp/tmp.ItAjmJmzCI [2020-02-14T13:42:38.801Z] #47 5.385 + GOPATH=/tmp/tmp.ItAjmJmzCI [2020-02-14T13:42:38.801Z] #47 5.385 + RM_GOPATH=1 [2020-02-14T13:42:38.801Z] #47 5.386 ++ dirname ./install.sh [2020-02-14T13:42:38.801Z] #47 5.388 + dir=. [2020-02-14T13:42:38.801Z] #47 5.388 + bin=vndr [2020-02-14T13:42:38.801Z] #47 5.388 + shift [2020-02-14T13:42:38.801Z] #47 5.389 + '[' '!' -f ./vndr.installer ']' [2020-02-14T13:42:38.801Z] #47 5.389 + . ./vndr.installer [2020-02-14T13:42:38.801Z] #47 5.389 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:38.801Z] #47 5.389 + install_vndr [2020-02-14T13:42:38.801Z] #47 5.389 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-14T13:42:38.801Z] #47 5.389 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:38.801Z] #47 5.389 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ItAjmJmzCI/src/github.com/LK4D4/vndr [2020-02-14T13:42:38.801Z] #47 5.407 Cloning into '/tmp/tmp.ItAjmJmzCI/src/github.com/LK4D4/vndr'... [2020-02-14T13:42:38.801Z] #47 6.350 + cd /tmp/tmp.ItAjmJmzCI/src/github.com/LK4D4/vndr [2020-02-14T13:42:38.801Z] #47 6.350 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:42:38.801Z] #47 6.356 + go build -buildmode=pie -v -o /build/vndr . [2020-02-14T13:42:38.801Z] #47 7.787 internal/cpu [2020-02-14T13:42:38.801Z] #47 7.951 runtime/internal/sys [2020-02-14T13:42:38.801Z] #47 7.953 internal/race [2020-02-14T13:42:38.801Z] #47 8.028 runtime/internal/atomic [2020-02-14T13:42:38.801Z] #47 8.191 sync/atomic [2020-02-14T13:42:38.801Z] #47 8.256 runtime/internal/math [2020-02-14T13:42:38.801Z] #47 8.307 unicode [2020-02-14T13:42:38.801Z] #47 8.384 unicode/utf8 [2020-02-14T13:42:38.801Z] #47 8.388 internal/bytealg [2020-02-14T13:42:38.801Z] #47 8.631 math/bits [2020-02-14T13:42:38.801Z] #47 9.359 internal/testlog [2020-02-14T13:42:38.801Z] #47 9.505 math [2020-02-14T13:42:38.801Z] #47 9.675 encoding [2020-02-14T13:42:38.801Z] #47 9.816 runtime [2020-02-14T13:42:38.801Z] #47 10.02 unicode/utf16 [2020-02-14T13:42:39.061Z] #47 10.71 container/list [2020-02-14T13:42:39.061Z] #47 ... [2020-02-14T13:42:39.061Z] [2020-02-14T13:42:39.061Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:39.061Z] #25 4.388 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:39.061Z] #25 4.420 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:39.061Z] #25 4.420 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:39.061Z] #25 5.451 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:42:39.061Z] #25 7.193 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:42:39.061Z] #25 8.781 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:42:39.061Z] #25 ... [2020-02-14T13:42:39.061Z] [2020-02-14T13:42:39.061Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:39.061Z] #35 2.977 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:39.061Z] #35 2.997 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:39.061Z] #35 2.997 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:39.061Z] #35 3.422 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:42:39.061Z] #35 4.214 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:42:39.061Z] #35 5.497 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:42:39.061Z] #35 10.63 Fetched 8153 kB in 8s (1004 kB/s) [2020-02-14T13:42:39.322Z] #35 10.63 Reading package lists... [2020-02-14T13:42:39.322Z] #35 ... [2020-02-14T13:42:39.322Z] [2020-02-14T13:42:39.322Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:39.322Z] #23 6.038 + RM_GOPATH=0 [2020-02-14T13:42:39.322Z] #23 6.038 + TMP_GOPATH= [2020-02-14T13:42:39.322Z] #23 6.038 + : /build [2020-02-14T13:42:39.322Z] #23 6.038 + '[' -z '' ']' [2020-02-14T13:42:39.322Z] #23 6.079 ++ mktemp -d [2020-02-14T13:42:39.322Z] #23 6.079 + export GOPATH=/tmp/tmp.CgUqKTQ7Lz [2020-02-14T13:42:39.322Z] #23 6.079 + GOPATH=/tmp/tmp.CgUqKTQ7Lz [2020-02-14T13:42:39.322Z] #23 6.079 + RM_GOPATH=1 [2020-02-14T13:42:39.322Z] #23 6.079 ++ dirname ./install.sh [2020-02-14T13:42:39.322Z] #23 6.080 + dir=. [2020-02-14T13:42:39.322Z] #23 6.080 + bin=dockercli [2020-02-14T13:42:39.322Z] #23 6.080 + shift [2020-02-14T13:42:39.322Z] #23 6.080 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T13:42:39.322Z] #23 6.080 + . ./dockercli.installer [2020-02-14T13:42:39.322Z] #23 6.080 ++ : stable [2020-02-14T13:42:39.322Z] #23 6.080 ++ : 17.06.2-ce [2020-02-14T13:42:39.322Z] #23 6.081 + install_dockercli [2020-02-14T13:42:39.322Z] #23 6.081 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T13:42:39.322Z] #23 6.084 Install docker/cli version 17.06.2-ce from stable [2020-02-14T13:42:39.322Z] #23 6.113 ++ uname -m [2020-02-14T13:42:39.322Z] #23 6.114 + arch=aarch64 [2020-02-14T13:42:39.322Z] #23 6.114 + '[' aarch64 '!=' x86_64 ']' [2020-02-14T13:42:39.322Z] #23 6.114 + '[' aarch64 '!=' s390x ']' [2020-02-14T13:42:39.322Z] #23 6.114 + '[' aarch64 '!=' armhf ']' [2020-02-14T13:42:39.322Z] #23 6.114 + build_dockercli [2020-02-14T13:42:39.322Z] #23 6.114 + git clone https://github.com/docker/docker-ce /tmp/tmp.CgUqKTQ7Lz/tmp/docker-ce [2020-02-14T13:42:39.322Z] #23 6.116 Cloning into '/tmp/tmp.CgUqKTQ7Lz/tmp/docker-ce'... [2020-02-14T13:42:39.322Z] #23 ... [2020-02-14T13:42:39.322Z] [2020-02-14T13:42:39.322Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:39.322Z] #43 4.539 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:39.322Z] #43 4.569 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:39.322Z] #43 4.569 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:39.322Z] #43 5.518 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:42:39.322Z] #43 7.160 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:42:39.322Z] #43 8.689 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:42:39.525Z] #47 ... [2020-02-14T13:42:39.525Z] [2020-02-14T13:42:39.525Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:39.525Z] #25 12.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:39.525Z] #25 ... [2020-02-14T13:42:39.525Z] [2020-02-14T13:42:39.525Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:39.525Z] #71 21.25 Checking out files: 70% (1404/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-14T13:42:39.525Z] #71 21.79 + cd /tmp/tmp.iulWxiwxUz/src/github.com/docker/libnetwork [2020-02-14T13:42:39.525Z] #71 21.79 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:39.525Z] #71 22.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-14T13:42:39.583Z] #43 ... [2020-02-14T13:42:39.583Z] [2020-02-14T13:42:39.583Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:39.583Z] #71 4.825 + RM_GOPATH=0 [2020-02-14T13:42:39.583Z] #71 4.825 + TMP_GOPATH= [2020-02-14T13:42:39.583Z] #71 4.825 + : /build [2020-02-14T13:42:39.583Z] #71 4.825 + '[' -z '' ']' [2020-02-14T13:42:39.583Z] #71 4.826 ++ mktemp -d [2020-02-14T13:42:39.583Z] #71 4.836 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:39.583Z] #71 4.836 + export GOPATH=/tmp/tmp.0SWTurjOrE [2020-02-14T13:42:39.583Z] #71 4.836 + GOPATH=/tmp/tmp.0SWTurjOrE [2020-02-14T13:42:39.583Z] #71 4.836 + RM_GOPATH=1 [2020-02-14T13:42:39.583Z] #71 4.836 ++ dirname ./install.sh [2020-02-14T13:42:39.583Z] #71 4.836 + dir=. [2020-02-14T13:42:39.583Z] #71 4.836 + bin=proxy [2020-02-14T13:42:39.583Z] #71 4.836 + shift [2020-02-14T13:42:39.583Z] #71 4.836 + '[' '!' -f ./proxy.installer ']' [2020-02-14T13:42:39.583Z] #71 4.836 + . ./proxy.installer [2020-02-14T13:42:39.583Z] #71 4.836 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:39.583Z] #71 4.836 + install_proxy [2020-02-14T13:42:39.583Z] #71 4.836 + case "$1" in [2020-02-14T13:42:39.583Z] #71 4.836 + export CGO_ENABLED=0 [2020-02-14T13:42:39.583Z] #71 4.836 + CGO_ENABLED=0 [2020-02-14T13:42:39.583Z] #71 4.836 + _install_proxy [2020-02-14T13:42:39.583Z] #71 4.836 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-14T13:42:39.583Z] #71 4.836 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.0SWTurjOrE/src/github.com/docker/libnetwork [2020-02-14T13:42:39.583Z] #71 4.843 Cloning into '/tmp/tmp.0SWTurjOrE/src/github.com/docker/libnetwork'... [2020-02-14T13:42:39.850Z] #71 ... [2020-02-14T13:42:39.850Z] [2020-02-14T13:42:39.850Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:39.850Z] #65 5.483 + RM_GOPATH=0 [2020-02-14T13:42:39.850Z] #65 5.483 + TMP_GOPATH= [2020-02-14T13:42:39.850Z] #65 5.483 + : /build/ [2020-02-14T13:42:39.850Z] #65 5.483 + '[' -z '' ']' [2020-02-14T13:42:39.850Z] #65 5.485 ++ mktemp -d [2020-02-14T13:42:39.850Z] #65 5.499 + export GOPATH=/tmp/tmp.6oWZzkDrQd [2020-02-14T13:42:39.850Z] #65 5.499 + GOPATH=/tmp/tmp.6oWZzkDrQd [2020-02-14T13:42:39.850Z] #65 5.499 + RM_GOPATH=1 [2020-02-14T13:42:39.850Z] #65 5.499 ++ dirname ./install.sh [2020-02-14T13:42:39.850Z] #65 5.499 + dir=. [2020-02-14T13:42:39.850Z] #65 5.499 + bin=rootlesskit [2020-02-14T13:42:39.850Z] #65 5.499 + shift [2020-02-14T13:42:39.850Z] #65 5.499 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-14T13:42:39.850Z] #65 5.499 + . ./rootlesskit.installer [2020-02-14T13:42:39.850Z] #65 5.499 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:39.850Z] #65 5.509 + install_rootlesskit [2020-02-14T13:42:39.850Z] #65 5.509 + case "$1" in [2020-02-14T13:42:39.850Z] #65 5.509 + export CGO_ENABLED=0 [2020-02-14T13:42:39.850Z] #65 5.509 + CGO_ENABLED=0 [2020-02-14T13:42:39.850Z] #65 5.509 + _install_rootlesskit [2020-02-14T13:42:39.850Z] #65 5.509 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-14T13:42:39.850Z] #65 5.509 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:39.850Z] #65 5.509 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.6oWZzkDrQd/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:39.850Z] #65 5.512 Cloning into '/tmp/tmp.6oWZzkDrQd/src/github.com/rootless-containers/rootlesskit'... [2020-02-14T13:42:39.850Z] #65 9.110 + cd /tmp/tmp.6oWZzkDrQd/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:42:39.850Z] #65 9.111 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:42:39.850Z] #65 9.213 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:42:39.850Z] #65 9.214 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-14T13:42:39.850Z] #65 ... [2020-02-14T13:42:39.850Z] [2020-02-14T13:42:39.850Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:39.850Z] #47 11.73 crypto/internal/subtle [2020-02-14T13:42:40.124Z] #47 11.93 crypto/subtle [2020-02-14T13:42:40.384Z] #12 DONE 2.5s [2020-02-14T13:42:40.384Z] [2020-02-14T13:42:40.384Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:42:40.384Z] #13 ... [2020-02-14T13:42:40.384Z] [2020-02-14T13:42:40.384Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:40.384Z] #47 113.1 crypto/tls [2020-02-14T13:42:40.384Z] #47 119.6 net/http/httptrace [2020-02-14T13:42:40.384Z] #47 119.9 net/http [2020-02-14T13:42:40.384Z] #47 ... [2020-02-14T13:42:40.385Z] [2020-02-14T13:42:40.385Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:40.385Z] #44 55.02 CC compel/src/lib/ptrace.o [2020-02-14T13:42:40.385Z] #44 55.31 AR compel/libcompel.a [2020-02-14T13:42:40.385Z] #44 55.38 HOSTCC compel/src/main-host.o [2020-02-14T13:42:40.385Z] #44 55.67 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-14T13:42:40.385Z] #44 56.05 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-14T13:42:40.385Z] #44 56.49 HOSTCC compel/src/lib/log-host.o [2020-02-14T13:42:40.385Z] #44 56.69 HOSTLINK compel/compel-host-bin [2020-02-14T13:42:40.385Z] #44 57.00 DEP soccr/soccr.d [2020-02-14T13:42:40.385Z] #44 57.15 CC soccr/soccr.o [2020-02-14T13:42:40.385Z] #44 58.43 AR soccr/libsoccr.a [2020-02-14T13:42:40.385Z] #44 58.48 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:42:40.385Z] #44 59.01 DEP criu/arch/x86/sigframe.d [2020-02-14T13:42:40.385Z] #44 59.26 DEP criu/arch/x86/sigaction_compat.d [2020-02-14T13:42:40.385Z] #44 59.37 DEP criu/arch/x86/kerndat.d [2020-02-14T13:42:40.385Z] #44 59.50 DEP criu/arch/x86/crtools.d [2020-02-14T13:42:40.385Z] #44 59.59 DEP criu/arch/x86/cpu.d [2020-02-14T13:42:40.385Z] #44 59.71 CC criu/arch/x86/cpu.o [2020-02-14T13:42:40.385Z] #44 60.46 CC criu/arch/x86/crtools.o [2020-02-14T13:42:40.387Z] #47 12.09 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-14T13:42:40.648Z] #47 12.46 internal/nettrace [2020-02-14T13:42:40.909Z] #47 12.67 runtime/cgo [2020-02-14T13:42:41.341Z] #44 62.08 CC criu/arch/x86/kerndat.o [2020-02-14T13:42:41.596Z] #44 62.58 CC criu/arch/x86/sigaction_compat.o [2020-02-14T13:42:41.596Z] #44 62.73 CC criu/arch/x86/sigframe.o [2020-02-14T13:42:41.851Z] #44 62.95 LINK criu/arch/x86/crtools.built-in.o [2020-02-14T13:42:41.851Z] #44 62.99 DEP criu/pie/util-vdso-elf32.d [2020-02-14T13:42:42.107Z] #44 ... [2020-02-14T13:42:42.107Z] [2020-02-14T13:42:42.107Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:42:42.107Z] #13 2.201 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-14T13:42:42.107Z] #13 DONE 2.3s [2020-02-14T13:42:42.107Z] [2020-02-14T13:42:42.107Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:42.107Z] #44 63.18 DEP criu/arch/x86/vdso-pie.d [2020-02-14T13:42:42.363Z] #44 63.43 DEP criu/pie/parasite-vdso.d [2020-02-14T13:42:42.619Z] #44 63.69 DEP criu/pie/util-vdso.d [2020-02-14T13:42:42.822Z] #47 14.75 vendor/golang.org/x/crypto/internal/subtle [2020-02-14T13:42:42.875Z] #44 63.88 DEP criu/pie/util.d [2020-02-14T13:42:43.131Z] #44 64.00 CC criu/pie/util.o [2020-02-14T13:42:43.131Z] #44 64.28 CC criu/pie/util-vdso.o [2020-02-14T13:42:44.065Z] #44 64.95 CC criu/pie/parasite-vdso.o [2020-02-14T13:42:44.321Z] #44 ... [2020-02-14T13:42:44.321Z] [2020-02-14T13:42:44.321Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-14T13:42:44.321Z] #14 DONE 2.2s [2020-02-14T13:42:44.579Z] [2020-02-14T13:42:44.579Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-14T13:42:44.891Z] #72 ... [2020-02-14T13:42:44.891Z] [2020-02-14T13:42:44.891Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:44.891Z] #60 10.31 Reading package lists... [2020-02-14T13:42:44.891Z] #60 14.15 Reading package lists... [2020-02-14T13:42:44.891Z] #60 17.68 Building dependency tree... [2020-02-14T13:42:44.891Z] #60 18.49 The following additional packages will be installed: [2020-02-14T13:42:44.891Z] #60 18.50 libbtrfs0 [2020-02-14T13:42:44.891Z] #60 18.56 The following NEW packages will be installed: [2020-02-14T13:42:44.891Z] #60 18.57 libbtrfs-dev libbtrfs0 [2020-02-14T13:42:44.891Z] #60 18.66 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:44.891Z] #60 18.66 Need to get 118 kB of archives. [2020-02-14T13:42:44.891Z] #60 18.66 After this operation, 390 kB of additional disk space will be used. [2020-02-14T13:42:44.891Z] #60 18.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-14T13:42:44.891Z] #60 18.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-14T13:42:44.891Z] #60 19.40 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:44.891Z] #60 19.49 Fetched 118 kB in 0s (1613 kB/s) [2020-02-14T13:42:44.891Z] #60 19.57 Selecting previously unselected package libbtrfs0. [2020-02-14T13:42:44.891Z] #60 19.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-14T13:42:44.891Z] #60 19.62 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-14T13:42:44.891Z] #60 19.63 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:44.891Z] #60 19.70 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:42:44.891Z] #60 19.70 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-14T13:42:44.891Z] #60 19.70 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:45.275Z] #60 19.91 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:45.275Z] #60 19.92 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:45.275Z] #60 19.93 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:45.275Z] #60 DONE 20.2s [2020-02-14T13:42:45.275Z] [2020-02-14T13:42:45.275Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:45.275Z] #44 10.33 Reading package lists... [2020-02-14T13:42:45.275Z] #44 14.40 Reading package lists... [2020-02-14T13:42:45.275Z] #44 18.00 Building dependency tree... [2020-02-14T13:42:45.275Z] #44 18.89 The following additional packages will be installed: [2020-02-14T13:42:45.275Z] #44 18.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-14T13:42:45.275Z] #44 18.92 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-14T13:42:45.275Z] #44 18.93 Suggested packages: [2020-02-14T13:42:45.275Z] #44 18.93 manpages-dev python-setuptools [2020-02-14T13:42:45.275Z] #44 19.62 The following NEW packages will be installed: [2020-02-14T13:42:45.275Z] #44 19.62 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-14T13:42:45.275Z] #44 19.62 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-14T13:42:45.275Z] #44 19.62 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-14T13:42:45.275Z] #44 19.62 python-six zlib1g-dev [2020-02-14T13:42:45.275Z] #44 19.70 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:45.275Z] #44 19.70 Need to get 3742 kB of archives. [2020-02-14T13:42:45.275Z] #44 19.70 After this operation, 22.0 MB of additional disk space will be used. [2020-02-14T13:42:45.275Z] #44 19.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-02-14T13:42:45.275Z] #44 19.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-14T13:42:45.275Z] #44 19.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-02-14T13:42:45.275Z] #44 19.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-14T13:42:45.275Z] #44 19.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-02-14T13:42:45.275Z] #44 19.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-14T13:42:45.275Z] #44 19.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-02-14T13:42:45.275Z] #44 19.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-02-14T13:42:45.275Z] #44 19.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-02-14T13:42:45.275Z] #44 19.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-02-14T13:42:45.275Z] #44 19.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-02-14T13:42:45.275Z] #44 19.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-02-14T13:42:45.275Z] #44 19.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-02-14T13:42:45.275Z] #44 19.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-02-14T13:42:45.275Z] #44 19.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-14T13:42:45.275Z] #44 19.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-02-14T13:42:45.275Z] #44 19.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-02-14T13:42:45.275Z] #44 ... [2020-02-14T13:42:45.275Z] [2020-02-14T13:42:45.275Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:45.275Z] #61 DONE 0.1s [2020-02-14T13:42:45.275Z] [2020-02-14T13:42:45.275Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-14T13:42:45.275Z] #62 DONE 0.1s [2020-02-14T13:42:45.275Z] [2020-02-14T13:42:45.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:45.275Z] #11 9.901 Reading package lists... [2020-02-14T13:42:45.275Z] #11 14.07 Reading package lists... [2020-02-14T13:42:45.275Z] #11 17.54 Building dependency tree... [2020-02-14T13:42:45.275Z] #11 18.37 The following additional packages will be installed: [2020-02-14T13:42:45.275Z] #11 18.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-14T13:42:45.275Z] #11 18.41 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-14T13:42:45.275Z] #11 18.41 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-14T13:42:45.275Z] #11 18.41 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-14T13:42:45.275Z] #11 18.41 mingw-w64-x86-64-dev [2020-02-14T13:42:45.275Z] #11 18.41 Suggested packages: [2020-02-14T13:42:45.275Z] #11 18.41 gcc-8-locales seccomp wine64 [2020-02-14T13:42:45.275Z] #11 19.32 The following NEW packages will be installed: [2020-02-14T13:42:45.275Z] #11 19.32 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-14T13:42:45.275Z] #11 19.32 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-14T13:42:45.275Z] #11 19.32 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-14T13:42:45.275Z] #11 19.32 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-14T13:42:45.275Z] #11 19.32 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-14T13:42:45.275Z] #11 19.32 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-14T13:42:45.275Z] #11 19.33 The following packages will be upgraded: [2020-02-14T13:42:45.275Z] #11 19.33 libsystemd0 libudev1 [2020-02-14T13:42:45.275Z] #11 19.41 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:42:45.275Z] #11 19.41 Need to get 73.7 MB of archives. [2020-02-14T13:42:45.275Z] #11 19.41 After this operation, 494 MB of additional disk space will be used. [2020-02-14T13:42:45.275Z] #11 19.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u3 [306 kB] [2020-02-14T13:42:45.275Z] #11 19.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u3 [144 kB] [2020-02-14T13:42:45.275Z] #11 19.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-02-14T13:42:45.275Z] #11 19.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-02-14T13:42:45.275Z] #11 19.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-14T13:42:45.275Z] #11 19.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-02-14T13:42:45.275Z] #11 19.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-02-14T13:42:45.275Z] #11 19.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-14T13:42:45.275Z] #11 19.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-14T13:42:45.275Z] #11 20.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-14T13:42:45.275Z] #11 20.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-02-14T13:42:45.648Z] #11 ... [2020-02-14T13:42:45.648Z] [2020-02-14T13:42:45.648Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:45.648Z] #63 0.217 + RM_GOPATH=0 [2020-02-14T13:42:45.648Z] #63 0.217 + TMP_GOPATH= [2020-02-14T13:42:45.648Z] #63 0.218 + : /build [2020-02-14T13:42:45.648Z] #63 0.218 + '[' -z '' ']' [2020-02-14T13:42:45.648Z] #63 0.218 ++ mktemp -d [2020-02-14T13:42:45.648Z] #63 0.219 + export GOPATH=/tmp/tmp.6DHurOh7PO [2020-02-14T13:42:45.648Z] #63 0.219 + GOPATH=/tmp/tmp.6DHurOh7PO [2020-02-14T13:42:45.648Z] #63 0.219 + RM_GOPATH=1 [2020-02-14T13:42:45.648Z] #63 0.219 ++ dirname ./install.sh [2020-02-14T13:42:45.648Z] #63 0.219 + dir=. [2020-02-14T13:42:45.648Z] #63 0.220 + bin=containerd [2020-02-14T13:42:45.648Z] #63 0.220 + shift [2020-02-14T13:42:45.648Z] #63 0.220 + '[' '!' -f ./containerd.installer ']' [2020-02-14T13:42:45.648Z] #63 0.220 + . ./containerd.installer [2020-02-14T13:42:45.648Z] #63 0.220 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:42:45.648Z] #63 0.220 + install_containerd [2020-02-14T13:42:45.648Z] #63 0.220 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:42:45.648Z] #63 0.220 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-14T13:42:45.648Z] #63 0.220 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6DHurOh7PO/src/github.com/containerd/containerd [2020-02-14T13:42:45.648Z] #63 0.222 Cloning into '/tmp/tmp.6DHurOh7PO/src/github.com/containerd/containerd'... [2020-02-14T13:42:46.087Z] #71 ... [2020-02-14T13:42:46.087Z] [2020-02-14T13:42:46.087Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:46.087Z] #10 18.48 Fetched 8325 kB in 16s (529 kB/s) [2020-02-14T13:42:46.087Z] #10 18.48 Reading package lists... [2020-02-14T13:42:46.087Z] #10 25.42 Reading package lists... [2020-02-14T13:42:46.087Z] #10 ... [2020-02-14T13:42:46.087Z] [2020-02-14T13:42:46.087Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:46.087Z] #53 25.94 + cd /tmp/tmp.xUlSdMVGk7/src/github.com/golangci/golangci-lint/ [2020-02-14T13:42:46.087Z] #53 25.94 + git checkout -q v1.20.0 [2020-02-14T13:42:46.087Z] #53 26.49 ++ git describe --tags [2020-02-14T13:42:46.087Z] #53 26.50 + version=v1.20.0 [2020-02-14T13:42:46.087Z] #53 26.50 ++ git rev-parse --short HEAD [2020-02-14T13:42:46.087Z] #53 26.50 + commit=cc98739 [2020-02-14T13:42:46.087Z] #53 26.52 ++ git show -s --format=%cd [2020-02-14T13:42:46.087Z] #53 26.53 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-14T13:42:46.087Z] #53 26.53 + 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 [2020-02-14T13:42:46.126Z] #47 ... [2020-02-14T13:42:46.126Z] [2020-02-14T13:42:46.126Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:46.126Z] #41 17.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-14T13:42:46.923Z] #63 ... [2020-02-14T13:42:46.923Z] [2020-02-14T13:42:46.923Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:46.923Z] #26 9.849 Reading package lists... [2020-02-14T13:42:46.923Z] #26 14.92 Reading package lists... [2020-02-14T13:42:46.923Z] #26 18.71 Building dependency tree... [2020-02-14T13:42:46.923Z] #26 19.83 ca-certificates is already the newest version (20190110). [2020-02-14T13:42:46.923Z] #26 19.83 The following additional packages will be installed: [2020-02-14T13:42:46.923Z] #26 19.83 libjq1 libonig5 [2020-02-14T13:42:46.923Z] #26 20.21 The following NEW packages will be installed: [2020-02-14T13:42:46.923Z] #26 20.21 jq libjq1 libonig5 [2020-02-14T13:42:46.923Z] #26 20.31 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:46.923Z] #26 20.31 Need to get 350 kB of archives. [2020-02-14T13:42:46.923Z] #26 20.31 After this operation, 1154 kB of additional disk space will be used. [2020-02-14T13:42:46.923Z] #26 20.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-14T13:42:46.923Z] #26 20.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-14T13:42:46.923Z] #26 20.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-14T13:42:46.923Z] #26 20.71 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:46.923Z] #26 20.86 Fetched 350 kB in 0s (2829 kB/s) [2020-02-14T13:42:46.923Z] #26 20.91 Selecting previously unselected package libonig5:s390x. [2020-02-14T13:42:46.923Z] #26 20.91 (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 ... 15168 files and directories currently installed.) [2020-02-14T13:42:46.923Z] #26 20.94 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-02-14T13:42:46.923Z] #26 20.96 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-14T13:42:46.923Z] #26 21.16 Selecting previously unselected package libjq1:s390x. [2020-02-14T13:42:46.923Z] #26 21.16 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-14T13:42:46.923Z] #26 21.16 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-14T13:42:46.923Z] #26 21.24 Selecting previously unselected package jq. [2020-02-14T13:42:46.923Z] #26 21.24 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-14T13:42:46.923Z] #26 21.25 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:42:46.923Z] #26 21.39 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-14T13:42:46.923Z] #26 21.40 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-14T13:42:46.923Z] #26 21.42 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:42:46.923Z] #26 21.43 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:46.923Z] #26 DONE 21.7s [2020-02-14T13:42:46.923Z] [2020-02-14T13:42:46.923Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T13:42:46.923Z] #27 DONE 0.1s [2020-02-14T13:42:46.923Z] [2020-02-14T13:42:46.923Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:46.923Z] #48 11.43 crypto/internal/subtle [2020-02-14T13:42:46.923Z] #48 11.53 crypto/subtle [2020-02-14T13:42:46.923Z] #48 11.64 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-14T13:42:46.923Z] #48 11.90 internal/nettrace [2020-02-14T13:42:46.923Z] #48 12.02 runtime/cgo [2020-02-14T13:42:46.923Z] #48 ... [2020-02-14T13:42:46.923Z] [2020-02-14T13:42:46.923Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:46.923Z] #44 20.77 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:46.923Z] #44 20.83 Fetched 3742 kB in 0s (12.3 MB/s) [2020-02-14T13:42:46.923Z] #44 20.89 Selecting previously unselected package libcap-dev:s390x. [2020-02-14T13:42:46.923Z] #44 20.89 (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 ... 15168 files and directories currently installed.) [2020-02-14T13:42:46.923Z] #44 20.92 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 20.92 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-02-14T13:42:46.923Z] #44 21.02 Selecting previously unselected package libnet1:s390x. [2020-02-14T13:42:46.923Z] #44 21.02 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.03 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:46.923Z] #44 21.12 Selecting previously unselected package libnet1-dev. [2020-02-14T13:42:46.923Z] #44 21.12 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:46.923Z] #44 21.24 Selecting previously unselected package libnl-3-200:s390x. [2020-02-14T13:42:46.923Z] #44 21.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.25 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-14T13:42:46.923Z] #44 21.34 Selecting previously unselected package libnl-3-dev:s390x. [2020-02-14T13:42:46.923Z] #44 21.34 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.35 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-02-14T13:42:46.923Z] #44 21.55 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-14T13:42:46.923Z] #44 21.55 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.56 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-14T13:42:46.923Z] #44 21.64 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-02-14T13:42:46.923Z] #44 21.64 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.64 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-14T13:42:46.923Z] #44 21.69 Selecting previously unselected package zlib1g-dev:s390x. [2020-02-14T13:42:46.923Z] #44 21.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.70 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-14T13:42:46.923Z] #44 21.89 Selecting previously unselected package libprotobuf17:s390x. [2020-02-14T13:42:46.923Z] #44 21.90 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:46.923Z] #44 21.90 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:47.098Z] #15 DONE 2.2s [2020-02-14T13:42:47.098Z] [2020-02-14T13:42:47.098Z] #16 [dev 6/25] RUN ldconfig [2020-02-14T13:42:47.731Z] #44 22.36 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-02-14T13:42:47.731Z] #44 22.38 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:47.731Z] #44 22.40 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:47.731Z] #44 22.52 Selecting previously unselected package libprotobuf-dev:s390x. [2020-02-14T13:42:47.731Z] #44 22.53 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:47.731Z] #44 22.53 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-14T13:42:47.774Z] #41 19.64 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-14T13:42:47.988Z] #53 ... [2020-02-14T13:42:47.988Z] [2020-02-14T13:42:47.988Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:47.988Z] #59 20.96 Fetched 8325 kB in 17s (496 kB/s) [2020-02-14T13:42:47.988Z] #59 20.96 Reading package lists... [2020-02-14T13:42:47.988Z] #59 28.17 Reading package lists... [2020-02-14T13:42:47.988Z] #59 ... [2020-02-14T13:42:47.988Z] [2020-02-14T13:42:47.988Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:47.988Z] #43 21.08 Fetched 8325 kB in 17s (491 kB/s) [2020-02-14T13:42:47.988Z] #43 21.08 Reading package lists... [2020-02-14T13:42:47.988Z] #43 27.68 Reading package lists... [2020-02-14T13:42:47.988Z] #43 ... [2020-02-14T13:42:47.988Z] [2020-02-14T13:42:47.988Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:47.988Z] #25 23.03 Fetched 8325 kB in 17s (488 kB/s) [2020-02-14T13:42:47.988Z] #25 23.03 Reading package lists... [2020-02-14T13:42:48.540Z] #44 ... [2020-02-14T13:42:48.540Z] [2020-02-14T13:42:48.540Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:48.540Z] #36 9.933 Reading package lists... [2020-02-14T13:42:48.540Z] #36 13.89 Reading package lists... [2020-02-14T13:42:48.540Z] #36 17.01 Building dependency tree... [2020-02-14T13:42:48.540Z] #36 18.14 The following additional packages will be installed: [2020-02-14T13:42:48.540Z] #36 18.14 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-14T13:42:48.540Z] #36 18.15 Suggested packages: [2020-02-14T13:42:48.540Z] #36 18.15 cmake-doc ninja-build lrzip [2020-02-14T13:42:48.540Z] #36 18.15 Recommended packages: [2020-02-14T13:42:48.540Z] #36 18.15 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-14T13:42:48.540Z] #36 18.80 The following NEW packages will be installed: [2020-02-14T13:42:48.540Z] #36 18.80 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-14T13:42:48.540Z] #36 18.80 vim-common xxd [2020-02-14T13:42:48.540Z] #36 18.92 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:48.540Z] #36 18.92 Need to get 13.9 MB of archives. [2020-02-14T13:42:48.540Z] #36 18.92 After this operation, 62.1 MB of additional disk space will be used. [2020-02-14T13:42:48.540Z] #36 18.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-14T13:42:48.540Z] #36 18.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:42:48.540Z] #36 18.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-02-14T13:42:48.540Z] #36 19.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-14T13:42:48.540Z] #36 19.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-02-14T13:42:48.540Z] #36 19.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-02-14T13:42:48.540Z] #36 19.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-02-14T13:42:48.540Z] #36 19.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-02-14T13:42:48.540Z] #36 19.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-02-14T13:42:48.540Z] #36 19.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-02-14T13:42:48.540Z] #36 20.46 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:48.540Z] #36 20.51 Fetched 13.9 MB in 1s (16.6 MB/s) [2020-02-14T13:42:48.540Z] #36 20.53 Selecting previously unselected package xxd. [2020-02-14T13:42:48.540Z] #36 20.53 (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 ... 15168 files and directories currently installed.) [2020-02-14T13:42:48.540Z] #36 20.56 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-14T13:42:48.540Z] #36 20.57 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:42:48.540Z] #36 20.65 Selecting previously unselected package vim-common. [2020-02-14T13:42:48.540Z] #36 20.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:42:48.540Z] #36 20.66 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:42:48.540Z] #36 20.96 Selecting previously unselected package cmake-data. [2020-02-14T13:42:48.540Z] #36 20.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-14T13:42:48.540Z] #36 20.97 Unpacking cmake-data (3.13.4-1) ... [2020-02-14T13:42:48.540Z] #36 23.36 Selecting previously unselected package libicu63:s390x. [2020-02-14T13:42:48.540Z] #36 23.36 Preparing to unpack .../3-libicu63_63.1-6_s390x.deb ... [2020-02-14T13:42:48.540Z] #36 23.37 Unpacking libicu63:s390x (63.1-6) ... [2020-02-14T13:42:48.540Z] #36 ... [2020-02-14T13:42:48.540Z] [2020-02-14T13:42:48.540Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:48.540Z] #44 23.56 Selecting previously unselected package libprotoc17:s390x. [2020-02-14T13:42:48.540Z] #44 23.56 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:48.540Z] #44 23.57 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:48.554Z] #25 29.57 Reading package lists... [2020-02-14T13:42:48.554Z] #25 ... [2020-02-14T13:42:48.554Z] [2020-02-14T13:42:48.554Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:48.554Z] #10 25.42 Reading package lists... [2020-02-14T13:42:48.966Z] #44 24.05 Selecting previously unselected package protobuf-c-compiler. [2020-02-14T13:42:48.966Z] #44 24.08 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-02-14T13:42:48.989Z] #16 DONE 2.1s [2020-02-14T13:42:48.989Z] [2020-02-14T13:42:48.989Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:42:49.125Z] #10 ... [2020-02-14T13:42:49.125Z] [2020-02-14T13:42:49.125Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:42:49.125Z] #41 22.02 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-14T13:42:49.125Z] #41 24.43 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-14T13:42:49.125Z] #41 ... [2020-02-14T13:42:49.125Z] [2020-02-14T13:42:49.125Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:49.644Z] #44 24.08 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:42:49.644Z] #44 24.17 Selecting previously unselected package protobuf-compiler. [2020-02-14T13:42:49.644Z] #44 24.17 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:49.644Z] #44 24.18 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:42:49.644Z] #44 24.33 Selecting previously unselected package python-pkg-resources. [2020-02-14T13:42:49.644Z] #44 24.33 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:42:49.644Z] #44 24.33 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-14T13:42:49.644Z] #44 ... [2020-02-14T13:42:49.644Z] [2020-02-14T13:42:49.644Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:49.644Z] #54 14.07 + cd /tmp/tmp.UqgYs2sj6d/src/github.com/golangci/golangci-lint/ [2020-02-14T13:42:49.644Z] #54 14.07 + git checkout -q v1.20.0 [2020-02-14T13:42:49.644Z] #54 14.37 ++ git describe --tags [2020-02-14T13:42:49.644Z] #54 14.39 + version=v1.20.0 [2020-02-14T13:42:49.644Z] #54 14.39 ++ git rev-parse --short HEAD [2020-02-14T13:42:49.644Z] #54 14.39 + commit=cc98739 [2020-02-14T13:42:49.644Z] #54 14.39 ++ git show -s --format=%cd [2020-02-14T13:42:49.644Z] #54 14.39 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-14T13:42:49.644Z] #54 14.39 + 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 [2020-02-14T13:42:49.644Z] #54 ... [2020-02-14T13:42:49.644Z] [2020-02-14T13:42:49.644Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:42:49.644Z] #28 1.218 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T13:42:49.644Z] #28 1.512 #=#=# [2020-02-14T13:42:50.058Z] #10 32.19 Building dependency tree... [2020-02-14T13:42:50.058Z] #10 ... [2020-02-14T13:42:50.058Z] [2020-02-14T13:42:50.058Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:50.058Z] #35 22.96 Fetched 8325 kB in 16s (510 kB/s) [2020-02-14T13:42:50.058Z] #35 22.96 Reading package lists... [2020-02-14T13:42:50.338Z] #41 ... [2020-02-14T13:42:50.338Z] [2020-02-14T13:42:50.338Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:50.338Z] #33 11.77 runtime [2020-02-14T13:42:50.338Z] #33 ... [2020-02-14T13:42:50.338Z] [2020-02-14T13:42:50.338Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:50.338Z] #59 12.15 Fetched 8153 kB in 10s (833 kB/s) [2020-02-14T13:42:50.338Z] #59 12.15 Reading package lists... [2020-02-14T13:42:50.338Z] #59 17.60 Reading package lists... [2020-02-14T13:42:50.338Z] #59 ... [2020-02-14T13:42:50.338Z] [2020-02-14T13:42:50.338Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:50.339Z] #71 18.58 Checking out files: 58% (1168/1997) Checking out files: 59% (1179/1997) Checking out files: 60% (1199/1997) Checking out files: 61% (1219/1997) Checking out files: 62% (1239/1997) Checking out files: 63% (1259/1997) Checking out files: 64% (1279/1997) Checking out files: 65% (1299/1997) Checking out files: 66% (1319/1997) Checking out files: 67% (1338/1997) Checking out files: 68% (1358/1997) Checking out files: 69% (1378/1997) Checking out files: 70% (1398/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-14T13:42:50.339Z] #71 19.56 + cd /tmp/tmp.0SWTurjOrE/src/github.com/docker/libnetwork [2020-02-14T13:42:50.339Z] #71 19.56 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:42:50.339Z] #71 20.19 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-14T13:42:50.991Z] #35 29.49 Reading package lists... [2020-02-14T13:42:50.991Z] #35 ... [2020-02-14T13:42:50.991Z] [2020-02-14T13:42:50.991Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:50.991Z] #43 27.68 Reading package lists... [2020-02-14T13:42:51.134Z] #28 1.636 #=#=# #### 5.6% ######## 11.9% ############# 18.2% ################# 24.5% ###################### 30.8% ############################ 39.1% ############################### 43.3% ################################## 47.4% ##################################### 51.6% ###################################### 53.7% ######################################### 57.9% ########################################### 60.0% ############################################## 64.2% ################################################## 70.4% ####################################################### 77.3% ######################################################### 79.4% ############################################################ 84.6% ############################################################### 88.8% ################################################################# 90.9% #################################################################### 95.0% ######################################################################## 100.0% [2020-02-14T13:42:51.506Z] #17 2.368 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:42:51.506Z] #17 2.421 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:42:51.506Z] #17 2.422 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:42:51.531Z] #28 ... [2020-02-14T13:42:51.531Z] [2020-02-14T13:42:51.531Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:51.531Z] #72 DONE 26.0s [2020-02-14T13:42:51.531Z] [2020-02-14T13:42:51.531Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:51.531Z] #11 22.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-02-14T13:42:51.531Z] #11 23.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-02-14T13:42:51.531Z] #11 23.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-02-14T13:42:51.531Z] #11 23.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-14T13:42:51.531Z] #11 23.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-14T13:42:51.531Z] #11 23.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-02-14T13:42:51.531Z] #11 23.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u3 [109 kB] [2020-02-14T13:42:51.531Z] #11 23.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-02-14T13:42:51.531Z] #11 23.77 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-02-14T13:42:51.531Z] #11 23.78 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-02-14T13:42:51.531Z] #11 23.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-02-14T13:42:51.531Z] #11 23.79 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-02-14T13:42:51.531Z] #11 23.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-02-14T13:42:51.531Z] #11 23.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-02-14T13:42:51.531Z] #11 23.82 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-02-14T13:42:51.531Z] #11 23.82 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u3 [321 kB] [2020-02-14T13:42:51.531Z] #11 25.14 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:51.531Z] #11 25.21 Fetched 73.7 MB in 4s (16.5 MB/s) [2020-02-14T13:42:51.531Z] #11 25.31 (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 ... 15168 files and directories currently installed.) [2020-02-14T13:42:51.531Z] #11 25.41 Preparing to unpack .../libsystemd0_241-7~deb10u3_s390x.deb ... [2020-02-14T13:42:51.531Z] #11 25.49 Unpacking libsystemd0:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:42:51.531Z] #11 25.93 Setting up libsystemd0:s390x (241-7~deb10u3) ... [2020-02-14T13:42:51.531Z] #11 26.02 (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 ... 15168 files and directories currently installed.) [2020-02-14T13:42:51.531Z] #11 26.04 Preparing to unpack .../libudev1_241-7~deb10u3_s390x.deb ... [2020-02-14T13:42:51.531Z] #11 26.05 Unpacking libudev1:s390x (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:42:51.531Z] #11 26.39 Setting up libudev1:s390x (241-7~deb10u3) ... [2020-02-14T13:42:51.531Z] #11 26.52 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-14T13:42:51.762Z] #17 3.005 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:42:51.883Z] #11 26.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-14T13:42:51.883Z] #11 26.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-02-14T13:42:51.883Z] #11 26.66 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:42:52.364Z] #43 34.11 Building dependency tree... [2020-02-14T13:42:52.699Z] #11 ... [2020-02-14T13:42:52.699Z] [2020-02-14T13:42:52.699Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:42:52.699Z] #28 4.686 [2020-02-14T13:42:52.699Z] #28 5.011 ##### 8.3% ############## 19.6% ################## 25.3% ########################## 36.6% ############################## 42.3% ########################################## 59.3% ########################################################### 82.0% ######################################################################## 100.0% [2020-02-14T13:42:52.889Z] #71 ... [2020-02-14T13:42:52.889Z] [2020-02-14T13:42:52.889Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:52.889Z] #25 15.13 Fetched 8153 kB in 11s (736 kB/s) [2020-02-14T13:42:52.889Z] #25 15.13 Reading package lists... [2020-02-14T13:42:53.074Z] #28 6.086 [2020-02-14T13:42:53.128Z] #17 4.349 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:42:53.157Z] #25 20.52 Reading package lists... [2020-02-14T13:42:53.157Z] #25 ... [2020-02-14T13:42:53.157Z] [2020-02-14T13:42:53.157Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:53.157Z] #43 15.03 Fetched 8153 kB in 11s (753 kB/s) [2020-02-14T13:42:53.157Z] #43 15.03 Reading package lists... [2020-02-14T13:42:53.157Z] #43 20.53 Reading package lists... [2020-02-14T13:42:53.157Z] #43 ... [2020-02-14T13:42:53.157Z] [2020-02-14T13:42:53.157Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:42:53.157Z] #53 22.23 + cd /tmp/tmp.5rehrKj8NP/src/github.com/golangci/golangci-lint/ [2020-02-14T13:42:53.157Z] #53 22.23 + git checkout -q v1.20.0 [2020-02-14T13:42:53.157Z] #53 22.73 ++ git describe --tags [2020-02-14T13:42:53.157Z] #53 22.74 + version=v1.20.0 [2020-02-14T13:42:53.157Z] #53 22.75 ++ git rev-parse --short HEAD [2020-02-14T13:42:53.157Z] #53 22.77 + commit=cc98739 [2020-02-14T13:42:53.157Z] #53 22.78 ++ git show -s --format=%cd [2020-02-14T13:42:53.157Z] #53 22.78 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-14T13:42:53.157Z] #53 22.78 + 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 [2020-02-14T13:42:53.690Z] #17 ... [2020-02-14T13:42:53.690Z] [2020-02-14T13:42:53.690Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:53.690Z] #57 8.646 + cd /tmp/tmp.TS0QCAxQ1k/src/github.com/opencontainers/runc [2020-02-14T13:42:53.690Z] #57 8.649 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:42:53.690Z] #57 8.968 + '[' -z '' ']' [2020-02-14T13:42:53.690Z] #57 8.968 + target=static [2020-02-14T13:42:53.690Z] #57 8.968 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-14T13:42:53.690Z] #57 10.71 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-14T13:42:53.946Z] #57 ... [2020-02-14T13:42:53.946Z] [2020-02-14T13:42:53.946Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:53.946Z] #44 65.83 CC criu/arch/x86/vdso-pie.o [2020-02-14T13:42:53.946Z] #44 66.31 CC criu/pie/util-vdso-elf32.o [2020-02-14T13:42:53.946Z] #44 67.03 AR criu/pie/pie.lib.a [2020-02-14T13:42:53.946Z] #44 67.10 DEP criu/pie/restorer.d [2020-02-14T13:42:53.946Z] #44 67.29 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-14T13:42:53.946Z] #44 67.46 DEP criu/arch/x86/restorer_unmap.d [2020-02-14T13:42:53.946Z] #44 67.51 DEP criu/arch/x86/restorer.d [2020-02-14T13:42:53.946Z] #44 67.66 DEP criu/pie/parasite.d [2020-02-14T13:42:53.947Z] #44 68.11 CC criu/pie/parasite.o [2020-02-14T13:42:53.947Z] #44 69.57 LINK criu/pie/parasite.built-in.o [2020-02-14T13:42:53.947Z] #44 69.58 GEN criu/pie/parasite-blob.h [2020-02-14T13:42:53.947Z] #44 69.59 CC criu/arch/x86/restorer.o [2020-02-14T13:42:53.947Z] #44 70.41 CC criu/arch/x86/restorer_unmap.o [2020-02-14T13:42:53.947Z] #44 70.51 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-14T13:42:53.947Z] #44 70.85 CC criu/pie/restorer.o [2020-02-14T13:42:53.947Z] #44 73.87 LINK criu/pie/restorer.built-in.o [2020-02-14T13:42:53.947Z] #44 73.89 GEN criu/pie/restorer-blob.h [2020-02-14T13:42:53.947Z] #44 73.98 DEP criu/vdso.d [2020-02-14T13:42:53.947Z] #44 74.19 DEP criu/vdso-compat.d [2020-02-14T13:42:53.947Z] #44 74.30 DEP criu/uts_ns.d [2020-02-14T13:42:53.947Z] #44 74.48 DEP criu/util.d [2020-02-14T13:42:53.947Z] #44 74.73 DEP criu/uffd.d [2020-02-14T13:42:53.947Z] #44 74.92 DEP criu/tun.d [2020-02-14T13:42:54.117Z] #53 ... [2020-02-14T13:42:54.117Z] [2020-02-14T13:42:54.117Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:42:54.117Z] #10 16.06 Fetched 8153 kB in 11s (750 kB/s) [2020-02-14T13:42:54.117Z] #10 16.06 Reading package lists... [2020-02-14T13:42:54.117Z] #10 22.55 Reading package lists... [2020-02-14T13:42:54.117Z] #10 ... [2020-02-14T13:42:54.117Z] [2020-02-14T13:42:54.117Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:54.117Z] #35 10.63 Reading package lists... [2020-02-14T13:42:54.117Z] #35 16.59 Reading package lists... [2020-02-14T13:42:54.117Z] #35 22.22 Building dependency tree... [2020-02-14T13:42:54.117Z] #35 25.31 The following additional packages will be installed: [2020-02-14T13:42:54.117Z] #35 25.31 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-14T13:42:54.117Z] #35 25.32 Suggested packages: [2020-02-14T13:42:54.117Z] #35 25.33 cmake-doc ninja-build lrzip [2020-02-14T13:42:54.117Z] #35 25.33 Recommended packages: [2020-02-14T13:42:54.117Z] #35 25.33 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-14T13:42:54.203Z] #44 75.15 DEP criu/tty.d [2020-02-14T13:42:54.218Z] #28 6.213 ### 4.6% ######## 12.2% ############## 19.8% ##################### 30.0% ############################ 40.2% #################################### 50.4% ########################################### 60.6% ################################################## 70.7% ########################################################## 80.9% ############################################################# 86.0% ##################################################################### 96.2% ######################################################################## 100.0% [2020-02-14T13:42:54.381Z] #35 26.34 The following NEW packages will be installed: [2020-02-14T13:42:54.381Z] #35 26.35 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-14T13:42:54.381Z] #35 26.37 vim-common xxd [2020-02-14T13:42:54.381Z] #35 ... [2020-02-14T13:42:54.381Z] [2020-02-14T13:42:54.381Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:42:54.381Z] #25 20.52 Reading package lists... [2020-02-14T13:42:54.464Z] #44 75.35 DEP criu/timerfd.d [2020-02-14T13:42:54.464Z] #44 75.56 DEP criu/sysfs_parse.d [2020-02-14T13:42:54.605Z] #28 7.720 [2020-02-14T13:42:54.720Z] #44 ... [2020-02-14T13:42:54.720Z] [2020-02-14T13:42:54.720Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:42:54.720Z] #17 5.880 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:42:54.898Z] #43 38.01 The following additional packages will be installed: [2020-02-14T13:42:54.898Z] #43 38.03 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-14T13:42:54.898Z] #43 38.03 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-14T13:42:54.898Z] #43 38.07 Suggested packages: [2020-02-14T13:42:54.898Z] #43 38.07 manpages-dev python-setuptools [2020-02-14T13:42:55.897Z] #25 26.95 Building dependency tree... [2020-02-14T13:42:56.272Z] #43 ... [2020-02-14T13:42:56.272Z] [2020-02-14T13:42:56.272Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:42:56.272Z] #47 39.00 github.com/LK4D4/vndr/godl/singleflight [2020-02-14T13:42:56.272Z] #47 39.01 internal/reflectlite [2020-02-14T13:42:56.530Z] #47 39.38 math/rand [2020-02-14T13:42:57.283Z] #28 7.840 ## 3.0% #### 5.9% ####### 10.6% ########## 14.4% ############# 18.2% ############### 21.0% ################# 24.8% #################### 28.6% ###################### 31.4% ########################## 36.1% ############################ 39.9% ############################## 42.8% ################################# 46.5% ################################### 49.4% ###################################### 53.2% ######################################## 56.0% ########################################### 59.8% ############################################# 63.6% ################################################ 67.3% ################################################### 72.1% ###################################################### 75.9% ######################################################### 79.6% ##### [2020-02-14T13:42:57.283Z] #28 ... [2020-02-14T13:42:57.283Z] [2020-02-14T13:42:57.283Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:57.283Z] #44 24.58 Selecting previously unselected package python-six. [2020-02-14T13:42:57.283Z] #44 24.69 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-14T13:42:57.283Z] #44 24.69 Unpacking python-six (1.12.0-1) ... [2020-02-14T13:42:57.283Z] #44 24.73 Selecting previously unselected package python-protobuf. [2020-02-14T13:42:57.283Z] #44 24.73 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-02-14T13:42:57.283Z] #44 24.73 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 25.37 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-14T13:42:57.283Z] #44 27.35 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 27.37 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:57.283Z] #44 27.38 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-14T13:42:57.283Z] #44 27.38 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-14T13:42:57.283Z] #44 27.39 Setting up python-six (1.12.0-1) ... [2020-02-14T13:42:57.283Z] #44 28.79 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-14T13:42:57.283Z] #44 28.82 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-14T13:42:57.283Z] #44 28.85 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 28.87 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-02-14T13:42:57.283Z] #44 28.89 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 28.90 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 28.91 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:57.283Z] #44 28.93 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 28.93 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:42:57.283Z] #44 28.95 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-14T13:42:57.283Z] #44 32.10 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-02-14T13:42:57.283Z] #44 32.15 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:57.283Z] #44 DONE 32.4s [2020-02-14T13:42:57.283Z] [2020-02-14T13:42:57.283Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:42:57.283Z] #28 7.840 ## 3.0% #### 5.9% ####### 10.6% ########## 14.4% ############# 18.2% ############### 21.0% ################# 24.8% #################### 28.6% ###################### 31.4% ########################## 36.1% ############################ 39.9% ############################## 42.8% ################################# 46.5% ################################### 49.4% ###################################### 53.2% ######################################## 56.0% ########################################### 59.8% ############################################# 63.6% ################################################ 67.3% ################################################### 72.1% ###################################################### 75.9% ######################################################### 79.6% ############################################################ 83.4% [2020-02-14T13:42:57.283Z] #28 ... [2020-02-14T13:42:57.283Z] [2020-02-14T13:42:57.283Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:57.470Z] #47 ... [2020-02-14T13:42:57.470Z] [2020-02-14T13:42:57.470Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:57.470Z] #71 DONE 40.3s [2020-02-14T13:42:57.470Z] [2020-02-14T13:42:57.470Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:57.470Z] #43 39.53 The following NEW packages will be installed: [2020-02-14T13:42:57.470Z] #43 39.54 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-14T13:42:57.470Z] #43 39.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-14T13:42:57.470Z] #43 39.54 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-14T13:42:57.470Z] #43 39.54 python-six zlib1g-dev [2020-02-14T13:42:57.470Z] #43 40.00 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:57.470Z] #43 40.00 Need to get 4095 kB of archives. [2020-02-14T13:42:57.470Z] #43 40.00 After this operation, 22.5 MB of additional disk space will be used. [2020-02-14T13:42:57.470Z] #43 40.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-14T13:42:57.470Z] #43 40.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-14T13:42:57.470Z] #43 40.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-02-14T13:42:57.470Z] #43 40.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-14T13:42:57.470Z] #43 40.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-14T13:42:57.470Z] #43 40.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-14T13:42:57.470Z] #43 40.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-02-14T13:42:57.470Z] #43 40.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-02-14T13:42:57.470Z] #43 40.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-14T13:42:57.470Z] #43 40.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-14T13:42:57.470Z] #43 40.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-14T13:42:57.470Z] #43 40.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-14T13:42:57.470Z] #43 40.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-02-14T13:42:57.470Z] #43 40.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-02-14T13:42:57.470Z] #43 40.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-14T13:42:57.470Z] #43 40.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-14T13:42:57.470Z] #43 40.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-14T13:42:57.814Z] #25 29.82 ca-certificates is already the newest version (20190110). [2020-02-14T13:42:57.814Z] #25 29.82 The following additional packages will be installed: [2020-02-14T13:42:57.814Z] #25 29.86 libjq1 libonig5 [2020-02-14T13:42:58.385Z] #25 30.35 The following NEW packages will be installed: [2020-02-14T13:42:58.385Z] #25 30.35 jq libjq1 libonig5 [2020-02-14T13:42:58.547Z] #45 1.080 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:42:58.548Z] #45 1.080 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:42:58.646Z] #25 30.75 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:58.646Z] #25 30.75 Need to get 325 kB of archives. [2020-02-14T13:42:58.646Z] #25 30.75 After this operation, 1019 kB of additional disk space will be used. [2020-02-14T13:42:58.646Z] #25 30.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-02-14T13:42:58.646Z] #25 30.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-02-14T13:42:58.646Z] #25 30.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-02-14T13:42:58.929Z] #45 ... [2020-02-14T13:42:58.929Z] [2020-02-14T13:42:58.929Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:42:58.929Z] #34 23.46 sync [2020-02-14T13:42:58.929Z] #34 23.47 internal/reflectlite [2020-02-14T13:42:58.929Z] #34 26.22 errors [2020-02-14T13:42:58.929Z] #34 26.25 sort [2020-02-14T13:42:58.929Z] #34 26.84 strconv [2020-02-14T13:42:58.929Z] #34 27.66 io [2020-02-14T13:42:58.929Z] #34 28.65 syscall [2020-02-14T13:42:58.929Z] #34 29.78 reflect [2020-02-14T13:42:58.929Z] #34 ... [2020-02-14T13:42:58.929Z] [2020-02-14T13:42:58.929Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:42:58.930Z] #28 7.840 ## 3.0% #### 5.9% ####### 10.6% ########## 14.4% ############# 18.2% ############### 21.0% ################# 24.8% #################### 28.6% ###################### 31.4% ########################## 36.1% ############################ 39.9% ############################## 42.8% ################################# 46.5% ################################### 49.4% ###################################### 53.2% ######################################## 56.0% ########################################### 59.8% ############################################# 63.6% ################################################ 67.3% ################################################### 72.1% ###################################################### 75.9% ######################################################### 79.6% ############################################################ 83.4% ############################################################### 88.1% ################################################################## 92.9% ###################################################################### 97.6% ####################################################################### 99.5% ######################################################################## 100.0% [2020-02-14T13:42:58.930Z] #28 11.21 [2020-02-14T13:42:58.930Z] #28 12.05 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T13:42:58.930Z] #28 12.28 [2020-02-14T13:42:59.299Z] #28 ... [2020-02-14T13:42:59.300Z] [2020-02-14T13:42:59.300Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:59.300Z] #36 30.41 Selecting previously unselected package libxml2:s390x. [2020-02-14T13:42:59.300Z] #36 30.42 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 30.42 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:42:59.300Z] #36 30.93 Selecting previously unselected package libarchive13:s390x. [2020-02-14T13:42:59.300Z] #36 30.94 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 30.94 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-14T13:42:59.300Z] #36 31.13 Selecting previously unselected package libjsoncpp1:s390x. [2020-02-14T13:42:59.300Z] #36 31.14 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 31.14 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-02-14T13:42:59.300Z] #36 31.26 Selecting previously unselected package librhash0:s390x. [2020-02-14T13:42:59.300Z] #36 31.26 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 31.27 Unpacking librhash0:s390x (1.3.8-1) ... [2020-02-14T13:42:59.300Z] #36 31.39 Selecting previously unselected package libuv1:s390x. [2020-02-14T13:42:59.300Z] #36 31.40 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 31.40 Unpacking libuv1:s390x (1.24.1-1) ... [2020-02-14T13:42:59.300Z] #36 31.47 Selecting previously unselected package cmake. [2020-02-14T13:42:59.300Z] #36 31.47 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-02-14T13:42:59.300Z] #36 31.47 Unpacking cmake (3.13.4-1) ... [2020-02-14T13:42:59.300Z] #36 33.60 Setting up libicu63:s390x (63.1-6) ... [2020-02-14T13:42:59.300Z] #36 33.61 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:42:59.300Z] #36 33.62 Setting up libuv1:s390x (1.24.1-1) ... [2020-02-14T13:42:59.300Z] #36 33.64 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:42:59.300Z] #36 33.67 Setting up librhash0:s390x (1.3.8-1) ... [2020-02-14T13:42:59.300Z] #36 33.68 Setting up cmake-data (3.13.4-1) ... [2020-02-14T13:42:59.300Z] #36 33.68 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:42:59.300Z] #36 33.70 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-02-14T13:42:59.300Z] #36 33.73 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-14T13:42:59.300Z] #36 33.74 Setting up cmake (3.13.4-1) ... [2020-02-14T13:42:59.300Z] #36 33.75 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:59.300Z] #36 33.77 Processing triggers for mime-support (3.62) ... [2020-02-14T13:42:59.300Z] #36 DONE 34.0s [2020-02-14T13:42:59.300Z] [2020-02-14T13:42:59.300Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:59.300Z] #37 DONE 0.1s [2020-02-14T13:42:59.300Z] [2020-02-14T13:42:59.300Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-14T13:42:59.300Z] #38 DONE 0.1s [2020-02-14T13:42:59.300Z] [2020-02-14T13:42:59.300Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:42:59.300Z] #28 12.47 ################################################################# 91.4% ######################################################################## 100.0% [2020-02-14T13:42:59.300Z] #28 12.54 [2020-02-14T13:42:59.385Z] #43 42.19 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:59.385Z] #43 ... [2020-02-14T13:42:59.385Z] [2020-02-14T13:42:59.385Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:42:59.385Z] #59 28.17 Reading package lists... [2020-02-14T13:42:59.385Z] #59 34.97 Building dependency tree... [2020-02-14T13:42:59.385Z] #59 38.51 The following additional packages will be installed: [2020-02-14T13:42:59.385Z] #59 38.52 libbtrfs0 [2020-02-14T13:42:59.385Z] #59 38.72 The following NEW packages will be installed: [2020-02-14T13:42:59.385Z] #59 38.75 libbtrfs-dev libbtrfs0 [2020-02-14T13:42:59.385Z] #59 39.15 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:59.385Z] #59 39.15 Need to get 119 kB of archives. [2020-02-14T13:42:59.385Z] #59 39.15 After this operation, 387 kB of additional disk space will be used. [2020-02-14T13:42:59.385Z] #59 39.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-14T13:42:59.385Z] #59 39.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-14T13:42:59.385Z] #59 40.41 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:59.385Z] #59 40.75 Fetched 119 kB in 0s (399 kB/s) [2020-02-14T13:42:59.385Z] #59 41.14 Selecting previously unselected package libbtrfs0. [2020-02-14T13:42:59.385Z] #59 41.14 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:42:59.385Z] #59 41.22 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-14T13:42:59.385Z] #59 41.30 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:59.385Z] #59 41.54 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:42:59.385Z] #59 41.54 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-14T13:42:59.385Z] #59 41.57 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:59.385Z] #59 41.87 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:42:59.385Z] #59 41.91 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:42:59.385Z] #59 41.93 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:42:59.385Z] #59 DONE 42.3s [2020-02-14T13:42:59.385Z] [2020-02-14T13:42:59.385Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:42:59.385Z] #60 DONE 0.1s [2020-02-14T13:42:59.385Z] [2020-02-14T13:42:59.385Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-14T13:42:59.385Z] #61 DONE 0.1s [2020-02-14T13:42:59.385Z] [2020-02-14T13:42:59.385Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:42:59.385Z] #43 42.52 Fetched 4095 kB in 1s (4924 kB/s) [2020-02-14T13:42:59.589Z] #25 31.80 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:59.645Z] #43 42.66 Selecting previously unselected package libcap-dev:amd64. [2020-02-14T13:42:59.645Z] #43 42.66 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:42:59.645Z] #43 42.74 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-14T13:42:59.645Z] #43 42.75 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-14T13:42:59.854Z] #25 ... [2020-02-14T13:42:59.854Z] [2020-02-14T13:42:59.854Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:42:59.854Z] #35 26.76 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:42:59.854Z] #35 26.76 Need to get 14.2 MB of archives. [2020-02-14T13:42:59.854Z] #35 26.76 After this operation, 60.0 MB of additional disk space will be used. [2020-02-14T13:42:59.854Z] #35 26.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-02-14T13:42:59.854Z] #35 26.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:42:59.854Z] #35 26.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-14T13:42:59.854Z] #35 27.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6 [8153 kB] [2020-02-14T13:42:59.854Z] #35 27.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-02-14T13:42:59.854Z] #35 27.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-02-14T13:42:59.854Z] #35 27.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-02-14T13:42:59.854Z] #35 27.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-02-14T13:42:59.854Z] #35 27.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-02-14T13:42:59.854Z] #35 27.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-02-14T13:42:59.854Z] #35 29.42 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:42:59.854Z] #35 29.60 Fetched 14.2 MB in 2s (8036 kB/s) [2020-02-14T13:42:59.854Z] #35 29.69 Selecting previously unselected package xxd. [2020-02-14T13:42:59.854Z] #35 29.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15374 files and directories currently installed.) [2020-02-14T13:42:59.854Z] #35 29.76 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-02-14T13:42:59.854Z] #35 29.78 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:42:59.854Z] #35 30.07 Selecting previously unselected package vim-common. [2020-02-14T13:42:59.854Z] #35 30.08 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:42:59.854Z] #35 30.12 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:42:59.854Z] #35 30.55 Selecting previously unselected package cmake-data. [2020-02-14T13:42:59.854Z] #35 30.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-14T13:42:59.854Z] #35 30.56 Unpacking cmake-data (3.13.4-1) ... [2020-02-14T13:42:59.905Z] #43 42.92 Selecting previously unselected package libnet1:amd64. [2020-02-14T13:42:59.906Z] #43 42.92 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:42:59.906Z] #43 42.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:59.906Z] #43 43.05 Selecting previously unselected package libnet1-dev. [2020-02-14T13:42:59.906Z] #43 43.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:42:59.906Z] #43 43.08 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:42:59.965Z] #17 ... [2020-02-14T13:42:59.965Z] [2020-02-14T13:42:59.965Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:42:59.965Z] #44 75.72 DEP criu/sysctl.d [2020-02-14T13:42:59.965Z] #44 75.94 DEP criu/string.d [2020-02-14T13:42:59.965Z] #44 75.97 DEP criu/stats.d [2020-02-14T13:42:59.965Z] #44 76.09 DEP criu/sockets.d [2020-02-14T13:42:59.965Z] #44 76.31 DEP criu/sk-unix.d [2020-02-14T13:42:59.965Z] #44 76.51 DEP criu/sk-tcp.d [2020-02-14T13:42:59.965Z] #44 76.67 DEP criu/sk-queue.d [2020-02-14T13:42:59.965Z] #44 76.81 DEP criu/sk-packet.d [2020-02-14T13:42:59.965Z] #44 77.02 DEP criu/sk-netlink.d [2020-02-14T13:42:59.965Z] #44 77.13 DEP criu/sk-inet.d [2020-02-14T13:42:59.965Z] #44 77.30 DEP criu/signalfd.d [2020-02-14T13:42:59.965Z] #44 77.45 DEP criu/sigframe.d [2020-02-14T13:42:59.965Z] #44 77.57 DEP criu/shmem.d [2020-02-14T13:42:59.965Z] #44 77.73 DEP criu/servicefd.d [2020-02-14T13:42:59.965Z] #44 77.87 DEP criu/seize.d [2020-02-14T13:42:59.965Z] #44 78.06 DEP criu/seccomp.d [2020-02-14T13:42:59.965Z] #44 78.26 DEP criu/rst-malloc.d [2020-02-14T13:42:59.965Z] #44 78.32 DEP criu/rbtree.d [2020-02-14T13:42:59.965Z] #44 78.38 DEP criu/pstree.d [2020-02-14T13:42:59.965Z] #44 78.63 DEP criu/protobuf.d [2020-02-14T13:42:59.965Z] #44 78.80 GEN criu/protobuf-desc-gen.h [2020-02-14T13:42:59.965Z] #44 80.35 DEP criu/protobuf-desc.d [2020-02-14T13:42:59.965Z] #44 80.45 DEP criu/proc_parse.d [2020-02-14T13:42:59.965Z] #44 80.75 DEP criu/plugin.d [2020-02-14T13:42:59.965Z] #44 80.83 DEP criu/pipes.d [2020-02-14T13:42:59.965Z] #44 81.00 DEP criu/pie-util.d [2020-02-14T13:43:00.082Z] #28 13.43 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T13:43:00.168Z] #43 43.35 Selecting previously unselected package libnl-3-200:amd64. [2020-02-14T13:43:00.168Z] #43 43.35 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-14T13:43:00.168Z] #43 43.38 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:43:00.221Z] #44 81.14 DEP criu/pie-util-vdso.d [2020-02-14T13:43:00.221Z] #44 81.26 DEP criu/pie-util-vdso-elf32.d [2020-02-14T13:43:00.221Z] #44 81.37 DEP criu/path.d [2020-02-14T13:43:00.426Z] #43 ... [2020-02-14T13:43:00.426Z] [2020-02-14T13:43:00.426Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:43:00.426Z] #25 29.57 Reading package lists... [2020-02-14T13:43:00.426Z] #25 35.98 Building dependency tree... [2020-02-14T13:43:00.426Z] #25 39.26 ca-certificates is already the newest version (20190110). [2020-02-14T13:43:00.426Z] #25 39.26 The following additional packages will be installed: [2020-02-14T13:43:00.426Z] #25 39.27 libjq1 libonig5 [2020-02-14T13:43:00.426Z] #25 39.76 The following NEW packages will be installed: [2020-02-14T13:43:00.426Z] #25 39.77 jq libjq1 libonig5 [2020-02-14T13:43:00.426Z] #25 40.14 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:43:00.426Z] #25 40.14 Need to get 355 kB of archives. [2020-02-14T13:43:00.426Z] #25 40.14 After this operation, 1072 kB of additional disk space will be used. [2020-02-14T13:43:00.426Z] #25 40.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-14T13:43:00.426Z] #25 40.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-14T13:43:00.426Z] #25 40.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-14T13:43:00.426Z] #25 41.81 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:00.426Z] #25 41.97 Fetched 355 kB in 0s (1281 kB/s) [2020-02-14T13:43:00.426Z] #25 42.10 Selecting previously unselected package libonig5:amd64. [2020-02-14T13:43:00.426Z] #25 42.10 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:43:00.426Z] #25 42.16 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-14T13:43:00.426Z] #25 42.17 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:43:00.426Z] #25 42.50 Selecting previously unselected package libjq1:amd64. [2020-02-14T13:43:00.426Z] #25 42.51 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:43:00.426Z] #25 42.53 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.426Z] #25 42.74 Selecting previously unselected package jq. [2020-02-14T13:43:00.426Z] #25 42.75 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:43:00.426Z] #25 42.77 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.426Z] #25 42.96 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:43:00.426Z] #25 43.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.426Z] #25 43.02 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.426Z] #25 43.04 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:00.426Z] #25 DONE 43.6s [2020-02-14T13:43:00.426Z] [2020-02-14T13:43:00.426Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:00.426Z] #43 43.60 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-14T13:43:00.426Z] #43 43.67 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-14T13:43:00.426Z] #43 43.69 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-14T13:43:00.449Z] #28 13.72 [2020-02-14T13:43:00.450Z] #35 ... [2020-02-14T13:43:00.450Z] [2020-02-14T13:43:00.450Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:43:00.450Z] #59 17.60 Reading package lists... [2020-02-14T13:43:00.450Z] #59 23.79 Building dependency tree... [2020-02-14T13:43:00.450Z] #59 26.86 The following additional packages will be installed: [2020-02-14T13:43:00.450Z] #59 26.87 libbtrfs0 [2020-02-14T13:43:00.450Z] #59 27.01 The following NEW packages will be installed: [2020-02-14T13:43:00.450Z] #59 27.05 libbtrfs-dev libbtrfs0 [2020-02-14T13:43:00.451Z] #59 27.49 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:43:00.451Z] #59 27.49 Need to get 119 kB of archives. [2020-02-14T13:43:00.451Z] #59 27.49 After this operation, 387 kB of additional disk space will be used. [2020-02-14T13:43:00.451Z] #59 27.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-02-14T13:43:00.451Z] #59 27.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-02-14T13:43:00.451Z] #59 29.07 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:00.451Z] #59 29.33 Fetched 119 kB in 0s (431 kB/s) [2020-02-14T13:43:00.451Z] #59 29.44 Selecting previously unselected package libbtrfs0. [2020-02-14T13:43:00.451Z] #59 29.44 (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 ... 15374 files and directories currently installed.) [2020-02-14T13:43:00.451Z] #59 29.60 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-02-14T13:43:00.451Z] #59 29.62 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:43:00.451Z] #59 29.76 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:43:00.451Z] #59 29.76 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-02-14T13:43:00.451Z] #59 29.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:43:00.451Z] #59 30.14 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:43:00.451Z] #59 30.17 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:43:00.451Z] #59 30.18 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:00.451Z] #59 DONE 32.4s [2020-02-14T13:43:00.451Z] [2020-02-14T13:43:00.451Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:43:00.451Z] #25 32.15 Fetched 325 kB in 0s (760 kB/s) [2020-02-14T13:43:00.451Z] #25 32.40 Selecting previously unselected package libonig5:arm64. [2020-02-14T13:43:00.451Z] #25 32.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 ... 15374 files and directories currently installed.) [2020-02-14T13:43:00.451Z] #25 32.51 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ...#25 ... [2020-02-14T13:43:00.451Z] [2020-02-14T13:43:00.451Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:43:00.451Z] #60 DONE 0.1s [2020-02-14T13:43:00.451Z] [2020-02-14T13:43:00.451Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:43:00.451Z] #25 32.51 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-02-14T13:43:00.451Z] #25 32.52 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-02-14T13:43:00.477Z] #44 81.51 DEP criu/parasite-syscall.d [2020-02-14T13:43:00.685Z] #43 ... [2020-02-14T13:43:00.686Z] [2020-02-14T13:43:00.686Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T13:43:00.686Z] #26 DONE 0.1s [2020-02-14T13:43:00.686Z] [2020-02-14T13:43:00.686Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:00.686Z] #10 32.19 Building dependency tree... [2020-02-14T13:43:00.686Z] #10 35.83 The following additional packages will be installed: [2020-02-14T13:43:00.686Z] #10 35.84 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-14T13:43:00.686Z] #10 35.84 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-14T13:43:00.686Z] #10 35.85 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-14T13:43:00.686Z] #10 35.85 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-14T13:43:00.686Z] #10 35.85 mingw-w64-x86-64-dev [2020-02-14T13:43:00.686Z] #10 35.87 Suggested packages: [2020-02-14T13:43:00.686Z] #10 35.87 gcc-8-locales seccomp wine64 [2020-02-14T13:43:00.686Z] #10 37.49 The following NEW packages will be installed: [2020-02-14T13:43:00.686Z] #10 37.50 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-14T13:43:00.686Z] #10 37.51 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-14T13:43:00.686Z] #10 37.51 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-14T13:43:00.686Z] #10 37.51 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-14T13:43:00.686Z] #10 37.51 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-14T13:43:00.686Z] #10 37.52 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-14T13:43:00.686Z] #10 37.52 The following packages will be upgraded: [2020-02-14T13:43:00.686Z] #10 37.54 libsystemd0 libudev1 [2020-02-14T13:43:00.686Z] #10 37.93 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:43:00.686Z] #10 37.93 Need to get 78.2 MB of archives. [2020-02-14T13:43:00.686Z] #10 37.93 After this operation, 487 MB of additional disk space will be used. [2020-02-14T13:43:00.686Z] #10 37.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u3 [331 kB] [2020-02-14T13:43:00.686Z] #10 37.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u3 [150 kB] [2020-02-14T13:43:00.686Z] #10 37.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-02-14T13:43:00.686Z] #10 38.18 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-02-14T13:43:00.686Z] #10 38.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-14T13:43:00.686Z] #10 38.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-14T13:43:00.686Z] #10 38.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-14T13:43:00.686Z] #10 38.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-14T13:43:00.686Z] #10 39.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-14T13:43:00.686Z] #10 39.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-14T13:43:00.686Z] #10 39.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-02-14T13:43:00.686Z] #10 43.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-02-14T13:43:00.711Z] #25 ... [2020-02-14T13:43:00.711Z] [2020-02-14T13:43:00.711Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-14T13:43:00.711Z] #61 DONE 0.2s [2020-02-14T13:43:00.711Z] [2020-02-14T13:43:00.711Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:43:00.711Z] #25 32.81 Selecting previously unselected package libjq1:arm64. [2020-02-14T13:43:00.711Z] #25 32.81 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-02-14T13:43:00.711Z] #25 32.82 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.733Z] #44 81.76 DEP criu/pagemap.d [2020-02-14T13:43:00.829Z] #28 13.84 ########## 13.9% [2020-02-14T13:43:00.829Z] #28 ... [2020-02-14T13:43:00.829Z] [2020-02-14T13:43:00.829Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:00.829Z] #51 25.33 + cd /tmp/tmp.DIvAmTz3Bc/src/gotest.tools/gotestsum [2020-02-14T13:43:00.829Z] #51 25.33 + git checkout -q v0.3.5 [2020-02-14T13:43:00.829Z] #51 25.39 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-14T13:43:00.829Z] #51 ... [2020-02-14T13:43:00.829Z] [2020-02-14T13:43:00.829Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:00.829Z] #28 13.84 ########## 13.9% ######################################################################## 100.0% [2020-02-14T13:43:00.829Z] #28 13.95 [2020-02-14T13:43:00.946Z] #10 ... [2020-02-14T13:43:00.947Z] [2020-02-14T13:43:00.947Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:00.947Z] #43 44.22 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-14T13:43:00.971Z] #25 33.09 Selecting previously unselected package jq. [2020-02-14T13:43:00.972Z] #25 33.09 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-02-14T13:43:00.972Z] #25 33.10 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:00.989Z] #44 81.97 DEP criu/pagemap-cache.d [2020-02-14T13:43:00.989Z] #44 82.10 DEP criu/page-xfer.d [2020-02-14T13:43:01.205Z] #43 44.24 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:43:01.205Z] #43 44.24 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:01.205Z] #43 44.36 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-14T13:43:01.205Z] #43 44.37 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:43:01.205Z] #43 44.38 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:01.232Z] #25 33.39 Setting up libonig5:arm64 (6.9.1-1) ... [2020-02-14T13:43:01.232Z] #25 33.41 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:01.232Z] #25 33.43 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:01.232Z] #25 33.46 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:01.245Z] #44 ... [2020-02-14T13:43:01.245Z] [2020-02-14T13:43:01.245Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:01.245Z] #47 134.4 github.com/LK4D4/vndr/godl [2020-02-14T13:43:01.245Z] #47 135.3 github.com/LK4D4/vndr [2020-02-14T13:43:01.245Z] #47 DONE 144.4s [2020-02-14T13:43:01.245Z] [2020-02-14T13:43:01.245Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:01.245Z] #44 82.29 DEP criu/page-pipe.d [2020-02-14T13:43:01.245Z] #44 ... [2020-02-14T13:43:01.245Z] [2020-02-14T13:43:01.245Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:01.245Z] #17 11.76 Fetched 8325 kB in 10s (855 kB/s) [2020-02-14T13:43:01.464Z] #43 44.61 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-14T13:43:01.601Z] #28 14.85 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T13:43:01.601Z] #28 14.89 skipping existing b63cc5f62c21 [2020-02-14T13:43:01.722Z] #43 44.65 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-14T13:43:01.722Z] #43 44.66 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:43:01.722Z] #43 44.97 Selecting previously unselected package libprotobuf17:amd64. [2020-02-14T13:43:01.722Z] #43 44.98 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:01.723Z] #43 44.99 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:01.972Z] #28 14.97 [2020-02-14T13:43:02.190Z] #25 DONE 34.3s [2020-02-14T13:43:02.191Z] [2020-02-14T13:43:02.191Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T13:43:02.472Z] #28 ... [2020-02-14T13:43:02.472Z] [2020-02-14T13:43:02.472Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:02.472Z] #48 27.24 github.com/LK4D4/vndr/godl/singleflight [2020-02-14T13:43:02.472Z] #48 27.25 io [2020-02-14T13:43:02.472Z] #48 27.52 strconv [2020-02-14T13:43:02.472Z] #48 28.52 bytes [2020-02-14T13:43:02.472Z] #48 30.22 reflect [2020-02-14T13:43:02.472Z] #48 30.43 bufio [2020-02-14T13:43:02.472Z] #48 31.96 syscall [2020-02-14T13:43:02.475Z] #26 DONE 0.1s [2020-02-14T13:43:02.475Z] [2020-02-14T13:43:02.475Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:02.666Z] #43 45.79 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-14T13:43:02.666Z] #43 45.80 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:02.666Z] #43 45.80 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:02.666Z] #43 ... [2020-02-14T13:43:02.666Z] [2020-02-14T13:43:02.666Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:02.666Z] #35 29.49 Reading package lists... [2020-02-14T13:43:02.666Z] #35 36.02 Building dependency tree... [2020-02-14T13:43:02.666Z] #35 39.93 The following additional packages will be installed: [2020-02-14T13:43:02.666Z] #35 39.94 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-14T13:43:02.666Z] #35 39.95 Suggested packages: [2020-02-14T13:43:02.666Z] #35 39.95 cmake-doc ninja-build lrzip [2020-02-14T13:43:02.666Z] #35 39.95 Recommended packages: [2020-02-14T13:43:02.666Z] #35 39.95 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-14T13:43:02.666Z] #35 41.18 The following NEW packages will be installed: [2020-02-14T13:43:02.666Z] #35 41.22 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-14T13:43:02.666Z] #35 41.25 vim-common xxd [2020-02-14T13:43:02.666Z] #35 41.76 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:43:02.666Z] #35 41.76 Need to get 14.9 MB of archives. [2020-02-14T13:43:02.666Z] #35 41.76 After this operation, 61.8 MB of additional disk space will be used. [2020-02-14T13:43:02.666Z] #35 41.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-14T13:43:02.666Z] #35 41.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:43:02.666Z] #35 41.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-14T13:43:02.666Z] #35 41.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-14T13:43:02.666Z] #35 42.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-14T13:43:02.666Z] #35 42.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-14T13:43:02.666Z] #35 42.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-14T13:43:02.666Z] #35 42.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-14T13:43:02.666Z] #35 42.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-14T13:43:02.666Z] #35 42.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-14T13:43:02.666Z] #35 44.58 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:02.666Z] #35 44.84 Fetched 14.9 MB in 2s (8681 kB/s) [2020-02-14T13:43:02.666Z] #35 44.91 Selecting previously unselected package xxd. [2020-02-14T13:43:02.666Z] #35 44.91 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:43:02.666Z] #35 45.04 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:43:02.666Z] #35 45.05 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:43:02.666Z] #35 45.35 Selecting previously unselected package vim-common. [2020-02-14T13:43:02.666Z] #35 45.35 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:43:02.666Z] #35 45.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:43:02.666Z] #35 45.72 Selecting previously unselected package cmake-data. [2020-02-14T13:43:02.666Z] #35 45.72 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-14T13:43:02.666Z] #35 45.73 Unpacking cmake-data (3.13.4-1) ... [2020-02-14T13:43:02.924Z] #35 ... [2020-02-14T13:43:02.924Z] [2020-02-14T13:43:02.924Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:02.924Z] #50 45.56 + cd /tmp/tmp.3zJQ1EzDIO/src/gotest.tools/gotestsum [2020-02-14T13:43:02.924Z] #50 45.56 + git checkout -q v0.3.5 [2020-02-14T13:43:02.924Z] #50 45.61 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-14T13:43:03.004Z] #48 ... [2020-02-14T13:43:03.004Z] [2020-02-14T13:43:03.004Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:03.004Z] #45 2.053 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:43:03.004Z] #45 2.074 GEN .gitid [2020-02-14T13:43:03.004Z] #45 2.098 GEN criu/include/version.h [2020-02-14T13:43:03.004Z] #45 2.122 GEN include/common/asm [2020-02-14T13:43:03.004Z] #45 2.953 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-14T13:43:03.004Z] #45 2.992 PBCC images/opts.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.028 PBCC images/sit.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.053 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.095 DEP images/opts.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.129 DEP images/sit.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.136 PBCC images/macvlan.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.157 DEP images/macvlan.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.227 PBCC images/autofs.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.274 DEP images/autofs.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.321 PBCC images/sysctl.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.324 DEP images/sysctl.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.366 PBCC images/time.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.372 DEP images/time.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.392 PBCC images/binfmt-misc.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.415 DEP images/binfmt-misc.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.441 PBCC images/seccomp.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.450 DEP images/seccomp.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.488 PBCC images/userns.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.507 DEP images/userns.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.578 PBCC images/cgroup.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.582 DEP images/cgroup.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.615 PBCC images/fown.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.638 PBCC images/ext-file.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.649 DEP images/fown.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.707 DEP images/ext-file.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.723 PBCC images/rpc.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.755 DEP images/rpc.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.790 PBCC images/siginfo.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.809 DEP images/siginfo.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.843 PBCC images/pagemap.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.872 DEP images/pagemap.pb-c.d [2020-02-14T13:43:03.004Z] #45 3.938 PBCC images/rlimit.pb-c.c [2020-02-14T13:43:03.004Z] #45 3.947 DEP images/rlimit.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.005 PBCC images/file-lock.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.020 DEP images/file-lock.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.041 PBCC images/tty.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.081 DEP images/tty.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.111 PBCC images/tun.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.133 PBCC images/netdev.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.178 DEP images/tun.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.206 DEP images/netdev.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.244 PBCC images/vma.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.276 DEP images/vma.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.320 PBCC images/creds.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.335 DEP images/creds.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.381 PBCC images/utsns.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.397 DEP images/utsns.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.425 PBCC images/ipc-desc.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.430 PBCC images/ipc-sem.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.452 DEP images/ipc-desc.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.494 DEP images/ipc-sem.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.517 PBCC images/ipc-msg.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.531 DEP images/ipc-msg.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.556 PBCC images/ipc-shm.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.568 DEP images/ipc-shm.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.599 PBCC images/ipc-var.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.616 DEP images/ipc-var.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.649 PBCC images/sk-opts.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.663 PBCC images/packet-sock.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.705 DEP images/sk-opts.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.738 DEP images/packet-sock.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.789 PBCC images/sk-netlink.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.822 DEP images/sk-netlink.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.861 PBCC images/sk-inet.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.899 DEP images/sk-inet.pb-c.d [2020-02-14T13:43:03.004Z] #45 4.936 PBCC images/sk-unix.pb-c.c [2020-02-14T13:43:03.004Z] #45 4.958 DEP images/sk-unix.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.005 PBCC images/mm.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.060 DEP images/mm.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.121 PBCC images/timerfd.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.156 DEP images/timerfd.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.202 PBCC images/timer.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.231 DEP images/timer.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.259 PBCC images/sa.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.331 DEP images/sa.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.395 PBCC images/pipe-data.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.403 DEP images/pipe-data.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.428 PBCC images/mnt.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.504 DEP images/mnt.pb-c.d [2020-02-14T13:43:03.004Z] #45 5.528 PBCC images/sk-packet.pb-c.c [2020-02-14T13:43:03.004Z] #45 5.632 DEP images/sk-packet.pb-c.d [2020-02-14T13:43:03.599Z] #45 5.643 PBCC images/tcp-stream.pb-c.c [2020-02-14T13:43:03.599Z] #45 5.748 DEP images/tcp-stream.pb-c.d [2020-02-14T13:43:03.599Z] #45 5.773 PBCC images/pipe.pb-c.c [2020-02-14T13:43:03.599Z] #45 5.816 DEP images/pipe.pb-c.d [2020-02-14T13:43:03.599Z] #45 5.876 PBCC images/pstree.pb-c.c [2020-02-14T13:43:03.599Z] #45 ... [2020-02-14T13:43:03.599Z] [2020-02-14T13:43:03.599Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:03.599Z] #28 15.86 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T13:43:03.599Z] #28 16.17 [2020-02-14T13:43:03.599Z] #28 16.32 #=#=# ######################################################################## 100.0% [2020-02-14T13:43:03.599Z] #28 16.39 [2020-02-14T13:43:03.599Z] #28 16.46 Download of images into '/build' complete. [2020-02-14T13:43:03.599Z] #28 16.46 Use something like the following to load the result into a Docker daemon: [2020-02-14T13:43:03.599Z] #28 16.46 tar -cC '/build' . | docker load [2020-02-14T13:43:03.599Z] #28 DONE 16.6s [2020-02-14T13:43:03.599Z] [2020-02-14T13:43:03.599Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:03.599Z] #45 5.898 DEP images/pstree.pb-c.d [2020-02-14T13:43:03.599Z] #45 5.991 PBCC images/fs.pb-c.c [2020-02-14T13:43:03.599Z] #45 5.994 DEP images/fs.pb-c.d [2020-02-14T13:43:03.599Z] #45 6.005 PBCC images/signalfd.pb-c.c [2020-02-14T13:43:03.599Z] #45 6.025 DEP images/signalfd.pb-c.d [2020-02-14T13:43:03.599Z] #45 6.067 PBCC images/fh.pb-c.c [2020-02-14T13:43:03.599Z] #45 6.118 PBCC images/fsnotify.pb-c.c [2020-02-14T13:43:03.599Z] #45 6.178 DEP images/fh.pb-c.d [2020-02-14T13:43:04.129Z] #45 6.286 DEP images/fsnotify.pb-c.d [2020-02-14T13:43:04.129Z] #45 6.358 PBCC images/eventpoll.pb-c.c [2020-02-14T13:43:04.129Z] #45 6.410 DEP images/eventpoll.pb-c.d [2020-02-14T13:43:04.129Z] #45 6.490 PBCC images/eventfd.pb-c.c [2020-02-14T13:43:04.129Z] #45 ... [2020-02-14T13:43:04.129Z] [2020-02-14T13:43:04.129Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:04.129Z] #11 28.76 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-14T13:43:04.129Z] #11 28.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-02-14T13:43:04.129Z] #11 28.77 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:43:04.129Z] #11 30.86 Selecting previously unselected package binutils-mingw-w64. [2020-02-14T13:43:04.129Z] #11 30.86 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-14T13:43:04.129Z] #11 30.88 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:43:04.129Z] #11 30.95 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-02-14T13:43:04.129Z] #11 30.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-14T13:43:04.129Z] #11 30.96 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-14T13:43:04.129Z] #11 31.11 Selecting previously unselected package dmsetup. [2020-02-14T13:43:04.129Z] #11 31.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-02-14T13:43:04.129Z] #11 31.13 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-14T13:43:04.129Z] #11 31.27 Selecting previously unselected package mingw-w64-common. [2020-02-14T13:43:04.129Z] #11 31.28 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-14T13:43:04.129Z] #11 31.28 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-14T13:43:04.129Z] #11 36.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-14T13:43:04.129Z] #11 36.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-14T13:43:04.129Z] #11 36.18 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:43:04.129Z] #11 ... [2020-02-14T13:43:04.129Z] [2020-02-14T13:43:04.129Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:04.129Z] #45 6.610 DEP images/eventfd.pb-c.d [2020-02-14T13:43:04.129Z] #45 ... [2020-02-14T13:43:04.129Z] [2020-02-14T13:43:04.129Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:43:04.129Z] #31 29.05 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-14T13:43:04.129Z] #31 29.13 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-14T13:43:04.129Z] #31 29.15 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-14T13:43:04.297Z] #50 ... [2020-02-14T13:43:04.297Z] [2020-02-14T13:43:04.297Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:04.297Z] #33 37.21 sync [2020-02-14T13:43:04.297Z] #33 37.21 internal/reflectlite [2020-02-14T13:43:04.297Z] #33 39.72 sort [2020-02-14T13:43:04.297Z] #33 39.72 errors [2020-02-14T13:43:04.297Z] #33 40.30 strconv [2020-02-14T13:43:04.297Z] #33 41.67 io [2020-02-14T13:43:04.297Z] #33 42.99 internal/oserror [2020-02-14T13:43:04.297Z] #33 43.20 syscall [2020-02-14T13:43:04.297Z] #33 45.34 reflect [2020-02-14T13:43:04.396Z] #27 ... [2020-02-14T13:43:04.396Z] [2020-02-14T13:43:04.396Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:04.396Z] #43 20.53 Reading package lists... [2020-02-14T13:43:04.396Z] #43 26.92 Building dependency tree... [2020-02-14T13:43:04.396Z] #43 29.81 The following additional packages will be installed: [2020-02-14T13:43:04.396Z] #43 29.81 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-14T13:43:04.396Z] #43 29.81 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-14T13:43:04.396Z] #43 29.83 Suggested packages: [2020-02-14T13:43:04.396Z] #43 29.83 manpages-dev python-setuptools [2020-02-14T13:43:04.396Z] #43 30.99 The following NEW packages will be installed: [2020-02-14T13:43:04.396Z] #43 31.00 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-14T13:43:04.396Z] #43 31.00 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-14T13:43:04.396Z] #43 31.00 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-14T13:43:04.396Z] #43 31.00 python-six zlib1g-dev [2020-02-14T13:43:04.396Z] #43 31.42 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:43:04.396Z] #43 31.42 Need to get 3798 kB of archives. [2020-02-14T13:43:04.396Z] #43 31.42 After this operation, 21.6 MB of additional disk space will be used. [2020-02-14T13:43:04.396Z] #43 31.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-02-14T13:43:04.396Z] #43 31.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-02-14T13:43:04.396Z] #43 31.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-02-14T13:43:04.396Z] #43 31.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-02-14T13:43:04.396Z] #43 31.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-02-14T13:43:04.396Z] #43 31.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-02-14T13:43:04.396Z] #43 31.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-02-14T13:43:04.396Z] #43 31.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-02-14T13:43:04.396Z] #43 31.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-02-14T13:43:04.396Z] #43 31.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-02-14T13:43:04.396Z] #43 31.58 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-02-14T13:43:04.396Z] #43 31.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-02-14T13:43:04.396Z] #43 31.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-02-14T13:43:04.396Z] #43 31.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-02-14T13:43:04.396Z] #43 31.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-14T13:43:04.396Z] #43 32.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-02-14T13:43:04.396Z] #43 32.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-02-14T13:43:04.396Z] #43 33.32 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:04.396Z] #43 33.54 Fetched 3798 kB in 1s (4290 kB/s) [2020-02-14T13:43:04.396Z] #43 33.68 Selecting previously unselected package libcap-dev:arm64. [2020-02-14T13:43:04.396Z] #43 33.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15374 files and directories currently installed.) [2020-02-14T13:43:04.396Z] #43 33.79 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 33.82 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-02-14T13:43:04.396Z] #43 34.17 Selecting previously unselected package libnet1:arm64. [2020-02-14T13:43:04.396Z] #43 34.24 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 34.27 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:04.396Z] #43 34.57 Selecting previously unselected package libnet1-dev. [2020-02-14T13:43:04.396Z] #43 34.61 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 34.63 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:04.396Z] #43 35.02 Selecting previously unselected package libnl-3-200:arm64. [2020-02-14T13:43:04.396Z] #43 35.03 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 35.04 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-02-14T13:43:04.396Z] #43 35.16 Selecting previously unselected package libnl-3-dev:arm64. [2020-02-14T13:43:04.396Z] #43 35.16 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 35.17 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-02-14T13:43:04.396Z] #43 35.68 Selecting previously unselected package libprotobuf-c1:arm64. [2020-02-14T13:43:04.396Z] #43 35.68 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 35.69 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-14T13:43:04.396Z] #43 35.83 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-02-14T13:43:04.396Z] #43 35.84 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 35.86 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-02-14T13:43:04.396Z] #43 36.04 Selecting previously unselected package zlib1g-dev:arm64. [2020-02-14T13:43:04.396Z] #43 36.08 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 36.08 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:43:04.396Z] #43 36.45 Selecting previously unselected package libprotobuf17:arm64. [2020-02-14T13:43:04.396Z] #43 36.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:04.396Z] #43 36.49 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:04.512Z] #17 11.76 Reading package lists... [2020-02-14T13:43:04.555Z] #33 ... [2020-02-14T13:43:04.555Z] [2020-02-14T13:43:04.555Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:43:04.661Z] #43 ... [2020-02-14T13:43:04.661Z] [2020-02-14T13:43:04.661Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:04.661Z] #71 DONE 36.6s [2020-02-14T13:43:04.661Z] [2020-02-14T13:43:04.661Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:04.661Z] #10 22.55 Reading package lists... [2020-02-14T13:43:04.661Z] #10 28.08 Building dependency tree... [2020-02-14T13:43:04.661Z] #10 30.82 The following additional packages will be installed: [2020-02-14T13:43:04.661Z] #10 30.83 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-14T13:43:04.661Z] #10 30.83 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-14T13:43:04.661Z] #10 30.83 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-14T13:43:04.661Z] #10 30.83 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-14T13:43:04.661Z] #10 30.84 mingw-w64-x86-64-dev [2020-02-14T13:43:04.661Z] #10 30.84 Suggested packages: [2020-02-14T13:43:04.661Z] #10 30.84 gcc-8-locales seccomp wine64 [2020-02-14T13:43:04.661Z] #10 32.05 The following NEW packages will be installed: [2020-02-14T13:43:04.662Z] #10 32.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-14T13:43:04.662Z] #10 32.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-14T13:43:04.662Z] #10 32.05 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-14T13:43:04.662Z] #10 32.05 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-14T13:43:04.662Z] #10 32.05 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-14T13:43:04.662Z] #10 32.06 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-14T13:43:04.662Z] #10 32.07 The following packages will be upgraded: [2020-02-14T13:43:04.662Z] #10 32.07 libsystemd0 libudev1 [2020-02-14T13:43:04.662Z] #10 32.43 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:43:04.662Z] #10 32.43 Need to get 73.8 MB of archives. [2020-02-14T13:43:04.662Z] #10 32.43 After this operation, 472 MB of additional disk space will be used. [2020-02-14T13:43:04.662Z] #10 32.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u3 [313 kB] [2020-02-14T13:43:04.662Z] #10 32.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u3 [145 kB] [2020-02-14T13:43:04.662Z] #10 32.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-02-14T13:43:04.662Z] #10 32.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-02-14T13:43:04.662Z] #10 32.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-14T13:43:04.662Z] #10 32.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-02-14T13:43:04.662Z] #10 32.89 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-02-14T13:43:04.662Z] #10 32.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-14T13:43:04.662Z] #10 33.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-14T13:43:04.662Z] #10 33.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-14T13:43:04.662Z] #10 33.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-02-14T13:43:04.662Z] #10 35.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-02-14T13:43:04.668Z] #31 ... [2020-02-14T13:43:04.668Z] [2020-02-14T13:43:04.668Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:04.668Z] #45 6.813 PBCC images/remap-file-path.pb-c.c [2020-02-14T13:43:04.668Z] #45 6.830 DEP images/remap-file-path.pb-c.d [2020-02-14T13:43:04.668Z] #45 7.051 PBCC images/fifo.pb-c.c [2020-02-14T13:43:04.668Z] #45 7.070 DEP images/fifo.pb-c.d [2020-02-14T13:43:04.668Z] #45 7.263 PBCC images/ghost-file.pb-c.c [2020-02-14T13:43:04.668Z] #45 7.308 DEP images/ghost-file.pb-c.d [2020-02-14T13:43:04.668Z] #45 7.390 PBCC images/regfile.pb-c.c [2020-02-14T13:43:04.668Z] #45 7.409 DEP images/regfile.pb-c.d [2020-02-14T13:43:04.814Z] #30 47.27 Checking out files: 87% (1334/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-14T13:43:04.814Z] #30 47.91 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-14T13:43:04.925Z] #10 ... [2020-02-14T13:43:04.925Z] [2020-02-14T13:43:04.925Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:04.925Z] #35 37.05 Selecting previously unselected package libicu63:arm64. [2020-02-14T13:43:04.925Z] #35 37.05 Preparing to unpack .../3-libicu63_63.1-6_arm64.deb ... [2020-02-14T13:43:04.925Z] #35 37.07 Unpacking libicu63:arm64 (63.1-6) ... [2020-02-14T13:43:05.033Z] #45 7.431 PBCC images/ns.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.439 DEP images/ns.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.467 PBCC images/fdinfo.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.474 DEP images/fdinfo.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.482 PBCC images/core-aarch64.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.489 PBCC images/core-arm.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.496 PBCC images/core-ppc64.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.504 PBCC images/core-s390.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.511 PBCC images/core-x86.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.520 PBCC images/core.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.530 PBCC images/inventory.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.547 DEP images/core-aarch64.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.561 DEP images/core-arm.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.574 DEP images/core-ppc64.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.626 DEP images/core-s390.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.638 DEP images/core-x86.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.656 DEP images/core.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.677 DEP images/inventory.pb-c.d [2020-02-14T13:43:05.033Z] #45 7.694 PBCC images/cpuinfo.pb-c.c [2020-02-14T13:43:05.033Z] #45 7.707 DEP images/cpuinfo.pb-c.d [2020-02-14T13:43:05.034Z] #45 7.721 PBCC images/stats.pb-c.c [2020-02-14T13:43:05.034Z] #45 7.730 DEP images/stats.pb-c.d [2020-02-14T13:43:05.380Z] #30 48.39 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-14T13:43:05.835Z] #45 ... [2020-02-14T13:43:05.835Z] [2020-02-14T13:43:05.835Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:05.835Z] #39 0.188 + RM_GOPATH=0 [2020-02-14T13:43:05.835Z] #39 0.188 + TMP_GOPATH= [2020-02-14T13:43:05.835Z] #39 0.188 + : /build [2020-02-14T13:43:05.835Z] #39 0.188 + '[' -z '' ']' [2020-02-14T13:43:05.835Z] #39 0.188 ++ mktemp -d [2020-02-14T13:43:05.835Z] #39 0.188 + export GOPATH=/tmp/tmp.5bCZzMklmS [2020-02-14T13:43:05.835Z] #39 0.188 + GOPATH=/tmp/tmp.5bCZzMklmS [2020-02-14T13:43:05.835Z] #39 0.188 + RM_GOPATH=1 [2020-02-14T13:43:05.835Z] #39 0.188 ++ dirname ./install.sh [2020-02-14T13:43:05.835Z] #39 0.188 + dir=. [2020-02-14T13:43:05.835Z] #39 0.188 + bin=tini [2020-02-14T13:43:05.835Z] #39 0.188 + shift [2020-02-14T13:43:05.835Z] #39 0.188 + '[' '!' -f ./tini.installer ']' [2020-02-14T13:43:05.835Z] #39 0.188 + . ./tini.installer [2020-02-14T13:43:05.835Z] #39 0.188 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:05.835Z] #39 0.188 + install_tini [2020-02-14T13:43:05.835Z] #39 0.188 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-14T13:43:05.835Z] #39 0.188 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:05.835Z] #39 0.199 + git clone https://github.com/krallin/tini.git /tmp/tmp.5bCZzMklmS/tini [2020-02-14T13:43:05.835Z] #39 0.200 Cloning into '/tmp/tmp.5bCZzMklmS/tini'... [2020-02-14T13:43:05.835Z] #39 0.693 + cd /tmp/tmp.5bCZzMklmS/tini [2020-02-14T13:43:05.835Z] #39 0.693 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:05.835Z] #39 0.696 + cmake . [2020-02-14T13:43:05.835Z] #39 1.031 -- The C compiler identification is GNU 8.3.0 [2020-02-14T13:43:05.835Z] #39 1.063 -- Check for working C compiler: /usr/bin/cc [2020-02-14T13:43:05.835Z] #39 1.474 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-14T13:43:05.835Z] #39 1.474 -- Detecting C compiler ABI info [2020-02-14T13:43:05.835Z] #39 1.796 -- Detecting C compiler ABI info - done [2020-02-14T13:43:05.835Z] #39 1.833 -- Detecting C compile features [2020-02-14T13:43:05.835Z] #39 3.022 -- Detecting C compile features - done [2020-02-14T13:43:05.835Z] #39 3.039 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-14T13:43:05.835Z] #39 3.158 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-14T13:43:05.835Z] #39 3.385 -- Configuring done [2020-02-14T13:43:05.835Z] #39 3.405 -- Generating done [2020-02-14T13:43:05.835Z] #39 3.436 -- Build files have been written to: /tmp/tmp.5bCZzMklmS/tini [2020-02-14T13:43:05.835Z] #39 3.455 + make tini-static [2020-02-14T13:43:05.835Z] #39 3.915 Scanning dependencies of target tini-static [2020-02-14T13:43:05.835Z] #39 4.018 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-14T13:43:05.835Z] #39 6.093 [100%] Linking C executable tini-static [2020-02-14T13:43:05.835Z] #39 6.451 [100%] Built target tini-static [2020-02-14T13:43:05.835Z] #39 6.475 + mkdir -p /build [2020-02-14T13:43:05.835Z] #39 6.476 + cp tini-static /build/docker-init [2020-02-14T13:43:05.835Z] #39 DONE 6.7s [2020-02-14T13:43:05.878Z] #17 15.71 Reading package lists... [2020-02-14T13:43:05.878Z] #17 ... [2020-02-14T13:43:05.878Z] [2020-02-14T13:43:05.878Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:05.878Z] #44 82.49 DEP criu/netfilter.d [2020-02-14T13:43:05.878Z] #44 82.80 DEP criu/net.d [2020-02-14T13:43:05.878Z] #44 83.26 DEP criu/namespaces.d [2020-02-14T13:43:05.878Z] #44 83.61 DEP criu/mount.d [2020-02-14T13:43:05.878Z] #44 83.72 DEP criu/mem.d [2020-02-14T13:43:05.878Z] #44 83.93 DEP criu/lsm.d [2020-02-14T13:43:05.878Z] #44 84.02 DEP criu/log.d [2020-02-14T13:43:05.878Z] #44 84.09 DEP criu/libnetlink.d [2020-02-14T13:43:05.878Z] #44 84.17 DEP criu/kerndat.d [2020-02-14T13:43:05.878Z] #44 84.34 DEP criu/kcmp-ids.d [2020-02-14T13:43:05.878Z] #44 84.40 DEP criu/irmap.d [2020-02-14T13:43:05.878Z] #44 84.50 DEP criu/ipc_ns.d [2020-02-14T13:43:05.878Z] #44 84.60 DEP criu/image.d [2020-02-14T13:43:05.878Z] #44 84.75 DEP criu/image-desc.d [2020-02-14T13:43:05.878Z] #44 84.82 DEP criu/fsnotify.d [2020-02-14T13:43:05.878Z] #44 85.00 DEP criu/filesystems.d [2020-02-14T13:43:05.878Z] #44 85.15 DEP criu/files.d [2020-02-14T13:43:05.878Z] #44 85.28 DEP criu/files-reg.d [2020-02-14T13:43:05.878Z] #44 85.43 DEP criu/files-ext.d [2020-02-14T13:43:05.878Z] #44 85.63 DEP criu/file-lock.d [2020-02-14T13:43:05.878Z] #44 85.75 DEP criu/file-ids.d [2020-02-14T13:43:05.878Z] #44 85.93 DEP criu/fifo.d [2020-02-14T13:43:05.878Z] #44 86.03 DEP criu/fdstore.d [2020-02-14T13:43:05.878Z] #44 86.11 DEP criu/fault-injection.d [2020-02-14T13:43:05.878Z] #44 86.17 DEP criu/external.d [2020-02-14T13:43:05.878Z] #44 86.33 DEP criu/eventpoll.d [2020-02-14T13:43:05.878Z] #44 86.46 DEP criu/eventfd.d [2020-02-14T13:43:05.878Z] #44 86.58 DEP criu/crtools.d [2020-02-14T13:43:05.878Z] #44 86.74 DEP criu/cr-service.d [2020-02-14T13:43:05.878Z] #44 86.91 DEP criu/cr-restore.d [2020-02-14T13:43:06.206Z] [2020-02-14T13:43:06.206Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:06.206Z] #45 8.637 make[1]: Nothing to be done for 'all'. [2020-02-14T13:43:06.440Z] #44 87.21 DEP criu/cr-errno.d [2020-02-14T13:43:06.440Z] #44 87.23 DEP criu/cr-dump.d [2020-02-14T13:43:06.440Z] #44 87.45 DEP criu/cr-dedup.d [2020-02-14T13:43:06.440Z] #44 87.57 DEP criu/cr-check.d [2020-02-14T13:43:06.696Z] #44 87.78 DEP criu/config.d [2020-02-14T13:43:06.952Z] #44 87.98 DEP criu/clone-noasan.d [2020-02-14T13:43:06.952Z] #44 88.06 DEP criu/cgroup.d [2020-02-14T13:43:06.986Z] #45 9.483 CC images/stats.o [2020-02-14T13:43:06.986Z] #45 9.650 CC images/core.o [2020-02-14T13:43:07.208Z] #44 88.21 DEP criu/cgroup-props.d [2020-02-14T13:43:07.366Z] #45 9.964 CC images/core-x86.o [2020-02-14T13:43:07.464Z] #44 88.32 DEP criu/bitmap.d [2020-02-14T13:43:07.464Z] #44 88.36 DEP criu/bfd.d [2020-02-14T13:43:07.464Z] #44 88.45 DEP criu/autofs.d [2020-02-14T13:43:07.720Z] #44 88.64 DEP criu/aio.d [2020-02-14T13:43:07.720Z] #44 88.76 DEP criu/action-scripts.d [2020-02-14T13:43:07.723Z] #45 10.23 CC images/core-arm.o [2020-02-14T13:43:07.908Z] #30 ... [2020-02-14T13:43:07.908Z] [2020-02-14T13:43:07.908Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:07.908Z] #47 40.58 internal/singleflight [2020-02-14T13:43:07.908Z] #47 42.30 io [2020-02-14T13:43:07.908Z] #47 42.30 strconv [2020-02-14T13:43:07.908Z] #47 43.66 bytes [2020-02-14T13:43:07.908Z] #47 46.28 reflect [2020-02-14T13:43:07.908Z] #47 46.30 bufio [2020-02-14T13:43:07.908Z] #47 48.07 syscall [2020-02-14T13:43:07.908Z] #47 ... [2020-02-14T13:43:07.908Z] [2020-02-14T13:43:07.908Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:07.908Z] #27 3.695 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T13:43:07.908Z] #27 4.103 [2020-02-14T13:43:07.908Z] #27 4.275 # 1.6% ##### 8.1% ########### 15.3% ################ 22.3% ################### 27.3% ####################### 32.6% ########################### 38.2% ############################### 44.1% ##################################### 51.7% ########################################### 60.0% ############################################## 65.3% ################################################## 70.5% ######################################################### 80.1% ############################################################### 88.6% ##################################################################### 96.8% ######################################################################## 100.0% [2020-02-14T13:43:07.908Z] #27 6.179 [2020-02-14T13:43:07.908Z] #27 6.400 ########### 15.6% ################### 26.6% ########################### 38.0% #################################### 50.1% ############################################# 62.5% ####################################################### 77.7% ################################################################### 93.7% ######################################################################## 100.0% [2020-02-14T13:43:07.976Z] #44 89.00 CC criu/action-scripts.o [2020-02-14T13:43:08.086Z] #45 10.42 CC images/core-aarch64.o [2020-02-14T13:43:08.087Z] #45 10.61 CC images/core-ppc64.o [2020-02-14T13:43:08.166Z] #27 7.607 [2020-02-14T13:43:08.470Z] #45 11.00 CC images/core-s390.o [2020-02-14T13:43:08.539Z] #44 89.53 CC criu/aio.o [2020-02-14T13:43:08.847Z] #45 11.40 CC images/cpuinfo.o [2020-02-14T13:43:08.941Z] #27 7.861 ## 4.0% ####### 10.1% ############# 18.7% ################## 25.7% ########################## 37.2% [2020-02-14T13:43:08.941Z] #27 ... [2020-02-14T13:43:08.941Z] [2020-02-14T13:43:08.941Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:08.941Z] #33 51.73 time [2020-02-14T13:43:09.101Z] #44 90.17 CC criu/autofs.o [2020-02-14T13:43:09.209Z] #45 11.63 CC images/inventory.o [2020-02-14T13:43:09.209Z] #45 11.76 CC images/fdinfo.o [2020-02-14T13:43:09.508Z] #33 ... [2020-02-14T13:43:09.508Z] [2020-02-14T13:43:09.508Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:09.508Z] #62 3.500 + RM_GOPATH=0 [2020-02-14T13:43:09.508Z] #62 3.500 + TMP_GOPATH= [2020-02-14T13:43:09.508Z] #62 3.500 + : /build [2020-02-14T13:43:09.508Z] #62 3.500 + '[' -z '' ']' [2020-02-14T13:43:09.508Z] #62 3.502 ++ mktemp -d [2020-02-14T13:43:09.508Z] #62 3.506 + export GOPATH=/tmp/tmp.DklwSpzyBR [2020-02-14T13:43:09.508Z] #62 3.506 + GOPATH=/tmp/tmp.DklwSpzyBR [2020-02-14T13:43:09.508Z] #62 3.506 + RM_GOPATH=1 [2020-02-14T13:43:09.508Z] #62 3.507 ++ dirname ./install.sh [2020-02-14T13:43:09.508Z] #62 3.508 + dir=. [2020-02-14T13:43:09.508Z] #62 3.508 + bin=containerd [2020-02-14T13:43:09.508Z] #62 3.508 + shift [2020-02-14T13:43:09.508Z] #62 3.508 + '[' '!' -f ./containerd.installer ']' [2020-02-14T13:43:09.508Z] #62 3.508 + . ./containerd.installer [2020-02-14T13:43:09.508Z] #62 3.509 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:09.508Z] #62 3.511 + install_containerd [2020-02-14T13:43:09.508Z] #62 3.511 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-14T13:43:09.508Z] #62 3.511 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:09.508Z] #62 3.511 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DklwSpzyBR/src/github.com/containerd/containerd [2020-02-14T13:43:09.508Z] #62 3.543 Cloning into '/tmp/tmp.DklwSpzyBR/src/github.com/containerd/containerd'... [2020-02-14T13:43:09.508Z] #62 ... [2020-02-14T13:43:09.508Z] [2020-02-14T13:43:09.508Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:09.564Z] #45 11.90 CC images/fown.o [2020-02-14T13:43:09.564Z] #45 12.03 CC images/ns.o [2020-02-14T13:43:09.564Z] #45 12.13 CC images/regfile.o [2020-02-14T13:43:09.766Z] #27 7.861 ## 4.0% ####### 10.1% ############# 18.7% ################## 25.7% ########################## 37.2% ############################### 43.5% ###################################### 53.6% ######################################### 57.7% ############################################## 64.6% ################################################# 68.2% ######################################################### 79.6% ############################################################ 84.4% ################################################################## 92.9% ######################################################################## 100.0% [2020-02-14T13:43:09.938Z] #45 12.29 CC images/ghost-file.o [2020-02-14T13:43:09.938Z] #45 12.44 CC images/fifo.o [2020-02-14T13:43:09.938Z] #45 12.53 CC images/remap-file-path.o [2020-02-14T13:43:09.938Z] #45 ... [2020-02-14T13:43:09.938Z] [2020-02-14T13:43:09.938Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:09.938Z] #34 34.78 time [2020-02-14T13:43:09.938Z] #34 39.97 internal/poll [2020-02-14T13:43:09.938Z] #34 41.98 os [2020-02-14T13:43:09.938Z] #34 42.79 strings [2020-02-14T13:43:10.222Z] #35 ... [2020-02-14T13:43:10.222Z] [2020-02-14T13:43:10.222Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:10.222Z] #27 3.928 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T13:43:10.222Z] #27 4.639 #=#=# [2020-02-14T13:43:10.222Z] #27 5.000 0.0% ### 4.6% #### 6.9% ####### 10.7% ########## 14.9% ############## 19.8% ################ 23.0% ##################### 29.4% ####################### 32.6% ########################## 36.2% ############################ 39.2% ############################## 42.7% ################################## 47.8% ##################################### 52.6% ########################################## 59.4% ############################################### 66.6% #################################################### 72.8% ######################################################## 77.9% ############################################################ 84.2% ############################################################### 88.0% ################################################################# 90.4% ###################################################################### 97.5% ######################################################################## 100.0% [2020-02-14T13:43:10.222Z] #27 7.560 [2020-02-14T13:43:10.307Z] #34 44.80 path [2020-02-14T13:43:10.307Z] #34 44.91 fmt [2020-02-14T13:43:10.307Z] #34 ... [2020-02-14T13:43:10.307Z] [2020-02-14T13:43:10.307Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:10.307Z] #63 24.20 Checking out files: 83% (2539/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-14T13:43:10.307Z] #63 24.48 + cd /tmp/tmp.6DHurOh7PO/src/github.com/containerd/containerd [2020-02-14T13:43:10.307Z] #63 24.48 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:10.392Z] #27 9.688 [2020-02-14T13:43:10.744Z] #27 7.777 0.1% ###### 9.3% ################# 23.8% ############################## 42.6% ############################################ 61.3% ########################################################### 83.3% ######################################################################## 100.0% [2020-02-14T13:43:10.744Z] #27 ... [2020-02-14T13:43:10.744Z] [2020-02-14T13:43:10.744Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:10.744Z] #62 2.968 + RM_GOPATH=0 [2020-02-14T13:43:10.744Z] #62 2.968 + TMP_GOPATH= [2020-02-14T13:43:10.744Z] #62 2.968 + : /build [2020-02-14T13:43:10.744Z] #62 2.969 + '[' -z '' ']' [2020-02-14T13:43:10.744Z] #62 2.980 ++ mktemp -d [2020-02-14T13:43:10.744Z] #62 2.982 + export GOPATH=/tmp/tmp.NhXfvCaBg9 [2020-02-14T13:43:10.744Z] #62 2.982 + GOPATH=/tmp/tmp.NhXfvCaBg9 [2020-02-14T13:43:10.744Z] #62 2.982 + RM_GOPATH=1 [2020-02-14T13:43:10.744Z] #62 2.982 ++ dirname ./install.sh [2020-02-14T13:43:10.744Z] #62 2.984 + dir=. [2020-02-14T13:43:10.744Z] #62 2.984 + bin=containerd [2020-02-14T13:43:10.744Z] #62 2.984 + shift [2020-02-14T13:43:10.744Z] #62 2.984 + '[' '!' -f ./containerd.installer ']' [2020-02-14T13:43:10.744Z] #62 2.984 + . ./containerd.installer [2020-02-14T13:43:10.744Z] #62 2.984 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:10.744Z] #62 2.984 + install_containerd [2020-02-14T13:43:10.744Z] #62 2.984 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-14T13:43:10.744Z] #62 2.984 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NhXfvCaBg9/src/github.com/containerd/containerd [2020-02-14T13:43:10.744Z] #62 2.985 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:10.744Z] #62 2.987 Cloning into '/tmp/tmp.NhXfvCaBg9/src/github.com/containerd/containerd'... [2020-02-14T13:43:10.744Z] #62 ... [2020-02-14T13:43:10.744Z] [2020-02-14T13:43:10.744Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:10.744Z] #35 42.96 Selecting previously unselected package libxml2:arm64. [2020-02-14T13:43:10.744Z] #35 42.96 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-02-14T13:43:10.744Z] #35 42.99 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:43:10.992Z] #44 91.61 CC criu/bfd.o [2020-02-14T13:43:10.992Z] #44 ... [2020-02-14T13:43:10.992Z] [2020-02-14T13:43:10.992Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:43:10.992Z] #30 DONE 154.4s [2020-02-14T13:43:10.992Z] [2020-02-14T13:43:10.992Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:10.992Z] #17 15.71 Reading package lists... [2020-02-14T13:43:10.992Z] #17 18.96 Building dependency tree... [2020-02-14T13:43:10.992Z] #17 20.72 libcap2-bin is already the newest version (1:2.25-2). [2020-02-14T13:43:10.992Z] #17 20.72 The following additional packages will be installed: [2020-02-14T13:43:10.992Z] #17 20.72 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-14T13:43:10.992Z] #17 20.73 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-14T13:43:10.992Z] #17 20.73 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-14T13:43:10.992Z] #17 20.73 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-14T13:43:10.992Z] #17 20.73 python3.7 python3.7-minimal vim-runtime xxd [2020-02-14T13:43:10.992Z] #17 20.74 Suggested packages: [2020-02-14T13:43:10.992Z] #17 20.74 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-14T13:43:10.992Z] #17 20.74 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-14T13:43:10.992Z] #17 20.74 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-14T13:43:10.992Z] #17 20.74 Recommended packages: [2020-02-14T13:43:10.992Z] #17 20.74 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-14T13:43:10.992Z] #17 20.74 python3-keyrings.alt python3-xdg unzip [2020-02-14T13:43:11.077Z] #63 25.45 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-14T13:43:11.077Z] #63 25.45 + BUILDTAGS='netgo osusergo static_build' [2020-02-14T13:43:11.077Z] #63 25.45 + export EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:11.077Z] #63 25.45 + EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:11.077Z] #63 25.45 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-14T13:43:11.077Z] #63 25.45 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-14T13:43:11.077Z] #63 25.45 + '[' '' = dynamic ']' [2020-02-14T13:43:11.077Z] #63 25.45 + make [2020-02-14T13:43:11.248Z] #17 22.58 The following NEW packages will be installed: [2020-02-14T13:43:11.445Z] #63 26.16 + bin/ctr [2020-02-14T13:43:11.504Z] #17 22.59 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-14T13:43:11.504Z] #17 22.59 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-14T13:43:11.504Z] #17 22.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-14T13:43:11.504Z] #17 22.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-14T13:43:11.504Z] #17 22.60 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-14T13:43:11.504Z] #17 22.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-14T13:43:11.504Z] #17 22.60 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-14T13:43:11.504Z] #17 22.60 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-14T13:43:11.687Z] #35 43.63 Selecting previously unselected package libarchive13:arm64. [2020-02-14T13:43:11.687Z] #35 43.65 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-02-14T13:43:11.687Z] #35 43.68 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-02-14T13:43:11.761Z] #17 23.07 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:43:11.761Z] #17 23.07 Need to get 27.0 MB of archives. [2020-02-14T13:43:11.761Z] #17 23.07 After this operation, 111 MB of additional disk space will be used. [2020-02-14T13:43:11.761Z] #17 23.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-14T13:43:11.761Z] #17 23.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-02-14T13:43:11.761Z] #17 23.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-02-14T13:43:11.948Z] #35 43.99 Selecting previously unselected package libjsoncpp1:arm64. [2020-02-14T13:43:11.948Z] #35 43.99 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-02-14T13:43:11.948Z] #35 44.00 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-02-14T13:43:11.948Z] #35 44.20 Selecting previously unselected package librhash0:arm64. [2020-02-14T13:43:11.948Z] #35 44.20 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-02-14T13:43:11.948Z] #35 44.20 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-02-14T13:43:12.017Z] #17 23.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-14T13:43:12.017Z] #17 23.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-14T13:43:12.017Z] #17 23.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-02-14T13:43:12.017Z] #17 23.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-02-14T13:43:12.017Z] #17 23.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-14T13:43:12.017Z] #17 23.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-14T13:43:12.017Z] #17 23.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-14T13:43:12.017Z] #17 23.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-14T13:43:12.017Z] #17 23.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-14T13:43:12.017Z] #17 23.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-14T13:43:12.017Z] #17 23.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-14T13:43:12.017Z] #17 23.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-14T13:43:12.017Z] #17 23.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-14T13:43:12.017Z] #17 23.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-14T13:43:12.017Z] #17 23.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:43:12.017Z] #17 23.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-14T13:43:12.017Z] #17 23.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-02-14T13:43:12.273Z] #17 23.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-14T13:43:12.273Z] #17 23.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-14T13:43:12.273Z] #17 23.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-14T13:43:12.273Z] #17 23.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-14T13:43:12.273Z] #17 23.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-14T13:43:12.273Z] #17 23.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-14T13:43:12.273Z] #17 23.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-14T13:43:12.273Z] #17 23.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-14T13:43:12.273Z] #17 23.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-14T13:43:12.524Z] #35 44.50 Selecting previously unselected package libuv1:arm64. [2020-02-14T13:43:12.524Z] #35 44.55 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-02-14T13:43:12.524Z] #35 44.55 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-02-14T13:43:12.529Z] #17 23.77 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-14T13:43:12.529Z] #17 23.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-14T13:43:12.529Z] #17 23.77 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-14T13:43:12.529Z] #17 23.77 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-14T13:43:12.529Z] #17 23.77 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-14T13:43:12.529Z] #17 23.79 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-14T13:43:12.529Z] #17 23.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-14T13:43:12.529Z] #17 23.86 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-14T13:43:12.529Z] #17 23.88 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-14T13:43:12.786Z] #17 23.88 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-14T13:43:12.786Z] #17 23.89 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-14T13:43:12.786Z] #17 23.91 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-14T13:43:12.786Z] #17 23.91 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-02-14T13:43:12.786Z] #17 23.92 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-14T13:43:13.012Z] #27 9.873 0.0% ## 2.9% ### 4.5% #### 6.5% ###### 8.9% ####### 10.2% ######### 12.5% ########## 14.4% ########### 16.5% ############# 18.5% ############## 20.5% ################ 22.7% ################# 23.7% ################### 27.0% ##################### 29.5% ####################### 33.2% ########################## 36.7% ########################### 38.7% ############################# 40.4% ############################## 42.9% ################################ 44.7% ################################# 46.4% ################################## 48.3% ################################### 49.7% [2020-02-14T13:43:13.012Z] #27 ... [2020-02-14T13:43:13.012Z] [2020-02-14T13:43:13.012Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:13.012Z] #10 46.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-14T13:43:13.012Z] #10 46.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-14T13:43:13.012Z] #10 46.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-14T13:43:13.012Z] #10 46.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-14T13:43:13.012Z] #10 46.07 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-02-14T13:43:13.012Z] #10 46.07 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-02-14T13:43:13.012Z] #10 46.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-14T13:43:13.012Z] #10 46.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-14T13:43:13.012Z] #10 46.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-14T13:43:13.013Z] #10 46.18 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-14T13:43:13.013Z] #10 46.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-14T13:43:13.013Z] #10 46.24 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-14T13:43:13.013Z] #10 46.27 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-14T13:43:13.013Z] #10 46.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-14T13:43:13.013Z] #10 46.29 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-02-14T13:43:13.013Z] #10 47.37 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:13.013Z] #10 47.61 Fetched 78.2 MB in 9s (9040 kB/s) [2020-02-14T13:43:13.013Z] #10 47.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-14T13:43:13.013Z] #10 47.73 Preparing to unpack .../libsystemd0_241-7~deb10u3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 47.77 Unpacking libsystemd0:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:43:13.013Z] #10 48.16 Setting up libsystemd0:amd64 (241-7~deb10u3) ... [2020-02-14T13:43:13.013Z] #10 48.42 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:43:13.013Z] #10 48.48 Preparing to unpack .../libudev1_241-7~deb10u3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 48.51 Unpacking libudev1:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:43:13.013Z] #10 48.78 Setting up libudev1:amd64 (241-7~deb10u3) ... [2020-02-14T13:43:13.013Z] #10 48.99 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-14T13:43:13.013Z] #10 48.99 (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 ... 15401 files and directories currently installed.) [2020-02-14T13:43:13.013Z] #10 49.03 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 49.04 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:43:13.013Z] #10 51.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-14T13:43:13.013Z] #10 51.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 51.55 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:43:13.013Z] #10 55.08 Selecting previously unselected package binutils-mingw-w64. [2020-02-14T13:43:13.013Z] #10 55.08 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-14T13:43:13.013Z] #10 55.09 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:43:13.013Z] #10 55.29 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-14T13:43:13.013Z] #10 55.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 55.30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:43:13.013Z] #10 55.62 Selecting previously unselected package dmsetup. [2020-02-14T13:43:13.013Z] #10 55.62 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:43:13.013Z] #10 55.63 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-14T13:43:13.013Z] #10 55.77 Selecting previously unselected package mingw-w64-common. [2020-02-14T13:43:13.013Z] #10 55.78 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-14T13:43:13.013Z] #10 55.78 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-14T13:43:13.013Z] #10 ... [2020-02-14T13:43:13.013Z] [2020-02-14T13:43:13.013Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:13.013Z] #43 46.07 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-14T13:43:13.013Z] #43 46.07 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:13.013Z] #43 46.07 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:13.013Z] #43 47.49 Selecting previously unselected package libprotoc17:amd64. [2020-02-14T13:43:13.013Z] #43 47.50 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:13.013Z] #43 47.50 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:13.013Z] #43 48.27 Selecting previously unselected package protobuf-c-compiler. [2020-02-14T13:43:13.013Z] #43 48.27 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:43:13.013Z] #43 48.28 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:43:13.013Z] #43 48.45 Selecting previously unselected package protobuf-compiler. [2020-02-14T13:43:13.013Z] #43 48.47 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:13.013Z] #43 48.48 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:43:13.013Z] #43 48.64 Selecting previously unselected package python-pkg-resources. [2020-02-14T13:43:13.013Z] #43 48.67 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:43:13.013Z] #43 48.69 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:13.013Z] #43 49.00 Selecting previously unselected package python-six. [2020-02-14T13:43:13.013Z] #43 49.05 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-14T13:43:13.013Z] #43 49.07 Unpacking python-six (1.12.0-1) ... [2020-02-14T13:43:13.013Z] #43 49.18 Selecting previously unselected package python-protobuf. [2020-02-14T13:43:13.013Z] #43 49.18 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-14T13:43:13.013Z] #43 49.19 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-14T13:43:13.013Z] #43 49.76 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:13.013Z] #43 54.72 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:13.013Z] #43 54.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:13.013Z] #43 54.76 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:13.013Z] #43 54.77 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:13.013Z] #43 54.82 Setting up python-six (1.12.0-1) ... [2020-02-14T13:43:13.042Z] #17 24.17 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-14T13:43:13.042Z] #17 24.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-14T13:43:13.042Z] #17 24.25 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-14T13:43:13.273Z] #43 ... [2020-02-14T13:43:13.273Z] [2020-02-14T13:43:13.273Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:13.604Z] #17 24.82 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:13.860Z] #17 24.93 Fetched 27.0 MB in 2s (17.4 MB/s) [2020-02-14T13:43:13.860Z] #17 24.99 Selecting previously unselected package pigz. [2020-02-14T13:43:13.860Z] #17 24.99 (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 ... 23423 files and directories currently installed.) [2020-02-14T13:43:13.860Z] #17 25.04 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-14T13:43:13.860Z] #17 25.04 Unpacking pigz (2.4-1) ... [2020-02-14T13:43:13.860Z] #17 25.13 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-14T13:43:13.860Z] #17 25.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:43:13.916Z] #35 ... [2020-02-14T13:43:13.916Z] [2020-02-14T13:43:13.916Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:13.916Z] #33 35.66 sync [2020-02-14T13:43:13.916Z] #33 35.66 internal/reflectlite [2020-02-14T13:43:13.916Z] #33 38.19 sort [2020-02-14T13:43:13.916Z] #33 38.21 errors [2020-02-14T13:43:13.916Z] #33 38.83 strconv [2020-02-14T13:43:13.916Z] #33 38.84 io [2020-02-14T13:43:13.916Z] #33 38.91 internal/oserror [2020-02-14T13:43:13.916Z] #33 39.29 syscall [2020-02-14T13:43:13.916Z] #33 41.51 strings [2020-02-14T13:43:13.916Z] #33 41.53 bytes [2020-02-14T13:43:13.916Z] #33 45.32 reflect [2020-02-14T13:43:13.916Z] #33 45.33 bufio [2020-02-14T13:43:13.916Z] #33 ... [2020-02-14T13:43:13.916Z] [2020-02-14T13:43:13.916Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:13.916Z] #27 8.761 [2020-02-14T13:43:13.916Z] #27 9.110 0.0% ### 4.8% ####### 10.4% ########### 16.5% ############## 20.4% ################### 26.7% ###################### 30.8% ########################## 36.4% ############################## 42.0% ################################## 48.0% ######################################## 56.2% ######################################### 58.1% ############################################## 65.1% ################################################### 72.0% ######################################################## 78.2% ############################################################## 87.2% ###################################################################### 98.4% ######################################################################## 100.0% [2020-02-14T13:43:13.916Z] #27 11.68 [2020-02-14T13:43:14.116Z] #17 25.14 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:14.372Z] #17 25.51 Selecting previously unselected package python3.7-minimal. [2020-02-14T13:43:14.372Z] #17 25.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:43:14.372Z] #17 25.52 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:43:15.023Z] #27 12.00 0.0% # 1.5% ## 3.0% ##### 7.3% ###### 9.5% ######### 13.1% ########### 16.5% [2020-02-14T13:43:15.023Z] #27 ... [2020-02-14T13:43:15.023Z] [2020-02-14T13:43:15.023Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:15.023Z] #43 37.14 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-02-14T13:43:15.023Z] #43 37.14 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 37.16 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 37.51 Selecting previously unselected package libprotobuf-dev:arm64. [2020-02-14T13:43:15.023Z] #43 37.51 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 37.53 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 38.96 Selecting previously unselected package libprotoc17:arm64. [2020-02-14T13:43:15.023Z] #43 38.97 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 38.97 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 39.60 Selecting previously unselected package protobuf-c-compiler. [2020-02-14T13:43:15.023Z] #43 39.63 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 39.64 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:43:15.023Z] #43 39.86 Selecting previously unselected package protobuf-compiler. [2020-02-14T13:43:15.023Z] #43 39.87 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 39.88 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 40.18 Selecting previously unselected package python-pkg-resources. [2020-02-14T13:43:15.023Z] #43 40.18 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:43:15.023Z] #43 40.19 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:15.023Z] #43 40.46 Selecting previously unselected package python-six. [2020-02-14T13:43:15.023Z] #43 40.49 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-14T13:43:15.023Z] #43 40.51 Unpacking python-six (1.12.0-1) ... [2020-02-14T13:43:15.023Z] #43 40.69 Selecting previously unselected package python-protobuf. [2020-02-14T13:43:15.023Z] #43 40.70 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-02-14T13:43:15.023Z] #43 40.72 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 41.37 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:15.023Z] #43 43.62 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 43.64 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:15.023Z] #43 43.68 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-14T13:43:15.023Z] #43 43.70 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-02-14T13:43:15.023Z] #43 43.79 Setting up python-six (1.12.0-1) ... [2020-02-14T13:43:15.023Z] #43 46.71 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:43:15.023Z] #43 46.77 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-02-14T13:43:15.023Z] #43 46.83 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 46.88 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-02-14T13:43:15.023Z] #43 46.93 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 46.99 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 47.01 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:15.023Z] #43 47.05 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 47.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:43:15.023Z] #43 47.10 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-14T13:43:15.023Z] #43 ... [2020-02-14T13:43:15.023Z] [2020-02-14T13:43:15.023Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:15.088Z] #27 9.873 0.0% ## 2.9% ### 4.5% #### 6.5% ###### 8.9% ####### 10.2% ######### 12.5% ########## 14.4% ########### 16.5% ############# 18.5% ############## 20.5% ################ 22.7% ################# 23.7% ################### 27.0% ##################### 29.5% ####################### 33.2% ########################## 36.7% ########################### 38.7% ############################# 40.4% ############################## 42.9% ################################ 44.7% ################################# 46.4% ################################## 48.3% ################################### 49.7% ##################################### 52.1% ####################################### 54.6% ######################################## 56.3% ######################################### 58.0% ########################################### 60.3% ############################################# 62.8% ############################################## 65.0% ################################################ 67.5% ################################################## 69.6% ################################################### 71.5% ##################################################### 73.9% ###################################################### 75.8% ######################################################## 78.2% ######################################################### 80.2% ########################################################### 82.8% ############################################################# 85.2% ############################################################### 87.7% ################################################################# 90.4% ################################################################## 92.7% #################################################################### 95.1% ###################################################################### 98.0% ######################################################################## 100.0% [2020-02-14T13:43:15.287Z] #27 12.00 0.0% # 1.5% ## 3.0% ##### 7.3% ###### 9.5% ######### 13.1% ########### 16.5% ############## 19.9% ############### 21.8% ## [2020-02-14T13:43:15.287Z] #27 ... [2020-02-14T13:43:15.287Z] [2020-02-14T13:43:15.287Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:15.287Z] #47 37.03 sync [2020-02-14T13:43:15.287Z] #47 37.04 internal/reflectlite [2020-02-14T13:43:15.287Z] #47 39.27 github.com/LK4D4/vndr/godl/singleflight [2020-02-14T13:43:15.287Z] #47 39.30 internal/singleflight [2020-02-14T13:43:15.287Z] #47 39.31 math/rand [2020-02-14T13:43:15.287Z] #47 40.97 io [2020-02-14T13:43:15.287Z] #47 41.07 strconv [2020-02-14T13:43:15.287Z] #47 41.07 vendor/golang.org/x/net/dns/dnsmessage [2020-02-14T13:43:15.287Z] #47 41.07 syscall [2020-02-14T13:43:15.287Z] #47 43.25 bytes [2020-02-14T13:43:15.287Z] #47 46.08 bufio [2020-02-14T13:43:15.287Z] #47 ... [2020-02-14T13:43:15.287Z] [2020-02-14T13:43:15.287Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:15.309Z] #17 26.45 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:15.309Z] #17 26.47 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:43:15.549Z] #27 12.00 0.0% # 1.5% ## 3.0% ##### 7.3% ###### 9.5% ######### 13.1% ########### 16.5% ############## 19.9% ############### 21.8% ################# 24.0% ################## 25.6% [2020-02-14T13:43:15.549Z] #27 ... [2020-02-14T13:43:15.549Z] [2020-02-14T13:43:15.549Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:15.549Z] #10 37.55 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-02-14T13:43:15.549Z] #10 37.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-02-14T13:43:15.549Z] #10 37.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-02-14T13:43:15.549Z] #10 37.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-02-14T13:43:15.549Z] #10 37.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-02-14T13:43:15.549Z] #10 37.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u3 [109 kB] [2020-02-14T13:43:15.549Z] #10 37.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-02-14T13:43:15.549Z] #10 37.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-02-14T13:43:15.549Z] #10 37.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-02-14T13:43:15.549Z] #10 37.60 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-02-14T13:43:15.549Z] #10 37.61 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-02-14T13:43:15.549Z] #10 37.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-02-14T13:43:15.549Z] #10 37.64 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-02-14T13:43:15.549Z] #10 37.65 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-02-14T13:43:15.549Z] #10 37.66 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u3 [321 kB] [2020-02-14T13:43:15.549Z] #10 39.16 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:15.549Z] #10 39.37 Fetched 73.8 MB in 6s (13.4 MB/s) [2020-02-14T13:43:15.549Z] #10 39.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 ... 15374 files and directories currently installed.) [2020-02-14T13:43:15.549Z] #10 39.69 Preparing to unpack .../libsystemd0_241-7~deb10u3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 39.74 Unpacking libsystemd0:arm64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:43:15.549Z] #10 40.12 Setting up libsystemd0:arm64 (241-7~deb10u3) ... [2020-02-14T13:43:15.549Z] #10 40.34 (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 ... 15374 files and directories currently installed.) [2020-02-14T13:43:15.549Z] #10 40.49 Preparing to unpack .../libudev1_241-7~deb10u3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 40.53 Unpacking libudev1:arm64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:43:15.549Z] #10 40.82 Setting up libudev1:arm64 (241-7~deb10u3) ... [2020-02-14T13:43:15.549Z] #10 41.08 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-14T13:43:15.549Z] #10 41.08 (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 ... 15374 files and directories currently installed.) [2020-02-14T13:43:15.549Z] #10 41.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 41.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:43:15.549Z] #10 43.68 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-14T13:43:15.549Z] #10 43.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 43.69 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:43:15.549Z] #10 46.19 Selecting previously unselected package binutils-mingw-w64. [2020-02-14T13:43:15.549Z] #10 46.20 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-14T13:43:15.549Z] #10 46.21 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:43:15.549Z] #10 46.38 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-02-14T13:43:15.549Z] #10 46.38 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 46.39 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-02-14T13:43:15.549Z] #10 46.67 Selecting previously unselected package dmsetup. [2020-02-14T13:43:15.549Z] #10 46.67 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-02-14T13:43:15.549Z] #10 46.69 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-14T13:43:15.549Z] #10 47.09 Selecting previously unselected package mingw-w64-common. [2020-02-14T13:43:15.549Z] #10 47.09 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-14T13:43:15.549Z] #10 47.11 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-14T13:43:15.549Z] #10 ... [2020-02-14T13:43:15.549Z] [2020-02-14T13:43:15.549Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:15.654Z] #27 14.87 [2020-02-14T13:43:15.654Z] #27 ... [2020-02-14T13:43:15.654Z] [2020-02-14T13:43:15.654Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:15.654Z] #35 48.83 Selecting previously unselected package libicu63:amd64. [2020-02-14T13:43:15.654Z] #35 48.92 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 48.94 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-14T13:43:15.654Z] #35 56.95 Selecting previously unselected package libxml2:amd64. [2020-02-14T13:43:15.654Z] #35 56.97 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 56.98 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:43:15.654Z] #35 57.61 Selecting previously unselected package libarchive13:amd64. [2020-02-14T13:43:15.654Z] #35 57.62 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 57.63 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-14T13:43:15.654Z] #35 58.01 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-14T13:43:15.654Z] #35 58.04 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 58.05 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-14T13:43:15.654Z] #35 58.26 Selecting previously unselected package librhash0:amd64. [2020-02-14T13:43:15.654Z] #35 58.26 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 58.27 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-14T13:43:15.654Z] #35 58.47 Selecting previously unselected package libuv1:amd64. [2020-02-14T13:43:15.654Z] #35 58.49 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 58.50 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-14T13:43:15.654Z] #35 58.70 Selecting previously unselected package cmake. [2020-02-14T13:43:15.654Z] #35 58.71 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-14T13:43:15.654Z] #35 58.72 Unpacking cmake (3.13.4-1) ... [2020-02-14T13:43:15.729Z] #63 ... [2020-02-14T13:43:15.729Z] [2020-02-14T13:43:15.729Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:15.729Z] #48 39.97 internal/poll [2020-02-14T13:43:15.729Z] #48 41.67 internal/syscall/unix [2020-02-14T13:43:15.729Z] #48 41.80 os [2020-02-14T13:43:15.729Z] #48 42.01 internal/fmtsort [2020-02-14T13:43:15.729Z] #48 42.46 strings [2020-02-14T13:43:15.729Z] #48 44.16 regexp/syntax [2020-02-14T13:43:15.729Z] #48 44.30 fmt [2020-02-14T13:43:15.729Z] #48 47.54 regexp [2020-02-14T13:43:15.729Z] #48 47.66 flag [2020-02-14T13:43:15.729Z] #48 48.58 go/token [2020-02-14T13:43:15.729Z] #48 49.83 go/scanner [2020-02-14T13:43:15.729Z] #48 ... [2020-02-14T13:43:15.729Z] [2020-02-14T13:43:15.729Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:15.729Z] #45 12.68 CC images/eventfd.o [2020-02-14T13:43:15.729Z] #45 12.83 CC images/eventpoll.o [2020-02-14T13:43:15.729Z] #45 12.98 CC images/fh.o [2020-02-14T13:43:15.729Z] #45 13.13 CC images/fsnotify.o [2020-02-14T13:43:15.729Z] #45 13.42 CC images/signalfd.o [2020-02-14T13:43:15.729Z] #45 13.55 CC images/fs.o [2020-02-14T13:43:15.729Z] #45 13.65 CC images/pstree.o [2020-02-14T13:43:15.729Z] #45 13.72 CC images/pipe.o [2020-02-14T13:43:15.729Z] #45 13.88 CC images/tcp-stream.o [2020-02-14T13:43:15.729Z] #45 14.00 CC images/sk-packet.o [2020-02-14T13:43:15.729Z] #45 14.12 CC images/mnt.o [2020-02-14T13:43:15.729Z] #45 14.26 CC images/pipe-data.o [2020-02-14T13:43:15.729Z] #45 14.36 CC images/sa.o [2020-02-14T13:43:15.729Z] #45 14.45 CC images/timer.o [2020-02-14T13:43:15.729Z] #45 14.67 CC images/timerfd.o [2020-02-14T13:43:15.729Z] #45 14.76 CC images/mm.o [2020-02-14T13:43:15.729Z] #45 14.91 CC images/sk-opts.o [2020-02-14T13:43:15.729Z] #45 14.99 CC images/sk-unix.o [2020-02-14T13:43:15.729Z] #45 15.17 CC images/sk-inet.o [2020-02-14T13:43:15.729Z] #45 15.38 CC images/tun.o [2020-02-14T13:43:15.729Z] #45 15.54 CC images/sk-netlink.o [2020-02-14T13:43:15.729Z] #45 15.64 CC images/packet-sock.o [2020-02-14T13:43:15.729Z] #45 15.81 CC images/ipc-var.o [2020-02-14T13:43:15.729Z] #45 15.91 CC images/ipc-desc.o [2020-02-14T13:43:15.729Z] #45 16.00 CC images/ipc-shm.o [2020-02-14T13:43:15.729Z] #45 16.14 CC images/ipc-msg.o [2020-02-14T13:43:15.729Z] #45 16.27 CC images/ipc-sem.o [2020-02-14T13:43:15.729Z] #45 16.37 CC images/utsns.o [2020-02-14T13:43:15.729Z] #45 16.47 CC images/creds.o [2020-02-14T13:43:15.729Z] #45 16.55 CC images/vma.o [2020-02-14T13:43:15.729Z] #45 16.67 CC images/netdev.o [2020-02-14T13:43:15.729Z] #45 16.89 CC images/tty.o [2020-02-14T13:43:15.729Z] #45 17.58 CC images/file-lock.o [2020-02-14T13:43:15.729Z] #45 17.72 CC images/rlimit.o [2020-02-14T13:43:15.729Z] #45 18.08 CC images/pagemap.o [2020-02-14T13:43:15.729Z] #45 18.18 CC images/siginfo.o [2020-02-14T13:43:15.729Z] #45 18.34 CC images/rpc.o [2020-02-14T13:43:15.729Z] #45 ... [2020-02-14T13:43:15.729Z] [2020-02-14T13:43:15.729Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:15.729Z] #48 50.54 internal/lazyregexp [2020-02-14T13:43:16.088Z] #48 50.78 net/url [2020-02-14T13:43:16.222Z] #35 ... [2020-02-14T13:43:16.222Z] [2020-02-14T13:43:16.222Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:16.222Z] #43 59.19 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-14T13:43:16.222Z] #43 59.20 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:43:16.222Z] #43 59.22 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:16.222Z] #43 59.23 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-14T13:43:16.222Z] #43 59.25 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:16.222Z] #43 59.26 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:43:16.222Z] #43 59.27 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:16.222Z] #43 59.28 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-14T13:43:16.222Z] #43 59.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:43:16.222Z] #43 59.32 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-14T13:43:16.453Z] #48 51.02 go/ast [2020-02-14T13:43:17.238Z] #48 51.94 text/template/parse [2020-02-14T13:43:17.614Z] #48 ... [2020-02-14T13:43:17.614Z] [2020-02-14T13:43:17.614Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:17.614Z] #11 42.55 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-14T13:43:17.614Z] #11 42.57 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-14T13:43:17.614Z] #11 42.57 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:17.614Z] #11 42.66 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-14T13:43:17.614Z] #11 42.66 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-14T13:43:17.614Z] #11 42.66 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:17.647Z] #27 12.00 0.0% # 1.5% ## 3.0% ##### 7.3% ###### 9.5% ######### 13.1% ########### 16.5% ############## 19.9% ############### 21.8% ################# 24.0% ################## 25.6% #################### 28.9% ###################### 31.4% ######################## 34.4% ########################## 37.1% ############################ 39.5% ############################### 43.2% ################################# 45.9% ################################### 49.5% ###################################### 53.2% ######################################## 56.9% ########################################### 60.1% ############################################### 65.4% ################################################### 71.1% ##################################################### 74.9% ######################################################### 80.5% ############################################################ 84.5% ############################################################### 88.2% ################################################################# 90.3% ################################################################## 92.7% ################################################################### 94.4% ##################################################################### 96.4% ######################################################################## 100.0% [2020-02-14T13:43:17.825Z] #17 28.57 Selecting previously unselected package python3-minimal. [2020-02-14T13:43:17.825Z] #17 28.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23672 files and directories currently installed.) [2020-02-14T13:43:17.825Z] #17 28.60 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-14T13:43:17.825Z] #17 28.61 Unpacking python3-minimal (3.7.3-1) ... [2020-02-14T13:43:17.825Z] #17 28.72 Selecting previously unselected package libmpdec2:amd64. [2020-02-14T13:43:17.825Z] #17 28.72 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-14T13:43:17.825Z] #17 28.73 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-14T13:43:17.825Z] #17 28.81 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-14T13:43:17.825Z] #17 28.81 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:43:17.825Z] #17 28.82 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:17.908Z] #27 15.47 [2020-02-14T13:43:17.978Z] #11 ... [2020-02-14T13:43:17.978Z] [2020-02-14T13:43:17.978Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:17.978Z] #45 19.11 CC images/ext-file.o [2020-02-14T13:43:17.978Z] #45 19.23 CC images/cgroup.o [2020-02-14T13:43:17.978Z] #45 19.63 CC images/userns.o [2020-02-14T13:43:17.978Z] #45 19.83 CC images/google/protobuf/descriptor.o [2020-02-14T13:43:18.169Z] #27 ... [2020-02-14T13:43:18.169Z] [2020-02-14T13:43:18.169Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:43:18.169Z] #30 40.25 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-14T13:43:18.169Z] #30 40.47 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-14T13:43:18.169Z] #30 40.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-14T13:43:18.361Z] #45 20.78 CC images/opts.o [2020-02-14T13:43:18.361Z] #45 20.89 CC images/seccomp.o [2020-02-14T13:43:18.361Z] #45 20.99 CC images/binfmt-misc.o [2020-02-14T13:43:18.361Z] #45 21.04 CC images/time.o [2020-02-14T13:43:18.429Z] #30 ... [2020-02-14T13:43:18.429Z] [2020-02-14T13:43:18.429Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:18.429Z] #35 46.37 Selecting previously unselected package cmake. [2020-02-14T13:43:18.429Z] #35 46.37 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-02-14T13:43:18.429Z] #35 46.37 Unpacking cmake (3.13.4-1) ... [2020-02-14T13:43:18.429Z] #35 49.25 Setting up libicu63:arm64 (63.1-6) ... [2020-02-14T13:43:18.429Z] #35 49.31 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:43:18.429Z] #35 49.33 Setting up libuv1:arm64 (1.24.1-1) ... [2020-02-14T13:43:18.429Z] #35 49.35 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:43:18.429Z] #35 49.39 Setting up librhash0:arm64 (1.3.8-1) ... [2020-02-14T13:43:18.429Z] #35 49.42 Setting up cmake-data (3.13.4-1) ... [2020-02-14T13:43:18.429Z] #35 49.46 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:43:18.429Z] #35 49.49 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-02-14T13:43:18.429Z] #35 49.52 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-02-14T13:43:18.429Z] #35 49.56 Setting up cmake (3.13.4-1) ... [2020-02-14T13:43:18.429Z] #35 49.59 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:18.429Z] #35 49.69 Processing triggers for mime-support (3.62) ... [2020-02-14T13:43:18.728Z] #45 ... [2020-02-14T13:43:18.728Z] [2020-02-14T13:43:18.728Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:18.728Z] #34 45.37 path/filepath [2020-02-14T13:43:18.728Z] #34 46.17 io/ioutil [2020-02-14T13:43:18.728Z] #34 46.53 text/tabwriter [2020-02-14T13:43:18.728Z] #34 47.61 flag [2020-02-14T13:43:18.728Z] #34 47.61 github.com/BurntSushi/toml [2020-02-14T13:43:18.728Z] #34 49.13 log [2020-02-14T13:43:18.728Z] #34 50.89 github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:43:18.728Z] #34 DONE 53.3s [2020-02-14T13:43:18.728Z] [2020-02-14T13:43:18.728Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:18.728Z] #45 21.12 CC images/sysctl.o [2020-02-14T13:43:18.753Z] #17 29.75 Selecting previously unselected package python3.7. [2020-02-14T13:43:18.753Z] #17 29.76 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:43:18.753Z] #17 29.76 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:18.753Z] #17 29.89 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-14T13:43:18.753Z] #17 29.91 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-14T13:43:18.753Z] #17 29.91 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-14T13:43:18.753Z] #17 30.00 Setting up python3-minimal (3.7.3-1) ... [2020-02-14T13:43:19.097Z] #45 21.35 CC images/autofs.o [2020-02-14T13:43:19.097Z] #45 21.61 CC images/macvlan.o [2020-02-14T13:43:19.097Z] #45 21.76 CC images/sit.o [2020-02-14T13:43:19.371Z] #35 DONE 51.4s [2020-02-14T13:43:19.371Z] [2020-02-14T13:43:19.371Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:19.371Z] #27 16.76 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T13:43:19.371Z] #27 17.12 [2020-02-14T13:43:19.371Z] #27 ... [2020-02-14T13:43:19.371Z] [2020-02-14T13:43:19.371Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:43:19.371Z] #36 DONE 0.1s [2020-02-14T13:43:19.467Z] #45 21.85 LINK images/built-in.o [2020-02-14T13:43:19.467Z] #45 21.91 GEN compel/include/asm [2020-02-14T13:43:19.467Z] #45 21.92 GEN compel/include/version.h [2020-02-14T13:43:19.467Z] #45 21.92 touch .config [2020-02-14T13:43:19.467Z] #45 21.93 GEN include/common/config.h [2020-02-14T13:43:19.467Z] #45 21.97 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-02-14T13:43:19.467Z] #45 22.00 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-14T13:43:19.467Z] #45 22.01 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-14T13:43:19.467Z] #45 22.03 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-02-14T13:43:19.467Z] #45 22.04 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-02-14T13:43:19.467Z] #45 22.07 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-02-14T13:43:19.467Z] #45 22.08 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-14T13:43:19.467Z] #45 22.09 DEP compel/plugins/std/infect.d [2020-02-14T13:43:19.632Z] [2020-02-14T13:43:19.632Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-14T13:43:19.632Z] #37 DONE 0.2s [2020-02-14T13:43:19.632Z] [2020-02-14T13:43:19.632Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:19.632Z] #27 17.33 # 2.2% ######################################################################## 100.0% [2020-02-14T13:43:19.632Z] #27 17.49 [2020-02-14T13:43:19.681Z] #17 30.84 Selecting previously unselected package python3. [2020-02-14T13:43:19.681Z] #17 30.84 (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 ... 24084 files and directories currently installed.) [2020-02-14T13:43:19.681Z] #17 30.88 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-14T13:43:19.681Z] #17 30.89 Unpacking python3 (3.7.3-1) ... [2020-02-14T13:43:19.833Z] #45 22.18 DEP compel/plugins/std/string.d [2020-02-14T13:43:19.833Z] #45 22.21 DEP compel/plugins/std/log.d [2020-02-14T13:43:19.833Z] #45 22.27 DEP compel/plugins/std/fds.d [2020-02-14T13:43:19.833Z] #45 22.33 DEP compel/plugins/std/std.d [2020-02-14T13:43:19.833Z] #45 22.39 DEP compel/plugins/shmem/shmem.d [2020-02-14T13:43:19.833Z] #45 22.46 DEP compel/plugins/fds/fds.d [2020-02-14T13:43:19.937Z] #17 30.97 Selecting previously unselected package libip4tc0:amd64. [2020-02-14T13:43:19.937Z] #17 30.99 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-14T13:43:19.937Z] #17 31.00 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:19.937Z] #17 31.06 Selecting previously unselected package libip6tc0:amd64. [2020-02-14T13:43:19.937Z] #17 31.07 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-14T13:43:19.937Z] #17 31.07 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:19.937Z] #17 31.15 Selecting previously unselected package libiptc0:amd64. [2020-02-14T13:43:19.937Z] #17 31.16 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-14T13:43:19.937Z] #17 31.17 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:20.193Z] #17 31.25 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-14T13:43:20.193Z] #17 31.28 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-14T13:43:20.193Z] #17 31.29 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-14T13:43:20.193Z] #17 31.34 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-14T13:43:20.193Z] #17 31.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-14T13:43:20.193Z] #17 31.37 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-14T13:43:20.194Z] #45 22.63 CC compel/plugins/std/std.o [2020-02-14T13:43:20.449Z] #17 31.54 Selecting previously unselected package libnftnl11:amd64. [2020-02-14T13:43:20.449Z] #17 31.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-14T13:43:20.449Z] #17 31.55 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-14T13:43:20.449Z] #17 31.62 Selecting previously unselected package iptables. [2020-02-14T13:43:20.449Z] #17 31.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-14T13:43:20.449Z] #17 31.62 Unpacking iptables (1.8.2-4) ... [2020-02-14T13:43:20.552Z] #45 22.85 CC compel/plugins/std/fds.o [2020-02-14T13:43:20.552Z] #45 23.14 CC compel/plugins/std/log.o [2020-02-14T13:43:20.573Z] #27 ... [2020-02-14T13:43:20.573Z] [2020-02-14T13:43:20.573Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:20.573Z] #50 42.46 + cd /tmp/tmp.2WIEw6QNOm/src/gotest.tools/gotestsum [2020-02-14T13:43:20.573Z] #50 42.46 + git checkout -q v0.3.5 [2020-02-14T13:43:20.573Z] #50 42.51 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-14T13:43:20.705Z] #17 31.92 Selecting previously unselected package xxd. [2020-02-14T13:43:20.705Z] #17 31.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:43:20.705Z] #17 31.96 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:43:20.838Z] #50 ... [2020-02-14T13:43:20.838Z] [2020-02-14T13:43:20.838Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:20.838Z] #43 52.09 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-02-14T13:43:20.838Z] #43 52.11 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:20.838Z] #43 DONE 52.9s [2020-02-14T13:43:20.838Z] [2020-02-14T13:43:20.838Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:20.961Z] #17 32.08 Selecting previously unselected package vim-common. [2020-02-14T13:43:20.961Z] #17 32.08 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:43:20.961Z] #17 32.10 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:43:21.225Z] #17 32.28 Selecting previously unselected package bash-completion. [2020-02-14T13:43:21.225Z] #17 32.29 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-14T13:43:21.225Z] #17 ... [2020-02-14T13:43:21.225Z] [2020-02-14T13:43:21.225Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:21.225Z] #44 92.33 CC criu/bitmap.o [2020-02-14T13:43:21.225Z] #44 92.52 CC criu/cgroup-props.o [2020-02-14T13:43:21.225Z] #44 93.49 CC criu/cgroup.o [2020-02-14T13:43:21.225Z] #44 96.14 CC criu/clone-noasan.o [2020-02-14T13:43:21.225Z] #44 96.25 CC criu/config.o [2020-02-14T13:43:21.225Z] #44 97.38 CC criu/cr-check.o [2020-02-14T13:43:21.225Z] #44 98.83 CC criu/cr-dedup.o [2020-02-14T13:43:21.225Z] #44 99.27 CC criu/cr-dump.o [2020-02-14T13:43:21.225Z] #44 101.6 CC criu/cr-errno.o [2020-02-14T13:43:21.225Z] #44 101.7 CC criu/cr-restore.o [2020-02-14T13:43:21.319Z] #45 23.86 CC compel/plugins/std/string.o [2020-02-14T13:43:21.485Z] #43 ... [2020-02-14T13:43:21.485Z] [2020-02-14T13:43:21.485Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:43:21.485Z] #35 62.31 Setting up libicu63:amd64 (63.1-6) ... [2020-02-14T13:43:21.485Z] #35 62.32 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:43:21.485Z] #35 62.35 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-14T13:43:21.485Z] #35 62.36 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:43:21.485Z] #35 62.41 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-14T13:43:21.485Z] #35 62.43 Setting up cmake-data (3.13.4-1) ... [2020-02-14T13:43:21.485Z] #35 62.47 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:43:21.485Z] #35 62.49 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-14T13:43:21.485Z] #35 62.50 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-14T13:43:21.485Z] #35 62.52 Setting up cmake (3.13.4-1) ... [2020-02-14T13:43:21.485Z] #35 62.54 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:21.485Z] #35 62.58 Processing triggers for mime-support (3.62) ... [2020-02-14T13:43:21.485Z] #35 DONE 63.8s [2020-02-14T13:43:21.485Z] [2020-02-14T13:43:21.485Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:43:21.485Z] #36 DONE 0.1s [2020-02-14T13:43:21.485Z] [2020-02-14T13:43:21.485Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-14T13:43:21.485Z] #37 DONE 0.1s [2020-02-14T13:43:21.485Z] [2020-02-14T13:43:21.485Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:21.485Z] #27 15.84 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T13:43:21.485Z] #27 16.23 [2020-02-14T13:43:21.485Z] #27 16.41 ######################################################################## 100.0% [2020-02-14T13:43:21.485Z] #27 16.54 [2020-02-14T13:43:21.485Z] #27 17.54 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T13:43:21.485Z] #27 17.92 [2020-02-14T13:43:21.485Z] #27 18.18 0.7% ######################################################################## 100.0% [2020-02-14T13:43:21.486Z] #27 18.39 [2020-02-14T13:43:21.486Z] #27 19.47 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T13:43:21.486Z] #27 19.59 skipping existing 1849cc453dee [2020-02-14T13:43:21.486Z] #27 19.83 [2020-02-14T13:43:21.486Z] #27 20.74 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T13:43:22.002Z] #27 21.29 #=#=# [2020-02-14T13:43:22.002Z] #27 21.44 ######################################################################## 100.0% [2020-02-14T13:43:22.002Z] #27 21.54 [2020-02-14T13:43:22.102Z] #45 24.49 CC compel/plugins/std/infect.o [2020-02-14T13:43:22.102Z] #45 24.71 CC compel/arch/s390/plugins/std/parasite-head.o [2020-02-14T13:43:22.260Z] #27 21.61 Download of images into '/build' complete. [2020-02-14T13:43:22.260Z] #27 21.61 Use something like the following to load the result into a Docker daemon: [2020-02-14T13:43:22.260Z] #27 21.61 tar -cC '/build' . | docker load [2020-02-14T13:43:22.260Z] #27 DONE 21.7s [2020-02-14T13:43:22.260Z] [2020-02-14T13:43:22.260Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:22.260Z] #10 62.10 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-14T13:43:22.260Z] #10 62.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-14T13:43:22.260Z] #10 62.12 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:43:22.475Z] #45 24.73 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-02-14T13:43:22.475Z] #45 24.76 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-02-14T13:43:22.475Z] #45 24.86 AR compel/plugins/std.lib.a [2020-02-14T13:43:22.475Z] #45 24.91 CC compel/plugins/fds/fds.o [2020-02-14T13:43:22.475Z] #45 25.01 AR compel/plugins/fds.lib.a [2020-02-14T13:43:22.475Z] #45 25.03 HOSTDEP compel/src/lib/log-host.d [2020-02-14T13:43:22.475Z] #45 25.10 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-14T13:43:22.849Z] #45 25.18 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-02-14T13:43:22.849Z] #45 25.30 HOSTDEP compel/src/main-host.d [2020-02-14T13:43:22.849Z] #45 25.41 DEP compel/src/lib/ptrace.d [2020-02-14T13:43:22.849Z] #45 25.50 DEP compel/src/lib/infect.d [2020-02-14T13:43:23.224Z] #45 25.65 DEP compel/src/lib/infect-util.d [2020-02-14T13:43:23.224Z] #45 25.71 DEP compel/src/lib/infect-rpc.d [2020-02-14T13:43:23.224Z] #45 25.76 DEP compel/arch/s390/src/lib/infect.d [2020-02-14T13:43:23.224Z] #45 25.85 DEP compel/arch/s390/src/lib/cpu.d [2020-02-14T13:43:23.224Z] #45 25.91 DEP compel/src/lib/log.d [2020-02-14T13:43:23.598Z] #45 26.05 DEP compel/src/main.d [2020-02-14T13:43:23.598Z] #45 26.11 DEP compel/src/lib/handle-elf.d [2020-02-14T13:43:23.598Z] #45 26.19 DEP compel/arch/s390/src/lib/handle-elf.d [2020-02-14T13:43:23.634Z] #10 ... [2020-02-14T13:43:23.634Z] [2020-02-14T13:43:23.634Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:23.634Z] #47 56.49 time [2020-02-14T13:43:23.634Z] #47 61.65 strings [2020-02-14T13:43:23.634Z] #47 62.94 os [2020-02-14T13:43:23.634Z] #47 65.37 regexp/syntax [2020-02-14T13:43:23.742Z] #44 ... [2020-02-14T13:43:23.742Z] [2020-02-14T13:43:23.742Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:23.742Z] #17 34.85 Unpacking bash-completion (1:2.8-6) ... [2020-02-14T13:43:23.892Z] #47 ... [2020-02-14T13:43:23.892Z] [2020-02-14T13:43:23.892Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:43:23.892Z] #43 66.75 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-14T13:43:23.892Z] #43 66.79 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:23.975Z] #45 26.34 CC compel/src/lib/log.o [2020-02-14T13:43:23.975Z] #45 26.50 CC compel/arch/s390/src/lib/cpu.o [2020-02-14T13:43:23.998Z] #17 35.16 Selecting previously unselected package bzip2. [2020-02-14T13:43:23.998Z] #17 35.17 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-14T13:43:23.998Z] #17 35.17 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:43:24.151Z] #43 DONE 67.3s [2020-02-14T13:43:24.151Z] [2020-02-14T13:43:24.151Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:24.254Z] #17 35.26 Selecting previously unselected package xz-utils. [2020-02-14T13:43:24.254Z] #17 35.27 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-14T13:43:24.254Z] #17 35.28 Unpacking xz-utils (5.2.4-1) ... [2020-02-14T13:43:24.254Z] #17 35.47 Selecting previously unselected package apparmor. [2020-02-14T13:43:24.345Z] #45 26.71 CC compel/arch/s390/src/lib/infect.o [2020-02-14T13:43:24.511Z] #17 35.48 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-14T13:43:24.511Z] #17 35.57 Unpacking apparmor (2.13.2-10) ... [2020-02-14T13:43:24.717Z] #45 27.26 CC compel/src/lib/infect-rpc.o [2020-02-14T13:43:24.767Z] #17 35.94 Selecting previously unselected package aufs-tools. [2020-02-14T13:43:24.767Z] #17 35.94 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-14T13:43:24.767Z] #17 35.95 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:43:25.025Z] #17 36.09 Selecting previously unselected package libonig5:amd64. [2020-02-14T13:43:25.025Z] #17 36.12 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-14T13:43:25.025Z] #17 36.12 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:43:25.025Z] #17 36.25 Selecting previously unselected package libjq1:amd64. [2020-02-14T13:43:25.025Z] #17 36.26 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:43:25.025Z] #17 36.27 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:25.093Z] #45 27.52 CC compel/src/lib/infect-util.o [2020-02-14T13:43:25.093Z] #45 27.65 CC compel/src/lib/infect.o [2020-02-14T13:43:25.259Z] #44 ... [2020-02-14T13:43:25.259Z] [2020-02-14T13:43:25.259Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:25.259Z] #33 47.13 path [2020-02-14T13:43:25.259Z] #33 48.28 text/tabwriter [2020-02-14T13:43:25.259Z] #33 52.67 time [2020-02-14T13:43:25.259Z] #33 52.72 internal/syscall/unix [2020-02-14T13:43:25.281Z] #17 36.38 Selecting previously unselected package jq. [2020-02-14T13:43:25.281Z] #17 36.39 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:43:25.281Z] #17 36.39 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:25.281Z] #17 36.47 Selecting previously unselected package libaio1:amd64. [2020-02-14T13:43:25.281Z] #17 36.48 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-14T13:43:25.281Z] #17 36.49 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-14T13:43:25.281Z] #17 36.56 Selecting previously unselected package libgpm2:amd64. [2020-02-14T13:43:25.281Z] #17 36.57 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-14T13:43:25.281Z] #17 36.57 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-14T13:43:25.520Z] #33 ... [2020-02-14T13:43:25.520Z] [2020-02-14T13:43:25.520Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:25.521Z] #27 19.18 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T13:43:25.521Z] #27 20.34 [2020-02-14T13:43:25.521Z] #27 21.22 #=#=# ##O#- # ############### 21.5% ######################################### 57.6% ###################################################### 75.6% ######################################################################## 100.0% [2020-02-14T13:43:25.521Z] #27 21.69 [2020-02-14T13:43:25.521Z] #27 23.24 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T13:43:25.537Z] #17 36.65 Selecting previously unselected package libicu63:amd64. [2020-02-14T13:43:25.537Z] #17 36.65 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-14T13:43:25.537Z] #17 36.66 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-14T13:43:25.781Z] #27 23.34 skipping existing ed4b54129745 [2020-02-14T13:43:25.781Z] #27 23.48 [2020-02-14T13:43:26.042Z] #27 ... [2020-02-14T13:43:26.042Z] [2020-02-14T13:43:26.042Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:26.042Z] #47 47.98 reflect [2020-02-14T13:43:26.042Z] #47 49.30 regexp/syntax [2020-02-14T13:43:26.042Z] #47 51.50 hash/crc32 [2020-02-14T13:43:26.042Z] #47 53.35 vendor/golang.org/x/text/transform [2020-02-14T13:43:26.042Z] #47 57.06 time [2020-02-14T13:43:26.303Z] #47 ... [2020-02-14T13:43:26.303Z] [2020-02-14T13:43:26.303Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:26.303Z] #44 5.107 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:43:26.303Z] #44 5.107 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:43:26.916Z] #45 29.03 CC compel/src/lib/ptrace.o [2020-02-14T13:43:26.916Z] #45 29.31 AR compel/libcompel.a [2020-02-14T13:43:26.916Z] #45 29.37 HOSTCC compel/src/main-host.o [2020-02-14T13:43:27.398Z] #45 29.66 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-02-14T13:43:27.398Z] #45 29.83 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-14T13:43:27.431Z] #44 ... [2020-02-14T13:43:27.431Z] [2020-02-14T13:43:27.431Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:27.431Z] #33 59.65 internal/poll [2020-02-14T13:43:27.431Z] #33 59.97 internal/fmtsort [2020-02-14T13:43:27.431Z] #33 60.88 internal/syscall/unix [2020-02-14T13:43:27.431Z] #33 61.14 strings [2020-02-14T13:43:27.431Z] #33 62.09 os [2020-02-14T13:43:27.431Z] #33 64.32 path [2020-02-14T13:43:27.431Z] #33 64.91 text/tabwriter [2020-02-14T13:43:27.431Z] #33 66.63 path/filepath [2020-02-14T13:43:27.431Z] #33 66.64 fmt [2020-02-14T13:43:27.431Z] #33 68.65 io/ioutil [2020-02-14T13:43:27.431Z] #33 ... [2020-02-14T13:43:27.431Z] [2020-02-14T13:43:27.431Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:27.431Z] #38 4.005 + RM_GOPATH=0 [2020-02-14T13:43:27.431Z] #38 4.005 + TMP_GOPATH= [2020-02-14T13:43:27.431Z] #38 4.005 + : /build [2020-02-14T13:43:27.431Z] #38 4.005 + '[' -z '' ']' [2020-02-14T13:43:27.431Z] #38 4.005 ++ mktemp -d [2020-02-14T13:43:27.431Z] #38 4.037 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:27.431Z] #38 4.037 + export GOPATH=/tmp/tmp.UdnvF3dhXu [2020-02-14T13:43:27.431Z] #38 4.037 + GOPATH=/tmp/tmp.UdnvF3dhXu [2020-02-14T13:43:27.431Z] #38 4.037 + RM_GOPATH=1 [2020-02-14T13:43:27.431Z] #38 4.037 ++ dirname ./install.sh [2020-02-14T13:43:27.431Z] #38 4.037 + dir=. [2020-02-14T13:43:27.431Z] #38 4.037 + bin=tini [2020-02-14T13:43:27.431Z] #38 4.037 + shift [2020-02-14T13:43:27.431Z] #38 4.037 + '[' '!' -f ./tini.installer ']' [2020-02-14T13:43:27.431Z] #38 4.037 + . ./tini.installer [2020-02-14T13:43:27.431Z] #38 4.037 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:27.431Z] #38 4.037 + install_tini [2020-02-14T13:43:27.431Z] #38 4.037 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-14T13:43:27.431Z] #38 4.037 + git clone https://github.com/krallin/tini.git /tmp/tmp.UdnvF3dhXu/tini [2020-02-14T13:43:27.431Z] #38 4.037 Cloning into '/tmp/tmp.UdnvF3dhXu/tini'... [2020-02-14T13:43:27.431Z] #38 5.110 + cd /tmp/tmp.UdnvF3dhXu/tini [2020-02-14T13:43:27.431Z] #38 5.110 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:27.431Z] #38 5.131 + cmake . [2020-02-14T13:43:27.431Z] #38 5.850 -- The C compiler identification is GNU 8.3.0 [2020-02-14T13:43:27.431Z] #38 5.921 -- Check for working C compiler: /usr/bin/cc [2020-02-14T13:43:27.431Z] #38 ... [2020-02-14T13:43:27.431Z] [2020-02-14T13:43:27.431Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:27.431Z] #10 70.53 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-14T13:43:27.431Z] #10 70.56 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:43:27.431Z] #10 70.57 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:27.689Z] #10 70.71 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-14T13:43:27.689Z] #10 70.72 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:43:27.689Z] #10 70.72 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:28.170Z] #45 30.38 HOSTCC compel/src/lib/log-host.o [2020-02-14T13:43:28.170Z] #45 30.60 HOSTLINK compel/compel-host-bin [2020-02-14T13:43:28.170Z] #45 30.79 DEP soccr/soccr.d [2020-02-14T13:43:28.220Z] #44 7.469 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:43:28.220Z] #44 7.500 GEN .gitid [2020-02-14T13:43:28.220Z] #44 7.504 GEN criu/include/version.h [2020-02-14T13:43:28.220Z] #44 7.581 GEN include/common/asm [2020-02-14T13:43:28.482Z] #44 ... [2020-02-14T13:43:28.482Z] [2020-02-14T13:43:28.482Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:43:28.482Z] #27 24.80 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T13:43:28.482Z] #27 25.26 #=#=# [2020-02-14T13:43:28.482Z] #27 25.44 ######################################################################## 100.0% [2020-02-14T13:43:28.482Z] #27 25.55 [2020-02-14T13:43:28.482Z] #27 25.62 Download of images into '/build' complete. [2020-02-14T13:43:28.482Z] #27 25.62 Use something like the following to load the result into a Docker daemon: [2020-02-14T13:43:28.482Z] #27 25.62 tar -cC '/build' . | docker load [2020-02-14T13:43:28.482Z] #27 DONE 26.3s [2020-02-14T13:43:28.647Z] #45 31.05 CC soccr/soccr.o [2020-02-14T13:43:28.744Z] [2020-02-14T13:43:28.744Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:28.744Z] #38 3.117 + RM_GOPATH=0 [2020-02-14T13:43:28.744Z] #38 3.117 + TMP_GOPATH= [2020-02-14T13:43:28.744Z] #38 3.117 + : /build [2020-02-14T13:43:28.744Z] #38 3.117 + '[' -z '' ']' [2020-02-14T13:43:28.744Z] #38 3.117 ++ mktemp -d [2020-02-14T13:43:28.744Z] #38 3.125 + export GOPATH=/tmp/tmp.LivvXYdVlS [2020-02-14T13:43:28.744Z] #38 3.125 + GOPATH=/tmp/tmp.LivvXYdVlS [2020-02-14T13:43:28.744Z] #38 3.125 + RM_GOPATH=1 [2020-02-14T13:43:28.744Z] #38 3.127 ++ dirname ./install.sh [2020-02-14T13:43:28.744Z] #38 3.132 + dir=. [2020-02-14T13:43:28.744Z] #38 3.132 + bin=tini [2020-02-14T13:43:28.744Z] #38 3.132 + shift [2020-02-14T13:43:28.744Z] #38 3.132 + '[' '!' -f ./tini.installer ']' [2020-02-14T13:43:28.744Z] #38 3.132 + . ./tini.installer [2020-02-14T13:43:28.744Z] #38 3.132 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:28.744Z] #38 3.133 + install_tini [2020-02-14T13:43:28.744Z] #38 3.133 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-14T13:43:28.744Z] #38 3.133 + git clone https://github.com/krallin/tini.git /tmp/tmp.LivvXYdVlS/tini [2020-02-14T13:43:28.744Z] #38 3.136 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:28.744Z] #38 3.144 Cloning into '/tmp/tmp.LivvXYdVlS/tini'... [2020-02-14T13:43:28.744Z] #38 4.526 + cd /tmp/tmp.LivvXYdVlS/tini [2020-02-14T13:43:28.744Z] #38 4.527 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:43:28.744Z] #38 4.620 + cmake . [2020-02-14T13:43:28.744Z] #38 5.414 -- The C compiler identification is GNU 8.3.0 [2020-02-14T13:43:28.744Z] #38 5.506 -- Check for working C compiler: /usr/bin/cc [2020-02-14T13:43:28.744Z] #38 6.469 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-14T13:43:28.744Z] #38 6.472 -- Detecting C compiler ABI info [2020-02-14T13:43:28.744Z] #38 7.582 -- Detecting C compiler ABI info - done [2020-02-14T13:43:28.744Z] #38 7.700 -- Detecting C compile features [2020-02-14T13:43:28.806Z] #17 40.08 Selecting previously unselected package libnet1:amd64. [2020-02-14T13:43:28.806Z] #17 40.10 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:43:29.062Z] #17 40.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:29.062Z] #17 40.18 Selecting previously unselected package libnl-3-200:amd64. [2020-02-14T13:43:29.062Z] #17 40.19 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-14T13:43:29.062Z] #17 40.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:43:29.062Z] #17 40.25 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-14T13:43:29.062Z] #17 40.25 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:43:29.062Z] #17 40.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:29.062Z] #17 40.33 Selecting previously unselected package libreadline5:amd64. [2020-02-14T13:43:29.062Z] #17 40.33 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-14T13:43:29.062Z] #17 40.34 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-14T13:43:29.318Z] #17 40.45 Selecting previously unselected package net-tools. [2020-02-14T13:43:29.318Z] #17 40.45 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-14T13:43:29.318Z] #17 40.47 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:43:29.574Z] #17 40.69 Selecting previously unselected package python-pip-whl. [2020-02-14T13:43:29.574Z] #17 40.71 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-14T13:43:29.574Z] #17 40.71 Unpacking python-pip-whl (18.1-5) ... [2020-02-14T13:43:30.007Z] #45 32.42 AR soccr/libsoccr.a [2020-02-14T13:43:30.007Z] #45 32.45 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:43:30.007Z] #45 32.58 DEP criu/arch/s390/sigframe.d [2020-02-14T13:43:30.007Z] #45 32.70 DEP criu/arch/s390/crtools.d [2020-02-14T13:43:30.136Z] #17 41.24 Selecting previously unselected package python3-lib2to3. [2020-02-14T13:43:30.136Z] #17 41.24 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-14T13:43:30.136Z] #17 41.25 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:43:30.375Z] #45 32.81 DEP criu/arch/s390/cpu.d [2020-02-14T13:43:30.375Z] #45 ... [2020-02-14T13:43:30.375Z] [2020-02-14T13:43:30.375Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:30.375Z] #48 54.93 go/parser [2020-02-14T13:43:30.375Z] #48 55.16 text/template [2020-02-14T13:43:30.375Z] #48 57.80 encoding/xml [2020-02-14T13:43:30.375Z] #48 58.93 go/doc [2020-02-14T13:43:30.375Z] #48 61.46 github.com/LK4D4/vndr/versioned [2020-02-14T13:43:30.375Z] #48 61.55 net [2020-02-14T13:43:30.375Z] #48 61.70 github.com/LK4D4/vndr/build [2020-02-14T13:43:30.375Z] #48 64.46 vendor/golang.org/x/text/transform [2020-02-14T13:43:30.375Z] #48 65.09 vendor/golang.org/x/text/unicode/bidi [2020-02-14T13:43:30.375Z] #48 ... [2020-02-14T13:43:30.375Z] [2020-02-14T13:43:30.375Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:30.375Z] #45 32.88 CC criu/arch/s390/cpu.o [2020-02-14T13:43:30.393Z] #17 41.41 Selecting previously unselected package python3-distutils. [2020-02-14T13:43:30.393Z] #17 41.44 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-14T13:43:30.393Z] #17 41.45 Unpacking python3-distutils (3.7.3-1) ... [2020-02-14T13:43:30.393Z] #17 41.62 Selecting previously unselected package python3-pip. [2020-02-14T13:43:30.393Z] #17 41.63 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-14T13:43:30.393Z] #17 41.63 Unpacking python3-pip (18.1-5) ... [2020-02-14T13:43:30.649Z] #17 41.81 Selecting previously unselected package python3-pkg-resources. [2020-02-14T13:43:30.649Z] #17 41.81 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:43:30.649Z] #17 41.82 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:30.649Z] #17 41.96 Selecting previously unselected package python3-setuptools. [2020-02-14T13:43:30.658Z] #38 10.90 -- Detecting C compile features - done [2020-02-14T13:43:30.658Z] #38 10.93 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-14T13:43:30.735Z] #45 33.24 CC criu/arch/s390/crtools.o [2020-02-14T13:43:30.905Z] #17 41.96 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-14T13:43:30.906Z] #17 41.97 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-14T13:43:30.906Z] #17 42.17 Selecting previously unselected package python3-wheel. [2020-02-14T13:43:30.906Z] #17 42.18 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-14T13:43:30.906Z] #17 42.18 Unpacking python3-wheel (0.32.3-2) ... [2020-02-14T13:43:30.906Z] #17 42.25 Selecting previously unselected package thin-provisioning-tools. [2020-02-14T13:43:30.918Z] #38 11.21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-14T13:43:30.918Z] #38 11.32 -- Configuring done [2020-02-14T13:43:30.918Z] #38 ... [2020-02-14T13:43:30.918Z] [2020-02-14T13:43:30.918Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:30.918Z] #44 10.18 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-14T13:43:31.162Z] #17 42.26 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-14T13:43:31.162Z] #17 42.27 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:43:31.184Z] #44 10.24 PBCC images/opts.pb-c.c [2020-02-14T13:43:31.184Z] #44 10.40 PBCC images/sit.pb-c.c [2020-02-14T13:43:31.184Z] #44 10.47 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-14T13:43:31.184Z] #44 10.58 DEP images/opts.pb-c.d [2020-02-14T13:43:31.418Z] #17 42.53 Selecting previously unselected package vim-runtime. [2020-02-14T13:43:31.418Z] #17 42.54 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:43:31.418Z] #17 42.57 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-14T13:43:31.418Z] #17 42.60 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-14T13:43:31.418Z] #17 42.61 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:43:31.444Z] #44 10.67 DEP images/sit.pb-c.d [2020-02-14T13:43:31.444Z] #44 10.73 PBCC images/macvlan.pb-c.c [2020-02-14T13:43:31.444Z] #44 10.77 DEP images/macvlan.pb-c.d [2020-02-14T13:43:31.514Z] #45 33.90 CC criu/arch/s390/sigframe.o [2020-02-14T13:43:31.514Z] #45 34.07 LINK criu/arch/s390/crtools.built-in.o [2020-02-14T13:43:31.514Z] #45 34.10 DEP criu/arch/s390/vdso-pie.d [2020-02-14T13:43:31.514Z] #45 34.22 DEP criu/pie/parasite-vdso.d [2020-02-14T13:43:31.704Z] #44 10.88 PBCC images/autofs.pb-c.c [2020-02-14T13:43:31.704Z] #44 10.93 DEP images/autofs.pb-c.d [2020-02-14T13:43:31.704Z] #44 10.97 PBCC images/sysctl.pb-c.c [2020-02-14T13:43:31.704Z] #44 10.98 DEP images/sysctl.pb-c.d [2020-02-14T13:43:31.882Z] #45 34.36 DEP criu/pie/util-vdso.d [2020-02-14T13:43:31.882Z] #45 34.44 DEP criu/pie/util.d [2020-02-14T13:43:31.965Z] #44 11.10 PBCC images/time.pb-c.c [2020-02-14T13:43:31.965Z] #44 11.13 DEP images/time.pb-c.d [2020-02-14T13:43:31.965Z] #44 11.20 PBCC images/binfmt-misc.pb-c.c [2020-02-14T13:43:31.965Z] #44 11.27 DEP images/binfmt-misc.pb-c.d [2020-02-14T13:43:32.226Z] #44 11.36 PBCC images/seccomp.pb-c.c [2020-02-14T13:43:32.226Z] #44 11.42 DEP images/seccomp.pb-c.d [2020-02-14T13:43:32.226Z] #44 11.56 PBCC images/userns.pb-c.c [2020-02-14T13:43:32.226Z] #44 11.60 DEP images/userns.pb-c.d [2020-02-14T13:43:32.257Z] #45 34.55 CC criu/pie/util.o [2020-02-14T13:43:32.257Z] #45 34.76 CC criu/pie/util-vdso.o [2020-02-14T13:43:32.487Z] #44 11.67 PBCC images/cgroup.pb-c.c [2020-02-14T13:43:32.487Z] #44 11.68 DEP images/cgroup.pb-c.d [2020-02-14T13:43:32.487Z] #44 11.77 PBCC images/fown.pb-c.c [2020-02-14T13:43:32.487Z] #44 11.84 PBCC images/ext-file.pb-c.c [2020-02-14T13:43:32.487Z] #44 11.85 DEP images/fown.pb-c.d [2020-02-14T13:43:32.613Z] #45 35.20 CC criu/pie/parasite-vdso.o [2020-02-14T13:43:32.752Z] #44 11.96 DEP images/ext-file.pb-c.d [2020-02-14T13:43:32.752Z] #44 12.04 PBCC images/rpc.pb-c.c [2020-02-14T13:43:32.981Z] #45 35.62 CC criu/arch/s390/vdso-pie.o [2020-02-14T13:43:33.012Z] #44 12.14 DEP images/rpc.pb-c.d [2020-02-14T13:43:33.012Z] #44 12.27 PBCC images/siginfo.pb-c.c [2020-02-14T13:43:33.012Z] #44 12.30 DEP images/siginfo.pb-c.d [2020-02-14T13:43:33.012Z] #44 12.36 PBCC images/pagemap.pb-c.c [2020-02-14T13:43:33.273Z] #44 12.42 DEP images/pagemap.pb-c.d [2020-02-14T13:43:33.273Z] #44 12.47 PBCC images/rlimit.pb-c.c [2020-02-14T13:43:33.273Z] #44 12.53 DEP images/rlimit.pb-c.d [2020-02-14T13:43:33.273Z] #44 12.58 PBCC images/file-lock.pb-c.c [2020-02-14T13:43:33.273Z] #44 12.61 DEP images/file-lock.pb-c.d [2020-02-14T13:43:33.273Z] #44 12.66 PBCC images/tty.pb-c.c [2020-02-14T13:43:33.344Z] #45 35.82 AR criu/pie/pie.lib.a [2020-02-14T13:43:33.344Z] #45 35.85 DEP criu/pie/restorer.d [2020-02-14T13:43:33.344Z] #45 35.98 DEP criu/arch/s390/restorer.d [2020-02-14T13:43:33.533Z] #44 12.73 DEP images/tty.pb-c.d [2020-02-14T13:43:33.533Z] #44 12.89 PBCC images/tun.pb-c.c [2020-02-14T13:43:33.533Z] #44 12.90 PBCC images/netdev.pb-c.c [2020-02-14T13:43:33.533Z] #44 12.95 DEP images/tun.pb-c.d [2020-02-14T13:43:33.717Z] #45 36.13 DEP criu/pie/parasite.d [2020-02-14T13:43:33.717Z] #45 ... [2020-02-14T13:43:33.717Z] [2020-02-14T13:43:33.717Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:33.717Z] #11 58.46 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-14T13:43:33.717Z] #11 58.46 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-14T13:43:33.717Z] #11 58.47 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:33.717Z] #11 ... [2020-02-14T13:43:33.717Z] [2020-02-14T13:43:33.717Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:33.717Z] #45 36.28 CC criu/pie/parasite.o [2020-02-14T13:43:33.793Z] #44 13.00 DEP images/netdev.pb-c.d [2020-02-14T13:43:33.793Z] #44 13.03 PBCC images/vma.pb-c.c [2020-02-14T13:43:33.793Z] #44 13.07 DEP images/vma.pb-c.d [2020-02-14T13:43:33.793Z] #44 13.13 PBCC images/creds.pb-c.c [2020-02-14T13:43:33.793Z] #44 13.15 DEP images/creds.pb-c.d [2020-02-14T13:43:34.054Z] #44 13.22 PBCC images/utsns.pb-c.c [2020-02-14T13:43:34.054Z] #44 13.26 DEP images/utsns.pb-c.d [2020-02-14T13:43:34.054Z] #44 13.34 PBCC images/ipc-desc.pb-c.c [2020-02-14T13:43:34.054Z] #44 13.39 PBCC images/ipc-sem.pb-c.c [2020-02-14T13:43:34.054Z] #44 ... [2020-02-14T13:43:34.054Z] [2020-02-14T13:43:34.054Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:34.054Z] #10 56.20 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-14T13:43:34.054Z] #10 56.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-14T13:43:34.054Z] #10 56.21 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:43:34.054Z] #10 63.52 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-14T13:43:34.054Z] #10 63.56 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-14T13:43:34.054Z] #10 63.58 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:34.054Z] #10 63.78 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-14T13:43:34.054Z] #10 63.78 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-14T13:43:34.054Z] #10 63.79 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:34.244Z] #10 ... [2020-02-14T13:43:34.244Z] [2020-02-14T13:43:34.244Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.244Z] #44 4.125 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:43:34.244Z] #44 4.125 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:43:34.244Z] #44 5.842 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:43:34.244Z] #44 5.882 GEN .gitid [2020-02-14T13:43:34.244Z] #44 5.901 GEN criu/include/version.h [2020-02-14T13:43:34.244Z] #44 5.934 GEN include/common/asm [2020-02-14T13:43:34.244Z] #44 7.587 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-14T13:43:34.244Z] #44 7.673 PBCC images/opts.pb-c.c [2020-02-14T13:43:34.244Z] #44 7.754 PBCC images/sit.pb-c.c [2020-02-14T13:43:34.245Z] #44 7.802 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-14T13:43:34.245Z] #44 7.881 DEP images/opts.pb-c.d [2020-02-14T13:43:34.245Z] #44 7.927 DEP images/sit.pb-c.d [2020-02-14T13:43:34.245Z] #44 7.997 PBCC images/macvlan.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.033 DEP images/macvlan.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.115 PBCC images/autofs.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.161 DEP images/autofs.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.243 PBCC images/sysctl.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.282 DEP images/sysctl.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.341 PBCC images/time.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.349 DEP images/time.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.421 PBCC images/binfmt-misc.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.428 DEP images/binfmt-misc.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.504 PBCC images/seccomp.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.567 DEP images/seccomp.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.637 PBCC images/userns.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.673 DEP images/userns.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.753 PBCC images/cgroup.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.784 DEP images/cgroup.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.834 PBCC images/fown.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.842 PBCC images/ext-file.pb-c.c [2020-02-14T13:43:34.245Z] #44 8.871 DEP images/fown.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.897 DEP images/ext-file.pb-c.d [2020-02-14T13:43:34.245Z] #44 8.952 PBCC images/rpc.pb-c.c [2020-02-14T13:43:34.245Z] #44 9.026 DEP images/rpc.pb-c.d [2020-02-14T13:43:34.245Z] #44 9.107 PBCC images/siginfo.pb-c.c [2020-02-14T13:43:34.245Z] #44 9.219 DEP images/siginfo.pb-c.d [2020-02-14T13:43:34.245Z] #44 9.274 PBCC images/pagemap.pb-c.c [2020-02-14T13:43:34.245Z] #44 ... [2020-02-14T13:43:34.245Z] [2020-02-14T13:43:34.245Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:34.245Z] #38 6.581 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-14T13:43:34.245Z] #38 6.605 -- Detecting C compiler ABI info [2020-02-14T13:43:34.245Z] #38 7.225 -- Detecting C compiler ABI info - done [2020-02-14T13:43:34.245Z] #38 7.279 -- Detecting C compile features [2020-02-14T13:43:34.245Z] #38 9.191 -- Detecting C compile features - done [2020-02-14T13:43:34.245Z] #38 9.256 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-14T13:43:34.245Z] #38 9.542 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-14T13:43:34.245Z] #38 9.654 -- Configuring done [2020-02-14T13:43:34.245Z] #38 9.678 -- Generating done [2020-02-14T13:43:34.245Z] #38 9.681 -- Build files have been written to: /tmp/tmp.UdnvF3dhXu/tini [2020-02-14T13:43:34.245Z] #38 9.696 + make tini-static [2020-02-14T13:43:34.245Z] #38 10.10 Scanning dependencies of target tini-static [2020-02-14T13:43:34.245Z] #38 10.27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-14T13:43:34.245Z] #38 11.62 [100%] Linking C executable tini-static [2020-02-14T13:43:34.245Z] #38 12.22 [100%] Built target tini-static [2020-02-14T13:43:34.245Z] #38 12.27 + mkdir -p /build [2020-02-14T13:43:34.245Z] #38 12.27 + cp tini-static /build/docker-init [2020-02-14T13:43:34.245Z] #38 DONE 12.6s [2020-02-14T13:43:34.245Z] [2020-02-14T13:43:34.245Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.245Z] #44 9.424 DEP images/pagemap.pb-c.d [2020-02-14T13:43:34.245Z] #44 ... [2020-02-14T13:43:34.245Z] [2020-02-14T13:43:34.245Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:34.245Z] #47 67.62 fmt [2020-02-14T13:43:34.245Z] #47 71.34 regexp [2020-02-14T13:43:34.245Z] #47 72.52 go/token [2020-02-14T13:43:34.245Z] #47 73.66 go/scanner [2020-02-14T13:43:34.245Z] #47 75.07 go/ast [2020-02-14T13:43:34.245Z] #47 75.19 internal/lazyregexp [2020-02-14T13:43:34.245Z] #47 75.44 net/url [2020-02-14T13:43:34.245Z] #47 ... [2020-02-14T13:43:34.245Z] [2020-02-14T13:43:34.245Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.245Z] #44 9.624 PBCC images/rlimit.pb-c.c [2020-02-14T13:43:34.245Z] #44 9.673 DEP images/rlimit.pb-c.d [2020-02-14T13:43:34.245Z] #44 9.816 PBCC images/file-lock.pb-c.c [2020-02-14T13:43:34.245Z] #44 9.828 DEP images/file-lock.pb-c.d [2020-02-14T13:43:34.245Z] #44 9.923 PBCC images/tty.pb-c.c [2020-02-14T13:43:34.245Z] #44 10.00 DEP images/tty.pb-c.d [2020-02-14T13:43:34.245Z] #44 10.08 PBCC images/tun.pb-c.c [2020-02-14T13:43:34.314Z] #10 ... [2020-02-14T13:43:34.314Z] [2020-02-14T13:43:34.314Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.314Z] #44 13.40 DEP images/ipc-desc.pb-c.d [2020-02-14T13:43:34.314Z] #44 13.52 DEP images/ipc-sem.pb-c.d [2020-02-14T13:43:34.314Z] #44 13.58 PBCC images/ipc-msg.pb-c.c [2020-02-14T13:43:34.314Z] #44 13.59 DEP images/ipc-msg.pb-c.d [2020-02-14T13:43:34.314Z] #44 13.62 PBCC images/ipc-shm.pb-c.c [2020-02-14T13:43:34.486Z] #45 37.06 LINK criu/pie/parasite.built-in.o [2020-02-14T13:43:34.486Z] #45 37.07 GEN criu/pie/parasite-blob.h [2020-02-14T13:43:34.486Z] #45 37.09 CC criu/arch/s390/restorer.o [2020-02-14T13:43:34.503Z] #44 10.19 PBCC images/netdev.pb-c.c [2020-02-14T13:43:34.503Z] #44 10.23 DEP images/tun.pb-c.d [2020-02-14T13:43:34.503Z] #44 10.29 DEP images/netdev.pb-c.d [2020-02-14T13:43:34.503Z] #44 10.36 PBCC images/vma.pb-c.c [2020-02-14T13:43:34.577Z] #44 13.64 DEP images/ipc-shm.pb-c.d [2020-02-14T13:43:34.577Z] #44 13.72 PBCC images/ipc-var.pb-c.c [2020-02-14T13:43:34.577Z] #44 13.75 DEP images/ipc-var.pb-c.d [2020-02-14T13:43:34.577Z] #44 13.80 PBCC images/sk-opts.pb-c.c [2020-02-14T13:43:34.577Z] #44 13.81 PBCC images/packet-sock.pb-c.c [2020-02-14T13:43:34.577Z] #44 13.85 DEP images/sk-opts.pb-c.d [2020-02-14T13:43:34.577Z] #44 ... [2020-02-14T13:43:34.577Z] [2020-02-14T13:43:34.577Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:34.577Z] #38 11.37 -- Generating done [2020-02-14T13:43:34.577Z] #38 11.38 -- Build files have been written to: /tmp/tmp.LivvXYdVlS/tini [2020-02-14T13:43:34.577Z] #38 11.40 + make tini-static [2020-02-14T13:43:34.577Z] #38 11.93 Scanning dependencies of target tini-static [2020-02-14T13:43:34.577Z] #38 12.12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-14T13:43:34.577Z] #38 13.93 [100%] Linking C executable tini-static [2020-02-14T13:43:34.577Z] #38 14.57 [100%] Built target tini-static [2020-02-14T13:43:34.577Z] #38 14.67 + mkdir -p /build [2020-02-14T13:43:34.577Z] #38 14.68 + cp tini-static /build/docker-init [2020-02-14T13:43:34.577Z] #38 DONE 15.0s [2020-02-14T13:43:34.577Z] [2020-02-14T13:43:34.577Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.577Z] #44 13.92 DEP images/packet-sock.pb-c.d [2020-02-14T13:43:34.687Z] #17 45.83 Selecting previously unselected package vim. [2020-02-14T13:43:34.687Z] #17 45.83 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:43:34.687Z] #17 45.85 Unpacking vim (2:8.1.0875-5) ... [2020-02-14T13:43:34.761Z] #44 10.40 DEP images/vma.pb-c.d [2020-02-14T13:43:34.761Z] #44 10.43 PBCC images/creds.pb-c.c [2020-02-14T13:43:34.761Z] #44 10.45 DEP images/creds.pb-c.d [2020-02-14T13:43:34.761Z] #44 10.49 PBCC images/utsns.pb-c.c [2020-02-14T13:43:34.761Z] #44 10.50 DEP images/utsns.pb-c.d [2020-02-14T13:43:34.761Z] #44 10.55 PBCC images/ipc-desc.pb-c.c [2020-02-14T13:43:34.761Z] #44 10.61 PBCC images/ipc-sem.pb-c.c [2020-02-14T13:43:34.761Z] #44 10.63 DEP images/ipc-desc.pb-c.d [2020-02-14T13:43:34.761Z] #44 10.65 DEP images/ipc-sem.pb-c.d [2020-02-14T13:43:34.761Z] #44 10.70 PBCC images/ipc-msg.pb-c.c [2020-02-14T13:43:34.761Z] #44 10.72 DEP images/ipc-msg.pb-c.d [2020-02-14T13:43:34.837Z] #44 14.01 PBCC images/sk-netlink.pb-c.c [2020-02-14T13:43:34.837Z] #44 14.14 DEP images/sk-netlink.pb-c.d [2020-02-14T13:43:34.848Z] #45 37.33 CC criu/pie/restorer.o [2020-02-14T13:43:34.943Z] #17 ... [2020-02-14T13:43:34.943Z] [2020-02-14T13:43:34.943Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:34.943Z] #44 105.9 CC criu/cr-service.o [2020-02-14T13:43:34.943Z] #44 107.3 CC criu/crtools.o [2020-02-14T13:43:34.943Z] #44 107.9 CC criu/eventfd.o [2020-02-14T13:43:34.943Z] #44 108.2 CC criu/eventpoll.o [2020-02-14T13:43:34.943Z] #44 109.0 CC criu/external.o [2020-02-14T13:43:34.943Z] #44 109.4 CC criu/fault-injection.o [2020-02-14T13:43:34.943Z] #44 109.5 CC criu/fdstore.o [2020-02-14T13:43:34.943Z] #44 109.8 CC criu/fifo.o [2020-02-14T13:43:34.943Z] #44 110.2 CC criu/file-ids.o [2020-02-14T13:43:34.943Z] #44 110.6 CC criu/file-lock.o [2020-02-14T13:43:34.943Z] #44 111.6 CC criu/files-ext.o [2020-02-14T13:43:34.943Z] #44 111.9 CC criu/files-reg.o [2020-02-14T13:43:34.943Z] #44 113.7 CC criu/files.o [2020-02-14T13:43:34.943Z] #44 115.8 CC criu/filesystems.o [2020-02-14T13:43:35.019Z] #44 10.76 PBCC images/ipc-shm.pb-c.c [2020-02-14T13:43:35.020Z] #44 10.80 DEP images/ipc-shm.pb-c.d [2020-02-14T13:43:35.020Z] #44 10.86 PBCC images/ipc-var.pb-c.c [2020-02-14T13:43:35.020Z] #44 10.91 DEP images/ipc-var.pb-c.d [2020-02-14T13:43:35.098Z] #44 14.19 PBCC images/sk-inet.pb-c.c [2020-02-14T13:43:35.098Z] #44 14.42 DEP images/sk-inet.pb-c.d [2020-02-14T13:43:35.098Z] #44 14.50 PBCC images/sk-unix.pb-c.c [2020-02-14T13:43:35.199Z] #44 ... [2020-02-14T13:43:35.199Z] [2020-02-14T13:43:35.199Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:35.199Z] #17 46.34 Selecting previously unselected package xfsprogs. [2020-02-14T13:43:35.199Z] #17 46.35 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-14T13:43:35.199Z] #17 46.36 Unpacking xfsprogs (4.20.0-1) ... [2020-02-14T13:43:35.278Z] #44 10.95 PBCC images/sk-opts.pb-c.c [2020-02-14T13:43:35.278Z] #44 10.99 PBCC images/packet-sock.pb-c.c [2020-02-14T13:43:35.278Z] #44 11.10 DEP images/sk-opts.pb-c.d [2020-02-14T13:43:35.358Z] #44 14.63 DEP images/sk-unix.pb-c.d [2020-02-14T13:43:35.358Z] #44 14.67 PBCC images/mm.pb-c.c [2020-02-14T13:43:35.358Z] #44 14.73 DEP images/mm.pb-c.d [2020-02-14T13:43:35.535Z] #44 11.15 DEP images/packet-sock.pb-c.d [2020-02-14T13:43:35.536Z] #44 11.23 PBCC images/sk-netlink.pb-c.c [2020-02-14T13:43:35.536Z] #44 11.29 DEP images/sk-netlink.pb-c.d [2020-02-14T13:43:35.536Z] #44 11.37 PBCC images/sk-inet.pb-c.c [2020-02-14T13:43:35.536Z] #44 11.46 DEP images/sk-inet.pb-c.d [2020-02-14T13:43:35.618Z] #44 14.82 PBCC images/timerfd.pb-c.c [2020-02-14T13:43:35.618Z] #44 14.87 DEP images/timerfd.pb-c.d [2020-02-14T13:43:35.618Z] #44 14.97 PBCC images/timer.pb-c.c [2020-02-14T13:43:35.762Z] #17 46.84 Selecting previously unselected package zip. [2020-02-14T13:43:35.762Z] #17 46.85 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-14T13:43:35.762Z] #17 46.86 Unpacking zip (3.0-11+b1) ... [2020-02-14T13:43:35.762Z] #17 47.05 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:43:35.762Z] #17 47.07 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:43:35.762Z] #17 47.08 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:35.793Z] #44 11.55 PBCC images/sk-unix.pb-c.c [2020-02-14T13:43:35.793Z] #44 11.63 DEP images/sk-unix.pb-c.d [2020-02-14T13:43:35.879Z] #44 14.98 DEP images/timer.pb-c.d [2020-02-14T13:43:35.879Z] #44 15.08 PBCC images/sa.pb-c.c [2020-02-14T13:43:36.018Z] #17 47.09 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-14T13:43:36.018Z] #17 47.10 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-14T13:43:36.018Z] #17 47.11 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:36.018Z] #17 47.13 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-14T13:43:36.018Z] #17 47.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:43:36.018Z] #17 47.18 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:43:36.018Z] #17 47.20 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:43:36.018Z] #17 47.22 Setting up libicu63:amd64 (63.1-6) ... [2020-02-14T13:43:36.018Z] #17 47.23 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:43:36.018Z] #17 47.24 Setting up zip (3.0-11+b1) ... [2020-02-14T13:43:36.018Z] #17 47.25 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:43:36.018Z] #17 47.27 Setting up bash-completion (1:2.8-6) ... [2020-02-14T13:43:36.052Z] #44 11.70 PBCC images/mm.pb-c.c [2020-02-14T13:43:36.053Z] #44 11.76 DEP images/mm.pb-c.d [2020-02-14T13:43:36.053Z] #44 11.83 PBCC images/timerfd.pb-c.c [2020-02-14T13:43:36.053Z] #44 11.90 DEP images/timerfd.pb-c.d [2020-02-14T13:43:36.053Z] #44 11.95 PBCC images/timer.pb-c.c [2020-02-14T13:43:36.053Z] #44 11.96 DEP images/timer.pb-c.d [2020-02-14T13:43:36.139Z] #44 15.20 DEP images/sa.pb-c.d [2020-02-14T13:43:36.139Z] #44 15.24 PBCC images/pipe-data.pb-c.c [2020-02-14T13:43:36.139Z] #44 15.29 DEP images/pipe-data.pb-c.d [2020-02-14T13:43:36.139Z] #44 15.39 PBCC images/mnt.pb-c.c [2020-02-14T13:43:36.139Z] #44 15.49 DEP images/mnt.pb-c.d [2020-02-14T13:43:36.139Z] #44 15.54 PBCC images/sk-packet.pb-c.c [2020-02-14T13:43:36.310Z] #44 12.00 PBCC images/sa.pb-c.c [2020-02-14T13:43:36.310Z] #44 12.05 DEP images/sa.pb-c.d [2020-02-14T13:43:36.310Z] #44 12.10 PBCC images/pipe-data.pb-c.c [2020-02-14T13:43:36.310Z] #44 12.11 DEP images/pipe-data.pb-c.d [2020-02-14T13:43:36.310Z] #44 12.15 PBCC images/mnt.pb-c.c [2020-02-14T13:43:36.310Z] #44 12.20 DEP images/mnt.pb-c.d [2020-02-14T13:43:36.400Z] #44 15.62 DEP images/sk-packet.pb-c.d [2020-02-14T13:43:36.400Z] #44 15.69 PBCC images/tcp-stream.pb-c.c [2020-02-14T13:43:36.568Z] #44 12.24 PBCC images/sk-packet.pb-c.c [2020-02-14T13:43:36.568Z] #44 12.27 DEP images/sk-packet.pb-c.d [2020-02-14T13:43:36.568Z] #44 12.34 PBCC images/tcp-stream.pb-c.c [2020-02-14T13:43:36.568Z] #44 12.42 DEP images/tcp-stream.pb-c.d [2020-02-14T13:43:36.568Z] #44 12.48 PBCC images/pipe.pb-c.c [2020-02-14T13:43:36.658Z] #45 38.87 LINK criu/pie/restorer.built-in.o [2020-02-14T13:43:36.658Z] #45 38.88 GEN criu/pie/restorer-blob.h [2020-02-14T13:43:36.658Z] #45 38.96 DEP criu/vdso.d [2020-02-14T13:43:36.658Z] #45 39.06 DEP criu/uts_ns.d [2020-02-14T13:43:36.658Z] #45 39.14 DEP criu/util.d [2020-02-14T13:43:36.658Z] #45 39.23 DEP criu/uffd.d [2020-02-14T13:43:36.658Z] #45 39.35 DEP criu/tun.d [2020-02-14T13:43:36.661Z] #44 15.82 DEP images/tcp-stream.pb-c.d [2020-02-14T13:43:36.661Z] #44 15.92 PBCC images/pipe.pb-c.c [2020-02-14T13:43:36.661Z] #44 15.99 DEP images/pipe.pb-c.d [2020-02-14T13:43:36.828Z] #44 12.53 DEP images/pipe.pb-c.d [2020-02-14T13:43:36.829Z] #44 12.61 PBCC images/pstree.pb-c.c [2020-02-14T13:43:36.829Z] #44 12.66 DEP images/pstree.pb-c.d [2020-02-14T13:43:36.829Z] #44 12.74 PBCC images/fs.pb-c.c [2020-02-14T13:43:36.921Z] #44 16.07 PBCC images/pstree.pb-c.c [2020-02-14T13:43:36.921Z] #44 16.10 DEP images/pstree.pb-c.d [2020-02-14T13:43:36.921Z] #44 16.16 PBCC images/fs.pb-c.c [2020-02-14T13:43:36.921Z] #44 16.17 DEP images/fs.pb-c.d [2020-02-14T13:43:36.921Z] #44 16.22 PBCC images/signalfd.pb-c.c [2020-02-14T13:43:36.921Z] #44 16.29 DEP images/signalfd.pb-c.d [2020-02-14T13:43:37.020Z] #45 39.48 DEP criu/tty.d [2020-02-14T13:43:37.020Z] #45 39.60 DEP criu/timerfd.d [2020-02-14T13:43:37.020Z] #45 39.71 DEP criu/sysfs_parse.d [2020-02-14T13:43:37.087Z] #44 12.79 DEP images/fs.pb-c.d [2020-02-14T13:43:37.087Z] #44 12.82 PBCC images/signalfd.pb-c.c [2020-02-14T13:43:37.087Z] #44 12.86 DEP images/signalfd.pb-c.d [2020-02-14T13:43:37.087Z] #44 12.93 PBCC images/fh.pb-c.c [2020-02-14T13:43:37.087Z] #44 12.96 PBCC images/fsnotify.pb-c.c [2020-02-14T13:43:37.182Z] #44 16.34 PBCC images/fh.pb-c.c [2020-02-14T13:43:37.182Z] #44 16.40 PBCC images/fsnotify.pb-c.c [2020-02-14T13:43:37.182Z] #44 16.45 DEP images/fh.pb-c.d [2020-02-14T13:43:37.182Z] #44 16.51 DEP images/fsnotify.pb-c.d [2020-02-14T13:43:37.345Z] #44 ... [2020-02-14T13:43:37.345Z] [2020-02-14T13:43:37.345Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:37.345Z] #33 70.88 github.com/BurntSushi/toml [2020-02-14T13:43:37.345Z] #33 70.89 flag [2020-02-14T13:43:37.345Z] #33 72.39 log [2020-02-14T13:43:37.345Z] #33 75.12 github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:43:37.345Z] #33 DONE 80.0s [2020-02-14T13:43:37.345Z] [2020-02-14T13:43:37.345Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:37.345Z] #44 13.07 DEP images/fh.pb-c.d [2020-02-14T13:43:37.345Z] #44 13.17 DEP images/fsnotify.pb-c.d [2020-02-14T13:43:37.345Z] #44 13.27 PBCC images/eventpoll.pb-c.c [2020-02-14T13:43:37.345Z] #44 13.30 DEP images/eventpoll.pb-c.d [2020-02-14T13:43:37.379Z] #45 39.87 DEP criu/sysctl.d [2020-02-14T13:43:37.379Z] #45 39.99 DEP criu/string.d [2020-02-14T13:43:37.442Z] #44 16.58 PBCC images/eventpoll.pb-c.c [2020-02-14T13:43:37.442Z] #44 16.60 DEP images/eventpoll.pb-c.d [2020-02-14T13:43:37.442Z] #44 ... [2020-02-14T13:43:37.442Z] [2020-02-14T13:43:37.442Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:37.442Z] #47 59.25 regexp [2020-02-14T13:43:37.442Z] #47 63.93 os [2020-02-14T13:43:37.442Z] #47 63.95 context [2020-02-14T13:43:37.442Z] #47 65.65 github.com/LK4D4/vndr/versioned [2020-02-14T13:43:37.442Z] #47 67.81 internal/lazyregexp [2020-02-14T13:43:37.442Z] #47 67.81 os/exec [2020-02-14T13:43:37.442Z] #47 68.00 net [2020-02-14T13:43:37.442Z] #47 68.79 encoding/binary [2020-02-14T13:43:37.442Z] #47 68.79 flag [2020-02-14T13:43:37.442Z] #47 ... [2020-02-14T13:43:37.442Z] [2020-02-14T13:43:37.442Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:37.442Z] #44 16.69 PBCC images/eventfd.pb-c.c [2020-02-14T13:43:37.442Z] #44 16.72 DEP images/eventfd.pb-c.d [2020-02-14T13:43:37.442Z] #44 16.81 PBCC images/remap-file-path.pb-c.c [2020-02-14T13:43:37.603Z] #44 13.39 PBCC images/eventfd.pb-c.c [2020-02-14T13:43:37.603Z] #44 13.42 DEP images/eventfd.pb-c.d [2020-02-14T13:43:37.603Z] #44 13.48 PBCC images/remap-file-path.pb-c.c [2020-02-14T13:43:37.603Z] #44 13.49 DEP images/remap-file-path.pb-c.d [2020-02-14T13:43:37.703Z] #44 16.87 DEP images/remap-file-path.pb-c.d [2020-02-14T13:43:37.703Z] #44 17.00 PBCC images/fifo.pb-c.c [2020-02-14T13:43:37.703Z] #44 17.03 DEP images/fifo.pb-c.d [2020-02-14T13:43:37.703Z] #44 17.07 PBCC images/ghost-file.pb-c.c [2020-02-14T13:43:37.748Z] #45 40.00 DEP criu/stats.d [2020-02-14T13:43:37.748Z] #45 40.08 DEP criu/sockets.d [2020-02-14T13:43:37.748Z] #45 40.25 DEP criu/sk-unix.d [2020-02-14T13:43:37.748Z] #45 40.37 DEP criu/sk-tcp.d [2020-02-14T13:43:37.861Z] #44 13.56 PBCC images/fifo.pb-c.c [2020-02-14T13:43:37.861Z] #44 13.60 DEP images/fifo.pb-c.d [2020-02-14T13:43:37.861Z] #44 13.64 PBCC images/ghost-file.pb-c.c [2020-02-14T13:43:37.861Z] #44 13.69 DEP images/ghost-file.pb-c.d [2020-02-14T13:43:37.861Z] #44 13.75 PBCC images/regfile.pb-c.c [2020-02-14T13:43:37.861Z] #44 13.81 DEP images/regfile.pb-c.d [2020-02-14T13:43:37.963Z] #44 17.14 DEP images/ghost-file.pb-c.d [2020-02-14T13:43:37.964Z] #44 17.24 PBCC images/regfile.pb-c.c [2020-02-14T13:43:37.964Z] #44 17.30 DEP images/regfile.pb-c.d [2020-02-14T13:43:37.964Z] #44 17.37 PBCC images/ns.pb-c.c [2020-02-14T13:43:38.109Z] #45 40.55 DEP criu/sk-queue.d [2020-02-14T13:43:38.109Z] #45 40.60 DEP criu/sk-packet.d [2020-02-14T13:43:38.109Z] #45 40.70 DEP criu/sk-netlink.d [2020-02-14T13:43:38.224Z] #44 17.40 DEP images/ns.pb-c.d [2020-02-14T13:43:38.224Z] #44 17.49 PBCC images/fdinfo.pb-c.c [2020-02-14T13:43:38.224Z] #44 17.62 DEP images/fdinfo.pb-c.d [2020-02-14T13:43:38.224Z] #44 ... [2020-02-14T13:43:38.224Z] [2020-02-14T13:43:38.224Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:38.224Z] #33 60.10 internal/poll [2020-02-14T13:43:38.224Z] #33 61.71 internal/fmtsort [2020-02-14T13:43:38.224Z] #33 62.47 os [2020-02-14T13:43:38.224Z] #33 64.72 path/filepath [2020-02-14T13:43:38.224Z] #33 64.73 fmt [2020-02-14T13:43:38.224Z] #33 66.10 io/ioutil [2020-02-14T13:43:38.224Z] #33 68.12 log [2020-02-14T13:43:38.224Z] #33 68.12 github.com/BurntSushi/toml [2020-02-14T13:43:38.224Z] #33 68.12 flag [2020-02-14T13:43:38.427Z] #44 13.96 PBCC images/ns.pb-c.c [2020-02-14T13:43:38.427Z] #44 14.05 DEP images/ns.pb-c.d [2020-02-14T13:43:38.427Z] #44 14.10 PBCC images/fdinfo.pb-c.c [2020-02-14T13:43:38.427Z] #44 14.21 DEP images/fdinfo.pb-c.d [2020-02-14T13:43:38.427Z] #44 14.27 PBCC images/core-aarch64.pb-c.c [2020-02-14T13:43:38.427Z] #44 14.29 PBCC images/core-arm.pb-c.c [2020-02-14T13:43:38.427Z] #44 14.35 PBCC images/core-ppc64.pb-c.c [2020-02-14T13:43:38.485Z] #33 ... [2020-02-14T13:43:38.485Z] [2020-02-14T13:43:38.485Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:38.485Z] #44 17.73 PBCC images/core-aarch64.pb-c.c [2020-02-14T13:43:38.485Z] #44 17.78 PBCC images/core-arm.pb-c.c [2020-02-14T13:43:38.485Z] #44 17.83 PBCC images/core-ppc64.pb-c.c [2020-02-14T13:43:38.485Z] #44 17.87 PBCC images/core-s390.pb-c.c [2020-02-14T13:43:38.488Z] #45 ... [2020-02-14T13:43:38.488Z] [2020-02-14T13:43:38.488Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:38.488Z] #11 70.29 Selecting previously unselected package libapparmor1:s390x. [2020-02-14T13:43:38.488Z] #11 70.29 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.29 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-02-14T13:43:38.488Z] #11 70.39 Selecting previously unselected package libapparmor-dev:s390x. [2020-02-14T13:43:38.488Z] #11 70.39 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.39 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-02-14T13:43:38.488Z] #11 70.51 Selecting previously unselected package libbtrfs0. [2020-02-14T13:43:38.488Z] #11 70.51 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.51 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:43:38.488Z] #11 70.55 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:43:38.488Z] #11 70.55 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.55 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:43:38.488Z] #11 70.62 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-02-14T13:43:38.488Z] #11 70.62 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.62 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 70.67 Selecting previously unselected package libudev-dev:s390x. [2020-02-14T13:43:38.488Z] #11 70.68 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.68 Unpacking libudev-dev:s390x (241-7~deb10u3) ... [2020-02-14T13:43:38.488Z] #11 70.81 Selecting previously unselected package libsepol1-dev:s390x. [2020-02-14T13:43:38.488Z] #11 70.81 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 70.81 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-02-14T13:43:38.488Z] #11 71.12 Selecting previously unselected package libpcre16-3:s390x. [2020-02-14T13:43:38.488Z] #11 71.12 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.12 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 71.17 Selecting previously unselected package libpcre32-3:s390x. [2020-02-14T13:43:38.488Z] #11 71.18 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.18 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 71.29 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-02-14T13:43:38.488Z] #11 71.30 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.30 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 71.36 Selecting previously unselected package libpcre3-dev:s390x. [2020-02-14T13:43:38.488Z] #11 71.36 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.36 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 71.66 Selecting previously unselected package libselinux1-dev:s390x. [2020-02-14T13:43:38.488Z] #11 71.67 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.68 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-14T13:43:38.488Z] #11 71.90 Selecting previously unselected package libdevmapper-dev:s390x. [2020-02-14T13:43:38.488Z] #11 71.92 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.92 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 71.96 Selecting previously unselected package libseccomp-dev:s390x. [2020-02-14T13:43:38.488Z] #11 71.96 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 71.97 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-02-14T13:43:38.488Z] #11 72.05 Selecting previously unselected package libsystemd-dev:s390x. [2020-02-14T13:43:38.488Z] #11 72.06 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_s390x.deb ... [2020-02-14T13:43:38.488Z] #11 72.06 Unpacking libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-14T13:43:38.488Z] #11 72.63 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 72.64 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-02-14T13:43:38.488Z] #11 72.65 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-02-14T13:43:38.488Z] #11 72.65 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:43:38.488Z] #11 72.66 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 72.67 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-02-14T13:43:38.488Z] #11 72.67 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:38.488Z] #11 72.68 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:43:38.488Z] #11 72.69 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 72.70 Setting up libudev-dev:s390x (241-7~deb10u3) ... [2020-02-14T13:43:38.488Z] #11 72.71 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:43:38.488Z] #11 72.71 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:43:38.488Z] #11 72.72 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-02-14T13:43:38.488Z] #11 72.73 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-14T13:43:38.488Z] #11 72.73 Setting up libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-14T13:43:38.488Z] #11 72.74 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:43:38.488Z] #11 72.75 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-02-14T13:43:38.488Z] #11 72.76 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:38.488Z] #11 72.76 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 [2020-02-14T13:43:38.488Z] #11 72.77 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 [2020-02-14T13:43:38.488Z] #11 72.77 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:38.488Z] #11 72.78 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 [2020-02-14T13:43:38.488Z] #11 72.78 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 [2020-02-14T13:43:38.488Z] #11 72.78 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:43:38.488Z] #11 72.79 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-14T13:43:38.488Z] #11 72.80 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 72.81 Setting up dmsetup (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 72.82 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 72.84 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-14T13:43:38.488Z] #11 72.85 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:38.488Z] #11 DONE 73.2s [2020-02-14T13:43:38.488Z] [2020-02-14T13:43:38.488Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:43:38.488Z] #56 DONE 0.1s [2020-02-14T13:43:38.488Z] [2020-02-14T13:43:38.488Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:38.488Z] #45 40.92 DEP criu/sk-inet.d [2020-02-14T13:43:38.488Z] #45 41.01 DEP criu/signalfd.d [2020-02-14T13:43:38.488Z] #45 ... [2020-02-14T13:43:38.488Z] [2020-02-14T13:43:38.488Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-14T13:43:38.488Z] #57 DONE 0.1s [2020-02-14T13:43:38.488Z] [2020-02-14T13:43:38.488Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:38.488Z] #45 41.12 DEP criu/sigframe.d [2020-02-14T13:43:38.536Z] #17 49.71 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-14T13:43:38.536Z] #17 49.72 Setting up xz-utils (5.2.4-1) ... [2020-02-14T13:43:38.536Z] #17 49.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-14T13:43:38.536Z] #17 49.75 Setting up pigz (2.4-1) ... [2020-02-14T13:43:38.536Z] #17 49.76 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-14T13:43:38.536Z] #17 49.78 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:43:38.536Z] #17 49.79 Setting up python-pip-whl (18.1-5) ... [2020-02-14T13:43:38.536Z] #17 49.80 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-14T13:43:38.685Z] #44 14.43 PBCC images/core-s390.pb-c.c [2020-02-14T13:43:38.685Z] #44 14.50 PBCC images/core-x86.pb-c.c [2020-02-14T13:43:38.685Z] #44 14.55 PBCC images/core.pb-c.c [2020-02-14T13:43:38.685Z] #44 14.63 PBCC images/inventory.pb-c.c [2020-02-14T13:43:38.746Z] #44 17.95 PBCC images/core-x86.pb-c.c [2020-02-14T13:43:38.746Z] #44 18.05 PBCC images/core.pb-c.c [2020-02-14T13:43:38.746Z] #44 18.13 PBCC images/inventory.pb-c.c [2020-02-14T13:43:38.792Z] #17 49.81 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:43:38.899Z] #45 ... [2020-02-14T13:43:38.900Z] [2020-02-14T13:43:38.900Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:43:38.900Z] #12 DONE 0.4s [2020-02-14T13:43:38.900Z] [2020-02-14T13:43:38.900Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:38.900Z] #45 41.17 DEP criu/shmem.d [2020-02-14T13:43:38.900Z] #45 41.38 DEP criu/servicefd.d [2020-02-14T13:43:38.943Z] #44 14.73 DEP images/core-aarch64.pb-c.d [2020-02-14T13:43:38.943Z] #44 14.78 DEP images/core-arm.pb-c.d [2020-02-14T13:43:38.943Z] #44 14.84 DEP images/core-ppc64.pb-c.d [2020-02-14T13:43:39.007Z] #44 18.24 DEP images/core-aarch64.pb-c.d [2020-02-14T13:43:39.007Z] #44 18.29 DEP images/core-arm.pb-c.d [2020-02-14T13:43:39.007Z] #44 18.38 DEP images/core-ppc64.pb-c.d [2020-02-14T13:43:39.048Z] #17 50.25 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-14T13:43:39.048Z] #17 50.27 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:43:39.048Z] #17 50.28 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:39.048Z] #17 50.29 Setting up vim (2:8.1.0875-5) ... [2020-02-14T13:43:39.048Z] #17 50.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-14T13:43:39.048Z] #17 50.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-14T13:43:39.048Z] #17 50.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-14T13:43:39.048Z] #17 50.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-14T13:43:39.048Z] #17 50.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-14T13:43:39.048Z] #17 50.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-14T13:43:39.048Z] #17 50.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-14T13:43:39.048Z] #17 50.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-14T13:43:39.217Z] #44 14.89 DEP images/core-s390.pb-c.d [2020-02-14T13:43:39.217Z] #44 14.96 DEP images/core-x86.pb-c.d [2020-02-14T13:43:39.217Z] #44 15.00 DEP images/core.pb-c.d [2020-02-14T13:43:39.217Z] #44 15.05 DEP images/inventory.pb-c.d [2020-02-14T13:43:39.268Z] #44 18.51 DEP images/core-s390.pb-c.d [2020-02-14T13:43:39.268Z] #44 18.57 DEP images/core-x86.pb-c.d [2020-02-14T13:43:39.268Z] #44 18.61 DEP images/core.pb-c.d [2020-02-14T13:43:39.303Z] #45 ... [2020-02-14T13:43:39.303Z] [2020-02-14T13:43:39.303Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:43:39.303Z] #13 DONE 0.4s [2020-02-14T13:43:39.303Z] [2020-02-14T13:43:39.303Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:39.303Z] #45 41.62 DEP criu/seize.d [2020-02-14T13:43:39.303Z] #45 41.72 DEP criu/seccomp.d [2020-02-14T13:43:39.303Z] #45 41.81 DEP criu/rst-malloc.d [2020-02-14T13:43:39.303Z] #45 41.87 DEP criu/rbtree.d [2020-02-14T13:43:39.303Z] #45 41.90 DEP criu/pstree.d [2020-02-14T13:43:39.304Z] #17 50.36 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:43:39.305Z] #17 50.37 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:43:39.305Z] #17 50.38 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-14T13:43:39.305Z] #17 50.39 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:43:39.305Z] #17 50.40 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-14T13:43:39.305Z] #17 50.41 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:39.476Z] #44 15.13 PBCC images/cpuinfo.pb-c.c [2020-02-14T13:43:39.476Z] #44 15.19 DEP images/cpuinfo.pb-c.d [2020-02-14T13:43:39.476Z] #44 15.23 PBCC images/stats.pb-c.c [2020-02-14T13:43:39.476Z] #44 15.26 DEP images/stats.pb-c.d [2020-02-14T13:43:39.528Z] #44 18.73 DEP images/inventory.pb-c.d [2020-02-14T13:43:39.528Z] #44 18.86 PBCC images/cpuinfo.pb-c.c [2020-02-14T13:43:39.698Z] #45 ... [2020-02-14T13:43:39.698Z] [2020-02-14T13:43:39.698Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:43:39.698Z] #14 0.183 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-14T13:43:39.698Z] #14 DONE 0.3s [2020-02-14T13:43:39.698Z] [2020-02-14T13:43:39.698Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-14T13:43:39.698Z] #15 DONE 0.3s [2020-02-14T13:43:39.698Z] [2020-02-14T13:43:39.698Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:39.698Z] #45 42.14 DEP criu/protobuf.d [2020-02-14T13:43:39.698Z] #45 42.34 GEN criu/protobuf-desc-gen.h [2020-02-14T13:43:39.788Z] #44 18.94 DEP images/cpuinfo.pb-c.d [2020-02-14T13:43:39.788Z] #44 19.06 PBCC images/stats.pb-c.c [2020-02-14T13:43:39.788Z] #44 19.08 DEP images/stats.pb-c.d [2020-02-14T13:43:40.102Z] #45 ... [2020-02-14T13:43:40.102Z] [2020-02-14T13:43:40.102Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-14T13:43:40.102Z] #16 DONE 0.4s [2020-02-14T13:43:40.102Z] [2020-02-14T13:43:40.102Z] #17 [dev 6/25] RUN ldconfig [2020-02-14T13:43:40.481Z] #17 DONE 0.3s [2020-02-14T13:43:40.481Z] [2020-02-14T13:43:40.481Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:40.849Z] #44 16.56 make[1]: Nothing to be done for 'all'. [2020-02-14T13:43:40.864Z] #18 0.369 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:43:41.227Z] #18 0.627 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:43:41.227Z] #18 0.744 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:43:41.227Z] #18 0.970 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-14T13:43:41.600Z] #18 ... [2020-02-14T13:43:41.600Z] [2020-02-14T13:43:41.600Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:41.600Z] #66 69.87 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:43:41.600Z] #66 69.87 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-14T13:43:41.600Z] #66 DONE 76.2s [2020-02-14T13:43:41.600Z] [2020-02-14T13:43:41.600Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-14T13:43:41.600Z] #67 DONE 0.1s [2020-02-14T13:43:41.600Z] [2020-02-14T13:43:41.600Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:41.600Z] #45 43.81 DEP criu/protobuf-desc.d [2020-02-14T13:43:41.600Z] #45 43.89 DEP criu/proc_parse.d [2020-02-14T13:43:41.600Z] #45 44.02 DEP criu/plugin.d [2020-02-14T13:43:41.600Z] #45 44.13 DEP criu/pipes.d [2020-02-14T13:43:41.700Z] #44 20.96 make[1]: Nothing to be done for 'all'. [2020-02-14T13:43:41.821Z] #17 ... [2020-02-14T13:43:41.821Z] [2020-02-14T13:43:41.821Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:43:41.821Z] #41 185.3 + dpkg --print-architecture [2020-02-14T13:43:41.821Z] #41 185.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-14T13:43:41.985Z] #45 ... [2020-02-14T13:43:41.985Z] [2020-02-14T13:43:41.985Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:41.985Z] #48 66.51 vendor/golang.org/x/text/secure/bidirule [2020-02-14T13:43:41.985Z] #48 66.82 vendor/golang.org/x/text/unicode/norm [2020-02-14T13:43:41.985Z] #48 70.40 vendor/golang.org/x/net/idna [2020-02-14T13:43:41.985Z] #48 72.82 vendor/golang.org/x/net/http2/hpack [2020-02-14T13:43:41.985Z] #48 74.91 mime [2020-02-14T13:43:41.985Z] #48 ... [2020-02-14T13:43:41.985Z] [2020-02-14T13:43:41.985Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:41.985Z] #45 44.47 DEP criu/pie-util.d [2020-02-14T13:43:41.985Z] #45 44.54 DEP criu/pie-util-vdso.d [2020-02-14T13:43:41.985Z] #45 44.59 DEP criu/pie-util-vdso-elf32.d [2020-02-14T13:43:41.985Z] #45 44.65 DEP criu/path.d [2020-02-14T13:43:42.077Z] #41 185.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-14T13:43:42.077Z] #41 185.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-14T13:43:42.223Z] #44 17.90 CC images/stats.o [2020-02-14T13:43:42.361Z] #45 44.76 DEP criu/parasite-syscall.d [2020-02-14T13:43:42.361Z] #45 44.93 DEP criu/pagemap.d [2020-02-14T13:43:42.361Z] #45 45.06 DEP criu/pagemap-cache.d [2020-02-14T13:43:42.722Z] #45 45.19 DEP criu/page-xfer.d [2020-02-14T13:43:42.790Z] #44 18.35 CC images/core.o [2020-02-14T13:43:43.095Z] #45 45.40 DEP criu/page-pipe.d [2020-02-14T13:43:43.095Z] #45 45.48 DEP criu/netfilter.d [2020-02-14T13:43:43.095Z] #45 45.68 DEP criu/net.d [2020-02-14T13:43:43.356Z] #44 18.99 CC images/core-x86.o [2020-02-14T13:43:43.465Z] #45 45.87 DEP criu/namespaces.d [2020-02-14T13:43:43.465Z] #45 46.00 DEP criu/mount.d [2020-02-14T13:43:43.614Z] #44 22.73 CC images/stats.o [2020-02-14T13:43:43.839Z] #45 46.11 DEP criu/mem.d [2020-02-14T13:43:43.839Z] #45 46.27 DEP criu/lsm.d [2020-02-14T13:43:43.839Z] #45 46.35 DEP criu/log.d [2020-02-14T13:43:43.839Z] #45 46.42 DEP criu/libnetlink.d [2020-02-14T13:43:43.875Z] #44 ... [2020-02-14T13:43:43.875Z] [2020-02-14T13:43:43.875Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:43:43.875Z] #33 71.75 github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:43:43.875Z] #33 DONE 75.9s [2020-02-14T13:43:43.875Z] [2020-02-14T13:43:43.875Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:43.875Z] #62 34.61 Checking out files: 53% (1631/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 88% (2696/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-14T13:43:43.875Z] #62 36.03 + cd /tmp/tmp.NhXfvCaBg9/src/github.com/containerd/containerd [2020-02-14T13:43:43.875Z] #62 36.03 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:43.875Z] #62 37.26 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-14T13:43:43.875Z] #62 37.26 + BUILDTAGS='netgo osusergo static_build' [2020-02-14T13:43:43.875Z] #62 37.26 + export EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:43.875Z] #62 37.26 + EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:43.875Z] #62 37.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-14T13:43:43.875Z] #62 37.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-14T13:43:43.875Z] #62 37.26 + '[' '' = dynamic ']' [2020-02-14T13:43:43.875Z] #62 37.26 + make [2020-02-14T13:43:43.875Z] #62 38.42 + bin/ctr [2020-02-14T13:43:43.926Z] #44 19.53 CC images/core-arm.o [2020-02-14T13:43:44.137Z] #62 ... [2020-02-14T13:43:44.137Z] [2020-02-14T13:43:44.137Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:44.137Z] #44 23.32 CC images/core.o [2020-02-14T13:43:44.185Z] #44 19.95 CC images/core-aarch64.o [2020-02-14T13:43:44.195Z] #45 46.48 DEP criu/kerndat.d [2020-02-14T13:43:44.195Z] #45 46.62 DEP criu/kcmp-ids.d [2020-02-14T13:43:44.195Z] #45 46.68 DEP criu/irmap.d [2020-02-14T13:43:44.195Z] #45 46.76 DEP criu/ipc_ns.d [2020-02-14T13:43:44.195Z] #45 46.86 DEP criu/image.d [2020-02-14T13:43:44.443Z] #44 20.39 CC images/core-ppc64.o [2020-02-14T13:43:44.563Z] #45 46.97 DEP criu/image-desc.d [2020-02-14T13:43:44.563Z] #45 47.04 DEP criu/fsnotify.d [2020-02-14T13:43:44.563Z] #45 47.14 DEP criu/filesystems.d [2020-02-14T13:43:44.563Z] #45 47.24 DEP criu/files.d [2020-02-14T13:43:44.922Z] #45 47.37 DEP criu/files-reg.d [2020-02-14T13:43:44.923Z] #45 47.48 DEP criu/files-ext.d [2020-02-14T13:43:44.923Z] #45 47.56 DEP criu/file-lock.d [2020-02-14T13:43:45.009Z] #44 ... [2020-02-14T13:43:45.009Z] [2020-02-14T13:43:45.009Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:45.009Z] #47 77.75 text/template/parse [2020-02-14T13:43:45.009Z] #47 81.23 go/parser [2020-02-14T13:43:45.009Z] #47 82.85 text/template [2020-02-14T13:43:45.009Z] #47 84.77 encoding/xml [2020-02-14T13:43:45.009Z] #47 87.90 go/doc [2020-02-14T13:43:45.009Z] #47 ... [2020-02-14T13:43:45.009Z] [2020-02-14T13:43:45.009Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:45.009Z] #62 35.57 Checking out files: 37% (1148/3042) Checking out files: 38% (1156/3042) Checking out files: 39% (1187/3042) Checking out files: 40% (1217/3042) Checking out files: 41% (1248/3042) Checking out files: 42% (1278/3042) Checking out files: 43% (1309/3042) Checking out files: 44% (1339/3042) Checking out files: 45% (1369/3042) Checking out files: 46% (1400/3042) Checking out files: 47% (1430/3042) Checking out files: 48% (1461/3042) Checking out files: 49% (1491/3042) Checking out files: 50% (1521/3042) Checking out files: 51% (1552/3042) Checking out files: 52% (1582/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 86% (2642/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-14T13:43:45.009Z] #62 36.94 + cd /tmp/tmp.DklwSpzyBR/src/github.com/containerd/containerd [2020-02-14T13:43:45.009Z] #62 36.94 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:43:45.009Z] #62 37.91 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-14T13:43:45.009Z] #62 37.91 + BUILDTAGS='netgo osusergo static_build' [2020-02-14T13:43:45.009Z] #62 37.91 + export EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:45.009Z] #62 37.91 + EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:43:45.009Z] #62 37.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-14T13:43:45.009Z] #62 37.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-14T13:43:45.009Z] #62 37.91 + '[' '' = dynamic ']' [2020-02-14T13:43:45.009Z] #62 37.91 + make [2020-02-14T13:43:45.009Z] #62 39.09 + bin/ctr [2020-02-14T13:43:45.009Z] #62 ... [2020-02-14T13:43:45.009Z] [2020-02-14T13:43:45.009Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:45.009Z] #44 20.96 CC images/core-s390.o [2020-02-14T13:43:45.237Z] #44 24.50 CC images/core-x86.o [2020-02-14T13:43:45.283Z] #45 47.71 DEP criu/file-ids.d [2020-02-14T13:43:45.283Z] #45 47.80 DEP criu/fifo.d [2020-02-14T13:43:45.283Z] #45 47.91 DEP criu/fdstore.d [2020-02-14T13:43:45.283Z] #45 47.95 DEP criu/fault-injection.d [2020-02-14T13:43:45.283Z] #45 48.01 DEP criu/external.d [2020-02-14T13:43:45.667Z] #45 48.13 DEP criu/eventpoll.d [2020-02-14T13:43:45.667Z] #45 48.22 DEP criu/eventfd.d [2020-02-14T13:43:45.944Z] #44 21.60 CC images/cpuinfo.o [2020-02-14T13:43:46.029Z] #45 48.31 DEP criu/crtools.d [2020-02-14T13:43:46.029Z] #45 48.42 DEP criu/cr-service.d [2020-02-14T13:43:46.029Z] #45 48.57 DEP criu/cr-restore.d [2020-02-14T13:43:46.202Z] #44 22.06 CC images/inventory.o [2020-02-14T13:43:46.246Z] #41 ... [2020-02-14T13:43:46.246Z] [2020-02-14T13:43:46.246Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:46.246Z] #44 116.5 CC criu/fsnotify.o [2020-02-14T13:43:46.246Z] #44 117.7 CC criu/image-desc.o [2020-02-14T13:43:46.246Z] #44 117.9 CC criu/image.o [2020-02-14T13:43:46.246Z] #44 119.0 CC criu/ipc_ns.o [2020-02-14T13:43:46.246Z] #44 120.2 CC criu/irmap.o [2020-02-14T13:43:46.246Z] #44 121.0 CC criu/kcmp-ids.o [2020-02-14T13:43:46.246Z] #44 121.3 CC criu/kerndat.o [2020-02-14T13:43:46.246Z] #44 122.3 CC criu/libnetlink.o [2020-02-14T13:43:46.246Z] #44 122.7 CC criu/log.o [2020-02-14T13:43:46.246Z] #44 123.4 CC criu/lsm.o [2020-02-14T13:43:46.246Z] #44 123.9 CC criu/mem.o [2020-02-14T13:43:46.246Z] #44 125.5 CC criu/mount.o [2020-02-14T13:43:46.246Z] #44 ... [2020-02-14T13:43:46.246Z] [2020-02-14T13:43:46.246Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:46.246Z] #17 53.43 Setting up iptables (1.8.2-4) ... [2020-02-14T13:43:46.246Z] #17 53.45 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.46 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-14T13:43:46.246Z] #17 53.50 Setting up python3 (3.7.3-1) ... [2020-02-14T13:43:46.246Z] #17 53.89 Setting up python3-wheel (0.32.3-2) ... [2020-02-14T13:43:46.246Z] #17 54.66 Setting up apparmor (2.13.2-10) ... [2020-02-14T13:43:46.246Z] #17 56.19 Setting up xfsprogs (4.20.0-1) ... [2020-02-14T13:43:46.246Z] #17 56.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:43:46.246Z] #17 56.53 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:43:46.246Z] #17 57.45 Setting up python3-distutils (3.7.3-1) ... [2020-02-14T13:43:46.270Z] #44 25.62 CC images/core-arm.o [2020-02-14T13:43:46.394Z] #45 48.73 DEP criu/cr-errno.d [2020-02-14T13:43:46.395Z] #45 48.75 DEP criu/cr-dump.d [2020-02-14T13:43:46.395Z] #45 48.90 DEP criu/cr-dedup.d [2020-02-14T13:43:46.446Z] Removing intermediate container 1b6e30d180b2 [2020-02-14T13:43:46.446Z] ---> fa71b9dd7f0b [2020-02-14T13:43:46.446Z] Step 11/16 : ARG GOOS [2020-02-14T13:43:46.446Z] ---> Running in d785221a945d [2020-02-14T13:43:46.446Z] Removing intermediate container d785221a945d [2020-02-14T13:43:46.446Z] ---> 6aef32fd3205 [2020-02-14T13:43:46.446Z] Step 12/16 : ARG GOARCH [2020-02-14T13:43:46.446Z] ---> Running in 5d4289bbc802 [2020-02-14T13:43:46.446Z] Removing intermediate container 5d4289bbc802 [2020-02-14T13:43:46.446Z] ---> 3875e8cdd6fe [2020-02-14T13:43:46.446Z] 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 [2020-02-14T13:43:46.446Z] ---> Running in 95908445529b [2020-02-14T13:43:46.460Z] #44 22.28 CC images/fdinfo.o [2020-02-14T13:43:46.766Z] #45 ... [2020-02-14T13:43:46.766Z] [2020-02-14T13:43:46.766Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:46.766Z] #51 DONE 81.2s [2020-02-14T13:43:46.766Z] [2020-02-14T13:43:46.766Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:46.766Z] #45 49.06 DEP criu/cr-check.d [2020-02-14T13:43:46.807Z] #17 57.97 Setting up python3-setuptools (40.8.0-1) ... [2020-02-14T13:43:47.025Z] #44 22.69 CC images/fown.o [2020-02-14T13:43:47.025Z] #44 22.90 CC images/ns.o [2020-02-14T13:43:47.132Z] #45 49.59 DEP criu/config.d [2020-02-14T13:43:47.239Z] #44 26.47 CC images/core-aarch64.o [2020-02-14T13:43:47.282Z] #44 23.11 CC images/regfile.o [2020-02-14T13:43:47.512Z] #45 49.75 DEP criu/clone-noasan.d [2020-02-14T13:43:47.512Z] #45 49.79 DEP criu/cgroup.d [2020-02-14T13:43:47.512Z] #45 49.94 DEP criu/cgroup-props.d [2020-02-14T13:43:47.512Z] #45 50.04 DEP criu/bitmap.d [2020-02-14T13:43:47.512Z] #45 50.04 DEP criu/bfd.d [2020-02-14T13:43:47.512Z] #45 50.09 DEP criu/autofs.d [2020-02-14T13:43:47.735Z] #17 59.00 Setting up python3-pip (18.1-5) ... [2020-02-14T13:43:47.811Z] #44 26.93 CC images/core-ppc64.o [2020-02-14T13:43:47.847Z] #44 23.49 CC images/ghost-file.o [2020-02-14T13:43:47.876Z] #45 50.22 DEP criu/aio.d [2020-02-14T13:43:47.876Z] #45 50.35 DEP criu/action-scripts.d [2020-02-14T13:43:48.105Z] #44 23.89 CC images/fifo.o [2020-02-14T13:43:48.236Z] #45 50.58 CC criu/action-scripts.o [2020-02-14T13:43:48.363Z] #44 24.12 CC images/remap-file-path.o [2020-02-14T13:43:48.620Z] #44 24.39 CC images/eventfd.o [2020-02-14T13:43:48.630Z] #45 50.99 CC criu/aio.o [2020-02-14T13:43:48.630Z] #45 ... [2020-02-14T13:43:48.630Z] [2020-02-14T13:43:48.630Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:48.630Z] #58 0.222 + RM_GOPATH=0 [2020-02-14T13:43:48.630Z] #58 0.222 + TMP_GOPATH= [2020-02-14T13:43:48.630Z] #58 0.225 + : /build [2020-02-14T13:43:48.630Z] #58 0.226 + '[' -z '' ']' [2020-02-14T13:43:48.630Z] #58 0.227 ++ mktemp -d [2020-02-14T13:43:48.630Z] #58 0.237 + export GOPATH=/tmp/tmp.TyqoQTVDf5 [2020-02-14T13:43:48.630Z] #58 0.237 + GOPATH=/tmp/tmp.TyqoQTVDf5 [2020-02-14T13:43:48.630Z] #58 0.240 + RM_GOPATH=1 [2020-02-14T13:43:48.630Z] #58 0.243 ++ dirname ./install.sh [2020-02-14T13:43:48.630Z] #58 0.259 + dir=. [2020-02-14T13:43:48.630Z] #58 0.259 + bin=runc [2020-02-14T13:43:48.630Z] #58 0.259 + shift [2020-02-14T13:43:48.630Z] #58 0.259 + '[' '!' -f ./runc.installer ']' [2020-02-14T13:43:48.630Z] #58 0.259 + . ./runc.installer [2020-02-14T13:43:48.630Z] #58 0.259 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:43:48.630Z] #58 0.259 + install_runc [2020-02-14T13:43:48.630Z] #58 0.259 + uname -r [2020-02-14T13:43:48.630Z] #58 0.259 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-14T13:43:48.630Z] #58 0.259 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-14T13:43:48.630Z] #58 0.259 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-14T13:43:48.630Z] #58 0.259 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TyqoQTVDf5/src/github.com/opencontainers/runc [2020-02-14T13:43:48.630Z] #58 0.259 Cloning into '/tmp/tmp.TyqoQTVDf5/src/github.com/opencontainers/runc'... [2020-02-14T13:43:48.630Z] #58 0.259 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-14T13:43:48.630Z] #58 5.821 + cd /tmp/tmp.TyqoQTVDf5/src/github.com/opencontainers/runc [2020-02-14T13:43:48.630Z] #58 5.821 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:43:48.630Z] #58 5.885 + '[' -z '' ']' [2020-02-14T13:43:48.630Z] #58 5.885 + target=static [2020-02-14T13:43:48.630Z] #58 5.886 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-14T13:43:48.630Z] #58 6.755 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-14T13:43:48.663Z] #17 ... [2020-02-14T13:43:48.663Z] [2020-02-14T13:43:48.663Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:48.663Z] #44 129.6 CC criu/namespaces.o [2020-02-14T13:43:48.755Z] #44 27.85 CC images/core-s390.o [2020-02-14T13:43:48.878Z] #44 24.56 CC images/eventpoll.o [2020-02-14T13:43:48.997Z] #58 ... [2020-02-14T13:43:48.997Z] [2020-02-14T13:43:48.997Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:48.997Z] #45 51.39 CC criu/autofs.o [2020-02-14T13:43:49.136Z] #44 24.89 CC images/fh.o [2020-02-14T13:43:49.327Z] #44 ... [2020-02-14T13:43:49.327Z] [2020-02-14T13:43:49.327Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:49.327Z] #47 71.10 go/token [2020-02-14T13:43:49.327Z] #47 71.70 net/url [2020-02-14T13:43:49.327Z] #47 71.80 text/template/parse [2020-02-14T13:43:49.327Z] #47 72.59 go/scanner [2020-02-14T13:43:49.327Z] #47 74.60 go/ast [2020-02-14T13:43:49.327Z] #47 75.59 encoding/base64 [2020-02-14T13:43:49.327Z] #47 77.73 encoding/json [2020-02-14T13:43:49.327Z] #47 80.44 text/template [2020-02-14T13:43:49.327Z] #47 ... [2020-02-14T13:43:49.327Z] [2020-02-14T13:43:49.327Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:49.327Z] #44 28.63 CC images/cpuinfo.o [2020-02-14T13:43:49.394Z] #44 25.25 CC images/fsnotify.o [2020-02-14T13:43:49.591Z] #44 ... [2020-02-14T13:43:49.591Z] [2020-02-14T13:43:49.591Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:49.591Z] #17 59.89 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:43:49.591Z] #17 59.92 Processing triggers for mime-support (3.62) ... [2020-02-14T13:43:49.591Z] #17 DONE 60.7s [2020-02-14T13:43:49.591Z] [2020-02-14T13:43:49.591Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-14T13:43:49.776Z] #45 52.34 CC criu/bfd.o [2020-02-14T13:43:49.898Z] #44 29.30 CC images/inventory.o [2020-02-14T13:43:49.959Z] #44 25.85 CC images/signalfd.o [2020-02-14T13:43:50.148Z] #45 52.83 CC criu/bitmap.o [2020-02-14T13:43:50.160Z] #44 29.57 CC images/fdinfo.o [2020-02-14T13:43:50.217Z] #44 26.10 CC images/fs.o [2020-02-14T13:43:50.475Z] #44 26.30 CC images/pstree.o [2020-02-14T13:43:50.602Z] #45 53.06 CC criu/cgroup-props.o [2020-02-14T13:43:50.732Z] #44 29.94 CC images/fown.o [2020-02-14T13:43:50.733Z] #44 26.47 CC images/pipe.o [2020-02-14T13:43:50.991Z] #44 26.67 CC images/tcp-stream.o [2020-02-14T13:43:50.991Z] #44 ... [2020-02-14T13:43:50.991Z] [2020-02-14T13:43:50.991Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:43:50.991Z] #10 94.12 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-14T13:43:50.991Z] #10 94.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-14T13:43:50.991Z] #10 94.19 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:43:50.992Z] #44 30.23 CC images/ns.o [2020-02-14T13:43:51.253Z] #44 30.44 CC images/regfile.o [2020-02-14T13:43:51.480Z] #18 1.737 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-14T13:43:51.481Z] #18 1.741 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-14T13:43:51.481Z] #18 1.744 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-14T13:43:51.481Z] #18 DONE 1.9s [2020-02-14T13:43:51.481Z] [2020-02-14T13:43:51.481Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:51.481Z] #44 131.8 CC criu/net.o [2020-02-14T13:43:51.513Z] #44 30.84 CC images/ghost-file.o [2020-02-14T13:43:51.525Z] #45 53.81 CC criu/cgroup.o [2020-02-14T13:43:51.774Z] #44 31.12 CC images/fifo.o [2020-02-14T13:43:52.036Z] #44 31.27 CC images/remap-file-path.o [2020-02-14T13:43:52.298Z] #44 31.48 CC images/eventfd.o [2020-02-14T13:43:52.558Z] #44 31.77 CC images/eventpoll.o [2020-02-14T13:43:52.839Z] #44 32.18 CC images/fh.o [2020-02-14T13:43:53.365Z] #45 ... [2020-02-14T13:43:53.365Z] [2020-02-14T13:43:53.365Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:53.365Z] #18 2.614 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [156 kB] [2020-02-14T13:43:53.365Z] #18 3.538 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-02-14T13:43:53.365Z] #18 7.507 Fetched 8022 kB in 7s (1111 kB/s) [2020-02-14T13:43:53.365Z] #18 7.507 Reading package lists... [2020-02-14T13:43:53.365Z] #18 9.374 Reading package lists... [2020-02-14T13:43:53.365Z] #18 11.89 Building dependency tree... [2020-02-14T13:43:53.365Z] #18 12.45 libcap2-bin is already the newest version (1:2.25-2). [2020-02-14T13:43:53.365Z] #18 12.45 The following additional packages will be installed: [2020-02-14T13:43:53.365Z] #18 12.45 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-14T13:43:53.365Z] #18 12.45 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-14T13:43:53.365Z] #18 12.45 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-14T13:43:53.365Z] #18 12.45 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-14T13:43:53.365Z] #18 12.45 python3.7 python3.7-minimal vim-runtime xxd [2020-02-14T13:43:53.365Z] #18 12.45 Suggested packages: [2020-02-14T13:43:53.365Z] #18 12.45 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-14T13:43:53.365Z] #18 12.45 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-14T13:43:53.365Z] #18 12.45 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-14T13:43:53.365Z] #18 12.45 Recommended packages: [2020-02-14T13:43:53.365Z] #18 12.45 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-14T13:43:53.365Z] #18 12.45 python3-keyrings.alt python3-xdg unzip [2020-02-14T13:43:53.365Z] #18 ... [2020-02-14T13:43:53.365Z] [2020-02-14T13:43:53.365Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:53.365Z] #45 56.10 CC criu/clone-noasan.o [2020-02-14T13:43:53.410Z] #44 32.60 CC images/fsnotify.o [2020-02-14T13:43:53.732Z] #45 56.19 CC criu/config.o [2020-02-14T13:43:53.979Z] #44 33.19 CC images/signalfd.o [2020-02-14T13:43:54.119Z] #45 ... [2020-02-14T13:43:54.119Z] [2020-02-14T13:43:54.119Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:54.119Z] #48 78.66 net/textproto [2020-02-14T13:43:54.119Z] #48 78.66 crypto/x509 [2020-02-14T13:43:54.119Z] #48 79.87 vendor/golang.org/x/net/http/httpguts [2020-02-14T13:43:54.119Z] #48 80.08 vendor/golang.org/x/net/http/httpproxy [2020-02-14T13:43:54.119Z] #48 80.61 mime/multipart [2020-02-14T13:43:54.119Z] #48 82.37 crypto/tls [2020-02-14T13:43:54.119Z] #48 87.42 net/http/httptrace [2020-02-14T13:43:54.119Z] #48 87.58 net/http [2020-02-14T13:43:54.119Z] #48 ... [2020-02-14T13:43:54.119Z] [2020-02-14T13:43:54.119Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:43:54.119Z] #18 13.48 The following NEW packages will be installed: [2020-02-14T13:43:54.119Z] #18 13.48 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-14T13:43:54.119Z] #18 13.48 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-14T13:43:54.119Z] #18 13.48 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-14T13:43:54.119Z] #18 13.48 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-14T13:43:54.119Z] #18 13.48 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-14T13:43:54.119Z] #18 13.48 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-14T13:43:54.119Z] #18 13.48 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-14T13:43:54.119Z] #18 13.48 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-14T13:43:54.119Z] #18 13.54 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:43:54.119Z] #18 13.54 Need to get 26.3 MB of archives. [2020-02-14T13:43:54.119Z] #18 13.54 After this operation, 112 MB of additional disk space will be used. [2020-02-14T13:43:54.119Z] #18 13.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-02-14T13:43:54.119Z] #18 13.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-02-14T13:43:54.119Z] #18 13.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-02-14T13:43:54.119Z] #18 13.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-02-14T13:43:54.119Z] #18 13.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-02-14T13:43:54.119Z] #18 13.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-02-14T13:43:54.119Z] #18 13.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-02-14T13:43:54.119Z] #18 13.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-02-14T13:43:54.119Z] #18 13.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-02-14T13:43:54.119Z] #18 13.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-02-14T13:43:54.119Z] #18 13.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-02-14T13:43:54.119Z] #18 13.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-02-14T13:43:54.120Z] #18 13.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-02-14T13:43:54.120Z] #18 13.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-02-14T13:43:54.120Z] #18 13.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-02-14T13:43:54.120Z] #18 13.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-02-14T13:43:54.120Z] #18 13.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-14T13:43:54.120Z] #18 13.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:43:54.120Z] #18 13.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-02-14T13:43:54.120Z] #18 13.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-02-14T13:43:54.120Z] #18 13.79 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-02-14T13:43:54.120Z] #18 13.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-02-14T13:43:54.120Z] #18 13.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-02-14T13:43:54.239Z] #44 33.35 CC images/fs.o [2020-02-14T13:43:54.239Z] #44 33.58 CC images/pstree.o [2020-02-14T13:43:54.499Z] #44 33.92 CC images/pipe.o [2020-02-14T13:43:54.519Z] #18 13.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-14T13:43:54.519Z] #18 13.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-14T13:43:54.519Z] #18 13.85 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-14T13:43:54.519Z] #18 13.85 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-02-14T13:43:54.519Z] #18 13.85 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-02-14T13:43:54.519Z] #18 13.85 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-14T13:43:54.519Z] #18 14.18 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-14T13:43:54.519Z] #18 14.19 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-14T13:43:54.519Z] #18 14.19 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-14T13:43:54.519Z] #18 14.19 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-02-14T13:43:54.519Z] #18 14.19 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-02-14T13:43:54.519Z] #18 14.20 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-02-14T13:43:54.519Z] #18 14.25 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-14T13:43:54.796Z] #44 135.9 CC criu/netfilter.o [2020-02-14T13:43:54.895Z] #18 14.25 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-02-14T13:43:54.895Z] #18 14.26 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-02-14T13:43:54.895Z] #18 14.26 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-14T13:43:54.895Z] #18 14.27 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-02-14T13:43:54.895Z] #18 14.28 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-14T13:43:54.895Z] #18 14.28 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-02-14T13:43:54.895Z] #18 14.29 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-14T13:43:54.895Z] #18 14.47 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-02-14T13:43:54.895Z] #18 14.50 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-02-14T13:43:54.895Z] #18 14.53 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-02-14T13:43:55.070Z] #44 34.25 CC images/tcp-stream.o [2020-02-14T13:43:55.287Z] #18 14.88 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:43:55.287Z] #18 14.92 Fetched 26.3 MB in 1s (25.4 MB/s) [2020-02-14T13:43:55.287Z] #18 14.95 Selecting previously unselected package pigz. [2020-02-14T13:43:55.287Z] #18 14.95 (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 ... 23190 files and directories currently installed.) [2020-02-14T13:43:55.287Z] #18 14.99 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-02-14T13:43:55.287Z] #18 14.99 Unpacking pigz (2.4-1) ... [2020-02-14T13:43:55.287Z] #18 15.06 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-02-14T13:43:55.287Z] #18 15.06 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-14T13:43:55.330Z] #44 34.60 CC images/sk-packet.o [2020-02-14T13:43:55.363Z] #44 136.4 CC criu/page-pipe.o [2020-02-14T13:43:55.646Z] #18 15.06 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-14T13:43:55.903Z] #44 35.03 CC images/mnt.o [2020-02-14T13:43:56.050Z] #18 15.38 Selecting previously unselected package python3.7-minimal. [2020-02-14T13:43:56.050Z] #18 15.38 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-14T13:43:56.050Z] #18 15.39 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:43:56.163Z] #44 35.40 CC images/pipe-data.o [2020-02-14T13:43:56.290Z] #44 137.1 CC criu/page-xfer.o [2020-02-14T13:43:56.414Z] #18 16.09 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-14T13:43:56.414Z] #18 16.10 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:43:56.424Z] #44 35.69 CC images/sa.o [2020-02-14T13:43:56.998Z] #44 36.02 CC images/timer.o [2020-02-14T13:43:57.258Z] #44 36.47 CC images/timerfd.o [2020-02-14T13:43:57.518Z] #44 36.75 CC images/mm.o [2020-02-14T13:43:57.547Z] #10 ... [2020-02-14T13:43:57.547Z] [2020-02-14T13:43:57.547Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:57.547Z] #44 26.91 CC images/sk-packet.o [2020-02-14T13:43:57.547Z] #44 27.22 CC images/mnt.o [2020-02-14T13:43:57.547Z] #44 27.43 CC images/pipe-data.o [2020-02-14T13:43:57.547Z] #44 27.63 CC images/sa.o [2020-02-14T13:43:57.547Z] #44 27.86 CC images/timer.o [2020-02-14T13:43:57.547Z] #44 28.25 CC images/timerfd.o [2020-02-14T13:43:57.547Z] #44 28.53 CC images/mm.o [2020-02-14T13:43:57.548Z] #44 28.82 CC images/sk-opts.o [2020-02-14T13:43:57.548Z] #44 29.04 CC images/sk-unix.o [2020-02-14T13:43:57.548Z] #44 29.42 CC images/sk-inet.o [2020-02-14T13:43:57.548Z] #44 29.79 CC images/tun.o [2020-02-14T13:43:57.548Z] #44 30.13 CC images/sk-netlink.o [2020-02-14T13:43:57.548Z] #44 30.31 CC images/packet-sock.o [2020-02-14T13:43:57.548Z] #44 30.70 CC images/ipc-var.o [2020-02-14T13:43:57.548Z] #44 30.97 CC images/ipc-desc.o [2020-02-14T13:43:57.548Z] #44 31.20 CC images/ipc-shm.o [2020-02-14T13:43:57.548Z] #44 31.38 CC images/ipc-msg.o [2020-02-14T13:43:57.548Z] #44 31.66 CC images/ipc-sem.o [2020-02-14T13:43:57.548Z] #44 31.88 CC images/utsns.o [2020-02-14T13:43:57.548Z] #44 32.09 CC images/creds.o [2020-02-14T13:43:57.548Z] #44 32.27 CC images/vma.o [2020-02-14T13:43:57.548Z] #44 32.53 CC images/netdev.o [2020-02-14T13:43:57.548Z] #44 32.86 CC images/tty.o [2020-02-14T13:43:57.548Z] #44 ... [2020-02-14T13:43:57.548Z] [2020-02-14T13:43:57.548Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:43:57.548Z] #47 90.09 github.com/LK4D4/vndr/versioned [2020-02-14T13:43:57.548Z] #47 90.23 compress/flate [2020-02-14T13:43:57.548Z] #47 90.81 github.com/LK4D4/vndr/build [2020-02-14T13:43:57.548Z] #47 92.99 compress/gzip [2020-02-14T13:43:57.548Z] #47 93.84 net [2020-02-14T13:43:57.548Z] #47 94.34 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-14T13:43:57.548Z] #47 95.71 vendor/golang.org/x/text/transform [2020-02-14T13:43:57.548Z] #47 96.48 vendor/golang.org/x/text/unicode/bidi [2020-02-14T13:43:57.548Z] #47 98.07 vendor/golang.org/x/text/secure/bidirule [2020-02-14T13:43:57.548Z] #47 98.33 vendor/golang.org/x/text/unicode/norm [2020-02-14T13:43:57.548Z] #47 ... [2020-02-14T13:43:57.548Z] [2020-02-14T13:43:57.548Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:43:57.548Z] #44 33.37 CC images/file-lock.o [2020-02-14T13:43:57.655Z] #44 138.5 CC criu/pagemap-cache.o [2020-02-14T13:43:57.655Z] #44 138.8 CC criu/pagemap.o [2020-02-14T13:43:57.805Z] #44 33.54 CC images/rlimit.o [2020-02-14T13:43:58.069Z] #44 33.75 CC images/pagemap.o [2020-02-14T13:43:58.089Z] #44 37.19 CC images/sk-opts.o [2020-02-14T13:43:58.252Z] #18 17.51 Selecting previously unselected package python3-minimal. [2020-02-14T13:43:58.253Z] #18 17.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 ... 23439 files and directories currently installed.) [2020-02-14T13:43:58.253Z] #18 17.52 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-02-14T13:43:58.253Z] #18 17.53 Unpacking python3-minimal (3.7.3-1) ... [2020-02-14T13:43:58.253Z] #18 17.59 Selecting previously unselected package libmpdec2:s390x. [2020-02-14T13:43:58.253Z] #18 17.59 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-02-14T13:43:58.253Z] #18 17.59 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-02-14T13:43:58.253Z] #18 17.64 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-02-14T13:43:58.253Z] #18 17.65 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-02-14T13:43:58.253Z] #18 17.65 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-14T13:43:58.327Z] #44 34.08 CC images/siginfo.o [2020-02-14T13:43:58.349Z] #44 37.49 CC images/sk-unix.o [2020-02-14T13:43:58.582Z] #44 139.7 CC criu/parasite-syscall.o [2020-02-14T13:43:58.586Z] #44 34.43 CC images/rpc.o [2020-02-14T13:43:58.609Z] #44 37.99 CC images/sk-inet.o [2020-02-14T13:43:58.632Z] #18 18.31 Selecting previously unselected package python3.7. [2020-02-14T13:43:58.632Z] #18 18.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-02-14T13:43:58.632Z] #18 18.34 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:43:58.632Z] #18 18.41 Selecting previously unselected package libpython3-stdlib:s390x. [2020-02-14T13:43:59.006Z] #18 18.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-02-14T13:43:59.006Z] #18 18.42 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-14T13:43:59.006Z] #18 18.54 Setting up python3-minimal (3.7.3-1) ... [2020-02-14T13:43:59.179Z] #44 38.54 CC images/tun.o [2020-02-14T13:43:59.510Z] #44 140.5 CC criu/path.o [2020-02-14T13:43:59.749Z] #44 38.85 CC images/sk-netlink.o [2020-02-14T13:43:59.749Z] #44 39.10 CC images/packet-sock.o [2020-02-14T13:43:59.749Z] #44 ... [2020-02-14T13:43:59.749Z] [2020-02-14T13:43:59.749Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:43:59.749Z] #65 91.58 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:43:59.749Z] #65 91.58 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-14T13:43:59.766Z] #44 140.8 CC criu/pie-util-vdso-elf32.o [2020-02-14T13:43:59.793Z] #18 19.17 Selecting previously unselected package python3. [2020-02-14T13:43:59.793Z] #18 19.17 (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 ... 23851 files and directories currently installed.) [2020-02-14T13:43:59.793Z] #18 19.23 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.25 Unpacking python3 (3.7.3-1) ... [2020-02-14T13:43:59.793Z] #18 19.29 Selecting previously unselected package libip4tc0:s390x. [2020-02-14T13:43:59.793Z] #18 19.30 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.30 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-02-14T13:43:59.793Z] #18 19.35 Selecting previously unselected package libip6tc0:s390x. [2020-02-14T13:43:59.793Z] #18 19.35 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.36 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-02-14T13:43:59.793Z] #18 19.40 Selecting previously unselected package libiptc0:s390x. [2020-02-14T13:43:59.793Z] #18 19.41 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.41 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-02-14T13:43:59.793Z] #18 19.46 Selecting previously unselected package libnfnetlink0:s390x. [2020-02-14T13:43:59.793Z] #18 19.46 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.46 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-14T13:43:59.793Z] #18 19.50 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-02-14T13:43:59.793Z] #18 19.50 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-02-14T13:43:59.793Z] #18 19.50 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-14T13:43:59.793Z] #18 19.59 Selecting previously unselected package libnftnl11:s390x. [2020-02-14T13:43:59.793Z] #18 19.59 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-02-14T13:43:59.960Z] #44 35.81 CC images/ext-file.o [2020-02-14T13:44:00.183Z] #18 19.59 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-02-14T13:44:00.183Z] #18 19.67 Selecting previously unselected package iptables. [2020-02-14T13:44:00.183Z] #18 19.67 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-02-14T13:44:00.183Z] #18 19.68 Unpacking iptables (1.8.2-4) ... [2020-02-14T13:44:00.183Z] #18 19.92 Selecting previously unselected package xxd. [2020-02-14T13:44:00.183Z] #18 19.92 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-14T13:44:00.183Z] #18 19.92 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:44:00.183Z] #18 20.00 Selecting previously unselected package vim-common. [2020-02-14T13:44:00.326Z] #44 141.2 CC criu/pie-util-vdso.o [2020-02-14T13:44:00.529Z] #44 36.10 CC images/cgroup.o [2020-02-14T13:44:00.569Z] #18 20.00 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:44:00.569Z] #18 20.02 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:44:00.569Z] #18 20.18 Selecting previously unselected package bash-completion. [2020-02-14T13:44:00.569Z] #18 20.18 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-14T13:44:00.582Z] #44 141.6 CC criu/pie-util.o [2020-02-14T13:44:00.688Z] #65 ... [2020-02-14T13:44:00.688Z] [2020-02-14T13:44:00.688Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:00.688Z] #10 82.72 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-14T13:44:00.688Z] #10 82.73 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-02-14T13:44:00.688Z] #10 82.75 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:00.688Z] #10 ... [2020-02-14T13:44:00.688Z] [2020-02-14T13:44:00.688Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:00.688Z] #44 39.74 CC images/ipc-var.o [2020-02-14T13:44:00.688Z] #44 40.10 CC images/ipc-desc.o [2020-02-14T13:44:00.838Z] #44 141.8 CC criu/pipes.o [2020-02-14T13:44:00.947Z] #44 40.36 CC images/ipc-shm.o [2020-02-14T13:44:01.095Z] #44 36.74 CC images/userns.o [2020-02-14T13:44:01.211Z] #44 ... [2020-02-14T13:44:01.211Z] [2020-02-14T13:44:01.211Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:01.211Z] #47 83.06 go/parser [2020-02-14T13:44:01.211Z] #47 87.94 go/doc [2020-02-14T13:44:01.211Z] #47 88.01 encoding/xml [2020-02-14T13:44:01.211Z] #47 88.13 math/big [2020-02-14T13:44:01.211Z] #47 92.45 github.com/LK4D4/vndr/build [2020-02-14T13:44:01.353Z] #44 37.00 CC images/google/protobuf/descriptor.o [2020-02-14T13:44:01.399Z] #44 ... [2020-02-14T13:44:01.399Z] [2020-02-14T13:44:01.399Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:44:01.399Z] #19 5.595 Collecting yamllint==1.16.0 [2020-02-14T13:44:01.472Z] #47 ... [2020-02-14T13:44:01.472Z] [2020-02-14T13:44:01.472Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:01.472Z] #44 40.75 CC images/ipc-msg.o [2020-02-14T13:44:01.655Z] #19 ... [2020-02-14T13:44:01.655Z] [2020-02-14T13:44:01.655Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:01.655Z] #44 142.5 CC criu/plugin.o [2020-02-14T13:44:01.911Z] #44 142.9 CC criu/proc_parse.o [2020-02-14T13:44:02.043Z] #44 41.25 CC images/ipc-sem.o [2020-02-14T13:44:02.304Z] #44 41.56 CC images/utsns.o [2020-02-14T13:44:02.525Z] #18 22.12 Unpacking bash-completion (1:2.8-6) ... [2020-02-14T13:44:02.565Z] #44 41.81 CC images/creds.o [2020-02-14T13:44:03.137Z] #44 42.16 CC images/vma.o [2020-02-14T13:44:03.137Z] #44 42.38 CC images/netdev.o [2020-02-14T13:44:03.254Z] #44 38.77 CC images/opts.o [2020-02-14T13:44:03.254Z] #44 38.99 CC images/seccomp.o [2020-02-14T13:44:03.397Z] #44 42.65 CC images/tty.o [2020-02-14T13:44:03.511Z] #44 39.32 CC images/binfmt-misc.o [2020-02-14T13:44:03.580Z] #18 22.85 Selecting previously unselected package bzip2. [2020-02-14T13:44:03.580Z] #18 22.85 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-02-14T13:44:03.580Z] #18 22.86 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:44:03.580Z] #18 22.99 Selecting previously unselected package xz-utils. [2020-02-14T13:44:03.580Z] #18 22.99 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-02-14T13:44:03.580Z] #18 22.99 Unpacking xz-utils (5.2.4-1) ... [2020-02-14T13:44:03.580Z] #18 23.21 Selecting previously unselected package apparmor. [2020-02-14T13:44:03.580Z] #18 23.22 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-02-14T13:44:03.580Z] #18 23.32 Unpacking apparmor (2.13.2-10) ... [2020-02-14T13:44:03.769Z] #44 39.53 CC images/time.o [2020-02-14T13:44:03.972Z] #44 43.38 CC images/file-lock.o [2020-02-14T13:44:04.027Z] #44 39.85 CC images/sysctl.o [2020-02-14T13:44:04.286Z] #44 40.14 CC images/autofs.o [2020-02-14T13:44:04.403Z] #18 23.79 Selecting previously unselected package aufs-tools. [2020-02-14T13:44:04.403Z] #18 23.80 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-02-14T13:44:04.403Z] #18 23.81 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:44:04.403Z] #18 23.90 Selecting previously unselected package libonig5:s390x. [2020-02-14T13:44:04.403Z] #18 23.90 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-02-14T13:44:04.403Z] #18 23.90 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-14T13:44:04.403Z] #18 23.99 Selecting previously unselected package libjq1:s390x. [2020-02-14T13:44:04.403Z] #18 23.99 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-14T13:44:04.403Z] #18 23.99 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-14T13:44:04.403Z] #18 24.07 Selecting previously unselected package jq. [2020-02-14T13:44:04.403Z] #18 24.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-14T13:44:04.403Z] #18 24.07 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:44:04.403Z] #18 24.11 Selecting previously unselected package libaio1:s390x. [2020-02-14T13:44:04.403Z] #18 24.11 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-02-14T13:44:04.403Z] #18 24.11 Unpacking libaio1:s390x (0.3.112-3) ... [2020-02-14T13:44:04.542Z] #44 43.77 CC images/rlimit.o [2020-02-14T13:44:04.544Z] #44 40.48 CC images/macvlan.o [2020-02-14T13:44:04.783Z] #18 24.14 Selecting previously unselected package libgpm2:s390x. [2020-02-14T13:44:04.783Z] #18 24.14 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-02-14T13:44:04.783Z] #18 24.14 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-02-14T13:44:04.783Z] #18 24.19 Selecting previously unselected package libicu63:s390x. [2020-02-14T13:44:04.783Z] #18 24.19 Preparing to unpack .../20-libicu63_63.1-6_s390x.deb ... [2020-02-14T13:44:04.783Z] #18 24.19 Unpacking libicu63:s390x (63.1-6) ... [2020-02-14T13:44:04.783Z] #18 ... [2020-02-14T13:44:04.783Z] [2020-02-14T13:44:04.784Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:04.784Z] #45 57.12 CC criu/cr-check.o [2020-02-14T13:44:04.784Z] #45 58.22 CC criu/cr-dedup.o [2020-02-14T13:44:04.784Z] #45 58.52 CC criu/cr-dump.o [2020-02-14T13:44:04.784Z] #45 60.29 CC criu/cr-errno.o [2020-02-14T13:44:04.784Z] #45 60.35 CC criu/cr-restore.o [2020-02-14T13:44:04.784Z] #45 63.58 CC criu/cr-service.o [2020-02-14T13:44:04.784Z] #45 64.76 CC criu/crtools.o [2020-02-14T13:44:04.784Z] #45 65.41 CC criu/eventfd.o [2020-02-14T13:44:04.784Z] #45 65.76 CC criu/eventpoll.o [2020-02-14T13:44:04.784Z] #45 66.52 CC criu/external.o [2020-02-14T13:44:04.784Z] #45 66.79 CC criu/fault-injection.o [2020-02-14T13:44:04.784Z] #45 66.87 CC criu/fdstore.o [2020-02-14T13:44:04.784Z] #45 67.23 CC criu/fifo.o [2020-02-14T13:44:04.803Z] #44 44.11 CC images/pagemap.o [2020-02-14T13:44:05.109Z] #44 40.69 CC images/sit.o [2020-02-14T13:44:05.110Z] #44 40.86 LINK images/built-in.o [2020-02-14T13:44:05.110Z] #44 40.98 GEN compel/include/asm [2020-02-14T13:44:05.110Z] #44 40.99 GEN compel/include/version.h [2020-02-14T13:44:05.110Z] #44 41.01 touch .config [2020-02-14T13:44:05.110Z] #44 41.03 GEN include/common/config.h [2020-02-14T13:44:05.147Z] #45 67.54 CC criu/file-ids.o [2020-02-14T13:44:05.176Z] #44 146.2 CC criu/protobuf-desc.o [2020-02-14T13:44:05.368Z] #44 41.12 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-14T13:44:05.368Z] #44 41.14 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-14T13:44:05.368Z] #44 41.17 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-14T13:44:05.368Z] #44 41.20 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-14T13:44:05.368Z] #44 41.22 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-14T13:44:05.368Z] #44 41.25 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-14T13:44:05.368Z] #44 41.29 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-14T13:44:05.368Z] #44 41.33 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-14T13:44:05.373Z] #44 44.65 CC images/siginfo.o [2020-02-14T13:44:05.522Z] #45 68.01 CC criu/file-lock.o [2020-02-14T13:44:05.626Z] #44 41.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-14T13:44:05.626Z] #44 41.37 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-14T13:44:05.626Z] #44 41.38 DEP compel/plugins/std/infect.d [2020-02-14T13:44:05.634Z] #44 44.96 CC images/rpc.o [2020-02-14T13:44:05.737Z] #44 ... [2020-02-14T13:44:05.737Z] [2020-02-14T13:44:05.737Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:44:05.737Z] #19 10.96 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-14T13:44:05.737Z] #19 11.05 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-14T13:44:05.737Z] #19 11.08 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-14T13:44:05.737Z] #19 11.13 Collecting pyyaml (from yamllint==1.16.0) [2020-02-14T13:44:05.737Z] #19 11.25 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-14T13:44:05.737Z] #19 12.46 Building wheels for collected packages: pyyaml [2020-02-14T13:44:05.737Z] #19 12.47 Running setup.py bdist_wheel for pyyaml: started [2020-02-14T13:44:05.737Z] #19 13.41 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-14T13:44:05.737Z] #19 13.41 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-14T13:44:05.737Z] #19 13.49 Successfully built pyyaml [2020-02-14T13:44:05.737Z] #19 13.51 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-14T13:44:05.737Z] #19 13.84 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-14T13:44:05.737Z] #19 DONE 14.4s [2020-02-14T13:44:05.884Z] #44 41.50 DEP compel/plugins/std/string.d [2020-02-14T13:44:05.884Z] #44 41.56 DEP compel/plugins/std/log.d [2020-02-14T13:44:05.884Z] #44 41.67 DEP compel/plugins/std/fds.d [2020-02-14T13:44:05.993Z] [2020-02-14T13:44:05.993Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-14T13:44:05.993Z] #24 DONE 0.2s [2020-02-14T13:44:05.993Z] [2020-02-14T13:44:05.993Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T13:44:06.142Z] #44 41.78 DEP compel/plugins/std/std.d [2020-02-14T13:44:06.142Z] #44 41.93 DEP compel/plugins/shmem/shmem.d [2020-02-14T13:44:06.310Z] #45 68.82 CC criu/files-ext.o [2020-02-14T13:44:06.400Z] #44 42.08 DEP compel/plugins/fds/fds.d [2020-02-14T13:44:06.658Z] #44 42.25 CC compel/plugins/std/std.o [2020-02-14T13:44:06.687Z] #45 69.11 CC criu/files-reg.o [2020-02-14T13:44:06.916Z] #44 42.57 CC compel/plugins/std/fds.o [2020-02-14T13:44:06.918Z] #28 DONE 1.1s [2020-02-14T13:44:06.918Z] [2020-02-14T13:44:06.918Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:06.918Z] #44 147.3 CC criu/protobuf.o [2020-02-14T13:44:06.918Z] #44 147.6 CC criu/pstree.o [2020-02-14T13:44:07.019Z] #44 ... [2020-02-14T13:44:07.019Z] [2020-02-14T13:44:07.019Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:07.019Z] #65 DONE 98.5s [2020-02-14T13:44:07.019Z] [2020-02-14T13:44:07.019Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-14T13:44:07.019Z] #66 DONE 0.1s [2020-02-14T13:44:07.019Z] [2020-02-14T13:44:07.019Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:07.019Z] #10 97.03 Selecting previously unselected package libapparmor1:arm64. [2020-02-14T13:44:07.019Z] #10 97.03 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 97.08 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-02-14T13:44:07.019Z] #10 97.23 Selecting previously unselected package libapparmor-dev:arm64. [2020-02-14T13:44:07.019Z] #10 97.23 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 97.26 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-02-14T13:44:07.019Z] #10 97.47 Selecting previously unselected package libbtrfs0. [2020-02-14T13:44:07.019Z] #10 97.49 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 97.50 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:44:07.019Z] #10 97.58 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:44:07.019Z] #10 97.58 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 97.60 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:44:07.019Z] #10 97.78 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-02-14T13:44:07.019Z] #10 97.78 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 97.79 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-02-14T13:44:07.019Z] #10 97.93 Selecting previously unselected package libudev-dev:arm64. [2020-02-14T13:44:07.019Z] #10 97.96 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 98.02 Unpacking libudev-dev:arm64 (241-7~deb10u3) ... [2020-02-14T13:44:07.019Z] #10 98.23 Selecting previously unselected package libsepol1-dev:arm64. [2020-02-14T13:44:07.019Z] #10 98.23 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 98.26 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-02-14T13:44:07.019Z] #10 98.80 Selecting previously unselected package libpcre16-3:arm64. [2020-02-14T13:44:07.019Z] #10 98.82 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 98.83 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-02-14T13:44:07.019Z] #10 99.12 Selecting previously unselected package libpcre32-3:arm64. [2020-02-14T13:44:07.019Z] #10 99.13 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-02-14T13:44:07.019Z] #10 99.13 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-02-14T13:44:07.174Z] #44 43.07 CC compel/plugins/std/log.o [2020-02-14T13:44:07.184Z] #44 ... [2020-02-14T13:44:07.184Z] [2020-02-14T13:44:07.184Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-14T13:44:07.184Z] #31 DONE 0.3s [2020-02-14T13:44:07.280Z] #10 99.35 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-02-14T13:44:07.280Z] #10 99.38 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-02-14T13:44:07.280Z] #10 99.39 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-02-14T13:44:07.439Z] [2020-02-14T13:44:07.439Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-14T13:44:07.439Z] #34 DONE 0.1s [2020-02-14T13:44:07.439Z] [2020-02-14T13:44:07.439Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:07.439Z] #62 ... [2020-02-14T13:44:07.439Z] [2020-02-14T13:44:07.439Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-14T13:44:07.439Z] #39 DONE 0.1s [2020-02-14T13:44:07.510Z] #45 ... [2020-02-14T13:44:07.510Z] [2020-02-14T13:44:07.510Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:07.510Z] #18 26.94 Selecting previously unselected package libnet1:s390x. [2020-02-14T13:44:07.510Z] #18 26.94 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-14T13:44:07.510Z] #18 26.95 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-14T13:44:07.510Z] #18 27.01 Selecting previously unselected package libnl-3-200:s390x. [2020-02-14T13:44:07.510Z] #18 27.02 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-14T13:44:07.510Z] #18 27.02 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-14T13:44:07.510Z] #18 27.06 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-14T13:44:07.510Z] #18 27.06 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-14T13:44:07.510Z] #18 27.06 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-14T13:44:07.510Z] #18 27.09 Selecting previously unselected package libreadline5:s390x. [2020-02-14T13:44:07.510Z] #18 27.10 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-02-14T13:44:07.510Z] #18 27.10 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-14T13:44:07.510Z] #18 27.18 Selecting previously unselected package net-tools. [2020-02-14T13:44:07.510Z] #18 27.18 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-02-14T13:44:07.510Z] #18 27.19 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:44:07.540Z] #10 99.52 Selecting previously unselected package libpcre3-dev:arm64. [2020-02-14T13:44:07.540Z] #10 99.54 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-02-14T13:44:07.540Z] #10 99.55 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-02-14T13:44:07.694Z] [2020-02-14T13:44:07.694Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:07.694Z] #53 ... [2020-02-14T13:44:07.694Z] [2020-02-14T13:44:07.694Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:07.694Z] #44 148.8 CC criu/rbtree.o [2020-02-14T13:44:07.745Z] #44 ... [2020-02-14T13:44:07.745Z] [2020-02-14T13:44:07.745Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:07.745Z] #10 110.8 Selecting previously unselected package libapparmor1:amd64. [2020-02-14T13:44:07.745Z] #10 110.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-14T13:44:07.745Z] #10 110.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-14T13:44:07.887Z] #18 27.43 Selecting previously unselected package python-pip-whl. [2020-02-14T13:44:07.887Z] #18 27.43 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-14T13:44:07.887Z] #18 27.45 Unpacking python-pip-whl (18.1-5) ... [2020-02-14T13:44:08.046Z] #10 ... [2020-02-14T13:44:08.046Z] [2020-02-14T13:44:08.046Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:08.046Z] #65 102.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:44:08.047Z] #65 102.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-14T13:44:08.047Z] #65 DONE 110.8s [2020-02-14T13:44:08.047Z] [2020-02-14T13:44:08.047Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-14T13:44:08.047Z] #66 DONE 0.1s [2020-02-14T13:44:08.047Z] [2020-02-14T13:44:08.047Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:08.047Z] #10 111.1 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-14T13:44:08.047Z] #10 111.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-14T13:44:08.047Z] #10 111.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-14T13:44:08.114Z] #10 100.2 Selecting previously unselected package libselinux1-dev:arm64. [2020-02-14T13:44:08.114Z] #10 100.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-02-14T13:44:08.114Z] #10 100.2 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-02-14T13:44:08.243Z] #18 27.86 Selecting previously unselected package python3-lib2to3. [2020-02-14T13:44:08.243Z] #18 27.87 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-14T13:44:08.243Z] #18 27.87 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:44:08.243Z] #18 27.94 Selecting previously unselected package python3-distutils. [2020-02-14T13:44:08.243Z] #18 27.94 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-14T13:44:08.243Z] #18 27.94 Unpacking python3-distutils (3.7.3-1) ... [2020-02-14T13:44:08.256Z] #44 149.1 CC criu/rst-malloc.o [2020-02-14T13:44:08.305Z] #10 111.5 Selecting previously unselected package libbtrfs0. [2020-02-14T13:44:08.511Z] #44 149.4 CC criu/seccomp.o [2020-02-14T13:44:08.563Z] #10 111.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-14T13:44:08.563Z] #10 111.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:44:08.563Z] #10 111.7 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:44:08.563Z] #10 111.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-14T13:44:08.563Z] #10 111.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:44:08.607Z] #18 28.02 Selecting previously unselected package python3-pip. [2020-02-14T13:44:08.607Z] #18 28.02 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-14T13:44:08.607Z] #18 28.03 Unpacking python3-pip (18.1-5) ... [2020-02-14T13:44:08.607Z] #18 28.16 Selecting previously unselected package python3-pkg-resources. [2020-02-14T13:44:08.607Z] #18 28.16 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:44:08.607Z] #18 28.17 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:44:08.607Z] #18 28.25 Selecting previously unselected package python3-setuptools. [2020-02-14T13:44:08.607Z] #18 28.26 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-14T13:44:08.607Z] #18 28.26 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-14T13:44:08.686Z] #10 100.6 Selecting previously unselected package libdevmapper-dev:arm64. [2020-02-14T13:44:08.686Z] #10 100.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-02-14T13:44:08.686Z] #10 100.6 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-02-14T13:44:08.686Z] #10 100.8 Selecting previously unselected package libseccomp-dev:arm64. [2020-02-14T13:44:08.686Z] #10 100.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-02-14T13:44:08.686Z] #10 100.8 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-02-14T13:44:08.821Z] #10 112.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-14T13:44:08.822Z] #10 112.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:44:08.946Z] #10 101.0 Selecting previously unselected package libsystemd-dev:arm64. [2020-02-14T13:44:08.946Z] #10 101.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_arm64.deb ... [2020-02-14T13:44:08.946Z] #10 101.0 Unpacking libsystemd-dev:arm64 (241-7~deb10u3) ... [2020-02-14T13:44:08.970Z] #18 28.50 Selecting previously unselected package python3-wheel. [2020-02-14T13:44:08.971Z] #18 28.50 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-14T13:44:08.971Z] #18 28.50 Unpacking python3-wheel (0.32.3-2) ... [2020-02-14T13:44:08.971Z] #18 28.56 Selecting previously unselected package thin-provisioning-tools. [2020-02-14T13:44:08.971Z] #18 28.56 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-02-14T13:44:08.971Z] #18 ... [2020-02-14T13:44:08.971Z] [2020-02-14T13:44:08.971Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:08.971Z] #48 95.88 github.com/LK4D4/vndr/godl [2020-02-14T13:44:08.971Z] #48 96.37 github.com/LK4D4/vndr [2020-02-14T13:44:08.971Z] #48 DONE 103.7s [2020-02-14T13:44:08.971Z] [2020-02-14T13:44:08.971Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:08.971Z] #18 28.57 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:44:09.073Z] #44 150.2 CC criu/seize.o [2020-02-14T13:44:09.079Z] #10 112.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:44:09.338Z] #10 112.5 Selecting previously unselected package libudev-dev:amd64. [2020-02-14T13:44:09.338Z] #10 112.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-02-14T13:44:09.338Z] #10 112.6 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:44:09.344Z] #18 28.93 Selecting previously unselected package vim-runtime. [2020-02-14T13:44:09.344Z] #18 28.96 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:44:09.344Z] #18 28.97 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-14T13:44:09.344Z] #18 29.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-14T13:44:09.344Z] #18 29.02 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:44:09.517Z] #10 101.5 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-02-14T13:44:09.517Z] #10 101.6 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-02-14T13:44:09.517Z] #10 101.6 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-02-14T13:44:09.517Z] #10 101.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:44:09.517Z] #10 101.6 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up libudev-dev:arm64 (241-7~deb10u3) ... [2020-02-14T13:44:09.517Z] #10 101.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:44:09.517Z] #10 101.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:44:09.659Z] #10 112.7 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-14T13:44:09.659Z] #10 112.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-14T13:44:09.659Z] #10 112.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-14T13:44:09.778Z] #10 101.8 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-02-14T13:44:09.778Z] #10 101.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-14T13:44:09.778Z] #10 101.8 Setting up libsystemd-dev:arm64 (241-7~deb10u3) ... [2020-02-14T13:44:09.778Z] #10 101.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:44:09.778Z] #10 101.9 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-02-14T13:44:09.778Z] #10 101.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:09.778Z] #10 102.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 [2020-02-14T13:44:09.778Z] #10 102.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 [2020-02-14T13:44:09.778Z] #10 102.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:09.778Z] #10 102.0 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 [2020-02-14T13:44:09.937Z] #10 ... [2020-02-14T13:44:09.937Z] [2020-02-14T13:44:09.937Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:09.937Z] #47 102.7 vendor/golang.org/x/net/idna [2020-02-14T13:44:09.937Z] #47 105.0 vendor/golang.org/x/net/http2/hpack [2020-02-14T13:44:09.937Z] #47 106.3 mime [2020-02-14T13:44:09.937Z] #47 108.2 mime/quotedprintable [2020-02-14T13:44:09.937Z] #47 108.6 net/http/internal [2020-02-14T13:44:09.937Z] #47 ... [2020-02-14T13:44:09.937Z] [2020-02-14T13:44:09.937Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:09.937Z] #10 113.1 Selecting previously unselected package libpcre16-3:amd64. [2020-02-14T13:44:09.937Z] #10 113.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-14T13:44:09.937Z] #10 113.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-14T13:44:09.937Z] #10 113.2 Selecting previously unselected package libpcre32-3:amd64. [2020-02-14T13:44:09.937Z] #10 113.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-14T13:44:09.937Z] #10 113.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-14T13:44:10.001Z] #44 150.9 CC criu/servicefd.o [2020-02-14T13:44:10.039Z] #10 102.0 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 [2020-02-14T13:44:10.039Z] #10 102.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:44:10.039Z] #10 102.0 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-02-14T13:44:10.039Z] #10 102.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-02-14T13:44:10.039Z] #10 102.1 Setting up dmsetup (2:1.02.155-3) ... [2020-02-14T13:44:10.039Z] #10 102.1 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-02-14T13:44:10.039Z] #10 102.1 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-02-14T13:44:10.039Z] #10 102.1 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:44:10.512Z] #10 113.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-14T13:44:10.512Z] #10 113.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-14T13:44:10.512Z] #10 113.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-14T13:44:10.512Z] #10 113.6 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-14T13:44:10.512Z] #10 113.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-14T13:44:10.512Z] #10 113.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-14T13:44:10.563Z] #44 151.4 CC criu/shmem.o [2020-02-14T13:44:10.610Z] #10 DONE 102.7s [2020-02-14T13:44:10.610Z] [2020-02-14T13:44:10.610Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:10.610Z] #44 47.13 CC images/ext-file.o [2020-02-14T13:44:10.610Z] #44 47.30 CC images/cgroup.o [2020-02-14T13:44:10.610Z] #44 48.38 CC images/userns.o [2020-02-14T13:44:10.610Z] #44 48.76 CC images/google/protobuf/descriptor.o [2020-02-14T13:44:10.610Z] #44 ... [2020-02-14T13:44:10.610Z] [2020-02-14T13:44:10.610Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:44:10.610Z] #55 DONE 0.1s [2020-02-14T13:44:10.610Z] [2020-02-14T13:44:10.610Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-14T13:44:10.610Z] #56 DONE 0.1s [2020-02-14T13:44:10.610Z] [2020-02-14T13:44:10.610Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:44:10.819Z] #44 ... [2020-02-14T13:44:10.819Z] [2020-02-14T13:44:10.819Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:44:10.819Z] #41 DONE 214.3s [2020-02-14T13:44:11.075Z] [2020-02-14T13:44:11.075Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:11.077Z] #10 114.0 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-14T13:44:11.077Z] #10 114.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-14T13:44:11.077Z] #10 114.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-14T13:44:11.077Z] #10 114.3 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-14T13:44:11.077Z] #10 114.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-14T13:44:11.077Z] #10 114.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-14T13:44:11.331Z] #53 ... [2020-02-14T13:44:11.331Z] [2020-02-14T13:44:11.331Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:11.331Z] #44 152.2 CC criu/sigframe.o [2020-02-14T13:44:11.331Z] #44 152.4 CC criu/signalfd.o [2020-02-14T13:44:11.334Z] #10 114.4 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-14T13:44:11.334Z] #10 114.5 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-14T13:44:11.334Z] #10 114.5 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-14T13:44:11.591Z] #10 114.6 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-14T13:44:11.591Z] #10 114.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-02-14T13:44:11.591Z] #10 114.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:44:11.892Z] #44 152.9 CC criu/sk-inet.o [2020-02-14T13:44:12.155Z] #10 115.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-14T13:44:12.155Z] #10 115.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:44:12.155Z] #10 115.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-14T13:44:12.155Z] #10 115.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-14T13:44:12.155Z] #10 115.4 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-14T13:44:12.155Z] #10 115.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:44:12.155Z] #10 115.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-14T13:44:12.155Z] #10 115.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:12.155Z] #10 115.4 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 [2020-02-14T13:44:12.414Z] #10 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-14T13:44:12.414Z] #10 115.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:44:12.414Z] #10 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-14T13:44:12.414Z] #10 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-14T13:44:12.414Z] #10 115.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:44:12.414Z] #10 115.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-14T13:44:12.414Z] #10 115.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:44:12.414Z] #10 115.5 Setting up dmsetup (2:1.02.155-3) ... [2020-02-14T13:44:12.414Z] #10 115.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-14T13:44:12.414Z] #10 115.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-14T13:44:12.414Z] #10 115.6 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:44:12.561Z] #18 31.55 Selecting previously unselected package vim. [2020-02-14T13:44:12.561Z] #18 31.55 Preparing to unpack .../35-vim_2%3a8.1.0875-5_s390x.deb ... [2020-02-14T13:44:12.561Z] #18 31.56 Unpacking vim (2:8.1.0875-5) ... [2020-02-14T13:44:12.561Z] #18 31.91 Selecting previously unselected package xfsprogs. [2020-02-14T13:44:12.561Z] #18 31.92 Preparing to unpack .../36-xfsprogs_4.20.0-1_s390x.deb ... [2020-02-14T13:44:12.561Z] #18 31.92 Unpacking xfsprogs (4.20.0-1) ... [2020-02-14T13:44:12.561Z] #18 32.24 Selecting previously unselected package zip. [2020-02-14T13:44:12.561Z] #18 32.25 Preparing to unpack .../37-zip_3.0-11+b1_s390x.deb ... [2020-02-14T13:44:12.561Z] #18 32.25 Unpacking zip (3.0-11+b1) ... [2020-02-14T13:44:12.561Z] #18 32.36 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:44:12.671Z] #10 ... [2020-02-14T13:44:12.671Z] [2020-02-14T13:44:12.671Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:12.671Z] #50 DONE 115.5s [2020-02-14T13:44:12.671Z] [2020-02-14T13:44:12.671Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:12.671Z] #44 43.94 CC compel/plugins/std/string.o [2020-02-14T13:44:12.671Z] #44 44.79 CC compel/plugins/std/infect.o [2020-02-14T13:44:12.671Z] #44 45.30 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-14T13:44:12.671Z] #44 45.34 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-14T13:44:12.671Z] #44 45.40 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-14T13:44:12.671Z] #44 45.44 AR compel/plugins/std.lib.a [2020-02-14T13:44:12.671Z] #44 45.53 CC compel/plugins/fds/fds.o [2020-02-14T13:44:12.671Z] #44 45.81 AR compel/plugins/fds.lib.a [2020-02-14T13:44:12.671Z] #44 45.84 HOSTDEP compel/src/lib/log-host.d [2020-02-14T13:44:12.671Z] #44 45.91 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-14T13:44:12.671Z] #44 46.14 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-14T13:44:12.671Z] #44 46.29 HOSTDEP compel/src/main-host.d [2020-02-14T13:44:12.671Z] #44 46.39 DEP compel/src/lib/ptrace.d [2020-02-14T13:44:12.671Z] #44 46.56 DEP compel/src/lib/infect.d [2020-02-14T13:44:12.671Z] #44 46.72 DEP compel/src/lib/infect-util.d [2020-02-14T13:44:12.671Z] #44 46.82 DEP compel/src/lib/infect-rpc.d [2020-02-14T13:44:12.671Z] #44 46.91 DEP compel/arch/x86/src/lib/infect.d [2020-02-14T13:44:12.671Z] #44 47.05 DEP compel/arch/x86/src/lib/cpu.d [2020-02-14T13:44:12.671Z] #44 47.12 DEP compel/src/lib/log.d [2020-02-14T13:44:12.671Z] #44 47.24 DEP compel/src/main.d [2020-02-14T13:44:12.671Z] #44 47.33 DEP compel/src/lib/handle-elf.d [2020-02-14T13:44:12.671Z] #44 47.48 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-14T13:44:12.671Z] #44 47.67 CC compel/src/lib/log.o [2020-02-14T13:44:12.671Z] #44 47.99 CC compel/arch/x86/src/lib/cpu.o [2020-02-14T13:44:12.823Z] #44 ... [2020-02-14T13:44:12.823Z] [2020-02-14T13:44:12.823Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-14T13:44:12.823Z] #42 DONE 0.2s [2020-02-14T13:44:12.823Z] [2020-02-14T13:44:12.823Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:12.823Z] #62 ... [2020-02-14T13:44:12.823Z] [2020-02-14T13:44:12.823Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:12.823Z] #44 153.9 CC criu/sk-netlink.o [2020-02-14T13:44:12.928Z] #44 ... [2020-02-14T13:44:12.928Z] [2020-02-14T13:44:12.928Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:44:12.928Z] #10 DONE 116.0s [2020-02-14T13:44:12.944Z] #18 32.41 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:44:12.944Z] #18 32.42 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-02-14T13:44:12.944Z] #18 32.43 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-14T13:44:12.944Z] #18 32.43 Setting up libgpm2:s390x (1.20.7-5) ... [2020-02-14T13:44:12.944Z] #18 32.44 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-02-14T13:44:12.944Z] #18 32.45 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-02-14T13:44:12.944Z] #18 32.45 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-14T13:44:12.944Z] #18 32.46 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:44:12.944Z] #18 32.46 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-14T13:44:12.944Z] #18 32.47 Setting up libicu63:s390x (63.1-6) ... [2020-02-14T13:44:12.944Z] #18 32.47 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:44:12.944Z] #18 32.48 Setting up zip (3.0-11+b1) ... [2020-02-14T13:44:12.944Z] #18 32.49 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:44:12.945Z] #18 32.50 Setting up bash-completion (1:2.8-6) ... [2020-02-14T13:44:13.187Z] [2020-02-14T13:44:13.187Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:44:13.187Z] #55 DONE 0.1s [2020-02-14T13:44:13.187Z] [2020-02-14T13:44:13.187Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:13.187Z] #44 48.91 CC compel/arch/x86/src/lib/infect.o [2020-02-14T13:44:13.187Z] #44 ... [2020-02-14T13:44:13.187Z] [2020-02-14T13:44:13.187Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-14T13:44:13.187Z] #56 DONE 0.2s [2020-02-14T13:44:13.385Z] #44 154.2 CC criu/sk-packet.o [2020-02-14T13:44:13.445Z] [2020-02-14T13:44:13.445Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:13.641Z] #44 154.6 CC criu/sk-queue.o [2020-02-14T13:44:13.911Z] #11 DONE 2.9s [2020-02-14T13:44:13.911Z] [2020-02-14T13:44:13.911Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:44:14.203Z] #44 155.1 CC criu/sk-tcp.o [2020-02-14T13:44:14.471Z] #44 155.5 CC criu/sk-unix.o [2020-02-14T13:44:14.761Z] #18 34.13 Setting up libiptc0:s390x (1.8.2-4) ... [2020-02-14T13:44:14.761Z] #18 34.13 Setting up xz-utils (5.2.4-1) ... [2020-02-14T13:44:14.761Z] #18 34.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-14T13:44:14.761Z] #18 34.15 Setting up pigz (2.4-1) ... [2020-02-14T13:44:14.761Z] #18 34.15 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-14T13:44:14.761Z] #18 34.16 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-14T13:44:14.761Z] #18 34.17 Setting up python-pip-whl (18.1-5) ... [2020-02-14T13:44:14.761Z] #18 34.18 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-02-14T13:44:14.761Z] #18 34.18 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:44:14.761Z] #18 34.41 Setting up libaio1:s390x (0.3.112-3) ... [2020-02-14T13:44:14.761Z] #18 34.41 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-14T13:44:14.761Z] #18 34.42 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-14T13:44:14.761Z] #18 34.45 Setting up vim (2:8.1.0875-5) ... [2020-02-14T13:44:14.761Z] #18 34.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-14T13:44:14.761Z] #18 34.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-14T13:44:14.761Z] #18 34.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-14T13:44:14.761Z] #18 34.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-14T13:44:14.761Z] #18 34.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-14T13:44:14.761Z] #18 34.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-14T13:44:14.761Z] #18 34.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-14T13:44:14.761Z] #18 34.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-14T13:44:14.761Z] #18 34.48 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-14T13:44:14.761Z] #18 34.49 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:44:14.761Z] #18 34.50 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-14T13:44:14.761Z] #18 34.51 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:44:14.761Z] #18 34.51 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-14T13:44:15.280Z] #18 34.52 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:15.280Z] #18 ... [2020-02-14T13:44:15.280Z] [2020-02-14T13:44:15.280Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:44:15.280Z] #31 DONE 110.2s [2020-02-14T13:44:15.280Z] [2020-02-14T13:44:15.280Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:15.280Z] #45 71.11 CC criu/files.o [2020-02-14T13:44:15.280Z] #45 72.73 CC criu/filesystems.o [2020-02-14T13:44:15.280Z] #45 73.18 CC criu/fsnotify.o [2020-02-14T13:44:15.280Z] #45 74.06 CC criu/image-desc.o [2020-02-14T13:44:15.280Z] #45 74.14 CC criu/image.o [2020-02-14T13:44:15.280Z] #45 74.79 CC criu/ipc_ns.o [2020-02-14T13:44:15.280Z] #45 75.58 CC criu/irmap.o [2020-02-14T13:44:15.280Z] #45 76.22 CC criu/kcmp-ids.o [2020-02-14T13:44:15.280Z] #45 76.45 CC criu/kerndat.o [2020-02-14T13:44:15.280Z] #45 77.27 CC criu/libnetlink.o [2020-02-14T13:44:15.280Z] #45 77.52 CC criu/log.o [2020-02-14T13:44:15.852Z] #45 78.20 CC criu/lsm.o [2020-02-14T13:44:16.286Z] #45 78.60 CC criu/mem.o [2020-02-14T13:44:16.366Z] #44 157.1 CC criu/sockets.o [2020-02-14T13:44:16.458Z] #12 ... [2020-02-14T13:44:16.458Z] [2020-02-14T13:44:16.458Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:16.458Z] #47 97.85 vendor/golang.org/x/net/idna [2020-02-14T13:44:16.458Z] #47 98.93 vendor/golang.org/x/net/http2/hpack [2020-02-14T13:44:16.458Z] #47 101.2 mime [2020-02-14T13:44:16.458Z] #47 101.7 mime/quotedprintable [2020-02-14T13:44:16.458Z] #47 102.5 net/http/internal [2020-02-14T13:44:16.458Z] #47 107.0 net/textproto [2020-02-14T13:44:16.458Z] #47 107.0 vendor/golang.org/x/net/http/httpproxy [2020-02-14T13:44:16.458Z] #47 107.0 crypto/x509 [2020-02-14T13:44:16.458Z] #47 ... [2020-02-14T13:44:16.458Z] [2020-02-14T13:44:16.458Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:44:16.458Z] #12 DONE 2.6s [2020-02-14T13:44:16.458Z] [2020-02-14T13:44:16.458Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:44:16.721Z] #57 ... [2020-02-14T13:44:16.721Z] [2020-02-14T13:44:16.721Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:44:16.721Z] #11 DONE 3.5s [2020-02-14T13:44:16.721Z] [2020-02-14T13:44:16.721Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:16.721Z] #57 3.055 + RM_GOPATH=0 [2020-02-14T13:44:16.721Z] #57 3.055 + TMP_GOPATH= [2020-02-14T13:44:16.721Z] #57 3.055 + : /build [2020-02-14T13:44:16.721Z] #57 3.055 + '[' -z '' ']' [2020-02-14T13:44:16.721Z] #57 3.055 ++ mktemp -d [2020-02-14T13:44:16.721Z] #57 3.056 + export GOPATH=/tmp/tmp.PtpM6piwRG [2020-02-14T13:44:16.721Z] #57 3.056 + GOPATH=/tmp/tmp.PtpM6piwRG [2020-02-14T13:44:16.721Z] #57 3.056 + RM_GOPATH=1 [2020-02-14T13:44:16.721Z] #57 3.059 ++ dirname ./install.sh [2020-02-14T13:44:16.721Z] #57 3.064 + dir=. [2020-02-14T13:44:16.721Z] #57 3.064 + bin=runc [2020-02-14T13:44:16.721Z] #57 3.064 + shift [2020-02-14T13:44:16.721Z] #57 3.064 + '[' '!' -f ./runc.installer ']' [2020-02-14T13:44:16.721Z] #57 3.064 + . ./runc.installer [2020-02-14T13:44:16.721Z] #57 3.064 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:44:16.721Z] #57 3.064 + install_runc [2020-02-14T13:44:16.721Z] #57 3.064 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-14T13:44:16.721Z] #57 3.064 + uname -r [2020-02-14T13:44:16.721Z] #57 3.071 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-14T13:44:16.721Z] #57 3.071 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-14T13:44:16.721Z] #57 3.072 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-14T13:44:16.721Z] #57 3.072 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PtpM6piwRG/src/github.com/opencontainers/runc [2020-02-14T13:44:16.721Z] #57 3.074 Cloning into '/tmp/tmp.PtpM6piwRG/src/github.com/opencontainers/runc'... [2020-02-14T13:44:16.926Z] #44 157.9 CC criu/stats.o [2020-02-14T13:44:17.182Z] #44 158.2 CC criu/string.o [2020-02-14T13:44:17.182Z] #44 158.3 CC criu/sysctl.o [2020-02-14T13:44:17.643Z] #45 80.03 CC criu/mount.o [2020-02-14T13:44:18.018Z] #45 ... [2020-02-14T13:44:18.019Z] [2020-02-14T13:44:18.019Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:18.019Z] #18 37.59 Setting up iptables (1.8.2-4) ... [2020-02-14T13:44:18.019Z] #18 37.60 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.61 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.61 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.61 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.61 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.62 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-14T13:44:18.019Z] #18 37.62 Setting up python3 (3.7.3-1) ... [2020-02-14T13:44:18.108Z] #44 158.9 CC criu/sysfs_parse.o [2020-02-14T13:44:18.363Z] #44 159.3 CC criu/timerfd.o [2020-02-14T13:44:18.375Z] #13 1.952 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-14T13:44:18.375Z] #13 DONE 2.1s [2020-02-14T13:44:18.375Z] [2020-02-14T13:44:18.375Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:18.375Z] #44 51.25 CC images/opts.o [2020-02-14T13:44:18.375Z] #44 51.65 CC images/seccomp.o [2020-02-14T13:44:18.375Z] #44 52.03 CC images/binfmt-misc.o [2020-02-14T13:44:18.375Z] #44 52.36 CC images/time.o [2020-02-14T13:44:18.375Z] #44 52.64 CC images/sysctl.o [2020-02-14T13:44:18.375Z] #44 52.96 CC images/autofs.o [2020-02-14T13:44:18.375Z] #44 53.25 CC images/macvlan.o [2020-02-14T13:44:18.375Z] #44 53.66 CC images/sit.o [2020-02-14T13:44:18.375Z] #44 54.04 LINK images/built-in.o [2020-02-14T13:44:18.375Z] #44 54.30 GEN compel/include/asm [2020-02-14T13:44:18.375Z] #44 54.30 GEN compel/include/version.h [2020-02-14T13:44:18.375Z] #44 54.34 touch .config [2020-02-14T13:44:18.375Z] #44 54.36 GEN include/common/config.h [2020-02-14T13:44:18.375Z] #44 54.47 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-14T13:44:18.375Z] #44 54.49 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-02-14T13:44:18.375Z] #44 54.55 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-02-14T13:44:18.375Z] #44 54.58 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-02-14T13:44:18.375Z] #44 54.59 DEP compel/plugins/std/infect.d [2020-02-14T13:44:18.375Z] #44 54.71 DEP compel/plugins/std/string.d [2020-02-14T13:44:18.375Z] #44 54.82 DEP compel/plugins/std/log.d [2020-02-14T13:44:18.375Z] #44 55.02 DEP compel/plugins/std/fds.d [2020-02-14T13:44:18.375Z] #44 55.15 DEP compel/plugins/std/std.d [2020-02-14T13:44:18.375Z] #44 55.33 DEP compel/plugins/shmem/shmem.d [2020-02-14T13:44:18.375Z] #44 55.58 DEP compel/plugins/fds/fds.d [2020-02-14T13:44:18.375Z] #44 55.93 CC compel/plugins/std/std.o [2020-02-14T13:44:18.375Z] #44 56.41 CC compel/plugins/std/fds.o [2020-02-14T13:44:18.375Z] #44 56.79 CC compel/plugins/std/log.o [2020-02-14T13:44:18.379Z] #18 37.79 Setting up python3-wheel (0.32.3-2) ... [2020-02-14T13:44:18.616Z] #57 ... [2020-02-14T13:44:18.616Z] [2020-02-14T13:44:18.617Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:18.617Z] #44 50.27 CC compel/src/lib/infect-rpc.o [2020-02-14T13:44:18.617Z] #44 50.79 CC compel/src/lib/infect-util.o [2020-02-14T13:44:18.617Z] #44 51.13 CC compel/src/lib/infect.o [2020-02-14T13:44:18.617Z] #44 53.76 CC compel/src/lib/ptrace.o [2020-02-14T13:44:18.617Z] #44 54.15 AR compel/libcompel.a [2020-02-14T13:44:18.617Z] #44 54.23 HOSTCC compel/src/main-host.o [2020-02-14T13:44:18.617Z] #44 ... [2020-02-14T13:44:18.617Z] [2020-02-14T13:44:18.617Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:44:18.617Z] #12 DONE 2.3s [2020-02-14T13:44:18.619Z] #44 159.7 CC criu/tty.o [2020-02-14T13:44:18.745Z] #18 38.21 Setting up apparmor (2.13.2-10) ... [2020-02-14T13:44:18.874Z] [2020-02-14T13:44:18.875Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:18.875Z] #44 54.63 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-14T13:44:18.942Z] Running on azwin-2-9e4170 in d:\jenkins\workspace\moby_PR-40489 [Pipeline] { [2020-02-14T13:44:18.945Z] #44 58.00 CC compel/plugins/std/string.o [Pipeline] ws [2020-02-14T13:44:18.963Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-02-14T13:44:19.132Z] #44 54.88 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-14T13:44:19.552Z] #18 39.38 Setting up xfsprogs (4.20.0-1) ... [2020-02-14T13:44:19.702Z] #44 55.43 HOSTCC compel/src/lib/log-host.o [2020-02-14T13:44:19.947Z] #18 39.39 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:44:19.947Z] #18 39.61 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:44:19.959Z] #44 55.60 HOSTLINK compel/compel-host-bin [2020-02-14T13:44:19.959Z] #44 55.71 DEP soccr/soccr.d [2020-02-14T13:44:19.959Z] #44 58.93 CC compel/plugins/std/infect.o [2020-02-14T13:44:20.216Z] #44 55.96 CC soccr/soccr.o [2020-02-14T13:44:20.216Z] #44 ... [2020-02-14T13:44:20.216Z] [2020-02-14T13:44:20.216Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:20.216Z] #47 113.0 net/textproto [2020-02-14T13:44:20.216Z] #47 113.0 crypto/x509 [2020-02-14T13:44:20.216Z] #47 114.3 vendor/golang.org/x/net/http/httpguts [2020-02-14T13:44:20.216Z] #47 114.5 vendor/golang.org/x/net/http/httpproxy [2020-02-14T13:44:20.216Z] #47 115.1 mime/multipart [2020-02-14T13:44:20.216Z] #47 118.3 crypto/tls [2020-02-14T13:44:20.216Z] #47 ... [2020-02-14T13:44:20.216Z] [2020-02-14T13:44:20.216Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:44:20.222Z] #44 59.40 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-02-14T13:44:20.222Z] #44 59.50 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-02-14T13:44:20.222Z] #44 59.61 AR compel/plugins/std.lib.a [2020-02-14T13:44:20.316Z] #18 39.97 Setting up python3-distutils (3.7.3-1) ... [2020-02-14T13:44:20.476Z] #13 1.934 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-14T13:44:20.482Z] #44 59.65 CC compel/plugins/fds/fds.o [2020-02-14T13:44:20.515Z] #44 161.3 CC criu/tun.o [2020-02-14T13:44:20.702Z] #18 40.36 Setting up python3-setuptools (40.8.0-1) ... [2020-02-14T13:44:20.733Z] #13 DONE 2.1s [2020-02-14T13:44:20.733Z] [2020-02-14T13:44:20.733Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:44:20.733Z] #30 ... [2020-02-14T13:44:20.733Z] [2020-02-14T13:44:20.733Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-14T13:44:20.743Z] #44 59.93 AR compel/plugins/fds.lib.a [2020-02-14T13:44:20.743Z] #44 59.99 HOSTDEP compel/src/lib/log-host.d [2020-02-14T13:44:20.743Z] #44 ... [2020-02-14T13:44:20.743Z] [2020-02-14T13:44:20.743Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:20.743Z] #57 2.498 + RM_GOPATH=0 [2020-02-14T13:44:20.743Z] #57 2.499 + TMP_GOPATH= [2020-02-14T13:44:20.743Z] #57 2.499 + : /build [2020-02-14T13:44:20.743Z] #57 2.499 + '[' -z '' ']' [2020-02-14T13:44:20.743Z] #57 2.500 ++ mktemp -d [2020-02-14T13:44:20.743Z] #57 2.506 + export GOPATH=/tmp/tmp.IBY7I3pDPe [2020-02-14T13:44:20.743Z] #57 2.506 + GOPATH=/tmp/tmp.IBY7I3pDPe [2020-02-14T13:44:20.743Z] #57 2.507 + RM_GOPATH=1 [2020-02-14T13:44:20.743Z] #57 2.507 ++ dirname ./install.sh [2020-02-14T13:44:20.743Z] #57 2.509 + dir=. [2020-02-14T13:44:20.743Z] #57 2.509 + bin=runc [2020-02-14T13:44:20.743Z] #57 2.509 + shift [2020-02-14T13:44:20.743Z] #57 2.509 + '[' '!' -f ./runc.installer ']' [2020-02-14T13:44:20.743Z] #57 2.509 + . ./runc.installer [2020-02-14T13:44:20.743Z] #57 2.509 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:44:20.743Z] #57 2.509 + install_runc [2020-02-14T13:44:20.743Z] #57 2.512 + uname -r [2020-02-14T13:44:20.743Z] #57 2.513 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-14T13:44:20.743Z] #57 2.515 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-14T13:44:20.743Z] #57 2.515 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-14T13:44:20.743Z] #57 2.515 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-14T13:44:20.743Z] #57 2.515 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IBY7I3pDPe/src/github.com/opencontainers/runc [2020-02-14T13:44:20.743Z] #57 2.567 Cloning into '/tmp/tmp.IBY7I3pDPe/src/github.com/opencontainers/runc'... [2020-02-14T13:44:20.743Z] #57 9.550 + cd /tmp/tmp.IBY7I3pDPe/src/github.com/opencontainers/runc [2020-02-14T13:44:20.743Z] #57 9.551 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:44:20.743Z] #57 9.699 + '[' -z '' ']' [2020-02-14T13:44:20.743Z] #57 9.699 + target=static [2020-02-14T13:44:20.743Z] #57 9.699 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-14T13:44:20.743Z] #57 ... [2020-02-14T13:44:20.743Z] [2020-02-14T13:44:20.743Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:20.743Z] #44 60.10 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-14T13:44:20.743Z] #44 60.16 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-02-14T13:44:20.771Z] #44 161.8 CC criu/uffd.o [2020-02-14T13:44:21.004Z] #44 60.23 HOSTDEP compel/src/main-host.d [2020-02-14T13:44:21.004Z] #44 60.27 DEP compel/src/lib/ptrace.d [2020-02-14T13:44:21.004Z] #44 60.38 DEP compel/src/lib/infect.d [2020-02-14T13:44:21.264Z] #44 60.66 DEP compel/src/lib/infect-util.d [2020-02-14T13:44:21.478Z] #18 41.14 Setting up python3-pip (18.1-5) ... [2020-02-14T13:44:21.525Z] #44 60.79 DEP compel/src/lib/infect-rpc.d [2020-02-14T13:44:21.525Z] #44 ... [2020-02-14T13:44:21.525Z] [2020-02-14T13:44:21.525Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-14T13:44:21.525Z] #14 DONE 3.4s [2020-02-14T13:44:21.785Z] [2020-02-14T13:44:21.785Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:21.785Z] #44 60.94 DEP compel/arch/aarch64/src/lib/infect.d [2020-02-14T13:44:22.046Z] #44 61.14 DEP compel/arch/aarch64/src/lib/cpu.d [2020-02-14T13:44:22.046Z] #44 61.33 DEP compel/src/lib/log.d [2020-02-14T13:44:22.136Z] #44 162.9 CC criu/util.o [2020-02-14T13:44:22.254Z] #18 41.69 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:44:22.254Z] #18 41.70 Processing triggers for mime-support (3.62) ... [2020-02-14T13:44:22.254Z] #18 DONE 41.9s [2020-02-14T13:44:22.254Z] [2020-02-14T13:44:22.254Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-14T13:44:22.307Z] #44 61.46 DEP compel/src/main.d [2020-02-14T13:44:22.307Z] #44 61.63 DEP compel/src/lib/handle-elf.d [2020-02-14T13:44:22.570Z] #44 61.88 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-02-14T13:44:22.617Z] #19 0.288 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-14T13:44:22.617Z] #19 0.290 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-14T13:44:22.617Z] #19 0.292 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-14T13:44:22.830Z] #44 62.14 CC compel/src/lib/log.o [2020-02-14T13:44:22.993Z] #19 DONE 0.4s [2020-02-14T13:44:22.993Z] [2020-02-14T13:44:22.993Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:44:23.065Z] #44 164.1 CC criu/uts_ns.o [2020-02-14T13:44:23.091Z] #44 ... [2020-02-14T13:44:23.091Z] [2020-02-14T13:44:23.091Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:23.091Z] #50 DONE 114.9s [2020-02-14T13:44:23.258Z] #14 DONE 2.2s [2020-02-14T13:44:23.258Z] [2020-02-14T13:44:23.258Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:23.258Z] #57 9.076 + cd /tmp/tmp.PtpM6piwRG/src/github.com/opencontainers/runc [2020-02-14T13:44:23.258Z] #57 9.077 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:44:23.258Z] #57 9.246 + '[' -z '' ']' [2020-02-14T13:44:23.258Z] #57 9.246 + target=static [2020-02-14T13:44:23.258Z] #57 9.247 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-14T13:44:23.321Z] #44 164.3 CC criu/vdso-compat.o [2020-02-14T13:44:23.352Z] [2020-02-14T13:44:23.352Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:23.352Z] #57 11.29 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-14T13:44:23.577Z] #44 164.5 CC criu/vdso.o [2020-02-14T13:44:24.138Z] #44 165.0 LINK criu/built-in.o [2020-02-14T13:44:24.138Z] #44 165.2 LINK criu/criu [2020-02-14T13:44:24.191Z] #57 10.82 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-14T13:44:24.292Z] #57 ... [2020-02-14T13:44:24.293Z] [2020-02-14T13:44:24.293Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-14T13:44:24.293Z] #15 DONE 2.6s [2020-02-14T13:44:24.293Z] [2020-02-14T13:44:24.293Z] #16 [dev 6/25] RUN ldconfig [2020-02-14T13:44:24.395Z] #44 165.5 DEP lib/c/criu.d [2020-02-14T13:44:24.395Z] #44 ... [2020-02-14T13:44:24.395Z] [2020-02-14T13:44:24.395Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:24.395Z] #57 109.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-14T13:44:24.819Z] #20 2.178 Collecting yamllint==1.16.0 [2020-02-14T13:44:25.125Z] #57 ... [2020-02-14T13:44:25.125Z] [2020-02-14T13:44:25.125Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-14T13:44:25.125Z] #15 DONE 2.2s [2020-02-14T13:44:25.125Z] [2020-02-14T13:44:25.125Z] #16 [dev 6/25] RUN ldconfig [2020-02-14T13:44:25.200Z] #20 2.331 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-14T13:44:25.201Z] #20 2.372 Collecting pyyaml (from yamllint==1.16.0) [2020-02-14T13:44:25.201Z] #20 2.462 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-14T13:44:25.761Z] #57 110.7 + mkdir -p /build [2020-02-14T13:44:25.761Z] #57 110.8 + cp runc /build/runc [2020-02-14T13:44:25.982Z] #20 3.242 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-14T13:44:25.982Z] #20 3.270 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-14T13:44:25.982Z] #20 3.283 Building wheels for collected packages: pyyaml [2020-02-14T13:44:25.982Z] #20 3.289 Running setup.py bdist_wheel for pyyaml: started [2020-02-14T13:44:26.324Z] #57 DONE 111.2s [2020-02-14T13:44:26.324Z] [2020-02-14T13:44:26.324Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:26.324Z] #44 165.5 CC images/rpc.pb-c.o [2020-02-14T13:44:26.324Z] #44 166.0 CC lib/c/criu.o [2020-02-14T13:44:26.324Z] #44 166.9 LINK lib/c/built-in.o [2020-02-14T13:44:26.324Z] #44 167.0 LINK lib/c/libcriu.so [2020-02-14T13:44:26.324Z] #44 167.1 GEN magic.py [2020-02-14T13:44:26.324Z] #44 167.3 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:44:26.324Z] #44 167.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:44:26.770Z] #20 3.855 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-14T13:44:26.770Z] #20 3.855 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-14T13:44:26.770Z] #20 3.884 Successfully built pyyaml [2020-02-14T13:44:26.770Z] #20 3.979 Installing collected packages: pyyaml, pathspec, yamllint [2020-02-14T13:44:26.839Z] #16 ... [2020-02-14T13:44:26.839Z] [2020-02-14T13:44:26.839Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:26.839Z] #47 108.5 vendor/golang.org/x/net/http/httpguts [2020-02-14T13:44:26.839Z] #47 108.5 mime/multipart [2020-02-14T13:44:26.839Z] #47 111.6 crypto/tls [2020-02-14T13:44:26.839Z] #47 118.3 net/http/httptrace [2020-02-14T13:44:26.839Z] #47 118.5 net/http [2020-02-14T13:44:26.839Z] #47 ... [2020-02-14T13:44:26.839Z] [2020-02-14T13:44:26.839Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:26.839Z] #44 62.60 CC compel/arch/aarch64/src/lib/cpu.o [2020-02-14T13:44:26.839Z] #44 62.97 CC compel/arch/aarch64/src/lib/infect.o [2020-02-14T13:44:26.839Z] #44 63.55 CC compel/src/lib/infect-rpc.o [2020-02-14T13:44:26.839Z] #44 64.09 CC compel/src/lib/infect-util.o [2020-02-14T13:44:26.839Z] #44 64.61 CC compel/src/lib/infect.o [2020-02-14T13:44:27.185Z] #20 4.363 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-14T13:44:27.185Z] #20 DONE 4.5s [2020-02-14T13:44:27.185Z] [2020-02-14T13:44:27.185Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-14T13:44:27.185Z] #25 DONE 0.1s [2020-02-14T13:44:27.185Z] [2020-02-14T13:44:27.185Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:27.185Z] #45 82.45 CC criu/namespaces.o [2020-02-14T13:44:27.185Z] #45 83.53 CC criu/net.o [2020-02-14T13:44:27.185Z] #45 85.43 CC criu/netfilter.o [2020-02-14T13:44:27.185Z] #45 85.69 CC criu/page-pipe.o [2020-02-14T13:44:27.185Z] #45 86.11 CC criu/page-xfer.o [2020-02-14T13:44:27.185Z] #45 87.00 CC criu/pagemap-cache.o [2020-02-14T13:44:27.185Z] #45 87.31 CC criu/pagemap.o [2020-02-14T13:44:27.185Z] #45 88.09 CC criu/parasite-syscall.o [2020-02-14T13:44:27.185Z] #45 88.77 CC criu/path.o [2020-02-14T13:44:27.185Z] #45 88.98 CC criu/pie-util-vdso-elf32.o [2020-02-14T13:44:27.185Z] #45 89.31 CC criu/pie-util-vdso.o [2020-02-14T13:44:27.185Z] #45 89.65 CC criu/pie-util.o [2020-02-14T13:44:27.185Z] #45 89.81 CC criu/pipes.o [2020-02-14T13:44:27.253Z] #44 168.3 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:44:27.411Z] #44 ... [2020-02-14T13:44:27.411Z] [2020-02-14T13:44:27.411Z] #16 [dev 6/25] RUN ldconfig [2020-02-14T13:44:27.411Z] #16 DONE 3.2s [2020-02-14T13:44:27.411Z] [2020-02-14T13:44:27.411Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:27.631Z] #45 ... [2020-02-14T13:44:27.631Z] [2020-02-14T13:44:27.631Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T13:44:27.657Z] #16 DONE 2.3s [2020-02-14T13:44:27.657Z] [2020-02-14T13:44:27.657Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:27.815Z] #44 168.8 make[1]: Nothing to be done for 'all'. [2020-02-14T13:44:28.036Z] #29 DONE 0.6s [2020-02-14T13:44:28.036Z] [2020-02-14T13:44:28.036Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:28.036Z] #45 90.41 CC criu/plugin.o [2020-02-14T13:44:28.036Z] #45 ... [2020-02-14T13:44:28.036Z] [2020-02-14T13:44:28.036Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-14T13:44:28.036Z] #32 DONE 0.1s [2020-02-14T13:44:28.036Z] [2020-02-14T13:44:28.036Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-14T13:44:28.036Z] #35 DONE 0.1s [2020-02-14T13:44:28.036Z] [2020-02-14T13:44:28.036Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:28.036Z] #45 90.70 CC criu/proc_parse.o [2020-02-14T13:44:28.377Z] #44 169.3 make[1]: 'images/built-in.o' is up to date. [2020-02-14T13:44:28.377Z] #44 169.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-14T13:44:28.377Z] #44 169.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-14T13:44:28.377Z] #44 169.4 make[1]: 'compel/libcompel.a' is up to date. [2020-02-14T13:44:28.377Z] #44 169.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-14T13:44:28.377Z] #44 169.4 make[1]: Nothing to be done for 'all'. [2020-02-14T13:44:28.377Z] #44 169.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:44:28.377Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.432Z] #45 ... [2020-02-14T13:44:28.432Z] [2020-02-14T13:44:28.432Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-14T13:44:28.432Z] #40 DONE 0.1s [2020-02-14T13:44:28.432Z] [2020-02-14T13:44:28.432Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:44:28.633Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.633Z] #44 169.6 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.633Z] #44 169.7 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.890Z] #44 169.7 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.890Z] #44 169.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.890Z] #44 169.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.890Z] #44 169.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:28.890Z] #44 169.9 INSTALL criu/criu [2020-02-14T13:44:29.146Z] #44 DONE 170.1s [2020-02-14T13:44:29.146Z] [2020-02-14T13:44:29.146Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:29.711Z] #53 ... [2020-02-14T13:44:29.711Z] [2020-02-14T13:44:29.711Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:29.711Z] #62 192.3 + bin/containerd [2020-02-14T13:44:30.181Z] #17 2.507 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:44:30.181Z] #17 2.611 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:44:30.181Z] #17 2.707 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:44:30.273Z] #62 ... [2020-02-14T13:44:30.273Z] [2020-02-14T13:44:30.273Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-14T13:44:30.273Z] #45 DONE 0.1s [2020-02-14T13:44:30.337Z] #42 ... [2020-02-14T13:44:30.337Z] [2020-02-14T13:44:30.337Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:30.337Z] #45 92.67 CC criu/protobuf-desc.o [2020-02-14T13:44:30.439Z] #17 3.240 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-14T13:44:30.537Z] [2020-02-14T13:44:30.537Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-14T13:44:30.537Z] #48 DONE 0.1s [2020-02-14T13:44:30.537Z] [2020-02-14T13:44:30.537Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:30.537Z] #53 ... [2020-02-14T13:44:30.537Z] [2020-02-14T13:44:30.537Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-14T13:44:30.537Z] #51 DONE 0.1s [2020-02-14T13:44:30.692Z] #45 93.23 CC criu/protobuf.o [2020-02-14T13:44:30.708Z] #17 2.885 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:44:30.708Z] #17 2.925 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:44:30.708Z] #17 2.934 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:44:30.794Z] [2020-02-14T13:44:30.794Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:31.073Z] #45 93.51 CC criu/pstree.o [2020-02-14T13:44:31.282Z] #17 3.628 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-02-14T13:44:31.811Z] #17 ... [2020-02-14T13:44:31.811Z] [2020-02-14T13:44:31.811Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:31.811Z] #44 57.58 AR soccr/libsoccr.a [2020-02-14T13:44:31.811Z] #44 57.62 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:44:31.811Z] #44 57.91 DEP criu/arch/x86/sigframe.d [2020-02-14T13:44:31.811Z] #44 58.09 DEP criu/arch/x86/sigaction_compat.d [2020-02-14T13:44:31.811Z] #44 58.17 DEP criu/arch/x86/kerndat.d [2020-02-14T13:44:31.811Z] #44 58.34 DEP criu/arch/x86/crtools.d [2020-02-14T13:44:31.811Z] #44 58.53 DEP criu/arch/x86/cpu.d [2020-02-14T13:44:31.811Z] #44 58.68 CC criu/arch/x86/cpu.o [2020-02-14T13:44:31.811Z] #44 59.52 CC criu/arch/x86/crtools.o [2020-02-14T13:44:31.811Z] #44 60.62 CC criu/arch/x86/kerndat.o [2020-02-14T13:44:31.811Z] #44 61.47 CC criu/arch/x86/sigaction_compat.o [2020-02-14T13:44:31.811Z] #44 61.76 CC criu/arch/x86/sigframe.o [2020-02-14T13:44:31.811Z] #44 62.15 LINK criu/arch/x86/crtools.built-in.o [2020-02-14T13:44:31.811Z] #44 62.21 DEP criu/pie/util-vdso-elf32.d [2020-02-14T13:44:31.811Z] #44 62.34 DEP criu/arch/x86/vdso-pie.d [2020-02-14T13:44:31.811Z] #44 62.47 DEP criu/pie/parasite-vdso.d [2020-02-14T13:44:31.811Z] #44 62.62 DEP criu/pie/util-vdso.d [2020-02-14T13:44:31.811Z] #44 62.72 DEP criu/pie/util.d [2020-02-14T13:44:31.811Z] #44 62.90 CC criu/pie/util.o [2020-02-14T13:44:31.811Z] #44 63.39 CC criu/pie/util-vdso.o [2020-02-14T13:44:31.811Z] #44 64.33 CC criu/pie/parasite-vdso.o [2020-02-14T13:44:31.811Z] #44 65.06 CC criu/arch/x86/vdso-pie.o [2020-02-14T13:44:31.811Z] #44 65.47 CC criu/pie/util-vdso-elf32.o [2020-02-14T13:44:31.811Z] #44 66.10 AR criu/pie/pie.lib.a [2020-02-14T13:44:31.811Z] #44 66.16 DEP criu/pie/restorer.d [2020-02-14T13:44:31.811Z] #44 66.46 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-14T13:44:31.811Z] #44 66.53 DEP criu/arch/x86/restorer_unmap.d [2020-02-14T13:44:31.811Z] #44 66.55 DEP criu/arch/x86/restorer.d [2020-02-14T13:44:31.811Z] #44 66.70 DEP criu/pie/parasite.d [2020-02-14T13:44:31.811Z] #44 67.08 CC criu/pie/parasite.o [2020-02-14T13:44:31.854Z] #45 94.19 CC criu/rbtree.o [2020-02-14T13:44:31.854Z] #45 94.37 CC criu/rst-malloc.o [2020-02-14T13:44:32.070Z] #44 ... [2020-02-14T13:44:32.070Z] [2020-02-14T13:44:32.070Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:32.070Z] #17 4.553 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [176 kB] [2020-02-14T13:44:32.218Z] #45 94.54 CC criu/seccomp.o [2020-02-14T13:44:32.223Z] #17 4.676 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [175 kB] [2020-02-14T13:44:32.587Z] #45 95.04 CC criu/seize.o [2020-02-14T13:44:33.003Z] #17 ... [2020-02-14T13:44:33.003Z] [2020-02-14T13:44:33.003Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:33.003Z] #47 125.8 net/http/httptrace [2020-02-14T13:44:33.003Z] #47 126.3 net/http [2020-02-14T13:44:33.261Z] #47 ... [2020-02-14T13:44:33.261Z] [2020-02-14T13:44:33.261Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:33.261Z] #17 5.860 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-02-14T13:44:33.382Z] #45 95.59 CC criu/servicefd.o [2020-02-14T13:44:33.382Z] #45 95.91 CC criu/shmem.o [2020-02-14T13:44:33.607Z] #17 5.933 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [5776 B] [2020-02-14T13:44:33.757Z] #45 96.42 CC criu/sigframe.o [2020-02-14T13:44:34.122Z] #45 96.48 CC criu/signalfd.o [2020-02-14T13:44:34.122Z] #45 96.61 CC criu/sk-inet.o [2020-02-14T13:44:34.178Z] #17 ... [2020-02-14T13:44:34.178Z] [2020-02-14T13:44:34.178Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:34.178Z] #44 67.47 CC compel/src/lib/ptrace.o [2020-02-14T13:44:34.178Z] #44 67.99 AR compel/libcompel.a [2020-02-14T13:44:34.178Z] #44 68.10 HOSTCC compel/src/main-host.o [2020-02-14T13:44:34.178Z] #44 68.57 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-02-14T13:44:34.178Z] #44 68.82 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-14T13:44:34.178Z] #44 69.33 HOSTCC compel/src/lib/log-host.o [2020-02-14T13:44:34.178Z] #44 69.66 HOSTLINK compel/compel-host-bin [2020-02-14T13:44:34.178Z] #44 69.96 DEP soccr/soccr.d [2020-02-14T13:44:34.178Z] #44 70.11 CC soccr/soccr.o [2020-02-14T13:44:34.178Z] #44 71.63 AR soccr/libsoccr.a [2020-02-14T13:44:34.178Z] #44 71.66 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:44:34.178Z] #44 71.96 DEP criu/arch/aarch64/sigframe.d [2020-02-14T13:44:34.178Z] #44 72.23 DEP criu/arch/aarch64/crtools.d [2020-02-14T13:44:34.178Z] #44 72.44 DEP criu/arch/aarch64/cpu.d [2020-02-14T13:44:34.178Z] #44 72.48 DEP criu/arch/aarch64/bitops.d [2020-02-14T13:44:34.178Z] #44 72.55 CC criu/arch/aarch64/bitops.o [2020-02-14T13:44:34.178Z] #44 72.64 CC criu/arch/aarch64/cpu.o [2020-02-14T13:44:34.178Z] #44 72.84 CC criu/arch/aarch64/crtools.o [2020-02-14T13:44:34.438Z] #44 73.64 CC criu/arch/aarch64/sigframe.o [2020-02-14T13:44:34.489Z] #45 97.09 CC criu/sk-netlink.o [2020-02-14T13:44:34.699Z] #44 74.00 LINK criu/arch/aarch64/crtools.built-in.o [2020-02-14T13:44:34.699Z] #44 74.05 DEP criu/arch/aarch64/intraprocedure.d [2020-02-14T13:44:34.858Z] #45 97.28 CC criu/sk-packet.o [2020-02-14T13:44:34.960Z] #44 74.07 DEP criu/arch/aarch64/vdso-pie.d [2020-02-14T13:44:34.960Z] #44 74.19 DEP criu/pie/parasite-vdso.d [2020-02-14T13:44:34.960Z] #44 74.28 DEP criu/pie/util-vdso.d [2020-02-14T13:44:35.221Z] #44 74.41 DEP criu/pie/util.d [2020-02-14T13:44:35.221Z] #44 74.59 CC criu/pie/util.o [2020-02-14T13:44:35.231Z] #45 97.54 CC criu/sk-queue.o [2020-02-14T13:44:35.231Z] #45 97.85 CC criu/sk-tcp.o [2020-02-14T13:44:35.611Z] #45 98.19 CC criu/sk-unix.o [2020-02-14T13:44:35.792Z] #44 74.98 CC criu/pie/util-vdso.o [2020-02-14T13:44:36.040Z] #62 ... [2020-02-14T13:44:36.040Z] [2020-02-14T13:44:36.040Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:36.040Z] #53 DONE 238.4s [2020-02-14T13:44:36.040Z] [2020-02-14T13:44:36.040Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:36.297Z] #62 ... [2020-02-14T13:44:36.297Z] [2020-02-14T13:44:36.297Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-14T13:44:36.363Z] #44 ... [2020-02-14T13:44:36.363Z] [2020-02-14T13:44:36.363Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:36.552Z] #54 DONE 0.2s [2020-02-14T13:44:36.552Z] [2020-02-14T13:44:36.552Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-14T13:44:36.552Z] #58 DONE 0.1s [2020-02-14T13:44:36.552Z] [2020-02-14T13:44:36.552Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:36.878Z] #45 99.44 CC criu/sockets.o [2020-02-14T13:44:37.678Z] #45 99.94 CC criu/stats.o [2020-02-14T13:44:37.678Z] #45 100.2 CC criu/string.o [2020-02-14T13:44:37.678Z] #45 100.3 CC criu/sysctl.o [2020-02-14T13:44:38.040Z] #45 100.8 CC criu/sysfs_parse.o [2020-02-14T13:44:38.429Z] #45 101.0 CC criu/timerfd.o [2020-02-14T13:44:38.524Z] #17 ... [2020-02-14T13:44:38.524Z] [2020-02-14T13:44:38.524Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:38.524Z] #44 68.50 LINK criu/pie/parasite.built-in.o [2020-02-14T13:44:38.524Z] #44 68.53 GEN criu/pie/parasite-blob.h [2020-02-14T13:44:38.524Z] #44 68.54 CC criu/arch/x86/restorer.o [2020-02-14T13:44:38.524Z] #44 69.06 CC criu/arch/x86/restorer_unmap.o [2020-02-14T13:44:38.524Z] #44 69.09 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-14T13:44:38.524Z] #44 69.37 CC criu/pie/restorer.o [2020-02-14T13:44:38.524Z] #44 72.40 LINK criu/pie/restorer.built-in.o [2020-02-14T13:44:38.524Z] #44 72.42 GEN criu/pie/restorer-blob.h [2020-02-14T13:44:38.524Z] #44 72.55 DEP criu/vdso.d [2020-02-14T13:44:38.524Z] #44 72.71 DEP criu/vdso-compat.d [2020-02-14T13:44:38.524Z] #44 72.85 DEP criu/uts_ns.d [2020-02-14T13:44:38.524Z] #44 73.08 DEP criu/util.d [2020-02-14T13:44:38.524Z] #44 73.27 DEP criu/uffd.d [2020-02-14T13:44:38.524Z] #44 73.51 DEP criu/tun.d [2020-02-14T13:44:38.524Z] #44 73.69 DEP criu/tty.d [2020-02-14T13:44:38.524Z] #44 73.91 DEP criu/timerfd.d [2020-02-14T13:44:38.524Z] #44 74.17 DEP criu/sysfs_parse.d [2020-02-14T13:44:38.524Z] #44 74.34 DEP criu/sysctl.d [2020-02-14T13:44:38.782Z] #44 74.48 DEP criu/string.d [2020-02-14T13:44:38.782Z] #44 74.53 DEP criu/stats.d [2020-02-14T13:44:38.795Z] #45 101.3 CC criu/tty.o [2020-02-14T13:44:38.795Z] #45 ... [2020-02-14T13:44:38.795Z] [2020-02-14T13:44:38.795Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:44:38.795Z] #42 133.8 + dpkg --print-architecture [2020-02-14T13:44:39.041Z] #44 74.70 DEP criu/sockets.d [2020-02-14T13:44:39.041Z] #44 74.83 DEP criu/sk-unix.d [2020-02-14T13:44:39.257Z] #42 133.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-14T13:44:39.299Z] #44 75.06 DEP criu/sk-tcp.d [2020-02-14T13:44:39.556Z] #44 75.24 DEP criu/sk-queue.d [2020-02-14T13:44:39.556Z] #44 75.39 DEP criu/sk-packet.d [2020-02-14T13:44:39.747Z] #42 134.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-14T13:44:39.747Z] #42 134.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-14T13:44:39.814Z] #44 75.54 DEP criu/sk-netlink.d [2020-02-14T13:44:40.023Z] #23 127.9 Checking out files: 21% (2248/10562) Checking out files: 22% (2324/10562) Checking out files: 23% (2430/10562) Checking out files: 24% (2535/10562) Checking out files: 25% (2641/10562) Checking out files: 26% (2747/10562) Checking out files: 27% (2852/10562) Checking out files: 28% (2958/10562) Checking out files: 29% (3063/10562) Checking out files: 30% (3169/10562) Checking out files: 31% (3275/10562) Checking out files: 32% (3380/10562) Checking out files: 33% (3486/10562) Checking out files: 34% (3592/10562) Checking out files: 35% (3697/10562) Checking out files: 36% (3803/10562) Checking out files: 37% (3908/10562) Checking out files: 37% (4010/10562) Checking out files: 38% (4014/10562) Checking out files: 39% (4120/10562) Checking out files: 40% (4225/10562) Checking out files: 41% (4331/10562) Checking out files: 42% (4437/10562) Checking out files: 43% (4542/10562) Checking out files: 44% (4648/10562) Checking out files: 45% (4753/10562) Checking out files: 46% (4859/10562) Checking out files: 47% (4965/10562) Checking out files: 48% (5070/10562) Checking out files: 49% (5176/10562) Checking out files: 50% (5281/10562) Checking out files: 51% (5387/10562) Checking out files: 52% (5493/10562) Checking out files: 53% (5598/10562) Checking out files: 54% (5704/10562) Checking out files: 55% (5810/10562) Checking out files: 56% (5915/10562) Checking out files: 56% (5980/10562) Checking out files: 57% (6021/10562) Checking out files: 58% (6126/10562) Checking out files: 59% (6232/10562) Checking out files: 60% (6338/10562) Checking out files: 61% (6443/10562) Checking out files: 62% (6549/10562) Checking out files: 63% (6655/10562) Checking out files: 64% (6760/10562) Checking out files: 65% (6866/10562) Checking out files: 66% (6971/10562) Checking out files: 67% (7077/10562) Checking out files: 68% (7183/10562) Checking out files: 69% (7288/10562) Checking out files: 70% (7394/10562) Checking out files: 71% (7500/10562) Checking out files: 72% (7605/10562) Checking out files: 73% (7711/10562) Checking out files: 74% (7816/10562) Checking out files: 75% (7922/10562) Checking out files: 76% (8028/10562) Checking out files: 77% (8133/10562) Checking out files: 78% (8239/10562) Checking out files: 78% (8305/10562) Checking out files: 79% (8344/10562) Checking out files: 80% (8450/10562) Checking out files: 81% (8556/10562) Checking out files: 82% (8661/10562) Checking out files: 83% (8767/10562) Checking out files: 84% (8873/10562) Checking out files: 85% (8978/10562) Checking out files: 86% (9084/10562) Checking out files: 87% (9189/10562) Checking out files: 88% (9295/10562) Checking out files: 89% (9401/10562) Checking out files: 90% (9506/10562) Checking out files: 91% (9612/10562) Checking out files: 92% (9718/10562) Checking out files: 93% (9823/10562) Checking out files: 94% (9929/10562) Checking out files: 95% (10034/10562) Checking out files: 96% (10140/10562) Checking out files: 97% (10246/10562) Checking out files: 98% (10351/10562) Checking out files: 99% (10457/10562) Checking out files: 100% (10562/10562) Checking out files: 100% (10562/10562), done. [2020-02-14T13:44:40.023Z] #23 132.0 + cd /tmp/tmp.CgUqKTQ7Lz/tmp/docker-ce [2020-02-14T13:44:40.072Z] #44 75.71 DEP criu/sk-inet.d [2020-02-14T13:44:40.072Z] #44 75.90 DEP criu/signalfd.d [2020-02-14T13:44:40.283Z] #23 132.0 + git checkout -q v17.06.2-ce [2020-02-14T13:44:40.337Z] #44 76.04 DEP criu/sigframe.d [2020-02-14T13:44:40.337Z] #44 76.14 DEP criu/shmem.d [2020-02-14T13:44:40.595Z] #44 76.30 DEP criu/servicefd.d [2020-02-14T13:44:40.595Z] #44 76.49 DEP criu/seize.d [2020-02-14T13:44:41.162Z] #44 76.73 DEP criu/seccomp.d [2020-02-14T13:44:41.162Z] #44 76.99 DEP criu/rst-malloc.d [2020-02-14T13:44:41.162Z] #44 77.09 DEP criu/rbtree.d [2020-02-14T13:44:41.420Z] #44 77.15 DEP criu/pstree.d [2020-02-14T13:44:41.420Z] #44 77.32 DEP criu/protobuf.d [2020-02-14T13:44:41.678Z] #44 77.49 GEN criu/protobuf-desc-gen.h [2020-02-14T13:44:42.445Z] using credential docker-jenkins-github-credentials [2020-02-14T13:44:42.521Z] Cloning the remote Git repository [2020-02-14T13:44:42.521Z] Cloning with configured refspecs honoured and without tags [2020-02-14T13:44:43.285Z] Removing intermediate container 95908445529b [2020-02-14T13:44:43.285Z] ---> 2a15d153ce6b [2020-02-14T13:44:43.285Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-14T13:44:43.285Z] ---> ebd73b5ebd31 [2020-02-14T13:44:43.285Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-14T13:44:43.285Z] ---> 7978bb74c515 [2020-02-14T13:44:43.285Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-14T13:44:43.285Z] ---> Running in 6ed36e4966e2 [2020-02-14T13:44:43.285Z] Removing intermediate container 6ed36e4966e2 [2020-02-14T13:44:43.285Z] ---> fbb671318e00 [2020-02-14T13:44:43.285Z] Successfully built fbb671318e00 [2020-02-14T13:44:43.285Z] Successfully tagged moby-buildx:latest [2020-02-14T13:44:43.285Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-14T13:44:43.285Z] if [ -n "${id}" ]; then \ [2020-02-14T13:44:43.285Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-14T13:44:43.285Z] && touch bundles/buildx; \ [2020-02-14T13:44:43.285Z] docker rm -f ${id}; \ [2020-02-14T13:44:43.285Z] fi [2020-02-14T13:44:43.285Z] b6423f6687e3b3311dd7c489d209c878fedb3772375bd8048d9295c22a597909 [2020-02-14T13:44:43.285Z] bundles/buildx version [2020-02-14T13:44:43.285Z] buildx v0.3.1 6db68d0 [2020-02-14T13:44:43.285Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:341e65ad44795695b8780ecef46a2b3769da2cad . [2020-02-14T13:44:43.285Z] #1 [internal] booting buildkit [2020-02-14T13:44:43.285Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-14T13:44:43.285Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2020-02-14T13:44:43.285Z] #1 creating container buildx_buildkit_default [2020-02-14T13:44:43.571Z] #1 creating container buildx_buildkit_default 0.5s done [2020-02-14T13:44:43.571Z] #1 DONE 3.1s [2020-02-14T13:44:43.577Z] #44 79.09 DEP criu/protobuf-desc.d [2020-02-14T13:44:43.577Z] #44 79.21 DEP criu/proc_parse.d [2020-02-14T13:44:43.577Z] #44 79.38 DEP criu/plugin.d [2020-02-14T13:44:43.835Z] #44 79.50 DEP criu/pipes.d [2020-02-14T13:44:43.835Z] #44 79.66 DEP criu/pie-util.d [2020-02-14T13:44:43.855Z] [2020-02-14T13:44:43.855Z] #2 [internal] load .dockerignore [2020-02-14T13:44:43.855Z] #2 transferring context: 87B 0.0s done [2020-02-14T13:44:43.855Z] #2 DONE 0.0s [2020-02-14T13:44:43.855Z] [2020-02-14T13:44:43.855Z] #3 [internal] load build definition from Dockerfile [2020-02-14T13:44:43.855Z] #3 transferring dockerfile: 15.71kB 0.0s done [2020-02-14T13:44:43.855Z] #3 DONE 0.0s [2020-02-14T13:44:43.855Z] [2020-02-14T13:44:43.855Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-14T13:44:44.093Z] #44 79.81 DEP criu/pie-util-vdso.d [2020-02-14T13:44:44.093Z] #44 79.93 DEP criu/pie-util-vdso-elf32.d [2020-02-14T13:44:44.093Z] #44 80.03 DEP criu/path.d [2020-02-14T13:44:44.351Z] #44 80.21 DEP criu/parasite-syscall.d [2020-02-14T13:44:44.474Z] #4 DONE 0.6s [2020-02-14T13:44:44.474Z] [2020-02-14T13:44:44.474Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-14T13:44:44.474Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-14T13:44:44.474Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-14T13:44:44.474Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2020-02-14T13:44:44.474Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 5.18MB / 8.18MB 0.1s [2020-02-14T13:44:44.474Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2020-02-14T13:44:42.805Z] Cloning repository https://github.com/moby/moby.git [2020-02-14T13:44:43.183Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-02-14T13:44:44.388Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:44:44.388Z] > git --version # timeout=10 [2020-02-14T13:44:44.442Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:44:44.444Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:44:44.758Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2020-02-14T13:44:44.759Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-14T13:44:44.917Z] #44 80.51 DEP criu/pagemap.d [2020-02-14T13:44:44.917Z] #44 80.69 DEP criu/pagemap-cache.d [2020-02-14T13:44:45.175Z] #44 80.84 DEP criu/page-xfer.d [2020-02-14T13:44:45.175Z] #44 81.04 DEP criu/page-pipe.d [2020-02-14T13:44:45.379Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2020-02-14T13:44:45.379Z] #5 DONE 0.8s [2020-02-14T13:44:45.379Z] [2020-02-14T13:44:45.379Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-14T13:44:45.432Z] #44 81.17 DEP criu/netfilter.d [2020-02-14T13:44:45.432Z] #44 81.26 DEP criu/net.d [2020-02-14T13:44:45.676Z] #7 DONE 0.3s [2020-02-14T13:44:45.676Z] [2020-02-14T13:44:45.676Z] #6 [internal] load metadata for docker.io/library/golang:1.13.7-buster [2020-02-14T13:44:45.676Z] #6 DONE 0.3s [2020-02-14T13:44:45.676Z] [2020-02-14T13:44:45.676Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-14T13:44:45.676Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-14T13:44:45.690Z] #44 81.49 DEP criu/namespaces.d [2020-02-14T13:44:45.948Z] #44 81.71 DEP criu/mount.d [2020-02-14T13:44:45.966Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-14T13:44:45.966Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-14T13:44:45.966Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.50MB / 9.11MB 0.3s [2020-02-14T13:44:46.206Z] #44 81.98 DEP criu/mem.d [2020-02-14T13:44:46.278Z] #42 ... [2020-02-14T13:44:46.278Z] [2020-02-14T13:44:46.278Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:46.278Z] #45 102.9 CC criu/tun.o [2020-02-14T13:44:46.278Z] #45 103.5 CC criu/uffd.o [2020-02-14T13:44:46.278Z] #45 104.4 CC criu/util.o [2020-02-14T13:44:46.278Z] #45 105.1 CC criu/uts_ns.o [2020-02-14T13:44:46.278Z] #45 105.2 CC criu/vdso.o [2020-02-14T13:44:46.278Z] #45 105.4 LINK criu/built-in.o [2020-02-14T13:44:46.278Z] #45 105.5 LINK criu/criu [2020-02-14T13:44:46.278Z] #45 105.8 DEP lib/c/criu.d [2020-02-14T13:44:46.278Z] #45 105.9 CC images/rpc.pb-c.o [2020-02-14T13:44:46.278Z] #45 106.2 CC lib/c/criu.o [2020-02-14T13:44:46.278Z] #45 106.7 LINK lib/c/built-in.o [2020-02-14T13:44:46.278Z] #45 106.7 LINK lib/c/libcriu.so [2020-02-14T13:44:46.278Z] #45 106.8 GEN magic.py [2020-02-14T13:44:46.278Z] #45 106.9 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:44:46.278Z] #45 106.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:44:46.278Z] #45 107.2 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:44:46.278Z] #45 107.6 make[1]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.0 make[1]: 'images/built-in.o' is up to date. [2020-02-14T13:44:46.278Z] #45 108.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-14T13:44:46.278Z] #45 108.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-14T13:44:46.278Z] #45 108.1 make[1]: 'compel/libcompel.a' is up to date. [2020-02-14T13:44:46.278Z] #45 108.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-14T13:44:46.278Z] #45 108.1 make[1]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:44:46.278Z] #45 108.2 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.2 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.2 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.3 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.5 make[2]: Nothing to be done for 'all'. [2020-02-14T13:44:46.278Z] #45 108.5 INSTALL criu/criu [2020-02-14T13:44:46.278Z] #45 DONE 108.6s [2020-02-14T13:44:46.278Z] [2020-02-14T13:44:46.278Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:46.284Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.03MB / 9.11MB 0.5s [2020-02-14T13:44:46.465Z] #44 82.17 DEP criu/lsm.d [2020-02-14T13:44:46.465Z] #44 82.30 DEP criu/log.d [2020-02-14T13:44:46.465Z] #44 ... [2020-02-14T13:44:46.465Z] [2020-02-14T13:44:46.465Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:46.465Z] #47 139.3 github.com/LK4D4/vndr/godl [2020-02-14T13:44:46.465Z] #47 140.3 github.com/LK4D4/vndr [2020-02-14T13:44:46.465Z] #47 DONE 149.5s [2020-02-14T13:44:46.465Z] [2020-02-14T13:44:46.465Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:46.465Z] #44 82.41 DEP criu/libnetlink.d [2020-02-14T13:44:46.577Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.59MB / 9.11MB 0.6s [2020-02-14T13:44:46.577Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 5.14MB / 9.11MB 0.8s [2020-02-14T13:44:46.871Z] #23 137.7 + mkdir -p /tmp/tmp.CgUqKTQ7Lz/src/github.com/docker [2020-02-14T13:44:46.871Z] #23 137.7 + mv components/cli /tmp/tmp.CgUqKTQ7Lz/src/github.com/docker/cli [2020-02-14T13:44:46.871Z] #23 137.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-14T13:44:46.871Z] #23 ... [2020-02-14T13:44:46.871Z] [2020-02-14T13:44:46.871Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:46.871Z] #44 76.00 CC criu/pie/parasite-vdso.o [2020-02-14T13:44:46.871Z] #44 76.85 CC criu/arch/aarch64/vdso-pie.o [2020-02-14T13:44:46.871Z] #44 77.38 CC criu/arch/aarch64/intraprocedure.o [2020-02-14T13:44:46.871Z] #44 77.48 AR criu/pie/pie.lib.a [2020-02-14T13:44:46.871Z] #44 77.54 DEP criu/pie/restorer.d [2020-02-14T13:44:46.871Z] #44 77.67 DEP criu/arch/aarch64/restorer.d [2020-02-14T13:44:46.871Z] #44 77.81 DEP criu/pie/parasite.d [2020-02-14T13:44:46.871Z] #44 78.20 CC criu/pie/parasite.o [2020-02-14T13:44:46.871Z] #44 80.00 LINK criu/pie/parasite.built-in.o [2020-02-14T13:44:46.871Z] #44 80.02 GEN criu/pie/parasite-blob.h [2020-02-14T13:44:46.871Z] #44 80.06 CC criu/arch/aarch64/restorer.o [2020-02-14T13:44:46.871Z] #44 80.74 CC criu/pie/restorer.o [2020-02-14T13:44:46.871Z] #44 84.63 LINK criu/pie/restorer.built-in.o [2020-02-14T13:44:46.871Z] #44 84.63 GEN criu/pie/restorer-blob.h [2020-02-14T13:44:46.871Z] #44 84.74 DEP criu/vdso.d [2020-02-14T13:44:46.871Z] #44 84.99 DEP criu/uts_ns.d [2020-02-14T13:44:46.871Z] #44 85.16 DEP criu/util.d [2020-02-14T13:44:46.871Z] #44 85.53 DEP criu/uffd.d [2020-02-14T13:44:46.871Z] #44 85.77 DEP criu/tun.d [2020-02-14T13:44:46.871Z] #44 86.04 DEP criu/tty.d [2020-02-14T13:44:46.871Z] #44 86.23 DEP criu/timerfd.d [2020-02-14T13:44:46.886Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 5.63MB / 9.11MB 0.9s [2020-02-14T13:44:46.886Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 6.52MB / 9.11MB 1.2s [2020-02-14T13:44:47.032Z] #44 82.65 DEP criu/kerndat.d [2020-02-14T13:44:47.132Z] #44 86.46 DEP criu/sysfs_parse.d [2020-02-14T13:44:47.132Z] #44 ... [2020-02-14T13:44:47.132Z] [2020-02-14T13:44:47.132Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:47.132Z] #17 9.812 Fetched 8153 kB in 7s (1131 kB/s) [2020-02-14T13:44:47.132Z] #17 9.812 Reading package lists... [2020-02-14T13:44:47.132Z] #17 14.01 Reading package lists... [2020-02-14T13:44:47.132Z] #17 17.46 Building dependency tree... [2020-02-14T13:44:47.132Z] #17 19.58 libcap2-bin is already the newest version (1:2.25-2). [2020-02-14T13:44:47.132Z] #17 19.58 The following additional packages will be installed: [2020-02-14T13:44:47.132Z] #17 19.59 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-14T13:44:47.132Z] #17 19.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-14T13:44:47.132Z] #17 19.60 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-14T13:44:47.132Z] #17 19.60 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-14T13:44:47.132Z] #17 19.60 python3.7 python3.7-minimal vim-runtime xxd [2020-02-14T13:44:47.132Z] #17 19.60 Suggested packages: [2020-02-14T13:44:47.132Z] #17 19.60 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-14T13:44:47.132Z] #17 19.60 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-14T13:44:47.132Z] #17 19.60 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-14T13:44:47.132Z] #17 19.60 Recommended packages: [2020-02-14T13:44:47.132Z] #17 19.60 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-14T13:44:47.132Z] #17 19.60 python3-keyrings.alt python3-xdg unzip [2020-02-14T13:44:47.179Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 7.17MB / 9.11MB 1.4s [2020-02-14T13:44:47.290Z] #44 82.89 DEP criu/kcmp-ids.d [2020-02-14T13:44:47.290Z] #44 83.02 DEP criu/irmap.d [2020-02-14T13:44:47.419Z] #17 ... [2020-02-14T13:44:47.419Z] [2020-02-14T13:44:47.419Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:47.419Z] #44 86.56 DEP criu/sysctl.d [2020-02-14T13:44:47.419Z] #44 86.65 DEP criu/string.d [2020-02-14T13:44:47.482Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 8.26MB / 9.11MB 1.7s [2020-02-14T13:44:47.547Z] #44 83.22 DEP criu/ipc_ns.d [2020-02-14T13:44:47.547Z] #44 83.46 DEP criu/image.d [2020-02-14T13:44:47.680Z] #44 86.69 DEP criu/stats.d [2020-02-14T13:44:47.680Z] #44 86.95 DEP criu/sockets.d [2020-02-14T13:44:47.774Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 8.71MB / 9.11MB 1.8s [2020-02-14T13:44:47.774Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.9s done [2020-02-14T13:44:47.774Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2020-02-14T13:44:47.805Z] #44 83.61 DEP criu/image-desc.d [2020-02-14T13:44:47.805Z] #44 83.72 DEP criu/fsnotify.d [2020-02-14T13:44:48.063Z] #44 83.86 DEP criu/filesystems.d [2020-02-14T13:44:48.251Z] #44 87.39 DEP criu/sk-unix.d [2020-02-14T13:44:48.321Z] #44 84.01 DEP criu/files.d [2020-02-14T13:44:48.321Z] #44 84.26 DEP criu/files-reg.d [2020-02-14T13:44:48.536Z] #44 87.69 DEP criu/sk-tcp.d [2020-02-14T13:44:48.579Z] #44 84.47 DEP criu/files-ext.d [2020-02-14T13:44:48.579Z] #44 ... [2020-02-14T13:44:48.579Z] [2020-02-14T13:44:48.579Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:48.579Z] #17 11.37 Fetched 8325 kB in 9s (903 kB/s) [2020-02-14T13:44:48.579Z] #17 11.37 Reading package lists... [2020-02-14T13:44:48.579Z] #17 15.38 Reading package lists... [2020-02-14T13:44:48.579Z] #17 19.15 Building dependency tree... [2020-02-14T13:44:48.811Z] #44 87.85 DEP criu/sk-queue.d [2020-02-14T13:44:48.811Z] #44 88.09 DEP criu/sk-packet.d [2020-02-14T13:44:48.811Z] #44 ... [2020-02-14T13:44:48.811Z] [2020-02-14T13:44:48.811Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:48.811Z] #47 130.8 github.com/LK4D4/vndr/godl [2020-02-14T13:44:48.811Z] #47 131.5 github.com/LK4D4/vndr [2020-02-14T13:44:48.837Z] #17 21.42 libcap2-bin is already the newest version (1:2.25-2). [2020-02-14T13:44:48.837Z] #17 21.42 The following additional packages will be installed: [2020-02-14T13:44:48.837Z] #17 21.42 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-14T13:44:48.837Z] #17 21.42 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-14T13:44:48.837Z] #17 21.42 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-14T13:44:48.837Z] #17 21.42 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-14T13:44:48.837Z] #17 21.42 python3.7 python3.7-minimal vim-runtime xxd [2020-02-14T13:44:48.837Z] #17 21.43 Suggested packages: [2020-02-14T13:44:48.837Z] #17 21.43 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-14T13:44:48.837Z] #17 21.43 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-14T13:44:48.837Z] #17 21.43 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-14T13:44:48.837Z] #17 21.43 Recommended packages: [2020-02-14T13:44:48.837Z] #17 21.44 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-14T13:44:48.837Z] #17 21.44 python3-keyrings.alt python3-xdg unzip [2020-02-14T13:44:48.837Z] #17 ... [2020-02-14T13:44:48.837Z] [2020-02-14T13:44:48.837Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:48.837Z] #44 84.69 DEP criu/file-lock.d [2020-02-14T13:44:49.072Z] #47 ... [2020-02-14T13:44:49.072Z] [2020-02-14T13:44:49.072Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:49.072Z] #17 21.19 The following NEW packages will be installed: [2020-02-14T13:44:49.072Z] #17 21.19 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-14T13:44:49.072Z] #17 21.19 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-14T13:44:49.072Z] #17 21.19 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-14T13:44:49.072Z] #17 21.19 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-14T13:44:49.072Z] #17 21.20 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-14T13:44:49.072Z] #17 21.20 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-14T13:44:49.072Z] #17 21.20 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-14T13:44:49.072Z] #17 21.20 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-14T13:44:49.072Z] #17 21.58 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:44:49.072Z] #17 21.58 Need to get 26.1 MB of archives. [2020-02-14T13:44:49.072Z] #17 21.58 After this operation, 110 MB of additional disk space will be used. [2020-02-14T13:44:49.072Z] #17 21.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-02-14T13:44:49.072Z] #17 21.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u1 [588 kB] [2020-02-14T13:44:49.072Z] #17 21.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u1 [1404 kB] [2020-02-14T13:44:49.072Z] #17 21.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-02-14T13:44:49.072Z] #17 21.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-02-14T13:44:49.095Z] #44 84.86 DEP criu/file-ids.d [2020-02-14T13:44:49.095Z] #44 84.96 DEP criu/fifo.d [2020-02-14T13:44:49.095Z] #44 85.07 DEP criu/fdstore.d [2020-02-14T13:44:49.344Z] #17 21.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u1 [1640 kB] [2020-02-14T13:44:49.344Z] #17 21.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u1 [330 kB] [2020-02-14T13:44:49.344Z] #17 21.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-02-14T13:44:49.344Z] #17 21.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-02-14T13:44:49.344Z] #17 21.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-02-14T13:44:49.344Z] #17 21.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-02-14T13:44:49.344Z] #17 21.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-02-14T13:44:49.344Z] #17 21.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-02-14T13:44:49.344Z] #17 21.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-02-14T13:44:49.344Z] #17 21.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-02-14T13:44:49.344Z] #17 21.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-02-14T13:44:49.344Z] #17 21.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-02-14T13:44:49.344Z] #17 21.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:44:49.344Z] #17 22.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-02-14T13:44:49.344Z] #17 22.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-02-14T13:44:49.344Z] #17 22.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-02-14T13:44:49.344Z] #17 22.02 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-02-14T13:44:49.344Z] #17 22.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-02-14T13:44:49.352Z] #44 85.19 DEP criu/fault-injection.d [2020-02-14T13:44:49.604Z] #17 22.06 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-02-14T13:44:49.604Z] #17 22.06 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-02-14T13:44:49.604Z] #17 22.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-02-14T13:44:49.604Z] #17 22.07 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-02-14T13:44:49.604Z] #17 22.07 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-02-14T13:44:49.604Z] #17 22.08 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6 [8153 kB] [2020-02-14T13:44:49.604Z] #17 ... [2020-02-14T13:44:49.604Z] [2020-02-14T13:44:49.604Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:49.604Z] #47 DONE 141.6s [2020-02-14T13:44:49.610Z] #44 85.25 DEP criu/external.d [2020-02-14T13:44:49.610Z] #44 85.42 DEP criu/eventpoll.d [2020-02-14T13:44:49.865Z] [2020-02-14T13:44:49.865Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:49.865Z] #17 22.41 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-02-14T13:44:49.865Z] #17 22.42 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-02-14T13:44:49.865Z] #17 22.43 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-02-14T13:44:49.865Z] #17 22.43 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-02-14T13:44:49.865Z] #17 22.43 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-02-14T13:44:49.865Z] #17 22.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-14T13:44:49.865Z] #17 22.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-14T13:44:49.865Z] #17 22.51 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-14T13:44:49.865Z] #17 22.51 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-02-14T13:44:49.865Z] #17 22.52 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-14T13:44:49.865Z] #17 22.52 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-14T13:44:49.865Z] #17 22.53 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-14T13:44:49.865Z] #17 22.53 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-02-14T13:44:49.865Z] #17 22.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-14T13:44:49.868Z] #44 85.57 DEP criu/eventfd.d [2020-02-14T13:44:49.868Z] #44 85.75 DEP criu/crtools.d [2020-02-14T13:44:50.126Z] #17 22.77 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-02-14T13:44:50.126Z] #17 22.83 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-02-14T13:44:50.127Z] #44 85.97 DEP criu/cr-service.d [2020-02-14T13:44:50.385Z] #44 86.17 DEP criu/cr-restore.d [2020-02-14T13:44:50.386Z] #17 22.88 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-02-14T13:44:50.643Z] #44 86.35 DEP criu/cr-errno.d [2020-02-14T13:44:50.643Z] #44 86.38 DEP criu/cr-dump.d [2020-02-14T13:44:50.901Z] #44 86.64 DEP criu/cr-dedup.d [2020-02-14T13:44:50.901Z] #44 86.79 DEP criu/cr-check.d [2020-02-14T13:44:51.160Z] #44 87.04 DEP criu/config.d [2020-02-14T13:44:51.313Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 2.9s done [2020-02-14T13:44:51.313Z] #69 DONE 4.9s [2020-02-14T13:44:51.313Z] [2020-02-14T13:44:51.313Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:44:51.313Z] #8 resolve docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf done [2020-02-14T13:44:51.313Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 18.91MB / 57.39MB 4.8s [2020-02-14T13:44:51.313Z] #8 sha256:58cb3db3afdb6f78f9bb067dd4d9c58d87f1951dfaefcbc52f4734e2a6ffda06 5.46kB / 5.46kB done [2020-02-14T13:44:51.313Z] #8 sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 1.42kB / 1.42kB done [2020-02-14T13:44:51.313Z] #8 sha256:64dc93eeed1d456095865eef3895c70e18daf1f542c1b6746f98bff434144b18 1.79kB / 1.79kB done [2020-02-14T13:44:51.313Z] #8 sha256:15f0e5dfffa654d207acd729df74f92a34dec73e6d3c2d48cb94f660cee46db8 155B / 155B 0.2s done [2020-02-14T13:44:51.313Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 18.84MB / 73.43MB 4.8s [2020-02-14T13:44:51.313Z] #8 sha256:27e6d793f7577bc28e3d8da62385244985a340fe31c9eaa920a54185f9d46eb8 10.73MB / 10.73MB 3.0s done [2020-02-14T13:44:51.313Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 19.14MB / 96.43MB 4.8s [2020-02-14T13:44:51.313Z] #8 sha256:f7f35d9825c38e7e0c3f571e8abe513b3b11599bd64a853ace5494e8c1ebe12a 8.25MB / 8.25MB 2.6s done [2020-02-14T13:44:51.313Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 18.75MB / 54.13MB 4.8s [2020-02-14T13:44:51.313Z] #8 ... [2020-02-14T13:44:51.313Z] [2020-02-14T13:44:51.313Z] #21 [internal] load build context [2020-02-14T13:44:51.313Z] #21 transferring context: 47.10MB 5.4s done [2020-02-14T13:44:51.313Z] #21 DONE 5.5s [2020-02-14T13:44:51.313Z] [2020-02-14T13:44:51.313Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8... [2020-02-14T13:44:51.313Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 21.84MB / 57.39MB 5.4s [2020-02-14T13:44:51.313Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 22.60MB / 73.43MB 5.4s [2020-02-14T13:44:51.313Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 22.51MB / 54.13MB 5.4s [2020-02-14T13:44:51.313Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 24.47MB / 96.43MB 5.5s [2020-02-14T13:44:51.327Z] #17 23.88 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:44:51.327Z] #17 24.00 Fetched 26.1 MB in 2s (16.5 MB/s) [2020-02-14T13:44:51.327Z] #17 24.11 Selecting previously unselected package pigz. [2020-02-14T13:44:51.417Z] #44 87.25 DEP criu/clone-noasan.d [2020-02-14T13:44:51.417Z] #44 87.34 DEP criu/cgroup.d [2020-02-14T13:44:51.587Z] #17 24.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23396 files and directories currently installed.) [2020-02-14T13:44:51.587Z] #17 24.18 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-02-14T13:44:51.587Z] #17 24.20 Unpacking pigz (2.4-1) ... [2020-02-14T13:44:51.599Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 26.43MB / 73.43MB 5.6s [2020-02-14T13:44:51.676Z] #44 87.48 DEP criu/cgroup-props.d [2020-02-14T13:44:51.676Z] #44 87.56 DEP criu/bitmap.d [2020-02-14T13:44:51.676Z] #44 87.58 DEP criu/bfd.d [2020-02-14T13:44:51.849Z] #17 24.34 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-02-14T13:44:51.849Z] #17 24.34 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-02-14T13:44:51.849Z] #17 24.36 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:51.888Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 25.57MB / 57.39MB 5.8s [2020-02-14T13:44:51.888Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 26.29MB / 54.13MB 5.8s [2020-02-14T13:44:51.934Z] #44 87.71 DEP criu/autofs.d [2020-02-14T13:44:51.934Z] #44 87.90 DEP criu/aio.d [2020-02-14T13:44:52.192Z] #44 88.11 DEP criu/action-scripts.d [2020-02-14T13:44:52.255Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 28.91MB / 57.39MB 6.1s [2020-02-14T13:44:52.255Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 31.22MB / 73.43MB 6.1s [2020-02-14T13:44:52.255Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 30.71MB / 96.43MB 6.1s [2020-02-14T13:44:52.255Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 30.05MB / 54.13MB 6.1s [2020-02-14T13:44:52.255Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 32.68MB / 57.39MB 6.4s [2020-02-14T13:44:52.255Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 33.40MB / 54.13MB 6.4s [2020-02-14T13:44:52.421Z] #17 25.14 Selecting previously unselected package python3.7-minimal. [2020-02-14T13:44:52.450Z] #44 88.40 CC criu/action-scripts.o [2020-02-14T13:44:52.553Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 36.27MB / 73.43MB 6.5s [2020-02-14T13:44:52.553Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 36.12MB / 57.39MB 6.7s [2020-02-14T13:44:52.553Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 37.29MB / 96.43MB 6.7s [2020-02-14T13:44:52.553Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 36.80MB / 54.13MB 6.7s [2020-02-14T13:44:52.681Z] #17 25.14 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-02-14T13:44:52.681Z] #17 25.16 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:44:52.841Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 40.10MB / 73.43MB 6.8s [2020-02-14T13:44:52.841Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 39.66MB / 57.39MB 7.0s [2020-02-14T13:44:52.841Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 40.30MB / 54.13MB 7.0s [2020-02-14T13:44:53.020Z] #44 88.83 CC criu/aio.o [2020-02-14T13:44:53.127Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 42.70MB / 96.43MB 7.1s [2020-02-14T13:44:53.127Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 43.36MB / 57.39MB 7.3s [2020-02-14T13:44:53.127Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 45.51MB / 73.43MB 7.3s [2020-02-14T13:44:53.127Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 43.77MB / 54.13MB 7.3s [2020-02-14T13:44:53.254Z] #17 25.87 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:53.254Z] #17 25.90 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:44:53.278Z] #44 ... [2020-02-14T13:44:53.278Z] [2020-02-14T13:44:53.278Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:44:53.278Z] #30 DONE 156.4s [2020-02-14T13:44:53.417Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 47.22MB / 57.39MB 7.6s [2020-02-14T13:44:53.417Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 49.87MB / 73.43MB 7.6s [2020-02-14T13:44:53.417Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 48.27MB / 96.43MB 7.6s [2020-02-14T13:44:53.417Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 47.64MB / 54.13MB 7.6s [2020-02-14T13:44:53.536Z] [2020-02-14T13:44:53.536Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:53.536Z] #17 23.16 The following NEW packages will be installed: [2020-02-14T13:44:53.536Z] #17 23.17 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-14T13:44:53.536Z] #17 23.17 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-14T13:44:53.536Z] #17 23.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-14T13:44:53.536Z] #17 23.17 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-14T13:44:53.536Z] #17 23.17 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-14T13:44:53.536Z] #17 23.18 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-14T13:44:53.536Z] #17 23.18 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-14T13:44:53.536Z] #17 23.18 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-14T13:44:53.536Z] #17 23.54 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:44:53.536Z] #17 23.54 Need to get 27.0 MB of archives. [2020-02-14T13:44:53.536Z] #17 23.54 After this operation, 111 MB of additional disk space will be used. [2020-02-14T13:44:53.536Z] #17 23.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-14T13:44:53.536Z] #17 23.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-02-14T13:44:53.536Z] #17 23.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-02-14T13:44:53.536Z] #17 23.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-14T13:44:53.536Z] #17 23.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-14T13:44:53.536Z] #17 23.70 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-02-14T13:44:53.536Z] #17 23.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-02-14T13:44:53.536Z] #17 23.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-14T13:44:53.536Z] #17 23.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-14T13:44:53.536Z] #17 23.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-14T13:44:53.536Z] #17 23.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-14T13:44:53.536Z] #17 23.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-14T13:44:53.536Z] #17 23.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-14T13:44:53.536Z] #17 23.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-14T13:44:53.536Z] #17 23.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-14T13:44:53.536Z] #17 23.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-14T13:44:53.536Z] #17 23.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-14T13:44:53.536Z] #17 23.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:44:53.536Z] #17 23.89 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-14T13:44:53.536Z] #17 23.90 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-02-14T13:44:53.536Z] #17 23.91 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-14T13:44:53.536Z] #17 23.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-14T13:44:53.536Z] #17 23.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-14T13:44:53.536Z] #17 23.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-14T13:44:53.536Z] #17 23.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-14T13:44:53.536Z] #17 23.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-14T13:44:53.536Z] #17 23.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-14T13:44:53.536Z] #17 23.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-14T13:44:53.536Z] #17 23.97 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-14T13:44:53.536Z] #17 24.47 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-14T13:44:53.536Z] #17 24.47 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-14T13:44:53.536Z] #17 24.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-14T13:44:53.536Z] #17 24.47 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-14T13:44:53.536Z] #17 24.48 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-14T13:44:53.536Z] #17 24.50 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-14T13:44:53.536Z] #17 24.59 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-14T13:44:53.536Z] #17 24.60 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-14T13:44:53.536Z] #17 24.60 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-14T13:44:53.536Z] #17 24.61 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-14T13:44:53.536Z] #17 24.63 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-14T13:44:53.536Z] #17 24.64 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-14T13:44:53.536Z] #17 24.64 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-02-14T13:44:53.536Z] #17 24.66 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-14T13:44:53.536Z] #17 24.99 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-14T13:44:53.536Z] #17 25.06 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-14T13:44:53.536Z] #17 25.10 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-14T13:44:53.536Z] #17 25.79 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:44:53.536Z] #17 25.94 Fetched 27.0 MB in 2s (14.5 MB/s) [2020-02-14T13:44:53.536Z] #17 26.03 Selecting previously unselected package pigz. [2020-02-14T13:44:53.536Z] #17 26.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23423 files and directories currently installed.) [2020-02-14T13:44:53.536Z] #17 26.10 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-14T13:44:53.536Z] #17 26.11 Unpacking pigz (2.4-1) ... [2020-02-14T13:44:53.536Z] #17 26.29 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-14T13:44:53.536Z] #17 26.31 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:44:53.794Z] #17 26.34 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:53.826Z] #17 ... [2020-02-14T13:44:53.826Z] [2020-02-14T13:44:53.826Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:44:53.826Z] #30 DONE 145.8s [2020-02-14T13:44:53.826Z] [2020-02-14T13:44:53.826Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:44:53.826Z] #44 88.33 DEP criu/sk-netlink.d [2020-02-14T13:44:53.826Z] #44 88.61 DEP criu/sk-inet.d [2020-02-14T13:44:53.826Z] #44 88.78 DEP criu/signalfd.d [2020-02-14T13:44:53.826Z] #44 88.90 DEP criu/sigframe.d [2020-02-14T13:44:53.826Z] #44 89.08 DEP criu/shmem.d [2020-02-14T13:44:53.826Z] #44 89.41 DEP criu/servicefd.d [2020-02-14T13:44:53.826Z] #44 89.63 DEP criu/seize.d [2020-02-14T13:44:53.826Z] #44 89.78 DEP criu/seccomp.d [2020-02-14T13:44:53.826Z] #44 89.96 DEP criu/rst-malloc.d [2020-02-14T13:44:53.826Z] #44 90.04 DEP criu/rbtree.d [2020-02-14T13:44:53.826Z] #44 90.10 DEP criu/pstree.d [2020-02-14T13:44:53.826Z] #44 90.41 DEP criu/protobuf.d [2020-02-14T13:44:53.826Z] #44 90.67 GEN criu/protobuf-desc-gen.h [2020-02-14T13:44:53.826Z] #44 92.53 DEP criu/protobuf-desc.d [2020-02-14T13:44:53.826Z] #44 92.70 DEP criu/proc_parse.d [2020-02-14T13:44:53.826Z] #44 92.92 DEP criu/plugin.d [2020-02-14T13:44:53.826Z] #44 93.03 DEP criu/pipes.d [2020-02-14T13:44:54.043Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 50.61MB / 57.39MB 7.9s [2020-02-14T13:44:54.043Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 50.98MB / 54.13MB 7.9s [2020-02-14T13:44:54.043Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 55.06MB / 73.43MB 8.0s [2020-02-14T13:44:54.043Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 53.82MB / 57.39MB 8.2s [2020-02-14T13:44:54.043Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 54.66MB / 96.43MB 8.2s [2020-02-14T13:44:54.043Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 54.13MB / 54.13MB 8.2s [2020-02-14T13:44:54.086Z] #44 93.26 DEP criu/pie-util.d [2020-02-14T13:44:54.086Z] #44 93.44 DEP criu/pie-util-vdso.d [2020-02-14T13:44:54.339Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 59.84MB / 73.43MB 8.3s [2020-02-14T13:44:54.339Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 54.13MB / 54.13MB 8.2s done [2020-02-14T13:44:54.339Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 57.39MB / 57.39MB 8.4s done [2020-02-14T13:44:54.339Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 60.03MB / 96.43MB 8.5s [2020-02-14T13:44:54.346Z] #44 93.66 DEP criu/pie-util-vdso-elf32.d [2020-02-14T13:44:54.608Z] #44 93.85 DEP criu/path.d [2020-02-14T13:44:54.626Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 66.09MB / 73.43MB 8.6s [2020-02-14T13:44:54.626Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 70.81MB / 73.43MB 8.8s [2020-02-14T13:44:54.626Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 67.19MB / 96.43MB 8.8s [2020-02-14T13:44:54.728Z] #17 27.12 Selecting previously unselected package python3.7-minimal. [2020-02-14T13:44:54.728Z] #17 27.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:44:54.728Z] #17 27.18 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:44:54.868Z] #44 94.03 DEP criu/parasite-syscall.d [2020-02-14T13:44:54.911Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 73.43MB / 73.43MB 8.9s done [2020-02-14T13:44:54.911Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 72.21MB / 96.43MB 8.9s [2020-02-14T13:44:54.911Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 77.94MB / 96.43MB 9.1s [2020-02-14T13:44:55.129Z] #44 94.43 DEP criu/pagemap.d [2020-02-14T13:44:55.294Z] #17 28.04 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:55.390Z] #44 94.63 DEP criu/pagemap-cache.d [2020-02-14T13:44:55.532Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 88.11MB / 96.43MB 9.5s [2020-02-14T13:44:55.532Z] #8 sha256:63103ce59b7b172b5a41f964dfbf542d14e0bcfca39931fa081b7cb761488046 96.43MB / 96.43MB 9.7s done [2020-02-14T13:44:55.532Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf [2020-02-14T13:44:55.547Z] #54 ... [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:44:55.547Z] #42 DONE 149.4s [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:55.547Z] #54 ... [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-14T13:44:55.547Z] #43 DONE 0.1s [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-14T13:44:55.547Z] #46 DONE 0.1s [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:55.547Z] #54 ... [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-14T13:44:55.547Z] #49 DONE 0.1s [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-14T13:44:55.547Z] #52 DONE 0.1s [2020-02-14T13:44:55.547Z] [2020-02-14T13:44:55.547Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:44:55.552Z] #17 28.06 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:44:55.650Z] #44 94.76 DEP criu/page-xfer.d [2020-02-14T13:44:55.650Z] #44 94.92 DEP criu/page-pipe.d [2020-02-14T13:44:55.910Z] #58 77.55 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-14T13:44:55.913Z] #44 95.16 DEP criu/netfilter.d [2020-02-14T13:44:56.188Z] #44 95.36 DEP criu/net.d [2020-02-14T13:44:56.188Z] #44 ... [2020-02-14T13:44:56.188Z] [2020-02-14T13:44:56.188Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:44:56.188Z] #17 28.76 Selecting previously unselected package python3-minimal. [2020-02-14T13:44:56.189Z] #17 28.76 (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 ... 23645 files and directories currently installed.) [2020-02-14T13:44:56.189Z] #17 28.82 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-02-14T13:44:56.189Z] #17 28.84 Unpacking python3-minimal (3.7.3-1) ... [2020-02-14T13:44:56.449Z] #17 28.99 Selecting previously unselected package libmpdec2:arm64. [2020-02-14T13:44:56.449Z] #17 29.00 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-02-14T13:44:56.449Z] #17 29.01 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-02-14T13:44:56.686Z] #58 78.24 + mkdir -p /build [2020-02-14T13:44:56.686Z] #58 78.24 + cp runc /build/runc [2020-02-14T13:44:56.686Z] #58 DONE 78.4s [2020-02-14T13:44:56.686Z] [2020-02-14T13:44:56.686Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:44:56.711Z] #17 29.10 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-02-14T13:44:56.711Z] #17 29.10 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_arm64.deb ... [2020-02-14T13:44:56.711Z] #17 29.11 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:57.456Z] #17 30.09 Selecting previously unselected package python3-minimal. [2020-02-14T13:44:57.456Z] #17 30.09 (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 ... 23672 files and directories currently installed.) [2020-02-14T13:44:57.456Z] #17 30.13 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-14T13:44:57.456Z] #17 30.15 Unpacking python3-minimal (3.7.3-1) ... [2020-02-14T13:44:57.456Z] #17 30.24 Selecting previously unselected package libmpdec2:amd64. [2020-02-14T13:44:57.652Z] #17 29.99 Selecting previously unselected package python3.7. [2020-02-14T13:44:57.652Z] #17 29.99 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_arm64.deb ... [2020-02-14T13:44:57.652Z] #17 30.01 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:57.652Z] #17 30.16 Selecting previously unselected package libpython3-stdlib:arm64. [2020-02-14T13:44:57.652Z] #17 30.18 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-02-14T13:44:57.652Z] #17 30.19 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-02-14T13:44:57.714Z] #17 30.24 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-14T13:44:57.714Z] #17 30.25 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-14T13:44:57.714Z] #17 30.36 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-14T13:44:57.714Z] #17 30.36 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:44:57.714Z] #17 30.37 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:57.915Z] #17 30.37 Setting up python3-minimal (3.7.3-1) ... [2020-02-14T13:44:58.439Z] #62 220.2 + bin/containerd-stress [2020-02-14T13:44:58.647Z] #17 31.22 Selecting previously unselected package python3.7. [2020-02-14T13:44:58.647Z] #17 31.24 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-02-14T13:44:58.647Z] #17 31.24 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:44:58.905Z] #17 31.34 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-14T13:44:58.905Z] #17 31.35 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-14T13:44:58.905Z] #17 31.35 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-14T13:44:58.905Z] #17 31.47 Setting up python3-minimal (3.7.3-1) ... [2020-02-14T13:44:59.300Z] #17 31.66 Selecting previously unselected package python3. [2020-02-14T13:44:59.300Z] #17 31.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24057 files and directories currently installed.) [2020-02-14T13:44:59.300Z] #17 31.77 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-02-14T13:44:59.300Z] #17 31.79 Unpacking python3 (3.7.3-1) ... [2020-02-14T13:44:59.300Z] #17 31.94 Selecting previously unselected package libip4tc0:arm64. [2020-02-14T13:44:59.300Z] #17 31.95 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-02-14T13:44:59.300Z] #17 31.96 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-02-14T13:44:59.366Z] #62 221.9 + bin/containerd-shim [2020-02-14T13:44:59.561Z] #17 32.06 Selecting previously unselected package libip6tc0:arm64. [2020-02-14T13:44:59.561Z] #17 32.07 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-02-14T13:44:59.561Z] #17 32.08 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-02-14T13:44:59.561Z] #17 32.21 Selecting previously unselected package libiptc0:arm64. [2020-02-14T13:44:59.561Z] #17 32.22 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-02-14T13:44:59.561Z] #17 32.23 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-02-14T13:44:59.828Z] #17 32.32 Selecting previously unselected package libnfnetlink0:arm64. [2020-02-14T13:44:59.828Z] #17 32.32 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-02-14T13:44:59.828Z] #17 32.33 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-02-14T13:44:59.828Z] #17 32.44 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-02-14T13:44:59.828Z] #17 32.44 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-02-14T13:44:59.828Z] #17 32.46 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-02-14T13:44:59.838Z] #17 32.34 Selecting previously unselected package python3. [2020-02-14T13:44:59.839Z] #17 32.34 (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 ... 24084 files and directories currently installed.) [2020-02-14T13:44:59.839Z] #17 32.40 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-14T13:44:59.839Z] #17 32.40 Unpacking python3 (3.7.3-1) ... [2020-02-14T13:44:59.839Z] #17 32.48 Selecting previously unselected package libip4tc0:amd64. [2020-02-14T13:44:59.839Z] #17 32.49 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-14T13:44:59.839Z] #17 32.49 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-14T13:44:59.839Z] #17 32.57 Selecting previously unselected package libip6tc0:amd64. [2020-02-14T13:44:59.839Z] #17 32.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-14T13:44:59.839Z] #17 32.58 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-14T13:45:00.091Z] #17 32.56 Selecting previously unselected package libnftnl11:arm64. [2020-02-14T13:45:00.091Z] #17 32.57 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-02-14T13:45:00.091Z] #17 32.58 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-02-14T13:45:00.091Z] #17 32.71 Selecting previously unselected package iptables. [2020-02-14T13:45:00.091Z] #17 32.73 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-02-14T13:45:00.091Z] #17 32.75 Unpacking iptables (1.8.2-4) ... [2020-02-14T13:45:00.096Z] #17 32.66 Selecting previously unselected package libiptc0:amd64. [2020-02-14T13:45:00.096Z] #17 32.66 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-14T13:45:00.096Z] #17 32.67 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-14T13:45:00.096Z] #17 32.75 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-14T13:45:00.096Z] #17 32.76 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-14T13:45:00.096Z] #17 32.77 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-14T13:45:00.096Z] #17 32.84 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-14T13:45:00.096Z] #17 32.84 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-14T13:45:00.352Z] #17 33.09 Selecting previously unselected package xxd. [2020-02-14T13:45:00.352Z] #17 33.10 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-02-14T13:45:00.354Z] #17 32.86 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-14T13:45:00.354Z] #17 32.93 Selecting previously unselected package libnftnl11:amd64. [2020-02-14T13:45:00.354Z] #17 32.94 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-14T13:45:00.354Z] #17 32.94 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-14T13:45:00.354Z] #17 33.01 Selecting previously unselected package iptables. [2020-02-14T13:45:00.354Z] #17 33.02 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-14T13:45:00.354Z] #17 33.04 Unpacking iptables (1.8.2-4) ... [2020-02-14T13:45:00.612Z] #17 33.42 Selecting previously unselected package xxd. [2020-02-14T13:45:00.613Z] #17 33.11 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:45:00.613Z] #17 33.23 Selecting previously unselected package vim-common. [2020-02-14T13:45:00.613Z] #17 33.24 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:45:00.613Z] #17 33.26 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:45:00.870Z] #17 33.42 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:45:00.870Z] #17 33.44 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:45:01.128Z] #17 33.59 Selecting previously unselected package vim-common. [2020-02-14T13:45:01.128Z] #17 33.61 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:45:01.128Z] #17 33.62 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:45:01.128Z] #17 33.84 Selecting previously unselected package bash-completion. [2020-02-14T13:45:01.183Z] #17 33.55 Selecting previously unselected package bash-completion. [2020-02-14T13:45:01.183Z] #17 33.55 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-14T13:45:01.386Z] #17 33.85 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-14T13:45:01.874Z] Fetching without tags [2020-02-14T13:45:02.831Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:45:03.313Z] #54 ... [2020-02-14T13:45:03.313Z] [2020-02-14T13:45:03.313Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:03.313Z] #63 137.0 + bin/containerd [2020-02-14T13:45:03.726Z] #17 36.36 Unpacking bash-completion (1:2.8-6) ... [2020-02-14T13:45:03.915Z] #17 36.48 Unpacking bash-completion (1:2.8-6) ... [2020-02-14T13:45:03.915Z] #17 ... [2020-02-14T13:45:03.915Z] [2020-02-14T13:45:03.915Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:03.915Z] #44 89.62 CC criu/autofs.o [2020-02-14T13:45:03.915Z] #44 91.31 CC criu/bfd.o [2020-02-14T13:45:03.915Z] #44 91.77 CC criu/bitmap.o [2020-02-14T13:45:03.915Z] #44 91.92 CC criu/cgroup-props.o [2020-02-14T13:45:03.915Z] #44 92.71 CC criu/cgroup.o [2020-02-14T13:45:03.915Z] #44 95.24 CC criu/clone-noasan.o [2020-02-14T13:45:03.915Z] #44 95.43 CC criu/config.o [2020-02-14T13:45:03.915Z] #44 96.83 CC criu/cr-check.o [2020-02-14T13:45:03.915Z] #44 98.32 CC criu/cr-dedup.o [2020-02-14T13:45:03.915Z] #44 98.72 CC criu/cr-dump.o [2020-02-14T13:45:01.485Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:45:01.587Z] > git config --add remote.origin.fetch +refs/pull/40489/head:refs/remotes/origin/PR-40489 # timeout=10 [2020-02-14T13:45:01.649Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-14T13:45:01.779Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-14T13:45:01.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-14T13:45:01.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-14T13:45:01.909Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40489/head:refs/remotes/origin/PR-40489 +refs/heads/master:refs/remotes/origin/master [2020-02-14T13:45:02.937Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:45:02.987Z] > git checkout -f 9f94cfdc57483f2170fbcf818c01e8935dc3b1f4 [2020-02-14T13:45:04.297Z] #17 36.97 Selecting previously unselected package bzip2. [2020-02-14T13:45:04.297Z] #17 36.98 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-02-14T13:45:04.297Z] #17 36.99 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:45:04.481Z] #44 ... [2020-02-14T13:45:04.481Z] [2020-02-14T13:45:04.481Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:04.482Z] #17 36.89 Selecting previously unselected package bzip2. [2020-02-14T13:45:04.482Z] #17 36.92 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-14T13:45:04.482Z] #17 36.93 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:45:04.482Z] #17 37.03 Selecting previously unselected package xz-utils. [2020-02-14T13:45:04.482Z] #17 37.03 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-14T13:45:04.482Z] #17 37.04 Unpacking xz-utils (5.2.4-1) ... [2020-02-14T13:45:04.558Z] #17 37.14 Selecting previously unselected package xz-utils. [2020-02-14T13:45:04.558Z] #17 37.15 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-02-14T13:45:04.558Z] #17 37.15 Unpacking xz-utils (5.2.4-1) ... [2020-02-14T13:45:04.739Z] #17 37.21 Selecting previously unselected package apparmor. [2020-02-14T13:45:04.740Z] #17 37.22 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-14T13:45:04.740Z] #17 37.30 Unpacking apparmor (2.13.2-10) ... [2020-02-14T13:45:04.819Z] #17 37.41 Selecting previously unselected package apparmor. [2020-02-14T13:45:04.819Z] #17 37.43 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-02-14T13:45:04.998Z] #17 37.63 Selecting previously unselected package aufs-tools. [2020-02-14T13:45:04.998Z] #17 37.65 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-14T13:45:04.998Z] #17 37.65 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:45:05.079Z] #17 37.53 Unpacking apparmor (2.13.2-10) ... [2020-02-14T13:45:05.256Z] #17 37.76 Selecting previously unselected package libonig5:amd64. [2020-02-14T13:45:05.256Z] #17 37.78 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-14T13:45:05.256Z] #17 37.78 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:45:05.357Z] #17 37.93 Selecting previously unselected package aufs-tools. [2020-02-14T13:45:05.357Z] #17 37.94 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-02-14T13:45:05.357Z] #17 37.95 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:45:05.526Z] #17 37.97 Selecting previously unselected package libjq1:amd64. [2020-02-14T13:45:05.526Z] #17 37.98 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:45:05.526Z] #17 37.99 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:45:05.526Z] #17 38.10 Selecting previously unselected package jq. [2020-02-14T13:45:05.526Z] #17 38.12 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-14T13:45:05.526Z] #17 38.12 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:45:05.526Z] #17 38.21 Selecting previously unselected package libaio1:amd64. [2020-02-14T13:45:05.526Z] #17 38.22 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-14T13:45:05.526Z] #17 38.23 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-14T13:45:05.526Z] #17 38.30 Selecting previously unselected package libgpm2:amd64. [2020-02-14T13:45:05.617Z] #17 38.12 Selecting previously unselected package libonig5:arm64. [2020-02-14T13:45:05.618Z] #17 38.12 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-02-14T13:45:05.618Z] #17 38.13 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-02-14T13:45:05.618Z] #17 38.38 Selecting previously unselected package libjq1:arm64. [2020-02-14T13:45:05.784Z] #17 38.33 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-14T13:45:05.784Z] #17 38.35 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-14T13:45:05.784Z] #17 38.40 Selecting previously unselected package libicu63:amd64. [2020-02-14T13:45:05.784Z] #17 38.41 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-14T13:45:05.784Z] #17 38.42 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-14T13:45:05.878Z] #17 38.38 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-02-14T13:45:05.878Z] #17 38.39 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-14T13:45:05.878Z] #17 38.52 Selecting previously unselected package jq. [2020-02-14T13:45:05.878Z] #17 38.52 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-02-14T13:45:05.878Z] #17 38.54 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:45:05.898Z] #62 228.4 + bin/containerd-shim-runc-v1 [2020-02-14T13:45:06.139Z] #17 38.73 Selecting previously unselected package libaio1:arm64. [2020-02-14T13:45:06.139Z] #17 38.74 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-02-14T13:45:06.139Z] #17 38.76 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-02-14T13:45:06.400Z] #17 38.88 Selecting previously unselected package libgpm2:arm64. [2020-02-14T13:45:06.400Z] #17 38.90 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-02-14T13:45:06.400Z] #17 38.91 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-02-14T13:45:06.400Z] #17 39.01 Selecting previously unselected package libicu63:arm64. [2020-02-14T13:45:06.400Z] #17 ... [2020-02-14T13:45:06.400Z] [2020-02-14T13:45:06.400Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:06.400Z] #44 95.58 DEP criu/namespaces.d [2020-02-14T13:45:06.400Z] #44 95.75 DEP criu/mount.d [2020-02-14T13:45:06.400Z] #44 95.98 DEP criu/mem.d [2020-02-14T13:45:06.400Z] #44 96.23 DEP criu/lsm.d [2020-02-14T13:45:06.400Z] #44 96.41 DEP criu/log.d [2020-02-14T13:45:06.400Z] #44 96.51 DEP criu/libnetlink.d [2020-02-14T13:45:06.400Z] #44 96.64 DEP criu/kerndat.d [2020-02-14T13:45:06.400Z] #44 96.83 DEP criu/kcmp-ids.d [2020-02-14T13:45:06.400Z] #44 96.90 DEP criu/irmap.d [2020-02-14T13:45:06.400Z] #44 97.04 DEP criu/ipc_ns.d [2020-02-14T13:45:06.400Z] #44 97.19 DEP criu/image.d [2020-02-14T13:45:06.400Z] #44 97.42 DEP criu/image-desc.d [2020-02-14T13:45:06.400Z] #44 97.52 DEP criu/fsnotify.d [2020-02-14T13:45:06.400Z] #44 97.76 DEP criu/filesystems.d [2020-02-14T13:45:06.400Z] #44 97.93 DEP criu/files.d [2020-02-14T13:45:06.400Z] #44 98.08 DEP criu/files-reg.d [2020-02-14T13:45:06.400Z] #44 98.20 DEP criu/files-ext.d [2020-02-14T13:45:06.400Z] #44 98.37 DEP criu/file-lock.d [2020-02-14T13:45:06.400Z] #44 98.49 DEP criu/file-ids.d [2020-02-14T13:45:06.400Z] #44 98.67 DEP criu/fifo.d [2020-02-14T13:45:06.400Z] #44 98.78 DEP criu/fdstore.d [2020-02-14T13:45:06.400Z] #44 98.92 DEP criu/fault-injection.d [2020-02-14T13:45:06.400Z] #44 98.98 DEP criu/external.d [2020-02-14T13:45:06.400Z] #44 99.10 DEP criu/eventpoll.d [2020-02-14T13:45:06.400Z] #44 99.29 DEP criu/eventfd.d [2020-02-14T13:45:06.400Z] #44 99.41 DEP criu/crtools.d [2020-02-14T13:45:06.400Z] #44 99.55 DEP criu/cr-service.d [2020-02-14T13:45:06.400Z] #44 99.70 DEP criu/cr-restore.d [2020-02-14T13:45:06.400Z] #44 100.0 DEP criu/cr-errno.d [2020-02-14T13:45:06.400Z] #44 100.0 DEP criu/cr-dump.d [2020-02-14T13:45:06.400Z] #44 100.2 DEP criu/cr-dedup.d [2020-02-14T13:45:06.400Z] #44 100.4 DEP criu/cr-check.d [2020-02-14T13:45:06.400Z] #44 100.5 DEP criu/config.d [2020-02-14T13:45:06.400Z] #44 100.6 DEP criu/clone-noasan.d [2020-02-14T13:45:06.400Z] #44 100.7 DEP criu/cgroup.d [2020-02-14T13:45:06.400Z] #44 100.8 DEP criu/cgroup-props.d [2020-02-14T13:45:06.400Z] #44 101.0 DEP criu/bitmap.d [2020-02-14T13:45:06.400Z] #44 101.1 DEP criu/bfd.d [2020-02-14T13:45:06.400Z] #44 101.2 DEP criu/autofs.d [2020-02-14T13:45:06.400Z] #44 101.4 DEP criu/aio.d [2020-02-14T13:45:06.401Z] #44 101.7 DEP criu/action-scripts.d [2020-02-14T13:45:06.401Z] #44 102.1 CC criu/action-scripts.o [2020-02-14T13:45:06.401Z] #44 102.7 CC criu/aio.o [2020-02-14T13:45:06.401Z] #44 103.4 CC criu/autofs.o [2020-02-14T13:45:06.401Z] #44 105.1 CC criu/bfd.o [2020-02-14T13:45:06.401Z] #44 105.6 CC criu/bitmap.o [2020-02-14T13:45:06.401Z] #44 105.7 CC criu/cgroup-props.o [2020-02-14T13:45:06.401Z] #44 ... [2020-02-14T13:45:06.401Z] [2020-02-14T13:45:06.401Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:06.401Z] #17 39.01 Selecting previously unselected package libicu63:arm64. [2020-02-14T13:45:06.401Z] #17 39.04 Preparing to unpack .../20-libicu63_63.1-6_arm64.deb ... [2020-02-14T13:45:06.401Z] #17 39.04 Unpacking libicu63:arm64 (63.1-6) ... [2020-02-14T13:45:06.487Z] #63 ... [2020-02-14T13:45:06.487Z] [2020-02-14T13:45:06.487Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:06.487Z] #54 DONE 160.8s [2020-02-14T13:45:06.487Z] [2020-02-14T13:45:06.487Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:06.853Z] #63 ... [2020-02-14T13:45:06.853Z] [2020-02-14T13:45:06.853Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-14T13:45:06.853Z] #55 DONE 0.1s [2020-02-14T13:45:06.853Z] [2020-02-14T13:45:06.853Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-14T13:45:06.853Z] #59 DONE 0.1s [2020-02-14T13:45:06.853Z] [2020-02-14T13:45:06.853Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:07.105Z] Merge succeeded, producing 75a169a140e03fd2093d13316a49dff780743e82 [2020-02-14T13:45:07.106Z] Checking out Revision 75a169a140e03fd2093d13316a49dff780743e82 (PR-40489) [2020-02-14T13:45:05.954Z] > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10 [2020-02-14T13:45:06.964Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-02-14T13:45:07.138Z] > git config core.sparsecheckout # timeout=10 [2020-02-14T13:45:07.201Z] > git checkout -f 75a169a140e03fd2093d13316a49dff780743e82 [2020-02-14T13:45:09.162Z] #62 231.4 + bin/containerd-shim-runc-v2 [2020-02-14T13:45:09.418Z] #62 232.2 + binaries [2020-02-14T13:45:09.418Z] #62 232.2 + mkdir -p /build [2020-02-14T13:45:09.418Z] #62 232.2 + cp bin/containerd /build/containerd [2020-02-14T13:45:09.418Z] #62 232.2 + cp bin/containerd-shim /build/containerd-shim [2020-02-14T13:45:09.418Z] #62 232.2 + cp bin/ctr /build/ctr [2020-02-14T13:45:09.704Z] #17 41.93 Selecting previously unselected package libnet1:arm64. [2020-02-14T13:45:09.704Z] #17 41.94 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-02-14T13:45:09.704Z] #17 41.97 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:45:09.704Z] #17 42.09 Selecting previously unselected package libnl-3-200:arm64. [2020-02-14T13:45:09.704Z] #17 42.10 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-02-14T13:45:09.704Z] #17 42.11 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-02-14T13:45:09.704Z] #17 42.22 Selecting previously unselected package libprotobuf-c1:arm64. [2020-02-14T13:45:09.704Z] #17 42.22 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-02-14T13:45:09.704Z] #17 42.24 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-14T13:45:09.704Z] #17 42.33 Selecting previously unselected package libreadline5:arm64. [2020-02-14T13:45:09.704Z] #17 42.34 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-02-14T13:45:09.704Z] #17 42.35 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-02-14T13:45:09.965Z] #17 42.53 Selecting previously unselected package net-tools. [2020-02-14T13:45:09.965Z] #17 42.54 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-02-14T13:45:09.965Z] #17 42.58 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:45:09.967Z] #17 42.11 Selecting previously unselected package libnet1:amd64. [2020-02-14T13:45:09.967Z] #17 42.13 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-14T13:45:09.967Z] #17 42.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:45:09.967Z] #17 42.22 Selecting previously unselected package libnl-3-200:amd64. [2020-02-14T13:45:09.967Z] #17 42.22 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-14T13:45:09.967Z] #17 42.22 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:45:09.967Z] #17 42.32 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-14T13:45:09.967Z] #17 42.32 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-14T13:45:09.967Z] #17 42.34 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:45:09.967Z] #17 42.40 Selecting previously unselected package libreadline5:amd64. [2020-02-14T13:45:09.967Z] #17 42.40 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-14T13:45:09.967Z] #17 42.41 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-14T13:45:09.967Z] #17 42.54 Selecting previously unselected package net-tools. [2020-02-14T13:45:09.967Z] #17 42.55 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-14T13:45:09.967Z] #17 42.57 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:45:09.967Z] #17 42.76 Selecting previously unselected package python-pip-whl. [2020-02-14T13:45:10.226Z] #17 42.77 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-14T13:45:10.226Z] #17 42.78 Unpacking python-pip-whl (18.1-5) ... [2020-02-14T13:45:10.227Z] #17 42.87 Selecting previously unselected package python-pip-whl. [2020-02-14T13:45:10.227Z] #17 42.87 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-14T13:45:10.345Z] #62 DONE 232.8s [2020-02-14T13:45:10.488Z] #17 42.89 Unpacking python-pip-whl (18.1-5) ... [2020-02-14T13:45:10.601Z] [2020-02-14T13:45:10.601Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-14T13:45:10.750Z] #17 43.42 Selecting previously unselected package python3-lib2to3. [2020-02-14T13:45:10.750Z] #17 43.42 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-14T13:45:10.792Z] #17 43.31 Selecting previously unselected package python3-lib2to3. [2020-02-14T13:45:10.793Z] #17 43.31 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-14T13:45:10.793Z] #17 43.32 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:45:10.793Z] #17 43.43 Selecting previously unselected package python3-distutils. [2020-02-14T13:45:10.793Z] #17 43.44 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-14T13:45:10.793Z] #17 43.44 Unpacking python3-distutils (3.7.3-1) ... [2020-02-14T13:45:10.793Z] #17 43.58 Selecting previously unselected package python3-pip. [2020-02-14T13:45:11.012Z] #17 43.45 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:45:11.012Z] #17 43.67 Selecting previously unselected package python3-distutils. [2020-02-14T13:45:11.050Z] #17 43.58 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-14T13:45:11.050Z] #17 43.58 Unpacking python3-pip (18.1-5) ... [2020-02-14T13:45:11.161Z] #63 DONE 0.3s [2020-02-14T13:45:11.161Z] [2020-02-14T13:45:11.161Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-14T13:45:11.161Z] #67 DONE 0.1s [2020-02-14T13:45:11.161Z] [2020-02-14T13:45:11.161Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-14T13:45:11.161Z] #69 DONE 0.1s [2020-02-14T13:45:11.274Z] #17 43.68 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-14T13:45:11.274Z] #17 43.68 Unpacking python3-distutils (3.7.3-1) ... [2020-02-14T13:45:11.274Z] #17 43.87 Selecting previously unselected package python3-pip. [2020-02-14T13:45:11.274Z] #17 43.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-14T13:45:11.274Z] #17 43.89 Unpacking python3-pip (18.1-5) ... [2020-02-14T13:45:11.308Z] #17 43.76 Selecting previously unselected package python3-pkg-resources. [2020-02-14T13:45:11.308Z] #17 43.76 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:45:11.308Z] #17 43.77 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:45:11.308Z] #17 43.90 Selecting previously unselected package python3-setuptools. [2020-02-14T13:45:11.308Z] #17 43.90 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-14T13:45:11.308Z] #17 43.91 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-14T13:45:11.417Z] [2020-02-14T13:45:11.417Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-14T13:45:11.417Z] #72 DONE 0.1s [2020-02-14T13:45:11.417Z] [2020-02-14T13:45:11.417Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-14T13:45:11.417Z] #73 DONE 0.0s [2020-02-14T13:45:11.417Z] [2020-02-14T13:45:11.417Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-14T13:45:11.535Z] #17 44.14 Selecting previously unselected package python3-pkg-resources. [2020-02-14T13:45:11.535Z] #17 44.15 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:45:11.535Z] #17 44.15 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:45:11.566Z] #17 44.15 Selecting previously unselected package python3-wheel. [2020-02-14T13:45:11.566Z] #17 44.15 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-14T13:45:11.566Z] #17 44.15 Unpacking python3-wheel (0.32.3-2) ... [2020-02-14T13:45:11.566Z] #17 44.23 Selecting previously unselected package thin-provisioning-tools. [2020-02-14T13:45:11.566Z] #17 44.25 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-14T13:45:11.796Z] #17 44.34 Selecting previously unselected package python3-setuptools. [2020-02-14T13:45:11.796Z] #17 44.34 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-14T13:45:11.796Z] #17 44.35 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-14T13:45:11.837Z] #17 44.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:45:11.837Z] #17 44.51 Selecting previously unselected package vim-runtime. [2020-02-14T13:45:12.058Z] #17 44.73 Selecting previously unselected package python3-wheel. [2020-02-14T13:45:12.058Z] #17 44.74 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-14T13:45:12.058Z] #17 44.74 Unpacking python3-wheel (0.32.3-2) ... [2020-02-14T13:45:12.095Z] #17 44.52 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:45:12.095Z] #17 44.56 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-14T13:45:12.095Z] #17 44.60 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-14T13:45:12.095Z] #17 44.61 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:45:12.319Z] #17 44.86 Selecting previously unselected package thin-provisioning-tools. [2020-02-14T13:45:12.319Z] #17 44.86 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-02-14T13:45:12.319Z] #17 44.88 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:45:12.343Z] #74 DONE 0.9s [2020-02-14T13:45:12.343Z] [2020-02-14T13:45:12.343Z] #75 exporting to image [2020-02-14T13:45:12.343Z] #75 exporting layers [2020-02-14T13:45:12.894Z] #17 45.39 Selecting previously unselected package vim-runtime. [2020-02-14T13:45:12.894Z] #17 45.41 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:45:12.894Z] #17 45.49 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-14T13:45:12.894Z] #17 45.49 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-14T13:45:12.894Z] #17 45.51 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:45:15.375Z] #17 ... [2020-02-14T13:45:15.375Z] [2020-02-14T13:45:15.375Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:15.375Z] #44 100.9 CC criu/cr-errno.o [2020-02-14T13:45:15.375Z] #44 101.0 CC criu/cr-restore.o [2020-02-14T13:45:15.375Z] #44 105.3 CC criu/cr-service.o [2020-02-14T13:45:15.375Z] #44 106.8 CC criu/crtools.o [2020-02-14T13:45:15.375Z] #44 107.3 CC criu/eventfd.o [2020-02-14T13:45:15.375Z] #44 107.7 CC criu/eventpoll.o [2020-02-14T13:45:15.375Z] #44 108.7 CC criu/external.o [2020-02-14T13:45:15.375Z] #44 109.1 CC criu/fault-injection.o [2020-02-14T13:45:15.375Z] #44 109.2 CC criu/fdstore.o [2020-02-14T13:45:15.375Z] #44 109.6 CC criu/fifo.o [2020-02-14T13:45:15.375Z] #44 110.0 CC criu/file-ids.o [2020-02-14T13:45:15.375Z] #44 110.4 CC criu/file-lock.o [2020-02-14T13:45:15.633Z] #44 111.4 CC criu/files-ext.o [2020-02-14T13:45:15.633Z] #44 ... [2020-02-14T13:45:15.633Z] [2020-02-14T13:45:15.633Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:15.633Z] #17 48.15 Selecting previously unselected package vim. [2020-02-14T13:45:15.633Z] #17 48.18 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-14T13:45:15.633Z] #17 48.20 Unpacking vim (2:8.1.0875-5) ... [2020-02-14T13:45:16.143Z] Commit message: "Merge commit '31a86c4ab209528b77d6048f8c99c363ffd4c884' into HEAD" [2020-02-14T13:45:16.199Z] #17 48.80 Selecting previously unselected package xfsprogs. [2020-02-14T13:45:16.199Z] #17 48.80 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-14T13:45:16.199Z] #17 48.81 Unpacking xfsprogs (4.20.0-1) ... [2020-02-14T13:45:16.278Z] First time build. Skipping changelog. [2020-02-14T13:45:16.765Z] #17 49.27 Selecting previously unselected package zip. [2020-02-14T13:45:16.765Z] #17 49.28 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-14T13:45:16.765Z] #17 49.29 Unpacking zip (3.0-11+b1) ... [2020-02-14T13:45:16.765Z] #17 49.46 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:45:16.765Z] #17 49.48 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:45:16.765Z] #17 49.50 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-14T13:45:16.765Z] #17 49.51 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [Pipeline] withEnv [Pipeline] { [2020-02-14T13:45:17.024Z] #17 49.52 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-14T13:45:17.024Z] #17 49.53 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-14T13:45:17.024Z] #17 49.54 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-14T13:45:17.024Z] #17 49.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:45:17.024Z] #17 49.56 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:45:17.024Z] #17 49.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-14T13:45:17.024Z] #17 49.58 Setting up libicu63:amd64 (63.1-6) ... [2020-02-14T13:45:17.024Z] #17 49.60 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:45:17.024Z] #17 49.61 Setting up zip (3.0-11+b1) ... [2020-02-14T13:45:17.024Z] #17 49.62 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:45:17.024Z] #17 49.65 Setting up bash-completion (1:2.8-6) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-14T13:45:17.100Z] #17 ... [2020-02-14T13:45:17.100Z] [2020-02-14T13:45:17.100Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:45:17.100Z] #41 168.5 + dpkg --print-architecture [2020-02-14T13:45:17.100Z] #41 DONE 169.1s [2020-02-14T13:45:17.100Z] [2020-02-14T13:45:17.100Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:17.100Z] #17 49.61 Selecting previously unselected package vim. [2020-02-14T13:45:17.100Z] #17 49.62 Preparing to unpack .../35-vim_2%3a8.1.0875-5_arm64.deb ... [2020-02-14T13:45:17.100Z] #17 49.64 Unpacking vim (2:8.1.0875-5) ... [2020-02-14T13:45:17.364Z] #17 ... [2020-02-14T13:45:17.364Z] [2020-02-14T13:45:17.364Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:17.364Z] #44 106.4 CC criu/cgroup.o [2020-02-14T13:45:17.364Z] #44 109.2 CC criu/clone-noasan.o [2020-02-14T13:45:17.364Z] #44 109.5 CC criu/config.o [2020-02-14T13:45:17.364Z] #44 111.2 CC criu/cr-check.o [2020-02-14T13:45:17.364Z] #44 113.3 CC criu/cr-dedup.o [2020-02-14T13:45:17.364Z] #44 114.0 CC criu/cr-dump.o [2020-02-14T13:45:16.175Z] > git rev-list --no-walk b139acb1dd90c8d80b3c728784942efc8f30fb9a # timeout=10 [2020-02-14T13:45:17.738Z] #44 ... [2020-02-14T13:45:17.738Z] [2020-02-14T13:45:17.738Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:17.738Z] #17 50.11 Selecting previously unselected package xfsprogs. [2020-02-14T13:45:17.738Z] #17 50.11 Preparing to unpack .../36-xfsprogs_4.20.0-1_arm64.deb ... [2020-02-14T13:45:17.738Z] #17 50.12 Unpacking xfsprogs (4.20.0-1) ... [2020-02-14T13:45:18.038Z] #17 50.57 Selecting previously unselected package zip. [2020-02-14T13:45:18.039Z] #17 50.57 Preparing to unpack .../37-zip_3.0-11+b1_arm64.deb ... [2020-02-14T13:45:18.039Z] #17 50.58 Unpacking zip (3.0-11+b1) ... [2020-02-14T13:45:18.299Z] #17 50.97 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:45:18.299Z] #17 50.98 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:45:18.299Z] #17 51.01 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-02-14T13:45:18.299Z] #17 51.04 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-02-14T13:45:18.299Z] #17 51.05 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-02-14T13:45:18.299Z] #17 51.07 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-02-14T13:45:18.560Z] #17 51.08 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-02-14T13:45:18.560Z] #17 51.10 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-02-14T13:45:18.560Z] #17 51.12 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:45:18.560Z] #17 51.14 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-02-14T13:45:18.560Z] #17 51.15 Setting up libicu63:arm64 (63.1-6) ... [2020-02-14T13:45:18.560Z] #17 51.17 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:45:18.560Z] #17 51.18 Setting up zip (3.0-11+b1) ... [2020-02-14T13:45:18.560Z] #17 51.19 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:45:18.560Z] #17 51.27 Setting up bash-completion (1:2.8-6) ... [2020-02-14T13:45:18.878Z] #75 exporting layers 5.9s done [2020-02-14T13:45:18.878Z] #75 writing image sha256:d650c0db507d5b78e28ed7e3edc53b25d7a9046d1e403322ca1412a4051e18f6 [2020-02-14T13:45:18.878Z] #75 writing image sha256:d650c0db507d5b78e28ed7e3edc53b25d7a9046d1e403322ca1412a4051e18f6 done [2020-02-14T13:45:18.878Z] #75 naming to docker.io/library/docker:341e65ad44795695b8780ecef46a2b3769da2cad done [2020-02-14T13:45:18.878Z] #75 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-02-14T13:45:19.207Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40489/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/validate/default [2020-02-14T13:45:19.550Z] + docker version [2020-02-14T13:45:19.616Z] #17 52.39 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-14T13:45:19.616Z] #17 52.40 Setting up xz-utils (5.2.4-1) ... [2020-02-14T13:45:19.873Z] #17 52.41 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-14T13:45:19.873Z] #17 52.42 Setting up pigz (2.4-1) ... [2020-02-14T13:45:19.873Z] #17 52.44 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-14T13:45:19.874Z] #17 52.45 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-14T13:45:19.874Z] #17 52.47 Setting up python-pip-whl (18.1-5) ... [2020-02-14T13:45:19.874Z] #17 52.48 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-14T13:45:19.874Z] #17 52.49 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:45:20.133Z] Congratulations! All commits are properly signed with the DCO! [2020-02-14T13:45:20.133Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-02-14T13:45:20.133Z] No api/types/ or api/swagger.yaml changes in diff. [2020-02-14T13:45:20.133Z] Congratulations! All TOML source files changed here have valid syntax. [2020-02-14T13:45:20.133Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-02-14T13:45:20.133Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-02-14T13:45:20.133Z] Congratulations! No new tests were added to integration-cli. [2020-02-14T13:45:20.133Z] [2020-02-14T13:45:20.134Z] INFO Start validation with golang-ci-lint [2020-02-14T13:45:20.134Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-02-14T13:45:20.134Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-02-14T13:45:20.441Z] #17 52.91 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-14T13:45:20.441Z] #17 52.92 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-14T13:45:20.441Z] #17 52.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-14T13:45:20.441Z] #17 52.94 Setting up vim (2:8.1.0875-5) ... [2020-02-14T13:45:20.441Z] #17 52.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-14T13:45:20.441Z] #17 52.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-14T13:45:20.441Z] #17 52.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-14T13:45:20.441Z] #17 53.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-14T13:45:20.441Z] #17 53.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-14T13:45:20.441Z] #17 53.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-14T13:45:20.441Z] #17 53.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-14T13:45:20.441Z] #17 53.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-14T13:45:20.441Z] #17 53.07 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-14T13:45:20.441Z] #17 53.09 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:45:20.441Z] #17 53.11 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-14T13:45:20.441Z] #17 53.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:45:20.441Z] #17 53.14 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-14T13:45:20.441Z] #17 53.16 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:45:21.860Z] #17 54.38 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-02-14T13:45:21.860Z] #17 54.40 Setting up xz-utils (5.2.4-1) ... [2020-02-14T13:45:21.860Z] #17 54.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-14T13:45:21.860Z] #17 54.45 Setting up pigz (2.4-1) ... [2020-02-14T13:45:21.860Z] #17 54.47 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-02-14T13:45:21.860Z] #17 54.49 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-02-14T13:45:21.860Z] #17 54.52 Setting up python-pip-whl (18.1-5) ... [2020-02-14T13:45:21.860Z] #17 54.53 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-02-14T13:45:22.120Z] #17 54.55 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:45:22.381Z] #17 55.02 Setting up libaio1:arm64 (0.3.112-3) ... [2020-02-14T13:45:22.381Z] #17 55.05 Setting up libonig5:arm64 (6.9.1-1) ... [2020-02-14T13:45:22.381Z] #17 55.06 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-02-14T13:45:22.642Z] #17 55.08 Setting up vim (2:8.1.0875-5) ... [2020-02-14T13:45:22.642Z] #17 55.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-14T13:45:22.642Z] #17 55.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-14T13:45:22.642Z] #17 55.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-14T13:45:22.642Z] #17 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-14T13:45:22.642Z] #17 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-14T13:45:22.642Z] #17 55.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-14T13:45:22.642Z] #17 55.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-14T13:45:22.642Z] #17 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-14T13:45:22.642Z] #17 55.18 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-02-14T13:45:22.642Z] #17 55.20 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:45:22.642Z] #17 55.22 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-02-14T13:45:22.642Z] #17 55.24 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:45:22.642Z] #17 55.26 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-02-14T13:45:22.642Z] #17 55.27 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:45:22.967Z] #17 ... [2020-02-14T13:45:22.967Z] [2020-02-14T13:45:22.967Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:45:22.967Z] #41 186.1 + dpkg --print-architecture [2020-02-14T13:45:22.967Z] #41 186.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-14T13:45:23.160Z] #63 156.3 + bin/containerd-stress [2020-02-14T13:45:23.160Z] #63 157.7 + bin/containerd-shim [2020-02-14T13:45:23.223Z] #41 186.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-14T13:45:23.223Z] #41 186.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-14T13:45:25.187Z] #17 57.77 Setting up iptables (1.8.2-4) ... [2020-02-14T13:45:25.187Z] #17 57.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:45:25.187Z] #17 57.81 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:45:25.187Z] #17 57.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:45:25.187Z] #17 57.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:45:25.447Z] #17 57.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-14T13:45:25.447Z] #17 57.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-14T13:45:25.447Z] #17 57.86 Setting up python3 (3.7.3-1) ... [2020-02-14T13:45:26.019Z] #17 58.50 Setting up python3-wheel (0.32.3-2) ... [2020-02-14T13:45:26.500Z] #41 ... [2020-02-14T13:45:26.500Z] [2020-02-14T13:45:26.500Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:26.500Z] #44 111.9 CC criu/files-reg.o [2020-02-14T13:45:26.500Z] #44 114.0 CC criu/files.o [2020-02-14T13:45:26.500Z] #44 116.5 CC criu/filesystems.o [2020-02-14T13:45:26.500Z] #44 117.4 CC criu/fsnotify.o [2020-02-14T13:45:26.500Z] #44 118.6 CC criu/image-desc.o [2020-02-14T13:45:26.500Z] #44 118.8 CC criu/image.o [2020-02-14T13:45:26.500Z] #44 119.9 CC criu/ipc_ns.o [2020-02-14T13:45:26.500Z] #44 121.0 CC criu/irmap.o [2020-02-14T13:45:26.500Z] #44 121.6 CC criu/kcmp-ids.o [2020-02-14T13:45:26.500Z] #44 122.1 CC criu/kerndat.o [2020-02-14T13:45:26.500Z] #44 ... [2020-02-14T13:45:26.500Z] [2020-02-14T13:45:26.500Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:26.500Z] #17 56.35 Setting up iptables (1.8.2-4) ... [2020-02-14T13:45:26.500Z] #17 56.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.40 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-14T13:45:26.500Z] #17 56.41 Setting up python3 (3.7.3-1) ... [2020-02-14T13:45:26.500Z] #17 56.91 Setting up python3-wheel (0.32.3-2) ... [2020-02-14T13:45:26.500Z] #17 57.75 Setting up apparmor (2.13.2-10) ... [2020-02-14T13:45:26.626Z] Client: Docker Engine - Enterprise [2020-02-14T13:45:26.627Z] Version: 19.03.5 [2020-02-14T13:45:26.627Z] API version: 1.40 [2020-02-14T13:45:26.627Z] Go version: go1.12.12 [2020-02-14T13:45:26.627Z] Git commit: 2ee0c57608 [2020-02-14T13:45:26.627Z] Built: 11/13/2019 08:00:16 [2020-02-14T13:45:26.627Z] OS/Arch: windows/amd64 [2020-02-14T13:45:26.627Z] Experimental: false [2020-02-14T13:45:26.627Z] [2020-02-14T13:45:26.627Z] Server: Docker Engine - Enterprise [2020-02-14T13:45:26.627Z] Engine: [2020-02-14T13:45:26.627Z] Version: 19.03.5 [2020-02-14T13:45:26.627Z] API version: 1.40 (minimum version 1.24) [2020-02-14T13:45:26.627Z] Go version: go1.12.12 [2020-02-14T13:45:26.627Z] Git commit: 2ee0c57608 [2020-02-14T13:45:26.627Z] Built: 11/13/2019 07:58:51 [2020-02-14T13:45:26.627Z] OS/Arch: windows/amd64 [2020-02-14T13:45:26.627Z] Experimental: true [2020-02-14T13:45:26.960Z] #17 59.26 Setting up apparmor (2.13.2-10) ... [2020-02-14T13:45:27.063Z] #17 59.46 Setting up xfsprogs (4.20.0-1) ... [2020-02-14T13:45:27.063Z] #17 59.48 Setting up python3-lib2to3 (3.7.3-1) ... [Pipeline] sh [2020-02-14T13:45:27.320Z] #17 59.96 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:45:28.088Z] #8 unpacking docker.io/library/golang:1.13.7-buster@sha256:4ee5b088a8b59ba73b04691900f96ab25edeeb4546b2a26d21a9da234910cfcf 28.7s done [2020-02-14T13:45:28.089Z] #8 DONE 38.5s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-14T13:45:28.089Z] #9 DONE 0.2s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-14T13:45:28.089Z] #10 DONE 0.2s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:45:28.089Z] #44 ... [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-14T13:45:28.089Z] #41 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:45:28.089Z] #22 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-14T13:45:28.089Z] #30 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T13:45:28.089Z] #23 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-14T13:45:28.089Z] #50 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-14T13:45:28.089Z] #33 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-14T13:45:28.089Z] #71 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-14T13:45:28.089Z] #65 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-14T13:45:28.089Z] #53 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-14T13:45:28.089Z] #47 DONE 0.1s [2020-02-14T13:45:28.089Z] [2020-02-14T13:45:28.089Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:45:28.089Z] #48 0.541 + RM_GOPATH=0 [2020-02-14T13:45:28.089Z] #48 0.544 + TMP_GOPATH= [2020-02-14T13:45:28.089Z] #48 0.545 + : /build [2020-02-14T13:45:28.089Z] #48 0.546 + '[' -z '' ']' [2020-02-14T13:45:28.089Z] #48 0.547 ++ mktemp -d [2020-02-14T13:45:28.089Z] #48 0.550 + export GOPATH=/tmp/tmp.zigyole8CE [2020-02-14T13:45:28.089Z] #48 0.550 + GOPATH=/tmp/tmp.zigyole8CE [2020-02-14T13:45:28.089Z] #48 0.550 + RM_GOPATH=1 [2020-02-14T13:45:28.089Z] #48 0.551 ++ dirname ./install.sh [2020-02-14T13:45:28.089Z] #48 0.567 + dir=. [2020-02-14T13:45:28.089Z] #48 0.568 + bin=vndr [2020-02-14T13:45:28.089Z] #48 0.568 + shift [2020-02-14T13:45:28.089Z] #48 0.568 + '[' '!' -f ./vndr.installer ']' [2020-02-14T13:45:28.089Z] #48 0.568 + . ./vndr.installer [2020-02-14T13:45:28.089Z] #48 0.569 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:45:28.089Z] #48 0.570 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:45:28.089Z] #48 0.570 + install_vndr [2020-02-14T13:45:28.089Z] #48 0.570 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-14T13:45:28.089Z] #48 0.570 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zigyole8CE/src/github.com/LK4D4/vndr [2020-02-14T13:45:28.089Z] #48 0.579 Cloning into '/tmp/tmp.zigyole8CE/src/github.com/LK4D4/vndr'... [2020-02-14T13:45:28.089Z] #48 1.469 + cd /tmp/tmp.zigyole8CE/src/github.com/LK4D4/vndr [2020-02-14T13:45:28.089Z] #48 1.470 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-14T13:45:28.089Z] #48 1.515 + go build -buildmode=pie -v -o /build/vndr . [2020-02-14T13:45:28.155Z] + docker info [2020-02-14T13:45:28.250Z] #17 60.84 Setting up python3-distutils (3.7.3-1) ... [2020-02-14T13:45:28.344Z] #17 60.98 Setting up xfsprogs (4.20.0-1) ... [2020-02-14T13:45:28.344Z] #17 60.99 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:45:28.344Z] #17 ... [2020-02-14T13:45:28.344Z] [2020-02-14T13:45:28.344Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:28.344Z] #44 117.7 CC criu/cr-errno.o [2020-02-14T13:45:28.344Z] #44 117.7 CC criu/cr-restore.o [2020-02-14T13:45:28.344Z] #44 121.5 CC criu/cr-service.o [2020-02-14T13:45:28.344Z] #44 122.9 CC criu/crtools.o [2020-02-14T13:45:28.344Z] #44 123.4 CC criu/eventfd.o [2020-02-14T13:45:28.344Z] #44 123.7 CC criu/eventpoll.o [2020-02-14T13:45:28.344Z] #44 124.6 CC criu/external.o [2020-02-14T13:45:28.344Z] #44 124.9 CC criu/fault-injection.o [2020-02-14T13:45:28.344Z] #44 125.0 CC criu/fdstore.o [2020-02-14T13:45:28.344Z] #44 125.3 CC criu/fifo.o [2020-02-14T13:45:28.344Z] #44 125.7 CC criu/file-ids.o [2020-02-14T13:45:28.344Z] #44 126.1 CC criu/file-lock.o [2020-02-14T13:45:28.344Z] #44 127.0 CC criu/files-ext.o [2020-02-14T13:45:28.344Z] #44 127.2 CC criu/files-reg.o [2020-02-14T13:45:28.359Z] #63 162.3 + bin/containerd-shim-runc-v1 [2020-02-14T13:45:28.379Z] #48 3.560 runtime/internal/sys [2020-02-14T13:45:28.379Z] #48 3.630 internal/race [2020-02-14T13:45:28.668Z] #48 3.682 runtime/internal/atomic [2020-02-14T13:45:28.668Z] #48 3.782 internal/cpu [2020-02-14T13:45:28.814Z] #17 61.36 Setting up python3-setuptools (40.8.0-1) ... [2020-02-14T13:45:28.915Z] #44 ... [2020-02-14T13:45:28.915Z] [2020-02-14T13:45:28.915Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:45:28.915Z] #17 61.56 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:45:29.302Z] #48 4.403 sync/atomic [2020-02-14T13:45:29.746Z] #17 62.43 Setting up python3-pip (18.1-5) ... [2020-02-14T13:45:29.942Z] #48 4.843 runtime/internal/math [2020-02-14T13:45:29.942Z] #48 5.156 unicode [2020-02-14T13:45:30.235Z] #48 5.419 unicode/utf8 [2020-02-14T13:45:30.300Z] #17 62.68 Setting up python3-distutils (3.7.3-1) ... [2020-02-14T13:45:30.529Z] #48 5.706 math/bits [2020-02-14T13:45:30.561Z] #17 63.14 Setting up python3-setuptools (40.8.0-1) ... [2020-02-14T13:45:30.678Z] #17 63.32 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:45:30.678Z] #17 63.37 Processing triggers for mime-support (3.62) ... [2020-02-14T13:45:30.878Z] #63 165.1 + bin/containerd-shim-runc-v2 [2020-02-14T13:45:31.156Z] #48 6.298 internal/bytealg [2020-02-14T13:45:31.238Z] #63 165.8 + binaries [2020-02-14T13:45:31.238Z] #63 165.8 + mkdir -p /build [2020-02-14T13:45:31.238Z] #63 165.8 + cp bin/containerd /build/containerd [2020-02-14T13:45:31.238Z] #63 165.8 + cp bin/containerd-shim /build/containerd-shim [2020-02-14T13:45:31.238Z] #63 165.8 + cp bin/ctr /build/ctr [2020-02-14T13:45:31.238Z] #63 DONE 165.9s [2020-02-14T13:45:31.610Z] #17 DONE 64.2s [2020-02-14T13:45:31.610Z] [2020-02-14T13:45:31.610Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:31.610Z] #44 123.1 CC criu/libnetlink.o [2020-02-14T13:45:31.610Z] #44 123.5 CC criu/log.o [2020-02-14T13:45:31.610Z] #44 124.1 CC criu/lsm.o [2020-02-14T13:45:31.610Z] #44 124.4 CC criu/mem.o [2020-02-14T13:45:31.610Z] #44 126.0 CC criu/mount.o [2020-02-14T13:45:31.944Z] #17 64.51 Setting up python3-pip (18.1-5) ... [2020-02-14T13:45:32.006Z] [2020-02-14T13:45:32.006Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-14T13:45:32.006Z] #64 DONE 0.1s [2020-02-14T13:45:32.006Z] [2020-02-14T13:45:32.006Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-14T13:45:32.006Z] #68 DONE 0.1s [2020-02-14T13:45:32.006Z] [2020-02-14T13:45:32.006Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-14T13:45:32.354Z] #70 DONE 0.1s [2020-02-14T13:45:32.354Z] [2020-02-14T13:45:32.354Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-14T13:45:32.354Z] #73 DONE 0.1s [2020-02-14T13:45:32.354Z] [2020-02-14T13:45:32.354Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-14T13:45:32.354Z] #74 DONE 0.0s [2020-02-14T13:45:32.354Z] [2020-02-14T13:45:32.354Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-14T13:45:32.704Z] #75 DONE 0.5s [2020-02-14T13:45:33.072Z] [2020-02-14T13:45:33.072Z] #76 exporting to oci image format [2020-02-14T13:45:33.072Z] #76 exporting layers [2020-02-14T13:45:33.216Z] #48 8.215 internal/testlog [2020-02-14T13:45:33.217Z] #48 8.299 math [2020-02-14T13:45:33.328Z] #17 65.69 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:45:33.328Z] #17 65.73 Processing triggers for mime-support (3.62) ... [2020-02-14T13:45:33.508Z] #44 ... [2020-02-14T13:45:33.508Z] [2020-02-14T13:45:33.508Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-14T13:45:33.508Z] #18 1.766 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-14T13:45:33.508Z] #18 1.770 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-14T13:45:33.508Z] #18 1.774 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-14T13:45:33.508Z] #18 DONE 1.9s [2020-02-14T13:45:33.508Z] [2020-02-14T13:45:33.508Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:45:33.900Z] #17 DONE 66.5s [2020-02-14T13:45:33.900Z] [2020-02-14T13:45:33.900Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:33.900Z] #44 129.1 CC criu/files.o [2020-02-14T13:45:33.900Z] #44 131.5 CC criu/filesystems.o [2020-02-14T13:45:33.900Z] #44 132.4 CC criu/fsnotify.o [2020-02-14T13:45:34.476Z] #44 133.8 CC criu/image-desc.o [2020-02-14T13:45:34.739Z] #44 134.0 CC criu/image.o [2020-02-14T13:45:34.741Z] #48 9.643 unicode/utf16 [2020-02-14T13:45:34.741Z] #48 ... [2020-02-14T13:45:34.741Z] [2020-02-14T13:45:34.741Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:45:34.741Z] #36 0.842 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:45:34.741Z] #36 1.040 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:45:34.741Z] #36 1.048 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:45:34.741Z] #36 3.105 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:45:34.741Z] #36 6.553 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:45:34.741Z] #36 9.510 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:45:34.741Z] #36 ... [2020-02-14T13:45:34.741Z] [2020-02-14T13:45:34.741Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:45:34.741Z] #42 0.928 + git clone https://github.com/docker/distribution.git . [2020-02-14T13:45:34.741Z] #42 0.933 Cloning into '.'... [2020-02-14T13:45:35.027Z] #42 ... [2020-02-14T13:45:35.027Z] [2020-02-14T13:45:35.027Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:45:35.027Z] #26 0.731 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:45:35.027Z] #26 0.821 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:45:35.027Z] #26 0.914 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:45:35.027Z] #26 2.706 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:45:35.027Z] #26 6.506 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:45:35.027Z] #26 9.027 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:45:35.027Z] #26 ... [2020-02-14T13:45:35.027Z] [2020-02-14T13:45:35.027Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:45:35.027Z] #31 0.870 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-14T13:45:35.027Z] #31 0.874 Cloning into '.'... [2020-02-14T13:45:35.314Z] #31 ... [2020-02-14T13:45:35.314Z] [2020-02-14T13:45:35.314Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:45:35.314Z] #60 0.729 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:45:35.314Z] #60 0.840 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:45:35.314Z] #60 0.911 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:45:35.314Z] #60 2.722 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:45:35.314Z] #60 6.091 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:45:35.314Z] #60 8.800 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:45:35.314Z] #60 ... [2020-02-14T13:45:35.314Z] [2020-02-14T13:45:35.314Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:35.314Z] #54 0.597 + RM_GOPATH=0 [2020-02-14T13:45:35.314Z] #54 0.597 + TMP_GOPATH= [2020-02-14T13:45:35.314Z] #54 0.598 + : /build [2020-02-14T13:45:35.314Z] #54 0.598 + '[' -z '' ']' [2020-02-14T13:45:35.314Z] #54 0.615 ++ mktemp -d [2020-02-14T13:45:35.314Z] #54 0.618 + export GOPATH=/tmp/tmp.vPcXEaBGC5 [2020-02-14T13:45:35.314Z] #54 0.618 + GOPATH=/tmp/tmp.vPcXEaBGC5 [2020-02-14T13:45:35.314Z] #54 0.618 + RM_GOPATH=1 [2020-02-14T13:45:35.314Z] #54 0.621 ++ dirname ./install.sh [2020-02-14T13:45:35.314Z] #54 0.622 + dir=. [2020-02-14T13:45:35.314Z] #54 0.628 + bin=golangci_lint [2020-02-14T13:45:35.314Z] #54 0.629 + shift [2020-02-14T13:45:35.314Z] #54 0.630 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-14T13:45:35.314Z] #54 0.631 + . ./golangci_lint.installer [2020-02-14T13:45:35.314Z] #54 0.633 ++ : v1.20.0 [2020-02-14T13:45:35.314Z] #54 0.635 Installing golangci-lint version v1.20.0 [2020-02-14T13:45:35.314Z] #54 0.635 + install_golangci_lint [2020-02-14T13:45:35.314Z] #54 0.635 + echo 'Installing golangci-lint version v1.20.0' [2020-02-14T13:45:35.314Z] #54 0.635 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-14T13:45:35.657Z] #54 ... [2020-02-14T13:45:35.657Z] [2020-02-14T13:45:35.657Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:35.657Z] #51 0.810 + RM_GOPATH=0 [2020-02-14T13:45:35.657Z] #51 0.810 + TMP_GOPATH= [2020-02-14T13:45:35.657Z] #51 0.810 + : /build [2020-02-14T13:45:35.657Z] #51 0.811 + '[' -z '' ']' [2020-02-14T13:45:35.657Z] #51 0.812 ++ mktemp -d [2020-02-14T13:45:35.657Z] #51 0.826 + export GOPATH=/tmp/tmp.uH1cUlkuf2 [2020-02-14T13:45:35.657Z] #51 0.826 + GOPATH=/tmp/tmp.uH1cUlkuf2 [2020-02-14T13:45:35.657Z] #51 0.826 + RM_GOPATH=1 [2020-02-14T13:45:35.657Z] #51 0.851 ++ dirname ./install.sh [2020-02-14T13:45:35.657Z] #51 0.866 + dir=. [2020-02-14T13:45:35.657Z] #51 0.887 + bin=gotestsum [2020-02-14T13:45:35.657Z] #51 0.888 + shift [2020-02-14T13:45:35.657Z] #51 0.889 + '[' '!' -f ./gotestsum.installer ']' [2020-02-14T13:45:35.657Z] #51 0.890 + . ./gotestsum.installer [2020-02-14T13:45:35.657Z] #51 0.892 ++ : v0.3.5 [2020-02-14T13:45:35.657Z] #51 0.896 + install_gotestsum [2020-02-14T13:45:35.657Z] #51 0.897 + echo 'Installing gotestsum version v0.3.5' [2020-02-14T13:45:35.657Z] #51 0.898 Installing gotestsum version v0.3.5 [2020-02-14T13:45:35.657Z] #51 0.909 + go get -d gotest.tools/gotestsum [2020-02-14T13:45:35.657Z] #51 ... [2020-02-14T13:45:35.657Z] [2020-02-14T13:45:35.657Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:45:35.657Z] #34 0.772 + RM_GOPATH=0 [2020-02-14T13:45:35.657Z] #34 0.772 + TMP_GOPATH= [2020-02-14T13:45:35.657Z] #34 0.772 + : /build [2020-02-14T13:45:35.657Z] #34 0.773 + '[' -z '' ']' [2020-02-14T13:45:35.657Z] #34 0.773 ++ mktemp -d [2020-02-14T13:45:35.657Z] #34 0.775 + export GOPATH=/tmp/tmp.leRBx5bKLS [2020-02-14T13:45:35.657Z] #34 0.784 + GOPATH=/tmp/tmp.leRBx5bKLS [2020-02-14T13:45:35.657Z] #34 0.784 + RM_GOPATH=1 [2020-02-14T13:45:35.657Z] #34 0.785 ++ dirname ./install.sh [2020-02-14T13:45:35.657Z] #34 0.787 + dir=. [2020-02-14T13:45:35.657Z] #34 0.805 + bin=tomlv [2020-02-14T13:45:35.657Z] #34 0.805 + shift [2020-02-14T13:45:35.657Z] #34 0.805 + '[' '!' -f ./tomlv.installer ']' [2020-02-14T13:45:35.657Z] #34 0.805 + . ./tomlv.installer [2020-02-14T13:45:35.657Z] #34 0.805 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:45:35.657Z] #34 0.805 + install_tomlv [2020-02-14T13:45:35.657Z] #34 0.810 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-14T13:45:35.657Z] #34 0.811 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:45:35.657Z] #34 0.812 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.leRBx5bKLS/src/github.com/BurntSushi/toml [2020-02-14T13:45:35.657Z] #34 0.818 Cloning into '/tmp/tmp.leRBx5bKLS/src/github.com/BurntSushi/toml'... [2020-02-14T13:45:35.657Z] #34 2.698 + cd /tmp/tmp.leRBx5bKLS/src/github.com/BurntSushi/toml [2020-02-14T13:45:35.657Z] #34 2.706 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-14T13:45:35.657Z] #34 2.718 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:45:35.657Z] #34 3.731 math/bits [2020-02-14T13:45:35.657Z] #34 3.758 internal/cpu [2020-02-14T13:45:35.657Z] #34 3.828 runtime/internal/sys [2020-02-14T13:45:35.657Z] #34 3.972 runtime/internal/atomic [2020-02-14T13:45:35.657Z] #34 4.608 runtime/internal/math [2020-02-14T13:45:35.657Z] #34 4.894 unicode/utf8 [2020-02-14T13:45:35.657Z] #34 5.652 sync/atomic [2020-02-14T13:45:35.657Z] #34 6.438 internal/bytealg [2020-02-14T13:45:35.657Z] #34 6.735 unicode [2020-02-14T13:45:35.657Z] #34 7.029 math [2020-02-14T13:45:35.657Z] #34 7.832 internal/testlog [2020-02-14T13:45:35.657Z] #34 9.011 encoding [2020-02-14T13:45:35.657Z] #34 9.779 runtime/cgo [2020-02-14T13:45:35.657Z] #34 9.782 runtime [2020-02-14T13:45:35.680Z] #44 134.9 CC criu/ipc_ns.o [2020-02-14T13:45:35.681Z] #44 ... [2020-02-14T13:45:35.681Z] [2020-02-14T13:45:35.681Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-14T13:45:35.681Z] #18 1.701 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-14T13:45:35.681Z] #18 1.707 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-14T13:45:35.681Z] #18 1.711 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-14T13:45:35.681Z] #18 DONE 1.9s [2020-02-14T13:45:35.681Z] [2020-02-14T13:45:35.681Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:45:35.949Z] #34 ... [2020-02-14T13:45:35.949Z] [2020-02-14T13:45:35.949Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:45:35.949Z] #44 0.784 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:45:35.949Z] #44 1.007 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:45:35.949Z] #44 1.009 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:45:35.949Z] #44 2.971 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:45:35.949Z] #44 6.413 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:45:35.949Z] #44 9.654 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:45:35.949Z] #44 ... [2020-02-14T13:45:35.949Z] [2020-02-14T13:45:35.949Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:45:35.949Z] #11 0.733 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:45:35.949Z] #11 0.851 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:45:35.949Z] #11 1.103 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:45:35.949Z] #11 2.762 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:45:35.949Z] #11 6.050 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:45:35.949Z] #11 8.994 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:45:36.238Z] #11 ... [2020-02-14T13:45:36.238Z] [2020-02-14T13:45:36.238Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:36.238Z] #24 0.622 + RM_GOPATH=0 [2020-02-14T13:45:36.238Z] #24 0.622 + TMP_GOPATH= [2020-02-14T13:45:36.238Z] #24 0.622 + : /build [2020-02-14T13:45:36.238Z] #24 0.622 + '[' -z '' ']' [2020-02-14T13:45:36.238Z] #24 0.625 ++ mktemp -d [2020-02-14T13:45:36.238Z] #24 0.638 + export GOPATH=/tmp/tmp.jyinym6dPQ [2020-02-14T13:45:36.238Z] #24 0.638 + GOPATH=/tmp/tmp.jyinym6dPQ [2020-02-14T13:45:36.238Z] #24 0.638 + RM_GOPATH=1 [2020-02-14T13:45:36.238Z] #24 0.654 ++ dirname ./install.sh [2020-02-14T13:45:36.238Z] #24 0.658 + dir=. [2020-02-14T13:45:36.238Z] #24 0.658 + bin=dockercli [2020-02-14T13:45:36.238Z] #24 0.661 + shift [2020-02-14T13:45:36.238Z] #24 0.662 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T13:45:36.238Z] #24 0.666 + . ./dockercli.installer [2020-02-14T13:45:36.238Z] #24 0.666 ++ : stable [2020-02-14T13:45:36.238Z] #24 0.669 ++ : 17.06.2-ce [2020-02-14T13:45:36.238Z] #24 0.670 + install_dockercli [2020-02-14T13:45:36.238Z] #24 0.671 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T13:45:36.238Z] #24 0.673 Install docker/cli version 17.06.2-ce from stable [2020-02-14T13:45:36.238Z] #24 0.675 ++ uname -m [2020-02-14T13:45:36.238Z] #24 0.686 + arch=ppc64le [2020-02-14T13:45:36.238Z] #24 0.686 + '[' ppc64le '!=' x86_64 ']' [2020-02-14T13:45:36.238Z] #24 0.686 + '[' ppc64le '!=' s390x ']' [2020-02-14T13:45:36.238Z] #24 0.686 + '[' ppc64le '!=' armhf ']' [2020-02-14T13:45:36.238Z] #24 0.686 + build_dockercli [2020-02-14T13:45:36.238Z] #24 0.686 + git clone https://github.com/docker/docker-ce /tmp/tmp.jyinym6dPQ/tmp/docker-ce [2020-02-14T13:45:36.238Z] #24 0.688 Cloning into '/tmp/tmp.jyinym6dPQ/tmp/docker-ce'... [2020-02-14T13:45:36.238Z] #24 ... [2020-02-14T13:45:36.238Z] [2020-02-14T13:45:36.238Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:45:36.238Z] #72 0.705 + RM_GOPATH=0 [2020-02-14T13:45:36.238Z] #72 0.707 + TMP_GOPATH= [2020-02-14T13:45:36.238Z] #72 0.707 + : /build [2020-02-14T13:45:36.238Z] #72 0.708 + '[' -z '' ']' [2020-02-14T13:45:36.238Z] #72 0.710 ++ mktemp -d [2020-02-14T13:45:36.238Z] #72 0.760 + export GOPATH=/tmp/tmp.zm5BOgP4KD [2020-02-14T13:45:36.238Z] #72 0.760 + GOPATH=/tmp/tmp.zm5BOgP4KD [2020-02-14T13:45:36.238Z] #72 0.760 + RM_GOPATH=1 [2020-02-14T13:45:36.238Z] #72 0.764 ++ dirname ./install.sh [2020-02-14T13:45:36.238Z] #72 0.767 + dir=. [2020-02-14T13:45:36.238Z] #72 0.767 + bin=proxy [2020-02-14T13:45:36.238Z] #72 0.767 + shift [2020-02-14T13:45:36.238Z] #72 0.769 + '[' '!' -f ./proxy.installer ']' [2020-02-14T13:45:36.238Z] #72 0.771 + . ./proxy.installer [2020-02-14T13:45:36.238Z] #72 0.781 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:45:36.238Z] #72 0.791 + install_proxy [2020-02-14T13:45:36.238Z] #72 0.799 + case "$1" in [2020-02-14T13:45:36.238Z] #72 0.800 + export CGO_ENABLED=0 [2020-02-14T13:45:36.238Z] #72 0.800 + CGO_ENABLED=0 [2020-02-14T13:45:36.238Z] #72 0.801 + _install_proxy [2020-02-14T13:45:36.238Z] #72 0.802 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-14T13:45:36.238Z] #72 0.802 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:45:36.238Z] #72 0.802 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.zm5BOgP4KD/src/github.com/docker/libnetwork [2020-02-14T13:45:36.238Z] #72 0.810 Cloning into '/tmp/tmp.zm5BOgP4KD/src/github.com/docker/libnetwork'... [2020-02-14T13:45:36.528Z] #72 ... [2020-02-14T13:45:36.528Z] [2020-02-14T13:45:36.528Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:36.528Z] #66 0.808 + RM_GOPATH=0 [2020-02-14T13:45:36.528Z] #66 0.808 + TMP_GOPATH= [2020-02-14T13:45:36.528Z] #66 0.808 + : /build/ [2020-02-14T13:45:36.528Z] #66 0.809 + '[' -z '' ']' [2020-02-14T13:45:36.528Z] #66 0.813 ++ mktemp -d [2020-02-14T13:45:36.528Z] #66 0.815 + export GOPATH=/tmp/tmp.LS4pAYA5nJ [2020-02-14T13:45:36.528Z] #66 0.823 + GOPATH=/tmp/tmp.LS4pAYA5nJ [2020-02-14T13:45:36.528Z] #66 0.823 + RM_GOPATH=1 [2020-02-14T13:45:36.528Z] #66 0.827 ++ dirname ./install.sh [2020-02-14T13:45:36.528Z] #66 0.858 + dir=. [2020-02-14T13:45:36.528Z] #66 0.862 + bin=rootlesskit [2020-02-14T13:45:36.528Z] #66 0.862 + shift [2020-02-14T13:45:36.528Z] #66 0.865 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-14T13:45:36.528Z] #66 0.865 + . ./rootlesskit.installer [2020-02-14T13:45:36.528Z] #66 0.866 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:45:36.528Z] #66 0.877 + install_rootlesskit [2020-02-14T13:45:36.529Z] #66 0.877 + case "$1" in [2020-02-14T13:45:36.529Z] #66 0.881 + export CGO_ENABLED=0 [2020-02-14T13:45:36.529Z] #66 0.889 + CGO_ENABLED=0 [2020-02-14T13:45:36.529Z] #66 0.890 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:45:36.529Z] #66 0.890 + _install_rootlesskit [2020-02-14T13:45:36.529Z] #66 0.890 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-14T13:45:36.529Z] #66 0.893 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LS4pAYA5nJ/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:45:36.529Z] #66 0.901 Cloning into '/tmp/tmp.LS4pAYA5nJ/src/github.com/rootless-containers/rootlesskit'... [2020-02-14T13:45:36.529Z] #66 7.425 + cd /tmp/tmp.LS4pAYA5nJ/src/github.com/rootless-containers/rootlesskit [2020-02-14T13:45:36.529Z] #66 7.426 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-14T13:45:36.529Z] #66 7.551 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:45:36.529Z] #66 7.560 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-14T13:45:40.061Z] #19 6.090 Collecting yamllint==1.16.0 [2020-02-14T13:45:40.627Z] #19 ... [2020-02-14T13:45:40.627Z] [2020-02-14T13:45:40.627Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:40.627Z] #44 130.2 CC criu/namespaces.o [2020-02-14T13:45:40.627Z] #44 132.4 CC criu/net.o [2020-02-14T13:45:40.627Z] #44 135.8 CC criu/netfilter.o [2020-02-14T13:45:40.627Z] #44 136.2 CC criu/page-pipe.o [2020-02-14T13:45:40.885Z] #44 136.8 CC criu/page-xfer.o [2020-02-14T13:45:40.969Z] #19 5.246 Collecting yamllint==1.16.0 [2020-02-14T13:45:41.912Z] #19 ... [2020-02-14T13:45:41.912Z] [2020-02-14T13:45:41.912Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:41.912Z] #44 136.2 CC criu/irmap.o [2020-02-14T13:45:41.912Z] #44 137.0 CC criu/kcmp-ids.o [2020-02-14T13:45:41.912Z] #44 137.3 CC criu/kerndat.o [2020-02-14T13:45:41.912Z] #44 138.3 CC criu/libnetlink.o [2020-02-14T13:45:41.912Z] #44 138.8 CC criu/log.o [2020-02-14T13:45:41.912Z] #44 139.4 CC criu/lsm.o [2020-02-14T13:45:41.912Z] #44 139.8 CC criu/mem.o [2020-02-14T13:45:41.912Z] #44 141.3 CC criu/mount.o [2020-02-14T13:45:42.259Z] #44 138.0 CC criu/pagemap-cache.o [2020-02-14T13:45:42.516Z] #44 138.4 CC criu/pagemap.o [2020-02-14T13:45:43.887Z] #44 139.4 CC criu/parasite-syscall.o [2020-02-14T13:45:44.820Z] #44 140.4 CC criu/path.o [2020-02-14T13:45:44.820Z] #44 140.8 CC criu/pie-util-vdso-elf32.o [2020-02-14T13:45:44.820Z] #44 ... [2020-02-14T13:45:44.820Z] [2020-02-14T13:45:44.820Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:45:44.820Z] #19 11.43 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-14T13:45:44.985Z] #66 ... [2020-02-14T13:45:44.986Z] [2020-02-14T13:45:44.986Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:45:44.986Z] #48 10.02 runtime [2020-02-14T13:45:44.986Z] #48 10.73 container/list [2020-02-14T13:45:44.986Z] #48 14.72 crypto/internal/subtle [2020-02-14T13:45:44.986Z] #48 15.40 crypto/subtle [2020-02-14T13:45:44.986Z] #48 15.92 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-14T13:45:44.986Z] #48 16.15 internal/nettrace [2020-02-14T13:45:44.986Z] #48 16.70 runtime/cgo [2020-02-14T13:45:45.078Z] #19 11.54 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-14T13:45:45.078Z] #19 11.61 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-14T13:45:45.213Z] #44 144.0 CC criu/namespaces.o [2020-02-14T13:45:45.335Z] #19 11.68 Collecting pyyaml (from yamllint==1.16.0) [2020-02-14T13:45:45.335Z] #19 11.85 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-14T13:45:46.606Z] #44 145.5 CC criu/net.o [2020-02-14T13:45:46.606Z] #44 ... [2020-02-14T13:45:46.606Z] [2020-02-14T13:45:46.606Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:45:46.606Z] #19 10.58 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-14T13:45:46.606Z] #19 10.69 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-14T13:45:46.606Z] #19 10.74 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-14T13:45:46.606Z] #19 10.82 Collecting pyyaml (from yamllint==1.16.0) [2020-02-14T13:45:46.706Z] #19 13.17 Building wheels for collected packages: pyyaml [2020-02-14T13:45:46.706Z] #19 13.17 Running setup.py bdist_wheel for pyyaml: started [2020-02-14T13:45:46.867Z] #19 11.01 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-14T13:45:47.056Z] #48 22.30 vendor/golang.org/x/crypto/internal/subtle [2020-02-14T13:45:47.638Z] #19 14.24 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-14T13:45:47.638Z] #19 14.24 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-14T13:45:47.638Z] #19 14.31 Successfully built pyyaml [2020-02-14T13:45:47.638Z] #19 14.33 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-14T13:45:48.202Z] #19 14.68 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-14T13:45:48.253Z] #19 12.29 Building wheels for collected packages: pyyaml [2020-02-14T13:45:48.253Z] #19 12.30 Running setup.py bdist_wheel for pyyaml: started [2020-02-14T13:45:48.768Z] #19 DONE 15.2s [2020-02-14T13:45:48.768Z] [2020-02-14T13:45:48.768Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-14T13:45:49.027Z] #24 DONE 0.2s [2020-02-14T13:45:49.027Z] [2020-02-14T13:45:49.027Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T13:45:49.117Z] #48 ... [2020-02-14T13:45:49.117Z] [2020-02-14T13:45:49.117Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:45:49.117Z] #26 24.14 Fetched 8107 kB in 23s (346 kB/s) [2020-02-14T13:45:49.591Z] #28 DONE 0.8s [2020-02-14T13:45:49.591Z] [2020-02-14T13:45:49.591Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:49.591Z] #44 141.3 CC criu/pie-util-vdso.o [2020-02-14T13:45:49.591Z] #44 141.9 CC criu/pie-util.o [2020-02-14T13:45:49.591Z] #44 142.1 CC criu/pipes.o [2020-02-14T13:45:49.591Z] #44 142.9 CC criu/plugin.o [2020-02-14T13:45:49.591Z] #44 143.4 CC criu/proc_parse.o [2020-02-14T13:45:49.637Z] #19 13.57 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-14T13:45:49.637Z] #19 13.57 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-14T13:45:49.637Z] #19 13.67 Successfully built pyyaml [2020-02-14T13:45:49.637Z] #19 13.71 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-14T13:45:49.848Z] #44 ... [2020-02-14T13:45:49.848Z] [2020-02-14T13:45:49.848Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-14T13:45:49.848Z] #31 DONE 0.1s [2020-02-14T13:45:49.848Z] [2020-02-14T13:45:49.848Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-14T13:45:49.848Z] #34 DONE 0.1s [2020-02-14T13:45:49.848Z] [2020-02-14T13:45:49.848Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-14T13:45:49.898Z] #19 14.11 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-14T13:45:50.105Z] #39 DONE 0.1s [2020-02-14T13:45:50.105Z] [2020-02-14T13:45:50.105Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:45:50.469Z] #19 DONE 14.8s [2020-02-14T13:45:50.469Z] [2020-02-14T13:45:50.469Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:50.469Z] #44 148.5 CC criu/netfilter.o [2020-02-14T13:45:50.469Z] #44 148.9 CC criu/page-pipe.o [2020-02-14T13:45:50.469Z] #44 149.7 CC criu/page-xfer.o [2020-02-14T13:45:50.670Z] #57 ... [2020-02-14T13:45:50.670Z] [2020-02-14T13:45:50.670Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:50.670Z] #44 146.4 CC criu/protobuf-desc.o [2020-02-14T13:45:50.927Z] #44 ... [2020-02-14T13:45:50.927Z] [2020-02-14T13:45:50.927Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:45:50.927Z] #41 DONE 214.0s [2020-02-14T13:45:50.927Z] [2020-02-14T13:45:50.927Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:51.491Z] #62 ... [2020-02-14T13:45:51.491Z] [2020-02-14T13:45:51.491Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:51.491Z] #44 147.2 CC criu/protobuf.o [2020-02-14T13:45:51.855Z] #44 151.0 CC criu/pagemap-cache.o [2020-02-14T13:45:52.056Z] #44 147.9 CC criu/pstree.o [2020-02-14T13:45:52.116Z] #44 151.4 CC criu/pagemap.o [2020-02-14T13:45:52.313Z] #44 ... [2020-02-14T13:45:52.313Z] [2020-02-14T13:45:52.313Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-14T13:45:52.313Z] #42 DONE 0.2s [2020-02-14T13:45:52.313Z] [2020-02-14T13:45:52.313Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:45:53.064Z] #44 152.1 CC criu/parasite-syscall.o [2020-02-14T13:45:53.245Z] #57 ... [2020-02-14T13:45:53.245Z] [2020-02-14T13:45:53.245Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:53.245Z] #44 149.0 CC criu/rbtree.o [2020-02-14T13:45:53.325Z] #44 152.7 CC criu/path.o [2020-02-14T13:45:53.503Z] #44 149.2 CC criu/rst-malloc.o [2020-02-14T13:45:53.777Z] #44 149.5 CC criu/seccomp.o [2020-02-14T13:45:53.897Z] #44 152.9 CC criu/pie-util-vdso-elf32.o [2020-02-14T13:45:54.159Z] #44 153.3 CC criu/pie-util-vdso.o [2020-02-14T13:45:54.343Z] #44 150.2 CC criu/seize.o [2020-02-14T13:45:54.420Z] #44 153.6 CC criu/pie-util.o [2020-02-14T13:45:54.420Z] #44 153.7 CC criu/pipes.o [2020-02-14T13:45:54.669Z] #26 24.14 Reading package lists... [2020-02-14T13:45:54.669Z] #26 ... [2020-02-14T13:45:54.669Z] [2020-02-14T13:45:54.669Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:45:54.669Z] #72 28.51 Checking out files: 53% (1061/1997) Checking out files: 54% (1079/1997) Checking out files: 55% (1099/1997) Checking out files: 56% (1119/1997) Checking out files: 57% (1139/1997) Checking out files: 58% (1159/1997) Checking out files: 59% (1179/1997) Checking out files: 60% (1199/1997) Checking out files: 61% (1219/1997) Checking out files: 62% (1239/1997) Checking out files: 63% (1259/1997) Checking out files: 64% (1279/1997) Checking out files: 65% (1299/1997) Checking out files: 66% (1319/1997) Checking out files: 67% (1338/1997) Checking out files: 68% (1358/1997) Checking out files: 69% (1378/1997) Checking out files: 70% (1398/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 96% (1923/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-02-14T13:45:54.669Z] #72 29.68 + cd /tmp/tmp.zm5BOgP4KD/src/github.com/docker/libnetwork [2020-02-14T13:45:54.669Z] #72 29.68 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-14T13:45:54.669Z] #72 29.91 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-14T13:45:54.991Z] #44 ... [2020-02-14T13:45:54.991Z] [2020-02-14T13:45:54.991Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:45:54.991Z] #57 102.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-14T13:45:54.991Z] #57 103.7 + mkdir -p /build [2020-02-14T13:45:54.991Z] #57 103.7 + cp runc /build/runc [2020-02-14T13:45:54.991Z] #57 DONE 104.1s [2020-02-14T13:45:54.991Z] [2020-02-14T13:45:54.991Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:55.252Z] #53 ... [2020-02-14T13:45:55.252Z] [2020-02-14T13:45:55.252Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:45:55.252Z] #44 154.4 CC criu/plugin.o [2020-02-14T13:45:55.276Z] #44 150.9 CC criu/servicefd.o [2020-02-14T13:45:55.534Z] #44 151.3 CC criu/shmem.o [2020-02-14T13:45:55.824Z] #44 154.9 CC criu/proc_parse.o [2020-02-14T13:45:56.467Z] #44 152.1 CC criu/sigframe.o [2020-02-14T13:45:56.467Z] #44 152.2 CC criu/signalfd.o [2020-02-14T13:45:56.725Z] #44 152.5 CC criu/sk-inet.o [2020-02-14T13:45:57.659Z] #44 153.3 CC criu/sk-netlink.o [2020-02-14T13:45:57.736Z] #44 156.9 CC criu/protobuf-desc.o [2020-02-14T13:45:57.917Z] #44 153.7 CC criu/sk-packet.o [2020-02-14T13:45:58.104Z] Client: [2020-02-14T13:45:58.104Z] Debug Mode: false [2020-02-14T13:45:58.104Z] Plugins: [2020-02-14T13:45:58.104Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-14T13:45:58.104Z] [2020-02-14T13:45:58.104Z] Server: [2020-02-14T13:45:58.104Z] Containers: 0 [2020-02-14T13:45:58.104Z] Running: 0 [2020-02-14T13:45:58.104Z] Paused: 0 [2020-02-14T13:45:58.104Z] Stopped: 0 [2020-02-14T13:45:58.104Z] Images: 0 [2020-02-14T13:45:58.104Z] Server Version: 19.03.5 [2020-02-14T13:45:58.104Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-14T13:45:58.104Z] Windows: [2020-02-14T13:45:58.104Z] LCOW: [2020-02-14T13:45:58.104Z] Logging Driver: json-file [2020-02-14T13:45:58.104Z] Plugins: [2020-02-14T13:45:58.104Z] Volume: local [2020-02-14T13:45:58.104Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-14T13:45:58.104Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-14T13:45:58.104Z] Swarm: inactive [2020-02-14T13:45:58.104Z] Default Isolation: process [2020-02-14T13:45:58.104Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-14T13:45:58.104Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-14T13:45:58.104Z] OSType: windows [2020-02-14T13:45:58.104Z] Architecture: x86_64 [2020-02-14T13:45:58.104Z] CPUs: 4 [2020-02-14T13:45:58.104Z] Total Memory: 32GiB [2020-02-14T13:45:58.104Z] Name: azwin-2-9e4170 [2020-02-14T13:45:58.104Z] ID: SJWS:LFOI:XJXC:CI7J:AAHN:OJXQ:CQVN:VWVD:PQVT:FXW3:C7RB:NUBY [2020-02-14T13:45:58.104Z] Docker Root Dir: D:\docker [2020-02-14T13:45:58.104Z] Debug Mode: false [2020-02-14T13:45:58.104Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:45:58.104Z] Labels: [2020-02-14T13:45:58.104Z] Experimental: true [2020-02-14T13:45:58.104Z] Insecure Registries: [2020-02-14T13:45:58.104Z] 10.0.0.4:5000 [2020-02-14T13:45:58.104Z] 127.0.0.0/8 [2020-02-14T13:45:58.104Z] Registry Mirrors: [2020-02-14T13:45:58.104Z] http://10.0.0.4:5000/ [2020-02-14T13:45:58.104Z] Live Restore Enabled: false [2020-02-14T13:45:58.104Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-02-14T13:45:58.308Z] #44 157.6 CC criu/protobuf.o [2020-02-14T13:45:58.482Z] #44 154.3 CC criu/sk-queue.o [2020-02-14T13:45:58.569Z] #44 157.8 CC criu/pstree.o [2020-02-14T13:45:58.740Z] #44 154.7 CC criu/sk-tcp.o [2020-02-14T13:45:59.124Z] #72 ... [2020-02-14T13:45:59.124Z] [2020-02-14T13:45:59.124Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:45:59.124Z] #11 24.31 Fetched 8107 kB in 24s (344 kB/s) [2020-02-14T13:45:59.124Z] #11 24.31 Reading package lists... [2020-02-14T13:45:59.124Z] #11 33.82 Reading package lists... [2020-02-14T13:45:59.124Z] #11 ... [2020-02-14T13:45:59.124Z] [2020-02-14T13:45:59.124Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:45:59.124Z] #60 24.37 Fetched 8107 kB in 24s (340 kB/s) [2020-02-14T13:45:59.124Z] #60 24.37 Reading package lists... [2020-02-14T13:45:59.124Z] #60 34.05 Reading package lists... [2020-02-14T13:45:59.124Z] #60 ... [2020-02-14T13:45:59.124Z] [2020-02-14T13:45:59.124Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:45:59.124Z] #42 25.44 Checking out files: 85% (1332/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-02-14T13:45:59.124Z] #42 25.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-14T13:45:59.124Z] #42 28.00 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-14T13:45:59.413Z] #42 ... [2020-02-14T13:45:59.413Z] [2020-02-14T13:45:59.413Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:45:59.413Z] #44 24.89 Fetched 8107 kB in 24s (336 kB/s) [2020-02-14T13:45:59.413Z] #44 24.89 Reading package lists... [2020-02-14T13:45:59.512Z] #44 158.7 CC criu/rbtree.o [2020-02-14T13:45:59.675Z] #44 155.2 CC criu/sk-unix.o [2020-02-14T13:45:59.703Z] #44 ... [2020-02-14T13:45:59.703Z] [2020-02-14T13:45:59.703Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:45:59.703Z] #54 31.37 + cd /tmp/tmp.vPcXEaBGC5/src/github.com/golangci/golangci-lint/ [2020-02-14T13:45:59.703Z] #54 31.37 + git checkout -q v1.20.0 [2020-02-14T13:45:59.703Z] #54 32.41 ++ git describe --tags [2020-02-14T13:45:59.703Z] #54 32.42 + version=v1.20.0 [2020-02-14T13:45:59.703Z] #54 32.42 ++ git rev-parse --short HEAD [2020-02-14T13:45:59.703Z] #54 32.42 + commit=cc98739 [2020-02-14T13:45:59.703Z] #54 32.43 ++ git show -s --format=%cd [2020-02-14T13:45:59.703Z] #54 32.43 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-14T13:45:59.703Z] #54 32.44 + 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 [2020-02-14T13:45:59.703Z] #54 ... [2020-02-14T13:45:59.703Z] [2020-02-14T13:45:59.703Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:45:59.703Z] #36 25.15 Fetched 8107 kB in 24s (333 kB/s) [2020-02-14T13:45:59.703Z] #36 25.15 Reading package lists... [2020-02-14T13:45:59.775Z] #44 159.0 CC criu/rst-malloc.o [2020-02-14T13:45:59.992Z] #36 34.80 Reading package lists... [2020-02-14T13:45:59.992Z] #36 ... [2020-02-14T13:45:59.992Z] [2020-02-14T13:45:59.992Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:45:59.992Z] #26 24.14 Reading package lists... [2020-02-14T13:46:00.035Z] #44 159.2 CC criu/seccomp.o [2020-02-14T13:46:00.296Z] #44 159.7 CC criu/seize.o [2020-02-14T13:46:01.048Z] #44 156.7 CC criu/sockets.o [2020-02-14T13:46:01.240Z] #44 160.3 CC criu/servicefd.o [2020-02-14T13:46:01.240Z] #44 ... [2020-02-14T13:46:01.240Z] [2020-02-14T13:46:01.240Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:01.240Z] #53 DONE 213.1s [2020-02-14T13:46:01.240Z] [2020-02-14T13:46:01.240Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:01.240Z] #62 179.9 + bin/containerd [2020-02-14T13:46:01.615Z] #44 157.5 CC criu/stats.o [2020-02-14T13:46:01.873Z] #44 157.8 CC criu/string.o [2020-02-14T13:46:02.134Z] #44 157.9 CC criu/sysctl.o [2020-02-14T13:46:02.700Z] #44 158.4 CC criu/sysfs_parse.o [2020-02-14T13:46:02.958Z] #44 158.8 CC criu/timerfd.o [2020-02-14T13:46:03.217Z] #44 159.1 CC criu/tty.o [2020-02-14T13:46:04.592Z] #44 ... [2020-02-14T13:46:04.592Z] [2020-02-14T13:46:04.592Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:04.592Z] #57 111.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-14T13:46:06.493Z] #57 113.0 + mkdir -p /build [2020-02-14T13:46:06.493Z] #57 113.0 + cp runc /build/runc [2020-02-14T13:46:06.493Z] #57 DONE 113.3s [2020-02-14T13:46:06.493Z] [2020-02-14T13:46:06.493Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:06.493Z] #44 160.7 CC criu/tun.o [2020-02-14T13:46:06.493Z] #44 161.0 CC criu/uffd.o [2020-02-14T13:46:06.493Z] #44 161.9 CC criu/util.o [2020-02-14T13:46:06.528Z] #62 ... [2020-02-14T13:46:06.528Z] [2020-02-14T13:46:06.528Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:06.528Z] #44 160.8 CC criu/shmem.o [2020-02-14T13:46:06.528Z] #44 161.5 CC criu/sigframe.o [2020-02-14T13:46:06.528Z] #44 161.6 CC criu/signalfd.o [2020-02-14T13:46:06.528Z] #44 161.8 CC criu/sk-inet.o [2020-02-14T13:46:06.528Z] #44 162.6 CC criu/sk-netlink.o [2020-02-14T13:46:06.528Z] #44 162.9 CC criu/sk-packet.o [2020-02-14T13:46:06.528Z] #44 163.4 CC criu/sk-queue.o [2020-02-14T13:46:06.528Z] #44 163.7 CC criu/sk-tcp.o [2020-02-14T13:46:06.528Z] #44 164.2 CC criu/sk-unix.o [2020-02-14T13:46:06.528Z] #44 165.7 CC criu/sockets.o [2020-02-14T13:46:07.100Z] #44 166.4 CC criu/stats.o [2020-02-14T13:46:07.360Z] #44 166.6 CC criu/string.o [2020-02-14T13:46:07.360Z] #44 166.7 CC criu/sysctl.o [2020-02-14T13:46:07.427Z] #44 163.3 CC criu/uts_ns.o [2020-02-14T13:46:07.684Z] #44 163.5 CC criu/vdso-compat.o [2020-02-14T13:46:07.932Z] #44 167.2 CC criu/sysfs_parse.o [2020-02-14T13:46:07.941Z] #44 163.8 CC criu/vdso.o [2020-02-14T13:46:08.194Z] #44 167.5 CC criu/timerfd.o [2020-02-14T13:46:08.454Z] #44 167.7 CC criu/tty.o [2020-02-14T13:46:08.462Z] #26 33.56 Reading package lists... [2020-02-14T13:46:08.462Z] #26 43.15 Building dependency tree... [2020-02-14T13:46:08.462Z] #26 ... [2020-02-14T13:46:08.462Z] [2020-02-14T13:46:08.462Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:46:08.462Z] #11 33.82 Reading package lists... [2020-02-14T13:46:08.505Z] #44 164.3 LINK criu/built-in.o [2020-02-14T13:46:08.505Z] #44 164.4 LINK criu/criu [2020-02-14T13:46:08.762Z] #44 164.6 DEP lib/c/criu.d [2020-02-14T13:46:08.762Z] #44 164.7 CC images/rpc.pb-c.o [2020-02-14T13:46:09.327Z] #44 165.1 CC lib/c/criu.o [2020-02-14T13:46:09.891Z] #44 165.8 LINK lib/c/built-in.o [2020-02-14T13:46:09.963Z] #11 43.40 Building dependency tree... [2020-02-14T13:46:10.149Z] #44 165.8 LINK lib/c/libcriu.so [2020-02-14T13:46:10.149Z] #44 165.9 GEN magic.py [2020-02-14T13:46:10.149Z] #44 166.0 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:46:10.149Z] #44 166.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:46:10.259Z] #11 ... [2020-02-14T13:46:10.259Z] [2020-02-14T13:46:10.259Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:10.259Z] #44 35.52 Reading package lists... [2020-02-14T13:46:10.259Z] #44 44.08 Building dependency tree... [2020-02-14T13:46:10.259Z] #44 ... [2020-02-14T13:46:10.259Z] [2020-02-14T13:46:10.259Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-14T13:46:10.259Z] #26 43.15 Building dependency tree... [2020-02-14T13:46:10.375Z] #44 169.4 CC criu/tun.o [2020-02-14T13:46:10.376Z] #44 169.8 CC criu/uffd.o [2020-02-14T13:46:10.714Z] #44 166.4 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:46:10.972Z] #44 167.0 make[1]: Nothing to be done for 'all'. [2020-02-14T13:46:11.292Z] #26 46.65 ca-certificates is already the newest version (20190110). [2020-02-14T13:46:11.292Z] #26 46.65 The following additional packages will be installed: [2020-02-14T13:46:11.292Z] #26 46.67 libjq1 libonig5 [2020-02-14T13:46:11.536Z] #44 ... [2020-02-14T13:46:11.536Z] [2020-02-14T13:46:11.536Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:11.536Z] #62 192.3 + bin/containerd [2020-02-14T13:46:11.758Z] #44 170.8 CC criu/util.o [2020-02-14T13:46:11.921Z] #26 47.42 The following NEW packages will be installed: [2020-02-14T13:46:12.211Z] #26 47.43 jq libjq1 libonig5 [2020-02-14T13:46:12.211Z] #26 47.64 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:46:12.211Z] #26 47.64 Need to get 358 kB of archives. [2020-02-14T13:46:12.211Z] #26 47.64 After this operation, 1277 kB of additional disk space will be used. [2020-02-14T13:46:12.211Z] #26 47.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-14T13:46:12.211Z] #26 47.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-14T13:46:12.502Z] #26 47.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-14T13:46:12.709Z] #44 171.8 CC criu/uts_ns.o [2020-02-14T13:46:12.709Z] #44 172.0 CC criu/vdso.o [2020-02-14T13:46:12.709Z] #44 ... [2020-02-14T13:46:12.709Z] [2020-02-14T13:46:12.709Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:12.709Z] #23 224.5 + return [2020-02-14T13:46:12.907Z] #62 ... [2020-02-14T13:46:12.907Z] [2020-02-14T13:46:12.907Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:12.907Z] #44 167.5 make[1]: 'images/built-in.o' is up to date. [2020-02-14T13:46:12.907Z] #44 167.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-14T13:46:12.907Z] #44 167.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-14T13:46:12.907Z] #44 167.6 make[1]: 'compel/libcompel.a' is up to date. [2020-02-14T13:46:12.907Z] #44 167.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-14T13:46:12.907Z] #44 167.6 make[1]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:46:12.907Z] #44 167.7 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 167.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 168.0 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 168.0 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:12.907Z] #44 168.1 INSTALL criu/criu [2020-02-14T13:46:12.907Z] #44 DONE 168.4s [2020-02-14T13:46:12.907Z] [2020-02-14T13:46:12.907Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:13.282Z] #23 DONE 225.0s [2020-02-14T13:46:13.282Z] [2020-02-14T13:46:13.282Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:13.282Z] #44 172.4 LINK criu/built-in.o [2020-02-14T13:46:13.282Z] #44 172.5 LINK criu/criu [2020-02-14T13:46:13.471Z] #62 ... [2020-02-14T13:46:13.471Z] [2020-02-14T13:46:13.471Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-14T13:46:13.471Z] #45 DONE 0.1s [2020-02-14T13:46:13.542Z] #44 172.8 DEP lib/c/criu.d [2020-02-14T13:46:13.543Z] #44 172.9 CC images/rpc.pb-c.o [2020-02-14T13:46:13.732Z] [2020-02-14T13:46:13.732Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-14T13:46:13.732Z] #48 DONE 0.1s [2020-02-14T13:46:13.732Z] [2020-02-14T13:46:13.732Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:13.732Z] #62 ... [2020-02-14T13:46:13.732Z] [2020-02-14T13:46:13.732Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-14T13:46:13.732Z] #51 DONE 0.1s [2020-02-14T13:46:13.990Z] [2020-02-14T13:46:13.990Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:14.114Z] #44 173.4 CC lib/c/criu.o [2020-02-14T13:46:14.560Z] #26 49.72 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:46:14.857Z] #26 50.15 Fetched 358 kB in 0s (2590 kB/s) [2020-02-14T13:46:15.059Z] #44 174.3 LINK lib/c/built-in.o [2020-02-14T13:46:15.059Z] #44 174.3 LINK lib/c/libcriu.so [2020-02-14T13:46:15.150Z] #26 50.35 Selecting previously unselected package libonig5:ppc64el. [2020-02-14T13:46:15.150Z] #26 50.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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:15.150Z] #26 50.57 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-02-14T13:46:15.150Z] #26 50.59 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-14T13:46:15.320Z] #44 ... [2020-02-14T13:46:15.320Z] [2020-02-14T13:46:15.320Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-14T13:46:15.320Z] #24 DONE 0.3s [2020-02-14T13:46:15.320Z] [2020-02-14T13:46:15.320Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:15.320Z] #44 174.5 GEN magic.py [2020-02-14T13:46:15.631Z] #44 174.7 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:46:15.631Z] #44 174.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:46:15.783Z] #26 50.97 Selecting previously unselected package libjq1:ppc64el. [2020-02-14T13:46:15.783Z] #26 50.98 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-14T13:46:15.783Z] #26 50.99 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-14T13:46:16.074Z] #26 51.28 Selecting previously unselected package jq. [2020-02-14T13:46:16.074Z] #26 51.31 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-14T13:46:16.074Z] #26 51.33 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:46:16.208Z] #44 175.4 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:46:16.368Z] #26 51.69 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-14T13:46:16.368Z] #26 51.70 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-14T13:46:16.368Z] #26 51.70 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:46:16.368Z] #26 51.72 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:46:16.473Z] #44 ... [2020-02-14T13:46:16.473Z] [2020-02-14T13:46:16.473Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T13:46:16.473Z] #28 DONE 1.1s [2020-02-14T13:46:16.473Z] [2020-02-14T13:46:16.473Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-14T13:46:16.473Z] #31 DONE 0.2s [2020-02-14T13:46:16.473Z] [2020-02-14T13:46:16.473Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:16.736Z] #62 ... [2020-02-14T13:46:16.736Z] [2020-02-14T13:46:16.736Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-14T13:46:16.736Z] #34 DONE 0.1s [2020-02-14T13:46:16.736Z] [2020-02-14T13:46:16.736Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-14T13:46:16.736Z] #39 DONE 0.1s [2020-02-14T13:46:16.736Z] [2020-02-14T13:46:16.736Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:17.001Z] #62 ... [2020-02-14T13:46:17.001Z] [2020-02-14T13:46:17.001Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:17.001Z] #44 176.2 make[1]: Nothing to be done for 'all'. [2020-02-14T13:46:17.019Z] #26 DONE 52.2s [2020-02-14T13:46:17.019Z] [2020-02-14T13:46:17.019Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T13:46:17.019Z] #27 DONE 0.1s [2020-02-14T13:46:17.019Z] [2020-02-14T13:46:17.019Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:17.019Z] #44 47.28 The following additional packages will be installed: [2020-02-14T13:46:17.019Z] #44 47.28 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-14T13:46:17.019Z] #44 47.29 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-14T13:46:17.019Z] #44 47.31 Suggested packages: [2020-02-14T13:46:17.019Z] #44 47.31 manpages-dev python-setuptools [2020-02-14T13:46:17.019Z] #44 49.22 The following NEW packages will be installed: [2020-02-14T13:46:17.019Z] #44 49.23 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-14T13:46:17.019Z] #44 49.24 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-14T13:46:17.019Z] #44 49.24 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-14T13:46:17.019Z] #44 49.25 python-six zlib1g-dev [2020-02-14T13:46:17.019Z] #44 49.41 0 upgraded, 17 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:46:17.019Z] #44 49.41 Need to get 4075 kB of archives. [2020-02-14T13:46:17.019Z] #44 49.41 After this operation, 24.5 MB of additional disk space will be used. [2020-02-14T13:46:17.019Z] #44 49.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-02-14T13:46:17.019Z] #44 49.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-14T13:46:17.019Z] #44 49.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-02-14T13:46:17.019Z] #44 49.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-14T13:46:17.019Z] #44 49.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-02-14T13:46:17.019Z] #44 49.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-14T13:46:17.019Z] #44 49.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-02-14T13:46:17.019Z] #44 49.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-02-14T13:46:17.019Z] #44 49.65 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-02-14T13:46:17.019Z] #44 49.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-02-14T13:46:17.019Z] #44 49.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-02-14T13:46:17.019Z] #44 50.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-02-14T13:46:17.019Z] #44 50.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-02-14T13:46:17.019Z] #44 50.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-02-14T13:46:17.019Z] #44 50.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-14T13:46:17.019Z] #44 50.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-02-14T13:46:17.019Z] #44 50.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-02-14T13:46:17.263Z] #44 ... [2020-02-14T13:46:17.263Z] [2020-02-14T13:46:17.263Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-14T13:46:17.263Z] #42 DONE 0.3s [2020-02-14T13:46:17.266Z] #62 ... [2020-02-14T13:46:17.266Z] [2020-02-14T13:46:17.266Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:17.266Z] #53 DONE 240.1s [2020-02-14T13:46:17.308Z] #44 ... [2020-02-14T13:46:17.308Z] [2020-02-14T13:46:17.308Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-14T13:46:17.308Z] #60 34.05 Reading package lists... [2020-02-14T13:46:17.308Z] #60 44.72 Building dependency tree... [2020-02-14T13:46:17.308Z] #60 48.63 The following additional packages will be installed: [2020-02-14T13:46:17.308Z] #60 48.63 libbtrfs0 [2020-02-14T13:46:17.309Z] #60 48.79 The following NEW packages will be installed: [2020-02-14T13:46:17.309Z] #60 48.80 libbtrfs-dev libbtrfs0 [2020-02-14T13:46:17.309Z] #60 48.97 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:46:17.309Z] #60 48.97 Need to get 120 kB of archives. [2020-02-14T13:46:17.309Z] #60 48.97 After this operation, 423 kB of additional disk space will be used. [2020-02-14T13:46:17.309Z] #60 48.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-14T13:46:17.309Z] #60 49.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-14T13:46:17.309Z] #60 51.08 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:46:17.309Z] #60 51.39 Fetched 120 kB in 0s (1314 kB/s) [2020-02-14T13:46:17.309Z] #60 51.56 Selecting previously unselected package libbtrfs0. [2020-02-14T13:46:17.309Z] #60 51.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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:17.309Z] #60 51.72 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-14T13:46:17.309Z] #60 51.74 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:46:17.309Z] #60 51.89 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:46:17.309Z] #60 51.92 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-14T13:46:17.309Z] #60 51.93 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:46:17.309Z] #60 52.25 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:46:17.309Z] #60 52.27 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:46:17.309Z] #60 52.31 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:46:17.309Z] #60 DONE 52.7s [2020-02-14T13:46:17.309Z] [2020-02-14T13:46:17.309Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:46:17.309Z] #11 46.89 The following additional packages will be installed: [2020-02-14T13:46:17.309Z] #11 46.90 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-14T13:46:17.309Z] #11 46.90 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-14T13:46:17.309Z] #11 46.91 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-14T13:46:17.309Z] #11 46.91 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-14T13:46:17.309Z] #11 46.92 mingw-w64-x86-64-dev [2020-02-14T13:46:17.309Z] #11 46.93 Suggested packages: [2020-02-14T13:46:17.309Z] #11 46.94 gcc-8-locales seccomp wine64 [2020-02-14T13:46:17.309Z] #11 49.57 The following NEW packages will be installed: [2020-02-14T13:46:17.309Z] #11 49.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-14T13:46:17.309Z] #11 49.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-14T13:46:17.309Z] #11 49.58 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-14T13:46:17.309Z] #11 49.58 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-14T13:46:17.309Z] #11 49.58 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-14T13:46:17.309Z] #11 49.58 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-14T13:46:17.309Z] #11 49.59 The following packages will be upgraded: [2020-02-14T13:46:17.309Z] #11 49.61 libsystemd0 libudev1 [2020-02-14T13:46:17.309Z] #11 49.97 2 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:46:17.309Z] #11 49.97 Need to get 79.4 MB of archives. [2020-02-14T13:46:17.309Z] #11 49.97 After this operation, 532 MB of additional disk space will be used. [2020-02-14T13:46:17.309Z] #11 49.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u3 [357 kB] [2020-02-14T13:46:17.309Z] #11 50.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u3 [158 kB] [2020-02-14T13:46:17.309Z] #11 50.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-02-14T13:46:17.309Z] #11 50.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-02-14T13:46:17.309Z] #11 51.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-14T13:46:17.309Z] #11 51.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-02-14T13:46:17.309Z] #11 51.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-02-14T13:46:17.309Z] #11 51.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-14T13:46:17.309Z] #11 52.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-14T13:46:17.309Z] #11 ... [2020-02-14T13:46:17.309Z] [2020-02-14T13:46:17.309Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:46:17.309Z] #61 DONE 0.1s [2020-02-14T13:46:17.309Z] [2020-02-14T13:46:17.309Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-14T13:46:17.309Z] #62 DONE 0.1s [2020-02-14T13:46:17.309Z] [2020-02-14T13:46:17.309Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:46:17.309Z] #36 34.80 Reading package lists... [2020-02-14T13:46:17.309Z] #36 44.12 Building dependency tree... [2020-02-14T13:46:17.309Z] #36 48.32 The following additional packages will be installed: [2020-02-14T13:46:17.309Z] #36 48.33 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-14T13:46:17.309Z] #36 48.33 Suggested packages: [2020-02-14T13:46:17.309Z] #36 48.34 cmake-doc ninja-build lrzip [2020-02-14T13:46:17.309Z] #36 48.34 Recommended packages: [2020-02-14T13:46:17.309Z] #36 48.34 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-14T13:46:17.309Z] #36 49.99 The following NEW packages will be installed: [2020-02-14T13:46:17.309Z] #36 50.00 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-14T13:46:17.309Z] #36 50.00 vim-common xxd [2020-02-14T13:46:17.309Z] #36 50.17 0 upgraded, 10 newly installed, 0 to remove and 11 not upgraded. [2020-02-14T13:46:17.309Z] #36 50.17 Need to get 14.9 MB of archives. [2020-02-14T13:46:17.309Z] #36 50.17 After this operation, 67.2 MB of additional disk space will be used. [2020-02-14T13:46:17.309Z] #36 50.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-14T13:46:17.309Z] #36 50.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:46:17.309Z] #36 50.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-02-14T13:46:17.309Z] #36 50.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-14T13:46:17.309Z] #36 51.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-02-14T13:46:17.309Z] #36 52.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-02-14T13:46:17.309Z] #36 52.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-02-14T13:46:17.309Z] #36 52.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-02-14T13:46:17.309Z] #36 52.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-02-14T13:46:17.309Z] #36 52.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-02-14T13:46:17.523Z] [2020-02-14T13:46:17.523Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:17.531Z] [2020-02-14T13:46:17.531Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:17.598Z] #36 ... [2020-02-14T13:46:17.598Z] [2020-02-14T13:46:17.598Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:17.598Z] #44 52.94 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:46:17.790Z] #62 ... [2020-02-14T13:46:17.790Z] [2020-02-14T13:46:17.790Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:46:17.790Z] #44 177.1 make[1]: 'images/built-in.o' is up to date. [2020-02-14T13:46:17.790Z] #44 177.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-14T13:46:17.790Z] #44 177.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-14T13:46:17.790Z] #44 177.1 make[1]: 'compel/libcompel.a' is up to date. [2020-02-14T13:46:17.887Z] #44 53.28 Fetched 4075 kB in 1s (3344 kB/s) [2020-02-14T13:46:18.054Z] #44 177.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-14T13:46:18.054Z] #44 177.2 make[1]: Nothing to be done for 'all'. [2020-02-14T13:46:18.054Z] #44 177.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:46:18.054Z] #44 177.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.175Z] #44 53.50 Selecting previously unselected package libcap-dev:ppc64el. [2020-02-14T13:46:18.314Z] #44 177.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.314Z] #44 177.5 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.314Z] #44 177.6 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.314Z] #44 177.6 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.314Z] #44 177.7 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.465Z] #44 53.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-14T13:46:18.465Z] #44 53.63 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-02-14T13:46:18.465Z] #44 53.63 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-02-14T13:46:18.465Z] #44 53.86 Selecting previously unselected package libnet1:ppc64el. [2020-02-14T13:46:18.465Z] #44 53.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-14T13:46:18.465Z] #44 53.91 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-14T13:46:18.575Z] #44 177.7 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.575Z] #44 177.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:46:18.575Z] #44 177.8 INSTALL criu/criu [2020-02-14T13:46:18.756Z] #44 54.10 Selecting previously unselected package libnet1-dev. [2020-02-14T13:46:18.756Z] #44 54.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-14T13:46:18.756Z] #44 54.15 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:46:18.844Z] #44 DONE 178.1s [2020-02-14T13:46:18.844Z] [2020-02-14T13:46:18.844Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:18.892Z] #62 ... [2020-02-14T13:46:18.892Z] [2020-02-14T13:46:18.892Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-14T13:46:19.046Z] #44 54.52 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-14T13:46:19.046Z] #44 54.52 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-14T13:46:19.046Z] #44 54.53 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-14T13:46:19.149Z] #54 DONE 0.2s [2020-02-14T13:46:19.149Z] [2020-02-14T13:46:19.149Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-14T13:46:19.149Z] #58 DONE 0.1s [2020-02-14T13:46:19.149Z] [2020-02-14T13:46:19.149Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:19.340Z] #44 54.71 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-02-14T13:46:19.340Z] #44 54.72 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-02-14T13:46:19.340Z] #44 54.72 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-14T13:46:19.888Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-02-14T13:46:19.888Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f629a9df\powershellScript.ps1'; exit $LASTEXITCODE; [2020-02-14T13:46:19.888Z] ---------------------------------------------------------------------------- [2020-02-14T13:46:19.888Z] [2020-02-14T13:46:19.888Z] INFO: executeCI.ps1 starting at Fri Feb 14 13:46:18 CUT 2020 [2020-02-14T13:46:19.888Z] [2020-02-14T13:46:19.888Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-02-14T13:46:19.888Z] INFO: Running git version 2.24.1.windows.2 [2020-02-14T13:46:19.888Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-02-14T13:46:19.888Z] INFO: Environment variables: [2020-02-14T13:46:19.888Z] [2020-02-14T13:46:19.888Z] Name Value [2020-02-14T13:46:19.888Z] ---- ----- [2020-02-14T13:46:19.888Z] ALLUSERSPROFILE C:\ProgramData [2020-02-14T13:46:19.888Z] amd64 true [2020-02-14T13:46:19.888Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-02-14T13:46:19.888Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-02-14T13:46:19.888Z] arm64 true [2020-02-14T13:46:19.888Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-02-14T13:46:19.888Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-02-14T13:46:19.888Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-02-14T13:46:19.888Z] BRANCH_NAME PR-40489 [2020-02-14T13:46:19.888Z] BUILD_DISPLAY_NAME #5 [2020-02-14T13:46:19.888Z] BUILD_ID 5 [2020-02-14T13:46:19.888Z] BUILD_NUMBER 5 [2020-02-14T13:46:19.888Z] BUILD_TAG jenkins-moby-PR-40489-5 [2020-02-14T13:46:19.888Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40489/5/ [2020-02-14T13:46:19.888Z] CHANGE_AUTHOR pricec [2020-02-14T13:46:19.888Z] CHANGE_AUTHOR_DISPLAY_NAME Chris Price [2020-02-14T13:46:19.889Z] CHANGE_BRANCH fix-license-check [2020-02-14T13:46:19.889Z] CHANGE_FORK pricec/docker [2020-02-14T13:46:19.889Z] CHANGE_ID 40489 [2020-02-14T13:46:19.889Z] CHANGE_TARGET master [2020-02-14T13:46:19.889Z] CHANGE_TITLE Vendor check to succeed even if copyright information is not found [2020-02-14T13:46:19.889Z] CHANGE_URL https://github.com/moby/moby/pull/40489 [2020-02-14T13:46:19.889Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-14T13:46:19.889Z] CommonProgramFiles C:\Program Files\Common Files [2020-02-14T13:46:19.889Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-02-14T13:46:19.889Z] CommonProgramW6432 C:\Program Files\Common Files [2020-02-14T13:46:19.889Z] COMPUTERNAME azwin-2-9e4170 [2020-02-14T13:46:19.889Z] ComSpec C:\windows\system32\cmd.exe [2020-02-14T13:46:19.889Z] ConfigSequenceNumber 0 [2020-02-14T13:46:19.889Z] dco true [2020-02-14T13:46:19.889Z] DOCKER_BUILDKIT 0 [2020-02-14T13:46:19.889Z] DOCKER_DUT_DEBUG 1 [2020-02-14T13:46:19.889Z] DOCKER_EXPERIMENTAL 1 [2020-02-14T13:46:19.889Z] DOCKER_GRAPHDRIVER overlay2 [2020-02-14T13:46:19.889Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-02-14T13:46:19.889Z] EXECUTOR_NUMBER 0 [2020-02-14T13:46:19.889Z] FQDN azwin-2-9e4170.westus.cloudapp.azure.com [2020-02-14T13:46:19.889Z] GIT_BRANCH PR-40489 [2020-02-14T13:46:19.889Z] GIT_COMMIT 341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:46:19.889Z] GIT_PREVIOUS_COMMIT b139acb1dd90c8d80b3c728784942efc8f30fb9a [2020-02-14T13:46:19.889Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 9602e1a1dc7af0165e4f19088cdcb14112d7853e [2020-02-14T13:46:19.889Z] GIT_URL https://github.com/moby/moby.git [2020-02-14T13:46:19.889Z] HUDSON_COOKIE d3cd229e-a940-4c9a-ae73-6d75e85335b3 [2020-02-14T13:46:19.889Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-02-14T13:46:19.889Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-02-14T13:46:19.889Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-02-14T13:46:19.889Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-02-14T13:46:19.889Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-02-14T13:46:19.889Z] JENKINS_NODE_COOKIE 4f5343a7-2067-4a28-aba5-029d5d6ccd9c [2020-02-14T13:46:19.889Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-02-14T13:46:19.889Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-02-14T13:46:19.889Z] JOB_BASE_NAME PR-40489 [2020-02-14T13:46:19.889Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40489/display/redirect [2020-02-14T13:46:19.889Z] JOB_NAME moby/PR-40489 [2020-02-14T13:46:19.889Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40489/ [2020-02-14T13:46:19.889Z] library.jps.version master [2020-02-14T13:46:19.889Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-02-14T13:46:19.889Z] NODE_LABELS amd64 azure azwin-2-9e4170 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-02-14T13:46:19.889Z] NODE_NAME azwin-2-9e4170 [2020-02-14T13:46:19.889Z] NUMBER_OF_PROCESSORS 4 [2020-02-14T13:46:19.889Z] OS Windows_NT [2020-02-14T13:46:19.889Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-02-14T13:46:19.889Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-02-14T13:46:19.889Z] ppc64le true [2020-02-14T13:46:19.889Z] PROCESSOR_ARCHITECTURE AMD64 [2020-02-14T13:46:19.889Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-02-14T13:46:19.889Z] PROCESSOR_LEVEL 6 [2020-02-14T13:46:19.889Z] PROCESSOR_REVISION 4f01 [2020-02-14T13:46:19.889Z] ProgramData C:\ProgramData [2020-02-14T13:46:19.889Z] ProgramFiles C:\Program Files [2020-02-14T13:46:19.889Z] ProgramFiles(x86) C:\Program Files (x86) [2020-02-14T13:46:19.889Z] ProgramW6432 C:\Program Files [2020-02-14T13:46:19.889Z] PROMPT $P$G [2020-02-14T13:46:19.889Z] PSExecutionPolicyPreference Bypass [2020-02-14T13:46:19.889Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-02-14T13:46:19.889Z] PUBLIC C:\Users\Public [2020-02-14T13:46:19.889Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40489/5/display/redirect?page=changes [2020-02-14T13:46:19.889Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40489/5/display/redirect [2020-02-14T13:46:19.889Z] s390x true [2020-02-14T13:46:19.889Z] SKIP_VALIDATION_TESTS 1 [2020-02-14T13:46:19.889Z] SOURCES_DRIVE d [2020-02-14T13:46:19.889Z] SOURCES_SUBDIR gopath [2020-02-14T13:46:19.889Z] STAGE_NAME Run tests [2020-02-14T13:46:19.889Z] SystemDrive C: [2020-02-14T13:46:19.889Z] SystemRoot C:\windows [2020-02-14T13:46:19.889Z] TEMP C:\windows\TEMP [2020-02-14T13:46:19.889Z] TESTDEBUG 0 [2020-02-14T13:46:19.889Z] TESTRUN_DRIVE d [2020-02-14T13:46:19.889Z] TESTRUN_SUBDIR CI [2020-02-14T13:46:19.889Z] TIMEOUT 120m [2020-02-14T13:46:19.889Z] TMP C:\windows\TEMP [2020-02-14T13:46:19.889Z] unit_validate true [2020-02-14T13:46:19.889Z] USERDOMAIN WORKGROUP [2020-02-14T13:46:19.889Z] USERNAME azwin-2-9e4170$ [2020-02-14T13:46:19.889Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-02-14T13:46:19.889Z] validate_force false [2020-02-14T13:46:19.889Z] windir C:\windows [2020-02-14T13:46:19.889Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-02-14T13:46:19.889Z] WINDOWS_BASE_IMAGE_TAG 10.0.17763.973 [2020-02-14T13:46:19.889Z] windowsRS1 false [2020-02-14T13:46:19.889Z] windowsRS5 true [2020-02-14T13:46:19.889Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-02-14T13:46:19.889Z] [2020-02-14T13:46:19.889Z] [2020-02-14T13:46:19.889Z] [2020-02-14T13:46:19.997Z] #44 55.15 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-14T13:46:19.997Z] #44 55.19 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-14T13:46:19.997Z] #44 55.20 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:46:19.997Z] #44 55.48 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-02-14T13:46:20.529Z] #44 55.49 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-02-14T13:46:20.529Z] #44 55.52 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:46:20.529Z] #44 55.78 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-02-14T13:46:20.529Z] #44 55.82 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-02-14T13:46:20.529Z] #44 55.83 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-14T13:46:20.760Z] #62 ... [2020-02-14T13:46:20.760Z] [2020-02-14T13:46:20.760Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-14T13:46:20.760Z] #45 DONE 0.2s [2020-02-14T13:46:20.760Z] [2020-02-14T13:46:20.760Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-14T13:46:20.837Z] #44 56.22 Selecting previously unselected package libprotobuf17:ppc64el. [2020-02-14T13:46:20.837Z] #44 56.25 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:20.837Z] #44 56.25 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:21.020Z] #48 DONE 0.2s [2020-02-14T13:46:21.021Z] [2020-02-14T13:46:21.021Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-14T13:46:21.021Z] #51 DONE 0.2s [2020-02-14T13:46:21.021Z] [2020-02-14T13:46:21.021Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-14T13:46:21.282Z] #54 DONE 0.3s [2020-02-14T13:46:21.282Z] [2020-02-14T13:46:21.282Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:21.282Z] #62 ... [2020-02-14T13:46:21.282Z] [2020-02-14T13:46:21.282Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-14T13:46:21.434Z] INFO: Sources under d:\gopath\... [2020-02-14T13:46:21.434Z] INFO: Test run under d:\CI\... [2020-02-14T13:46:21.434Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-02-14T13:46:21.434Z] INFO: docker/docker repository was found [2020-02-14T13:46:21.542Z] #58 DONE 0.2s [2020-02-14T13:46:21.542Z] [2020-02-14T13:46:21.542Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:21.893Z] INFO: Pulling mcr.microsoft.com/windows/servercore:10.0.17763.973 from docker hub. This may take some time... [2020-02-14T13:46:21.984Z] #76 exporting layers 42.0s done [2020-02-14T13:46:21.984Z] #76 exporting manifest sha256:b9359f31b8fac7bae63e1ca659b00ff4d0a2825a86f8e902926cc4757f247f17 done [2020-02-14T13:46:21.984Z] #76 exporting config sha256:5f739f009d81eef37f575cc50a808d0d62296cbfbe5f571f36b68e980e3b1bfd done [2020-02-14T13:46:21.984Z] #76 sending tarball [2020-02-14T13:46:22.341Z] #76 sending tarball 7.2s done [2020-02-14T13:46:22.341Z] #76 DONE 49.3s [2020-02-14T13:46:22.341Z] [2020-02-14T13:46:22.341Z] #77 importing to docker [2020-02-14T13:46:22.364Z] #44 57.48 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-02-14T13:46:22.364Z] #44 57.51 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:22.364Z] #44 57.52 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:22.655Z] #44 58.06 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-02-14T13:46:22.655Z] #44 58.06 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:22.655Z] #44 58.09 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:22.861Z] 10.0.17763.973: Pulling from windows/servercore [2020-02-14T13:46:22.861Z] 65014b3c3121: Pulling fs layer [2020-02-14T13:46:22.861Z] edbd72df76b4: Pulling fs layer [2020-02-14T13:46:23.689Z] #44 ... [2020-02-14T13:46:23.689Z] [2020-02-14T13:46:23.689Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:23.689Z] #28 3.135 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T13:46:23.689Z] #28 3.797 #=#=# [2020-02-14T13:46:23.689Z] #28 4.098 0.1% ### 5.4% ###### 9.7% ########## 13.9% ############# 18.2% ################# 24.6% ###################### 31.0% ########################## 37.3% ############################### 43.7% ################################## 48.0% ####################################### 54.4% ########################################## 58.6% ############################################## 65.0% ################################################### 71.4% ######################################################### 79.9% ########################################################### 82.7% ################################################################ 89.7% ##################################################################### 96.1% ######################################################################## 100.0% [2020-02-14T13:46:23.991Z] #28 7.146 #=#=# [2020-02-14T13:46:25.165Z] #28 7.495 #=#=# ####### 11.1% ################ 22.6% #################################### 51.3% ################################################# 68.6% ################################################################### 93.6% ######################################################################## 100.0% [2020-02-14T13:46:25.455Z] #28 8.609 #=#=# [2020-02-14T13:46:27.508Z] #28 8.923 #=#=# ## 3.1% ##### 8.3% ####### 10.9% ######### 13.5% ########### 16.1% ################# 23.8% ######################## 34.1% ############################## 41.8% ################################# 47.0% ##################################### 52.2% ######################################### 57.3% ########################################### 59.9% [2020-02-14T13:46:27.508Z] #28 ... [2020-02-14T13:46:27.508Z] [2020-02-14T13:46:27.508Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:27.508Z] #63 0.426 + RM_GOPATH=0 [2020-02-14T13:46:27.508Z] #63 0.428 + TMP_GOPATH= [2020-02-14T13:46:27.508Z] #63 0.428 + : /build [2020-02-14T13:46:27.508Z] #63 0.428 + '[' -z '' ']' [2020-02-14T13:46:27.508Z] #63 0.431 ++ mktemp -d [2020-02-14T13:46:27.508Z] #63 0.440 + export GOPATH=/tmp/tmp.1DeOOgNH4u [2020-02-14T13:46:27.508Z] #63 0.440 + GOPATH=/tmp/tmp.1DeOOgNH4u [2020-02-14T13:46:27.508Z] #63 0.440 + RM_GOPATH=1 [2020-02-14T13:46:27.508Z] #63 0.444 ++ dirname ./install.sh [2020-02-14T13:46:27.508Z] #63 0.452 + dir=. [2020-02-14T13:46:27.508Z] #63 0.453 + bin=containerd [2020-02-14T13:46:27.508Z] #63 0.453 + shift [2020-02-14T13:46:27.508Z] #63 0.453 + '[' '!' -f ./containerd.installer ']' [2020-02-14T13:46:27.508Z] #63 0.454 + . ./containerd.installer [2020-02-14T13:46:27.508Z] #63 0.455 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:46:27.508Z] #63 0.458 + install_containerd [2020-02-14T13:46:27.508Z] #63 0.459 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:46:27.508Z] #63 0.459 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-14T13:46:27.508Z] #63 0.459 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1DeOOgNH4u/src/github.com/containerd/containerd [2020-02-14T13:46:27.508Z] #63 0.464 Cloning into '/tmp/tmp.1DeOOgNH4u/src/github.com/containerd/containerd'... [2020-02-14T13:46:27.508Z] #63 ... [2020-02-14T13:46:27.508Z] [2020-02-14T13:46:27.508Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:46:27.508Z] #11 53.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-14T13:46:27.508Z] #11 53.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-02-14T13:46:27.508Z] #11 59.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-02-14T13:46:27.798Z] #11 ... [2020-02-14T13:46:27.798Z] [2020-02-14T13:46:27.798Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:28.096Z] #28 8.923 #=#=# ## 3.1% ##### 8.3% ####### 10.9% ######### 13.5% ########### 16.1% ################# 23.8% ######################## 34.1% ############################## 41.8% ################################# 47.0% ##################################### 52.2% ######################################### 57.3% ########################################### 59.9% ############################################## 65.0% ################################################ 67.7% #################################################### 72.8% ###################################################### 75.4% ######################################################### 80.5% ############################################################# [2020-02-14T13:46:28.096Z] #28 ... [2020-02-14T13:46:28.096Z] [2020-02-14T13:46:28.096Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:46:28.096Z] #72 DONE 63.4s [2020-02-14T13:46:28.096Z] [2020-02-14T13:46:28.096Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:28.387Z] #28 8.923 #=#=# ## 3.1% ##### 8.3% ####### 10.9% ######### 13.5% ########### 16.1% ################# 23.8% ######################## 34.1% ############################## 41.8% ################################# 47.0% ##################################### 52.2% ######################################### 57.3% ########################################### 59.9% ############################################## 65.0% ################################################ 67.7% #################################################### 72.8% ###################################################### 75.4% ######################################################### 80.5% ############################################################# 85.7% ################################################################### 93.5% ######################################################################## 100.0% [2020-02-14T13:46:29.016Z] #28 11.99 [2020-02-14T13:46:29.306Z] #28 12.21 #=#=# [2020-02-14T13:46:29.306Z] #28 ... [2020-02-14T13:46:29.306Z] [2020-02-14T13:46:29.306Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:46:29.306Z] #36 54.62 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:46:29.306Z] #36 54.86 Fetched 14.9 MB in 3s (5405 kB/s) [2020-02-14T13:46:29.306Z] #36 55.12 Selecting previously unselected package xxd. [2020-02-14T13:46:29.306Z] #36 55.12 (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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:29.306Z] #36 55.26 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-14T13:46:29.306Z] #36 55.27 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:46:29.306Z] #36 55.57 Selecting previously unselected package vim-common. [2020-02-14T13:46:29.306Z] #36 55.59 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:46:29.306Z] #36 55.71 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:46:29.306Z] #36 56.30 Selecting previously unselected package cmake-data. [2020-02-14T13:46:29.306Z] #36 56.31 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-14T13:46:29.306Z] #36 56.34 Unpacking cmake-data (3.13.4-1) ... [2020-02-14T13:46:29.306Z] #36 61.71 Selecting previously unselected package libicu63:ppc64el. [2020-02-14T13:46:29.306Z] #36 61.72 Preparing to unpack .../3-libicu63_63.1-6_ppc64el.deb ... [2020-02-14T13:46:29.306Z] #36 61.76 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-14T13:46:29.306Z] #36 ... [2020-02-14T13:46:29.306Z] [2020-02-14T13:46:29.306Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:31.447Z] edbd72df76b4: Verifying Checksum [2020-02-14T13:46:31.447Z] edbd72df76b4: Download complete [2020-02-14T13:46:35.183Z] #28 12.21 #=#=# 1.0% ## 2.8% ## 3.7% ### 5.5% ###### 9.1% ######## 11.8% ######### 12.7% ########## 14.4% ########### 15.3% ############ 17.1% ############# 18.9% ############## 20.7% ################ 23.4% ################## 25.2% #################### 27.8% ##################### 29.6% ###################### 30.9% ######################## 33.4% ######################### 36.0% ########################### 38.7% ############################# 41.4% ################################ 44.5% ################################# 46.1% ################################### 48.8% ##################################### 51.5% ###################################### 53.2% ####################################### 54.6% ####################################### 55.5% ######################################### 57.2% ########################################## 59.0% ########################################### 60.8% ############################################# 62.6% ############################################## 65.3% ################################################ 67.1% ################################################# 68.9% ################################################## 70.6% #################################################### 72.5% ##################################################### 74.3% ####################################################### 76.9% ######################################################### 79.6% ########################################################## 81.9% ############################################################ 84.6% ############################################################## 87.3% ################################################################ 90.0% ################################################################## 92.7% ##################################################################### 95.9% ###################################################################### 97.9% ######################################################################## 100.0% [2020-02-14T13:46:35.475Z] #28 18.53 [2020-02-14T13:46:35.475Z] #28 ... [2020-02-14T13:46:35.475Z] [2020-02-14T13:46:35.475Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:35.475Z] #44 60.90 Selecting previously unselected package libprotoc17:ppc64el. [2020-02-14T13:46:35.475Z] #44 60.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:35.475Z] #44 60.95 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:35.475Z] #44 62.14 Selecting previously unselected package protobuf-c-compiler. [2020-02-14T13:46:35.475Z] #44 62.14 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-02-14T13:46:35.475Z] #44 62.14 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:46:35.475Z] #44 62.43 Selecting previously unselected package protobuf-compiler. [2020-02-14T13:46:35.475Z] #44 62.46 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:35.475Z] #44 62.46 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:46:35.475Z] #44 62.84 Selecting previously unselected package python-pkg-resources. [2020-02-14T13:46:35.475Z] #44 62.88 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:46:35.475Z] #44 62.91 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-14T13:46:35.475Z] #44 63.20 Selecting previously unselected package python-six. [2020-02-14T13:46:35.475Z] #44 63.23 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-14T13:46:35.475Z] #44 63.23 Unpacking python-six (1.12.0-1) ... [2020-02-14T13:46:35.475Z] #44 63.37 Selecting previously unselected package python-protobuf. [2020-02-14T13:46:35.475Z] #44 63.42 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-02-14T13:46:35.475Z] #44 63.43 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-14T13:46:35.475Z] #44 64.97 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-14T13:46:35.782Z] #44 ... [2020-02-14T13:46:35.782Z] [2020-02-14T13:46:35.782Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:46:35.782Z] #11 63.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-02-14T13:46:35.782Z] #11 63.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-02-14T13:46:35.782Z] #11 63.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-14T13:46:35.782Z] #11 63.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-14T13:46:35.782Z] #11 63.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-02-14T13:46:35.782Z] #11 63.78 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u3 [109 kB] [2020-02-14T13:46:35.782Z] #11 63.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-02-14T13:46:35.782Z] #11 63.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-02-14T13:46:35.782Z] #11 63.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-02-14T13:46:35.782Z] #11 63.93 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-02-14T13:46:35.782Z] #11 63.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-02-14T13:46:35.782Z] #11 64.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-02-14T13:46:35.782Z] #11 64.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-02-14T13:46:35.782Z] #11 64.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-02-14T13:46:35.782Z] #11 64.08 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u3 [321 kB] [2020-02-14T13:46:35.782Z] #11 66.63 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:46:35.782Z] #11 66.86 Fetched 79.4 MB in 14s (5578 kB/s) [2020-02-14T13:46:35.782Z] #11 67.02 (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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:35.782Z] #11 67.25 Preparing to unpack .../libsystemd0_241-7~deb10u3_ppc64el.deb ... [2020-02-14T13:46:35.782Z] #11 67.28 Unpacking libsystemd0:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:46:35.782Z] #11 68.13 Setting up libsystemd0:ppc64el (241-7~deb10u3) ... [2020-02-14T13:46:35.782Z] #11 68.29 (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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:35.782Z] #11 68.46 Preparing to unpack .../libudev1_241-7~deb10u3_ppc64el.deb ... [2020-02-14T13:46:35.782Z] #11 68.49 Unpacking libudev1:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-14T13:46:35.782Z] #11 68.80 Setting up libudev1:ppc64el (241-7~deb10u3) ... [2020-02-14T13:46:35.782Z] #11 68.95 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-14T13:46:35.782Z] #11 68.95 (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 ... 15330 files and directories currently installed.) [2020-02-14T13:46:35.782Z] #11 69.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-02-14T13:46:35.782Z] #11 69.06 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:46:36.419Z] #11 ... [2020-02-14T13:46:36.419Z] [2020-02-14T13:46:36.419Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:36.419Z] #44 71.85 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:36.419Z] #44 71.91 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-14T13:46:36.431Z] #62 214.2 + bin/containerd-stress [2020-02-14T13:46:36.710Z] #44 71.92 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:46:36.710Z] #44 71.92 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:46:36.710Z] #44 71.93 Setting up python-six (1.12.0-1) ... [2020-02-14T13:46:37.369Z] #62 216.7 + bin/containerd-shim [2020-02-14T13:46:41.062Z] #62 220.8 + bin/containerd-stress [2020-02-14T13:46:41.775Z] 65014b3c3121: Verifying Checksum [2020-02-14T13:46:41.775Z] 65014b3c3121: Download complete [2020-02-14T13:46:41.859Z] #77 DONE 18.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-14T13:46:41.995Z] #62 222.5 + bin/containerd-shim [2020-02-14T13:46:42.279Z] #44 ... [2020-02-14T13:46:42.279Z] [2020-02-14T13:46:42.279Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:46:42.279Z] #34 66.54 internal/reflectlite [2020-02-14T13:46:42.279Z] #34 66.54 sync [2020-02-14T13:46:42.279Z] #34 72.64 sort [2020-02-14T13:46:42.279Z] #34 72.65 errors [2020-02-14T13:46:42.279Z] #34 73.67 internal/oserror [2020-02-14T13:46:42.279Z] #34 73.67 io [2020-02-14T13:46:42.279Z] #34 73.71 strconv [2020-02-14T13:46:42.279Z] #34 74.16 syscall [2020-02-14T13:46:42.279Z] #34 ... [2020-02-14T13:46:42.279Z] [2020-02-14T13:46:42.279Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:42.279Z] #28 20.68 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T13:46:42.279Z] #28 21.22 [2020-02-14T13:46:42.279Z] #28 21.44 #=#=# ############################################## 64.5% ######################################################################## 100.0% [2020-02-14T13:46:42.279Z] #28 21.87 [2020-02-14T13:46:42.279Z] #28 23.95 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T13:46:42.279Z] #28 24.60 [2020-02-14T13:46:42.279Z] #28 24.94 #=#=# ##################################### 52.7% ######################################################################## 100.0% [2020-02-14T13:46:42.279Z] #28 25.43 [2020-02-14T13:46:42.570Z] #28 ... [2020-02-14T13:46:42.570Z] [2020-02-14T13:46:42.570Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:42.570Z] #44 77.99 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-14T13:46:42.570Z] #44 77.99 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-14T13:46:42.570Z] #44 78.01 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:42.570Z] #44 78.01 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-02-14T13:46:42.570Z] #44 78.02 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:42.570Z] #44 78.02 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-14T13:46:42.570Z] #44 78.02 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-14T13:46:42.570Z] #44 78.03 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-14T13:46:42.570Z] #44 78.03 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-14T13:46:42.570Z] #44 78.04 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-14T13:46:42.570Z] #44 ... [2020-02-14T13:46:42.570Z] [2020-02-14T13:46:42.570Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:42.570Z] #48 67.87 internal/reflectlite [2020-02-14T13:46:42.570Z] #48 67.90 sync [2020-02-14T13:46:42.570Z] #48 71.91 math/rand [2020-02-14T13:46:42.570Z] #48 71.93 github.com/LK4D4/vndr/godl/singleflight [2020-02-14T13:46:42.570Z] #48 71.93 internal/singleflight [2020-02-14T13:46:42.570Z] #48 76.55 sort [2020-02-14T13:46:42.570Z] #48 76.58 io [2020-02-14T13:46:42.570Z] #48 76.60 strconv [2020-02-14T13:46:42.570Z] #48 76.78 syscall [2020-02-14T13:46:42.645Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/test/unit [2020-02-14T13:46:42.646Z] #62 221.9 + bin/containerd-shim-runc-v1 [2020-02-14T13:46:42.860Z] #48 ... [2020-02-14T13:46:42.860Z] [2020-02-14T13:46:42.860Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:46:42.860Z] #36 73.17 Selecting previously unselected package libxml2:ppc64el. [2020-02-14T13:46:42.860Z] #36 73.22 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 73.24 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:46:42.860Z] #36 74.35 Selecting previously unselected package libarchive13:ppc64el. [2020-02-14T13:46:42.860Z] #36 74.36 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 74.38 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-14T13:46:42.860Z] #36 74.93 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-02-14T13:46:42.860Z] #36 74.95 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 74.98 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-14T13:46:42.860Z] #36 75.18 Selecting previously unselected package librhash0:ppc64el. [2020-02-14T13:46:42.860Z] #36 75.23 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 75.23 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-02-14T13:46:42.860Z] #36 75.47 Selecting previously unselected package libuv1:ppc64el. [2020-02-14T13:46:42.860Z] #36 75.48 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 75.48 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-02-14T13:46:42.860Z] #36 75.68 Selecting previously unselected package cmake. [2020-02-14T13:46:42.860Z] #36 75.69 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-02-14T13:46:42.860Z] #36 75.70 Unpacking cmake (3.13.4-1) ... [2020-02-14T13:46:44.361Z] #36 ... [2020-02-14T13:46:44.361Z] [2020-02-14T13:46:44.361Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:44.361Z] #28 27.56 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T13:46:44.652Z] #28 27.70 skipping existing c8c2d4a6b2e3 [2020-02-14T13:46:44.652Z] #28 27.90 [2020-02-14T13:46:45.069Z] ? github.com/docker/docker/api [no test files] [2020-02-14T13:46:45.697Z] #28 ... [2020-02-14T13:46:45.697Z] [2020-02-14T13:46:45.697Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-14T13:46:45.697Z] #36 80.37 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-14T13:46:45.697Z] #36 80.39 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:46:45.697Z] #36 80.40 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-02-14T13:46:45.697Z] #36 80.41 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:46:45.697Z] #36 80.53 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-02-14T13:46:45.697Z] #36 80.55 Setting up cmake-data (3.13.4-1) ... [2020-02-14T13:46:45.697Z] #36 80.57 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-14T13:46:45.697Z] #36 80.57 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-14T13:46:45.697Z] #36 80.59 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-14T13:46:45.697Z] #36 80.60 Setting up cmake (3.13.4-1) ... [2020-02-14T13:46:45.697Z] #36 80.62 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:46:45.697Z] #36 80.75 Processing triggers for mime-support (3.62) ... [2020-02-14T13:46:45.697Z] #36 DONE 81.1s [2020-02-14T13:46:45.935Z] #62 224.8 + bin/containerd-shim-runc-v2 [2020-02-14T13:46:45.987Z] [2020-02-14T13:46:45.987Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:46:45.987Z] #37 DONE 0.1s [2020-02-14T13:46:45.987Z] [2020-02-14T13:46:45.987Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:46:45.987Z] #31 79.85 Checking out files: 77% (1174/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-14T13:46:45.988Z] #31 81.23 + #31 ... [2020-02-14T13:46:45.988Z] [2020-02-14T13:46:45.988Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-14T13:46:45.988Z] #38 DONE 0.1s [2020-02-14T13:46:45.988Z] [2020-02-14T13:46:45.988Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:46:45.988Z] #31 81.23 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-02-14T13:46:46.502Z] #62 225.9 + binaries [2020-02-14T13:46:46.502Z] #62 225.9 + mkdir -p /build [2020-02-14T13:46:46.502Z] #62 225.9 + cp bin/containerd /build/containerd [2020-02-14T13:46:46.502Z] #62 225.9 + cp bin/containerd-shim /build/containerd-shim [2020-02-14T13:46:46.502Z] #62 225.9 + cp bin/ctr /build/ctr [2020-02-14T13:46:46.618Z] #31 81.99 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-14T13:46:47.070Z] #62 DONE 226.5s [2020-02-14T13:46:48.447Z] [2020-02-14T13:46:48.447Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-14T13:46:48.571Z] #62 229.2 + bin/containerd-shim-runc-v1 [2020-02-14T13:46:48.681Z] #31 ... [2020-02-14T13:46:48.681Z] [2020-02-14T13:46:48.681Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-14T13:46:48.681Z] #28 30.12 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T13:46:48.681Z] #28 30.76 [2020-02-14T13:46:48.681Z] #28 31.01 #=#=# ######################################################################## 100.0% [2020-02-14T13:46:48.681Z] #28 31.28 [2020-02-14T13:46:48.681Z] #28 31.43 Download of images into '/build' complete. [2020-02-14T13:46:48.681Z] #28 31.43 Use something like the following to load the result into a Docker daemon: [2020-02-14T13:46:48.681Z] #28 31.43 tar -cC '/build' . | docker load [2020-02-14T13:46:48.681Z] #28 DONE 31.5s [2020-02-14T13:46:48.681Z] [2020-02-14T13:46:48.681Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:48.681Z] #39 0.500 + RM_GOPATH=0 [2020-02-14T13:46:48.681Z] #39 0.500 + TMP_GOPATH= [2020-02-14T13:46:48.681Z] #39 0.500 + : /build [2020-02-14T13:46:48.681Z] #39 0.500 + '[' -z '' ']' [2020-02-14T13:46:48.681Z] #39 0.505 ++ mktemp -d [2020-02-14T13:46:48.681Z] #39 0.514 + export GOPATH=/tmp/tmp.4Jam0cX5Pb [2020-02-14T13:46:48.681Z] #39 0.515 + GOPATH=/tmp/tmp.4Jam0cX5Pb [2020-02-14T13:46:48.681Z] #39 0.516 + RM_GOPATH=1 [2020-02-14T13:46:48.681Z] #39 0.517 ++ dirname ./install.sh [2020-02-14T13:46:48.681Z] #39 0.520 + dir=. [2020-02-14T13:46:48.681Z] #39 0.559 + bin=tini [2020-02-14T13:46:48.681Z] #39 0.559 + shift [2020-02-14T13:46:48.681Z] #39 0.560 + '[' '!' -f ./tini.installer ']' [2020-02-14T13:46:48.681Z] #39 0.560 + . ./tini.installer [2020-02-14T13:46:48.681Z] #39 0.573 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:46:48.681Z] #39 0.573 + install_tini [2020-02-14T13:46:48.681Z] #39 0.574 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-14T13:46:48.681Z] #39 0.574 + git clone https://github.com/krallin/tini.git /tmp/tmp.4Jam0cX5Pb/tini [2020-02-14T13:46:48.681Z] #39 0.574 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:46:48.681Z] #39 0.587 Cloning into '/tmp/tmp.4Jam0cX5Pb/tini'... [2020-02-14T13:46:48.681Z] #39 2.161 + cd /tmp/tmp.4Jam0cX5Pb/tini [2020-02-14T13:46:48.681Z] #39 2.161 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-14T13:46:48.681Z] #39 2.224 + cmake . [2020-02-14T13:46:48.681Z] #39 ... [2020-02-14T13:46:48.681Z] [2020-02-14T13:46:48.681Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:46:48.681Z] #11 74.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-14T13:46:48.681Z] #11 74.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-02-14T13:46:48.681Z] #11 74.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:46:48.681Z] #11 79.20 Selecting previously unselected package binutils-mingw-w64. [2020-02-14T13:46:48.681Z] #11 79.24 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-14T13:46:48.681Z] #11 79.25 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:46:48.681Z] #11 79.46 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-02-14T13:46:48.681Z] #11 79.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-14T13:46:48.681Z] #11 79.48 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-14T13:46:48.681Z] #11 79.86 Selecting previously unselected package dmsetup. [2020-02-14T13:46:48.681Z] #11 79.87 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-02-14T13:46:48.681Z] #11 79.88 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-14T13:46:48.681Z] #11 80.11 Selecting previously unselected package mingw-w64-common. [2020-02-14T13:46:48.681Z] #11 80.12 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-14T13:46:48.681Z] #11 80.13 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-14T13:46:48.706Z] #63 DONE 0.3s [2020-02-14T13:46:48.706Z] [2020-02-14T13:46:48.706Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-14T13:46:48.964Z] #67 DONE 0.2s [2020-02-14T13:46:48.964Z] [2020-02-14T13:46:48.964Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-14T13:46:48.964Z] #69 DONE 0.2s [2020-02-14T13:46:48.970Z] #11 ... [2020-02-14T13:46:48.970Z] [2020-02-14T13:46:48.970Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:46:48.970Z] #51 74.02 + cd /tmp/tmp.uH1cUlkuf2/src/gotest.tools/gotestsum [2020-02-14T13:46:48.970Z] #51 74.02 + git checkout -q v0.3.5 [2020-02-14T13:46:48.970Z] #51 74.15 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-14T13:46:48.970Z] #51 ... [2020-02-14T13:46:48.970Z] [2020-02-14T13:46:48.970Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:48.970Z] #48 82.29 bytes [2020-02-14T13:46:48.970Z] #48 83.38 strings [2020-02-14T13:46:49.224Z] [2020-02-14T13:46:49.224Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-14T13:46:49.224Z] #72 DONE 0.1s [2020-02-14T13:46:49.224Z] [2020-02-14T13:46:49.224Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-14T13:46:49.224Z] #73 DONE 0.0s [2020-02-14T13:46:49.224Z] [2020-02-14T13:46:49.224Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-14T13:46:51.128Z] #74 DONE 1.5s [2020-02-14T13:46:51.128Z] [2020-02-14T13:46:51.128Z] #75 exporting to image [2020-02-14T13:46:51.128Z] #75 exporting layers [2020-02-14T13:46:51.847Z] #62 232.2 + bin/containerd-shim-runc-v2 [2020-02-14T13:46:52.410Z] #62 233.0 + binaries [2020-02-14T13:46:52.410Z] #62 233.0 + mkdir -p /build [2020-02-14T13:46:52.410Z] #62 233.0 + cp bin/containerd /build/containerd [2020-02-14T13:46:52.410Z] #62 233.1 + cp bin/containerd-shim /build/containerd-shim [2020-02-14T13:46:52.410Z] #62 233.1 + cp bin/ctr /build/ctr [2020-02-14T13:46:52.475Z] #48 ... [2020-02-14T13:46:52.475Z] [2020-02-14T13:46:52.475Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-14T13:46:52.475Z] #44 87.75 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-14T13:46:52.475Z] #44 87.76 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:46:52.765Z] #44 DONE 88.2s [2020-02-14T13:46:52.765Z] [2020-02-14T13:46:52.765Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:52.765Z] #39 3.391 -- The C compiler identification is GNU 8.3.0 [2020-02-14T13:46:52.765Z] #39 3.502 -- Check for working C compiler: /usr/bin/cc [2020-02-14T13:46:52.765Z] #39 4.656 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-14T13:46:52.765Z] #39 4.682 -- Detecting C compiler ABI info [2020-02-14T13:46:52.765Z] #39 5.613 -- Detecting C compiler ABI info - done [2020-02-14T13:46:52.765Z] #39 5.720 -- Detecting C compile features [2020-02-14T13:46:52.973Z] #62 DONE 233.6s [2020-02-14T13:46:53.540Z] [2020-02-14T13:46:53.540Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-14T13:46:53.797Z] #63 DONE 0.2s [2020-02-14T13:46:53.797Z] [2020-02-14T13:46:53.797Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-14T13:46:54.053Z] #67 DONE 0.1s [2020-02-14T13:46:54.053Z] [2020-02-14T13:46:54.053Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-14T13:46:54.053Z] #69 DONE 0.2s [2020-02-14T13:46:54.311Z] [2020-02-14T13:46:54.311Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-14T13:46:54.311Z] #72 DONE 0.1s [2020-02-14T13:46:54.311Z] [2020-02-14T13:46:54.311Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-14T13:46:54.311Z] #73 DONE 0.0s [2020-02-14T13:46:54.421Z] #75 exporting layers 3.7s done [2020-02-14T13:46:54.528Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-02-14T13:46:54.569Z] [2020-02-14T13:46:54.569Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-14T13:46:54.679Z] #75 writing image sha256:7b558f7f636a30f230f3e4c5473b074852ba19f50b60dbccde855d2000ac37fb done [2020-02-14T13:46:54.679Z] #75 naming to docker.io/library/docker:341e65ad44795695b8780ecef46a2b3769da2cad done [2020-02-14T13:46:54.679Z] #75 DONE 3.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-14T13:46:54.843Z] #39 ... [2020-02-14T13:46:54.843Z] [2020-02-14T13:46:54.843Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:46:54.843Z] #34 79.77 strings [2020-02-14T13:46:54.843Z] #34 79.83 bytes [2020-02-14T13:46:54.843Z] #34 ... [2020-02-14T13:46:54.843Z] [2020-02-14T13:46:54.843Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:46:54.843Z] #39 8.787 -- Detecting C compile features - done [2020-02-14T13:46:54.843Z] #39 8.851 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-14T13:46:55.036Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/test/unit [2020-02-14T13:46:55.131Z] #39 9.253 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-14T13:46:55.133Z] #74 DONE 0.8s [2020-02-14T13:46:55.133Z] [2020-02-14T13:46:55.133Z] #75 exporting to image [2020-02-14T13:46:55.133Z] #75 exporting layers [2020-02-14T13:46:55.420Z] #39 9.473 -- Configuring done [2020-02-14T13:46:55.420Z] #39 9.498 -- Generating done [2020-02-14T13:46:55.420Z] #39 9.503 -- Build files have been written to: /tmp/tmp.4Jam0cX5Pb/tini [2020-02-14T13:46:55.420Z] #39 9.509 + make tini-static [2020-02-14T13:46:56.450Z] #39 10.33 Scanning dependencies of target tini-static [2020-02-14T13:46:56.450Z] #39 10.51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-14T13:46:59.165Z] #39 13.06 [100%] Linking C executable tini-static [2020-02-14T13:47:00.195Z] #39 14.12 [100%] Built target tini-static [2020-02-14T13:47:00.195Z] #39 14.22 + mkdir -p /build [2020-02-14T13:47:00.195Z] #39 14.22 + cp tini-static /build/docker-init [2020-02-14T13:47:00.195Z] #39 DONE 14.3s [2020-02-14T13:47:00.195Z] [2020-02-14T13:47:00.195Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:00.195Z] #45 1.979 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:47:00.195Z] #45 1.990 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:47:00.195Z] #45 4.004 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:47:00.195Z] #45 4.028 GEN .gitid [2020-02-14T13:47:00.195Z] #45 4.041 GEN criu/include/version.h [2020-02-14T13:47:00.195Z] #45 4.084 GEN include/common/asm [2020-02-14T13:47:00.195Z] #45 6.348 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-14T13:47:00.195Z] #45 6.462 PBCC images/opts.pb-c.c [2020-02-14T13:47:00.195Z] #45 6.538 PBCC images/sit.pb-c.c [2020-02-14T13:47:00.195Z] #45 6.638 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-14T13:47:00.195Z] #45 6.753 DEP images/opts.pb-c.d [2020-02-14T13:47:00.195Z] #45 6.910 DEP images/sit.pb-c.d [2020-02-14T13:47:00.195Z] #45 7.068 PBCC images/macvlan.pb-c.c [2020-02-14T13:47:00.195Z] #45 7.094 DEP images/macvlan.pb-c.d [2020-02-14T13:47:00.195Z] #45 7.176 PBCC images/autofs.pb-c.c [2020-02-14T13:47:00.195Z] #45 7.244 DEP images/autofs.pb-c.d [2020-02-14T13:47:00.195Z] #45 7.381 PBCC images/sysctl.pb-c.c [2020-02-14T13:47:00.195Z] #45 7.407 DEP images/sysctl.pb-c.d [2020-02-14T13:47:00.308Z] ? github.com/docker/docker/api [no test files] [2020-02-14T13:47:00.484Z] #45 7.529 PBCC images/time.pb-c.c [2020-02-14T13:47:00.484Z] #45 7.683 DEP images/time.pb-c.d [2020-02-14T13:47:00.774Z] #45 7.970 PBCC images/binfmt-misc.pb-c.c [2020-02-14T13:47:00.774Z] #45 7.999 DEP images/binfmt-misc.pb-c.d [2020-02-14T13:47:00.774Z] #45 8.051 PBCC images/seccomp.pb-c.c [2020-02-14T13:47:00.774Z] #45 8.074 DEP images/seccomp.pb-c.d [2020-02-14T13:47:00.774Z] #45 8.163 PBCC images/userns.pb-c.c [2020-02-14T13:47:01.063Z] #45 8.230 DEP images/userns.pb-c.d [2020-02-14T13:47:01.063Z] #45 8.307 PBCC images/cgroup.pb-c.c [2020-02-14T13:47:01.063Z] #45 8.336 DEP images/cgroup.pb-c.d [2020-02-14T13:47:01.063Z] #45 8.424 PBCC images/fown.pb-c.c [2020-02-14T13:47:01.353Z] #45 8.458 PBCC images/ext-file.pb-c.c [2020-02-14T13:47:01.354Z] #45 8.505 DEP images/fown.pb-c.d [2020-02-14T13:47:01.354Z] #45 8.588 DEP images/ext-file.pb-c.d [2020-02-14T13:47:01.354Z] #45 8.680 PBCC images/rpc.pb-c.c [2020-02-14T13:47:01.658Z] #45 8.867 DEP images/rpc.pb-c.d [2020-02-14T13:47:01.680Z] #75 exporting layers 5.7s done [2020-02-14T13:47:01.680Z] #75 writing image sha256:4bca35bf7102330656dbe65b2eef9b4604b9c846a9d4778231bde79bf0d007a6 done [2020-02-14T13:47:01.680Z] #75 naming to docker.io/library/docker:341e65ad44795695b8780ecef46a2b3769da2cad done [2020-02-14T13:47:01.680Z] #75 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-02-14T13:47:01.947Z] #45 9.047 PBCC images/siginfo.pb-c.c [2020-02-14T13:47:01.947Z] #45 9.069 DEP images/siginfo.pb-c.d [2020-02-14T13:47:01.947Z] #45 9.132 PBCC images/pagemap.pb-c.c [2020-02-14T13:47:01.947Z] #45 9.245 DEP images/pagemap.pb-c.d [2020-02-14T13:47:02.234Z] #45 9.438 PBCC images/rlimit.pb-c.c [2020-02-14T13:47:02.234Z] #45 9.454 DEP images/rlimit.pb-c.d [2020-02-14T13:47:02.234Z] #45 9.531 PBCC images/file-lock.pb-c.c [2020-02-14T13:47:02.524Z] #45 9.577 DEP images/file-lock.pb-c.d [2020-02-14T13:47:02.524Z] #45 9.705 PBCC images/tty.pb-c.c [2020-02-14T13:47:02.524Z] #45 9.764 DEP images/tty.pb-c.d [2020-02-14T13:47:02.814Z] #45 9.834 PBCC images/tun.pb-c.c [2020-02-14T13:47:02.814Z] #45 9.912 PBCC images/netdev.pb-c.c [2020-02-14T13:47:02.814Z] #45 9.962 DEP images/tun.pb-c.d [2020-02-14T13:47:02.814Z] #45 10.01 DEP images/netdev.pb-c.d [2020-02-14T13:47:02.814Z] #45 10.10 PBCC images/vma.pb-c.c [2020-02-14T13:47:03.104Z] #45 10.17 DEP images/vma.pb-c.d [2020-02-14T13:47:03.104Z] #45 10.27 PBCC images/creds.pb-c.c [2020-02-14T13:47:03.104Z] #45 10.30 DEP images/creds.pb-c.d [2020-02-14T13:47:03.393Z] #45 10.38 PBCC images/utsns.pb-c.c [2020-02-14T13:47:03.393Z] #45 10.39 DEP images/utsns.pb-c.d [2020-02-14T13:47:03.393Z] #45 10.52 PBCC images/ipc-desc.pb-c.c [2020-02-14T13:47:03.393Z] #45 10.56 PBCC images/ipc-sem.pb-c.c [2020-02-14T13:47:03.393Z] #45 10.60 DEP images/ipc-desc.pb-c.d [2020-02-14T13:47:03.393Z] #45 10.68 DEP images/ipc-sem.pb-c.d [2020-02-14T13:47:03.393Z] #45 10.79 PBCC images/ipc-msg.pb-c.c [2020-02-14T13:47:03.672Z] [2020-02-14T13:47:03.672Z] Removing bundles/ [2020-02-14T13:47:03.672Z] [2020-02-14T13:47:03.672Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-14T13:47:03.672Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:47:03.672Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T13:47:03.683Z] #45 10.82 DEP images/ipc-msg.pb-c.d [2020-02-14T13:47:03.683Z] #45 10.89 PBCC images/ipc-shm.pb-c.c [2020-02-14T13:47:03.683Z] #45 10.92 DEP images/ipc-shm.pb-c.d [2020-02-14T13:47:03.683Z] #45 11.01 PBCC images/ipc-var.pb-c.c [2020-02-14T13:47:03.973Z] #45 11.04 DEP images/ipc-var.pb-c.d [2020-02-14T13:47:03.973Z] #45 11.16 PBCC images/sk-opts.pb-c.c [2020-02-14T13:47:03.973Z] #45 11.19 PBCC images/packet-sock.pb-c.c [2020-02-14T13:47:03.973Z] #45 11.30 DEP images/sk-opts.pb-c.d [2020-02-14T13:47:04.262Z] #45 11.35 DEP images/packet-sock.pb-c.d [2020-02-14T13:47:04.262Z] #45 11.44 PBCC images/sk-netlink.pb-c.c [2020-02-14T13:47:04.262Z] #45 11.53 DEP images/sk-netlink.pb-c.d [2020-02-14T13:47:04.550Z] #45 11.62 PBCC images/sk-inet.pb-c.c [2020-02-14T13:47:04.550Z] #45 11.69 DEP images/sk-inet.pb-c.d [2020-02-14T13:47:04.550Z] #45 11.77 PBCC images/sk-unix.pb-c.c [2020-02-14T13:47:04.550Z] #45 ... [2020-02-14T13:47:04.550Z] [2020-02-14T13:47:04.550Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:47:04.550Z] #11 90.05 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-14T13:47:04.550Z] #11 90.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-14T13:47:04.550Z] #11 90.07 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:47:04.550Z] #11 99.04 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-14T13:47:04.550Z] #11 99.08 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-14T13:47:04.550Z] #11 99.09 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:47:04.550Z] #11 99.27 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-14T13:47:04.550Z] #11 99.28 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-14T13:47:04.550Z] #11 99.28 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:47:04.842Z] #11 ... [2020-02-14T13:47:04.842Z] [2020-02-14T13:47:04.842Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:04.842Z] #45 11.90 DEP images/sk-unix.pb-c.d [2020-02-14T13:47:04.842Z] #45 12.00 PBCC images/mm.pb-c.c [2020-02-14T13:47:04.842Z] #45 12.08 DEP images/mm.pb-c.d [2020-02-14T13:47:05.134Z] #45 12.16 PBCC images/timerfd.pb-c.c [2020-02-14T13:47:05.134Z] #45 12.33 DEP images/timerfd.pb-c.d [2020-02-14T13:47:05.134Z] #45 12.45 PBCC images/timer.pb-c.c [2020-02-14T13:47:05.425Z] #45 12.50 DEP images/timer.pb-c.d [2020-02-14T13:47:05.425Z] #45 12.65 PBCC images/sa.pb-c.c [2020-02-14T13:47:05.425Z] #45 12.73 DEP images/sa.pb-c.d [2020-02-14T13:47:05.425Z] #45 ... [2020-02-14T13:47:05.425Z] [2020-02-14T13:47:05.425Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:05.425Z] #48 90.68 bufio [2020-02-14T13:47:05.425Z] #48 96.02 reflect [2020-02-14T13:47:05.425Z] #48 98.20 regexp/syntax [2020-02-14T13:47:05.425Z] #48 98.25 hash/crc32 [2020-02-14T13:47:05.714Z] #48 ... [2020-02-14T13:47:05.714Z] [2020-02-14T13:47:05.714Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:05.714Z] #45 12.85 PBCC images/pipe-data.pb-c.c [2020-02-14T13:47:05.714Z] #45 12.87 DEP images/pipe-data.pb-c.d [2020-02-14T13:47:05.714Z] #45 12.99 PBCC images/mnt.pb-c.c [2020-02-14T13:47:06.005Z] #45 13.06 DEP images/mnt.pb-c.d [2020-02-14T13:47:06.005Z] #45 13.16 PBCC images/sk-packet.pb-c.c [2020-02-14T13:47:06.005Z] #45 13.19 DEP images/sk-packet.pb-c.d [2020-02-14T13:47:06.005Z] #45 13.29 PBCC images/tcp-stream.pb-c.c [2020-02-14T13:47:06.297Z] #45 13.38 DEP images/tcp-stream.pb-c.d [2020-02-14T13:47:06.297Z] #45 13.51 PBCC images/pipe.pb-c.c [2020-02-14T13:47:06.297Z] #45 ... [2020-02-14T13:47:06.297Z] [2020-02-14T13:47:06.297Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:47:06.297Z] #34 91.46 bufio [2020-02-14T13:47:06.297Z] #34 92.84 reflect [2020-02-14T13:47:06.297Z] #34 94.04 path [2020-02-14T13:47:06.297Z] #34 95.71 text/tabwriter [2020-02-14T13:47:06.588Z] #34 ... [2020-02-14T13:47:06.588Z] [2020-02-14T13:47:06.588Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:06.588Z] #45 13.59 DEP images/pipe.pb-c.d [2020-02-14T13:47:06.588Z] #45 13.73 PBCC images/pstree.pb-c.c [2020-02-14T13:47:06.588Z] #45 13.75 DEP images/pstree.pb-c.d [2020-02-14T13:47:06.588Z] #45 13.84 PBCC images/fs.pb-c.c [2020-02-14T13:47:06.879Z] #45 13.87 DEP images/fs.pb-c.d [2020-02-14T13:47:06.879Z] #45 14.00 PBCC images/signalfd.pb-c.c [2020-02-14T13:47:06.879Z] #45 14.09 DEP images/signalfd.pb-c.d [2020-02-14T13:47:06.879Z] #45 14.18 PBCC images/fh.pb-c.c [2020-02-14T13:47:07.170Z] #45 14.29 PBCC images/fsnotify.pb-c.c [2020-02-14T13:47:07.170Z] #45 14.41 DEP images/fh.pb-c.d [2020-02-14T13:47:07.170Z] #45 14.49 DEP images/fsnotify.pb-c.d [2020-02-14T13:47:07.481Z] #45 14.65 PBCC images/eventpoll.pb-c.c [2020-02-14T13:47:07.481Z] #45 14.69 DEP images/eventpoll.pb-c.d [2020-02-14T13:47:07.481Z] #45 14.75 PBCC images/eventfd.pb-c.c [2020-02-14T13:47:07.481Z] #45 14.82 DEP images/eventfd.pb-c.d [2020-02-14T13:47:07.481Z] #45 14.85 PBCC images/remap-file-path.pb-c.c [2020-02-14T13:47:07.774Z] #45 14.87 DEP images/remap-file-path.pb-c.d [2020-02-14T13:47:07.774Z] #45 14.90 PBCC images/fifo.pb-c.c [2020-02-14T13:47:07.774Z] #45 14.93 DEP images/fifo.pb-c.d [2020-02-14T13:47:07.774Z] #45 14.97 PBCC images/ghost-file.pb-c.c [2020-02-14T13:47:07.774Z] #45 15.00 DEP images/ghost-file.pb-c.d [2020-02-14T13:47:07.774Z] #45 15.06 PBCC images/regfile.pb-c.c [2020-02-14T13:47:08.064Z] #45 15.12 DEP images/regfile.pb-c.d [2020-02-14T13:47:08.064Z] #45 15.18 PBCC images/ns.pb-c.c [2020-02-14T13:47:08.064Z] #45 15.22 DEP images/ns.pb-c.d [2020-02-14T13:47:08.064Z] #45 15.27 PBCC images/fdinfo.pb-c.c [2020-02-14T13:47:08.358Z] #45 15.42 DEP images/fdinfo.pb-c.d [2020-02-14T13:47:08.358Z] #45 15.50 PBCC images/core-aarch64.pb-c.c [2020-02-14T13:47:08.358Z] #45 15.59 PBCC images/core-arm.pb-c.c [2020-02-14T13:47:08.358Z] #45 15.66 PBCC images/core-ppc64.pb-c.c [2020-02-14T13:47:08.647Z] #45 15.77 PBCC images/core-s390.pb-c.c [2020-02-14T13:47:08.647Z] #45 15.93 PBCC images/core-x86.pb-c.c [2020-02-14T13:47:08.937Z] #45 16.11 PBCC images/core.pb-c.c [2020-02-14T13:47:09.228Z] #45 16.26 PBCC images/inventory.pb-c.c [2020-02-14T13:47:09.229Z] #45 16.45 DEP images/core-aarch64.pb-c.d [2020-02-14T13:47:09.229Z] #45 16.58 DEP images/core-arm.pb-c.d [2020-02-14T13:47:09.519Z] #45 16.69 DEP images/core-ppc64.pb-c.d [2020-02-14T13:47:09.519Z] #45 16.80 DEP images/core-s390.pb-c.d [2020-02-14T13:47:09.810Z] #45 16.94 DEP images/core-x86.pb-c.d [2020-02-14T13:47:09.810Z] #45 17.07 DEP images/core.pb-c.d [2020-02-14T13:47:09.810Z] #45 17.20 DEP images/inventory.pb-c.d [2020-02-14T13:47:10.101Z] #45 17.34 PBCC images/cpuinfo.pb-c.c [2020-02-14T13:47:10.101Z] #45 17.43 DEP images/cpuinfo.pb-c.d [2020-02-14T13:47:10.392Z] #45 17.58 PBCC images/stats.pb-c.c [2020-02-14T13:47:10.392Z] #45 17.61 DEP images/stats.pb-c.d [2020-02-14T13:47:12.529Z] ok github.com/docker/docker/api/server 0.045s coverage: 9.0% of statements [2020-02-14T13:47:13.116Z] #45 20.13 make[1]: Nothing to be done for 'all'. [2020-02-14T13:47:15.217Z] #45 22.29 CC images/stats.o [2020-02-14T13:47:15.844Z] #45 23.04 CC images/core.o [2020-02-14T13:47:17.344Z] #45 24.20 CC images/core-x86.o [2020-02-14T13:47:17.344Z] #45 ... [2020-02-14T13:47:17.344Z] [2020-02-14T13:47:17.344Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:17.344Z] #48 102.6 vendor/golang.org/x/net/dns/dnsmessage [2020-02-14T13:47:17.633Z] #48 ... [2020-02-14T13:47:17.633Z] [2020-02-14T13:47:17.633Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:47:18.213Z] #63 60.10 Checking out files: 52% (1608/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) [2020-02-14T13:47:18.213Z] #63 ... [2020-02-14T13:47:18.213Z] [2020-02-14T13:47:18.213Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:47:18.213Z] #34 103.5 time [2020-02-14T13:47:18.213Z] #34 103.5 internal/syscall/unix [2020-02-14T13:47:18.213Z] #34 113.1 internal/poll [2020-02-14T13:47:18.504Z] #34 ... [2020-02-14T13:47:18.504Z] [2020-02-14T13:47:18.504Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:47:18.794Z] #63 60.10 Checking out files: 52% (1608/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 90% (2746/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-02-14T13:47:19.084Z] #63 61.43 + cd /tmp/tmp.1DeOOgNH4u/src/github.com/containerd/containerd [2020-02-14T13:47:19.084Z] #63 61.43 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-14T13:47:21.144Z] #63 63.36 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-14T13:47:21.144Z] #63 63.36 + BUILDTAGS='netgo osusergo static_build' [2020-02-14T13:47:21.144Z] #63 63.36 + export EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:47:21.144Z] #63 63.36 + EXTRA_FLAGS=-buildmode=pie [2020-02-14T13:47:21.144Z] #63 63.36 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-14T13:47:21.144Z] #63 63.36 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-14T13:47:21.144Z] #63 63.36 + '[' '' = dynamic ']' [2020-02-14T13:47:21.144Z] #63 63.36 + make [2020-02-14T13:47:22.184Z] #63 64.69 + bin/ctr [2020-02-14T13:47:26.575Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|imports|types_sizes|exports_file|files) took 1m52.050769287s [2020-02-14T13:47:26.575Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.894176ms [2020-02-14T13:47:29.063Z] #63 ... [2020-02-14T13:47:29.063Z] [2020-02-14T13:47:29.063Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:29.063Z] #48 113.3 internal/poll [2020-02-14T13:47:29.063Z] #48 120.1 regexp [2020-02-14T13:47:29.063Z] #48 121.8 path/filepath [2020-02-14T13:47:29.063Z] #48 122.5 net [2020-02-14T13:47:29.063Z] #48 ... [2020-02-14T13:47:29.063Z] [2020-02-14T13:47:29.063Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:29.063Z] #45 25.31 CC images/core-arm.o [2020-02-14T13:47:29.063Z] #45 25.96 CC images/core-aarch64.o [2020-02-14T13:47:29.063Z] #45 26.56 CC images/core-ppc64.o [2020-02-14T13:47:29.063Z] #45 27.64 CC images/core-s390.o [2020-02-14T13:47:29.063Z] #45 28.73 CC images/cpuinfo.o [2020-02-14T13:47:29.063Z] #45 29.48 CC images/inventory.o [2020-02-14T13:47:29.063Z] #45 30.04 CC images/fdinfo.o [2020-02-14T13:47:29.063Z] #45 30.64 CC images/fown.o [2020-02-14T13:47:29.063Z] #45 31.12 CC images/ns.o [2020-02-14T13:47:29.063Z] #45 31.49 CC images/regfile.o [2020-02-14T13:47:29.063Z] #45 31.80 CC images/ghost-file.o [2020-02-14T13:47:29.063Z] #45 32.37 CC images/fifo.o [2020-02-14T13:47:29.063Z] #45 32.64 CC images/remap-file-path.o [2020-02-14T13:47:29.063Z] #45 32.98 CC images/eventfd.o [2020-02-14T13:47:29.063Z] #45 33.31 CC images/eventpoll.o [2020-02-14T13:47:29.063Z] #45 33.75 CC images/fh.o [2020-02-14T13:47:29.063Z] #45 34.14 CC images/fsnotify.o [2020-02-14T13:47:29.063Z] #45 35.24 CC images/signalfd.o [2020-02-14T13:47:29.063Z] #45 35.60 CC images/fs.o [2020-02-14T13:47:29.063Z] #45 35.99 CC images/pstree.o [2020-02-14T13:47:29.063Z] #45 36.31 CC images/pipe.o [2020-02-14T13:47:29.353Z] #45 36.70 CC images/tcp-stream.o [2020-02-14T13:47:29.981Z] #45 37.14 CC images/sk-packet.o [2020-02-14T13:47:30.610Z] #45 37.60 CC images/mnt.o [2020-02-14T13:47:30.899Z] #45 38.08 CC images/pipe-data.o [2020-02-14T13:47:31.189Z] #45 38.41 CC images/sa.o [2020-02-14T13:47:31.189Z] #45 ... [2020-02-14T13:47:31.189Z] [2020-02-14T13:47:31.189Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:31.189Z] #48 126.4 os/exec [2020-02-14T13:47:31.820Z] #48 ... [2020-02-14T13:47:31.820Z] [2020-02-14T13:47:31.820Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:47:31.820Z] #34 117.0 os [2020-02-14T13:47:31.820Z] #34 118.1 internal/fmtsort [2020-02-14T13:47:31.820Z] #34 121.3 path/filepath [2020-02-14T13:47:31.820Z] #34 121.3 fmt [2020-02-14T13:47:31.820Z] #34 124.1 io/ioutil [2020-02-14T13:47:32.109Z] #34 ... [2020-02-14T13:47:32.109Z] [2020-02-14T13:47:32.109Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:32.109Z] #45 38.71 CC images/timer.o [2020-02-14T13:47:32.398Z] #45 39.41 CC images/timerfd.o [2020-02-14T13:47:32.698Z] #45 39.77 CC images/mm.o [2020-02-14T13:47:33.343Z] #45 40.41 CC images/sk-opts.o [2020-02-14T13:47:33.634Z] #45 40.95 CC images/sk-unix.o [2020-02-14T13:47:34.665Z] #45 41.56 CC images/sk-inet.o [2020-02-14T13:47:34.955Z] #45 42.17 CC images/tun.o [2020-02-14T13:47:35.584Z] #45 42.68 CC images/sk-netlink.o [2020-02-14T13:47:35.874Z] #45 43.09 CC images/packet-sock.o [2020-02-14T13:47:36.505Z] #45 43.77 CC images/ipc-var.o [2020-02-14T13:47:37.134Z] #45 44.10 CC images/ipc-desc.o [2020-02-14T13:47:37.134Z] #45 44.40 CC images/ipc-shm.o [2020-02-14T13:47:37.762Z] #45 44.87 CC images/ipc-msg.o [2020-02-14T13:47:38.395Z] #45 45.44 CC images/ipc-sem.o [2020-02-14T13:47:38.686Z] #45 45.86 CC images/utsns.o [2020-02-14T13:47:38.992Z] #45 ... [2020-02-14T13:47:38.992Z] [2020-02-14T13:47:38.992Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:38.992Z] #48 134.1 github.com/LK4D4/vndr/versioned [2020-02-14T13:47:38.992Z] #48 134.1 internal/lazyregexp [2020-02-14T13:47:42.509Z] #48 ... [2020-02-14T13:47:42.509Z] [2020-02-14T13:47:42.509Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:47:42.509Z] #34 127.6 log [2020-02-14T13:47:42.509Z] #34 127.6 flag [2020-02-14T13:47:42.509Z] #34 127.6 github.com/BurntSushi/toml [2020-02-14T13:47:42.509Z] #34 134.7 github.com/BurntSushi/toml/cmd/tomlv [2020-02-14T13:47:42.509Z] #34 ... [2020-02-14T13:47:42.509Z] [2020-02-14T13:47:42.509Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:42.509Z] #45 46.27 CC images/creds.o [2020-02-14T13:47:42.509Z] #45 46.64 CC images/vma.o [2020-02-14T13:47:42.509Z] #45 46.96 CC images/netdev.o [2020-02-14T13:47:42.509Z] #45 47.59 CC images/tty.o [2020-02-14T13:47:42.509Z] #45 48.65 CC images/file-lock.o [2020-02-14T13:47:42.509Z] #45 49.16 CC images/rlimit.o [2020-02-14T13:47:42.509Z] #45 49.56 CC images/pagemap.o [2020-02-14T13:47:43.140Z] #45 50.15 CC images/siginfo.o [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 4.5% of statements [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/types/filters 0.001s coverage: 92.2% of statements [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-14T13:47:43.263Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-14T13:47:43.263Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-02-14T13:47:43.431Z] #45 50.63 CC images/rpc.o [2020-02-14T13:47:43.618Z] ok github.com/docker/docker/builder/remotecontext 0.307s coverage: 13.6% of statements [2020-02-14T13:47:43.721Z] #45 ... [2020-02-14T13:47:43.721Z] [2020-02-14T13:47:43.721Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:47:43.721Z] #11 129.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-14T13:47:43.721Z] #11 129.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-14T13:47:43.721Z] #11 129.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:47:43.982Z] ok github.com/docker/docker/builder/dockerfile 0.913s coverage: 48.2% of statements [2020-02-14T13:47:44.016Z] #11 ... [2020-02-14T13:47:44.016Z] [2020-02-14T13:47:44.016Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:44.016Z] #48 139.1 crypto/cipher [2020-02-14T13:47:44.016Z] #48 139.1 crypto/sha512 [2020-02-14T13:47:44.016Z] #48 139.1 go/token [2020-02-14T13:47:44.346Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-02-14T13:47:45.279Z] ok github.com/docker/docker/builder/remotecontext/git 0.672s coverage: 86.3% of statements [2020-02-14T13:47:45.279Z] ? github.com/docker/docker/cli [no test files] [2020-02-14T13:47:45.279Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-14T13:47:46.749Z] #48 ... [2020-02-14T13:47:46.749Z] [2020-02-14T13:47:46.749Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-14T13:47:46.749Z] #34 DONE 141.5s [2020-02-14T13:47:46.749Z] [2020-02-14T13:47:46.749Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:47:46.749Z] #45 52.89 CC images/ext-file.o [2020-02-14T13:47:46.749Z] #45 53.17 CC images/cgroup.o [2020-02-14T13:47:47.038Z] #45 54.21 CC images/userns.o [2020-02-14T13:47:47.328Z] #45 54.70 CC images/google/protobuf/descriptor.o [2020-02-14T13:47:48.670Z] ok github.com/docker/docker/client 0.145s coverage: 75.8% of statements [2020-02-14T13:47:51.774Z] #45 58.19 CC images/opts.o [2020-02-14T13:47:51.774Z] #45 58.52 CC images/seccomp.o [2020-02-14T13:47:51.774Z] #45 58.87 CC images/binfmt-misc.o [2020-02-14T13:47:52.403Z] #45 59.33 CC images/time.o [2020-02-14T13:47:52.403Z] #45 59.66 CC images/sysctl.o [2020-02-14T13:47:53.034Z] #45 60.07 CC images/autofs.o [2020-02-14T13:47:53.324Z] #45 60.45 CC images/macvlan.o [2020-02-14T13:47:53.615Z] #45 60.76 CC images/sit.o [2020-02-14T13:47:53.905Z] #45 61.04 LINK images/built-in.o [2020-02-14T13:47:54.195Z] #45 61.25 GEN compel/include/asm [2020-02-14T13:47:54.195Z] #45 61.27 GEN compel/include/version.h [2020-02-14T13:47:54.195Z] #45 61.29 touch .config [2020-02-14T13:47:54.195Z] #45 61.31 GEN include/common/config.h [2020-02-14T13:47:54.195Z] #45 61.42 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-14T13:47:54.195Z] #45 61.48 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-14T13:47:54.195Z] #45 61.52 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-02-14T13:47:54.195Z] #45 61.55 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-02-14T13:47:54.195Z] #45 61.59 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-02-14T13:47:54.485Z] #45 61.64 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-02-14T13:47:54.485Z] #45 61.69 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-02-14T13:47:54.485Z] #45 61.72 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-14T13:47:54.485Z] #45 61.73 DEP compel/plugins/std/infect.d [2020-02-14T13:47:54.776Z] #45 61.99 DEP compel/plugins/std/string.d [2020-02-14T13:47:55.066Z] #45 62.20 DEP compel/plugins/std/log.d [2020-02-14T13:47:55.066Z] #45 62.36 DEP compel/plugins/std/fds.d [2020-02-14T13:47:55.356Z] #45 62.59 DEP compel/plugins/std/std.d [2020-02-14T13:47:55.647Z] #45 62.79 DEP compel/plugins/shmem/shmem.d [2020-02-14T13:47:55.647Z] #45 63.03 DEP compel/plugins/fds/fds.d [2020-02-14T13:47:55.951Z] #45 63.28 CC compel/plugins/std/std.o [2020-02-14T13:47:56.246Z] #45 ... [2020-02-14T13:47:56.246Z] [2020-02-14T13:47:56.246Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:47:56.246Z] #11 151.5 Selecting previously unselected package libapparmor1:ppc64el. [2020-02-14T13:47:56.246Z] #11 151.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-02-14T13:47:56.246Z] #11 151.5 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-02-14T13:47:56.246Z] #11 151.7 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-02-14T13:47:56.246Z] #11 151.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-02-14T13:47:56.246Z] #11 151.7 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-14T13:47:56.534Z] #11 151.8 Selecting previously unselected package libbtrfs0. [2020-02-14T13:47:56.534Z] #11 151.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-14T13:47:56.534Z] #11 151.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-14T13:47:56.534Z] #11 152.0 Selecting previously unselected package libbtrfs-dev. [2020-02-14T13:47:56.534Z] #11 152.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-14T13:47:56.534Z] #11 152.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:47:56.823Z] #11 152.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-02-14T13:47:56.823Z] #11 152.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-14T13:47:56.823Z] #11 152.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-14T13:47:56.823Z] #11 152.3 Selecting previously unselected package libudev-dev:ppc64el. [2020-02-14T13:47:57.112Z] #11 152.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-14T13:47:57.112Z] #11 152.3 Unpacking libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-14T13:47:57.112Z] #11 152.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-02-14T13:47:57.112Z] #11 152.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-02-14T13:47:57.112Z] #11 152.6 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-02-14T13:47:57.742Z] #11 153.0 Selecting previously unselected package libpcre16-3:ppc64el. [2020-02-14T13:47:57.742Z] #11 153.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-02-14T13:47:57.742Z] #11 153.0 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-14T13:47:57.742Z] #11 ... [2020-02-14T13:47:57.742Z] [2020-02-14T13:47:57.742Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:47:57.742Z] #48 143.0 net/url [2020-02-14T13:47:57.742Z] #48 143.4 go/scanner [2020-02-14T13:47:57.742Z] #48 145.2 text/template/parse [2020-02-14T13:47:57.742Z] #48 147.7 go/ast [2020-02-14T13:47:57.742Z] #48 149.0 encoding/json [2020-02-14T13:47:58.032Z] #48 ... [2020-02-14T13:47:58.032Z] [2020-02-14T13:47:58.032Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-14T13:47:58.032Z] #11 153.3 Selecting previously unselected package libpcre32-3:ppc64el. [2020-02-14T13:47:58.032Z] #11 153.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-02-14T13:47:58.032Z] #11 153.3 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-14T13:47:58.032Z] #11 153.5 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-02-14T13:47:58.032Z] #11 153.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-02-14T13:47:58.322Z] #11 153.5 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-14T13:47:58.322Z] #11 153.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-02-14T13:47:58.322Z] #11 153.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-02-14T13:47:58.322Z] #11 153.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-14T13:47:58.952Z] #11 154.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-02-14T13:47:58.952Z] #11 154.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-02-14T13:47:58.952Z] #11 154.3 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-14T13:47:59.232Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 14.7% of statements [2020-02-14T13:47:59.242Z] #11 154.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-02-14T13:47:59.242Z] #11 154.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-02-14T13:47:59.242Z] #11 154.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-14T13:47:59.242Z] #11 154.8 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-02-14T13:47:59.492Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-14T13:47:59.533Z] #11 154.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-02-14T13:47:59.533Z] #11 154.8 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-14T13:47:59.533Z] #11 155.0 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-02-14T13:47:59.533Z] #11 155.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-14T13:47:59.533Z] #11 155.0 Unpacking libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-14T13:47:59.751Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2020-02-14T13:47:59.751Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-14T13:47:59.751Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-14T13:47:59.751Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-14T13:48:00.320Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:48:00.564Z] #11 155.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-14T13:48:00.564Z] #11 155.9 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-14T13:48:00.564Z] #11 155.9 Setting up libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-14T13:48:00.564Z] #11 155.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-14T13:48:00.564Z] #11 156.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:48:00.564Z] #11 156.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 [2020-02-14T13:48:00.564Z] #11 156.1 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 [2020-02-14T13:48:00.855Z] #11 156.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-14T13:48:00.855Z] #11 156.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 [2020-02-14T13:48:00.855Z] #11 156.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 [2020-02-14T13:48:00.855Z] #11 156.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-14T13:48:00.855Z] #11 156.1 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-14T13:48:00.855Z] #11 156.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-14T13:48:00.855Z] #11 156.1 Setting up dmsetup (2:1.02.155-3) ... [2020-02-14T13:48:00.855Z] #11 156.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-14T13:48:00.855Z] #11 156.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-14T13:48:00.855Z] #11 156.2 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:48:01.146Z] #11 DONE 156.7s [2020-02-14T13:48:01.146Z] [2020-02-14T13:48:01.146Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:48:01.436Z] #12 ... [2020-02-14T13:48:01.436Z] [2020-02-14T13:48:01.436Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T13:48:01.436Z] #56 DONE 0.3s [2020-02-14T13:48:01.702Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-14T13:48:01.702Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-14T13:48:01.702Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-02-14T13:48:01.726Z] [2020-02-14T13:48:01.726Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-14T13:48:01.726Z] #57 DONE 0.1s [2020-02-14T13:48:01.726Z] [2020-02-14T13:48:01.726Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:01.726Z] #45 63.86 CC compel/plugins/std/fds.o [2020-02-14T13:48:01.726Z] #45 64.48 CC compel/plugins/std/log.o [2020-02-14T13:48:01.726Z] #45 65.73 CC compel/plugins/std/string.o [2020-02-14T13:48:01.726Z] #45 66.72 CC compel/plugins/std/infect.o [2020-02-14T13:48:01.726Z] #45 67.38 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-02-14T13:48:01.726Z] #45 67.44 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-02-14T13:48:01.726Z] #45 67.52 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-02-14T13:48:01.726Z] #45 67.61 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-02-14T13:48:01.726Z] #45 67.72 AR compel/plugins/std.lib.a [2020-02-14T13:48:01.726Z] #45 67.83 CC compel/plugins/fds/fds.o [2020-02-14T13:48:01.726Z] #45 68.26 AR compel/plugins/fds.lib.a [2020-02-14T13:48:01.727Z] #45 68.33 HOSTDEP compel/src/lib/log-host.d [2020-02-14T13:48:01.727Z] #45 68.61 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-14T13:48:01.964Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 4.5% of statements [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-14T13:48:01.964Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 92.2% of statements [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-14T13:48:01.964Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-14T13:48:02.016Z] #45 69.16 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-02-14T13:48:02.016Z] #45 ... [2020-02-14T13:48:02.016Z] [2020-02-14T13:48:02.016Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-14T13:48:02.016Z] #12 DONE 0.7s [2020-02-14T13:48:02.016Z] [2020-02-14T13:48:02.016Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-14T13:48:02.224Z] ok github.com/docker/docker/api/types/time 0.019s coverage: 100.0% of statements [2020-02-14T13:48:02.224Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-14T13:48:02.224Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-14T13:48:02.661Z] #13 DONE 0.5s [2020-02-14T13:48:02.661Z] [2020-02-14T13:48:02.661Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:02.661Z] #58 0.403 + RM_GOPATH=0 [2020-02-14T13:48:02.661Z] #58 0.405 + TMP_GOPATH= [2020-02-14T13:48:02.661Z] #58 0.406 + : /build [2020-02-14T13:48:02.661Z] #58 0.407 + '[' -z '' ']' [2020-02-14T13:48:02.661Z] #58 0.409 ++ mktemp -d [2020-02-14T13:48:02.661Z] #58 0.438 + export GOPATH=/tmp/tmp.aG2mMZ2EoL [2020-02-14T13:48:02.661Z] #58 0.439 + GOPATH=/tmp/tmp.aG2mMZ2EoL [2020-02-14T13:48:02.661Z] #58 0.441 + RM_GOPATH=1 [2020-02-14T13:48:02.661Z] #58 0.449 ++ dirname ./install.sh [2020-02-14T13:48:02.661Z] #58 0.455 + dir=. [2020-02-14T13:48:02.661Z] #58 0.456 + bin=runc [2020-02-14T13:48:02.661Z] #58 0.457 + shift [2020-02-14T13:48:02.661Z] #58 0.458 + '[' '!' -f ./runc.installer ']' [2020-02-14T13:48:02.661Z] #58 0.459 + . ./runc.installer [2020-02-14T13:48:02.661Z] #58 0.461 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:48:02.661Z] #58 0.463 + install_runc [2020-02-14T13:48:02.661Z] #58 0.465 + uname -r [2020-02-14T13:48:02.661Z] #58 0.465 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-14T13:48:02.661Z] #58 0.470 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-14T13:48:02.661Z] #58 0.471 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-14T13:48:02.661Z] #58 0.474 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-14T13:48:02.661Z] #58 0.475 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aG2mMZ2EoL/src/github.com/opencontainers/runc [2020-02-14T13:48:02.661Z] #58 0.484 Cloning into '/tmp/tmp.aG2mMZ2EoL/src/github.com/opencontainers/runc'... [2020-02-14T13:48:02.794Z] ok github.com/docker/docker/builder/dockerignore 0.056s coverage: 96.8% of statements [2020-02-14T13:48:02.955Z] #58 ... [2020-02-14T13:48:02.955Z] [2020-02-14T13:48:02.955Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-14T13:48:02.955Z] #14 0.321 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-14T13:48:02.955Z] #14 DONE 0.4s [2020-02-14T13:48:03.247Z] [2020-02-14T13:48:03.247Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-14T13:48:03.537Z] #15 DONE 0.4s [2020-02-14T13:48:03.537Z] [2020-02-14T13:48:03.537Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-14T13:48:03.827Z] #16 DONE 0.4s [2020-02-14T13:48:03.827Z] [2020-02-14T13:48:03.827Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:03.827Z] #45 69.31 HOSTDEP compel/src/main-host.d [2020-02-14T13:48:03.827Z] #45 69.54 DEP compel/src/lib/ptrace.d [2020-02-14T13:48:03.827Z] #45 69.88 DEP compel/src/lib/infect.d [2020-02-14T13:48:03.827Z] #45 70.30 DEP compel/src/lib/infect-util.d [2020-02-14T13:48:03.827Z] #45 70.53 DEP compel/src/lib/infect-rpc.d [2020-02-14T13:48:03.827Z] #45 70.78 DEP compel/arch/ppc64/src/lib/infect.d [2020-02-14T13:48:03.827Z] #45 70.92 DEP compel/arch/ppc64/src/lib/cpu.d [2020-02-14T13:48:03.827Z] #45 71.16 DEP compel/src/lib/log.d [2020-02-14T13:48:04.119Z] #45 ... [2020-02-14T13:48:04.119Z] [2020-02-14T13:48:04.119Z] #17 [dev 6/25] RUN ldconfig [2020-02-14T13:48:04.119Z] #17 DONE 0.4s [2020-02-14T13:48:04.409Z] [2020-02-14T13:48:04.409Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:04.409Z] #45 71.50 DEP compel/src/main.d [2020-02-14T13:48:04.409Z] #45 71.67 DEP compel/src/lib/handle-elf.d [2020-02-14T13:48:04.699Z] #45 71.92 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-02-14T13:48:04.988Z] #45 72.25 CC compel/src/lib/log.o [2020-02-14T13:48:05.337Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2020-02-14T13:48:05.617Z] #45 72.76 CC compel/arch/ppc64/src/lib/cpu.o [2020-02-14T13:48:06.248Z] #45 73.31 CC compel/arch/ppc64/src/lib/infect.o [2020-02-14T13:48:06.721Z] ok github.com/docker/docker/builder/remotecontext/git 3.107s coverage: 86.3% of statements [2020-02-14T13:48:06.981Z] ok github.com/docker/docker/builder/remotecontext 0.326s coverage: 13.6% of statements [2020-02-14T13:48:07.278Z] #45 74.57 CC compel/src/lib/infect-rpc.o [2020-02-14T13:48:07.921Z] ok github.com/docker/docker/builder/dockerfile 1.206s coverage: 48.2% of statements [2020-02-14T13:48:08.181Z] ? github.com/docker/docker/cli [no test files] [2020-02-14T13:48:08.182Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-14T13:48:08.303Z] #45 75.33 CC compel/src/lib/infect-util.o [2020-02-14T13:48:08.609Z] #45 75.76 CC compel/src/lib/infect.o [2020-02-14T13:48:12.381Z] ok github.com/docker/docker/client 0.366s coverage: 75.8% of statements [2020-02-14T13:48:13.044Z] #45 80.01 CC compel/src/lib/ptrace.o [2020-02-14T13:48:13.670Z] #45 80.75 AR compel/libcompel.a [2020-02-14T13:48:13.670Z] #45 80.87 HOSTCC compel/src/main-host.o [2020-02-14T13:48:13.959Z] #45 ... [2020-02-14T13:48:13.959Z] [2020-02-14T13:48:13.959Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:13.959Z] #58 12.18 + cd /tmp/tmp.aG2mMZ2EoL/src/github.com/opencontainers/runc [2020-02-14T13:48:13.959Z] #58 12.18 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-14T13:48:14.250Z] #58 ... [2020-02-14T13:48:14.250Z] [2020-02-14T13:48:14.250Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:14.250Z] #18 0.757 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-14T13:48:14.250Z] #18 0.996 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-14T13:48:14.250Z] #18 1.287 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-14T13:48:14.250Z] #18 2.121 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-14T13:48:14.250Z] #18 4.094 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [171 kB] [2020-02-14T13:48:14.250Z] #18 6.171 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-02-14T13:48:14.540Z] #18 ... [2020-02-14T13:48:14.540Z] [2020-02-14T13:48:14.540Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:14.540Z] #45 81.65 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-02-14T13:48:14.830Z] #45 81.98 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-14T13:48:15.460Z] #45 82.76 HOSTCC compel/src/lib/log-host.o [2020-02-14T13:48:16.090Z] #45 83.12 HOSTLINK compel/compel-host-bin [2020-02-14T13:48:16.090Z] #45 ... [2020-02-14T13:48:16.090Z] [2020-02-14T13:48:16.090Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:16.090Z] #48 161.2 text/template [2020-02-14T13:48:16.090Z] #48 171.3 go/parser [2020-02-14T13:48:16.090Z] #48 ... [2020-02-14T13:48:16.090Z] [2020-02-14T13:48:16.090Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:16.090Z] #45 83.33 DEP soccr/soccr.d [2020-02-14T13:48:16.719Z] #45 83.75 CC soccr/soccr.o [2020-02-14T13:48:16.951Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 30.7% of statements [2020-02-14T13:48:16.951Z] ok github.com/docker/docker/container 0.131s coverage: 35.3% of statements [2020-02-14T13:48:16.951Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-14T13:48:16.951Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-14T13:48:16.951Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-14T13:48:16.951Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-14T13:48:19.459Z] #45 86.83 AR soccr/libsoccr.a [2020-02-14T13:48:19.748Z] #45 86.92 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:48:20.377Z] #45 87.55 DEP criu/arch/ppc64/sigframe.d [2020-02-14T13:48:20.666Z] #45 87.83 DEP criu/arch/ppc64/crtools.d [2020-02-14T13:48:20.957Z] #45 88.23 DEP criu/arch/ppc64/cpu.d [2020-02-14T13:48:21.248Z] #45 ... [2020-02-14T13:48:21.248Z] [2020-02-14T13:48:21.248Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:21.248Z] #48 176.4 encoding/xml [2020-02-14T13:48:21.340Z] ok github.com/docker/docker/daemon/cluster 0.036s coverage: 0.5% of statements [2020-02-14T13:48:22.118Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-02-14T13:48:23.399Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.7% of statements [2020-02-14T13:48:24.748Z] #48 ... [2020-02-14T13:48:24.748Z] [2020-02-14T13:48:24.748Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:24.748Z] #58 12.88 + '[' -z '' ']' [2020-02-14T13:48:24.748Z] #58 12.88 + target=static [2020-02-14T13:48:24.748Z] #58 12.88 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-14T13:48:24.748Z] #58 15.37 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-14T13:48:24.748Z] #58 ... [2020-02-14T13:48:24.748Z] [2020-02-14T13:48:24.748Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:24.748Z] #45 88.64 CC criu/arch/ppc64/cpu.o [2020-02-14T13:48:24.748Z] #45 89.61 CC criu/arch/ppc64/crtools.o [2020-02-14T13:48:24.748Z] #45 91.73 CC criu/arch/ppc64/sigframe.o [2020-02-14T13:48:25.067Z] #45 92.35 LINK criu/arch/ppc64/crtools.built-in.o [2020-02-14T13:48:25.086Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:48:25.086Z] [2020-02-14T13:48:25.086Z] [2020-02-14T13:48:25.086Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-02-14T13:48:25.086Z] [2020-02-14T13:48:25.086Z] [2020-02-14T13:48:25.086Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T13:48:25.086Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T13:48:25.086Z] HOSTNAME=004207ac0fa5 [2020-02-14T13:48:25.086Z] TEST_SKIP_INTEGRATION=1 [2020-02-14T13:48:25.086Z] TESTDEBUG=0 [2020-02-14T13:48:25.086Z] DEST=bundles/test-integration [2020-02-14T13:48:25.086Z] PWD=/go/src/github.com/docker/docker [2020-02-14T13:48:25.086Z] KEEPBUNDLE=1 [2020-02-14T13:48:25.086Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:48:25.086Z] container=docker [2020-02-14T13:48:25.086Z] HOME=/root [2020-02-14T13:48:25.086Z] GOLANG_VERSION=1.13.7 [2020-02-14T13:48:25.086Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T13:48:25.086Z] VALIDATE_BRANCH=master [2020-02-14T13:48:25.086Z] TERM=xterm [2020-02-14T13:48:25.086Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T13:48:25.086Z] SHLVL=1 [2020-02-14T13:48:25.086Z] TIMEOUT=120m [2020-02-14T13:48:25.086Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T13:48:25.086Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T13:48:25.086Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-02-14T13:48:25.086Z] GO111MODULE=off [2020-02-14T13:48:25.086Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T13:48:25.086Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T13:48:25.086Z] GOPATH=/go [2020-02-14T13:48:25.086Z] PKG_CONFIG=pkg-config [2020-02-14T13:48:25.086Z] _=/usr/bin/env [2020-02-14T13:48:25.086Z] Building test suite binary ./integration-cli/test.main [2020-02-14T13:48:25.086Z] No new tests added to integration. [2020-02-14T13:48:25.086Z] [2020-02-14T13:48:25.086Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T13:48:25.086Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T13:48:25.086Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T13:48:25.086Z] HOSTNAME=55cb2f368134 [2020-02-14T13:48:25.086Z] TEST_SKIP_INTEGRATION=1 [2020-02-14T13:48:25.086Z] TESTDEBUG=0 [2020-02-14T13:48:25.086Z] DEST=bundles/test-integration [2020-02-14T13:48:25.086Z] PWD=/go/src/github.com/docker/docker [2020-02-14T13:48:25.086Z] KEEPBUNDLE=1 [2020-02-14T13:48:25.086Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:48:25.086Z] container=docker [2020-02-14T13:48:25.086Z] HOME=/root [2020-02-14T13:48:25.086Z] GOLANG_VERSION=1.13.7 [2020-02-14T13:48:25.086Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T13:48:25.086Z] VALIDATE_BRANCH=master [2020-02-14T13:48:25.086Z] TERM=xterm [2020-02-14T13:48:25.086Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T13:48:25.086Z] SHLVL=1 [2020-02-14T13:48:25.086Z] TIMEOUT=120m [2020-02-14T13:48:25.086Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T13:48:25.086Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T13:48:25.086Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-14T13:48:25.086Z] GO111MODULE=off [2020-02-14T13:48:25.086Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T13:48:25.086Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T13:48:25.086Z] GOPATH=/go [2020-02-14T13:48:25.086Z] PKG_CONFIG=pkg-config [2020-02-14T13:48:25.086Z] _=/usr/bin/env [2020-02-14T13:48:25.086Z] Building test suite binary ./integration-cli/test.main [2020-02-14T13:48:25.356Z] #45 92.45 DEP criu/arch/ppc64/misc.d [2020-02-14T13:48:25.356Z] #45 92.51 DEP criu/arch/ppc64/vdso-trampoline.d [2020-02-14T13:48:25.356Z] #45 92.56 DEP criu/arch/ppc64/vdso-pie.d [2020-02-14T13:48:25.643Z] #45 92.79 DEP criu/pie/parasite-vdso.d [2020-02-14T13:48:25.652Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T13:48:25.652Z] HOSTNAME=3027c871a489 [2020-02-14T13:48:25.652Z] TESTDEBUG=0 [2020-02-14T13:48:25.652Z] DEST=bundles/test-integration [2020-02-14T13:48:25.652Z] PWD=/go/src/github.com/docker/docker [2020-02-14T13:48:25.652Z] KEEPBUNDLE=1 [2020-02-14T13:48:25.652Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:48:25.652Z] container=docker [2020-02-14T13:48:25.652Z] HOME=/root [2020-02-14T13:48:25.652Z] GOLANG_VERSION=1.13.7 [2020-02-14T13:48:25.652Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T13:48:25.652Z] VALIDATE_BRANCH=master [2020-02-14T13:48:25.652Z] TERM=xterm [2020-02-14T13:48:25.652Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T13:48:25.652Z] SHLVL=1 [2020-02-14T13:48:25.652Z] TIMEOUT=120m [2020-02-14T13:48:25.652Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T13:48:25.652Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T13:48:25.652Z] GO111MODULE=off [2020-02-14T13:48:25.652Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-14T13:48:25.652Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T13:48:25.652Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T13:48:25.652Z] GOPATH=/go [2020-02-14T13:48:25.652Z] PKG_CONFIG=pkg-config [2020-02-14T13:48:25.652Z] _=/usr/bin/env [2020-02-14T13:48:25.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-14T13:48:25.931Z] #45 93.20 DEP criu/pie/util-vdso.d [2020-02-14T13:48:26.219Z] #45 93.40 DEP criu/pie/util.d [2020-02-14T13:48:26.219Z] #45 93.61 CC criu/pie/util.o [2020-02-14T13:48:27.244Z] #45 94.31 CC criu/pie/util-vdso.o [2020-02-14T13:48:28.746Z] #45 95.57 CC criu/pie/parasite-vdso.o [2020-02-14T13:48:29.377Z] #45 ... [2020-02-14T13:48:29.377Z] [2020-02-14T13:48:29.377Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:48:29.377Z] #66 174.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-14T13:48:29.377Z] #66 174.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-14T13:48:29.667Z] #66 ... [2020-02-14T13:48:29.667Z] [2020-02-14T13:48:29.667Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:29.667Z] #18 15.52 Fetched 8107 kB in 15s (544 kB/s) [2020-02-14T13:48:29.667Z] #18 15.52 Reading package lists... [2020-02-14T13:48:29.957Z] #18 21.60 Reading package lists... [2020-02-14T13:48:29.957Z] #18 ... [2020-02-14T13:48:29.957Z] [2020-02-14T13:48:29.957Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:29.957Z] #45 96.96 CC criu/arch/ppc64/vdso-pie.o [2020-02-14T13:48:30.586Z] #45 97.68 CC criu/arch/ppc64/vdso-trampoline.o [2020-02-14T13:48:30.587Z] #45 97.75 CC criu/arch/ppc64/misc.o [2020-02-14T13:48:30.587Z] #45 97.83 AR criu/pie/pie.lib.a [2020-02-14T13:48:30.587Z] #45 97.95 DEP criu/pie/restorer.d [2020-02-14T13:48:30.940Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.428s coverage: 13.7% of statements [2020-02-14T13:48:31.617Z] #45 98.56 DEP criu/arch/ppc64/restorer.d [2020-02-14T13:48:31.733Z] ok github.com/docker/docker/daemon/config 0.021s coverage: 81.7% of statements [2020-02-14T13:48:31.935Z] #45 99.03 DEP criu/pie/parasite.d [2020-02-14T13:48:31.935Z] #45 ... [2020-02-14T13:48:31.935Z] [2020-02-14T13:48:31.935Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:48:31.935Z] #66 DONE 187.2s [2020-02-14T13:48:32.101Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-02-14T13:48:32.237Z] [2020-02-14T13:48:32.237Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-14T13:48:32.237Z] #67 DONE 0.1s [2020-02-14T13:48:32.237Z] [2020-02-14T13:48:32.237Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:48:32.237Z] #42 ... [2020-02-14T13:48:32.237Z] [2020-02-14T13:48:32.237Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:32.237Z] #18 21.60 Reading package lists... [2020-02-14T13:48:32.852Z] ok github.com/docker/docker/daemon 12.254s coverage: 17.5% of statements [2020-02-14T13:48:32.852Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-14T13:48:32.852Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-14T13:48:32.852Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-02-14T13:48:32.852Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-14T13:48:32.852Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-14T13:48:34.031Z] #18 28.45 Building dependency tree... [2020-02-14T13:48:34.115Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2020-02-14T13:48:35.060Z] #18 30.89 libcap2-bin is already the newest version (1:2.25-2). [2020-02-14T13:48:35.060Z] #18 30.89 The following additional packages will be installed: [2020-02-14T13:48:35.060Z] #18 30.91 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-14T13:48:35.060Z] #18 30.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-14T13:48:35.060Z] #18 30.91 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-14T13:48:35.060Z] #18 30.91 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-14T13:48:35.060Z] #18 30.91 python3.7 python3.7-minimal vim-runtime xxd [2020-02-14T13:48:35.060Z] #18 30.92 Suggested packages: [2020-02-14T13:48:35.060Z] #18 30.92 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-14T13:48:35.060Z] #18 30.92 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-14T13:48:35.060Z] #18 30.92 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-14T13:48:35.060Z] #18 30.92 Recommended packages: [2020-02-14T13:48:35.060Z] #18 30.92 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-14T13:48:35.060Z] #18 30.92 python3-keyrings.alt python3-xdg unzip [2020-02-14T13:48:35.909Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-02-14T13:48:36.713Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.271s coverage: 57.9% of statements [2020-02-14T13:48:38.562Z] #18 33.91 The following NEW packages will be installed: [2020-02-14T13:48:38.562Z] #18 33.92 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-14T13:48:38.562Z] #18 33.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-14T13:48:38.562Z] #18 33.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-14T13:48:38.562Z] #18 33.92 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-14T13:48:38.562Z] #18 33.92 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-14T13:48:38.562Z] #18 33.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-14T13:48:38.562Z] #18 33.93 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-14T13:48:38.562Z] #18 33.93 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-14T13:48:38.562Z] #18 34.06 0 upgraded, 46 newly installed, 0 to remove and 9 not upgraded. [2020-02-14T13:48:38.562Z] #18 34.06 Need to get 27.7 MB of archives. [2020-02-14T13:48:38.562Z] #18 34.06 After this operation, 129 MB of additional disk space will be used. [2020-02-14T13:48:38.562Z] #18 34.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-02-14T13:48:38.562Z] #18 34.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-02-14T13:48:38.562Z] #18 34.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-02-14T13:48:38.562Z] #18 34.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-02-14T13:48:38.868Z] #18 34.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-02-14T13:48:38.868Z] #18 34.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-02-14T13:48:38.868Z] #18 34.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-02-14T13:48:38.868Z] #18 34.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-02-14T13:48:38.868Z] #18 34.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-02-14T13:48:38.868Z] #18 34.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-02-14T13:48:38.868Z] #18 34.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-02-14T13:48:38.868Z] #18 34.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-02-14T13:48:38.868Z] #18 34.73 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-02-14T13:48:38.868Z] #18 34.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-02-14T13:48:38.868Z] #18 34.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-02-14T13:48:38.868Z] #18 34.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-02-14T13:48:38.868Z] #18 34.80 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-14T13:48:38.946Z] ok github.com/docker/docker/cmd/dockerd 0.106s coverage: 30.7% of statements [2020-02-14T13:48:39.159Z] #18 34.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-14T13:48:39.159Z] #18 34.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-02-14T13:48:39.159Z] #18 34.85 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-02-14T13:48:39.159Z] #18 34.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-02-14T13:48:39.159Z] #18 34.88 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-02-14T13:48:39.159Z] #18 34.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-02-14T13:48:39.159Z] #18 34.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-14T13:48:39.159Z] #18 34.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-14T13:48:39.159Z] #18 34.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-14T13:48:39.159Z] #18 34.95 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-02-14T13:48:39.159Z] #18 34.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-02-14T13:48:39.159Z] #18 34.96 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-14T13:48:39.789Z] #18 35.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-14T13:48:39.789Z] #18 35.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-14T13:48:40.094Z] #18 35.79 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-14T13:48:40.094Z] #18 35.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-02-14T13:48:40.094Z] #18 35.82 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-02-14T13:48:40.094Z] #18 35.85 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-02-14T13:48:40.094Z] #18 35.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-14T13:48:40.094Z] #18 36.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-02-14T13:48:40.094Z] #18 36.03 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-02-14T13:48:40.395Z] #18 36.04 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-14T13:48:40.395Z] #18 36.06 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-02-14T13:48:40.395Z] #18 36.10 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-14T13:48:40.395Z] #18 36.11 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-02-14T13:48:40.395Z] #18 36.14 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-14T13:48:40.853Z] ok github.com/docker/docker/container 0.173s coverage: 35.3% of statements [2020-02-14T13:48:40.853Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-14T13:48:40.853Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-14T13:48:40.853Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-14T13:48:40.853Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-14T13:48:41.031Z] #18 36.79 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-02-14T13:48:41.031Z] #18 36.93 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-02-14T13:48:41.031Z] #18 37.03 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-02-14T13:48:42.538Z] #18 38.29 debconf: delaying package configuration, since apt-utils is not installed [2020-02-14T13:48:42.538Z] #18 38.44 Fetched 27.7 MB in 3s (9096 kB/s) [2020-02-14T13:48:42.538Z] #18 ... [2020-02-14T13:48:42.538Z] [2020-02-14T13:48:42.538Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:42.538Z] #45 99.87 CC criu/pie/parasite.o [2020-02-14T13:48:42.538Z] #45 103.2 LINK criu/pie/parasite.built-in.o [2020-02-14T13:48:42.538Z] #45 103.2 GEN criu/pie/parasite-blob.h [2020-02-14T13:48:42.538Z] #45 103.3 CC criu/arch/ppc64/restorer.o [2020-02-14T13:48:42.538Z] #45 104.1 CC criu/pie/restorer.o [2020-02-14T13:48:42.538Z] #45 109.3 LINK criu/pie/restorer.built-in.o [2020-02-14T13:48:42.538Z] #45 109.4 GEN criu/pie/restorer-blob.h [2020-02-14T13:48:42.538Z] #45 109.6 DEP criu/vdso.d [2020-02-14T13:48:42.538Z] #45 109.9 DEP criu/uts_ns.d [2020-02-14T13:48:42.829Z] #45 ... [2020-02-14T13:48:42.829Z] [2020-02-14T13:48:42.829Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:42.829Z] #18 38.58 Selecting previously unselected package pigz. [2020-02-14T13:48:42.829Z] #18 38.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 ... 23352 files and directories currently installed.) [2020-02-14T13:48:42.829Z] #18 38.70 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-02-14T13:48:42.829Z] #18 38.71 Unpacking pigz (2.4-1) ... [2020-02-14T13:48:42.922Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.482s coverage: 45.9% of statements [2020-02-14T13:48:43.117Z] #18 38.87 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-02-14T13:48:43.117Z] #18 38.88 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-14T13:48:43.117Z] #18 38.89 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-14T13:48:43.747Z] #18 39.53 Selecting previously unselected package python3.7-minimal. [2020-02-14T13:48:43.747Z] #18 39.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-14T13:48:43.747Z] #18 39.56 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:48:44.035Z] #18 ... [2020-02-14T13:48:44.035Z] [2020-02-14T13:48:44.035Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:44.035Z] #48 189.1 go/doc [2020-02-14T13:48:44.035Z] #48 191.1 crypto/rand [2020-02-14T13:48:44.035Z] #48 194.2 crypto/elliptic [2020-02-14T13:48:44.035Z] #48 ... [2020-02-14T13:48:44.035Z] [2020-02-14T13:48:44.035Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:44.035Z] #45 110.2 DEP criu/util.d [2020-02-14T13:48:44.035Z] #45 110.6 DEP criu/uffd.d [2020-02-14T13:48:44.035Z] #45 111.0 DEP criu/tun.d [2020-02-14T13:48:44.035Z] #45 111.3 DEP criu/tty.d [2020-02-14T13:48:44.665Z] #45 111.7 DEP criu/timerfd.d [2020-02-14T13:48:44.956Z] #45 112.1 DEP criu/sysfs_parse.d [2020-02-14T13:48:45.056Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.028s coverage: 65.3% of statements [2020-02-14T13:48:45.056Z] ok github.com/docker/docker/daemon/cluster/convert 0.024s coverage: 35.7% of statements [2020-02-14T13:48:45.056Z] ok github.com/docker/docker/daemon/cluster 0.087s coverage: 0.5% of statements [2020-02-14T13:48:45.246Z] #45 112.4 DEP criu/sysctl.d [2020-02-14T13:48:45.537Z] #45 112.7 DEP criu/string.d [2020-02-14T13:48:45.537Z] #45 112.8 DEP criu/stats.d [2020-02-14T13:48:45.829Z] #45 113.1 DEP criu/sockets.d [2020-02-14T13:48:46.027Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.934s coverage: 48.6% of statements [2020-02-14T13:48:46.465Z] #45 113.6 DEP criu/sk-unix.d [2020-02-14T13:48:46.776Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.540s coverage: 72.5% of statements [2020-02-14T13:48:46.776Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-14T13:48:47.109Z] #45 114.3 DEP criu/sk-tcp.d [2020-02-14T13:48:47.398Z] #45 114.6 DEP criu/sk-queue.d [2020-02-14T13:48:48.028Z] #45 115.0 DEP criu/sk-packet.d [2020-02-14T13:48:48.319Z] #45 115.4 DEP criu/sk-netlink.d [2020-02-14T13:48:48.366Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2020-02-14T13:48:48.366Z] ok github.com/docker/docker/daemon/config 0.095s coverage: 81.7% of statements [2020-02-14T13:48:48.529Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.521s coverage: 76.1% of statements [2020-02-14T13:48:48.611Z] #45 115.7 DEP criu/sk-inet.d [2020-02-14T13:48:48.901Z] #45 116.2 DEP criu/signalfd.d [2020-02-14T13:48:49.323Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-02-14T13:48:49.531Z] #45 116.5 DEP criu/sigframe.d [2020-02-14T13:48:49.531Z] #45 116.7 DEP criu/shmem.d [2020-02-14T13:48:49.748Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2020-02-14T13:48:49.821Z] #45 117.0 DEP criu/servicefd.d [2020-02-14T13:48:50.099Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-02-14T13:48:50.111Z] #45 117.4 DEP criu/seize.d [2020-02-14T13:48:50.111Z] #45 ... [2020-02-14T13:48:50.111Z] [2020-02-14T13:48:50.111Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:50.111Z] #18 40.89 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-14T13:48:50.111Z] #18 40.91 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-14T13:48:50.111Z] #18 45.48 Selecting previously unselected package python3-minimal. [2020-02-14T13:48:50.111Z] #18 45.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 ... 23601 files and directories currently installed.) [2020-02-14T13:48:50.111Z] #18 45.63 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-02-14T13:48:50.111Z] #18 45.64 Unpacking python3-minimal (3.7.3-1) ... [2020-02-14T13:48:50.111Z] #18 45.74 Selecting previously unselected package libmpdec2:ppc64el. [2020-02-14T13:48:50.111Z] #18 45.75 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-02-14T13:48:50.111Z] #18 45.77 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-02-14T13:48:50.111Z] #18 45.90 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-02-14T13:48:50.111Z] #18 45.93 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-14T13:48:50.111Z] #18 45.93 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-14T13:48:50.402Z] #18 ... [2020-02-14T13:48:50.402Z] [2020-02-14T13:48:50.402Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:50.402Z] #45 117.7 DEP criu/seccomp.d [2020-02-14T13:48:51.035Z] #45 118.1 DEP criu/rst-malloc.d [2020-02-14T13:48:51.035Z] #45 118.3 DEP criu/rbtree.d [2020-02-14T13:48:51.035Z] #45 118.4 DEP criu/pstree.d [2020-02-14T13:48:51.130Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2020-02-14T13:48:51.325Z] #45 118.7 DEP criu/protobuf.d [2020-02-14T13:48:51.956Z] #45 119.0 GEN criu/protobuf-desc-gen.h [2020-02-14T13:48:52.088Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2020-02-14T13:48:52.088Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-02-14T13:48:52.531Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.059s coverage: 59.8% of statements [2020-02-14T13:48:52.531Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-14T13:48:52.531Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-14T13:48:52.531Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-14T13:48:52.531Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-14T13:48:53.439Z] 65014b3c3121: Pull complete [2020-02-14T13:48:54.380Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 42.7% of statements [2020-02-14T13:48:54.380Z] ok github.com/docker/docker/daemon/logger/awslogs 0.086s coverage: 77.8% of statements [2020-02-14T13:48:54.380Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-14T13:48:54.380Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-14T13:48:54.421Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-02-14T13:48:55.161Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2020-02-14T13:48:55.494Z] #45 122.1 DEP criu/protobuf-desc.d [2020-02-14T13:48:55.494Z] #45 122.3 DEP criu/proc_parse.d [2020-02-14T13:48:55.494Z] #45 122.7 DEP criu/plugin.d [2020-02-14T13:48:55.494Z] #45 122.8 DEP criu/pipes.d [2020-02-14T13:48:55.532Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements [2020-02-14T13:48:55.782Z] #45 123.1 DEP criu/pie-util.d [2020-02-14T13:48:55.898Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2020-02-14T13:48:56.073Z] #45 123.3 DEP criu/pie-util-vdso.d [2020-02-14T13:48:56.278Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.003s coverage: 62.1% of statements [2020-02-14T13:48:56.324Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.577s coverage: 57.0% of statements [2020-02-14T13:48:56.324Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.471s coverage: 13.6% of statements [2020-02-14T13:48:56.362Z] #45 123.5 DEP criu/pie-util-vdso-elf32.d [2020-02-14T13:48:56.362Z] #45 ... [2020-02-14T13:48:56.362Z] [2020-02-14T13:48:56.362Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:48:56.362Z] #18 47.54 Selecting previously unselected package python3.7. [2020-02-14T13:48:56.362Z] #18 47.55 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 47.56 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:48:56.362Z] #18 47.73 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-02-14T13:48:56.362Z] #18 47.76 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 47.76 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-14T13:48:56.362Z] #18 47.92 Setting up python3-minimal (3.7.3-1) ... [2020-02-14T13:48:56.362Z] #18 49.46 Selecting previously unselected package python3. [2020-02-14T13:48:56.362Z] #18 49.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 ... 24013 files and directories currently installed.) [2020-02-14T13:48:56.362Z] #18 49.54 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 49.57 Unpacking python3 (3.7.3-1) ... [2020-02-14T13:48:56.362Z] #18 49.72 Selecting previously unselected package libip4tc0:ppc64el. [2020-02-14T13:48:56.362Z] #18 49.75 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 49.76 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-02-14T13:48:56.362Z] #18 49.92 Selecting previously unselected package libip6tc0:ppc64el. [2020-02-14T13:48:56.362Z] #18 49.95 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 49.96 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-02-14T13:48:56.362Z] #18 50.09 Selecting previously unselected package libiptc0:ppc64el. [2020-02-14T13:48:56.362Z] #18 50.10 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 50.13 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-02-14T13:48:56.362Z] #18 50.29 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-02-14T13:48:56.362Z] #18 50.32 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-02-14T13:48:56.362Z] #18 50.32 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-14T13:48:56.362Z] #18 50.44 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-02-14T13:48:56.363Z] #18 50.47 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-02-14T13:48:56.363Z] #18 50.48 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-14T13:48:56.363Z] #18 50.62 Selecting previously unselected package libnftnl11:ppc64el. [2020-02-14T13:48:56.363Z] #18 50.63 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-02-14T13:48:56.363Z] #18 50.63 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-02-14T13:48:56.363Z] #18 50.87 Selecting previously unselected package iptables. [2020-02-14T13:48:56.363Z] #18 50.87 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-02-14T13:48:56.363Z] #18 50.88 Unpacking iptables (1.8.2-4) ... [2020-02-14T13:48:56.363Z] #18 51.69 Selecting previously unselected package xxd. [2020-02-14T13:48:56.363Z] #18 51.72 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-14T13:48:56.363Z] #18 51.72 Unpacking xxd (2:8.1.0875-5) ... [2020-02-14T13:48:56.363Z] #18 51.90 Selecting previously unselected package vim-common. [2020-02-14T13:48:56.363Z] #18 51.93 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:48:56.363Z] #18 51.98 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-14T13:48:56.363Z] #18 52.22 Selecting previously unselected package bash-completion. [2020-02-14T13:48:56.363Z] #18 52.25 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-14T13:48:57.055Z] ok github.com/docker/docker/daemon/logger/local 0.008s coverage: 74.7% of statements [2020-02-14T13:48:57.055Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-14T13:48:57.426Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.008s coverage: 19.9% of statements [2020-02-14T13:48:58.216Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 47.8% of statements [2020-02-14T13:48:58.575Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-02-14T13:48:59.083Z] #18 ... [2020-02-14T13:48:59.083Z] [2020-02-14T13:48:59.083Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:48:59.083Z] #48 204.1 crypto/rsa [2020-02-14T13:48:59.083Z] #48 204.8 github.com/LK4D4/vndr/build [2020-02-14T13:48:59.083Z] #48 207.8 vendor/golang.org/x/crypto/cryptobyte [2020-02-14T13:48:59.083Z] #48 212.3 vendor/golang.org/x/net/idna [2020-02-14T13:48:59.083Z] #48 ... [2020-02-14T13:48:59.083Z] [2020-02-14T13:48:59.083Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:48:59.083Z] #45 123.7 DEP criu/path.d [2020-02-14T13:48:59.083Z] #45 124.0 DEP criu/parasite-syscall.d [2020-02-14T13:48:59.083Z] #45 124.3 DEP criu/pagemap.d [2020-02-14T13:48:59.083Z] #45 124.7 DEP criu/pagemap-cache.d [2020-02-14T13:48:59.083Z] #45 125.0 DEP criu/page-xfer.d [2020-02-14T13:48:59.083Z] #45 125.3 DEP criu/page-pipe.d [2020-02-14T13:48:59.083Z] #45 125.5 DEP criu/netfilter.d [2020-02-14T13:48:59.083Z] #45 125.7 DEP criu/net.d [2020-02-14T13:48:59.083Z] #45 126.1 DEP criu/namespaces.d [2020-02-14T13:48:59.367Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-14T13:48:59.371Z] #45 126.5 DEP criu/mount.d [2020-02-14T13:48:59.660Z] #45 126.9 DEP criu/mem.d [2020-02-14T13:48:59.720Z] ok github.com/docker/docker/daemon/logger/splunk 1.461s coverage: 82.5% of statements [2020-02-14T13:48:59.721Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-14T13:48:59.721Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-14T13:48:59.950Z] #45 127.2 DEP criu/lsm.d [2020-02-14T13:49:00.240Z] #45 127.5 DEP criu/log.d [2020-02-14T13:49:00.520Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.828s coverage: 48.6% of statements [2020-02-14T13:49:00.530Z] #45 127.8 DEP criu/libnetlink.d [2020-02-14T13:49:00.782Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.247s coverage: 45.9% of statements [2020-02-14T13:49:00.819Z] #45 128.1 DEP criu/kerndat.d [2020-02-14T13:49:01.018Z] ok github.com/docker/docker/distribution 0.223s coverage: 22.1% of statements [2020-02-14T13:49:01.018Z] ok github.com/docker/docker/distribution/metadata 0.036s coverage: 48.2% of statements [2020-02-14T13:49:01.018Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-14T13:49:01.486Z] #45 128.5 DEP criu/kcmp-ids.d [2020-02-14T13:49:01.486Z] #45 128.6 DEP criu/irmap.d [2020-02-14T13:49:01.719Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.139s coverage: 72.5% of statements [2020-02-14T13:49:01.774Z] #45 128.9 DEP criu/ipc_ns.d [2020-02-14T13:49:02.062Z] #45 129.2 DEP criu/image.d [2020-02-14T13:49:02.272Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2020-02-14T13:49:02.351Z] #45 129.5 DEP criu/image-desc.d [2020-02-14T13:49:02.351Z] #45 ... [2020-02-14T13:49:02.351Z] [2020-02-14T13:49:02.351Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:02.351Z] #18 58.15 Unpacking bash-completion (1:2.8-6) ... [2020-02-14T13:49:02.941Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2020-02-14T13:49:02.941Z] INFO [runner] Processors filtering stat (out/in): cgo: 1709/2318, identifier_marker: 1612/1612, nolint: 0/63, autogenerated_exclude: 1612/1709, exclude: 1612/1612, filename_unadjuster: 1709/1709, path_prettifier: 1709/1709, skip_files: 1709/1709, skip_dirs: 1709/1709, exclude-rules: 63/1612 [2020-02-14T13:49:02.941Z] INFO [runner] processing took 125.38018ms with stages: nolint: 48.431401ms, identifier_marker: 40.184543ms, path_prettifier: 13.694451ms, exclude-rules: 8.608583ms, autogenerated_exclude: 6.787309ms, skip_dirs: 4.084525ms, cgo: 2.019824ms, filename_unadjuster: 1.562989ms, max_same_issues: 1.919µs, uniq_by_line: 836ns, max_from_linter: 653ns, source_code: 619ns, diff: 619ns, skip_files: 567ns, exclude: 522ns, path_shortener: 490ns, max_per_file_from_linter: 330ns [2020-02-14T13:49:02.941Z] INFO [runner] linters took 1m37.356533653s with stages: goanalysis_metalinter: 1m19.240577837s, unused: 17.989525482s [2020-02-14T13:49:02.941Z] INFO File cache stats: 1446 entries of total size 6.8MiB [2020-02-14T13:49:02.941Z] INFO Memory: 1557 samples, avg is 243.4MB, max is 3032.4MB [2020-02-14T13:49:02.941Z] INFO Execution took 3m29.881704285s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2020-02-14T13:49:02.979Z] #18 58.67 Selecting previously unselected package bzip2. [2020-02-14T13:49:02.979Z] #18 58.68 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-02-14T13:49:02.979Z] #18 58.69 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:49:02.979Z] #18 58.83 Selecting previously unselected package xz-utils. [2020-02-14T13:49:02.979Z] #18 58.87 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-02-14T13:49:02.979Z] #18 58.87 Unpacking xz-utils (5.2.4-1) ... [Pipeline] sh [2020-02-14T13:49:03.049Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-02-14T13:49:03.264Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh dynbinary-daemon test-docker-py [2020-02-14T13:49:03.269Z] #18 59.14 Selecting previously unselected package apparmor. [2020-02-14T13:49:03.269Z] #18 59.15 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-02-14T13:49:03.557Z] #18 59.41 Unpacking apparmor (2.13.2-10) ... [2020-02-14T13:49:03.638Z] ok github.com/docker/docker/daemon 12.502s coverage: 17.5% of statements [2020-02-14T13:49:03.638Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-14T13:49:03.638Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-14T13:49:03.638Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-14T13:49:03.638Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-14T13:49:03.638Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-14T13:49:03.638Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.480s coverage: 76.1% of statements [2020-02-14T13:49:03.638Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.0% of statements [2020-02-14T13:49:03.826Z] [2020-02-14T13:49:03.826Z] Removing bundles/ [2020-02-14T13:49:03.826Z] [2020-02-14T13:49:03.826Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-14T13:49:03.826Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:49:03.826Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T13:49:03.841Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-02-14T13:49:04.184Z] #18 60.04 Selecting previously unselected package aufs-tools. [2020-02-14T13:49:04.184Z] #18 60.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-02-14T13:49:04.184Z] #18 60.05 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:49:04.201Z] ok github.com/docker/docker/distribution/xfer 1.984s coverage: 85.1% of statements [2020-02-14T13:49:04.201Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-14T13:49:04.201Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-14T13:49:04.473Z] #18 60.31 Selecting previously unselected package libonig5:ppc64el. [2020-02-14T13:49:04.473Z] #18 60.33 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-02-14T13:49:04.473Z] #18 60.33 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-14T13:49:04.576Z] ok github.com/docker/docker/daemon/links 0.031s coverage: 93.0% of statements [2020-02-14T13:49:04.775Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-02-14T13:49:04.775Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-14T13:49:05.050Z] #18 60.62 Selecting previously unselected package libjq1:ppc64el. [2020-02-14T13:49:05.050Z] #18 60.65 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-14T13:49:05.050Z] #18 60.65 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-14T13:49:05.050Z] #18 60.82 Selecting previously unselected package jq. [2020-02-14T13:49:05.050Z] #18 60.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-14T13:49:05.050Z] #18 60.85 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-14T13:49:05.050Z] #18 60.93 Selecting previously unselected package libaio1:ppc64el. [2020-02-14T13:49:05.050Z] #18 60.95 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-02-14T13:49:05.050Z] #18 60.97 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-02-14T13:49:05.050Z] #18 61.05 Selecting previously unselected package libgpm2:ppc64el. [2020-02-14T13:49:05.203Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2020-02-14T13:49:05.339Z] #18 61.06 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-02-14T13:49:05.339Z] #18 61.06 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-02-14T13:49:05.339Z] #18 61.17 Selecting previously unselected package libicu63:ppc64el. [2020-02-14T13:49:05.339Z] #18 61.19 Preparing to unpack .../20-libicu63_63.1-6_ppc64el.deb ... [2020-02-14T13:49:05.339Z] #18 61.21 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-14T13:49:05.514Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2020-02-14T13:49:07.207Z] ok github.com/docker/docker/opts 0.012s coverage: 67.4% of statements [2020-02-14T13:49:07.207Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-14T13:49:07.423Z] ok github.com/docker/docker/daemon/logger 0.231s coverage: 42.7% of statements [2020-02-14T13:49:07.991Z] ok github.com/docker/docker/daemon/images 0.056s coverage: 4.9% of statements [2020-02-14T13:49:08.250Z] ok github.com/docker/docker/daemon/logger/awslogs 0.286s coverage: 77.8% of statements [2020-02-14T13:49:08.250Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.062s coverage: 60.1% of statements [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-14T13:49:08.250Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-14T13:49:08.820Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 67.0% of statements [2020-02-14T13:49:08.990Z] ok github.com/docker/docker/pkg/archive 0.448s coverage: 77.3% of statements [2020-02-14T13:49:09.080Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.047s coverage: 88.3% of statements [2020-02-14T13:49:09.080Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 26.2% of statements [2020-02-14T13:49:09.797Z] ok github.com/docker/docker/pkg/authorization 0.341s coverage: 68.3% of statements [2020-02-14T13:49:09.797Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-14T13:49:10.173Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-02-14T13:49:10.463Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.040s coverage: 62.1% of statements [2020-02-14T13:49:10.724Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 74.7% of statements [2020-02-14T13:49:10.724Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-14T13:49:10.984Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 19.9% of statements [2020-02-14T13:49:11.556Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2020-02-14T13:49:12.126Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 47.8% of statements [2020-02-14T13:49:12.209Z] #18 67.71 Selecting previously unselected package libnet1:ppc64el. [2020-02-14T13:49:12.210Z] #18 67.74 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-14T13:49:12.210Z] #18 ... [2020-02-14T13:49:12.210Z] [2020-02-14T13:49:12.210Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:49:12.210Z] #48 217.0 vendor/golang.org/x/net/http2/hpack [2020-02-14T13:49:12.210Z] #48 221.1 mime [2020-02-14T13:49:12.210Z] #48 225.1 vendor/golang.org/x/net/http/httpproxy [2020-02-14T13:49:12.210Z] #48 225.1 net/textproto [2020-02-14T13:49:12.210Z] #48 225.1 crypto/x509 [2020-02-14T13:49:12.210Z] #48 ... [2020-02-14T13:49:12.210Z] [2020-02-14T13:49:12.210Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:12.210Z] #18 67.74 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-14T13:49:12.210Z] #18 67.75 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-14T13:49:12.210Z] #18 67.94 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-14T13:49:12.210Z] #18 67.95 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-14T13:49:12.210Z] #18 67.97 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-14T13:49:12.210Z] #18 68.12 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-14T13:49:12.210Z] #18 68.13 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-14T13:49:12.210Z] #18 68.13 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:49:12.500Z] #18 68.21 Selecting previously unselected package libreadline5:ppc64el. [2020-02-14T13:49:12.500Z] #18 68.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-02-14T13:49:12.500Z] #18 68.24 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-14T13:49:12.500Z] #18 ... [2020-02-14T13:49:12.500Z] [2020-02-14T13:49:12.500Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:49:12.500Z] #45 129.7 DEP criu/fsnotify.d [2020-02-14T13:49:12.500Z] #45 130.0 DEP criu/filesystems.d [2020-02-14T13:49:12.500Z] #45 130.2 DEP criu/files.d [2020-02-14T13:49:12.500Z] #45 130.5 DEP criu/files-reg.d [2020-02-14T13:49:12.500Z] #45 130.8 DEP criu/files-ext.d [2020-02-14T13:49:12.500Z] #45 131.1 DEP criu/file-lock.d [2020-02-14T13:49:12.500Z] #45 131.5 DEP criu/file-ids.d [2020-02-14T13:49:12.500Z] #45 131.9 DEP criu/fifo.d [2020-02-14T13:49:12.500Z] #45 132.1 DEP criu/fdstore.d [2020-02-14T13:49:12.500Z] #45 132.4 DEP criu/fault-injection.d [2020-02-14T13:49:12.500Z] #45 132.5 DEP criu/external.d [2020-02-14T13:49:12.500Z] #45 132.7 DEP criu/eventpoll.d [2020-02-14T13:49:12.500Z] #45 133.1 DEP criu/eventfd.d [2020-02-14T13:49:12.500Z] #45 133.4 DEP criu/crtools.d [2020-02-14T13:49:12.500Z] #45 133.9 DEP criu/cr-service.d [2020-02-14T13:49:12.500Z] #45 134.2 DEP criu/cr-restore.d [2020-02-14T13:49:12.500Z] #45 134.6 DEP criu/cr-errno.d [2020-02-14T13:49:12.500Z] #45 134.7 DEP criu/cr-dump.d [2020-02-14T13:49:12.500Z] #45 135.2 DEP criu/cr-dedup.d [2020-02-14T13:49:12.500Z] #45 135.5 DEP criu/cr-check.d [2020-02-14T13:49:12.500Z] #45 135.9 DEP criu/config.d [2020-02-14T13:49:12.500Z] #45 136.3 DEP criu/clone-noasan.d [2020-02-14T13:49:12.500Z] #45 136.4 DEP criu/cgroup.d [2020-02-14T13:49:12.500Z] #45 136.7 DEP criu/cgroup-props.d [2020-02-14T13:49:12.500Z] #45 137.0 DEP criu/bitmap.d [2020-02-14T13:49:12.500Z] #45 137.0 DEP criu/bfd.d [2020-02-14T13:49:12.500Z] #45 137.2 DEP criu/autofs.d [2020-02-14T13:49:12.500Z] #45 137.6 DEP criu/aio.d [2020-02-14T13:49:12.500Z] #45 137.9 DEP criu/action-scripts.d [2020-02-14T13:49:12.500Z] #45 138.6 CC criu/action-scripts.o [2020-02-14T13:49:12.500Z] #45 139.6 CC criu/aio.o [2020-02-14T13:49:12.500Z] #45 ... [2020-02-14T13:49:12.500Z] [2020-02-14T13:49:12.500Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:12.697Z] ok github.com/docker/docker/daemon/network 0.058s coverage: 63.8% of statements [2020-02-14T13:49:12.790Z] #18 68.48 Selecting previously unselected package net-tools. [2020-02-14T13:49:12.790Z] #18 68.51 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-02-14T13:49:12.790Z] #18 68.53 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:49:13.079Z] #18 68.90 Selecting previously unselected package python-pip-whl. [2020-02-14T13:49:13.079Z] #18 68.91 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-14T13:49:13.079Z] #18 68.91 Unpacking python-pip-whl (18.1-5) ... [2020-02-14T13:49:13.637Z] ok github.com/docker/docker/daemon/logger/splunk 1.929s coverage: 82.5% of statements [2020-02-14T13:49:13.637Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-14T13:49:13.637Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-14T13:49:14.103Z] ok github.com/docker/docker/pkg/chrootarchive 3.360s coverage: 43.2% of statements [2020-02-14T13:49:14.103Z] ok github.com/docker/docker/layer 7.558s coverage: 68.8% of statements [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/oci [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-14T13:49:14.103Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-14T13:49:14.108Z] #18 69.81 Selecting previously unselected package python3-lib2to3. [2020-02-14T13:49:14.108Z] #18 69.82 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-14T13:49:14.108Z] #18 69.82 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:49:14.400Z] #18 70.11 Selecting previously unselected package python3-distutils. [2020-02-14T13:49:14.400Z] #18 70.13 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-14T13:49:14.400Z] #18 70.13 Unpacking python3-distutils (3.7.3-1) ... [2020-02-14T13:49:14.463Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2020-02-14T13:49:14.578Z] ok github.com/docker/docker/distribution/metadata 0.102s coverage: 48.2% of statements [2020-02-14T13:49:14.689Z] #18 70.40 Selecting previously unselected package python3-pip. [2020-02-14T13:49:14.689Z] #18 70.41 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-14T13:49:14.689Z] #18 70.43 Unpacking python3-pip (18.1-5) ... [2020-02-14T13:49:14.831Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-02-14T13:49:14.979Z] #18 70.66 Selecting previously unselected package python3-pkg-resources. [2020-02-14T13:49:14.979Z] #18 70.67 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-14T13:49:14.979Z] #18 70.68 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:49:15.148Z] ok github.com/docker/docker/errdefs 0.018s coverage: 49.4% of statements [2020-02-14T13:49:15.201Z] ok github.com/docker/docker/pkg/discovery/file 0.001s coverage: 92.9% of statements [2020-02-14T13:49:15.268Z] #18 70.96 Selecting previously unselected package python3-setuptools. [2020-02-14T13:49:15.268Z] #18 70.99 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-14T13:49:15.268Z] #18 70.99 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-14T13:49:15.408Z] ok github.com/docker/docker/distribution 0.366s coverage: 22.1% of statements [2020-02-14T13:49:15.408Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-14T13:49:15.558Z] #18 71.44 Selecting previously unselected package python3-wheel. [2020-02-14T13:49:15.558Z] #18 71.45 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-14T13:49:15.558Z] #18 71.46 Unpacking python3-wheel (0.32.3-2) ... [2020-02-14T13:49:15.583Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-02-14T13:49:15.847Z] #18 71.59 Selecting previously unselected package thin-provisioning-tools. [2020-02-14T13:49:15.847Z] #18 71.61 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-02-14T13:49:15.847Z] #18 71.61 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:49:15.951Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-02-14T13:49:16.314Z] ok github.com/docker/docker/pkg/dmesg 0.013s coverage: 83.3% of statements [2020-02-14T13:49:16.477Z] #18 72.05 Selecting previously unselected package vim-runtime. [2020-02-14T13:49:16.477Z] #18 72.06 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-14T13:49:16.477Z] #18 72.11 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-14T13:49:16.477Z] #18 72.16 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-14T13:49:16.477Z] #18 72.17 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:49:17.316Z] ok github.com/docker/docker/image 0.045s coverage: 86.4% of statements [2020-02-14T13:49:17.316Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2020-02-14T13:49:17.316Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2020-02-14T13:49:17.316Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-14T13:49:17.316Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-14T13:49:17.316Z] ok github.com/docker/docker/image/v1 0.043s coverage: 25.0% of statements [2020-02-14T13:49:17.316Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-14T13:49:17.552Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-02-14T13:49:17.575Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2020-02-14T13:49:18.156Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements [2020-02-14T13:49:18.450Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2020-02-14T13:49:18.862Z] ok github.com/docker/docker/pkg/discovery/kv 3.094s coverage: 84.1% of statements [2020-02-14T13:49:19.331Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-02-14T13:49:19.331Z] ok github.com/docker/docker/pkg/fsutils 0.488s coverage: 85.1% of statements [2020-02-14T13:49:20.065Z] ok github.com/docker/docker/opts 0.048s coverage: 67.4% of statements [2020-02-14T13:49:20.096Z] ok github.com/docker/docker/pkg/idtools 0.286s coverage: 70.1% of statements [2020-02-14T13:49:20.463Z] ok github.com/docker/docker/pkg/ioutils 0.353s coverage: 70.6% of statements [2020-02-14T13:49:20.843Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-02-14T13:49:20.843Z] ok github.com/docker/docker/pkg/locker 0.010s coverage: 88.9% of statements [2020-02-14T13:49:20.843Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-02-14T13:49:20.843Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-14T13:49:21.004Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2020-02-14T13:49:21.004Z] ok github.com/docker/docker/pkg/authorization 0.662s coverage: 68.3% of statements [2020-02-14T13:49:21.204Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2020-02-14T13:49:21.264Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-02-14T13:49:21.560Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-02-14T13:49:21.924Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-02-14T13:49:22.064Z] #18 ... [2020-02-14T13:49:22.064Z] [2020-02-14T13:49:22.064Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:49:22.064Z] #51 DONE 237.0s [2020-02-14T13:49:22.064Z] [2020-02-14T13:49:22.064Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:49:22.064Z] #45 140.9 CC criu/autofs.o [2020-02-14T13:49:22.064Z] #45 144.1 CC criu/bfd.o [2020-02-14T13:49:22.064Z] #45 145.2 CC criu/bitmap.o [2020-02-14T13:49:22.064Z] #45 145.6 CC criu/cgroup-props.o [2020-02-14T13:49:22.064Z] #45 147.8 CC criu/cgroup.o [2020-02-14T13:49:22.064Z] #45 ... [2020-02-14T13:49:22.064Z] [2020-02-14T13:49:22.064Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:22.064Z] #18 77.81 Selecting previously unselected package vim. [2020-02-14T13:49:22.064Z] #18 77.82 Preparing to unpack .../35-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-14T13:49:22.064Z] #18 77.89 Unpacking vim (2:8.1.0875-5) ... [2020-02-14T13:49:22.202Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2020-02-14T13:49:22.202Z] ok github.com/docker/docker/pkg/archive 1.246s coverage: 77.3% of statements [2020-02-14T13:49:22.288Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-02-14T13:49:22.656Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-02-14T13:49:22.656Z] ok github.com/docker/docker/pkg/mount 1.249s coverage: 70.0% of statements [2020-02-14T13:49:22.656Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-14T13:49:22.656Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-14T13:49:22.656Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-14T13:49:22.774Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2020-02-14T13:49:22.774Z] ok github.com/docker/docker/pkg/discovery/file 0.017s coverage: 92.9% of statements [2020-02-14T13:49:23.343Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-02-14T13:49:23.418Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2020-02-14T13:49:23.564Z] #18 79.48 Selecting previously unselected package xfsprogs. [2020-02-14T13:49:23.779Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-02-14T13:49:23.853Z] #18 79.51 Preparing to unpack .../36-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-02-14T13:49:23.853Z] #18 79.51 Unpacking xfsprogs (4.20.0-1) ... [2020-02-14T13:49:23.911Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-02-14T13:49:24.143Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-02-14T13:49:24.143Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-14T13:49:24.479Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-02-14T13:49:24.482Z] #18 80.11 Selecting previously unselected package zip. [2020-02-14T13:49:24.482Z] #18 80.13 Preparing to unpack .../37-zip_3.0-11+b1_ppc64el.deb ... [2020-02-14T13:49:24.482Z] #18 80.13 Unpacking zip (3.0-11+b1) ... [2020-02-14T13:49:24.482Z] #18 ... [2020-02-14T13:49:24.482Z] [2020-02-14T13:49:24.482Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:49:24.482Z] #48 229.6 vendor/golang.org/x/net/http/httpguts [2020-02-14T13:49:24.482Z] #48 229.6 mime/multipart [2020-02-14T13:49:24.482Z] #48 235.5 crypto/tls [2020-02-14T13:49:24.771Z] #48 ... [2020-02-14T13:49:24.771Z] [2020-02-14T13:49:24.771Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:24.771Z] #18 80.56 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-14T13:49:24.771Z] #18 80.57 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-14T13:49:24.771Z] #18 80.58 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-02-14T13:49:24.771Z] #18 80.59 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-14T13:49:24.771Z] #18 80.60 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-02-14T13:49:24.771Z] #18 80.61 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-02-14T13:49:24.771Z] #18 80.62 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-02-14T13:49:24.771Z] #18 80.63 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-14T13:49:24.771Z] #18 80.63 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-14T13:49:24.771Z] #18 80.64 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-14T13:49:24.771Z] #18 80.65 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-14T13:49:24.771Z] #18 80.65 Setting up xxd (2:8.1.0875-5) ... [2020-02-14T13:49:24.771Z] #18 80.66 Setting up zip (3.0-11+b1) ... [2020-02-14T13:49:25.061Z] #18 80.68 Setting up vim-common (2:8.1.0875-5) ... [2020-02-14T13:49:25.061Z] #18 80.73 Setting up bash-completion (1:2.8-6) ... [2020-02-14T13:49:25.416Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-02-14T13:49:25.873Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 73.9% of statements [2020-02-14T13:49:25.874Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-02-14T13:49:25.985Z] ok github.com/docker/docker/pkg/chrootarchive 3.499s coverage: 43.2% of statements [2020-02-14T13:49:26.244Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-02-14T13:49:26.813Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2020-02-14T13:49:26.813Z] ok github.com/docker/docker/pkg/fsutils 0.318s coverage: 85.1% of statements [2020-02-14T13:49:27.072Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2020-02-14T13:49:28.011Z] ok github.com/docker/docker/pkg/idtools 0.528s coverage: 70.1% of statements [2020-02-14T13:49:28.011Z] ok github.com/docker/docker/pkg/jsonmessage 0.043s coverage: 91.7% of statements [2020-02-14T13:49:28.271Z] ok github.com/docker/docker/layer 7.924s coverage: 68.8% of statements [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/oci [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-14T13:49:28.271Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-14T13:49:28.271Z] ok github.com/docker/docker/pkg/ioutils 0.581s coverage: 69.3% of statements [2020-02-14T13:49:28.530Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2020-02-14T13:49:28.530Z] ok github.com/docker/docker/pkg/locker 0.055s coverage: 88.9% of statements [2020-02-14T13:49:28.530Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-14T13:49:28.791Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2020-02-14T13:49:28.944Z] ok github.com/docker/docker/pkg/signal 2.403s coverage: 61.0% of statements [2020-02-14T13:49:28.944Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-02-14T13:49:29.299Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-02-14T13:49:29.299Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-02-14T13:49:29.360Z] ok github.com/docker/docker/pkg/parsers 0.017s coverage: 97.0% of statements [2020-02-14T13:49:29.361Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2020-02-14T13:49:29.620Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 91.4% of statements [2020-02-14T13:49:29.652Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-02-14T13:49:29.880Z] ok github.com/docker/docker/pkg/pidfile 0.018s coverage: 82.4% of statements [2020-02-14T13:49:30.007Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-02-14T13:49:30.140Z] ok github.com/docker/docker/pkg/mount 0.748s coverage: 70.0% of statements [2020-02-14T13:49:30.140Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-14T13:49:30.140Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-14T13:49:30.140Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-14T13:49:30.400Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2020-02-14T13:49:30.642Z] #18 ... [2020-02-14T13:49:30.642Z] [2020-02-14T13:49:30.642Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:49:30.642Z] #45 157.3 CC criu/clone-noasan.o [2020-02-14T13:49:30.642Z] #45 157.5 CC criu/config.o [2020-02-14T13:49:30.911Z] ok github.com/docker/docker/pkg/system 0.029s coverage: 36.2% of statements [2020-02-14T13:49:30.911Z] ok github.com/docker/docker/pkg/tailfile 0.085s coverage: 88.6% of statements [2020-02-14T13:49:30.970Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2020-02-14T13:49:30.970Z] ok github.com/docker/docker/pkg/progress 0.025s coverage: 75.9% of statements [2020-02-14T13:49:31.230Z] ok github.com/docker/docker/pkg/plugins/transport 0.013s coverage: 85.7% of statements [2020-02-14T13:49:31.725Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2020-02-14T13:49:31.798Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2020-02-14T13:49:32.112Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-02-14T13:49:32.368Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-02-14T13:49:32.476Z] testing: warning: no tests to run [2020-02-14T13:49:32.476Z] coverage: [no statements] [2020-02-14T13:49:32.476Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-14T13:49:32.628Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 73.9% of statements [2020-02-14T13:49:32.834Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-02-14T13:49:32.834Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-02-14T13:49:33.184Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-14T13:49:33.196Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-02-14T13:49:33.196Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2020-02-14T13:49:33.456Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-02-14T13:49:33.715Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 71.3% of statements [2020-02-14T13:49:34.652Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.2% of statements [2020-02-14T13:49:34.652Z] ok github.com/docker/docker/pkg/tailfile 0.099s coverage: 88.6% of statements [2020-02-14T13:49:34.912Z] ok github.com/docker/docker/pkg/signal 2.821s coverage: 61.0% of statements [2020-02-14T13:49:34.956Z] ok github.com/docker/docker/plugin 0.537s coverage: 27.1% of statements [2020-02-14T13:49:35.080Z] #45 161.7 CC criu/cr-check.o [2020-02-14T13:49:35.173Z] ok github.com/docker/docker/pkg/term 0.026s coverage: 84.8% of statements [2020-02-14T13:49:35.320Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2020-02-14T13:49:35.369Z] #45 ... [2020-02-14T13:49:35.369Z] [2020-02-14T13:49:35.369Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:35.369Z] #18 87.19 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-02-14T13:49:35.369Z] #18 87.20 Setting up xz-utils (5.2.4-1) ... [2020-02-14T13:49:35.369Z] #18 87.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-14T13:49:35.369Z] #18 87.24 Setting up pigz (2.4-1) ... [2020-02-14T13:49:35.369Z] #18 87.24 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-14T13:49:35.369Z] #18 87.25 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-14T13:49:35.369Z] #18 87.26 Setting up python-pip-whl (18.1-5) ... [2020-02-14T13:49:35.369Z] #18 87.26 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-02-14T13:49:35.369Z] #18 87.27 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-14T13:49:35.369Z] #18 88.16 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-02-14T13:49:35.369Z] #18 88.17 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-14T13:49:35.369Z] #18 88.18 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-14T13:49:35.369Z] #18 88.19 Setting up vim (2:8.1.0875-5) ... [2020-02-14T13:49:35.369Z] #18 88.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-14T13:49:35.369Z] #18 88.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-14T13:49:35.369Z] #18 88.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-14T13:49:35.369Z] #18 88.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-14T13:49:35.369Z] #18 88.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-14T13:49:35.369Z] #18 88.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-14T13:49:35.369Z] #18 88.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-14T13:49:35.369Z] #18 88.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-14T13:49:35.369Z] #18 88.39 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-14T13:49:35.369Z] #18 88.39 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-14T13:49:35.369Z] #18 88.41 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-14T13:49:35.369Z] #18 88.42 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-14T13:49:35.369Z] #18 88.43 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-14T13:49:35.369Z] #18 88.45 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-14T13:49:35.432Z] testing: warning: no tests to run [2020-02-14T13:49:35.432Z] coverage: [no statements] [2020-02-14T13:49:35.432Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] [2020-02-14T13:49:35.432Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2020-02-14T13:49:35.997Z] #18 ... [2020-02-14T13:49:35.997Z] [2020-02-14T13:49:35.997Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:49:35.997Z] #24 241.0 Checking out files: 19% (2087/10562) Checking out files: 20% (2113/10562) Checking out files: 21% (2219/10562) Checking out files: 22% (2324/10562) Checking out files: 23% (2430/10562) Checking out files: 24% (2535/10562) Checking out files: 25% (2641/10562) Checking out files: 26% (2747/10562) Checking out files: 27% (2852/10562) Checking out files: 28% (2958/10562) Checking out files: 29% (3063/10562) Checking out files: 30% (3169/10562) Checking out files: 31% (3275/10562) Checking out files: 32% (3380/10562) Checking out files: 32% (3397/10562) Checking out files: 33% (3486/10562) Checking out files: 34% (3592/10562) Checking out files: 35% (3697/10562) Checking out files: 36% (3803/10562) Checking out files: 37% (3908/10562) Checking out files: 38% (4014/10562) Checking out files: 39% (4120/10562) Checking out files: 40% (4225/10562) Checking out files: 41% (4331/10562) Checking out files: 42% (4437/10562) Checking out files: 43% (4542/10562) Checking out files: 44% (4648/10562) Checking out files: 45% (4753/10562) Checking out files: 46% (4859/10562) Checking out files: 47% (4965/10562) Checking out files: 48% (5070/10562) Checking out files: 49% (5176/10562) Checking out files: 50% (5281/10562) Checking out files: 51% (5387/10562) Checking out files: 52% (5493/10562) Checking out files: 52% (5578/10562) Checking out files: 53% (5598/10562) Checking out files: 54% (5704/10562) Checking out files: 55% (5810/10562) Checking out files: 56% (5915/10562) Checking out files: 57% (6021/10562) Checking out files: 58% (6126/10562) Checking out files: 59% (6232/10562) Checking out files: 60% (6338/10562) Checking out files: 61% (6443/10562) Checking out files: 62% (6549/10562) Checking out files: 63% (6655/10562) Checking out files: 64% (6760/10562) Checking out files: 65% (6866/10562) Checking out files: 66% (6971/10562) Checking out files: 67% (7077/10562) Checking out files: 68% (7183/10562) Checking out files: 69% (7288/10562) Checking out files: 70% (7394/10562) Checking out files: 71% (7500/10562) Checking out files: 72% (7605/10562) Checking out files: 73% (7711/10562) Checking out files: 74% (7816/10562) Checking out files: 75% (7922/10562) Checking out files: 76% (8028/10562) Checking out files: 76% (8048/10562) Checking out files: 77% (8133/10562) Checking out files: 78% (8239/10562) Checking out files: 79% (8344/10562) Checking out files: 80% (8450/10562) Checking out files: 81% (8556/10562) Checking out files: 82% (8661/10562) Checking out files: 83% (8767/10562) Checking out files: 84% (8873/10562) Checking out files: 85% (8978/10562) Checking out files: 86% (9084/10562) Checking out files: 87% (9189/10562) Checking out files: 88% (9295/10562) Checking out files: 89% (9401/10562) Checking out files: 90% (9506/10562) Checking out files: 91% (9612/10562) Checking out files: 92% (9718/10562) Checking out files: 93% (9823/10562) Checking out files: 94% (9929/10562) Checking out files: 95% (10034/10562) Checking out files: 96% (10140/10562) Checking out files: 97% (10246/10562) Checking out files: 98% (10351/10562) Checking out files: 98% (10384/10562) Checking out files: 99% (10457/10562) Checking out files: 100% (10562/10562) Checking out files: 100% (10562/10562), done. [2020-02-14T13:49:35.997Z] #24 245.3 + cd /tmp/tmp.jyinym6dPQ/tmp/docker-ce [2020-02-14T13:49:35.997Z] #24 245.3 + git checkout -q v17.06.2-ce [2020-02-14T13:49:35.997Z] #24 250.4 + mkdir -p /tmp/tmp.jyinym6dPQ/src/github.com/docker [2020-02-14T13:49:35.997Z] #24 250.4 + mv components/cli /tmp/tmp.jyinym6dPQ/src/github.com/docker/cli [2020-02-14T13:49:35.997Z] #24 250.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-14T13:49:36.002Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-02-14T13:49:36.002Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-02-14T13:49:36.002Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2020-02-14T13:49:36.576Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2020-02-14T13:49:36.576Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-02-14T13:49:37.383Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2020-02-14T13:49:37.953Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 73.8% of statements [2020-02-14T13:49:38.213Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-02-14T13:49:38.399Z] ok github.com/docker/docker/registry 0.152s coverage: 56.0% of statements [2020-02-14T13:49:38.758Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-02-14T13:49:38.758Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-02-14T13:49:39.152Z] ok github.com/docker/docker/plugin 0.600s coverage: 27.1% of statements [2020-02-14T13:49:39.412Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2020-02-14T13:49:39.498Z] #24 ... [2020-02-14T13:49:39.498Z] [2020-02-14T13:49:39.498Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:39.498Z] #18 94.94 Setting up iptables (1.8.2-4) ... [2020-02-14T13:49:39.498Z] #18 94.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:49:39.498Z] #18 94.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:49:39.498Z] #18 95.02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-14T13:49:39.498Z] #18 95.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-14T13:49:39.498Z] #18 95.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-14T13:49:39.498Z] #18 95.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-14T13:49:39.498Z] #18 95.07 Setting up python3 (3.7.3-1) ... [2020-02-14T13:49:39.531Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-02-14T13:49:39.880Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-02-14T13:49:39.982Z] ok github.com/docker/docker/restartmanager 0.018s coverage: 45.3% of statements [2020-02-14T13:49:40.143Z] #18 95.76 Setting up python3-wheel (0.32.3-2) ... [2020-02-14T13:49:40.242Z] ok github.com/docker/docker/registry 0.260s coverage: 56.0% of statements [2020-02-14T13:49:40.501Z] ok github.com/docker/docker/testutil 0.027s coverage: 62.5% of statements [2020-02-14T13:49:41.070Z] ok github.com/docker/docker/runconfig 0.021s coverage: 68.2% of statements [2020-02-14T13:49:41.641Z] #18 97.39 Setting up apparmor (2.13.2-10) ... [2020-02-14T13:49:42.312Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-02-14T13:49:42.980Z] ok github.com/docker/docker/volume/drivers 0.027s coverage: 36.1% of statements [2020-02-14T13:49:43.180Z] ok github.com/docker/docker/volume/local 0.053s coverage: 73.0% of statements [2020-02-14T13:49:43.240Z] ok github.com/docker/docker/volume/local 0.042s coverage: 73.0% of statements [2020-02-14T13:49:43.499Z] ok github.com/docker/docker/volume/mounts 0.101s coverage: 67.0% of statements [2020-02-14T13:49:43.727Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2020-02-14T13:49:44.363Z] #18 99.90 Setting up xfsprogs (4.20.0-1) ... [2020-02-14T13:49:44.363Z] #18 99.91 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-14T13:49:44.363Z] #18 ... [2020-02-14T13:49:44.363Z] [2020-02-14T13:49:44.363Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:49:44.363Z] #48 249.4 net/http/httptrace [2020-02-14T13:49:44.363Z] #48 249.7 net/http [2020-02-14T13:49:44.363Z] #48 ... [2020-02-14T13:49:44.363Z] [2020-02-14T13:49:44.363Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:49:44.363Z] #45 164.9 CC criu/cr-dedup.o [2020-02-14T13:49:44.363Z] #45 165.9 CC criu/cr-dump.o [2020-02-14T13:49:44.363Z] #45 170.8 CC criu/cr-errno.o [2020-02-14T13:49:44.363Z] #45 170.9 CC criu/cr-restore.o [2020-02-14T13:49:44.876Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.0% of statements [2020-02-14T13:49:44.992Z] #45 ... [2020-02-14T13:49:44.992Z] [2020-02-14T13:49:44.992Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-14T13:49:44.992Z] #18 100.7 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-14T13:49:45.172Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.0% of statements [2020-02-14T13:49:46.491Z] #18 102.4 Setting up python3-distutils (3.7.3-1) ... [2020-02-14T13:49:47.516Z] #18 103.4 Setting up python3-setuptools (40.8.0-1) ... [2020-02-14T13:49:50.253Z] #18 105.9 Setting up python3-pip (18.1-5) ... [2020-02-14T13:49:52.306Z] #18 107.8 Processing triggers for libc-bin (2.28-10) ... [2020-02-14T13:49:52.306Z] #18 107.9 Processing triggers for mime-support (3.62) ... [2020-02-14T13:49:52.306Z] #18 DONE 108.2s [2020-02-14T13:49:52.306Z] [2020-02-14T13:49:52.306Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-14T13:49:52.935Z] #19 0.467 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-14T13:49:52.935Z] #19 0.472 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-14T13:49:52.935Z] #19 0.477 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-14T13:49:52.935Z] #19 DONE 0.6s [2020-02-14T13:49:52.935Z] [2020-02-14T13:49:52.935Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:49:58.503Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/rootless [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/volume [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-14T13:49:58.503Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === Skipped [2020-02-14T13:49:58.503Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-14T13:49:58.503Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-14T13:49:58.503Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:73: No driver to put! [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-14T13:49:58.503Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-14T13:49:58.503Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-14T13:49:58.503Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:49:58.503Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-14T13:49:58.503Z] graphtest_unix.go:73: No driver to put! [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-14T13:49:58.503Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-14T13:49:58.503Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] [2020-02-14T13:49:58.503Z] DONE 2167 tests, 20 skipped in 192.849s Post stage [Pipeline] junit [2020-02-14T13:49:58.623Z] Recording test results [2020-02-14T13:49:59.822Z] #20 ... [2020-02-14T13:49:59.822Z] [2020-02-14T13:49:59.822Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:49:59.822Z] #45 180.5 CC criu/cr-service.o [2020-02-14T13:49:59.822Z] #45 184.0 CC criu/crtools.o [2020-02-14T13:49:59.822Z] #45 185.0 CC criu/eventfd.o [2020-02-14T13:49:59.822Z] #45 185.8 CC criu/eventpoll.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-14T13:50:00.447Z] #45 187.5 CC criu/external.o [2020-02-14T13:50:01.075Z] #45 188.2 CC criu/fault-injection.o [2020-02-14T13:50:01.112Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -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:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh dynbinary test-integration [2020-02-14T13:50:01.112Z] [2020-02-14T13:50:01.112Z] Removing bundles/ [2020-02-14T13:50:01.112Z] [2020-02-14T13:50:01.112Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-14T13:50:01.112Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:50:01.112Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T13:50:01.366Z] #45 188.5 CC criu/fdstore.o [2020-02-14T13:50:01.656Z] #45 ... [2020-02-14T13:50:01.656Z] [2020-02-14T13:50:01.656Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:50:01.656Z] #20 8.694 Collecting yamllint==1.16.0 [2020-02-14T13:50:02.690Z] #20 9.406 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-14T13:50:02.690Z] #20 9.611 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-14T13:50:02.690Z] #20 9.719 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-14T13:50:02.690Z] #20 9.831 Collecting pyyaml (from yamllint==1.16.0) [2020-02-14T13:50:03.320Z] #20 10.19 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-14T13:50:03.950Z] #20 ... [2020-02-14T13:50:03.950Z] [2020-02-14T13:50:03.950Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:50:03.950Z] #48 269.1 github.com/LK4D4/vndr/godl [2020-02-14T13:50:03.950Z] #48 270.6 github.com/LK4D4/vndr [2020-02-14T13:50:03.950Z] #48 ... [2020-02-14T13:50:03.950Z] [2020-02-14T13:50:03.950Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:50:03.950Z] #45 189.3 CC criu/fifo.o [2020-02-14T13:50:03.950Z] #45 190.0 CC criu/file-ids.o [2020-02-14T13:50:03.950Z] #45 190.7 CC criu/file-lock.o [2020-02-14T13:50:06.009Z] #45 193.1 CC criu/files-ext.o [2020-02-14T13:50:06.643Z] #45 193.8 CC criu/files-reg.o [2020-02-14T13:50:06.804Z] ok github.com/docker/docker/pkg/plugins 33.649s coverage: 76.6% of statements [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/rootless [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-14T13:50:06.804Z] ? github.com/docker/docker/volume [no test files] [2020-02-14T13:50:06.805Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-14T13:50:06.805Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === Skipped [2020-02-14T13:50:06.805Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-14T13:50:06.805Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-14T13:50:06.805Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:73: No driver to put! [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-14T13:50:06.805Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-14T13:50:06.805Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-14T13:50:06.805Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.01s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T13:50:06.805Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-14T13:50:06.805Z] graphtest_unix.go:73: No driver to put! [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-14T13:50:06.805Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-14T13:50:06.805Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] [2020-02-14T13:50:06.805Z] DONE 2167 tests, 20 skipped in 186.663s Post stage [Pipeline] junit [2020-02-14T13:50:06.822Z] Recording test results [2020-02-14T13:50:09.396Z] #45 ... [2020-02-14T13:50:09.396Z] [2020-02-14T13:50:09.396Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-14T13:50:09.397Z] #20 13.71 Building wheels for collected packages: pyyaml [2020-02-14T13:50:09.397Z] #20 13.71 Running setup.py bdist_wheel for pyyaml: started [2020-02-14T13:50:09.397Z] #20 15.98 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-14T13:50:09.397Z] #20 15.98 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-14T13:50:09.397Z] #20 16.14 Successfully built pyyaml [2020-02-14T13:50:09.397Z] #20 16.19 Installing collected packages: pathspec, pyyaml, yamllint [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-14T13:50:09.763Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -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:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh dynbinary test-integration [2020-02-14T13:50:10.025Z] #20 16.99 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-14T13:50:10.315Z] #20 DONE 17.3s [2020-02-14T13:50:10.315Z] [2020-02-14T13:50:10.315Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:50:10.330Z] [2020-02-14T13:50:10.589Z] Removing bundles/ [2020-02-14T13:50:10.589Z] [2020-02-14T13:50:10.589Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-14T13:50:10.589Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:50:10.589Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T13:50:10.947Z] #48 DONE 286.2s [2020-02-14T13:50:10.947Z] [2020-02-14T13:50:10.947Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:50:11.975Z] #42 ... [2020-02-14T13:50:11.975Z] [2020-02-14T13:50:11.975Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:50:11.975Z] #45 199.2 CC criu/files.o [2020-02-14T13:50:16.414Z] #45 203.5 CC criu/filesystems.o [2020-02-14T13:50:17.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-14T13:50:17.909Z] #45 205.0 CC criu/fsnotify.o [2020-02-14T13:50:19.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-14T13:50:19.969Z] #45 207.0 CC criu/image-desc.o [2020-02-14T13:50:19.969Z] #45 207.2 CC criu/image.o [2020-02-14T13:50:21.474Z] #45 208.5 CC criu/ipc_ns.o [2020-02-14T13:50:23.534Z] #45 210.6 CC criu/irmap.o [2020-02-14T13:50:24.564Z] #45 ... [2020-02-14T13:50:24.564Z] [2020-02-14T13:50:24.564Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-14T13:50:24.564Z] #31 DONE 299.7s [2020-02-14T13:50:24.564Z] [2020-02-14T13:50:24.564Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:50:24.860Z] #24 ... [2020-02-14T13:50:24.860Z] [2020-02-14T13:50:24.860Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:50:24.860Z] #45 211.9 CC criu/kcmp-ids.o [2020-02-14T13:50:25.193Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:50:25.193Z] [2020-02-14T13:50:25.193Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-02-14T13:50:25.193Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-02-14T13:50:25.193Z] Using test binary docker [2020-02-14T13:50:25.193Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-14T13:50:25.193Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:50:25.193Z] INFO: Waiting for daemon to start... [2020-02-14T13:50:25.193Z] Starting dockerd [2020-02-14T13:50:25.193Z] . [2020-02-14T13:50:25.193Z] INFO: Building docker-sdk-python3:4.2.0... [2020-02-14T13:50:25.894Z] #45 213.0 CC criu/kerndat.o [2020-02-14T13:50:27.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-14T13:50:27.945Z] #45 215.1 CC criu/libnetlink.o [2020-02-14T13:50:28.574Z] #45 215.6 CC criu/log.o [2020-02-14T13:50:29.205Z] #45 216.5 CC criu/lsm.o [2020-02-14T13:50:30.236Z] #45 217.2 CC criu/mem.o [2020-02-14T13:50:32.976Z] #45 220.0 CC criu/mount.o [2020-02-14T13:50:39.844Z] #45 226.9 CC criu/namespaces.o [2020-02-14T13:50:43.345Z] #45 230.0 CC criu/net.o [2020-02-14T13:50:48.915Z] #45 235.7 CC criu/netfilter.o [2020-02-14T13:50:48.915Z] #45 236.1 CC criu/page-pipe.o [2020-02-14T13:50:50.419Z] #45 237.3 CC criu/page-xfer.o [2020-02-14T13:50:52.482Z] #45 239.5 CC criu/pagemap-cache.o [2020-02-14T13:50:53.113Z] #45 240.2 CC criu/pagemap.o [2020-02-14T13:50:54.615Z] #45 241.8 CC criu/parasite-syscall.o [2020-02-14T13:50:56.679Z] #45 243.6 CC criu/path.o [2020-02-14T13:50:56.968Z] #45 244.0 CC criu/pie-util-vdso-elf32.o [2020-02-14T13:50:57.594Z] #45 244.7 CC criu/pie-util-vdso.o [2020-02-14T13:50:58.219Z] #45 245.4 CC criu/pie-util.o [2020-02-14T13:50:58.508Z] #45 245.8 CC criu/pipes.o [2020-02-14T13:50:59.534Z] #45 246.9 CC criu/plugin.o [2020-02-14T13:50:59.571Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:50:59.571Z] [2020-02-14T13:50:59.571Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T13:50:59.571Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T13:50:59.571Z] HOSTNAME=8c10a29e658b [2020-02-14T13:50:59.571Z] TESTDEBUG=0 [2020-02-14T13:50:59.571Z] DEST=bundles/test-integration [2020-02-14T13:50:59.571Z] PWD=/go/src/github.com/docker/docker [2020-02-14T13:50:59.571Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:50:59.571Z] container=docker [2020-02-14T13:50:59.571Z] HOME=/root [2020-02-14T13:50:59.571Z] GOLANG_VERSION=1.13.7 [2020-02-14T13:50:59.571Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T13:50:59.571Z] VALIDATE_BRANCH=master [2020-02-14T13:50:59.571Z] TERM=xterm [2020-02-14T13:50:59.571Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T13:50:59.571Z] SHLVL=1 [2020-02-14T13:50:59.571Z] TIMEOUT=120m [2020-02-14T13:50:59.571Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T13:50:59.571Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T13:50:59.571Z] GO111MODULE=off [2020-02-14T13:50:59.571Z] DOCKER_EXPERIMENTAL=1 [2020-02-14T13:50:59.571Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-14T13:50:59.571Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T13:50:59.571Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T13:50:59.571Z] GOPATH=/go [2020-02-14T13:50:59.571Z] PKG_CONFIG=pkg-config [2020-02-14T13:50:59.571Z] _=/usr/bin/env [2020-02-14T13:50:59.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-14T13:51:00.564Z] #45 247.8 CC criu/proc_parse.o [2020-02-14T13:51:05.131Z] edbd72df76b4: Pull complete [2020-02-14T13:51:05.131Z] Digest: sha256:d36276076915c59799c3eb700c5d7db0a7426744e3ea0b3c8b327a4130d50b90 [2020-02-14T13:51:05.131Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T13:51:05.131Z] mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T13:51:05.131Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:10.0.17763.973 completed successfully [2020-02-14T13:51:05.131Z] INFO: Tagging mcr.microsoft.com/windows/servercore:10.0.17763.973 as microsoft/windowsservercore [2020-02-14T13:51:05.131Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.973' [2020-02-14T13:51:05.131Z] INFO: Docker version of control daemon [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Client: Docker Engine - Enterprise [2020-02-14T13:51:05.131Z] Version: 19.03.5 [2020-02-14T13:51:05.131Z] API version: 1.40 [2020-02-14T13:51:05.131Z] Go version: go1.12.12 [2020-02-14T13:51:05.131Z] Git commit: 2ee0c57608 [2020-02-14T13:51:05.131Z] Built: 11/13/2019 08:00:16 [2020-02-14T13:51:05.131Z] OS/Arch: windows/amd64 [2020-02-14T13:51:05.131Z] Experimental: false [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Server: Docker Engine - Enterprise [2020-02-14T13:51:05.131Z] Engine: [2020-02-14T13:51:05.131Z] Version: 19.03.5 [2020-02-14T13:51:05.131Z] API version: 1.40 (minimum version 1.24) [2020-02-14T13:51:05.131Z] Go version: go1.12.12 [2020-02-14T13:51:05.131Z] Git commit: 2ee0c57608 [2020-02-14T13:51:05.131Z] Built: 11/13/2019 07:58:51 [2020-02-14T13:51:05.131Z] OS/Arch: windows/amd64 [2020-02-14T13:51:05.131Z] Experimental: true [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] INFO: Docker info of control daemon [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Client: [2020-02-14T13:51:05.131Z] Debug Mode: false [2020-02-14T13:51:05.131Z] Plugins: [2020-02-14T13:51:05.131Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Server: [2020-02-14T13:51:05.131Z] Containers: 0 [2020-02-14T13:51:05.131Z] Running: 0 [2020-02-14T13:51:05.131Z] Paused: 0 [2020-02-14T13:51:05.131Z] Stopped: 0 [2020-02-14T13:51:05.131Z] Images: 1 [2020-02-14T13:51:05.131Z] Server Version: 19.03.5 [2020-02-14T13:51:05.131Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-14T13:51:05.131Z] Windows: [2020-02-14T13:51:05.131Z] LCOW: [2020-02-14T13:51:05.131Z] Logging Driver: json-file [2020-02-14T13:51:05.131Z] Plugins: [2020-02-14T13:51:05.131Z] Volume: local [2020-02-14T13:51:05.131Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-14T13:51:05.131Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-14T13:51:05.131Z] Swarm: inactive [2020-02-14T13:51:05.131Z] Default Isolation: process [2020-02-14T13:51:05.131Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-14T13:51:05.131Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-14T13:51:05.131Z] OSType: windows [2020-02-14T13:51:05.131Z] Architecture: x86_64 [2020-02-14T13:51:05.131Z] CPUs: 4 [2020-02-14T13:51:05.131Z] Total Memory: 32GiB [2020-02-14T13:51:05.131Z] Name: azwin-2-9e4170 [2020-02-14T13:51:05.131Z] ID: SJWS:LFOI:XJXC:CI7J:AAHN:OJXQ:CQVN:VWVD:PQVT:FXW3:C7RB:NUBY [2020-02-14T13:51:05.131Z] Docker Root Dir: D:\docker [2020-02-14T13:51:05.131Z] Debug Mode: false [2020-02-14T13:51:05.131Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:51:05.131Z] Labels: [2020-02-14T13:51:05.131Z] Experimental: true [2020-02-14T13:51:05.131Z] Insecure Registries: [2020-02-14T13:51:05.131Z] 10.0.0.4:5000 [2020-02-14T13:51:05.131Z] 127.0.0.0/8 [2020-02-14T13:51:05.131Z] Registry Mirrors: [2020-02-14T13:51:05.131Z] http://10.0.0.4:5000/ [2020-02-14T13:51:05.131Z] Live Restore Enabled: false [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] INFO: Commit hash is 75a169a140 [2020-02-14T13:51:05.131Z] INFO: Nuke-Everything... [2020-02-14T13:51:05.131Z] INFO: Container count on control daemon to delete is 0 [2020-02-14T13:51:05.131Z] INFO: Nuking d:\CI [2020-02-14T13:51:05.131Z] INFO: Zapped successfully [2020-02-14T13:51:05.131Z] INFO: Location for testing is d:\CI\PR-40489\5 [2020-02-14T13:51:05.131Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] INFO: Building the image from Dockerfile.windows at 02/14/2020 13:50:55... [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Sending build context to Docker daemon 51.67MB [2020-02-14T13:51:05.131Z] [2020-02-14T13:51:05.131Z] Step 1/10 : FROM microsoft/windowsservercore [2020-02-14T13:51:05.131Z] ---> 3b63d96cf771 [2020-02-14T13:51:05.131Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-02-14T13:51:05.131Z] ---> Running in 622d30764bd8 [2020-02-14T13:51:05.131Z] Removing intermediate container 622d30764bd8 [2020-02-14T13:51:05.131Z] ---> 59399fcb9d9b [2020-02-14T13:51:05.131Z] Step 3/10 : ARG GO_VERSION=1.13.7 [2020-02-14T13:51:05.131Z] ---> Running in 187cafcec411 [2020-02-14T13:51:05.131Z] Removing intermediate container 187cafcec411 [2020-02-14T13:51:05.131Z] ---> 48575b55786e [2020-02-14T13:51:05.131Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-02-14T13:51:05.131Z] ---> Running in a1b239f3f079 [2020-02-14T13:51:05.131Z] Removing intermediate container a1b239f3f079 [2020-02-14T13:51:05.131Z] ---> e47626b5ab56 [2020-02-14T13:51:05.131Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-02-14T13:51:05.131Z] ---> Running in 69a0b12f3d0a [2020-02-14T13:51:05.131Z] Removing intermediate container 69a0b12f3d0a [2020-02-14T13:51:05.131Z] ---> 8dfe201225a5 [2020-02-14T13:51:05.131Z] Step 6/10 : 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; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-02-14T13:51:05.131Z] ---> Running in 88409e7c3e7e [2020-02-14T13:51:07.441Z] #45 253.6 CC criu/protobuf-desc.o [2020-02-14T13:51:08.066Z] #45 255.3 CC criu/protobuf.o [2020-02-14T13:51:08.696Z] #45 256.0 CC criu/pstree.o [2020-02-14T13:51:10.754Z] #45 ... [2020-02-14T13:51:10.754Z] [2020-02-14T13:51:10.754Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:51:10.754Z] #42 345.7 + dpkg --print-architecture [2020-02-14T13:51:10.754Z] #42 345.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-14T13:51:11.042Z] #42 346.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-14T13:51:11.042Z] #42 346.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-14T13:51:11.808Z] sha256:934f453263ab5e6809772f9b59be506fc8c959e7179129ac97857491d089a806 [2020-02-14T13:51:11.808Z] INFO: Starting docker-py tests... [2020-02-14T13:51:11.808Z] ============================= test session starts ============================== [2020-02-14T13:51:11.808Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-02-14T13:51:11.808Z] rootdir: /src, inifile: pytest.ini [2020-02-14T13:51:11.808Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-02-14T13:51:12.063Z] collected 387 items / 1 deselected / 386 selected [2020-02-14T13:51:12.063Z] [2020-02-14T13:51:12.240Z] [2020-02-14T13:51:12.241Z] SUCCESS: Specified value was saved. [2020-02-14T13:51:12.701Z] INFO: Downloading git... [2020-02-14T13:51:15.608Z] INFO: Downloading go... [2020-02-14T13:51:16.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-14T13:51:16.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-14T13:51:17.164Z] INFO: Downloading compiler 1 of 3... [2020-02-14T13:51:17.624Z] INFO: Downloading compiler 2 of 3... [2020-02-14T13:51:17.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-14T13:51:18.298Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T13:51:18.298Z] [2020-02-14T13:51:18.298Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T13:51:18.298Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T13:51:18.298Z] HOSTNAME=6a34b945c334 [2020-02-14T13:51:18.298Z] TESTDEBUG=0 [2020-02-14T13:51:18.298Z] DEST=bundles/test-integration [2020-02-14T13:51:18.298Z] PWD=/go/src/github.com/docker/docker [2020-02-14T13:51:18.298Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T13:51:18.298Z] container=docker [2020-02-14T13:51:18.298Z] HOME=/root [2020-02-14T13:51:18.298Z] GOLANG_VERSION=1.13.7 [2020-02-14T13:51:18.298Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T13:51:18.298Z] VALIDATE_BRANCH=master [2020-02-14T13:51:18.298Z] TERM=xterm [2020-02-14T13:51:18.298Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T13:51:18.298Z] SHLVL=1 [2020-02-14T13:51:18.298Z] TIMEOUT=120m [2020-02-14T13:51:18.298Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T13:51:18.298Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T13:51:18.298Z] GO111MODULE=off [2020-02-14T13:51:18.298Z] DOCKER_EXPERIMENTAL=1 [2020-02-14T13:51:18.298Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-14T13:51:18.298Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T13:51:18.298Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T13:51:18.298Z] GOPATH=/go [2020-02-14T13:51:18.298Z] PKG_CONFIG=pkg-config [2020-02-14T13:51:18.298Z] _=/usr/bin/env [2020-02-14T13:51:18.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-14T13:51:18.593Z] INFO: Downloading compiler 3 of 3... [2020-02-14T13:51:19.051Z] INFO: Extracting git... [2020-02-14T13:51:21.375Z] #42 ... [2020-02-14T13:51:21.375Z] [2020-02-14T13:51:21.375Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-14T13:51:21.375Z] #45 258.0 CC criu/rbtree.o [2020-02-14T13:51:21.375Z] #45 258.5 CC criu/rst-malloc.o [2020-02-14T13:51:21.375Z] #45 259.0 CC criu/seccomp.o [2020-02-14T13:51:21.375Z] #45 260.2 CC criu/seize.o [2020-02-14T13:51:21.375Z] #45 262.0 CC criu/servicefd.o [2020-02-14T13:51:21.375Z] #45 262.7 CC criu/shmem.o [2020-02-14T13:51:21.375Z] #45 264.2 CC criu/sigframe.o [2020-02-14T13:51:21.375Z] #45 264.5 CC criu/signalfd.o [2020-02-14T13:51:21.375Z] #45 265.0 CC criu/sk-inet.o [2020-02-14T13:51:21.375Z] #45 266.8 CC criu/sk-netlink.o [2020-02-14T13:51:21.375Z] #45 267.5 CC criu/sk-packet.o [2020-02-14T13:51:21.375Z] #45 268.6 CC criu/sk-queue.o [2020-02-14T13:51:22.403Z] #45 269.5 CC criu/sk-tcp.o [2020-02-14T13:51:23.434Z] #45 270.4 CC criu/sk-unix.o [2020-02-14T13:51:26.945Z] #45 274.0 CC criu/sockets.o [2020-02-14T13:51:28.454Z] #45 275.5 CC criu/stats.o [2020-02-14T13:51:29.082Z] #45 276.1 CC criu/string.o [2020-02-14T13:51:29.082Z] #45 276.4 CC criu/sysctl.o [2020-02-14T13:51:30.582Z] #45 277.6 CC criu/sysfs_parse.o [2020-02-14T13:51:31.215Z] #45 278.3 CC criu/timerfd.o [2020-02-14T13:51:31.843Z] #45 279.0 CC criu/tty.o [2020-02-14T13:51:33.860Z] INFO: Expanding go... [2020-02-14T13:51:34.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-14T13:51:34.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-14T13:51:35.105Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-02-14T13:51:35.346Z] #45 282.1 CC criu/tun.o [2020-02-14T13:51:35.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-14T13:51:35.666Z] tests/integration/api_client_test.py ..... [ 7%] [2020-02-14T13:51:36.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-14T13:51:36.376Z] #45 283.3 CC criu/uffd.o [2020-02-14T13:51:36.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-14T13:51:37.587Z] tests/integration/api_config_test.py ..... [ 8%] [2020-02-14T13:51:38.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-14T13:51:38.427Z] #45 285.7 CC criu/util.o [2020-02-14T13:51:39.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-14T13:51:40.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-14T13:51:41.142Z] #45 288.2 CC criu/uts_ns.o [2020-02-14T13:51:41.431Z] #45 288.7 CC criu/vdso.o [2020-02-14T13:51:42.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-14T13:51:42.929Z] #45 289.8 LINK criu/built-in.o [2020-02-14T13:51:42.929Z] #45 290.1 LINK criu/criu [2020-02-14T13:51:43.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-14T13:51:43.955Z] #45 291.0 DEP lib/c/criu.d [2020-02-14T13:51:43.955Z] #45 291.2 CC images/rpc.pb-c.o [2020-02-14T13:51:44.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-14T13:51:44.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-14T13:51:45.475Z] #45 292.3 CC lib/c/criu.o [2020-02-14T13:51:45.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-14T13:51:46.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-14T13:51:47.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-14T13:51:48.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-14T13:51:48.196Z] #45 294.9 LINK lib/c/built-in.o [2020-02-14T13:51:48.196Z] #45 294.9 LINK lib/c/libcriu.so [2020-02-14T13:51:48.196Z] #45 295.4 GEN magic.py [2020-02-14T13:51:48.486Z] #45 295.6 Note: Building without setproctitle() and strlcpy() support. [2020-02-14T13:51:48.486Z] #45 295.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-14T13:51:49.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-14T13:51:49.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-14T13:51:49.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-14T13:51:49.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-14T13:51:49.517Z] #45 296.9 fatal: not a git repository (or any of the parent directories): .git [2020-02-14T13:51:49.559Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T13:51:49.559Z] Using test binary docker [2020-02-14T13:51:49.559Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-14T13:51:49.559Z] +++ /etc/init.d/apparmor start [2020-02-14T13:51:49.559Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:51:49.559Z] INFO: Waiting for daemon to start... [2020-02-14T13:51:49.559Z] Starting dockerd [2020-02-14T13:51:49.559Z] +++ 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 [2020-02-14T13:51:51.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-14T13:51:51.577Z] #45 298.7 make[1]: Nothing to be done for 'all'. [2020-02-14T13:51:51.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-14T13:51:51.961Z] . [2020-02-14T13:51:51.961Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T13:51:51.961Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T13:51:51.961Z] Error: No such image: emptyfs [2020-02-14T13:51:51.961Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T13:51:51.961Z] ++++ docker load [2020-02-14T13:51:51.961Z] Running integration-test (iteration 1) [2020-02-14T13:51:51.961Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-02-14T13:51:51.961Z] ++ 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 [2020-02-14T13:51:51.961Z] ++ set -e [2020-02-14T13:51:51.961Z] ++ '[' -n 0 ']' [2020-02-14T13:51:51.961Z] ++ set -x [2020-02-14T13:51:51.962Z] ++ 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 [2020-02-14T13:51:53.080Z] #45 300.1 make[1]: 'images/built-in.o' is up to date. [2020-02-14T13:51:53.080Z] #45 300.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-14T13:51:53.080Z] #45 300.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-14T13:51:53.080Z] #45 300.3 make[1]: 'compel/libcompel.a' is up to date. [2020-02-14T13:51:53.369Z] #45 300.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-14T13:51:53.369Z] #45 300.4 make[1]: Nothing to be done for 'all'. [2020-02-14T13:51:53.369Z] #45 300.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-14T13:51:53.659Z] #45 300.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:53.659Z] #45 300.9 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:53.659Z] #45 301.0 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.289Z] #45 301.3 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.289Z] #45 301.4 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.289Z] #45 301.5 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.289Z] #45 301.5 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.579Z] #45 301.8 make[2]: Nothing to be done for 'all'. [2020-02-14T13:51:54.579Z] #45 301.8 INSTALL criu/criu [2020-02-14T13:51:54.579Z] #45 DONE 301.9s [2020-02-14T13:51:54.579Z] [2020-02-14T13:51:54.579Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:51:56.080Z] #24 ... [2020-02-14T13:51:56.080Z] [2020-02-14T13:51:56.080Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:51:56.080Z] #58 234.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-14T13:51:56.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-14T13:51:59.006Z] INFO: Expanding compiler 1 of 3... [2020-02-14T13:51:59.006Z] INFO: Expanding compiler 2 of 3... [2020-02-14T13:51:59.528Z] Loaded image: buildpack-deps:jessie [2020-02-14T13:51:59.573Z] #58 ... [2020-02-14T13:51:59.573Z] [2020-02-14T13:51:59.573Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-14T13:51:59.573Z] #42 DONE 394.6s [2020-02-14T13:51:59.573Z] [2020-02-14T13:51:59.573Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-14T13:51:59.573Z] #58 237.6 + mkdir -p /build [2020-02-14T13:51:59.573Z] #58 237.6 + cp runc /build/runc [2020-02-14T13:51:59.573Z] #58 DONE 237.7s [2020-02-14T13:51:59.573Z] [2020-02-14T13:51:59.573Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:51:59.888Z] Loaded image: busybox:latest [2020-02-14T13:51:59.888Z] Loaded image: busybox:glibc [2020-02-14T13:51:59.888Z] Loaded image: debian:jessie [2020-02-14T13:52:00.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-14T13:52:00.255Z] Loaded image: hello-world:latest [2020-02-14T13:52:00.255Z] INFO: Testing against a local daemon [2020-02-14T13:52:00.255Z] === RUN TestCgroupNamespacesBuild [2020-02-14T13:52:02.002Z] --- PASS: TestCgroupNamespacesBuild (1.66s) [2020-02-14T13:52:02.002Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-14T13:52:03.694Z] INFO: Expanding compiler 3 of 3... [2020-02-14T13:52:03.780Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2020-02-14T13:52:03.780Z] === RUN TestBuildWithSession [2020-02-14T13:52:03.780Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-14T13:52:03.780Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:52:03.780Z] === RUN TestBuildSquashParent [2020-02-14T13:52:04.153Z] INFO: Removing downloaded files... [2020-02-14T13:52:04.153Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-02-14T13:52:04.153Z] INFO: Configuring git core.autocrlf... [2020-02-14T13:52:04.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-14T13:52:10.004Z] --- PASS: TestBuildSquashParent (6.08s) [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:10.004Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:10.004Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:10.004Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:10.004Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:10.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-14T13:52:11.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-14T13:52:11.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-14T13:52:11.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-14T13:52:11.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-14T13:52:11.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-14T13:52:12.186Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-02-14T13:52:12.376Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:12.376Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:13.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-14T13:52:14.755Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:14.755Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:15.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-14T13:52:16.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-14T13:52:17.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-14T13:52:17.136Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.79s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.84s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.39s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.52s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.35s) [2020-02-14T13:52:17.137Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.35s) [2020-02-14T13:52:17.137Z] === RUN TestBuildMultiStageCopy [2020-02-14T13:52:17.137Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-14T13:52:18.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-14T13:52:19.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-14T13:52:20.230Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-14T13:52:20.230Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-14T13:52:20.589Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-14T13:52:21.340Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-14T13:52:22.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy (4.74s) [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.57s) [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-02-14T13:52:22.247Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-02-14T13:52:22.247Z] === RUN TestBuildMultiStageParentConfig [2020-02-14T13:52:23.032Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2020-02-14T13:52:23.032Z] === RUN TestBuildLabelWithTargets [2020-02-14T13:52:23.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-14T13:52:25.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-14T13:52:25.401Z] --- PASS: TestBuildLabelWithTargets (2.02s) [2020-02-14T13:52:25.401Z] === RUN TestBuildWithEmptyLayers [2020-02-14T13:52:26.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-14T13:52:26.160Z] --- PASS: TestBuildWithEmptyLayers (0.90s) [2020-02-14T13:52:26.160Z] === RUN TestBuildMultiStageOnBuild [2020-02-14T13:52:26.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-14T13:52:27.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-14T13:52:28.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-14T13:52:29.235Z] --- PASS: TestBuildMultiStageOnBuild (2.66s) [2020-02-14T13:52:29.235Z] === RUN TestBuildUncleanTarFilenames [2020-02-14T13:52:29.733Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T13:52:29.733Z] Using test binary docker [2020-02-14T13:52:29.733Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-14T13:52:29.733Z] +++ /etc/init.d/apparmor start [2020-02-14T13:52:29.733Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:52:29.733Z] INFO: Waiting for daemon to start... [2020-02-14T13:52:29.733Z] Starting dockerd [2020-02-14T13:52:29.733Z] +++ 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 [2020-02-14T13:52:29.987Z] --- PASS: TestBuildUncleanTarFilenames (1.11s) [2020-02-14T13:52:29.987Z] === RUN TestBuildMultiStageLayerLeak [2020-02-14T13:52:31.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-14T13:52:31.635Z] . [2020-02-14T13:52:31.635Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T13:52:31.635Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T13:52:31.894Z] Error: No such image: emptyfs [2020-02-14T13:52:31.894Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T13:52:31.894Z] ++++ docker load [2020-02-14T13:52:32.153Z] Running integration-test (iteration 1) [2020-02-14T13:52:32.153Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-02-14T13:52:32.153Z] ++ 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 [2020-02-14T13:52:32.153Z] ++ set -e [2020-02-14T13:52:32.153Z] ++ '[' -n 0 ']' [2020-02-14T13:52:32.153Z] ++ set -x [2020-02-14T13:52:32.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=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 [2020-02-14T13:52:33.064Z] --- PASS: TestBuildMultiStageLayerLeak (2.73s) [2020-02-14T13:52:33.064Z] === RUN TestBuildWithHugeFile [2020-02-14T13:52:34.358Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T13:52:34.358Z] Using test binary docker [2020-02-14T13:52:34.358Z] +++ /etc/init.d/apparmor start [2020-02-14T13:52:34.358Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:52:34.358Z] INFO: Waiting for daemon to start... [2020-02-14T13:52:34.358Z] Starting dockerd [2020-02-14T13:52:34.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 [2020-02-14T13:52:36.257Z] . [2020-02-14T13:52:36.258Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T13:52:36.258Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T13:52:36.258Z] Error: No such image: emptyfs [2020-02-14T13:52:36.258Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T13:52:36.258Z] ++++ docker load [2020-02-14T13:52:36.516Z] Running integration-test (iteration 1) [2020-02-14T13:52:36.516Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-02-14T13:52:36.516Z] ++ 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 [2020-02-14T13:52:36.516Z] ++ set -e [2020-02-14T13:52:36.516Z] ++ '[' -n 0 ']' [2020-02-14T13:52:36.516Z] ++ set -x [2020-02-14T13:52:36.516Z] ++ 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 [2020-02-14T13:52:42.129Z] Loaded image: buildpack-deps:jessie [2020-02-14T13:52:42.129Z] Loaded image: busybox:latest [2020-02-14T13:52:42.129Z] Loaded image: busybox:glibc [2020-02-14T13:52:42.129Z] Loaded image: debian:jessie [2020-02-14T13:52:42.129Z] Loaded image: hello-world:latest [2020-02-14T13:52:42.129Z] INFO: Testing against a local daemon [2020-02-14T13:52:42.129Z] === RUN TestCgroupNamespacesBuild [2020-02-14T13:52:45.414Z] --- PASS: TestCgroupNamespacesBuild (4.26s) [2020-02-14T13:52:45.414Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-14T13:52:46.873Z] #24 ... [2020-02-14T13:52:46.873Z] [2020-02-14T13:52:46.873Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:46.873Z] #63 383.2 + bin/containerd [2020-02-14T13:52:47.317Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-02-14T13:52:47.317Z] === RUN TestBuildWithSession [2020-02-14T13:52:47.317Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-14T13:52:47.317Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:52:47.317Z] === RUN TestBuildSquashParent [2020-02-14T13:52:48.955Z] #63 ... [2020-02-14T13:52:48.955Z] [2020-02-14T13:52:48.955Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:48.955Z] #54 DONE 443.7s [2020-02-14T13:52:48.955Z] [2020-02-14T13:52:48.955Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:53.881Z] --- PASS: TestBuildSquashParent (6.55s) [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:53.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:52:53.881Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:52:53.881Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:52:54.501Z] #24 448.8 + return [2020-02-14T13:52:54.501Z] #24 DONE 448.9s [2020-02-14T13:52:54.501Z] [2020-02-14T13:52:54.501Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:56.002Z] #63 ... [2020-02-14T13:52:56.002Z] [2020-02-14T13:52:56.002Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-14T13:52:56.294Z] #25 DONE 0.2s [2020-02-14T13:52:56.294Z] [2020-02-14T13:52:56.294Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T13:52:56.419Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:52:56.419Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:52:56.924Z] #29 DONE 0.6s [2020-02-14T13:52:56.924Z] [2020-02-14T13:52:56.924Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-14T13:52:56.924Z] #32 DONE 0.1s [2020-02-14T13:52:56.924Z] [2020-02-14T13:52:56.924Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-14T13:52:56.924Z] #35 DONE 0.1s [2020-02-14T13:52:56.924Z] [2020-02-14T13:52:56.924Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:56.924Z] #63 ... [2020-02-14T13:52:56.924Z] [2020-02-14T13:52:56.924Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-14T13:52:56.924Z] #40 DONE 0.1s [2020-02-14T13:52:56.924Z] [2020-02-14T13:52:56.924Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-14T13:52:57.217Z] #43 DONE 0.1s [2020-02-14T13:52:57.217Z] [2020-02-14T13:52:57.217Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:57.217Z] #63 ... [2020-02-14T13:52:57.217Z] [2020-02-14T13:52:57.217Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-14T13:52:57.217Z] #46 DONE 0.1s [2020-02-14T13:52:57.217Z] [2020-02-14T13:52:57.217Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-14T13:52:57.217Z] #49 DONE 0.1s [2020-02-14T13:52:57.217Z] [2020-02-14T13:52:57.217Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-14T13:52:57.217Z] #52 DONE 0.1s [2020-02-14T13:52:57.217Z] [2020-02-14T13:52:57.217Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:57.506Z] #63 ... [2020-02-14T13:52:57.506Z] [2020-02-14T13:52:57.506Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-14T13:52:57.506Z] #55 DONE 0.1s [2020-02-14T13:52:57.506Z] [2020-02-14T13:52:57.506Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-14T13:52:57.506Z] #59 DONE 0.1s [2020-02-14T13:52:57.506Z] [2020-02-14T13:52:57.506Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.46s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.54s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.97s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.01s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2020-02-14T13:52:58.951Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.14s) [2020-02-14T13:52:58.951Z] === RUN TestBuildMultiStageCopy [2020-02-14T13:52:58.951Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-14T13:53:00.856Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-14T13:53:01.423Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-14T13:53:01.617Z] --- PASS: TestBuildWithHugeFile (26.65s) [2020-02-14T13:53:01.617Z] === RUN TestBuildWithEmptyDockerfile [2020-02-14T13:53:01.617Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:53:01.617Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:53:01.617Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:53:01.617Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:53:01.617Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:53:01.617Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:53:01.617Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:53:01.617Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:53:01.617Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:53:01.617Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-02-14T13:53:01.617Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-02-14T13:53:01.617Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-02-14T13:53:01.617Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-02-14T13:53:01.617Z] === RUN TestBuildPreserveOwnership [2020-02-14T13:53:01.617Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-14T13:53:01.682Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-14T13:53:02.249Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy (4.40s) [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.33s) [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-02-14T13:53:02.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-02-14T13:53:02.817Z] === RUN TestBuildMultiStageParentConfig [2020-02-14T13:53:03.345Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-14T13:53:04.719Z] --- PASS: TestBuildMultiStageParentConfig (1.54s) [2020-02-14T13:53:04.719Z] === RUN TestBuildLabelWithTargets [2020-02-14T13:53:05.072Z] --- PASS: TestBuildPreserveOwnership (5.56s) [2020-02-14T13:53:05.072Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.66s) [2020-02-14T13:53:05.072Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.90s) [2020-02-14T13:53:05.072Z] === RUN TestBuildPlatformInvalid [2020-02-14T13:53:05.072Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-02-14T13:53:05.072Z] PASS [2020-02-14T13:53:05.072Z] [2020-02-14T13:53:05.072Z] === Skipped [2020-02-14T13:53:05.072Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-02-14T13:53:05.072Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:53:05.072Z] [2020-02-14T13:53:05.072Z] [2020-02-14T13:53:05.072Z] DONE 32 tests, 1 skipped in 73.376s [2020-02-14T13:53:05.072Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-02-14T13:53:05.072Z] ++ 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 [2020-02-14T13:53:05.072Z] ++ set -e [2020-02-14T13:53:05.072Z] ++ '[' -n 0 ']' [2020-02-14T13:53:05.072Z] ++ set -x [2020-02-14T13:53:05.072Z] ++ 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 [2020-02-14T13:53:05.424Z] INFO: Testing against a local daemon [2020-02-14T13:53:05.424Z] === RUN TestConfigList [2020-02-14T13:53:06.623Z] --- PASS: TestBuildLabelWithTargets (2.29s) [2020-02-14T13:53:06.623Z] === RUN TestBuildWithEmptyLayers [2020-02-14T13:53:08.000Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2020-02-14T13:53:08.000Z] === RUN TestBuildMultiStageOnBuild [2020-02-14T13:53:08.502Z] --- PASS: TestConfigList (2.73s) [2020-02-14T13:53:08.502Z] === RUN TestConfigsCreateAndDelete [2020-02-14T13:53:08.578Z] Loaded image: buildpack-deps:jessie [2020-02-14T13:53:08.578Z] Loaded image: busybox:latest [2020-02-14T13:53:08.578Z] Loaded image: busybox:glibc [2020-02-14T13:53:08.578Z] Loaded image: debian:jessie [2020-02-14T13:53:08.578Z] Loaded image: hello-world:latest [2020-02-14T13:53:08.578Z] INFO: Testing against a local daemon [2020-02-14T13:53:08.578Z] === RUN TestCgroupNamespacesBuild [2020-02-14T13:53:10.531Z] --- PASS: TestBuildMultiStageOnBuild (2.84s) [2020-02-14T13:53:10.531Z] === RUN TestBuildUncleanTarFilenames [2020-02-14T13:53:10.879Z] --- PASS: TestConfigsCreateAndDelete (2.79s) [2020-02-14T13:53:10.879Z] === RUN TestConfigsUpdate [2020-02-14T13:53:11.106Z] --- PASS: TestCgroupNamespacesBuild (3.02s) [2020-02-14T13:53:11.106Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-14T13:53:11.909Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2020-02-14T13:53:11.909Z] === RUN TestBuildMultiStageLayerLeak [2020-02-14T13:53:13.430Z] --- PASS: TestConfigsUpdate (2.71s) [2020-02-14T13:53:13.430Z] === RUN TestTemplatedConfig [2020-02-14T13:53:13.545Z] ................................................ [ 29%] [2020-02-14T13:53:13.651Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.37s) [2020-02-14T13:53:13.651Z] === RUN TestBuildWithSession [2020-02-14T13:53:13.651Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-14T13:53:13.651Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:53:13.651Z] === RUN TestBuildSquashParent [2020-02-14T13:53:15.194Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2020-02-14T13:53:15.194Z] === RUN TestBuildWithHugeFile [2020-02-14T13:53:17.359Z] --- PASS: TestTemplatedConfig (3.24s) [2020-02-14T13:53:17.359Z] === RUN TestConfigInspect [2020-02-14T13:53:19.716Z] --- PASS: TestConfigInspect (2.74s) [2020-02-14T13:53:19.716Z] === RUN TestConfigCreateWithLabels [2020-02-14T13:53:22.783Z] --- PASS: TestConfigCreateWithLabels (2.80s) [2020-02-14T13:53:22.783Z] === RUN TestConfigCreateResolve [2020-02-14T13:53:25.133Z] --- PASS: TestConfigCreateResolve (2.69s) [2020-02-14T13:53:25.133Z] === RUN TestConfigDaemonLibtrustID [2020-02-14T13:53:25.511Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-02-14T13:53:25.511Z] PASS [2020-02-14T13:53:25.511Z] [2020-02-14T13:53:25.511Z] DONE 8 tests in 20.298s [2020-02-14T13:53:25.511Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-02-14T13:53:25.511Z] ++ 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 [2020-02-14T13:53:25.511Z] ++ set -e [2020-02-14T13:53:25.511Z] ++ '[' -n 0 ']' [2020-02-14T13:53:25.511Z] ++ set -x [2020-02-14T13:53:25.511Z] ++ 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 [2020-02-14T13:53:25.511Z] INFO: Testing against a local daemon [2020-02-14T13:53:25.511Z] === RUN TestCheckpoint [2020-02-14T13:53:25.511Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-14T13:53:25.511Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:53:25.511Z] === RUN TestContainerInvalidJSON [2020-02-14T13:53:25.511Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:53:25.511Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:53:25.511Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:53:25.511Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:53:25.511Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:53:25.511Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:53:25.511Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:53:25.511Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:53:25.511Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:53:25.511Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-02-14T13:53:25.511Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-14T13:53:25.512Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-14T13:53:25.512Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-14T13:53:25.512Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-14T13:53:25.840Z] --- PASS: TestBuildSquashParent (10.35s) [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:53:25.840Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:53:25.840Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:53:25.840Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T13:53:25.840Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T13:53:25.857Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2020-02-14T13:53:25.857Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-14T13:53:25.857Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2020-02-14T13:53:25.857Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-14T13:53:25.857Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-02-14T13:53:25.857Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-14T13:53:26.217Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-02-14T13:53:26.217Z] === RUN TestCopyFromContainer [2020-02-14T13:53:27.740Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T13:53:27.740Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T13:53:28.128Z] === RUN TestCopyFromContainer// [2020-02-14T13:53:28.128Z] === RUN TestCopyFromContainer//bar/root [2020-02-14T13:53:28.128Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-14T13:53:28.498Z] === RUN TestCopyFromContainer/bar/quux [2020-02-14T13:53:28.498Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-14T13:53:28.498Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-14T13:53:28.498Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-14T13:53:28.498Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-14T13:53:28.850Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-14T13:53:28.850Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer (2.73s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-02-14T13:53:28.850Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-02-14T13:53:28.850Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-14T13:53:28.850Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:53:28.850Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:53:28.850Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:53:28.850Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:53:28.850Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:53:28.850Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:53:28.850Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:53:28.850Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:53:28.850Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:53:28.850Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-14T13:53:28.850Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-14T13:53:28.850Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-02-14T13:53:28.850Z] === RUN TestCreateWithInvalidEnv [2020-02-14T13:53:28.850Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-14T13:53:28.850Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-14T13:53:28.850Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-14T13:53:28.850Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-14T13:53:28.850Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-14T13:53:28.850Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-14T13:53:28.850Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-14T13:53:28.850Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-14T13:53:28.850Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-14T13:53:28.850Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-14T13:53:28.850Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-02-14T13:53:28.850Z] === RUN TestCreateTmpfsMountsTarget [2020-02-14T13:53:28.850Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-02-14T13:53:28.850Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-14T13:53:31.020Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T13:53:31.216Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s) [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:53:31.217Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:53:31.217Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:53:31.217Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-14T13:53:31.217Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:53:31.217Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:53:31.217Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:53:31.217Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:53:31.278Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:53:31.573Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-02-14T13:53:31.573Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-02-14T13:53:31.573Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-14T13:53:32.739Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:53:34.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:53:34.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:53:34.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:53:34.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:53:34.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:53:34.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:53:34.642Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:53:34.642Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:53:34.642Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:53:34.642Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:53:34.642Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-02-14T13:53:34.642Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-02-14T13:53:34.642Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-14T13:53:34.993Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.73s) [2020-02-14T13:53:34.993Z] === RUN TestContainerStartOnDaemonRestart [2020-02-14T13:53:34.993Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-14T13:53:34.993Z] === RUN TestDaemonRestartIpcMode [2020-02-14T13:53:34.993Z] === PAUSE TestDaemonRestartIpcMode [2020-02-14T13:53:34.993Z] === RUN TestDaemonHostGatewayIP [2020-02-14T13:53:34.993Z] === PAUSE TestDaemonHostGatewayIP [2020-02-14T13:53:34.993Z] === RUN TestDiff [2020-02-14T13:53:35.463Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.58s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.78s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.45s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.50s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.59s) [2020-02-14T13:53:35.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.60s) [2020-02-14T13:53:35.464Z] === RUN TestBuildMultiStageCopy [2020-02-14T13:53:35.464Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-14T13:53:35.747Z] --- PASS: TestDiff (0.84s) [2020-02-14T13:53:35.747Z] === RUN TestExecWithCloseStdin [2020-02-14T13:53:36.808Z] #63 434.9 + bin/containerd-stress [2020-02-14T13:53:36.808Z] #63 438.5 + bin/containerd-shim [2020-02-14T13:53:36.952Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-02-14T13:53:36.952Z] === RUN TestExec [2020-02-14T13:53:37.690Z] --- PASS: TestExec (0.95s) [2020-02-14T13:53:37.690Z] === RUN TestExecUser [2020-02-14T13:53:38.746Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-14T13:53:38.746Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-14T13:53:38.892Z] --- PASS: TestExecUser (1.00s) [2020-02-14T13:53:38.892Z] === RUN TestExportContainerAndImportImage [2020-02-14T13:53:39.680Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-14T13:53:39.715Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2020-02-14T13:53:39.715Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-14T13:53:40.245Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-14T13:53:40.669Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy (6.15s) [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.70s) [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.72s) [2020-02-14T13:53:41.180Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.75s) [2020-02-14T13:53:41.180Z] === RUN TestBuildMultiStageParentConfig [2020-02-14T13:53:41.531Z] --- PASS: TestExportContainerAfterDaemonRestart (1.39s) [2020-02-14T13:53:41.531Z] === RUN TestHealthCheckWorkdir [2020-02-14T13:53:42.271Z] --- PASS: TestHealthCheckWorkdir (1.00s) [2020-02-14T13:53:42.271Z] === RUN TestHealthKillContainer [2020-02-14T13:53:43.079Z] --- PASS: TestBuildMultiStageParentConfig (1.73s) [2020-02-14T13:53:43.079Z] === RUN TestBuildLabelWithTargets [2020-02-14T13:53:44.560Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-02-14T13:53:45.318Z] --- PASS: TestHealthKillContainer (3.08s) [2020-02-14T13:53:45.318Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-14T13:53:45.608Z] --- PASS: TestBuildLabelWithTargets (2.60s) [2020-02-14T13:53:45.608Z] === RUN TestBuildWithEmptyLayers [2020-02-14T13:53:46.064Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s) [2020-02-14T13:53:46.064Z] === RUN TestIpcModeNone [2020-02-14T13:53:46.541Z] --- PASS: TestBuildWithEmptyLayers (1.35s) [2020-02-14T13:53:46.542Z] === RUN TestBuildMultiStageOnBuild [2020-02-14T13:53:47.160Z] #63 448.8 + bin/containerd-shim-runc-v1 [2020-02-14T13:53:47.264Z] --- PASS: TestIpcModeNone (0.98s) [2020-02-14T13:53:47.264Z] === RUN TestIpcModePrivate [2020-02-14T13:53:48.009Z] --- PASS: TestIpcModePrivate (0.98s) [2020-02-14T13:53:48.009Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2020-02-14T13:53:48.009Z] === RUN TestIpcModeShareable [2020-02-14T13:53:49.218Z] --- PASS: TestIpcModeShareable (0.98s) [2020-02-14T13:53:49.218Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2020-02-14T13:53:49.218Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-14T13:53:50.727Z] --- PASS: TestBuildMultiStageOnBuild (3.73s) [2020-02-14T13:53:50.727Z] === RUN TestBuildUncleanTarFilenames [2020-02-14T13:53:51.583Z] #63 453.8 + bin/containerd-shim-runc-v2 [2020-02-14T13:53:52.287Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.73s) [2020-02-14T13:53:52.287Z] === RUN TestAPIIpcModeHost [2020-02-14T13:53:52.601Z] #63 455.3 + binaries [2020-02-14T13:53:52.601Z] #63 455.3 + mkdir -p /build [2020-02-14T13:53:52.601Z] #63 455.3 + cp bin/containerd /build/containerd [2020-02-14T13:53:52.601Z] #63 455.3 + cp bin/containerd-shim /build/containerd-shim [2020-02-14T13:53:52.626Z] --- PASS: TestBuildUncleanTarFilenames (1.98s) [2020-02-14T13:53:52.626Z] === RUN TestBuildMultiStageLayerLeak [2020-02-14T13:53:52.631Z] --- PASS: TestAPIIpcModeHost (0.70s) [2020-02-14T13:53:52.631Z] === RUN TestDaemonIpcModeShareable [2020-02-14T13:53:52.886Z] #63 455.3 + cp bin/ctr /build/ctr [2020-02-14T13:53:52.886Z] #63 DONE 455.4s [2020-02-14T13:53:54.378Z] [2020-02-14T13:53:54.378Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-14T13:53:54.378Z] #64 DONE 0.1s [2020-02-14T13:53:54.378Z] [2020-02-14T13:53:54.378Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-14T13:53:54.378Z] #68 DONE 0.2s [2020-02-14T13:53:54.378Z] [2020-02-14T13:53:54.378Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-14T13:53:54.440Z] --- PASS: TestDaemonIpcModeShareable (1.61s) [2020-02-14T13:53:54.440Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-14T13:53:54.440Z] === RUN TestDaemonIpcModePrivate [2020-02-14T13:53:54.661Z] #70 DONE 0.2s [2020-02-14T13:53:54.661Z] [2020-02-14T13:53:54.661Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-14T13:53:54.661Z] #73 DONE 0.1s [2020-02-14T13:53:54.661Z] [2020-02-14T13:53:54.661Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-14T13:53:54.661Z] #74 DONE 0.0s [2020-02-14T13:53:54.661Z] [2020-02-14T13:53:54.661Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-14T13:53:55.709Z] --- PASS: TestDaemonIpcModePrivate (1.67s) [2020-02-14T13:53:55.709Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-14T13:53:55.709Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-14T13:53:56.807Z] --- PASS: TestBuildMultiStageLayerLeak (4.04s) [2020-02-14T13:53:56.807Z] === RUN TestBuildWithHugeFile [2020-02-14T13:53:57.448Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2020-02-14T13:53:57.448Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-14T13:53:57.448Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-14T13:53:58.131Z] #75 DONE 2.8s [2020-02-14T13:53:58.131Z] [2020-02-14T13:53:58.131Z] #76 exporting to oci image format [2020-02-14T13:53:58.131Z] #76 exporting layers [2020-02-14T13:53:59.192Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s) [2020-02-14T13:53:59.192Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-14T13:53:59.192Z] === RUN TestIpcModeOlderClient [2020-02-14T13:53:59.192Z] === PAUSE TestIpcModeOlderClient [2020-02-14T13:53:59.192Z] === RUN TestKillContainerInvalidSignal [2020-02-14T13:53:59.933Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2020-02-14T13:53:59.933Z] === RUN TestKillContainer [2020-02-14T13:53:59.933Z] === RUN TestKillContainer/no_signal [2020-02-14T13:54:00.676Z] === RUN TestKillContainer/non_killing_signal [2020-02-14T13:54:01.440Z] === RUN TestKillContainer/killing_signal [2020-02-14T13:54:01.875Z] --- PASS: TestBuildWithHugeFile (41.94s) [2020-02-14T13:54:01.875Z] === RUN TestBuildWithEmptyDockerfile [2020-02-14T13:54:01.875Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:54:01.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:54:01.875Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:54:01.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:54:01.875Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:54:01.875Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:54:01.875Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:54:01.875Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:54:01.875Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:54:01.875Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2020-02-14T13:54:01.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-02-14T13:54:01.875Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-02-14T13:54:01.875Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-02-14T13:54:01.875Z] === RUN TestBuildPreserveOwnership [2020-02-14T13:54:01.875Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-14T13:54:01.875Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-14T13:54:02.636Z] --- PASS: TestKillContainer (2.51s) [2020-02-14T13:54:02.636Z] --- PASS: TestKillContainer/no_signal (0.78s) [2020-02-14T13:54:02.636Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2020-02-14T13:54:02.636Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-02-14T13:54:02.636Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-14T13:54:02.636Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-14T13:54:03.250Z] --- PASS: TestBuildPreserveOwnership (6.05s) [2020-02-14T13:54:03.250Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.89s) [2020-02-14T13:54:03.250Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.14s) [2020-02-14T13:54:03.250Z] === RUN TestBuildPlatformInvalid [2020-02-14T13:54:03.379Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-14T13:54:03.509Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-02-14T13:54:03.509Z] PASS [2020-02-14T13:54:03.509Z] [2020-02-14T13:54:03.509Z] === Skipped [2020-02-14T13:54:03.509Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-02-14T13:54:03.509Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:54:03.509Z] [2020-02-14T13:54:03.509Z] [2020-02-14T13:54:03.509Z] DONE 32 tests, 1 skipped in 91.314s [2020-02-14T13:54:03.509Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-02-14T13:54:03.509Z] ++ 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 [2020-02-14T13:54:03.509Z] ++ set -e [2020-02-14T13:54:03.509Z] ++ '[' -n 0 ']' [2020-02-14T13:54:03.509Z] ++ set -x [2020-02-14T13:54:03.509Z] ++ 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 [2020-02-14T13:54:03.767Z] INFO: Testing against a local daemon [2020-02-14T13:54:03.767Z] === RUN TestConfigList [2020-02-14T13:54:04.123Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s) [2020-02-14T13:54:04.123Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-02-14T13:54:04.123Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2020-02-14T13:54:04.123Z] === RUN TestKillStoppedContainer [2020-02-14T13:54:04.467Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-02-14T13:54:04.467Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-14T13:54:04.467Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-02-14T13:54:04.467Z] === RUN TestKillDifferentUserContainer [2020-02-14T13:54:05.306Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2020-02-14T13:54:05.306Z] === RUN TestInspectOomKilledTrue [2020-02-14T13:54:05.306Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-14T13:54:05.306Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:54:05.306Z] === RUN TestInspectOomKilledFalse [2020-02-14T13:54:05.306Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-14T13:54:05.306Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:54:05.306Z] === RUN TestLinksEtcHostsContentMatch [2020-02-14T13:54:05.729Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-02-14T13:54:05.729Z] === RUN TestLinksContainerNames [2020-02-14T13:54:05.752Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-02-14T13:54:06.770Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T13:54:06.770Z] Using test binary docker [2020-02-14T13:54:06.770Z] +++ /etc/init.d/apparmor start [2020-02-14T13:54:06.770Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:54:06.770Z] INFO: Waiting for daemon to start... [2020-02-14T13:54:06.770Z] Starting dockerd [2020-02-14T13:54:06.770Z] +++ 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 [2020-02-14T13:54:06.770Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T13:54:06.771Z] Using test binary docker [2020-02-14T13:54:06.771Z] +++ /etc/init.d/apparmor start [2020-02-14T13:54:06.771Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T13:54:06.771Z] INFO: Waiting for daemon to start... [2020-02-14T13:54:06.771Z] Starting dockerd [2020-02-14T13:54:06.771Z] +++ 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 [2020-02-14T13:54:07.053Z] --- PASS: TestConfigList (3.45s) [2020-02-14T13:54:07.053Z] === RUN TestConfigsCreateAndDelete [2020-02-14T13:54:07.113Z] --- PASS: TestLinksContainerNames (1.49s) [2020-02-14T13:54:07.113Z] === RUN TestLogsFollowTailEmpty [2020-02-14T13:54:07.855Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2020-02-14T13:54:07.855Z] === RUN TestContainerNetworkMountsNoChown [2020-02-14T13:54:09.063Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/default [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/default [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/private [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/private [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rprivate [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/slave [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/slave [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rslave [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/shared [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/shared [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rshared [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/default [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rshared [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/shared [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rslave [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/slave [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rprivate [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/private [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-14T13:54:09.063Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:54:09.063Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-14T13:54:09.063Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:54:09.411Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:54:09.767Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:54:09.767Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-14T13:54:09.767Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-14T13:54:09.767Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-14T13:54:09.767Z] === RUN TestContainerBindMountNonRecursive [2020-02-14T13:54:10.338Z] --- PASS: TestConfigsCreateAndDelete (3.24s) [2020-02-14T13:54:10.338Z] === RUN TestConfigsUpdate [2020-02-14T13:54:10.948Z] . [2020-02-14T13:54:10.949Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T13:54:10.949Z] [2020-02-14T13:54:10.949Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T13:54:10.949Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T13:54:10.949Z] Error: No such image: emptyfs [2020-02-14T13:54:10.949Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T13:54:10.949Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T13:54:10.949Z] ++++ docker load [2020-02-14T13:54:10.949Z] Error: No such image: emptyfs [2020-02-14T13:54:10.949Z] ++++ docker load [2020-02-14T13:54:10.949Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T13:54:11.206Z] Running integration-test (iteration 1) [2020-02-14T13:54:11.206Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-14T13:54:11.206Z] ++ 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)/' [2020-02-14T13:54:11.206Z] ++ set -e [2020-02-14T13:54:11.206Z] ++ '[' -n 0 ']' [2020-02-14T13:54:11.206Z] ++ set -x [2020-02-14T13:54:11.206Z] ++ 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)/' [2020-02-14T13:54:11.206Z] Running integration-test (iteration 1) [2020-02-14T13:54:11.206Z] 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)/ [2020-02-14T13:54:11.206Z] ++ 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)/' [2020-02-14T13:54:11.206Z] ++ set -e [2020-02-14T13:54:11.206Z] ++ '[' -n 0 ']' [2020-02-14T13:54:11.206Z] ++ set -x [2020-02-14T13:54:11.206Z] ++ 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)/' [2020-02-14T13:54:11.497Z] --- PASS: TestContainerBindMountNonRecursive (1.84s) [2020-02-14T13:54:11.497Z] === RUN TestNetworkNat [2020-02-14T13:54:12.249Z] --- PASS: TestNetworkNat (0.75s) [2020-02-14T13:54:12.249Z] === RUN TestNetworkLocalhostTCPNat [2020-02-14T13:54:13.010Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-02-14T13:54:13.010Z] === RUN TestNetworkLoopbackNat [2020-02-14T13:54:13.623Z] --- PASS: TestConfigsUpdate (3.19s) [2020-02-14T13:54:13.623Z] === RUN TestTemplatedConfig [2020-02-14T13:54:14.212Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-02-14T13:54:14.240Z] --- PASS: TestNetworkLoopbackNat (0.98s) [2020-02-14T13:54:14.240Z] === RUN TestPause [2020-02-14T13:54:14.998Z] --- PASS: TestPause (0.96s) [2020-02-14T13:54:14.998Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-14T13:54:14.998Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:54:14.998Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:54:14.998Z] === RUN TestPauseStopPausedContainer [2020-02-14T13:54:15.813Z] Removing intermediate container 88409e7c3e7e [2020-02-14T13:54:15.813Z] ---> 227db211eb8d [2020-02-14T13:54:15.813Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $optsForGet = @('"get"', '"-d"', '"gotest.tools/gotestsum"'); &go $optsForGet; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -ne 0) { Throw '"Failed getting gotestsum sources..."' }; Write-Host "INFO: Sources obtained for gotestsum..."; $GotestsumPath=Join-Path -Path $Env:GOPATH -ChildPath "src\gotest.tools\gotestsum"; Push-Location $GotestsumPath; $optsForCheckout = @('"checkout"', '"-q"', """$Env:GOTESTSUM_COMMIT"""); &git $optsForCheckout; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -eq 0) { Write-Host "INFO: Checkout done for gotestsum..."; $optsForBuild = @('"build"', '"-buildmode=exe"'); &go $optsForBuild; $savedExitCode = $LASTEXITCODE; } else { Throw '"gotestsum checkout failed..."'; } Pop-Location; if ($savedExitCode -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-02-14T13:54:15.813Z] ---> Running in 3dd81bc386fd [2020-02-14T13:54:15.813Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-02-14T13:54:15.828Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-02-14T13:54:16.208Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2020-02-14T13:54:16.208Z] === RUN TestPsFilter [2020-02-14T13:54:16.208Z] --- PASS: TestPsFilter (0.23s) [2020-02-14T13:54:16.208Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-14T13:54:16.908Z] --- PASS: TestTemplatedConfig (3.42s) [2020-02-14T13:54:16.908Z] === RUN TestConfigInspect [2020-02-14T13:54:16.959Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2020-02-14T13:54:16.959Z] === RUN TestRemoveContainerWithVolume [2020-02-14T13:54:17.708Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2020-02-14T13:54:17.708Z] === RUN TestRemoveContainerRunning [2020-02-14T13:54:18.520Z] --- PASS: TestRemoveContainerRunning (0.94s) [2020-02-14T13:54:18.520Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-14T13:54:19.817Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.98s) [2020-02-14T13:54:19.817Z] === RUN TestRemoveInvalidContainer [2020-02-14T13:54:19.817Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-02-14T13:54:19.817Z] === RUN TestRenameLinkedContainer [2020-02-14T13:54:20.191Z] --- PASS: TestConfigInspect (3.27s) [2020-02-14T13:54:20.191Z] === RUN TestConfigCreateWithLabels [2020-02-14T13:54:20.560Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-02-14T13:54:22.912Z] --- PASS: TestRenameLinkedContainer (3.26s) [2020-02-14T13:54:22.912Z] === RUN TestRenameStoppedContainer [2020-02-14T13:54:23.476Z] --- PASS: TestConfigCreateWithLabels (3.28s) [2020-02-14T13:54:23.476Z] === RUN TestConfigCreateResolve [2020-02-14T13:54:23.667Z] --- PASS: TestRenameStoppedContainer (0.86s) [2020-02-14T13:54:23.668Z] === RUN TestRenameRunningContainerAndReuse [2020-02-14T13:54:25.392Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2020-02-14T13:54:25.392Z] === RUN TestRenameInvalidName [2020-02-14T13:54:26.133Z] --- PASS: TestRenameInvalidName (0.82s) [2020-02-14T13:54:26.133Z] === RUN TestRenameAnonymousContainer [2020-02-14T13:54:26.759Z] --- PASS: TestConfigCreateResolve (3.18s) [2020-02-14T13:54:26.760Z] === RUN TestConfigDaemonLibtrustID [2020-02-14T13:54:27.327Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-02-14T13:54:27.327Z] PASS [2020-02-14T13:54:27.327Z] [2020-02-14T13:54:27.327Z] DONE 8 tests in 23.833s [2020-02-14T13:54:27.327Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-02-14T13:54:27.327Z] ++ 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 [2020-02-14T13:54:27.327Z] ++ set -e [2020-02-14T13:54:27.327Z] ++ '[' -n 0 ']' [2020-02-14T13:54:27.327Z] ++ set -x [2020-02-14T13:54:27.327Z] ++ 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 [2020-02-14T13:54:27.587Z] INFO: Testing against a local daemon [2020-02-14T13:54:27.587Z] === RUN TestCheckpoint [2020-02-14T13:54:27.587Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-14T13:54:27.587Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:54:27.587Z] === RUN TestContainerInvalidJSON [2020-02-14T13:54:27.587Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:54:27.587Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:54:27.587Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:54:27.587Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:54:27.587Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:54:27.587Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:54:27.587Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:54:27.587Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:54:27.587Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:54:27.587Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-14T13:54:27.587Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-14T13:54:27.587Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-14T13:54:27.587Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-14T13:54:27.587Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-14T13:54:27.587Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-02-14T13:54:27.587Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-14T13:54:27.845Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-02-14T13:54:27.845Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-14T13:54:27.845Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-02-14T13:54:27.845Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-14T13:54:28.104Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-02-14T13:54:28.104Z] === RUN TestCopyFromContainer [2020-02-14T13:54:29.203Z] --- PASS: TestRenameAnonymousContainer (2.69s) [2020-02-14T13:54:29.203Z] === RUN TestRenameContainerWithSameName [2020-02-14T13:54:29.556Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-02-14T13:54:29.556Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-14T13:54:30.006Z] === RUN TestCopyFromContainer// [2020-02-14T13:54:30.006Z] === RUN TestCopyFromContainer//bar/root [2020-02-14T13:54:30.265Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-14T13:54:30.265Z] === RUN TestCopyFromContainer/bar/quux [2020-02-14T13:54:30.524Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-14T13:54:30.524Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-14T13:54:30.524Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-14T13:54:30.783Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-14T13:54:30.783Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-14T13:54:31.042Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer (3.10s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-02-14T13:54:31.042Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-02-14T13:54:31.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-14T13:54:31.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:54:31.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:54:31.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:54:31.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:54:31.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:54:31.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:54:31.301Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:54:31.301Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:54:31.301Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:54:31.301Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-14T13:54:31.301Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-14T13:54:31.301Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-02-14T13:54:31.301Z] === RUN TestCreateWithInvalidEnv [2020-02-14T13:54:31.301Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-14T13:54:31.301Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-14T13:54:31.301Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-14T13:54:31.301Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-14T13:54:31.301Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-14T13:54:31.301Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-14T13:54:31.301Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-14T13:54:31.301Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-14T13:54:31.301Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-14T13:54:31.301Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-14T13:54:31.301Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-02-14T13:54:31.301Z] === RUN TestCreateTmpfsMountsTarget [2020-02-14T13:54:31.301Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-02-14T13:54:31.301Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-14T13:54:31.333Z] --- PASS: TestRenameContainerWithLinkedContainer (1.71s) [2020-02-14T13:54:31.333Z] === RUN TestResize [2020-02-14T13:54:32.249Z] --- PASS: TestResize (0.92s) [2020-02-14T13:54:32.249Z] === RUN TestResizeWithInvalidSize [2020-02-14T13:54:33.080Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-02-14T13:54:33.080Z] === RUN TestResizeWhenContainerNotStarted [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:54:33.832Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:54:33.832Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-02-14T13:54:33.832Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-02-14T13:54:33.832Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-14T13:54:33.837Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:33.837Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:33.837Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:33.837Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:54:33.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:54:35.262Z] ......................... [ 67%] [2020-02-14T13:54:35.600Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:35.960Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.36s) [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:54:36.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:54:36.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:54:36.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:54:36.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:54:36.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:54:36.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:54:36.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:54:36.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:54:36.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:54:36.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:54:36.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-02-14T13:54:36.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-02-14T13:54:36.364Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-14T13:54:36.931Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-02-14T13:54:36.931Z] === RUN TestContainerStartOnDaemonRestart [2020-02-14T13:54:36.931Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-14T13:54:36.931Z] === RUN TestDaemonRestartIpcMode [2020-02-14T13:54:36.931Z] === PAUSE TestDaemonRestartIpcMode [2020-02-14T13:54:36.931Z] === RUN TestDaemonHostGatewayIP [2020-02-14T13:54:36.931Z] === PAUSE TestDaemonHostGatewayIP [2020-02-14T13:54:36.931Z] === RUN TestDiff [2020-02-14T13:54:37.163Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:54:37.513Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:54:37.867Z] --- PASS: TestDiff (0.83s) [2020-02-14T13:54:37.867Z] === RUN TestExecWithCloseStdin [2020-02-14T13:54:38.744Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:54:38.744Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:54:38.803Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-02-14T13:54:38.803Z] === RUN TestExec [2020-02-14T13:54:39.371Z] --- PASS: TestExec (0.89s) [2020-02-14T13:54:39.371Z] === RUN TestExecUser [2020-02-14T13:54:40.306Z] --- PASS: TestExecUser (0.90s) [2020-02-14T13:54:40.306Z] === RUN TestExportContainerAndImportImage [2020-02-14T13:54:40.490Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:54:41.233Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:54:41.684Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2020-02-14T13:54:41.684Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-14T13:54:43.265Z] Loaded image: buildpack-deps:jessie [2020-02-14T13:54:43.265Z] Loaded image: busybox:latest [2020-02-14T13:54:43.265Z] Loaded image: buildpack-deps:jessie [2020-02-14T13:54:43.523Z] Loaded image: busybox:glibc [2020-02-14T13:54:43.523Z] Loaded image: debian:jessie [2020-02-14T13:54:43.523Z] Loaded image: busybox:latest [2020-02-14T13:54:43.523Z] Loaded image: hello-world:latest [2020-02-14T13:54:43.590Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2020-02-14T13:54:43.590Z] === RUN TestHealthCheckWorkdir [2020-02-14T13:54:43.628Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:54:43.628Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:54:43.780Z] INFO: Testing against a local daemon [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-02-14T13:54:43.780Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-02-14T13:54:43.781Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-02-14T13:54:43.781Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-02-14T13:54:44.038Z] Loaded image: busybox:glibc [2020-02-14T13:54:44.038Z] Loaded image: debian:jessie [2020-02-14T13:54:44.296Z] Loaded image: hello-world:latest [2020-02-14T13:54:44.296Z] INFO: Testing against a local daemon [2020-02-14T13:54:44.296Z] === RUN TestDockerDaemonSuite [2020-02-14T13:54:44.296Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-02-14T13:54:44.526Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2020-02-14T13:54:44.526Z] === RUN TestHealthKillContainer [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.77s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.17s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.39s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.08s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.15s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.62s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.64s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.21s) [2020-02-14T13:54:46.095Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.07s) [2020-02-14T13:54:46.095Z] === RUN TestCgroupNamespacesRun [2020-02-14T13:54:46.823Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-02-14T13:54:46.823Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-02-14T13:54:47.080Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-02-14T13:54:47.080Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-02-14T13:54:47.306Z] --- PASS: TestCgroupNamespacesRun (1.65s) [2020-02-14T13:54:47.306Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-14T13:54:47.810Z] --- PASS: TestHealthKillContainer (2.98s) [2020-02-14T13:54:47.810Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-14T13:54:48.012Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-02-14T13:54:48.269Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-02-14T13:54:48.269Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-02-14T13:54:48.377Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2020-02-14T13:54:48.377Z] === RUN TestIpcModeNone [2020-02-14T13:54:49.033Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.51s) [2020-02-14T13:54:49.033Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-14T13:54:49.314Z] --- PASS: TestIpcModeNone (0.92s) [2020-02-14T13:54:49.314Z] === RUN TestIpcModePrivate [2020-02-14T13:54:50.250Z] --- PASS: TestIpcModePrivate (0.92s) [2020-02-14T13:54:50.250Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2020-02-14T13:54:50.250Z] === RUN TestIpcModeShareable [2020-02-14T13:54:50.758Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.64s) [2020-02-14T13:54:50.758Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-14T13:54:50.794Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-02-14T13:54:50.794Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-02-14T13:54:50.794Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-02-14T13:54:50.794Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-02-14T13:54:51.051Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-02-14T13:54:51.186Z] --- PASS: TestIpcModeShareable (0.92s) [2020-02-14T13:54:51.186Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2020-02-14T13:54:51.186Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-14T13:54:51.502Z] INFO: Sources obtained for gotestsum... [2020-02-14T13:54:51.502Z] INFO: Checkout done for gotestsum... [2020-02-14T13:54:51.502Z] INFO: Build done for gotestsum... [2020-02-14T13:54:51.984Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-02-14T13:54:52.489Z] --- PASS: TestCgroupNamespacesRunHostMode (1.58s) [2020-02-14T13:54:52.489Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-14T13:54:53.356Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-02-14T13:54:53.356Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-02-14T13:54:53.356Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-02-14T13:54:53.356Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-02-14T13:54:53.356Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-02-14T13:54:53.697Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.64s) [2020-02-14T13:54:53.697Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-14T13:54:53.921Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-02-14T13:54:54.462Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.80s) [2020-02-14T13:54:54.462Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-14T13:54:54.472Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.77s) [2020-02-14T13:54:54.472Z] === RUN TestAPIIpcModeHost [2020-02-14T13:54:54.472Z] --- PASS: TestAPIIpcModeHost (0.68s) [2020-02-14T13:54:54.472Z] === RUN TestDaemonIpcModeShareable [2020-02-14T13:54:55.203Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.76s) [2020-02-14T13:54:55.203Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-14T13:54:56.376Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2020-02-14T13:54:56.376Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-14T13:54:56.376Z] === RUN TestDaemonIpcModePrivate [2020-02-14T13:54:56.943Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.62s) [2020-02-14T13:54:56.943Z] === RUN TestKernelTCPMemory [2020-02-14T13:54:58.155Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-02-14T13:54:58.155Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-02-14T13:54:58.167Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-02-14T13:54:58.167Z] === RUN TestNISDomainname [2020-02-14T13:54:58.278Z] --- PASS: TestDaemonIpcModePrivate (1.91s) [2020-02-14T13:54:58.278Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-14T13:54:58.278Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-14T13:54:58.945Z] --- PASS: TestNISDomainname (1.08s) [2020-02-14T13:54:58.945Z] === RUN TestHostnameDnsResolution [2020-02-14T13:55:00.138Z] --- PASS: TestHostnameDnsResolution (1.14s) [2020-02-14T13:55:00.138Z] === RUN TestStats [2020-02-14T13:55:00.180Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2020-02-14T13:55:00.180Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-02-14T13:55:00.180Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-14T13:55:00.685Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-02-14T13:55:00.685Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-02-14T13:55:02.084Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2020-02-14T13:55:02.084Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2020-02-14T13:55:02.084Z] === RUN TestIpcModeOlderClient [2020-02-14T13:55:02.084Z] === PAUSE TestIpcModeOlderClient [2020-02-14T13:55:02.084Z] === RUN TestKillContainerInvalidSignal [2020-02-14T13:55:02.474Z] --- PASS: TestStats (2.03s) [2020-02-14T13:55:02.474Z] === RUN TestStopContainerWithTimeout [2020-02-14T13:55:02.474Z] === RUN TestStopContainerWithTimeout/0 [2020-02-14T13:55:02.474Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-14T13:55:02.474Z] === RUN TestStopContainerWithTimeout/1 [2020-02-14T13:55:02.474Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-14T13:55:02.474Z] === RUN TestStopContainerWithTimeout/3 [2020-02-14T13:55:02.474Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-14T13:55:02.474Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-14T13:55:02.474Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-14T13:55:02.474Z] === CONT TestStopContainerWithTimeout/0 [2020-02-14T13:55:02.474Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-14T13:55:02.651Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2020-02-14T13:55:02.651Z] === RUN TestKillContainer [2020-02-14T13:55:02.651Z] === RUN TestKillContainer/no_signal [2020-02-14T13:55:03.210Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-02-14T13:55:03.222Z] === CONT TestStopContainerWithTimeout/3 [2020-02-14T13:55:03.588Z] === RUN TestKillContainer/non_killing_signal [2020-02-14T13:55:03.890Z] Removing intermediate container 3dd81bc386fd [2020-02-14T13:55:03.890Z] ---> 1f466a747dbd [2020-02-14T13:55:03.890Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-02-14T13:55:03.890Z] ---> Running in db97776ea518 [2020-02-14T13:55:03.890Z] Removing intermediate container db97776ea518 [2020-02-14T13:55:03.890Z] ---> 59946f035a6c [2020-02-14T13:55:03.890Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-02-14T13:55:03.890Z] ---> Running in aaa5374a38dc [2020-02-14T13:55:03.890Z] Removing intermediate container aaa5374a38dc [2020-02-14T13:55:03.890Z] ---> fcd396ffc98e [2020-02-14T13:55:03.890Z] Step 10/10 : COPY . . [2020-02-14T13:55:04.144Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-02-14T13:55:04.155Z] === RUN TestKillContainer/killing_signal [2020-02-14T13:55:04.935Z] === CONT TestStopContainerWithTimeout/1 [2020-02-14T13:55:05.077Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-02-14T13:55:05.090Z] --- PASS: TestKillContainer (2.41s) [2020-02-14T13:55:05.090Z] --- PASS: TestKillContainer/no_signal (0.79s) [2020-02-14T13:55:05.090Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-02-14T13:55:05.090Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2020-02-14T13:55:05.090Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-14T13:55:05.090Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-14T13:55:06.025Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-14T13:55:06.593Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.56s) [2020-02-14T13:55:06.593Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2020-02-14T13:55:06.593Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-02-14T13:55:06.593Z] === RUN TestKillStoppedContainer [2020-02-14T13:55:06.851Z] --- PASS: TestKillStoppedContainer (0.12s) [2020-02-14T13:55:06.851Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-14T13:55:06.851Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-14T13:55:06.851Z] === RUN TestKillDifferentUserContainer [2020-02-14T13:55:06.972Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-02-14T13:55:07.272Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-02-14T13:55:07.272Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2020-02-14T13:55:07.272Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2020-02-14T13:55:07.272Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2020-02-14T13:55:07.272Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2020-02-14T13:55:07.272Z] === RUN TestDeleteDevicemapper [2020-02-14T13:55:07.272Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-14T13:55:07.272Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:55:07.272Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-14T13:55:07.787Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2020-02-14T13:55:07.787Z] === RUN TestInspectOomKilledTrue [2020-02-14T13:55:07.787Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-14T13:55:07.787Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:07.787Z] === RUN TestInspectOomKilledFalse [2020-02-14T13:55:07.787Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-14T13:55:07.787Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:07.787Z] === RUN TestLinksEtcHostsContentMatch [2020-02-14T13:55:08.344Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-02-14T13:55:08.353Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2020-02-14T13:55:08.353Z] === RUN TestLinksContainerNames [2020-02-14T13:55:08.909Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-02-14T13:55:09.168Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-02-14T13:55:10.255Z] --- PASS: TestLinksContainerNames (1.57s) [2020-02-14T13:55:10.255Z] === RUN TestLogsFollowTailEmpty [2020-02-14T13:55:10.352Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.46s) [2020-02-14T13:55:10.352Z] === RUN TestUpdateMemory [2020-02-14T13:55:10.352Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-14T13:55:10.352Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:10.352Z] === RUN TestUpdateCPUQuota [2020-02-14T13:55:10.541Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-02-14T13:55:10.830Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-02-14T13:55:10.830Z] === RUN TestContainerNetworkMountsNoChown [2020-02-14T13:55:11.722Z] --- PASS: TestUpdateCPUQuota (1.29s) [2020-02-14T13:55:11.722Z] === RUN TestUpdatePidsLimit [2020-02-14T13:55:11.722Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-14T13:55:11.777Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/default [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/default [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/private [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/private [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rprivate [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/slave [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/slave [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rslave [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/shared [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/shared [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rshared [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-14T13:55:11.777Z] === CONT TestMountDaemonRoot/default [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:55:11.777Z] === CONT TestMountDaemonRoot/rslave [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:55:11.777Z] === CONT TestMountDaemonRoot/shared [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:55:11.777Z] === CONT TestMountDaemonRoot/rprivate [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:55:11.777Z] === CONT TestMountDaemonRoot/slave [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-14T13:55:11.777Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:55:11.777Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/rshared [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/private [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:55:11.778Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:55:11.778Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:55:11.778Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-14T13:55:11.920Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-02-14T13:55:11.920Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-14T13:55:12.039Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:55:12.084Z] === RUN TestUpdatePidsLimit/no_change [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:55:12.305Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.08s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.09s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.16s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.15s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-02-14T13:55:12.305Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-02-14T13:55:12.305Z] === RUN TestContainerBindMountNonRecursive [2020-02-14T13:55:12.390Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-02-14T13:55:12.452Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-14T13:55:12.835Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-14T13:55:13.185Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-14T13:55:13.539Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-14T13:55:14.292Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-14T13:55:14.446Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-02-14T13:55:14.852Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2020-02-14T13:55:14.852Z] === RUN TestNetworkNat [2020-02-14T13:55:15.419Z] --- PASS: TestNetworkNat (0.92s) [2020-02-14T13:55:15.419Z] === RUN TestNetworkLocalhostTCPNat [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit (3.73s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-02-14T13:55:15.510Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2020-02-14T13:55:15.510Z] === RUN TestUpdateRestartPolicy [2020-02-14T13:55:16.355Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-02-14T13:55:16.355Z] === RUN TestNetworkLoopbackNat [2020-02-14T13:55:16.981Z] === RUN TestDockerSuite/TestAttachDetach [2020-02-14T13:55:16.981Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-02-14T13:55:17.290Z] --- PASS: TestNetworkLoopbackNat (1.21s) [2020-02-14T13:55:17.290Z] === RUN TestPause [2020-02-14T13:55:17.912Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-02-14T13:55:18.226Z] --- PASS: TestPause (0.84s) [2020-02-14T13:55:18.226Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-14T13:55:18.226Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:55:18.226Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:55:18.226Z] === RUN TestPauseStopPausedContainer [2020-02-14T13:55:19.163Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-02-14T13:55:19.163Z] === RUN TestPsFilter [2020-02-14T13:55:19.282Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-02-14T13:55:19.421Z] --- PASS: TestPsFilter (0.25s) [2020-02-14T13:55:19.421Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-14T13:55:19.989Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-02-14T13:55:19.989Z] === RUN TestRemoveContainerWithVolume [2020-02-14T13:55:20.926Z] --- PASS: TestRemoveContainerWithVolume (0.86s) [2020-02-14T13:55:20.926Z] === RUN TestRemoveContainerRunning [2020-02-14T13:55:21.807Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-02-14T13:55:21.807Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-02-14T13:55:21.861Z] --- PASS: TestRemoveContainerRunning (0.82s) [2020-02-14T13:55:21.862Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-14T13:55:22.797Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2020-02-14T13:55:22.797Z] === RUN TestRemoveInvalidContainer [2020-02-14T13:55:22.797Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-14T13:55:22.797Z] === RUN TestRenameLinkedContainer [2020-02-14T13:55:23.178Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-02-14T13:55:24.547Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-02-14T13:55:25.114Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-02-14T13:55:26.089Z] --- PASS: TestRenameLinkedContainer (3.35s) [2020-02-14T13:55:26.089Z] === RUN TestRenameStoppedContainer [2020-02-14T13:55:26.488Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-02-14T13:55:26.745Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-02-14T13:55:27.024Z] --- PASS: TestRenameStoppedContainer (0.82s) [2020-02-14T13:55:27.024Z] === RUN TestRenameRunningContainerAndReuse [2020-02-14T13:55:27.215Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-02-14T13:55:27.309Z] --- PASS: TestBuildWithHugeFile (90.96s) [2020-02-14T13:55:27.309Z] === RUN TestBuildWithEmptyDockerfile [2020-02-14T13:55:27.309Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:55:27.309Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:55:27.310Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:55:27.310Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:55:27.310Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:55:27.310Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:55:27.310Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T13:55:27.310Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T13:55:27.567Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T13:55:27.567Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-02-14T13:55:27.567Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-02-14T13:55:27.567Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-02-14T13:55:27.567Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-02-14T13:55:27.567Z] === RUN TestBuildPreserveOwnership [2020-02-14T13:55:27.567Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-14T13:55:28.404Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2020-02-14T13:55:28.404Z] === RUN TestRenameInvalidName [2020-02-14T13:55:28.501Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-02-14T13:55:28.842Z] --- PASS: TestUpdateRestartPolicy (12.50s) [2020-02-14T13:55:28.842Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-14T13:55:28.842Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2020-02-14T13:55:28.842Z] === RUN TestWaitNonBlocked [2020-02-14T13:55:28.842Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:55:28.842Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:55:28.842Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:55:28.842Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:55:28.842Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:55:28.842Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:55:29.065Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-02-14T13:55:29.341Z] --- PASS: TestRenameInvalidName (0.84s) [2020-02-14T13:55:29.341Z] === RUN TestRenameAnonymousContainer [2020-02-14T13:55:29.629Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-02-14T13:55:29.725Z] tests/integration/client_test.py ..... [ 75%] [2020-02-14T13:55:29.725Z] tests/integration/context_api_test.py .. [ 76%] [2020-02-14T13:55:29.886Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-02-14T13:55:29.980Z] tests/integration/errors_test.py . [ 76%] [2020-02-14T13:55:30.069Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-02-14T13:55:30.069Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2020-02-14T13:55:30.069Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-02-14T13:55:30.069Z] === RUN TestWaitBlocked [2020-02-14T13:55:30.069Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:55:30.069Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:55:30.069Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:55:30.069Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:55:30.069Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:55:30.069Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:55:30.144Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-02-14T13:55:30.831Z] --- PASS: TestWaitBlocked (0.01s) [2020-02-14T13:55:30.831Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s) [2020-02-14T13:55:30.831Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2020-02-14T13:55:30.831Z] === CONT TestContainerStartOnDaemonRestart [2020-02-14T13:55:30.831Z] === CONT TestIpcModeOlderClient [2020-02-14T13:55:31.251Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-02-14T13:55:31.251Z] === CONT TestDaemonHostGatewayIP [2020-02-14T13:55:31.514Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-02-14T13:55:31.514Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-02-14T13:55:31.514Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-02-14T13:55:32.079Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-14T13:55:32.079Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-02-14T13:55:32.644Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-02-14T13:55:33.528Z] --- PASS: TestRenameAnonymousContainer (3.98s) [2020-02-14T13:55:33.528Z] === RUN TestRenameContainerWithSameName [2020-02-14T13:55:33.575Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-02-14T13:55:33.771Z] --- PASS: TestContainerStartOnDaemonRestart (2.87s) [2020-02-14T13:55:33.771Z] === CONT TestDaemonRestartIpcMode [2020-02-14T13:55:33.844Z] ---> c09f8354352c [2020-02-14T13:55:34.094Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2020-02-14T13:55:34.095Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-14T13:55:34.304Z] Successfully built c09f8354352c [2020-02-14T13:55:34.304Z] Successfully tagged docker:latest [2020-02-14T13:55:34.304Z] INFO: Image build ended at 02/14/2020 13:55:34. Duration:00:04:38.4027326 [2020-02-14T13:55:34.508Z] --- PASS: TestBuildPreserveOwnership (6.97s) [2020-02-14T13:55:34.508Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.40s) [2020-02-14T13:55:34.508Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.57s) [2020-02-14T13:55:34.508Z] === RUN TestBuildPlatformInvalid [2020-02-14T13:55:34.763Z] [2020-02-14T13:55:34.763Z] [2020-02-14T13:55:34.763Z] INFO: Building the test binaries at 02/14/2020 13:55:34... [2020-02-14T13:55:34.765Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-02-14T13:55:34.765Z] PASS [2020-02-14T13:55:34.765Z] [2020-02-14T13:55:34.765Z] === Skipped [2020-02-14T13:55:34.765Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-02-14T13:55:34.765Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T13:55:34.765Z] [2020-02-14T13:55:34.765Z] [2020-02-14T13:55:34.765Z] DONE 32 tests, 1 skipped in 178.279s [2020-02-14T13:55:34.765Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-02-14T13:55:34.765Z] ++ 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 [2020-02-14T13:55:34.765Z] ++ set -e [2020-02-14T13:55:34.765Z] ++ '[' -n 0 ']' [2020-02-14T13:55:34.765Z] ++ set -x [2020-02-14T13:55:34.765Z] ++ 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 [2020-02-14T13:55:34.765Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-02-14T13:55:34.987Z] --- PASS: TestDaemonHostGatewayIP (3.81s) [2020-02-14T13:55:35.022Z] INFO: Testing against a local daemon [2020-02-14T13:55:35.022Z] === RUN TestConfigList [2020-02-14T13:55:35.997Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2020-02-14T13:55:35.997Z] === RUN TestResize [2020-02-14T13:55:36.396Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-02-14T13:55:36.564Z] --- PASS: TestResize (0.79s) [2020-02-14T13:55:36.564Z] === RUN TestResizeWithInvalidSize [2020-02-14T13:55:37.337Z] --- PASS: TestDaemonRestartIpcMode (3.32s) [2020-02-14T13:55:37.337Z] PASS [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === Skipped [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-02-14T13:55:37.337Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-14T13:55:37.337Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-14T13:55:37.337Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:55:37.337Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-02-14T13:55:37.337Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-02-14T13:55:37.337Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] [2020-02-14T13:55:37.337Z] DONE 199 tests, 6 skipped in 131.515s [2020-02-14T13:55:37.337Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-02-14T13:55:37.337Z] ++ 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 [2020-02-14T13:55:37.337Z] ++ set -e [2020-02-14T13:55:37.337Z] ++ '[' -n 0 ']' [2020-02-14T13:55:37.337Z] ++ set -x [2020-02-14T13:55:37.337Z] ++ 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 [2020-02-14T13:55:37.337Z] INFO: Testing against a local daemon [2020-02-14T13:55:37.337Z] === RUN TestCommitInheritsEnv [2020-02-14T13:55:37.501Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-02-14T13:55:37.501Z] === RUN TestResizeWhenContainerNotStarted [2020-02-14T13:55:37.685Z] --- PASS: TestCommitInheritsEnv (0.52s) [2020-02-14T13:55:37.685Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-14T13:55:37.685Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-14T13:55:37.685Z] === RUN TestImagesFilterMultiReference [2020-02-14T13:55:37.685Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-02-14T13:55:37.685Z] === RUN TestImagePullPlatformInvalid [2020-02-14T13:55:37.685Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-02-14T13:55:37.685Z] === RUN TestRemoveImageOrphaning [2020-02-14T13:55:38.435Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2020-02-14T13:55:38.435Z] === RUN TestRemoveImageGarbageCollector [2020-02-14T13:55:38.435Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-14T13:55:38.435Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:55:38.435Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-14T13:55:38.435Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-02-14T13:55:38.435Z] === RUN TestTagInvalidReference [2020-02-14T13:55:38.435Z] --- PASS: TestTagInvalidReference (0.01s) [2020-02-14T13:55:38.435Z] === RUN TestTagValidPrefixedRepo [2020-02-14T13:55:38.435Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-02-14T13:55:38.435Z] === RUN TestTagExistedNameWithoutForce [2020-02-14T13:55:38.435Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-02-14T13:55:38.435Z] === RUN TestTagOfficialNames [2020-02-14T13:55:38.435Z] --- PASS: TestTagOfficialNames (0.03s) [2020-02-14T13:55:38.435Z] === RUN TestTagMatchesDigest [2020-02-14T13:55:38.435Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-02-14T13:55:38.436Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-14T13:55:38.437Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:55:38.437Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:55:38.437Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:38.438Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:38.438Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:38.438Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:38.438Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:38.438Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:38.438Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:38.438Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:38.438Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:55:38.438Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:55:38.438Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:55:38.438Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:38.921Z] --- PASS: TestConfigList (3.56s) [2020-02-14T13:55:38.921Z] === RUN TestConfigsCreateAndDelete [2020-02-14T13:55:38.921Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-02-14T13:55:39.465Z] INFO: make.ps1 starting at 02/14/2020 13:55:39 [2020-02-14T13:55:39.927Z] INFO: Git commit (75a169a140) assumed from DOCKER_GITCOMMIT environment variable [2020-02-14T13:55:39.927Z] INFO: Invoking autogen... [2020-02-14T13:55:40.291Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-02-14T13:55:40.346Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:55:40.385Z] INFO: Building daemon... [2020-02-14T13:55:40.858Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-02-14T13:55:40.915Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:40.915Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:55:41.174Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:55:41.744Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:55:41.790Z] --- PASS: TestConfigsCreateAndDelete (3.27s) [2020-02-14T13:55:41.790Z] === RUN TestConfigsUpdate [2020-02-14T13:55:42.683Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:55:42.683Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:55:43.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:55:44.312Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-02-14T13:55:44.876Z] --- PASS: TestConfigsUpdate (3.10s) [2020-02-14T13:55:44.876Z] === RUN TestTemplatedConfig [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.92s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.57s) [2020-02-14T13:55:46.911Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s) [2020-02-14T13:55:46.912Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.75s) [2020-02-14T13:55:46.912Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2020-02-14T13:55:46.912Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.79s) [2020-02-14T13:55:46.912Z] === RUN TestCgroupNamespacesRun [2020-02-14T13:55:48.155Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-02-14T13:55:48.155Z] --- PASS: TestTemplatedConfig (2.99s) [2020-02-14T13:55:48.155Z] === RUN TestConfigInspect [2020-02-14T13:55:48.288Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-02-14T13:55:48.288Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-14T13:55:48.413Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-02-14T13:55:48.978Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-02-14T13:55:49.543Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-02-14T13:55:50.109Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-02-14T13:55:50.191Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2020-02-14T13:55:50.191Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-14T13:55:50.364Z] #76 exporting layers 110.1s done [2020-02-14T13:55:50.364Z] #76 exporting manifest sha256:0ccc2043aa622715dcc030069ed60ae1f49a2abf1e2db1fa704f6cdec6cd90b9 done [2020-02-14T13:55:50.364Z] #76 exporting config sha256:28488f59a8bacb0975b2671ba1d550d96d147e5f3f5689c10c7131d7e02d6b69 done [2020-02-14T13:55:50.364Z] #76 sending tarball [2020-02-14T13:55:51.039Z] --- PASS: TestConfigInspect (3.02s) [2020-02-14T13:55:51.039Z] === RUN TestConfigCreateWithLabels [2020-02-14T13:55:52.093Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2020-02-14T13:55:52.093Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-14T13:55:53.563Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-02-14T13:55:53.563Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-02-14T13:55:53.820Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-02-14T13:55:53.996Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2020-02-14T13:55:53.996Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-14T13:55:54.384Z] --- PASS: TestConfigCreateWithLabels (3.32s) [2020-02-14T13:55:54.384Z] === RUN TestConfigCreateResolve [2020-02-14T13:55:55.372Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2020-02-14T13:55:55.372Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-14T13:55:55.756Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-02-14T13:55:55.756Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-02-14T13:55:56.309Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.93s) [2020-02-14T13:55:56.309Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-14T13:55:56.688Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-02-14T13:55:57.618Z] --- PASS: TestConfigCreateResolve (3.34s) [2020-02-14T13:55:57.618Z] === RUN TestConfigDaemonLibtrustID [2020-02-14T13:55:57.685Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2020-02-14T13:55:57.685Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-14T13:55:58.182Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-02-14T13:55:58.182Z] PASS [2020-02-14T13:55:58.182Z] [2020-02-14T13:55:58.182Z] DONE 8 tests in 23.288s [2020-02-14T13:55:58.182Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-02-14T13:55:58.182Z] ++ 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 [2020-02-14T13:55:58.182Z] ++ set -e [2020-02-14T13:55:58.182Z] ++ '[' -n 0 ']' [2020-02-14T13:55:58.182Z] ++ set -x [2020-02-14T13:55:58.182Z] ++ 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 [2020-02-14T13:55:58.182Z] INFO: Testing against a local daemon [2020-02-14T13:55:58.182Z] === RUN TestCheckpoint [2020-02-14T13:55:58.182Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-14T13:55:58.182Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:55:58.182Z] === RUN TestContainerInvalidJSON [2020-02-14T13:55:58.182Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:55:58.182Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:55:58.182Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:55:58.182Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:55:58.182Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:55:58.182Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:55:58.182Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T13:55:58.182Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-14T13:55:58.182Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T13:55:58.182Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-14T13:55:58.182Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-14T13:55:58.182Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-14T13:55:58.182Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-14T13:55:58.182Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-14T13:55:58.440Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-02-14T13:55:58.440Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-14T13:55:58.440Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-02-14T13:55:58.440Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-14T13:55:58.698Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-02-14T13:55:58.698Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-14T13:55:58.698Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-02-14T13:55:58.698Z] === RUN TestCopyFromContainer [2020-02-14T13:55:58.955Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-02-14T13:55:58.955Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-02-14T13:55:59.586Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2020-02-14T13:55:59.586Z] === RUN TestKernelTCPMemory [2020-02-14T13:56:00.153Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-02-14T13:56:00.153Z] === RUN TestNISDomainname [2020-02-14T13:56:00.852Z] === RUN TestCopyFromContainer// [2020-02-14T13:56:00.852Z] === RUN TestCopyFromContainer//bar/root [2020-02-14T13:56:01.089Z] --- PASS: TestNISDomainname (1.01s) [2020-02-14T13:56:01.089Z] === RUN TestHostnameDnsResolution [2020-02-14T13:56:01.109Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-14T13:56:01.109Z] === RUN TestCopyFromContainer/bar/quux [2020-02-14T13:56:01.109Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-14T13:56:01.367Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-14T13:56:01.367Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-14T13:56:01.367Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-14T13:56:01.625Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-14T13:56:01.625Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-14T13:56:01.625Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-02-14T13:56:01.886Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-02-14T13:56:01.886Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer (3.11s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer// (0.08s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-02-14T13:56:01.886Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2020-02-14T13:56:01.886Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-14T13:56:01.886Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:56:01.886Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:56:01.886Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:56:01.886Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:56:01.886Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:56:01.886Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:56:01.886Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T13:56:01.886Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T13:56:01.886Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T13:56:01.886Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-02-14T13:56:01.886Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-14T13:56:01.886Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-02-14T13:56:01.886Z] === RUN TestCreateWithInvalidEnv [2020-02-14T13:56:01.886Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-14T13:56:01.886Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-14T13:56:01.886Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-14T13:56:01.886Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-14T13:56:01.886Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-14T13:56:01.886Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-14T13:56:01.886Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-14T13:56:01.886Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-14T13:56:01.886Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-14T13:56:01.886Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-02-14T13:56:01.886Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-02-14T13:56:01.886Z] === RUN TestCreateTmpfsMountsTarget [2020-02-14T13:56:02.143Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2020-02-14T13:56:02.143Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-14T13:56:02.992Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-02-14T13:56:02.992Z] === RUN TestStats [2020-02-14T13:56:03.076Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-02-14T13:56:04.011Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-02-14T13:56:04.894Z] --- PASS: TestStats (1.87s) [2020-02-14T13:56:04.894Z] === RUN TestStopContainerWithTimeout [2020-02-14T13:56:04.894Z] === RUN TestStopContainerWithTimeout/0 [2020-02-14T13:56:04.894Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-14T13:56:04.894Z] === RUN TestStopContainerWithTimeout/1 [2020-02-14T13:56:04.894Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-14T13:56:04.894Z] === RUN TestStopContainerWithTimeout/3 [2020-02-14T13:56:04.894Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-14T13:56:04.894Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-14T13:56:04.894Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-14T13:56:04.894Z] === CONT TestStopContainerWithTimeout/0 [2020-02-14T13:56:04.894Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-14T13:56:04.894Z] === CONT TestStopContainerWithTimeout/3 [2020-02-14T13:56:04.894Z] === CONT TestStopContainerWithTimeout/1 [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCustomMaskedPaths (3.12s) [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:56:05.384Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:56:05.384Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-14T13:56:05.384Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-02-14T13:56:05.384Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-02-14T13:56:05.385Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-02-14T13:56:05.385Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-14T13:56:06.318Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-02-14T13:56:07.559Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-02-14T13:56:07.712Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-02-14T13:56:08.182Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-14T13:56:08.182Z] --- PASS: TestStopContainerWithTimeout/0 (1.39s) [2020-02-14T13:56:08.182Z] --- PASS: TestStopContainerWithTimeout/1 (2.33s) [2020-02-14T13:56:08.182Z] --- PASS: TestStopContainerWithTimeout/-1 (2.94s) [2020-02-14T13:56:08.182Z] --- PASS: TestStopContainerWithTimeout/3 (3.36s) [2020-02-14T13:56:08.182Z] === RUN TestDeleteDevicemapper [2020-02-14T13:56:08.182Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-14T13:56:08.182Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:56:08.182Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-14T13:56:08.284Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.87s) [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:56:08.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:56:08.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:56:08.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:56:08.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:56:08.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:56:08.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:56:08.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T13:56:08.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T13:56:08.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T13:56:08.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T13:56:08.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2020-02-14T13:56:08.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-02-14T13:56:08.545Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-14T13:56:08.943Z] #76 ... [2020-02-14T13:56:08.944Z] [2020-02-14T13:56:08.944Z] #77 importing to docker [2020-02-14T13:56:08.944Z] #77 ... [2020-02-14T13:56:08.944Z] [2020-02-14T13:56:08.944Z] #76 exporting to oci image format [2020-02-14T13:56:08.944Z] #76 sending tarball 18.8s done [2020-02-14T13:56:08.944Z] #76 DONE 128.9s [2020-02-14T13:56:08.944Z] [2020-02-14T13:56:08.944Z] #77 importing to docker [2020-02-14T13:56:09.484Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.94s) [2020-02-14T13:56:09.484Z] === RUN TestContainerStartOnDaemonRestart [2020-02-14T13:56:09.484Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-14T13:56:09.484Z] === RUN TestDaemonRestartIpcMode [2020-02-14T13:56:09.484Z] === PAUSE TestDaemonRestartIpcMode [2020-02-14T13:56:09.484Z] === RUN TestDaemonHostGatewayIP [2020-02-14T13:56:09.484Z] === PAUSE TestDaemonHostGatewayIP [2020-02-14T13:56:09.484Z] === RUN TestDiff [2020-02-14T13:56:09.741Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-02-14T13:56:10.306Z] --- PASS: TestDiff (0.81s) [2020-02-14T13:56:10.306Z] === RUN TestExecWithCloseStdin [2020-02-14T13:56:11.237Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-02-14T13:56:11.237Z] === RUN TestExec [2020-02-14T13:56:11.467Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.92s) [2020-02-14T13:56:11.467Z] === RUN TestUpdateMemory [2020-02-14T13:56:11.467Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-14T13:56:11.467Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:11.467Z] === RUN TestUpdateCPUQuota [2020-02-14T13:56:12.168Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-02-14T13:56:12.168Z] --- PASS: TestExec (1.02s) [2020-02-14T13:56:12.168Z] === RUN TestExecUser [2020-02-14T13:56:12.403Z] --- PASS: TestUpdateCPUQuota (1.40s) [2020-02-14T13:56:12.403Z] === RUN TestUpdatePidsLimit [2020-02-14T13:56:12.403Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-14T13:56:12.970Z] === RUN TestUpdatePidsLimit/no_change [2020-02-14T13:56:13.100Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-02-14T13:56:13.229Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-14T13:56:13.356Z] --- PASS: TestExecUser (1.08s) [2020-02-14T13:56:13.356Z] === RUN TestExportContainerAndImportImage [2020-02-14T13:56:13.614Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-02-14T13:56:13.798Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-14T13:56:14.057Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-14T13:56:14.316Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-14T13:56:14.545Z] --- PASS: TestExportContainerAndImportImage (1.18s) [2020-02-14T13:56:14.545Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-14T13:56:14.883Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit (3.90s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-02-14T13:56:16.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-02-14T13:56:16.263Z] === RUN TestUpdateRestartPolicy [2020-02-14T13:56:16.441Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2020-02-14T13:56:16.441Z] === RUN TestHealthCheckWorkdir [2020-02-14T13:56:16.441Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-02-14T13:56:16.441Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-02-14T13:56:17.373Z] --- PASS: TestHealthCheckWorkdir (1.28s) [2020-02-14T13:56:17.373Z] === RUN TestHealthKillContainer [2020-02-14T13:56:17.373Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-02-14T13:56:18.304Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-02-14T13:56:20.829Z] --- PASS: TestHealthKillContainer (3.06s) [2020-02-14T13:56:20.829Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-14T13:56:21.394Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-02-14T13:56:21.394Z] --- PASS: TestInspectCpusetInConfigPre120 (0.93s) [2020-02-14T13:56:21.394Z] === RUN TestIpcModeNone [2020-02-14T13:56:22.326Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-02-14T13:56:22.326Z] --- PASS: TestIpcModeNone (1.10s) [2020-02-14T13:56:22.326Z] === RUN TestIpcModePrivate [2020-02-14T13:56:23.697Z] --- PASS: TestIpcModePrivate (0.98s) [2020-02-14T13:56:23.697Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:212, shared: false, mustBeShared: false [2020-02-14T13:56:23.697Z] === RUN TestIpcModeShareable [2020-02-14T13:56:23.697Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-02-14T13:56:24.628Z] --- PASS: TestIpcModeShareable (1.19s) [2020-02-14T13:56:24.628Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:210, shared: true, mustBeShared: true [2020-02-14T13:56:24.628Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-14T13:56:24.628Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-02-14T13:56:25.193Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-02-14T13:56:25.245Z] ......... [ 86%] [2020-02-14T13:56:25.451Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-02-14T13:56:26.015Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-02-14T13:56:26.579Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-02-14T13:56:27.950Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.29s) [2020-02-14T13:56:27.950Z] === RUN TestAPIIpcModeHost [2020-02-14T13:56:27.950Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-02-14T13:56:28.514Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-02-14T13:56:28.772Z] --- PASS: TestAPIIpcModeHost (0.97s) [2020-02-14T13:56:28.772Z] === RUN TestDaemonIpcModeShareable [2020-02-14T13:56:30.142Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-02-14T13:56:30.365Z] tests/integration/models_images_test.py ............... [ 89%] [2020-02-14T13:56:30.399Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2020-02-14T13:56:30.399Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:212, shared: true, mustBeShared: true [2020-02-14T13:56:30.399Z] === RUN TestDaemonIpcModePrivate [2020-02-14T13:56:30.963Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-02-14T13:56:31.139Z] --- PASS: TestUpdateRestartPolicy (12.53s) [2020-02-14T13:56:31.139Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-14T13:56:31.139Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-02-14T13:56:31.139Z] === RUN TestWaitNonBlocked [2020-02-14T13:56:31.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:56:31.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:56:31.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:56:31.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:56:31.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:56:31.140Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:56:31.140Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-14T13:56:31.140Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2020-02-14T13:56:31.140Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2020-02-14T13:56:31.140Z] === RUN TestWaitBlocked [2020-02-14T13:56:31.140Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:56:31.140Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:56:31.140Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:56:31.140Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:56:31.140Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:56:31.140Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:56:31.895Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-02-14T13:56:32.001Z] tests/integration/models_networks_test.py .... [ 90%] [2020-02-14T13:56:32.076Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-14T13:56:32.076Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s) [2020-02-14T13:56:32.076Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2020-02-14T13:56:32.076Z] === CONT TestContainerStartOnDaemonRestart [2020-02-14T13:56:32.076Z] === CONT TestIpcModeOlderClient [2020-02-14T13:56:32.076Z] === CONT TestDaemonHostGatewayIP [2020-02-14T13:56:32.077Z] === CONT TestDaemonRestartIpcMode [2020-02-14T13:56:32.077Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-02-14T13:56:32.462Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-02-14T13:56:32.462Z] --- PASS: TestDaemonIpcModePrivate (2.00s) [2020-02-14T13:56:32.462Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:212, shared: false, mustBeShared: false [2020-02-14T13:56:32.462Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-14T13:56:33.832Z] === RUN TestDockerSuite/TestBuildAddScript [2020-02-14T13:56:34.089Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-02-14T13:56:34.654Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.00s) [2020-02-14T13:56:34.654Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:211, shared: false, mustBeShared: false [2020-02-14T13:56:34.654Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-14T13:56:35.371Z] --- PASS: TestContainerStartOnDaemonRestart (3.48s) [2020-02-14T13:56:36.028Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-02-14T13:56:36.285Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2020-02-14T13:56:36.285Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:224, shared: true, mustBeShared: true [2020-02-14T13:56:36.285Z] === RUN TestIpcModeOlderClient [2020-02-14T13:56:36.285Z] === PAUSE TestIpcModeOlderClient [2020-02-14T13:56:36.285Z] === RUN TestKillContainerInvalidSignal [2020-02-14T13:56:36.307Z] --- PASS: TestDaemonRestartIpcMode (4.25s) [2020-02-14T13:56:36.566Z] --- PASS: TestDaemonHostGatewayIP (4.79s) [2020-02-14T13:56:36.566Z] PASS [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === Skipped [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-02-14T13:56:36.825Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-14T13:56:36.825Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-14T13:56:36.825Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:56:36.825Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-14T13:56:36.825Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-02-14T13:56:36.825Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] [2020-02-14T13:56:36.825Z] DONE 199 tests, 6 skipped in 129.345s [2020-02-14T13:56:36.825Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-02-14T13:56:36.825Z] ++ 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 [2020-02-14T13:56:36.825Z] ++ set -e [2020-02-14T13:56:36.825Z] ++ '[' -n 0 ']' [2020-02-14T13:56:36.825Z] ++ set -x [2020-02-14T13:56:36.825Z] ++ 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 [2020-02-14T13:56:36.825Z] INFO: Testing against a local daemon [2020-02-14T13:56:36.825Z] === RUN TestCommitInheritsEnv [2020-02-14T13:56:37.217Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-02-14T13:56:37.474Z] --- PASS: TestKillContainerInvalidSignal (0.98s) [2020-02-14T13:56:37.474Z] === RUN TestKillContainer [2020-02-14T13:56:37.474Z] === RUN TestKillContainer/no_signal [2020-02-14T13:56:37.731Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-02-14T13:56:37.760Z] --- PASS: TestCommitInheritsEnv (0.60s) [2020-02-14T13:56:37.760Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-14T13:56:37.760Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-02-14T13:56:37.760Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-14T13:56:37.760Z] === RUN TestImagesFilterMultiReference [2020-02-14T13:56:37.760Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-02-14T13:56:37.760Z] === RUN TestImagePullPlatformInvalid [2020-02-14T13:56:37.760Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-14T13:56:37.760Z] === RUN TestRemoveImageOrphaning [2020-02-14T13:56:38.295Z] === RUN TestKillContainer/non_killing_signal [2020-02-14T13:56:38.327Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-02-14T13:56:38.327Z] === RUN TestRemoveImageGarbageCollector [2020-02-14T13:56:38.327Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-14T13:56:38.327Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:56:38.327Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-14T13:56:38.327Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-14T13:56:38.327Z] === RUN TestTagInvalidReference [2020-02-14T13:56:38.327Z] --- PASS: TestTagInvalidReference (0.03s) [2020-02-14T13:56:38.327Z] === RUN TestTagValidPrefixedRepo [2020-02-14T13:56:38.327Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-02-14T13:56:38.327Z] === RUN TestTagExistedNameWithoutForce [2020-02-14T13:56:38.327Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-14T13:56:38.327Z] === RUN TestTagOfficialNames [2020-02-14T13:56:38.555Z] tests/integration/models_nodes_test.py . [ 91%] [2020-02-14T13:56:38.555Z] tests/integration/models_resources_test.py . [ 91%] [2020-02-14T13:56:38.585Z] --- PASS: TestTagOfficialNames (0.08s) [2020-02-14T13:56:38.585Z] === RUN TestTagMatchesDigest [2020-02-14T13:56:38.585Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-14T13:56:38.585Z] PASS [2020-02-14T13:56:38.585Z] [2020-02-14T13:56:38.585Z] === Skipped [2020-02-14T13:56:38.585Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-14T13:56:38.585Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-14T13:56:38.585Z] [2020-02-14T13:56:38.585Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-14T13:56:38.585Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:56:38.585Z] [2020-02-14T13:56:38.585Z] [2020-02-14T13:56:38.585Z] DONE 12 tests, 2 skipped in 1.821s [2020-02-14T13:56:38.585Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-02-14T13:56:38.585Z] ++ 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 [2020-02-14T13:56:38.585Z] ++ set -e [2020-02-14T13:56:38.585Z] ++ '[' -n 0 ']' [2020-02-14T13:56:38.585Z] ++ set -x [2020-02-14T13:56:38.585Z] ++ 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 [2020-02-14T13:56:38.844Z] INFO: Testing against a local daemon [2020-02-14T13:56:38.844Z] === RUN TestNetworkCreateDelete [2020-02-14T13:56:38.859Z] === RUN TestKillContainer/killing_signal [2020-02-14T13:56:39.103Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-02-14T13:56:39.103Z] === RUN TestDockerNetworkDeletePreferID [2020-02-14T13:56:39.790Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-02-14T13:56:40.092Z] --- PASS: TestKillContainer (2.62s) [2020-02-14T13:56:40.092Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-02-14T13:56:40.092Z] --- PASS: TestKillContainer/non_killing_signal (0.70s) [2020-02-14T13:56:40.092Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2020-02-14T13:56:40.092Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-14T13:56:40.092Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-14T13:56:40.350Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-02-14T13:56:40.481Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-02-14T13:56:40.481Z] === RUN TestInspectNetwork [2020-02-14T13:56:40.914Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-14T13:56:41.847Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.78s) [2020-02-14T13:56:41.847Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.95s) [2020-02-14T13:56:41.847Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2020-02-14T13:56:41.847Z] === RUN TestKillStoppedContainer [2020-02-14T13:56:41.847Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-02-14T13:56:41.847Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-14T13:56:41.847Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-14T13:56:41.847Z] === RUN TestKillDifferentUserContainer [2020-02-14T13:56:43.217Z] --- PASS: TestKillDifferentUserContainer (0.99s) [2020-02-14T13:56:43.217Z] === RUN TestInspectOomKilledTrue [2020-02-14T13:56:43.217Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-14T13:56:43.217Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:43.217Z] === RUN TestInspectOomKilledFalse [2020-02-14T13:56:43.217Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-14T13:56:43.217Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:56:43.217Z] === RUN TestLinksEtcHostsContentMatch [2020-02-14T13:56:43.474Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-02-14T13:56:43.474Z] === RUN TestLinksContainerNames [2020-02-14T13:56:43.733Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-02-14T13:56:44.301Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-02-14T13:56:45.629Z] --- PASS: TestLinksContainerNames (1.77s) [2020-02-14T13:56:45.629Z] === RUN TestLogsFollowTailEmpty [2020-02-14T13:56:45.629Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-02-14T13:56:45.749Z] === RUN TestInspectNetwork/full_network_id [2020-02-14T13:56:45.749Z] === RUN TestInspectNetwork/partial_network_id [2020-02-14T13:56:45.749Z] === RUN TestInspectNetwork/network_name [2020-02-14T13:56:45.749Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-14T13:56:46.193Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2020-02-14T13:56:46.193Z] === RUN TestContainerNetworkMountsNoChown [2020-02-14T13:56:47.124Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s) [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/default [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/default [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/private [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/private [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rprivate [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/slave [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/slave [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rslave [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/shared [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/shared [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rshared [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/default [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rslave [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rshared [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/shared [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rprivate [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/slave [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/private [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-14T13:56:47.124Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:56:47.124Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-14T13:56:47.124Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-14T13:56:47.381Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-14T13:56:47.638Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-14T13:56:47.638Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-14T13:56:47.638Z] === RUN TestContainerBindMountNonRecursive [2020-02-14T13:56:48.077Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-02-14T13:56:48.077Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-02-14T13:56:48.182Z] #77 DONE 35.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-14T13:56:48.642Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/test/unit [2020-02-14T13:56:49.935Z] --- PASS: TestInspectNetwork (9.34s) [2020-02-14T13:56:49.935Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-14T13:56:49.935Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-14T13:56:49.935Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-14T13:56:49.935Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-14T13:56:49.935Z] === RUN TestRunContainerWithBridgeNone [2020-02-14T13:56:50.173Z] --- PASS: TestContainerBindMountNonRecursive (2.13s) [2020-02-14T13:56:50.173Z] === RUN TestNetworkNat [2020-02-14T13:56:50.430Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-02-14T13:56:50.430Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-02-14T13:56:50.687Z] --- PASS: TestNetworkNat (0.76s) [2020-02-14T13:56:50.687Z] === RUN TestNetworkLocalhostTCPNat [2020-02-14T13:56:51.620Z] --- PASS: TestNetworkLocalhostTCPNat (0.98s) [2020-02-14T13:56:51.620Z] === RUN TestNetworkLoopbackNat [2020-02-14T13:56:52.469Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2020-02-14T13:56:52.469Z] === RUN TestNetworkInvalidJSON [2020-02-14T13:56:52.469Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-14T13:56:52.469Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-14T13:56:52.469Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:56:52.469Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:56:52.469Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:56:52.469Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:56:52.469Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-14T13:56:52.469Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:56:52.469Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:56:52.469Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-14T13:56:52.469Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-14T13:56:52.469Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-14T13:56:52.469Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-14T13:56:52.469Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-14T13:56:52.516Z] tests/integration/regression_test.py ...... [ 98%] [2020-02-14T13:56:52.771Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-02-14T13:56:52.771Z] tests/integration/credentials/utils_test.py . [100%] [2020-02-14T13:56:52.771Z] [2020-02-14T13:56:52.771Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-02-14T13:56:52.771Z] =========================== short test summary info ============================ [2020-02-14T13:56:52.771Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-02-14T13:56:52.771Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-02-14T13:56:52.771Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-02-14T13:56:52.771Z] Not supported on most drivers [2020-02-14T13:56:52.771Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-02-14T13:56:52.771Z] Can fail if eth0 has multiple IP addresses [2020-02-14T13:56:52.771Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-02-14T13:56:52.771Z] This doesn't seem to be taken into account by the engine [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-02-14T13:56:52.771Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-02-14T13:56:52.771Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-02-14T13:56:52.771Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 341.54 seconds == [2020-02-14T13:56:52.991Z] --- PASS: TestNetworkLoopbackNat (1.24s) [2020-02-14T13:56:52.991Z] === RUN TestPause [2020-02-14T13:56:53.027Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-02-14T13:56:53.065Z] ? github.com/docker/docker/api [no test files] [2020-02-14T13:56:53.845Z] --- PASS: TestDaemonRestartWithLiveRestore (1.46s) [2020-02-14T13:56:53.845Z] === RUN TestDaemonDefaultNetworkPools [2020-02-14T13:56:53.925Z] --- PASS: TestPause (1.03s) [2020-02-14T13:56:53.926Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-14T13:56:53.926Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:56:53.926Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:56:53.926Z] === RUN TestPauseStopPausedContainer [2020-02-14T13:56:54.183Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-02-14T13:56:54.748Z] === RUN TestDockerSuite/TestBuildAddTar [2020-02-14T13:56:55.006Z] --- PASS: TestPauseStopPausedContainer (1.15s) [2020-02-14T13:56:55.006Z] === RUN TestPsFilter [2020-02-14T13:56:55.222Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s) [2020-02-14T13:56:55.222Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-14T13:56:55.263Z] --- PASS: TestPsFilter (0.27s) [2020-02-14T13:56:55.263Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-14T13:56:56.194Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-02-14T13:56:56.451Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.14s) [2020-02-14T13:56:56.451Z] === RUN TestRemoveContainerWithVolume [2020-02-14T13:56:57.125Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.83s) [2020-02-14T13:56:57.125Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-14T13:56:57.382Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2020-02-14T13:56:57.382Z] === RUN TestRemoveContainerRunning [2020-02-14T13:56:58.316Z] --- PASS: TestRemoveContainerRunning (0.91s) [2020-02-14T13:56:58.316Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-14T13:56:58.880Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-02-14T13:56:59.137Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.94s) [2020-02-14T13:56:59.137Z] === RUN TestRemoveInvalidContainer [2020-02-14T13:56:59.137Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-02-14T13:56:59.137Z] === RUN TestRenameLinkedContainer [2020-02-14T13:56:59.658Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.35s) [2020-02-14T13:56:59.658Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-14T13:56:59.917Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-02-14T13:56:59.917Z] === RUN TestServiceWithPredefinedNetwork [2020-02-14T13:57:02.253Z] --- PASS: TestImportExtremelyLargeImageWorks (79.67s) [2020-02-14T13:57:02.253Z] PASS [2020-02-14T13:57:02.253Z] [2020-02-14T13:57:02.253Z] === Skipped [2020-02-14T13:57:02.253Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-14T13:57:02.253Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:57:02.253Z] [2020-02-14T13:57:02.253Z] [2020-02-14T13:57:02.253Z] DONE 12 tests, 1 skipped in 80.966s [2020-02-14T13:57:02.253Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-02-14T13:57:02.253Z] ++ 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 [2020-02-14T13:57:02.253Z] ++ set -e [2020-02-14T13:57:02.253Z] ++ '[' -n 0 ']' [2020-02-14T13:57:02.253Z] ++ set -x [2020-02-14T13:57:02.253Z] ++ 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 [2020-02-14T13:57:02.253Z] INFO: Testing against a local daemon [2020-02-14T13:57:02.253Z] === RUN TestNetworkCreateDelete [2020-02-14T13:57:02.253Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-02-14T13:57:02.253Z] === RUN TestDockerNetworkDeletePreferID [2020-02-14T13:57:02.253Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-02-14T13:57:02.253Z] === RUN TestInspectNetwork [2020-02-14T13:57:02.253Z] === RUN TestInspectNetwork/full_network_id [2020-02-14T13:57:02.253Z] === RUN TestInspectNetwork/partial_network_id [2020-02-14T13:57:02.253Z] === RUN TestInspectNetwork/network_name [2020-02-14T13:57:02.253Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-14T13:57:04.106Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s) [2020-02-14T13:57:04.106Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-14T13:57:04.106Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T13:57:04.106Z] service_test.go:230: FLAKY_TEST [2020-02-14T13:57:04.106Z] === RUN TestServiceWithDataPathPortInit [2020-02-14T13:57:04.396Z] --- PASS: TestRenameLinkedContainer (4.86s) [2020-02-14T13:57:04.396Z] === RUN TestRenameStoppedContainer [2020-02-14T13:57:04.396Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-02-14T13:57:05.185Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T13:57:05.185Z] [2020-02-14T13:57:05.185Z] Unloading profiles will leave already running processes permanently [2020-02-14T13:57:05.185Z] unconfined, which can lead to unexpected situations. [2020-02-14T13:57:05.185Z] [2020-02-14T13:57:05.185Z] To set a process to complain mode, use the command line tool [2020-02-14T13:57:05.185Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T13:57:05.185Z] [2020-02-14T13:57:05.327Z] --- PASS: TestRenameStoppedContainer (1.37s) [2020-02-14T13:57:05.327Z] === RUN TestRenameRunningContainerAndReuse Post stage [Pipeline] junit [2020-02-14T13:57:05.756Z] Recording test results [2020-02-14T13:57:06.544Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-02-14T13:57:06.544Z] [2020-02-14T13:57:06.544Z] ________ ____ __. [2020-02-14T13:57:06.544Z] \_____ \ | |/ _| [2020-02-14T13:57:06.544Z] / | \| < [2020-02-14T13:57:06.544Z] / | \ | \ [2020-02-14T13:57:06.544Z] \_______ /____|__ \ [2020-02-14T13:57:06.544Z] \/ \/ [2020-02-14T13:57:06.544Z] [2020-02-14T13:57:06.544Z] INFO: make.ps1 ended at 02/14/2020 13:56:56 [2020-02-14T13:57:06.544Z] INFO: Binaries build ended at 02/14/2020 13:56:58. Duration:00:01:24.2661873 [2020-02-14T13:57:06.544Z] INFO: Copying the built daemon binary to d:\CI\PR-40489\5\binary\dockerd-75a169a140.exe... [2020-02-14T13:57:06.544Z] INFO: Copying the built client binary to d:\CI\PR-40489\5\binary\docker-75a169a140.exe... [2020-02-14T13:57:06.544Z] INFO: Copying dockerversion from the container... [2020-02-14T13:57:06.544Z] INFO: Copying the golang package from the container to d:\CI\PR-40489\5\installer\go.zip... [2020-02-14T13:57:06.544Z] INFO: Extracting go.zip to d:\CI\PR-40489\5\go [2020-02-14T13:57:06.697Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [Pipeline] sh [2020-02-14T13:57:07.328Z] + echo Ensuring container killed. [2020-02-14T13:57:07.328Z] Ensuring container killed. [2020-02-14T13:57:07.328Z] + docker rm -vf docker-pr5 [2020-02-14T13:57:07.328Z] Error: No such container: docker-pr5 [2020-02-14T13:57:07.328Z] + true [Pipeline] sh [2020-02-14T13:57:07.630Z] --- PASS: TestRenameRunningContainerAndReuse (2.04s) [2020-02-14T13:57:07.631Z] === RUN TestRenameInvalidName [2020-02-14T13:57:07.655Z] + echo Chowning /workspace to jenkins user [2020-02-14T13:57:07.655Z] Chowning /workspace to jenkins user [2020-02-14T13:57:07.655Z] + id -u [2020-02-14T13:57:07.655Z] + id -g [2020-02-14T13:57:07.655Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40489:/workspace busybox chown -R 1000:1000 /workspace [2020-02-14T13:57:07.655Z] Unable to find image 'busybox:latest' locally [2020-02-14T13:57:07.655Z] latest: Pulling from library/busybox [2020-02-14T13:57:07.655Z] bdbbaa22dec6: Pulling fs layer [2020-02-14T13:57:07.655Z] bdbbaa22dec6: Verifying Checksum [2020-02-14T13:57:07.655Z] bdbbaa22dec6: Download complete [2020-02-14T13:57:07.910Z] bdbbaa22dec6: Pull complete [2020-02-14T13:57:07.910Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-14T13:57:07.910Z] Status: Downloaded newer image for busybox:latest [2020-02-14T13:57:08.289Z] --- PASS: TestInspectNetwork (8.89s) [2020-02-14T13:57:08.289Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-14T13:57:08.289Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-14T13:57:08.289Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-14T13:57:08.289Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-14T13:57:08.289Z] === RUN TestRunContainerWithBridgeNone [2020-02-14T13:57:08.562Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-02-14T13:57:09.127Z] --- PASS: TestRenameInvalidName (1.73s) [2020-02-14T13:57:09.127Z] === RUN TestRenameAnonymousContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T13:57:09.561Z] + bundleName=docker-py [2020-02-14T13:57:09.561Z] + echo Creating docker-py-bundles.tar.gz [2020-02-14T13:57:09.561Z] Creating docker-py-bundles.tar.gz [2020-02-14T13:57:09.561Z] + 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 [2020-02-14T13:57:09.611Z] Archiving artifacts [2020-02-14T13:57:10.016Z] --- PASS: TestRunContainerWithBridgeNone (2.24s) [2020-02-14T13:57:10.016Z] === RUN TestNetworkInvalidJSON [2020-02-14T13:57:10.016Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-14T13:57:10.016Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-14T13:57:10.016Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:57:10.016Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:57:10.016Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:57:10.016Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:57:10.016Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-14T13:57:10.016Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T13:57:10.016Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T13:57:10.016Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-14T13:57:10.016Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-14T13:57:10.016Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-14T13:57:10.016Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-14T13:57:10.016Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-14T13:57:10.765Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-02-14T13:57:10.765Z] === RUN TestDaemonDefaultNetworkPools [2020-02-14T13:57:11.335Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-02-14T13:57:11.505Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2020-02-14T13:57:11.505Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-14T13:57:11.651Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-02-14T13:57:11.724Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh binary-daemon [2020-02-14T13:57:12.284Z] [2020-02-14T13:57:12.284Z] Removing bundles/ [2020-02-14T13:57:12.284Z] [2020-02-14T13:57:12.284Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-02-14T13:57:12.284Z] Building: bundles/binary-daemon/dockerd-dev [2020-02-14T13:57:12.284Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T13:57:12.706Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-02-14T13:57:12.706Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-14T13:57:13.026Z] --- PASS: TestRenameAnonymousContainer (3.90s) [2020-02-14T13:57:13.026Z] === RUN TestRenameContainerWithSameName [2020-02-14T13:57:13.284Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-02-14T13:57:13.848Z] --- PASS: TestRenameContainerWithSameName (0.94s) [2020-02-14T13:57:13.848Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-14T13:57:13.967Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.17s) [2020-02-14T13:57:13.967Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-14T13:57:14.105Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-02-14T13:57:14.396Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-14T13:57:14.396Z] === RUN TestServiceWithPredefinedNetwork [2020-02-14T13:57:15.036Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-02-14T13:57:15.501Z] ok github.com/docker/docker/api/server 0.024s coverage: 9.0% of statements [2020-02-14T13:57:16.004Z] --- PASS: TestRenameContainerWithLinkedContainer (2.15s) [2020-02-14T13:57:16.004Z] === RUN TestResize [2020-02-14T13:57:16.945Z] --- PASS: TestResize (0.84s) [2020-02-14T13:57:16.945Z] === RUN TestResizeWithInvalidSize [2020-02-14T13:57:17.479Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2020-02-14T13:57:17.479Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-14T13:57:17.479Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T13:57:17.479Z] service_test.go:230: FLAKY_TEST [2020-02-14T13:57:17.479Z] === RUN TestServiceWithDataPathPortInit [2020-02-14T13:57:17.876Z] --- PASS: TestResizeWithInvalidSize (1.01s) [2020-02-14T13:57:17.876Z] === RUN TestResizeWhenContainerNotStarted [2020-02-14T13:57:18.809Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:18.809Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:18.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:18.809Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T13:57:18.809Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T13:57:21.335Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-02-14T13:57:21.335Z] === RUN TestDockerSuite/TestBuildBlankName [2020-02-14T13:57:21.335Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:21.592Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:21.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-02-14T13:57:22.188Z] --- PASS: TestServiceWithDataPathPortInit (18.06s) [2020-02-14T13:57:22.188Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-14T13:57:23.223Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T13:57:23.223Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T13:57:24.594Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-02-14T13:57:24.851Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-02-14T13:57:24.852Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T13:57:24.852Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T13:57:27.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-02-14T13:57:27.377Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T13:57:27.943Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T13:57:28.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-02-14T13:57:30.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T13:57:30.302Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.59s) [2020-02-14T13:57:30.302Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:md9h98i7e89jglybqefiusl1p Created:2020-02-14 13:57:22.519398292 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[25a0155380cee7397d0abce72b77d544bc585e68968a4fb0cb7f3ce0abfc604a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8rbh6vxn3dyocrq9ljdnp0hag EndpointID:7f61d20a46472c9b189e88b6f4395fc0ce3a8ed571f51ddb60f76bd5317ced4a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:56407891066c45a1026bd4bd46fcc51ff964bb34e0d0107801acd5a6f8f0fd1c MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:11f81fb70188 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8rbh6vxn3dyocrq9ljdnp0hag EndpointID:7f61d20a46472c9b189e88b6f4395fc0ce3a8ed571f51ddb60f76bd5317ced4a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-14T13:57:30.302Z] PASS [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] === Skipped [2020-02-14T13:57:30.302Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T13:57:30.302Z] service_test.go:230: FLAKY_TEST [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] DONE 21 tests, 1 skipped in 51.431s [2020-02-14T13:57:30.302Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-14T13:57:30.302Z] ++ 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 [2020-02-14T13:57:30.302Z] ++ set -e [2020-02-14T13:57:30.302Z] ++ '[' -n 0 ']' [2020-02-14T13:57:30.302Z] ++ set -x [2020-02-14T13:57:30.302Z] ++ 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 [2020-02-14T13:57:30.302Z] INFO: Testing against a local daemon [2020-02-14T13:57:30.302Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-14T13:57:30.302Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-14T13:57:30.302Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:30.302Z] === RUN TestDockerNetworkIpvlan [2020-02-14T13:57:30.302Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-14T13:57:30.302Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:30.302Z] PASS [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] === Skipped [2020-02-14T13:57:30.302Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-14T13:57:30.302Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-14T13:57:30.302Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] [2020-02-14T13:57:30.302Z] DONE 2 tests, 2 skipped in 0.153s [2020-02-14T13:57:30.302Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-14T13:57:30.302Z] ++ 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 [2020-02-14T13:57:30.302Z] ++ set -e [2020-02-14T13:57:30.302Z] ++ '[' -n 0 ']' [2020-02-14T13:57:30.302Z] ++ set -x [2020-02-14T13:57:30.302Z] ++ 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 [2020-02-14T13:57:30.302Z] INFO: Testing against a local daemon [2020-02-14T13:57:30.302Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-14T13:57:30.502Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-02-14T13:57:31.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T13:57:31.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-02-14T13:57:32.258Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-02-14T13:57:32.835Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.02s) [2020-02-14T13:57:32.835Z] === RUN TestDockerNetworkMacvlan [2020-02-14T13:57:33.403Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.61s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.59s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.51s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.82s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s) [2020-02-14T13:57:34.155Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2020-02-14T13:57:34.155Z] === RUN TestCgroupNamespacesRun [2020-02-14T13:57:34.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-02-14T13:57:34.670Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-02-14T13:57:34.779Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-14T13:57:36.040Z] --- PASS: TestCgroupNamespacesRun (2.01s) [2020-02-14T13:57:36.040Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-14T13:57:36.156Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-14T13:57:36.492Z] INFO: Extraction ended at 02/14/2020 13:57:32. Duration:00:00:26.8798299 [2020-02-14T13:57:36.492Z] INFO: Updating the golang and path environment variables [2020-02-14T13:57:36.492Z] INFO: GOPATH=d:\gopath [2020-02-14T13:57:36.492Z] INFO: go version go1.13.7 windows/amd64 [2020-02-14T13:57:36.492Z] INFO: Running the daemon under test in debug mode [2020-02-14T13:57:36.492Z] INFO: Starting a daemon under test... [2020-02-14T13:57:36.492Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40489\5\daemon --pidfile d:\CI\PR-40489\5\docker.pid -D [2020-02-14T13:57:36.492Z] INFO: Process started successfully. [2020-02-14T13:57:36.492Z] INFO: Start tailing logs of the daemon under tests [2020-02-14T13:57:36.492Z] INFO: Waiting for the daemon under test to start... [2020-02-14T13:57:36.889Z] --- PASS: TestServiceWithDataPathPortInit (16.61s) [2020-02-14T13:57:36.889Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-14T13:57:36.950Z] INFO: Daemon under test started and replied! [2020-02-14T13:57:36.950Z] INFO: Docker version of the daemon under test [2020-02-14T13:57:36.950Z] [2020-02-14T13:57:36.950Z] Client: [2020-02-14T13:57:36.950Z] Version: 17.06.2-ce [2020-02-14T13:57:36.950Z] API version: 1.30 [2020-02-14T13:57:36.950Z] Go version: go1.8.3 [2020-02-14T13:57:36.950Z] Git commit: cec0b72 [2020-02-14T13:57:36.950Z] Built: Tue Sep 5 19:57:19 2017 [2020-02-14T13:57:36.950Z] OS/Arch: windows/amd64 [2020-02-14T13:57:36.950Z] [2020-02-14T13:57:36.950Z] Server: [2020-02-14T13:57:36.950Z] Version: 0.0.0-dev [2020-02-14T13:57:36.950Z] API version: 1.41 (minimum version 1.24) [2020-02-14T13:57:36.950Z] Go version: go1.13.7 [2020-02-14T13:57:36.950Z] Git commit: 75a169a140 [2020-02-14T13:57:36.950Z] Built: 02/14/2020 13:55:39 [2020-02-14T13:57:36.950Z] OS/Arch: windows/amd64 [2020-02-14T13:57:36.950Z] Experimental: false [2020-02-14T13:57:36.950Z] [2020-02-14T13:57:36.950Z] INFO: Docker info of the daemon under test [2020-02-14T13:57:36.950Z] [2020-02-14T13:57:36.950Z] Containers: 0 [2020-02-14T13:57:36.950Z] Running: 0 [2020-02-14T13:57:36.950Z] Paused: 0 [2020-02-14T13:57:36.950Z] Stopped: 0 [2020-02-14T13:57:36.950Z] Images: 0 [2020-02-14T13:57:36.951Z] Server Version: 0.0.0-dev [2020-02-14T13:57:36.951Z] Storage Driver: windowsfilter [2020-02-14T13:57:36.951Z] Windows: [2020-02-14T13:57:36.951Z] Logging Driver: json-file [2020-02-14T13:57:36.951Z] Plugins: [2020-02-14T13:57:36.951Z] Volume: local [2020-02-14T13:57:36.951Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-14T13:57:36.951Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-14T13:57:36.951Z] Swarm: inactive [2020-02-14T13:57:36.951Z] Default Isolation: process [2020-02-14T13:57:36.951Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-14T13:57:36.951Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-14T13:57:36.951Z] OSType: windows [2020-02-14T13:57:36.951Z] Architecture: x86_64 [2020-02-14T13:57:36.951Z] CPUs: 4 [2020-02-14T13:57:36.951Z] Total Memory: 32GiB [2020-02-14T13:57:36.951Z] Name: azwin-2-9e4170 [2020-02-14T13:57:36.951Z] ID: 7XWD:RHHN:4MVP:KPHI:SLVC:ULWH:XSAY:XQM2:O4DX:NSUF:6IGQ:AF4P [2020-02-14T13:57:36.951Z] Docker Root Dir: D:\CI\PR-40489\5\daemon [2020-02-14T13:57:36.951Z] Debug Mode (client): false [2020-02-14T13:57:36.951Z] Debug Mode (server): true [2020-02-14T13:57:36.951Z] File Descriptors: -1 [2020-02-14T13:57:36.951Z] Goroutines: 17 [2020-02-14T13:57:36.951Z] System Time: 2020-02-14T13:57:36.6584568Z [2020-02-14T13:57:36.951Z] EventsListeners: 0 [2020-02-14T13:57:36.951Z] Registry: https://index.docker.io/v1/ [2020-02-14T13:57:36.951Z] Labels: [2020-02-14T13:57:36.951Z] Experimental: false [2020-02-14T13:57:36.951Z] Insecure Registries: [2020-02-14T13:57:36.951Z] 127.0.0.0/8 [2020-02-14T13:57:36.951Z] Live Restore Enabled: false [2020-02-14T13:57:36.951Z] [2020-02-14T13:57:36.951Z] [2020-02-14T13:57:36.951Z] INFO: Docker images of the daemon under test [2020-02-14T13:57:36.951Z] [2020-02-14T13:57:36.951Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-14T13:57:36.951Z] [2020-02-14T13:57:36.951Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-02-14T13:57:36.951Z] INFO: Pulling mcr.microsoft.com/windows/servercore:10.0.17763.973 from docker hub into daemon under test. This may take some time... [2020-02-14T13:57:37.409Z] 10.0.17763.973: Pulling from windows/servercore [2020-02-14T13:57:37.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-02-14T13:57:37.670Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.86s) [2020-02-14T13:57:37.670Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-14T13:57:37.869Z] 65014b3c3121: Pulling fs layer [2020-02-14T13:57:37.869Z] edbd72df76b4: Pulling fs layer [2020-02-14T13:57:39.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-02-14T13:57:39.443Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-14T13:57:39.608Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.95s) [2020-02-14T13:57:39.608Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-14T13:57:41.503Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2020-02-14T13:57:41.503Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-14T13:57:42.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-02-14T13:57:43.157Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.22s) [2020-02-14T13:57:43.157Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ddqpabciwbhf4maxl4ut4ttsh Created:2020-02-14 13:57:35.2019571 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[bf624b67fa4819a3509f2a2acb5d6701b93267f4b3114bc340591e3c513c319d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wqierfgmqi9rbh0hlezuuirdq EndpointID:85b1553114ddb6e9a8ae896805e3b7fc8db6cb911ea77cb9f5521cce8d01564f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:833202ac2a7540ed8415408b34d061fffdd92947148730945c5ae92d77a5f152 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:feae12fba9c5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wqierfgmqi9rbh0hlezuuirdq EndpointID:85b1553114ddb6e9a8ae896805e3b7fc8db6cb911ea77cb9f5521cce8d01564f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-14T13:57:43.157Z] PASS [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] === Skipped [2020-02-14T13:57:43.157Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T13:57:43.157Z] service_test.go:230: FLAKY_TEST [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] DONE 21 tests, 1 skipped in 44.000s [2020-02-14T13:57:43.157Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-14T13:57:43.157Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-14T13:57:43.157Z] ++ set -e [2020-02-14T13:57:43.157Z] ++ '[' -n 0 ']' [2020-02-14T13:57:43.157Z] ++ set -x [2020-02-14T13:57:43.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-14T13:57:43.157Z] INFO: Testing against a local daemon [2020-02-14T13:57:43.157Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-14T13:57:43.157Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T13:57:43.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:43.157Z] === RUN TestDockerNetworkIpvlan [2020-02-14T13:57:43.157Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-14T13:57:43.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:43.157Z] PASS [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] === Skipped [2020-02-14T13:57:43.157Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T13:57:43.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-14T13:57:43.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] [2020-02-14T13:57:43.157Z] DONE 2 tests, 2 skipped in 0.091s [2020-02-14T13:57:43.157Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-14T13:57:43.157Z] ++ 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 [2020-02-14T13:57:43.157Z] ++ set -e [2020-02-14T13:57:43.157Z] ++ '[' -n 0 ']' [2020-02-14T13:57:43.157Z] ++ set -x [2020-02-14T13:57:43.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-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 [2020-02-14T13:57:43.157Z] INFO: Testing against a local daemon [2020-02-14T13:57:43.157Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-14T13:57:43.438Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s) [2020-02-14T13:57:43.438Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-14T13:57:43.630Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-14T13:57:43.921Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-02-14T13:57:43.921Z] === RUN TestDockerNetworkMacvlan [2020-02-14T13:57:44.369Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2020-02-14T13:57:44.369Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-14T13:57:44.686Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-14T13:57:44.934Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2020-02-14T13:57:44.934Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-14T13:57:45.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-02-14T13:57:45.437Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-14T13:57:46.192Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-14T13:57:47.087Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.97s) [2020-02-14T13:57:47.087Z] === RUN TestKernelTCPMemory [2020-02-14T13:57:48.240Z] edbd72df76b4: Verifying Checksum [2020-02-14T13:57:48.240Z] edbd72df76b4: Download complete [2020-02-14T13:57:48.468Z] --- PASS: TestKernelTCPMemory (1.17s) [2020-02-14T13:57:48.468Z] === RUN TestNISDomainname [2020-02-14T13:57:48.468Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-02-14T13:57:49.270Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-14T13:57:49.400Z] --- PASS: TestNISDomainname (1.34s) [2020-02-14T13:57:49.400Z] === RUN TestHostnameDnsResolution [2020-02-14T13:57:50.205Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-14T13:57:50.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-02-14T13:57:51.263Z] --- PASS: TestHostnameDnsResolution (1.52s) [2020-02-14T13:57:51.263Z] === RUN TestStats [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan (19.36s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.98s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.83s) [2020-02-14T13:57:52.110Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2020-02-14T13:57:52.110Z] PASS [2020-02-14T13:57:52.110Z] [2020-02-14T13:57:52.110Z] DONE 8 tests in 21.532s [2020-02-14T13:57:52.110Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-14T13:57:52.110Z] ++ 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 [2020-02-14T13:57:52.110Z] ++ set -e [2020-02-14T13:57:52.110Z] ++ '[' -n 0 ']' [2020-02-14T13:57:52.110Z] ++ set -x [2020-02-14T13:57:52.110Z] ++ 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 [2020-02-14T13:57:52.110Z] testing: warning: no tests to run [2020-02-14T13:57:52.110Z] PASS [2020-02-14T13:57:52.110Z] [2020-02-14T13:57:52.110Z] DONE 0 tests in 0.030s [2020-02-14T13:57:52.110Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-14T13:57:52.110Z] ++ 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 [2020-02-14T13:57:52.110Z] ++ set -e [2020-02-14T13:57:52.110Z] ++ '[' -n 0 ']' [2020-02-14T13:57:52.110Z] ++ set -x [2020-02-14T13:57:52.110Z] ++ 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 [2020-02-14T13:57:52.110Z] INFO: Testing against a local daemon [2020-02-14T13:57:52.110Z] === RUN TestAuthZPluginAllowRequest [2020-02-14T13:57:52.325Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-14T13:57:52.635Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-02-14T13:57:53.200Z] --- PASS: TestStats (2.02s) [2020-02-14T13:57:53.200Z] === RUN TestStopContainerWithTimeout [2020-02-14T13:57:53.200Z] === RUN TestStopContainerWithTimeout/0 [2020-02-14T13:57:53.200Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-14T13:57:53.200Z] === RUN TestStopContainerWithTimeout/1 [2020-02-14T13:57:53.200Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-14T13:57:53.200Z] === RUN TestStopContainerWithTimeout/3 [2020-02-14T13:57:53.200Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-14T13:57:53.200Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-14T13:57:53.200Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-14T13:57:53.200Z] === CONT TestStopContainerWithTimeout/0 [2020-02-14T13:57:53.200Z] === CONT TestStopContainerWithTimeout/3 [2020-02-14T13:57:54.012Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-02-14T13:57:54.012Z] === RUN TestAuthZPluginTLS [2020-02-14T13:57:54.271Z] --- PASS: TestAuthZPluginTLS (0.68s) [2020-02-14T13:57:54.271Z] === RUN TestAuthZPluginDenyRequest [2020-02-14T13:57:54.571Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-14T13:57:55.207Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-02-14T13:57:55.207Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-14T13:57:55.774Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.62s) [2020-02-14T13:57:55.774Z] === RUN TestAuthZPluginDenyResponse [2020-02-14T13:57:55.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-02-14T13:57:55.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-02-14T13:57:55.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-02-14T13:57:56.197Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-02-14T13:57:56.341Z] --- PASS: TestAuthZPluginDenyResponse (0.64s) [2020-02-14T13:57:56.341Z] === RUN TestAuthZPluginAllowEventStream [2020-02-14T13:57:56.761Z] === CONT TestStopContainerWithTimeout/1 [2020-02-14T13:57:56.813Z] 65014b3c3121: Verifying Checksum [2020-02-14T13:57:56.813Z] 65014b3c3121: Download complete [2020-02-14T13:57:57.272Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan (13.89s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.28s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.08s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.68s) [2020-02-14T13:57:57.684Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.76s) [2020-02-14T13:57:57.684Z] PASS [2020-02-14T13:57:57.684Z] [2020-02-14T13:57:57.684Z] DONE 8 tests in 15.429s [2020-02-14T13:57:57.684Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-14T13:57:57.684Z] ++ 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 [2020-02-14T13:57:57.684Z] ++ set -e [2020-02-14T13:57:57.684Z] ++ '[' -n 0 ']' [2020-02-14T13:57:57.684Z] ++ set -x [2020-02-14T13:57:57.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-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 [2020-02-14T13:57:57.684Z] testing: warning: no tests to run [2020-02-14T13:57:57.684Z] PASS [2020-02-14T13:57:57.684Z] [2020-02-14T13:57:57.684Z] DONE 0 tests in 0.016s [2020-02-14T13:57:57.684Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-14T13:57:57.684Z] ++ 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 [2020-02-14T13:57:57.684Z] ++ set -e [2020-02-14T13:57:57.684Z] ++ '[' -n 0 ']' [2020-02-14T13:57:57.684Z] ++ set -x [2020-02-14T13:57:57.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-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 [2020-02-14T13:57:57.684Z] INFO: Testing against a local daemon [2020-02-14T13:57:57.684Z] === RUN TestAuthZPluginAllowRequest [2020-02-14T13:57:58.245Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2020-02-14T13:57:58.245Z] === RUN TestAuthZPluginErrorResponse [2020-02-14T13:57:58.812Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2020-02-14T13:57:58.812Z] === RUN TestAuthZPluginErrorRequest [2020-02-14T13:57:59.289Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-02-14T13:57:59.289Z] --- PASS: TestStopContainerWithTimeout/0 (1.55s) [2020-02-14T13:57:59.289Z] --- PASS: TestStopContainerWithTimeout/3 (3.67s) [2020-02-14T13:57:59.289Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2020-02-14T13:57:59.289Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2020-02-14T13:57:59.289Z] === RUN TestDeleteDevicemapper [2020-02-14T13:57:59.289Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-14T13:57:59.289Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:57:59.289Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-14T13:57:59.379Z] --- PASS: TestAuthZPluginErrorRequest (0.63s) [2020-02-14T13:57:59.379Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-14T13:57:59.531Z] --- PASS: TestAuthZPluginAllowRequest (1.69s) [2020-02-14T13:57:59.531Z] === RUN TestAuthZPluginTLS [2020-02-14T13:57:59.546Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-02-14T13:57:59.803Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-02-14T13:57:59.878Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-02-14T13:57:59.879Z] === RUN TestAuthZPluginDenyRequest [2020-02-14T13:57:59.946Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.65s) [2020-02-14T13:57:59.946Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-14T13:58:00.617Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-02-14T13:58:00.617Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-14T13:58:00.965Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-02-14T13:58:00.965Z] === RUN TestAuthZPluginDenyResponse [2020-02-14T13:58:01.705Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-02-14T13:58:01.705Z] === RUN TestAuthZPluginAllowEventStream [2020-02-14T13:58:02.334Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.03s) [2020-02-14T13:58:02.334Z] === RUN TestUpdateMemory [2020-02-14T13:58:02.334Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-14T13:58:02.334Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:58:02.334Z] === RUN TestUpdateCPUQuota [2020-02-14T13:58:02.479Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.24s) [2020-02-14T13:58:02.479Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-14T13:58:02.898Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-02-14T13:58:03.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-02-14T13:58:03.463Z] --- PASS: TestUpdateCPUQuota (1.48s) [2020-02-14T13:58:03.463Z] === RUN TestUpdatePidsLimit [2020-02-14T13:58:03.463Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-14T13:58:03.470Z] --- PASS: TestAuthZPluginAllowEventStream (1.56s) [2020-02-14T13:58:03.470Z] === RUN TestAuthZPluginErrorResponse [2020-02-14T13:58:03.720Z] === RUN TestUpdatePidsLimit/no_change [2020-02-14T13:58:03.828Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-02-14T13:58:03.829Z] === RUN TestAuthZPluginErrorRequest [2020-02-14T13:58:04.176Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-02-14T13:58:04.176Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-14T13:58:04.285Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-14T13:58:04.543Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-14T13:58:04.801Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-02-14T13:58:04.920Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-02-14T13:58:04.920Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-14T13:58:05.012Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.35s) [2020-02-14T13:58:05.012Z] === RUN TestAuthZPluginHeader [2020-02-14T13:58:05.059Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-14T13:58:05.579Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-02-14T13:58:05.579Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-14T13:58:05.579Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T13:58:05.579Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:05.579Z] === RUN TestAuthZPluginV2Disable [2020-02-14T13:58:05.579Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-14T13:58:05.579Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:05.579Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-14T13:58:05.579Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T13:58:05.579Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:05.579Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-14T13:58:05.579Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T13:58:05.579Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:05.579Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-14T13:58:05.625Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-14T13:58:05.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-02-14T13:58:05.882Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-14T13:58:06.664Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s) [2020-02-14T13:58:06.664Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit (4.06s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2020-02-14T13:58:07.782Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2020-02-14T13:58:07.782Z] === RUN TestUpdateRestartPolicy [2020-02-14T13:58:08.346Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-02-14T13:58:08.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-02-14T13:58:09.063Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.94s) [2020-02-14T13:58:09.063Z] === RUN TestAuthZPluginHeader [2020-02-14T13:58:09.424Z] --- PASS: TestAuthZPluginHeader (0.80s) [2020-02-14T13:58:09.424Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-14T13:58:09.424Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T13:58:09.424Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:09.424Z] === RUN TestAuthZPluginV2Disable [2020-02-14T13:58:09.424Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-14T13:58:09.424Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:09.424Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-14T13:58:09.424Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T13:58:09.424Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:09.424Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-14T13:58:09.424Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T13:58:09.424Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:09.424Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-14T13:58:11.878Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-02-14T13:58:13.250Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-02-14T13:58:14.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-02-14T13:58:15.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-02-14T13:58:17.449Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-02-14T13:58:17.449Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-02-14T13:58:18.013Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-02-14T13:58:18.578Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-02-14T13:58:21.102Z] --- PASS: TestUpdateRestartPolicy (13.41s) [2020-02-14T13:58:21.102Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-14T13:58:21.670Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-02-14T13:58:21.670Z] --- PASS: TestUpdateRestartWithAutoRemove (0.94s) [2020-02-14T13:58:21.670Z] === RUN TestWaitNonBlocked [2020-02-14T13:58:21.670Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:58:21.670Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:58:21.670Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:58:21.670Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:58:21.928Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T13:58:21.928Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T13:58:23.300Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-02-14T13:58:23.300Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.20s) [2020-02-14T13:58:23.300Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.35s) [2020-02-14T13:58:23.300Z] === RUN TestWaitBlocked [2020-02-14T13:58:23.300Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:58:23.300Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:58:23.300Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:58:23.300Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:58:23.300Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T13:58:23.300Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T13:58:23.659Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.02s) [2020-02-14T13:58:23.659Z] PASS [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] === Skipped [2020-02-14T13:58:23.659Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T13:58:23.659Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-14T13:58:23.659Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T13:58:23.659Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T13:58:23.659Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] [2020-02-14T13:58:23.659Z] DONE 17 tests, 4 skipped in 31.802s [2020-02-14T13:58:23.659Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-14T13:58:23.659Z] ++ 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 [2020-02-14T13:58:23.659Z] ++ set -e [2020-02-14T13:58:23.659Z] ++ '[' -n 0 ']' [2020-02-14T13:58:23.659Z] ++ set -x [2020-02-14T13:58:23.659Z] ++ 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 [2020-02-14T13:58:23.659Z] INFO: Testing against a local daemon [2020-02-14T13:58:23.659Z] === RUN TestPluginInvalidJSON [2020-02-14T13:58:23.918Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:23.918Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:23.918Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:23.918Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-02-14T13:58:23.918Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-14T13:58:23.918Z] PASS [2020-02-14T13:58:23.918Z] [2020-02-14T13:58:23.918Z] DONE 2 tests in 0.193s [2020-02-14T13:58:23.918Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-14T13:58:23.918Z] ++ 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 [2020-02-14T13:58:23.918Z] ++ set -e [2020-02-14T13:58:23.918Z] ++ '[' -n 0 ']' [2020-02-14T13:58:23.918Z] ++ set -x [2020-02-14T13:58:23.918Z] ++ 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 [2020-02-14T13:58:23.918Z] INFO: Testing against a local daemon [2020-02-14T13:58:23.918Z] === RUN TestExternalGraphDriver [2020-02-14T13:58:24.177Z] === RUN TestExternalGraphDriver/json [2020-02-14T13:58:24.673Z] --- PASS: TestWaitBlocked (0.02s) [2020-02-14T13:58:24.673Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2020-02-14T13:58:24.673Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.41s) [2020-02-14T13:58:24.673Z] === CONT TestContainerStartOnDaemonRestart [2020-02-14T13:58:24.673Z] === CONT TestIpcModeOlderClient [2020-02-14T13:58:24.673Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-02-14T13:58:24.673Z] === CONT TestDaemonHostGatewayIP [2020-02-14T13:58:24.930Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-02-14T13:58:26.709Z] === RUN TestExternalGraphDriver/spec [2020-02-14T13:58:26.884Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-02-14T13:58:27.142Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-02-14T13:58:28.076Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-02-14T13:58:28.643Z] --- PASS: TestContainerStartOnDaemonRestart (4.11s) [2020-02-14T13:58:28.643Z] === CONT TestDaemonRestartIpcMode [2020-02-14T13:58:29.011Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-02-14T13:58:29.011Z] PASS [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] === Skipped [2020-02-14T13:58:29.011Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T13:58:29.011Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-14T13:58:29.011Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T13:58:29.011Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T13:58:29.011Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] DONE 17 tests, 4 skipped in 28.478s [2020-02-14T13:58:29.011Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-14T13:58:29.011Z] ++ 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 [2020-02-14T13:58:29.011Z] ++ set -e [2020-02-14T13:58:29.011Z] ++ '[' -n 0 ']' [2020-02-14T13:58:29.011Z] ++ set -x [2020-02-14T13:58:29.011Z] ++ 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 [2020-02-14T13:58:29.011Z] INFO: Testing against a local daemon [2020-02-14T13:58:29.011Z] === RUN TestPluginInvalidJSON [2020-02-14T13:58:29.011Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:29.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:29.011Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T13:58:29.011Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-14T13:58:29.011Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-14T13:58:29.011Z] PASS [2020-02-14T13:58:29.011Z] [2020-02-14T13:58:29.011Z] DONE 2 tests in 0.075s [2020-02-14T13:58:29.011Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-14T13:58:29.011Z] ++ 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 [2020-02-14T13:58:29.011Z] ++ set -e [2020-02-14T13:58:29.011Z] ++ '[' -n 0 ']' [2020-02-14T13:58:29.011Z] ++ set -x [2020-02-14T13:58:29.011Z] ++ 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 [2020-02-14T13:58:29.011Z] INFO: Testing against a local daemon [2020-02-14T13:58:29.011Z] === RUN TestExternalGraphDriver [2020-02-14T13:58:29.011Z] === RUN TestExternalGraphDriver/json [2020-02-14T13:58:29.011Z] === RUN TestExternalGraphDriver/spec [2020-02-14T13:58:29.207Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-02-14T13:58:29.240Z] === RUN TestExternalGraphDriver/pull [2020-02-14T13:58:29.464Z] --- PASS: TestDaemonHostGatewayIP (4.82s) [2020-02-14T13:58:29.721Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-02-14T13:58:30.239Z] === RUN TestExternalGraphDriver/pull [2020-02-14T13:58:31.771Z] --- PASS: TestExternalGraphDriver (7.57s) [2020-02-14T13:58:31.772Z] --- PASS: TestExternalGraphDriver/json (2.50s) [2020-02-14T13:58:31.772Z] --- PASS: TestExternalGraphDriver/spec (2.71s) [2020-02-14T13:58:31.772Z] --- PASS: TestExternalGraphDriver/pull (2.22s) [2020-02-14T13:58:31.772Z] === RUN TestGraphdriverPluginV2 [2020-02-14T13:58:31.772Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-02-14T13:58:31.772Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:31.772Z] PASS [2020-02-14T13:58:31.772Z] [2020-02-14T13:58:31.772Z] === Skipped [2020-02-14T13:58:31.772Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2020-02-14T13:58:31.772Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:31.772Z] [2020-02-14T13:58:31.772Z] [2020-02-14T13:58:31.772Z] DONE 5 tests, 1 skipped in 7.748s [2020-02-14T13:58:31.772Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-14T13:58:31.772Z] ++ 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 [2020-02-14T13:58:31.772Z] ++ set -e [2020-02-14T13:58:31.772Z] ++ '[' -n 0 ']' [2020-02-14T13:58:31.772Z] ++ set -x [2020-02-14T13:58:31.772Z] ++ 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 [2020-02-14T13:58:31.772Z] INFO: Testing against a local daemon [2020-02-14T13:58:31.772Z] === RUN TestContinueAfterPluginCrash [2020-02-14T13:58:31.772Z] === PAUSE TestContinueAfterPluginCrash [2020-02-14T13:58:31.772Z] === RUN TestDaemonStartWithLogOpt [2020-02-14T13:58:31.772Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-14T13:58:31.772Z] === CONT TestContinueAfterPluginCrash [2020-02-14T13:58:31.772Z] === CONT TestDaemonStartWithLogOpt [2020-02-14T13:58:32.250Z] --- PASS: TestDaemonRestartIpcMode (3.61s) [2020-02-14T13:58:32.250Z] PASS [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === Skipped [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-02-14T13:58:32.250Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-14T13:58:32.250Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-14T13:58:32.250Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T13:58:32.250Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-14T13:58:32.250Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-02-14T13:58:32.250Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] [2020-02-14T13:58:32.250Z] DONE 199 tests, 6 skipped in 154.195s [2020-02-14T13:58:32.250Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-02-14T13:58:32.250Z] ++ 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 [2020-02-14T13:58:32.250Z] ++ set -e [2020-02-14T13:58:32.250Z] ++ '[' -n 0 ']' [2020-02-14T13:58:32.250Z] ++ set -x [2020-02-14T13:58:32.250Z] ++ 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 [2020-02-14T13:58:32.506Z] INFO: Testing against a local daemon [2020-02-14T13:58:32.506Z] === RUN TestCommitInheritsEnv [2020-02-14T13:58:32.594Z] --- PASS: TestExternalGraphDriver (6.03s) [2020-02-14T13:58:32.594Z] --- PASS: TestExternalGraphDriver/json (1.97s) [2020-02-14T13:58:32.594Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-02-14T13:58:32.594Z] --- PASS: TestExternalGraphDriver/pull (1.93s) [2020-02-14T13:58:32.594Z] === RUN TestGraphdriverPluginV2 [2020-02-14T13:58:32.594Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-02-14T13:58:32.594Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:32.594Z] PASS [2020-02-14T13:58:32.594Z] [2020-02-14T13:58:32.594Z] === Skipped [2020-02-14T13:58:32.594Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-02-14T13:58:32.594Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T13:58:32.594Z] [2020-02-14T13:58:32.594Z] [2020-02-14T13:58:32.594Z] DONE 5 tests, 1 skipped in 6.166s [2020-02-14T13:58:32.594Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-14T13:58:32.594Z] ++ 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 [2020-02-14T13:58:32.594Z] ++ set -e [2020-02-14T13:58:32.594Z] ++ '[' -n 0 ']' [2020-02-14T13:58:32.594Z] ++ set -x [2020-02-14T13:58:32.594Z] ++ 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 [2020-02-14T13:58:32.594Z] INFO: Testing against a local daemon [2020-02-14T13:58:32.594Z] === RUN TestContinueAfterPluginCrash [2020-02-14T13:58:32.594Z] === PAUSE TestContinueAfterPluginCrash [2020-02-14T13:58:32.594Z] === RUN TestDaemonStartWithLogOpt [2020-02-14T13:58:32.594Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-14T13:58:32.594Z] === CONT TestContinueAfterPluginCrash [2020-02-14T13:58:32.594Z] === CONT TestDaemonStartWithLogOpt [2020-02-14T13:58:33.071Z] --- PASS: TestCommitInheritsEnv (0.52s) [2020-02-14T13:58:33.071Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-14T13:58:33.071Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-14T13:58:33.071Z] === RUN TestImagesFilterMultiReference [2020-02-14T13:58:33.071Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-02-14T13:58:33.071Z] === RUN TestImagePullPlatformInvalid [2020-02-14T13:58:33.071Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-02-14T13:58:33.071Z] === RUN TestRemoveImageOrphaning [2020-02-14T13:58:33.328Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-02-14T13:58:33.645Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-02-14T13:58:33.645Z] Copying nested executables into bundles/binary-daemon [2020-02-14T13:58:33.645Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-02-14T13:58:33.892Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-02-14T13:58:33.892Z] === RUN TestRemoveImageGarbageCollector [2020-02-14T13:58:33.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh cross [2020-02-14T13:58:34.535Z] [2020-02-14T13:58:34.535Z] Removing bundles/ [2020-02-14T13:58:34.535Z] [2020-02-14T13:58:34.535Z] ---> Making bundle: cross (in bundles/cross) [2020-02-14T13:58:34.535Z] Cross building: bundles/cross/linux/amd64 [2020-02-14T13:58:34.535Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-02-14T13:58:34.535Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-02-14T13:58:35.786Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-02-14T13:58:36.043Z] --- PASS: TestRemoveImageGarbageCollector (2.28s) [2020-02-14T13:58:36.044Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-14T13:58:36.044Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-02-14T13:58:36.044Z] === RUN TestTagInvalidReference [2020-02-14T13:58:36.044Z] --- PASS: TestTagInvalidReference (0.02s) [2020-02-14T13:58:36.044Z] === RUN TestTagValidPrefixedRepo [2020-02-14T13:58:36.044Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-02-14T13:58:36.044Z] === RUN TestTagExistedNameWithoutForce [2020-02-14T13:58:36.044Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-02-14T13:58:36.301Z] === RUN TestTagOfficialNames [2020-02-14T13:58:36.301Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-14T13:58:36.301Z] === RUN TestTagMatchesDigest [2020-02-14T13:58:36.301Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-02-14T13:58:36.301Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-14T13:58:36.865Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-02-14T13:58:38.761Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-02-14T13:58:38.761Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-02-14T13:58:39.691Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-02-14T13:58:40.255Z] === RUN TestDockerSuite/TestBuildCmd [2020-02-14T13:58:40.512Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-02-14T13:58:41.076Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-02-14T13:58:41.333Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-02-14T13:58:41.333Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-02-14T13:58:41.866Z] --- PASS: TestDaemonStartWithLogOpt (8.43s) [2020-02-14T13:58:42.264Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-02-14T13:58:43.199Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-02-14T13:58:43.986Z] --- PASS: TestDaemonStartWithLogOpt (10.24s) [2020-02-14T13:58:45.753Z] --- PASS: TestContinueAfterPluginCrash (13.32s) [2020-02-14T13:58:45.753Z] PASS [2020-02-14T13:58:45.753Z] [2020-02-14T13:58:45.753Z] DONE 2 tests in 13.402s [2020-02-14T13:58:45.753Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-14T13:58:45.753Z] ++ 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 [2020-02-14T13:58:45.753Z] ++ set -e [2020-02-14T13:58:45.753Z] ++ '[' -n 0 ']' [2020-02-14T13:58:45.753Z] ++ set -x [2020-02-14T13:58:45.753Z] ++ 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 [2020-02-14T13:58:45.753Z] INFO: Testing against a local daemon [2020-02-14T13:58:45.753Z] === RUN TestPluginWithDevMounts [2020-02-14T13:58:45.753Z] === PAUSE TestPluginWithDevMounts [2020-02-14T13:58:45.753Z] === CONT TestPluginWithDevMounts [2020-02-14T13:58:47.269Z] --- PASS: TestContinueAfterPluginCrash (15.05s) [2020-02-14T13:58:47.269Z] PASS [2020-02-14T13:58:47.269Z] [2020-02-14T13:58:47.269Z] DONE 2 tests in 15.244s [2020-02-14T13:58:47.269Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-14T13:58:47.269Z] ++ 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 [2020-02-14T13:58:47.269Z] ++ set -e [2020-02-14T13:58:47.269Z] ++ '[' -n 0 ']' [2020-02-14T13:58:47.269Z] ++ set -x [2020-02-14T13:58:47.269Z] ++ 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 [2020-02-14T13:58:47.269Z] INFO: Testing against a local daemon [2020-02-14T13:58:47.269Z] === RUN TestPluginWithDevMounts [2020-02-14T13:58:47.269Z] === PAUSE TestPluginWithDevMounts [2020-02-14T13:58:47.269Z] === CONT TestPluginWithDevMounts [2020-02-14T13:58:48.112Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-02-14T13:58:48.112Z] PASS [2020-02-14T13:58:48.112Z] [2020-02-14T13:58:48.112Z] DONE 1 tests in 1.962s [2020-02-14T13:58:48.112Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-02-14T13:58:48.112Z] ++ 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 [2020-02-14T13:58:48.112Z] ++ set -e [2020-02-14T13:58:48.112Z] ++ '[' -n 0 ']' [2020-02-14T13:58:48.112Z] ++ set -x [2020-02-14T13:58:48.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-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 [2020-02-14T13:58:48.112Z] INFO: Testing against a local daemon [2020-02-14T13:58:48.112Z] === RUN TestSecretInspect [2020-02-14T13:58:48.455Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-02-14T13:58:49.173Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-02-14T13:58:49.173Z] PASS [2020-02-14T13:58:49.173Z] [2020-02-14T13:58:49.173Z] DONE 1 tests in 2.357s [2020-02-14T13:58:49.173Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-14T13:58:49.173Z] ++ 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 [2020-02-14T13:58:49.173Z] ++ set -e [2020-02-14T13:58:49.173Z] ++ '[' -n 0 ']' [2020-02-14T13:58:49.173Z] ++ set -x [2020-02-14T13:58:49.173Z] ++ 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 [2020-02-14T13:58:49.385Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-02-14T13:58:49.431Z] INFO: Testing against a local daemon [2020-02-14T13:58:49.431Z] === RUN TestSecretInspect [2020-02-14T13:58:49.950Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-02-14T13:58:50.208Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-02-14T13:58:50.490Z] --- PASS: TestSecretInspect (2.78s) [2020-02-14T13:58:50.490Z] === RUN TestSecretList [2020-02-14T13:58:50.773Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-02-14T13:58:51.706Z] === RUN TestDockerSuite/TestBuildContChar [2020-02-14T13:58:52.718Z] --- PASS: TestSecretInspect (3.25s) [2020-02-14T13:58:52.718Z] === RUN TestSecretList [2020-02-14T13:58:53.568Z] --- PASS: TestSecretList (2.80s) [2020-02-14T13:58:53.568Z] === RUN TestSecretsCreateAndDelete [2020-02-14T13:58:55.883Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-02-14T13:58:55.883Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-02-14T13:58:56.003Z] --- PASS: TestSecretList (3.28s) [2020-02-14T13:58:56.003Z] === RUN TestSecretsCreateAndDelete [2020-02-14T13:58:56.633Z] --- PASS: TestSecretsCreateAndDelete (2.80s) [2020-02-14T13:58:56.633Z] === RUN TestSecretsUpdate [2020-02-14T13:58:56.814Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-02-14T13:58:57.380Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-02-14T13:58:57.380Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-02-14T13:58:57.637Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-02-14T13:58:57.894Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-02-14T13:58:58.151Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-02-14T13:58:58.716Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-02-14T13:58:59.150Z] --- PASS: TestSecretsUpdate (2.83s) [2020-02-14T13:58:59.150Z] === RUN TestTemplatedSecret [2020-02-14T13:58:59.281Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-02-14T13:58:59.289Z] --- PASS: TestSecretsCreateAndDelete (3.30s) [2020-02-14T13:58:59.289Z] === RUN TestSecretsUpdate [2020-02-14T13:59:01.807Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-02-14T13:59:02.064Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-02-14T13:59:02.226Z] --- PASS: TestTemplatedSecret (3.27s) [2020-02-14T13:59:02.226Z] === RUN TestSecretCreateResolve [2020-02-14T13:59:02.573Z] --- PASS: TestSecretsUpdate (3.29s) [2020-02-14T13:59:02.573Z] === RUN TestTemplatedSecret [2020-02-14T13:59:05.295Z] --- PASS: TestSecretCreateResolve (2.79s) [2020-02-14T13:59:05.295Z] PASS [2020-02-14T13:59:05.295Z] [2020-02-14T13:59:05.295Z] DONE 6 tests in 17.342s [2020-02-14T13:59:05.295Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-02-14T13:59:05.295Z] ++ 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 [2020-02-14T13:59:05.295Z] ++ set -e [2020-02-14T13:59:05.295Z] ++ '[' -n 0 ']' [2020-02-14T13:59:05.295Z] ++ set -x [2020-02-14T13:59:05.295Z] ++ 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 [2020-02-14T13:59:05.295Z] INFO: Testing against a local daemon [2020-02-14T13:59:05.295Z] === RUN TestServiceCreateInit [2020-02-14T13:59:05.295Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-14T13:59:05.340Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-02-14T13:59:06.764Z] --- PASS: TestTemplatedSecret (3.45s) [2020-02-14T13:59:06.764Z] === RUN TestSecretCreateResolve [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/types/filters 0.023s coverage: 92.2% of statements [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/types/strslice 0.017s coverage: 90.0% of statements [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/server/router/swarm 0.016s coverage: 4.5% of statements [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 75.0% of statements [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-14T13:59:07.706Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/builder/dockerignore 0.070s coverage: 96.8% of statements [2020-02-14T13:59:07.706Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2020-02-14T13:59:07.868Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-02-14T13:59:09.208Z] ok github.com/docker/docker/builder/remotecontext/git 4.458s coverage: 86.3% of statements [2020-02-14T13:59:09.295Z] --- PASS: TestSecretCreateResolve (3.30s) [2020-02-14T13:59:09.295Z] PASS [2020-02-14T13:59:09.295Z] [2020-02-14T13:59:09.295Z] DONE 6 tests in 20.030s [2020-02-14T13:59:09.295Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-02-14T13:59:09.295Z] ++ 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 [2020-02-14T13:59:09.295Z] ++ set -e [2020-02-14T13:59:09.295Z] ++ '[' -n 0 ']' [2020-02-14T13:59:09.295Z] ++ set -x [2020-02-14T13:59:09.295Z] ++ 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 [2020-02-14T13:59:09.554Z] INFO: Testing against a local daemon [2020-02-14T13:59:09.554Z] === RUN TestServiceCreateInit [2020-02-14T13:59:09.554Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-14T13:59:10.204Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-14T13:59:10.734Z] ok github.com/docker/docker/builder/remotecontext 0.539s coverage: 13.6% of statements [2020-02-14T13:59:12.050Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-02-14T13:59:12.788Z] ok github.com/docker/docker/builder/dockerfile 1.451s coverage: 48.2% of statements [2020-02-14T13:59:12.788Z] ? github.com/docker/docker/cli [no test files] [2020-02-14T13:59:12.788Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-14T13:59:12.981Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-02-14T13:59:14.825Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-14T13:59:14.876Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-02-14T13:59:15.437Z] --- PASS: TestServiceCreateInit (9.81s) [2020-02-14T13:59:15.437Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.86s) [2020-02-14T13:59:15.437Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.94s) [2020-02-14T13:59:15.437Z] === RUN TestCreateServiceMultipleTimes [2020-02-14T13:59:15.808Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-02-14T13:59:16.375Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-02-14T13:59:18.902Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-02-14T13:59:19.645Z] ok github.com/docker/docker/client 0.530s coverage: 75.8% of statements [2020-02-14T13:59:20.094Z] --- PASS: TestServiceCreateInit (10.12s) [2020-02-14T13:59:20.094Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.01s) [2020-02-14T13:59:20.094Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s) [2020-02-14T13:59:20.094Z] === RUN TestCreateServiceMultipleTimes [2020-02-14T13:59:20.275Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-02-14T13:59:22.174Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-02-14T13:59:26.352Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-02-14T13:59:26.352Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-02-14T13:59:27.723Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-02-14T13:59:27.723Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-02-14T13:59:27.723Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-02-14T13:59:27.980Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-02-14T13:59:27.980Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-02-14T13:59:27.980Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-02-14T13:59:28.237Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-02-14T13:59:28.801Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-02-14T13:59:29.366Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-02-14T13:59:31.262Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-02-14T13:59:31.262Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-02-14T13:59:31.547Z] --- PASS: TestCreateServiceMultipleTimes (16.45s) [2020-02-14T13:59:31.547Z] === RUN TestCreateServiceConflict [2020-02-14T13:59:33.158Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-02-14T13:59:33.416Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-02-14T13:59:34.632Z] --- PASS: TestCreateServiceConflict (2.78s) [2020-02-14T13:59:34.632Z] === RUN TestCreateServiceMaxReplicas [2020-02-14T13:59:34.788Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-02-14T13:59:38.533Z] --- PASS: TestCreateServiceMaxReplicas (3.81s) [2020-02-14T13:59:38.533Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-14T13:59:38.967Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-02-14T13:59:39.899Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-02-14T13:59:40.156Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-02-14T13:59:42.024Z] --- PASS: TestCreateServiceMultipleTimes (19.34s) [2020-02-14T13:59:42.024Z] === RUN TestCreateServiceConflict [2020-02-14T13:59:42.282Z] --- PASS: TestCreateServiceConflict (3.27s) [2020-02-14T13:59:42.282Z] === RUN TestCreateServiceMaxReplicas [2020-02-14T13:59:42.680Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-02-14T13:59:44.077Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-02-14T13:59:44.647Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-02-14T13:59:46.029Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-02-14T13:59:46.470Z] --- PASS: TestCreateServiceMaxReplicas (3.75s) [2020-02-14T13:59:46.470Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-14T13:59:50.213Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-02-14T13:59:52.741Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-02-14T13:59:54.636Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-02-14T13:59:54.883Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.30s) [2020-02-14T13:59:54.883Z] === RUN TestCreateServiceSecretFileMode [2020-02-14T13:59:55.627Z] --- PASS: TestCreateServiceSecretFileMode (3.10s) [2020-02-14T13:59:55.627Z] === RUN TestCreateServiceConfigFileMode [2020-02-14T13:59:55.904Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-02-14T13:59:55.904Z] Copying nested executables into bundles/cross/linux/amd64 [2020-02-14T13:59:55.904Z] Cross building: bundles/cross/windows/amd64 [2020-02-14T13:59:55.904Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-14T13:59:55.904Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-02-14T13:59:56.534Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-02-14T13:59:57.905Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-02-14T13:59:58.714Z] --- PASS: TestCreateServiceConfigFileMode (3.24s) [2020-02-14T13:59:58.714Z] === RUN TestCreateServiceSysctls [2020-02-14T13:59:59.281Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-02-14T14:00:00.213Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-02-14T14:00:00.778Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-02-14T14:00:01.347Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.51s) [2020-02-14T14:00:01.347Z] === RUN TestCreateServiceSecretFileMode [2020-02-14T14:00:02.657Z] --- PASS: TestCreateServiceSysctls (4.02s) [2020-02-14T14:00:02.657Z] === RUN TestCreateServiceCapabilities [2020-02-14T14:00:02.677Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-02-14T14:00:02.677Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-02-14T14:00:03.880Z] --- PASS: TestCreateServiceSecretFileMode (3.38s) [2020-02-14T14:00:03.880Z] === RUN TestCreateServiceConfigFileMode [2020-02-14T14:00:06.702Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2020-02-14T14:00:06.702Z] === RUN TestInspect [2020-02-14T14:00:07.166Z] --- PASS: TestCreateServiceConfigFileMode (3.31s) [2020-02-14T14:00:07.166Z] === RUN TestCreateServiceSysctls [2020-02-14T14:00:07.939Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-02-14T14:00:08.196Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-02-14T14:00:08.196Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-02-14T14:00:09.779Z] --- PASS: TestInspect (3.47s) [2020-02-14T14:00:09.779Z] === RUN TestCreateJob [2020-02-14T14:00:10.093Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-02-14T14:00:11.468Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-02-14T14:00:11.728Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-02-14T14:00:12.437Z] --- PASS: TestCreateServiceSysctls (4.37s) [2020-02-14T14:00:12.437Z] === RUN TestCreateServiceCapabilities [2020-02-14T14:00:13.100Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-02-14T14:00:13.675Z] --- PASS: TestCreateJob (3.85s) [2020-02-14T14:00:13.675Z] === RUN TestReplicatedJob [2020-02-14T14:00:14.970Z] --- PASS: TestCreateServiceCapabilities (2.95s) [2020-02-14T14:00:14.971Z] === RUN TestInspect [2020-02-14T14:00:16.496Z] ok github.com/docker/docker/cmd/dockerd 0.247s coverage: 30.7% of statements [2020-02-14T14:00:18.256Z] --- PASS: TestInspect (3.72s) [2020-02-14T14:00:18.256Z] === RUN TestCreateJob [2020-02-14T14:00:18.568Z] ok github.com/docker/docker/container 0.187s coverage: 35.3% of statements [2020-02-14T14:00:18.568Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-14T14:00:18.568Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-14T14:00:18.568Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-14T14:00:18.568Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-14T14:00:21.183Z] --- PASS: TestReplicatedJob (7.00s) [2020-02-14T14:00:21.183Z] === RUN TestUpdateReplicatedJob [2020-02-14T14:00:22.453Z] --- PASS: TestCreateJob (4.14s) [2020-02-14T14:00:22.453Z] === RUN TestReplicatedJob [2020-02-14T14:00:23.058Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-02-14T14:00:24.104Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2020-02-14T14:00:24.954Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-02-14T14:00:25.212Z] --- PASS: TestUpdateReplicatedJob (4.17s) [2020-02-14T14:00:25.213Z] === RUN TestServiceListWithStatuses [2020-02-14T14:00:25.213Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-14T14:00:25.213Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:00:25.213Z] === RUN TestDockerNetworkConnectAlias [2020-02-14T14:00:26.325Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-02-14T14:00:26.889Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-02-14T14:00:28.262Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-02-14T14:00:29.016Z] --- PASS: TestReplicatedJob (6.34s) [2020-02-14T14:00:29.016Z] === RUN TestUpdateReplicatedJob [2020-02-14T14:00:30.160Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-02-14T14:00:30.160Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-02-14T14:00:30.162Z] --- PASS: TestDockerNetworkConnectAlias (5.44s) [2020-02-14T14:00:30.162Z] === RUN TestDockerNetworkReConnect [2020-02-14T14:00:32.058Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-02-14T14:00:32.547Z] ok github.com/docker/docker/daemon/cluster/convert 0.053s coverage: 35.7% of statements [2020-02-14T14:00:33.206Z] --- PASS: TestUpdateReplicatedJob (4.31s) [2020-02-14T14:00:33.206Z] === RUN TestServiceListWithStatuses [2020-02-14T14:00:33.206Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-14T14:00:33.206Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:00:33.206Z] === RUN TestDockerNetworkConnectAlias [2020-02-14T14:00:34.619Z] ok github.com/docker/docker/daemon/cluster 0.159s coverage: 0.5% of statements [2020-02-14T14:00:35.097Z] --- PASS: TestDockerNetworkReConnect (4.56s) [2020-02-14T14:00:35.097Z] === RUN TestServicePlugin [2020-02-14T14:00:35.097Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-14T14:00:35.097Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:00:35.097Z] === RUN TestServiceUpdateLabel [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite (351.51s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.94s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.06s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.61s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.81s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:1449: [de62823fe2f5e] daemon is not started [2020-02-14T14:00:36.236Z] check_test.go:309: [dbf7374ab7f7b] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.98s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.27s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dfb9de975ad12] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.24s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.77s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.90s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.07s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.75s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.54s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.39s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d44412aafdda4] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-02-14T14:00:36.236Z] check_test.go:309: [db08c5b9a954e] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.47s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d699dd1986f11] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.70s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.59s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.58s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dd0d804b43f2e] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.16s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.83s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.88s) [2020-02-14T14:00:36.236Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-14T14:00:36.236Z] check_test.go:309: [db6618e640f14] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.15s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.13s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.58s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.07s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dd3e9dd775f1c] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.34s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dfe5cb40e1c1a] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.71s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_plugins_test.go:79: [d45cc47474b91] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.94s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_plugins_test.go:169: [d3fc1cbbaf8fd] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d197f47cbaaa7] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.80s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.68s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.90s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.02s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.95s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.77s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.07s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.79s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dfb9334d857f5] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.01s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.34s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.90s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.59s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.93s) [2020-02-14T14:00:36.236Z] check_test.go:309: [de6fed25bba71] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.48s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.56s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.26s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.30s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.37s) [2020-02-14T14:00:36.236Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-14T14:00:36.236Z] check_test.go:309: [d8d5cbdc4f8e4] daemon is not started [2020-02-14T14:00:36.236Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-14T14:00:36.236Z] check_test.go:309: [d86566ccc9e5c] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.83s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d1649fcc85a60] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.20s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.40s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.14s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.99s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.13s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.01s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.67s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d5a8984530400] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.58s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.92s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dfd755a9773d0] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.96s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.16s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-02-14T14:00:36.236Z] check_test.go:309: [d6f327eafabb5] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2020-02-14T14:00:36.236Z] check_test.go:309: [da442378698b9] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.70s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-02-14T14:00:36.236Z] check_test.go:309: [db1a1eb9422e6] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.30s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.12s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.40s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d4047f50017ab] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.44s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.79s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.37s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.08s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d25a2892510ec] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.91s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-02-14T14:00:36.236Z] check_test.go:309: [dbf2abb8f6d7c] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.79s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.73s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.12s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.74s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.55s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.99s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.98s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.73s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.09s) [2020-02-14T14:00:36.236Z] docker_cli_daemon_test.go:2542: [d5f8fb456fdf5] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.66s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.20s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.20s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.23s) [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2020-02-14T14:00:36.236Z] check_test.go:309: [d1b223a5a4bc9] daemon is not started [2020-02-14T14:00:36.236Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.40s) [2020-02-14T14:00:36.236Z] === RUN TestDockerSwarmSuite [2020-02-14T14:00:36.236Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-02-14T14:00:37.471Z] --- PASS: TestServiceUpdateLabel (2.75s) [2020-02-14T14:00:37.471Z] === RUN TestServiceUpdateSecrets [2020-02-14T14:00:38.923Z] 65014b3c3121: Pull complete [2020-02-14T14:00:39.513Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-02-14T14:00:39.771Z] --- PASS: TestDockerNetworkConnectAlias (6.43s) [2020-02-14T14:00:39.771Z] === RUN TestDockerNetworkReConnect [2020-02-14T14:00:40.152Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2020-02-14T14:00:41.645Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2020-02-14T14:00:42.674Z] ok github.com/docker/docker/daemon/config 0.107s coverage: 81.7% of statements [2020-02-14T14:00:43.688Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-02-14T14:00:44.721Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-02-14T14:00:45.040Z] --- PASS: TestDockerNetworkReConnect (4.96s) [2020-02-14T14:00:45.040Z] === RUN TestServicePlugin [2020-02-14T14:00:45.040Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-14T14:00:45.040Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:00:45.040Z] === RUN TestServiceUpdateLabel [2020-02-14T14:00:46.214Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.524s coverage: 13.7% of statements [2020-02-14T14:00:46.964Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-02-14T14:00:47.573Z] --- PASS: TestServiceUpdateLabel (3.25s) [2020-02-14T14:00:47.573Z] === RUN TestServiceUpdateSecrets [2020-02-14T14:00:48.338Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-02-14T14:00:48.338Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-02-14T14:00:48.904Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-02-14T14:00:49.702Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-02-14T14:00:49.989Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.837s coverage: 57.9% of statements [2020-02-14T14:00:50.277Z] ok github.com/docker/docker/daemon 12.536s coverage: 17.5% of statements [2020-02-14T14:00:50.277Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-14T14:00:50.565Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-14T14:00:50.565Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-14T14:00:50.565Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-14T14:00:53.658Z] --- PASS: TestServiceUpdateSecrets (14.83s) [2020-02-14T14:00:53.658Z] === RUN TestServiceUpdateConfigs [2020-02-14T14:00:54.161Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-02-14T14:00:56.687Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-02-14T14:00:57.446Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.929s coverage: 48.6% of statements [2020-02-14T14:00:57.446Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.844s coverage: 68.6% of statements [2020-02-14T14:00:59.508Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.009s coverage: 45.9% of statements [2020-02-14T14:00:59.508Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-14T14:00:59.964Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-02-14T14:01:00.536Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 58.0% of statements [2020-02-14T14:01:01.164Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.559s coverage: 76.1% of statements [2020-02-14T14:01:01.455Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.558s coverage: 54.8% of statements [2020-02-14T14:01:01.455Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-14T14:01:01.455Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-14T14:01:02.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-02-14T14:01:03.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-02-14T14:01:03.526Z] ok github.com/docker/docker/daemon/links 0.026s coverage: 93.0% of statements [2020-02-14T14:01:03.532Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-14T14:01:03.532Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-02-14T14:01:03.532Z] remote: Enumerating objects: 19, done. [2020-02-14T14:01:03.532Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2020-02-14T14:01:03.532Z] 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. [2020-02-14T14:01:03.532Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-02-14T14:01:04.549Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2020-02-14T14:01:05.655Z] --- PASS: TestServiceUpdateSecrets (15.42s) [2020-02-14T14:01:05.655Z] === RUN TestServiceUpdateConfigs [2020-02-14T14:01:07.605Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-02-14T14:01:08.054Z] ok github.com/docker/docker/daemon/logger 0.285s coverage: 42.7% of statements [2020-02-14T14:01:08.779Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-14T14:01:09.082Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 67.0% of statements [2020-02-14T14:01:09.153Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/test/unit [2020-02-14T14:01:09.745Z] --- PASS: TestServiceUpdateConfigs (15.55s) [2020-02-14T14:01:09.745Z] === RUN TestServiceUpdateNetwork [2020-02-14T14:01:10.580Z] ok github.com/docker/docker/daemon/logger/awslogs 0.640s coverage: 77.8% of statements [2020-02-14T14:01:10.884Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-02-14T14:01:11.632Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 4.9% of statements [2020-02-14T14:01:11.632Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-14T14:01:11.632Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-14T14:01:11.632Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-14T14:01:11.632Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-14T14:01:11.669Z] ? github.com/docker/docker/api [no test files] [2020-02-14T14:01:12.267Z] ok github.com/docker/docker/daemon/logger/journald 0.049s coverage: 26.2% of statements [2020-02-14T14:01:12.556Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2020-02-14T14:01:12.843Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 62.1% of statements [2020-02-14T14:01:13.407Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-02-14T14:01:16.337Z] ok github.com/docker/docker/daemon/logger/local 0.083s coverage: 74.7% of statements [2020-02-14T14:01:16.337Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-14T14:01:16.627Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.025s coverage: 19.9% of statements [2020-02-14T14:01:17.255Z] ok github.com/docker/docker/daemon/logger/syslog 0.030s coverage: 47.8% of statements [2020-02-14T14:01:18.276Z] ok github.com/docker/docker/daemon/logger/templates 0.023s coverage: 8.3% of statements [2020-02-14T14:01:20.530Z] --- PASS: TestServiceUpdateConfigs (15.44s) [2020-02-14T14:01:20.530Z] === RUN TestServiceUpdateNetwork [2020-02-14T14:01:21.002Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2020-02-14T14:01:21.002Z] ok github.com/docker/docker/daemon/logger/splunk 3.146s coverage: 82.5% of statements [2020-02-14T14:01:21.002Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-14T14:01:21.002Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-14T14:01:23.181Z] --- PASS: TestServiceUpdateNetwork (13.52s) [2020-02-14T14:01:23.182Z] PASS [2020-02-14T14:01:23.182Z] [2020-02-14T14:01:23.182Z] === Skipped [2020-02-14T14:01:23.182Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-02-14T14:01:23.182Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:01:23.182Z] [2020-02-14T14:01:23.182Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-02-14T14:01:23.182Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:01:23.182Z] [2020-02-14T14:01:23.182Z] [2020-02-14T14:01:23.182Z] DONE 23 tests, 2 skipped in 136.094s [2020-02-14T14:01:23.182Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-02-14T14:01:23.182Z] ++ 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 [2020-02-14T14:01:23.182Z] ++ set -e [2020-02-14T14:01:23.182Z] ++ '[' -n 0 ']' [2020-02-14T14:01:23.182Z] ++ set -x [2020-02-14T14:01:23.182Z] ++ 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 [2020-02-14T14:01:23.182Z] INFO: Testing against a local daemon [2020-02-14T14:01:23.182Z] === RUN TestSessionCreate [2020-02-14T14:01:23.182Z] --- PASS: TestSessionCreate (0.02s) [2020-02-14T14:01:23.182Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-14T14:01:23.182Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-02-14T14:01:23.182Z] PASS [2020-02-14T14:01:23.182Z] [2020-02-14T14:01:23.182Z] DONE 2 tests in 0.099s [2020-02-14T14:01:23.182Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-02-14T14:01:23.182Z] ++ 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 [2020-02-14T14:01:23.182Z] ++ set -e [2020-02-14T14:01:23.182Z] ++ '[' -n 0 ']' [2020-02-14T14:01:23.182Z] ++ set -x [2020-02-14T14:01:23.182Z] ++ 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 [2020-02-14T14:01:23.182Z] INFO: Testing against a local daemon [2020-02-14T14:01:23.182Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-14T14:01:23.182Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:01:23.182Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:01:23.182Z] === RUN TestEventsExecDie [2020-02-14T14:01:23.182Z] --- PASS: TestEventsExecDie (0.87s) [2020-02-14T14:01:23.182Z] === RUN TestEventsBackwardsCompatible [2020-02-14T14:01:23.182Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-02-14T14:01:23.182Z] === RUN TestInfoBinaryCommits [2020-02-14T14:01:23.182Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-02-14T14:01:23.182Z] === RUN TestInfoAPIVersioned [2020-02-14T14:01:23.182Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-02-14T14:01:23.182Z] === RUN TestInfoDiscoveryBackend [2020-02-14T14:01:23.182Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-02-14T14:01:23.182Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-14T14:01:23.715Z] ok github.com/docker/docker/distribution/metadata 0.143s coverage: 48.2% of statements [2020-02-14T14:01:23.922Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-14T14:01:23.922Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-14T14:01:24.273Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-02-14T14:01:24.273Z] === RUN TestInfoAPI [2020-02-14T14:01:24.624Z] --- PASS: TestInfoAPI (0.02s) [2020-02-14T14:01:24.624Z] === RUN TestInfoAPIWarnings [2020-02-14T14:01:24.736Z] ok github.com/docker/docker/errdefs 0.017s coverage: 49.4% of statements [2020-02-14T14:01:24.972Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-14T14:01:24.972Z] === RUN TestInfoDebug [2020-02-14T14:01:25.364Z] ok github.com/docker/docker/distribution 0.506s coverage: 22.1% of statements [2020-02-14T14:01:25.364Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-14T14:01:25.688Z] --- PASS: TestImportExtremelyLargeImageWorks (167.64s) [2020-02-14T14:01:25.688Z] PASS [2020-02-14T14:01:25.688Z] [2020-02-14T14:01:25.688Z] DONE 12 tests in 171.569s [2020-02-14T14:01:25.688Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-02-14T14:01:25.688Z] ++ 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 [2020-02-14T14:01:25.688Z] ++ set -e [2020-02-14T14:01:25.688Z] ++ '[' -n 0 ']' [2020-02-14T14:01:25.688Z] ++ set -x [2020-02-14T14:01:25.688Z] ++ 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 [2020-02-14T14:01:25.688Z] INFO: Testing against a local daemon [2020-02-14T14:01:25.688Z] === RUN TestNetworkCreateDelete [2020-02-14T14:01:25.688Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-02-14T14:01:25.688Z] === RUN TestDockerNetworkDeletePreferID [2020-02-14T14:01:25.688Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s) [2020-02-14T14:01:25.688Z] === RUN TestInspectNetwork [2020-02-14T14:01:25.739Z] --- PASS: TestInfoDebug (0.53s) [2020-02-14T14:01:25.739Z] === RUN TestInfoInsecureRegistries [2020-02-14T14:01:26.093Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-02-14T14:01:26.093Z] === RUN TestInfoRegistryMirrors [2020-02-14T14:01:26.449Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-02-14T14:01:26.449Z] === RUN TestLoginFailsWithBadCredentials [2020-02-14T14:01:26.501Z] ok github.com/docker/docker/api/server 0.018s coverage: 9.0% of statements [2020-02-14T14:01:26.800Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-02-14T14:01:26.800Z] === RUN TestPingCacheHeaders [2020-02-14T14:01:26.800Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-02-14T14:01:26.800Z] === RUN TestPingGet [2020-02-14T14:01:26.800Z] --- PASS: TestPingGet (0.01s) [2020-02-14T14:01:26.800Z] === RUN TestPingHead [2020-02-14T14:01:26.800Z] --- PASS: TestPingHead (0.02s) [2020-02-14T14:01:26.800Z] === RUN TestVersion [2020-02-14T14:01:26.800Z] --- PASS: TestVersion (0.01s) [2020-02-14T14:01:26.800Z] PASS [2020-02-14T14:01:26.800Z] [2020-02-14T14:01:26.800Z] === Skipped [2020-02-14T14:01:26.800Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:01:26.800Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:01:26.800Z] [2020-02-14T14:01:26.800Z] [2020-02-14T14:01:26.800Z] DONE 18 tests, 1 skipped in 5.563s [2020-02-14T14:01:26.800Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-02-14T14:01:26.800Z] ++ 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 [2020-02-14T14:01:26.800Z] ++ set -e [2020-02-14T14:01:26.800Z] ++ '[' -n 0 ']' [2020-02-14T14:01:26.800Z] ++ set -x [2020-02-14T14:01:26.800Z] ++ 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 [2020-02-14T14:01:27.147Z] INFO: Testing against a local daemon [2020-02-14T14:01:27.147Z] === RUN TestVolumesCreateAndList [2020-02-14T14:01:27.147Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-02-14T14:01:27.147Z] === RUN TestVolumesRemove [2020-02-14T14:01:27.147Z] --- PASS: TestVolumesRemove (0.10s) [2020-02-14T14:01:27.147Z] === RUN TestVolumesInspect [2020-02-14T14:01:27.147Z] --- PASS: TestVolumesInspect (0.02s) [2020-02-14T14:01:27.147Z] === RUN TestVolumesInvalidJSON [2020-02-14T14:01:27.147Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:27.147Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:27.147Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:27.147Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-14T14:01:27.147Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-14T14:01:27.147Z] PASS [2020-02-14T14:01:27.147Z] [2020-02-14T14:01:27.147Z] DONE 5 tests in 0.228s [2020-02-14T14:01:27.147Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:01:27.147Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:01:27.147Z] +++ kill 11653 [2020-02-14T14:01:28.863Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-02-14T14:01:28.863Z] ok github.com/docker/docker/distribution/xfer 1.714s coverage: 85.6% of statements [2020-02-14T14:01:28.863Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-14T14:01:28.864Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:01:28.864Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:01:28.864Z] [2020-02-14T14:01:28.864Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:01:28.864Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:01:28.864Z] [2020-02-14T14:01:28.864Z] To set a process to complain mode, use the command line tool [2020-02-14T14:01:28.864Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:01:28.864Z] +++ true [2020-02-14T14:01:28.864Z] [2020-02-14T14:01:29.874Z] === RUN TestInspectNetwork/full_network_id [2020-02-14T14:01:29.874Z] === RUN TestInspectNetwork/partial_network_id [2020-02-14T14:01:29.874Z] === RUN TestInspectNetwork/network_name [2020-02-14T14:01:29.874Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-14T14:01:29.904Z] ok github.com/docker/docker/image 0.202s coverage: 86.4% of statements [2020-02-14T14:01:29.904Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-14T14:01:30.195Z] ok github.com/docker/docker/image/v1 0.088s coverage: 25.0% of statements [2020-02-14T14:01:30.195Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-14T14:01:30.484Z] ok github.com/docker/docker/libcontainerd/queue 0.056s coverage: 100.0% of statements Post stage [Pipeline] junit [2020-02-14T14:01:30.714Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-14T14:01:31.515Z] ok github.com/docker/docker/pkg/aaparser 0.031s coverage: 50.0% of statements [2020-02-14T14:01:32.134Z] + echo Ensuring container killed. [2020-02-14T14:01:32.134Z] Ensuring container killed. [2020-02-14T14:01:32.134Z] + docker rm -vf docker-pr5 [2020-02-14T14:01:32.134Z] Error: No such container: docker-pr5 [2020-02-14T14:01:32.134Z] + true [Pipeline] sh [2020-02-14T14:01:32.397Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-02-14T14:01:32.397Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-02-14T14:01:32.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-02-14T14:01:32.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-02-14T14:01:32.847Z] + echo Chowning /workspace to jenkins user [2020-02-14T14:01:32.847Z] Chowning /workspace to jenkins user [2020-02-14T14:01:32.847Z] + id -u [2020-02-14T14:01:32.847Z] + id -g [2020-02-14T14:01:32.847Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40489:/workspace busybox chown -R 1001:1001 /workspace [2020-02-14T14:01:32.847Z] Unable to find image 'busybox:latest' locally [2020-02-14T14:01:33.201Z] latest: Pulling from library/busybox [2020-02-14T14:01:33.201Z] 6dc7af96dfc8: Pulling fs layer [2020-02-14T14:01:33.201Z] 6dc7af96dfc8: Verifying Checksum [2020-02-14T14:01:33.201Z] 6dc7af96dfc8: Download complete [2020-02-14T14:01:33.944Z] 6dc7af96dfc8: Pull complete [2020-02-14T14:01:33.944Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-14T14:01:33.944Z] Status: Downloaded newer image for busybox:latest [2020-02-14T14:01:34.291Z] --- PASS: TestInspectNetwork (9.60s) [2020-02-14T14:01:34.291Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2020-02-14T14:01:34.291Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-14T14:01:34.291Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-14T14:01:34.291Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-14T14:01:34.291Z] === RUN TestRunContainerWithBridgeNone [2020-02-14T14:01:35.407Z] --- PASS: TestServiceUpdateNetwork (14.82s) [2020-02-14T14:01:35.407Z] PASS [2020-02-14T14:01:35.407Z] [2020-02-14T14:01:35.407Z] === Skipped [2020-02-14T14:01:35.407Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-14T14:01:35.407Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:01:35.407Z] [2020-02-14T14:01:35.407Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-02-14T14:01:35.407Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:01:35.407Z] [2020-02-14T14:01:35.407Z] [2020-02-14T14:01:35.407Z] DONE 23 tests, 2 skipped in 144.001s [2020-02-14T14:01:35.407Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-02-14T14:01:35.407Z] ++ 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 [2020-02-14T14:01:35.407Z] ++ set -e [2020-02-14T14:01:35.407Z] ++ '[' -n 0 ']' [2020-02-14T14:01:35.407Z] ++ set -x [2020-02-14T14:01:35.407Z] ++ 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 [2020-02-14T14:01:35.407Z] INFO: Testing against a local daemon [2020-02-14T14:01:35.407Z] === RUN TestSessionCreate [2020-02-14T14:01:35.407Z] --- PASS: TestSessionCreate (0.05s) [2020-02-14T14:01:35.407Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-14T14:01:35.407Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-14T14:01:35.407Z] PASS [2020-02-14T14:01:35.407Z] [2020-02-14T14:01:35.407Z] DONE 2 tests in 0.253s [2020-02-14T14:01:35.407Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-02-14T14:01:35.407Z] ++ 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 [2020-02-14T14:01:35.407Z] ++ set -e [2020-02-14T14:01:35.407Z] ++ '[' -n 0 ']' [2020-02-14T14:01:35.407Z] ++ set -x [2020-02-14T14:01:35.407Z] ++ 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 [2020-02-14T14:01:35.407Z] INFO: Testing against a local daemon [2020-02-14T14:01:35.407Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-14T14:01:35.407Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:01:35.407Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:01:35.407Z] === RUN TestEventsExecDie [2020-02-14T14:01:35.407Z] --- PASS: TestEventsExecDie (0.88s) [2020-02-14T14:01:35.407Z] === RUN TestEventsBackwardsCompatible [2020-02-14T14:01:35.407Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-02-14T14:01:35.407Z] === RUN TestInfoBinaryCommits [2020-02-14T14:01:35.407Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-14T14:01:35.407Z] === RUN TestInfoAPIVersioned [2020-02-14T14:01:35.407Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-14T14:01:35.407Z] === RUN TestInfoDiscoveryBackend [2020-02-14T14:01:35.407Z] --- PASS: TestInfoDiscoveryBackend (0.65s) [2020-02-14T14:01:35.407Z] === RUN TestInfoDiscoveryInvalidAdvertise [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T14:01:35.955Z] ok github.com/docker/docker/opts 0.101s coverage: 67.4% of statements [2020-02-14T14:01:36.388Z] + bundleName=s390x-integration [2020-02-14T14:01:36.388Z] + echo Creating s390x-integration-bundles.tar.gz [2020-02-14T14:01:36.388Z] Creating s390x-integration-bundles.tar.gz [2020-02-14T14:01:36.388Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-02-14T14:01:36.388Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-02-14T14:01:36.530Z] Archiving artifacts [2020-02-14T14:01:36.782Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-14T14:01:36.782Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-14T14:01:36.995Z] ok github.com/docker/docker/pkg/authorization 0.683s coverage: 68.3% of statements [2020-02-14T14:01:37.040Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-02-14T14:01:37.040Z] === RUN TestInfoAPI [2020-02-14T14:01:37.298Z] ok github.com/docker/docker/pkg/broadcaster 0.006s coverage: 100.0% of statements [2020-02-14T14:01:37.299Z] --- PASS: TestInfoAPI (0.05s) [2020-02-14T14:01:37.299Z] === RUN TestInfoAPIWarnings [2020-02-14T14:01:37.566Z] --- PASS: TestRunContainerWithBridgeNone (2.93s) [2020-02-14T14:01:37.566Z] === RUN TestNetworkInvalidJSON [2020-02-14T14:01:37.566Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-14T14:01:37.566Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-14T14:01:37.566Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:01:37.566Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:01:37.566Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:01:37.566Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:01:37.566Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-14T14:01:37.566Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:01:37.566Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:01:37.566Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-14T14:01:37.566Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-14T14:01:37.566Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-14T14:01:37.566Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-14T14:01:37.566Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-14T14:01:37.566Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-02-14T14:01:37.823Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-02-14T14:01:37.866Z] --- PASS: TestInfoAPIWarnings (0.65s) [2020-02-14T14:01:37.866Z] === RUN TestInfoDebug [2020-02-14T14:01:37.911Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-02-14T14:01:37.928Z] ok github.com/docker/docker/pkg/capabilities 0.007s coverage: 87.5% of statements [Pipeline] sh [2020-02-14T14:01:38.081Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-02-14T14:01:38.081Z] === RUN TestDaemonDefaultNetworkPools [2020-02-14T14:01:38.081Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-02-14T14:01:38.433Z] --- PASS: TestInfoDebug (0.62s) [2020-02-14T14:01:38.433Z] === RUN TestInfoInsecureRegistries [2020-02-14T14:01:38.553Z] ok github.com/docker/docker/pkg/archive 1.560s coverage: 76.7% of statements [2020-02-14T14:01:38.583Z] + make clean [2020-02-14T14:01:38.583Z] make: command: Command not found [2020-02-14T14:01:38.583Z] make: command: Command not found [2020-02-14T14:01:38.583Z] docker volume rm -f docker-dev-cache [2020-02-14T14:01:38.649Z] docker-dev-cache [Pipeline] deleteDir [2020-02-14T14:01:38.999Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2020-02-14T14:01:39.000Z] === RUN TestInfoRegistryMirrors [2020-02-14T14:01:39.011Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-02-14T14:01:39.011Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2020-02-14T14:01:39.011Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-14T14:01:39.011Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-02-14T14:01:39.184Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-02-14T14:01:39.267Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-02-14T14:01:39.574Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-02-14T14:01:39.574Z] === RUN TestLoginFailsWithBadCredentials [2020-02-14T14:01:39.818Z] ok github.com/docker/docker/pkg/discovery 0.023s coverage: 58.3% of statements [2020-02-14T14:01:39.831Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-02-14T14:01:40.088Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-02-14T14:01:40.088Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-14T14:01:40.145Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-02-14T14:01:40.145Z] === RUN TestPingCacheHeaders [2020-02-14T14:01:40.145Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-14T14:01:40.145Z] === RUN TestPingGet [2020-02-14T14:01:40.145Z] --- PASS: TestPingGet (0.03s) [2020-02-14T14:01:40.145Z] === RUN TestPingHead [2020-02-14T14:01:40.145Z] --- PASS: TestPingHead (0.05s) [2020-02-14T14:01:40.145Z] === RUN TestVersion [2020-02-14T14:01:40.145Z] --- PASS: TestVersion (0.05s) [2020-02-14T14:01:40.145Z] PASS [2020-02-14T14:01:40.145Z] [2020-02-14T14:01:40.145Z] === Skipped [2020-02-14T14:01:40.145Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:01:40.145Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:01:40.145Z] [2020-02-14T14:01:40.145Z] [2020-02-14T14:01:40.145Z] DONE 18 tests, 1 skipped in 6.562s [2020-02-14T14:01:40.146Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-14T14:01:40.146Z] ++ 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 [2020-02-14T14:01:40.146Z] ++ set -e [2020-02-14T14:01:40.146Z] ++ '[' -n 0 ']' [2020-02-14T14:01:40.146Z] ++ set -x [2020-02-14T14:01:40.146Z] ++ 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 [2020-02-14T14:01:40.410Z] INFO: Testing against a local daemon [2020-02-14T14:01:40.410Z] === RUN TestVolumesCreateAndList [2020-02-14T14:01:40.410Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-14T14:01:40.410Z] === RUN TestVolumesRemove [2020-02-14T14:01:40.445Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2020-02-14T14:01:40.678Z] --- PASS: TestVolumesRemove (0.14s) [2020-02-14T14:01:40.678Z] === RUN TestVolumesInspect [2020-02-14T14:01:40.678Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-14T14:01:40.678Z] === RUN TestVolumesInvalidJSON [2020-02-14T14:01:40.678Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:40.678Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:40.678Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-14T14:01:40.678Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-14T14:01:40.678Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-14T14:01:40.678Z] PASS [2020-02-14T14:01:40.678Z] [2020-02-14T14:01:40.678Z] DONE 5 tests in 0.420s [2020-02-14T14:01:40.678Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:01:40.937Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:01:40.937Z] +++ kill 13138 [2020-02-14T14:01:41.458Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-02-14T14:01:41.458Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-14T14:01:41.941Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-02-14T14:01:42.021Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-02-14T14:01:42.021Z] === RUN TestServiceWithPredefinedNetwork [2020-02-14T14:01:42.278Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-02-14T14:01:42.314Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:01:42.314Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:01:42.314Z] [2020-02-14T14:01:42.314Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:01:42.315Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:01:42.315Z] [2020-02-14T14:01:42.315Z] To set a process to complain mode, use the command line tool [2020-02-14T14:01:42.315Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:01:42.315Z] +++ true [2020-02-14T14:01:42.315Z] [2020-02-14T14:01:42.968Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-02-14T14:01:43.258Z] ok github.com/docker/docker/layer 7.327s coverage: 68.8% of statements [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/oci [no test files] [2020-02-14T14:01:43.258Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-14T14:01:43.648Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-02-14T14:01:43.886Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-02-14T14:01:44.511Z] ok github.com/docker/docker/pkg/chrootarchive 4.626s coverage: 43.2% of statements [2020-02-14T14:01:44.511Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-14T14:01:44.511Z] ? github.com/docker/docker/pkg/devicemapper [no test files] Post stage [Pipeline] junit [2020-02-14T14:01:44.859Z] Recording test results [2020-02-14T14:01:45.018Z] --- PASS: TestServiceWithPredefinedNetwork (3.02s) [2020-02-14T14:01:45.018Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-14T14:01:45.018Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T14:01:45.018Z] service_test.go:230: FLAKY_TEST [2020-02-14T14:01:45.018Z] === RUN TestServiceWithDataPathPortInit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-14T14:01:45.436Z] + echo Ensuring container killed. [2020-02-14T14:01:45.436Z] Ensuring container killed. [2020-02-14T14:01:45.436Z] + docker rm -vf docker-pr5 [2020-02-14T14:01:45.436Z] Error: No such container: docker-pr5 [2020-02-14T14:01:45.436Z] + true [Pipeline] sh [2020-02-14T14:01:45.551Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-02-14T14:01:45.551Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 89.5% of statements [2020-02-14T14:01:45.551Z] ok github.com/docker/docker/pkg/discovery/kv 3.141s coverage: 84.1% of statements [2020-02-14T14:01:45.582Z] === RUN TestDockerSuite/TestBuildEnv [2020-02-14T14:01:45.727Z] + echo Chowning /workspace to jenkins user [2020-02-14T14:01:45.727Z] Chowning /workspace to jenkins user [2020-02-14T14:01:45.727Z] + id -u [2020-02-14T14:01:45.727Z] + id -g [2020-02-14T14:01:45.727Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40489:/workspace busybox chown -R 1000:1000 /workspace [2020-02-14T14:01:45.727Z] Unable to find image 'busybox:latest' locally [2020-02-14T14:01:45.985Z] latest: Pulling from library/busybox [2020-02-14T14:01:45.985Z] 220602de6ed2: Pulling fs layer [2020-02-14T14:01:46.244Z] 220602de6ed2: Download complete [2020-02-14T14:01:46.503Z] 220602de6ed2: Pull complete [2020-02-14T14:01:46.503Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-14T14:01:46.503Z] Status: Downloaded newer image for busybox:latest [2020-02-14T14:01:46.627Z] ok github.com/docker/docker/pkg/fsutils 0.564s coverage: 85.1% of statements [2020-02-14T14:01:47.477Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-02-14T14:01:47.655Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 11.4% of statements [2020-02-14T14:01:48.846Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-02-14T14:01:49.154Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2020-02-14T14:01:49.154Z] ok github.com/docker/docker/pkg/locker 0.064s coverage: 88.9% of statements [2020-02-14T14:01:49.443Z] ok github.com/docker/docker/pkg/ioutils 1.566s coverage: 70.6% of statements [2020-02-14T14:01:49.443Z] ok github.com/docker/docker/pkg/idtools 0.860s coverage: 70.1% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T14:01:50.078Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-02-14T14:01:50.078Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-14T14:01:50.089Z] + bundleName=arm64-integration [2020-02-14T14:01:50.089Z] + echo Creating arm64-integration-bundles.tar.gz [2020-02-14T14:01:50.089Z] Creating arm64-integration-bundles.tar.gz [2020-02-14T14:01:50.089Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name+ *-report.xml ) -print [2020-02-14T14:01:50.089Z] xargs tar -czf arm64-integration-bundles.tar.gz [2020-02-14T14:01:50.216Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-02-14T14:01:50.369Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [Pipeline] archiveArtifacts [2020-02-14T14:01:50.402Z] Archiving artifacts [2020-02-14T14:01:51.409Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2020-02-14T14:01:51.409Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2020-02-14T14:01:52.035Z] ok github.com/docker/docker/pkg/mount 0.913s coverage: 70.0% of statements [2020-02-14T14:01:52.035Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-14T14:01:52.078Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-14T14:01:52.325Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.031s coverage: 91.4% of statements [2020-02-14T14:01:52.325Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2020-02-14T14:01:52.325Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-14T14:01:52.325Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-14T14:01:52.431Z] + make clean [2020-02-14T14:01:53.009Z] docker volume rm -f docker-dev-cache [2020-02-14T14:01:53.267Z] docker-dev-cache [Pipeline] deleteDir [2020-02-14T14:01:53.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-02-14T14:01:54.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-02-14T14:01:54.383Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.051s coverage: 56.8% of statements [2020-02-14T14:01:54.384Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2020-02-14T14:01:55.012Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-02-14T14:01:55.300Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-14T14:01:55.927Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2020-02-14T14:01:56.556Z] ok github.com/docker/docker/pkg/pubsub 1.169s coverage: 73.9% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-14T14:01:57.186Z] ok github.com/docker/docker/pkg/stdcopy 0.021s coverage: 100.0% of statements [2020-02-14T14:01:58.209Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2020-02-14T14:01:58.209Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-02-14T14:01:58.228Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-02-14T14:01:59.236Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2020-02-14T14:01:59.549Z] ok github.com/docker/docker/pkg/sysinfo 0.044s coverage: 70.8% of statements [2020-02-14T14:01:59.840Z] ok github.com/docker/docker/pkg/signal 3.519s coverage: 61.0% of statements [2020-02-14T14:02:00.869Z] ok github.com/docker/docker/pkg/tailfile 0.147s coverage: 88.6% of statements [2020-02-14T14:02:00.869Z] ok github.com/docker/docker/pkg/system 0.057s coverage: 36.2% of statements [2020-02-14T14:02:01.900Z] testing: warning: no tests to run [2020-02-14T14:02:01.900Z] coverage: [no statements] [2020-02-14T14:02:01.900Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2020-02-14T14:02:02.530Z] ok github.com/docker/docker/pkg/term 0.014s coverage: 85.9% of statements [2020-02-14T14:02:02.821Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-02-14T14:02:03.109Z] ok github.com/docker/docker/pkg/tarsum 0.210s coverage: 89.3% of statements [2020-02-14T14:02:03.401Z] ok github.com/docker/docker/pkg/urlutil 0.018s coverage: 100.0% of statements [2020-02-14T14:02:03.481Z] --- PASS: TestServiceWithDataPathPortInit (18.73s) [2020-02-14T14:02:03.481Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-14T14:02:04.031Z] ok github.com/docker/docker/pkg/useragent 0.022s coverage: 88.9% of statements [2020-02-14T14:02:06.137Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2020-02-14T14:02:08.202Z] ok github.com/docker/docker/reference 0.022s coverage: 84.4% of statements [2020-02-14T14:02:08.492Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 68.8% of statements [2020-02-14T14:02:09.992Z] ok github.com/docker/docker/plugin 0.594s coverage: 27.1% of statements [2020-02-14T14:02:11.019Z] ok github.com/docker/docker/registry/resumable 0.039s coverage: 100.0% of statements [2020-02-14T14:02:11.649Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2020-02-14T14:02:12.677Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2020-02-14T14:02:13.306Z] ok github.com/docker/docker/runconfig 0.028s coverage: 68.2% of statements [2020-02-14T14:02:13.437Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.31s) [2020-02-14T14:02:13.437Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:960w3rp4jgm6wu62crb22ioba Created:2020-02-14 14:02:05.632342407 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[fd49c6737689dc81c612a4bb8b6c0a93b06e9df8cd2ab1d436fed8ce48e01a06:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bjjhoxsq2ocvs1abc3sagt1j4 EndpointID:fe07975887c8af6d42c0c403544e7faea08a9bb789f6c6027bcd4ad425ccf08f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:12d12099e6f68ab707778980d7fa2eae39bf64007bc21e638c96fc00fe423271 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:ab35427824dd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bjjhoxsq2ocvs1abc3sagt1j4 EndpointID:fe07975887c8af6d42c0c403544e7faea08a9bb789f6c6027bcd4ad425ccf08f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-14T14:02:13.437Z] PASS [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] === Skipped [2020-02-14T14:02:13.437Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T14:02:13.437Z] service_test.go:230: FLAKY_TEST [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] DONE 21 tests, 1 skipped in 49.079s [2020-02-14T14:02:13.437Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-14T14:02:13.437Z] ++ 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 [2020-02-14T14:02:13.437Z] ++ set -e [2020-02-14T14:02:13.437Z] ++ '[' -n 0 ']' [2020-02-14T14:02:13.437Z] ++ set -x [2020-02-14T14:02:13.437Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-02-14T14:02:13.437Z] INFO: Testing against a local daemon [2020-02-14T14:02:13.437Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-14T14:02:13.437Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T14:02:13.437Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:02:13.437Z] === RUN TestDockerNetworkIpvlan [2020-02-14T14:02:13.437Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-14T14:02:13.437Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:02:13.437Z] PASS [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] === Skipped [2020-02-14T14:02:13.437Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T14:02:13.437Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-14T14:02:13.437Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] [2020-02-14T14:02:13.437Z] DONE 2 tests, 2 skipped in 0.105s [2020-02-14T14:02:13.437Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-14T14:02:13.437Z] ++ 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 [2020-02-14T14:02:13.437Z] ++ set -e [2020-02-14T14:02:13.437Z] ++ '[' -n 0 ']' [2020-02-14T14:02:13.437Z] ++ set -x [2020-02-14T14:02:13.437Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-02-14T14:02:13.437Z] INFO: Testing against a local daemon [2020-02-14T14:02:13.437Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-14T14:02:13.949Z] ok github.com/docker/docker/registry 0.554s coverage: 56.0% of statements [2020-02-14T14:02:14.808Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2020-02-14T14:02:14.808Z] === RUN TestDockerNetworkMacvlan [2020-02-14T14:02:15.372Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-14T14:02:16.305Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-14T14:02:17.236Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-14T14:02:18.401Z] ok github.com/docker/docker/volume/drivers 0.037s coverage: 36.1% of statements [2020-02-14T14:02:19.896Z] ok github.com/docker/docker/volume/mounts 0.087s coverage: 67.0% of statements [2020-02-14T14:02:19.896Z] ok github.com/docker/docker/volume/local 0.033s coverage: 73.0% of statements [2020-02-14T14:02:20.512Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-14T14:02:21.076Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-02-14T14:02:21.379Z] ok github.com/docker/docker/volume/service 0.029s coverage: 73.0% of statements [2020-02-14T14:02:22.973Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-02-14T14:02:24.346Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-14T14:02:29.780Z] ok github.com/docker/docker/pkg/plugins 33.670s coverage: 76.6% of statements [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/rootless [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/volume [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-14T14:02:29.780Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === Skipped [2020-02-14T14:02:29.780Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-14T14:02:29.780Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-14T14:02:29.780Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:73: No driver to put! [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-14T14:02:29.780Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-14T14:02:29.780Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-14T14:02:29.780Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:02:29.780Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-14T14:02:29.780Z] graphtest_unix.go:73: No driver to put! [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-14T14:02:29.780Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-14T14:02:29.780Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] [2020-02-14T14:02:29.780Z] DONE 2167 tests, 20 skipped in 337.913s Post stage [Pipeline] junit [2020-02-14T14:02:29.819Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-14T14:02:30.607Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40489/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -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:341e65ad44795695b8780ecef46a2b3769da2cad hack/make.sh dynbinary test-integration [2020-02-14T14:02:30.892Z] [2020-02-14T14:02:30.896Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-14T14:02:31.180Z] Removing bundles/ [2020-02-14T14:02:31.180Z] [2020-02-14T14:02:31.180Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-14T14:02:31.180Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T14:02:31.180Z] GOOS="" GOARCH="" GOARM="" [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan (17.55s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.92s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.98s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.90s) [2020-02-14T14:02:32.277Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.17s) [2020-02-14T14:02:32.277Z] PASS [2020-02-14T14:02:32.277Z] [2020-02-14T14:02:32.277Z] DONE 8 tests in 19.103s [2020-02-14T14:02:32.277Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-14T14:02:32.277Z] ++ 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 [2020-02-14T14:02:32.277Z] ++ set -e [2020-02-14T14:02:32.277Z] ++ '[' -n 0 ']' [2020-02-14T14:02:32.277Z] ++ set -x [2020-02-14T14:02:32.277Z] ++ 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 [2020-02-14T14:02:32.277Z] testing: warning: no tests to run [2020-02-14T14:02:32.277Z] PASS [2020-02-14T14:02:32.277Z] [2020-02-14T14:02:32.277Z] DONE 0 tests in 0.028s [2020-02-14T14:02:32.277Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-14T14:02:32.277Z] ++ 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 [2020-02-14T14:02:32.278Z] ++ set -e [2020-02-14T14:02:32.278Z] ++ '[' -n 0 ']' [2020-02-14T14:02:32.278Z] ++ set -x [2020-02-14T14:02:32.278Z] ++ 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 [2020-02-14T14:02:32.278Z] INFO: Testing against a local daemon [2020-02-14T14:02:32.278Z] === RUN TestAuthZPluginAllowRequest [2020-02-14T14:02:33.208Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-14T14:02:34.123Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-02-14T14:02:34.123Z] ok github.com/docker/docker/api/server/middleware 0.019s coverage: 37.7% of statements [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-14T14:02:34.123Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-14T14:02:34.140Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2020-02-14T14:02:34.140Z] === RUN TestAuthZPluginTLS [2020-02-14T14:02:34.140Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-02-14T14:02:34.379Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.5% of statements [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/types [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-14T14:02:34.379Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-14T14:02:34.738Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-02-14T14:02:34.738Z] === RUN TestAuthZPluginDenyRequest [2020-02-14T14:02:34.738Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-02-14T14:02:34.995Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-02-14T14:02:34.995Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-14T14:02:35.042Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-02-14T14:02:35.042Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-14T14:02:35.042Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-14T14:02:35.253Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-02-14T14:02:35.298Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-02-14T14:02:35.298Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-14T14:02:35.298Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-14T14:02:35.510Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-02-14T14:02:35.510Z] === RUN TestAuthZPluginDenyResponse [2020-02-14T14:02:36.074Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-02-14T14:02:36.074Z] === RUN TestAuthZPluginAllowEventStream [2020-02-14T14:02:36.225Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2020-02-14T14:02:37.009Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-02-14T14:02:37.009Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-02-14T14:02:37.267Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-02-14T14:02:37.834Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2020-02-14T14:02:37.834Z] === RUN TestAuthZPluginErrorResponse [2020-02-14T14:02:38.399Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-02-14T14:02:38.399Z] === RUN TestAuthZPluginErrorRequest [2020-02-14T14:02:38.964Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-02-14T14:02:38.964Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-14T14:02:39.528Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-02-14T14:02:39.528Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-14T14:02:40.390Z] ok github.com/docker/docker/builder/dockerfile 0.542s coverage: 48.2% of statements [2020-02-14T14:02:40.390Z] ok github.com/docker/docker/builder/remotecontext 0.191s coverage: 13.6% of statements [2020-02-14T14:02:40.952Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-02-14T14:02:42.055Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.05s) [2020-02-14T14:02:42.055Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-14T14:02:42.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-02-14T14:02:42.315Z] ok github.com/docker/docker/builder/remotecontext/git 1.615s coverage: 86.3% of statements [2020-02-14T14:02:42.315Z] ? github.com/docker/docker/cli [no test files] [2020-02-14T14:02:42.315Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-14T14:02:44.216Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.41s) [2020-02-14T14:02:44.217Z] === RUN TestAuthZPluginHeader [2020-02-14T14:02:44.831Z] ok github.com/docker/docker/client 0.203s coverage: 75.8% of statements [2020-02-14T14:02:45.148Z] --- PASS: TestAuthZPluginHeader (1.02s) [2020-02-14T14:02:45.148Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-14T14:02:50.405Z] === RUN TestDockerSuite/TestBuildExpose [2020-02-14T14:02:50.405Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.75s) [2020-02-14T14:02:50.405Z] === RUN TestAuthZPluginV2Disable [2020-02-14T14:02:50.405Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-02-14T14:02:50.654Z] edbd72df76b4: Pull complete [2020-02-14T14:02:50.654Z] Digest: sha256:d36276076915c59799c3eb700c5d7db0a7426744e3ea0b3c8b327a4130d50b90 [2020-02-14T14:02:50.654Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:02:50.654Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:10.0.17763.973 into daemon under test completed successfully [2020-02-14T14:02:50.654Z] INFO: Tagging mcr.microsoft.com/windows/servercore:10.0.17763.973 as microsoft/windowsservercore in daemon under test [2020-02-14T14:02:50.654Z] INFO: Version of mcr.microsoft.com/windows/servercore:10.0.17763.973 is '10.0.17763.973' [2020-02-14T14:02:50.654Z] WARN: Skipping validation tests [2020-02-14T14:02:50.654Z] INFO: Running unit tests at 02/14/2020 14:02:45... [2020-02-14T14:02:50.654Z] INFO: make.ps1 starting at 02/14/2020 14:02:50 [2020-02-14T14:02:50.662Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-02-14T14:02:50.919Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-02-14T14:02:51.116Z] INFO: Git commit (75a169a140) assumed from DOCKER_GITCOMMIT environment variable [2020-02-14T14:02:51.116Z] INFO: Invoking autogen... [2020-02-14T14:02:51.483Z] === RUN TestDockerSuite/TestBuildFails [2020-02-14T14:02:51.579Z] INFO: Running unit tests... [2020-02-14T14:02:52.415Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-02-14T14:02:52.415Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-02-14T14:02:53.371Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2020-02-14T14:02:53.371Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-14T14:02:55.298Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-02-14T14:02:56.670Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.17s) [2020-02-14T14:02:56.670Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-14T14:02:57.234Z] === RUN TestDockerSuite/TestBuildForceRm [2020-02-14T14:02:59.762Z] === RUN TestDockerSuite/TestBuildFromGit [2020-02-14T14:03:02.286Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-02-14T14:03:02.851Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-02-14T14:03:04.009Z] INFO: Invoking unit tests run with C:\gopath/src/gotest.tools/gotestsum\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-02-14T14:03:04.749Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-02-14T14:03:07.271Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-02-14T14:03:07.837Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-02-14T14:03:08.094Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-02-14T14:03:08.658Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.94s) [2020-02-14T14:03:08.658Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-14T14:03:10.554Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-02-14T14:03:12.448Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-02-14T14:03:12.640Z] ? github.com/docker/docker/api [no test files] [2020-02-14T14:03:13.817Z] === RUN TestDockerSuite/TestBuildHistory [2020-02-14T14:03:19.069Z] === RUN TestDockerSuite/TestBuildIidFile [2020-02-14T14:03:19.069Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-02-14T14:03:19.069Z] === RUN TestDockerSuite/TestBuildInheritance [2020-02-14T14:03:19.327Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-02-14T14:03:19.892Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-02-14T14:03:20.152Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-02-14T14:03:20.152Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-02-14T14:03:21.083Z] === RUN TestDockerSuite/TestBuildLabel [2020-02-14T14:03:21.647Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-02-14T14:03:22.211Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-02-14T14:03:22.775Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-02-14T14:03:23.032Z] === RUN TestDockerSuite/TestBuildLabels [2020-02-14T14:03:23.552Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 30.7% of statements [2020-02-14T14:03:23.596Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-02-14T14:03:24.919Z] ok github.com/docker/docker/container 0.120s coverage: 35.3% of statements [2020-02-14T14:03:24.919Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-14T14:03:24.919Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-14T14:03:24.919Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-14T14:03:24.919Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-14T14:03:24.965Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-02-14T14:03:24.965Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2020-02-14T14:03:24.965Z] PASS [2020-02-14T14:03:24.965Z] [2020-02-14T14:03:24.965Z] DONE 17 tests in 52.879s [2020-02-14T14:03:25.221Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-14T14:03:25.221Z] ++ 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 [2020-02-14T14:03:25.221Z] ++ set -e [2020-02-14T14:03:25.221Z] ++ '[' -n 0 ']' [2020-02-14T14:03:25.221Z] ++ set -x [2020-02-14T14:03:25.221Z] ++ 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 [2020-02-14T14:03:25.221Z] INFO: Testing against a local daemon [2020-02-14T14:03:25.221Z] === RUN TestPluginInvalidJSON [2020-02-14T14:03:25.221Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:03:25.221Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:03:25.221Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:03:25.221Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-14T14:03:25.221Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-14T14:03:25.221Z] PASS [2020-02-14T14:03:25.221Z] [2020-02-14T14:03:25.221Z] DONE 2 tests in 0.122s [2020-02-14T14:03:25.221Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-14T14:03:25.221Z] ++ 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 [2020-02-14T14:03:25.221Z] ++ set -e [2020-02-14T14:03:25.221Z] ++ '[' -n 0 ']' [2020-02-14T14:03:25.221Z] ++ set -x [2020-02-14T14:03:25.222Z] ++ 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 [2020-02-14T14:03:25.479Z] INFO: Testing against a local daemon [2020-02-14T14:03:25.479Z] === RUN TestExternalGraphDriver [2020-02-14T14:03:25.479Z] === RUN TestExternalGraphDriver/json [2020-02-14T14:03:28.001Z] === RUN TestExternalGraphDriver/spec [2020-02-14T14:03:28.001Z] === RUN TestDockerSuite/TestBuildLastModified [2020-02-14T14:03:29.897Z] === RUN TestExternalGraphDriver/pull [2020-02-14T14:03:30.378Z] ok github.com/docker/docker/api/server 0.202s coverage: 9.0% of statements [2020-02-14T14:03:31.791Z] --- PASS: TestExternalGraphDriver (6.22s) [2020-02-14T14:03:31.791Z] --- PASS: TestExternalGraphDriver/json (2.15s) [2020-02-14T14:03:31.791Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2020-02-14T14:03:31.791Z] --- PASS: TestExternalGraphDriver/pull (1.79s) [2020-02-14T14:03:31.791Z] === RUN TestGraphdriverPluginV2 [2020-02-14T14:03:33.686Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-02-14T14:03:34.860Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2020-02-14T14:03:36.223Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-02-14T14:03:36.961Z] --- PASS: TestGraphdriverPluginV2 (4.91s) [2020-02-14T14:03:36.961Z] PASS [2020-02-14T14:03:36.961Z] [2020-02-14T14:03:36.961Z] DONE 5 tests in 11.254s [2020-02-14T14:03:36.961Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-14T14:03:36.961Z] ++ 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 [2020-02-14T14:03:36.961Z] ++ set -e [2020-02-14T14:03:36.961Z] ++ '[' -n 0 ']' [2020-02-14T14:03:36.961Z] ++ set -x [2020-02-14T14:03:36.961Z] ++ 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 [2020-02-14T14:03:36.961Z] INFO: Testing against a local daemon [2020-02-14T14:03:36.961Z] === RUN TestContinueAfterPluginCrash [2020-02-14T14:03:36.961Z] === PAUSE TestContinueAfterPluginCrash [2020-02-14T14:03:36.961Z] === RUN TestDaemonStartWithLogOpt [2020-02-14T14:03:36.961Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-14T14:03:36.961Z] === CONT TestContinueAfterPluginCrash [2020-02-14T14:03:36.961Z] === CONT TestDaemonStartWithLogOpt [2020-02-14T14:03:37.586Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.7% of statements [2020-02-14T14:03:37.892Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-02-14T14:03:37.892Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-02-14T14:03:37.892Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-02-14T14:03:38.149Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-02-14T14:03:38.406Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-02-14T14:03:38.970Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-02-14T14:03:42.247Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-02-14T14:03:44.142Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-02-14T14:03:44.707Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-02-14T14:03:47.522Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.7% of statements [2020-02-14T14:03:47.522Z] ok github.com/docker/docker/daemon 12.195s coverage: 17.5% of statements [2020-02-14T14:03:47.522Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-14T14:03:47.522Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-14T14:03:47.777Z] ok github.com/docker/docker/daemon/config 0.043s coverage: 81.7% of statements [2020-02-14T14:03:48.338Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-02-14T14:03:48.899Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-02-14T14:03:48.899Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-14T14:03:48.899Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-14T14:03:50.264Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-02-14T14:03:51.260Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-02-14T14:03:51.261Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-02-14T14:03:51.519Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-02-14T14:03:52.779Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-02-14T14:03:52.891Z] --- PASS: TestDaemonStartWithLogOpt (16.40s) [2020-02-14T14:03:53.340Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.248s coverage: 57.0% of statements [2020-02-14T14:03:56.606Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.426s coverage: 72.5% of statements [2020-02-14T14:03:56.606Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.642s coverage: 45.9% of statements [2020-02-14T14:03:56.606Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-14T14:03:58.145Z] --- PASS: TestContinueAfterPluginCrash (21.42s) [2020-02-14T14:03:58.145Z] PASS [2020-02-14T14:03:58.145Z] [2020-02-14T14:03:58.145Z] DONE 2 tests in 21.535s [2020-02-14T14:03:58.145Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-14T14:03:58.145Z] ++ 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 [2020-02-14T14:03:58.145Z] ++ set -e [2020-02-14T14:03:58.145Z] ++ '[' -n 0 ']' [2020-02-14T14:03:58.145Z] ++ set -x [2020-02-14T14:03:58.146Z] ++ 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 [2020-02-14T14:03:58.146Z] INFO: Testing against a local daemon [2020-02-14T14:03:58.146Z] === RUN TestPluginWithDevMounts [2020-02-14T14:03:58.146Z] === PAUSE TestPluginWithDevMounts [2020-02-14T14:03:58.146Z] === CONT TestPluginWithDevMounts [2020-02-14T14:03:59.121Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.042s coverage: 48.6% of statements [2020-02-14T14:04:00.041Z] --- PASS: TestPluginWithDevMounts (1.95s) [2020-02-14T14:04:00.041Z] PASS [2020-02-14T14:04:00.041Z] [2020-02-14T14:04:00.041Z] DONE 1 tests in 2.066s [2020-02-14T14:04:00.041Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-14T14:04:00.041Z] ++ 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 [2020-02-14T14:04:00.041Z] ++ set -e [2020-02-14T14:04:00.041Z] ++ '[' -n 0 ']' [2020-02-14T14:04:00.041Z] ++ set -x [2020-02-14T14:04:00.041Z] ++ 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 [2020-02-14T14:04:00.299Z] INFO: Testing against a local daemon [2020-02-14T14:04:00.299Z] === RUN TestSecretInspect [2020-02-14T14:04:00.484Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.322s coverage: 76.1% of statements [2020-02-14T14:04:01.411Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-02-14T14:04:01.666Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.112s coverage: 60.1% of statements [2020-02-14T14:04:01.666Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-14T14:04:01.666Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-14T14:04:02.820Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-02-14T14:04:03.031Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-02-14T14:04:03.385Z] --- PASS: TestSecretInspect (3.08s) [2020-02-14T14:04:03.385Z] === RUN TestSecretList [2020-02-14T14:04:03.957Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-02-14T14:04:05.321Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 4.9% of statements [2020-02-14T14:04:05.321Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-14T14:04:05.321Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-14T14:04:05.882Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 42.7% of statements [2020-02-14T14:04:06.659Z] --- PASS: TestSecretList (3.04s) [2020-02-14T14:04:06.659Z] === RUN TestSecretsCreateAndDelete [2020-02-14T14:04:06.659Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-02-14T14:04:07.771Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-02-14T14:04:07.771Z] ok github.com/docker/docker/daemon/logger/awslogs 0.180s coverage: 77.8% of statements [2020-02-14T14:04:07.771Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-14T14:04:07.771Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-14T14:04:08.029Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-02-14T14:04:08.696Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-02-14T14:04:08.952Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2020-02-14T14:04:09.399Z] --- PASS: TestSecretsCreateAndDelete (3.08s) [2020-02-14T14:04:09.399Z] === RUN TestSecretsUpdate [2020-02-14T14:04:09.513Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-02-14T14:04:09.964Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-02-14T14:04:10.440Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2020-02-14T14:04:10.441Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-14T14:04:10.896Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-02-14T14:04:10.896Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-02-14T14:04:11.002Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 19.9% of statements [2020-02-14T14:04:12.369Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-14T14:04:12.929Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-02-14T14:04:13.420Z] --- PASS: TestSecretsUpdate (3.52s) [2020-02-14T14:04:13.420Z] === RUN TestTemplatedSecret [2020-02-14T14:04:13.490Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-14T14:04:13.745Z] ok github.com/docker/docker/daemon/logger/splunk 1.676s coverage: 82.5% of statements [2020-02-14T14:04:13.745Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-14T14:04:13.745Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-14T14:04:14.351Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-02-14T14:04:16.261Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2020-02-14T14:04:16.261Z] ok github.com/docker/docker/distribution 0.165s coverage: 22.1% of statements [2020-02-14T14:04:16.261Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-14T14:04:16.874Z] --- PASS: TestTemplatedSecret (3.59s) [2020-02-14T14:04:16.874Z] === RUN TestSecretCreateResolve [2020-02-14T14:04:17.627Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2020-02-14T14:04:17.837Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-02-14T14:04:18.415Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-02-14T14:04:18.990Z] ok github.com/docker/docker/image 0.018s coverage: 86.4% of statements [2020-02-14T14:04:19.551Z] ok github.com/docker/docker/distribution/xfer 1.872s coverage: 85.6% of statements [2020-02-14T14:04:19.551Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-14T14:04:19.551Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2020-02-14T14:04:19.551Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-14T14:04:20.320Z] --- PASS: TestSecretCreateResolve (3.52s) [2020-02-14T14:04:20.320Z] PASS [2020-02-14T14:04:20.320Z] [2020-02-14T14:04:20.320Z] DONE 6 tests in 19.938s [2020-02-14T14:04:20.320Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-02-14T14:04:20.320Z] ++ 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 [2020-02-14T14:04:20.320Z] ++ set -e [2020-02-14T14:04:20.320Z] ++ '[' -n 0 ']' [2020-02-14T14:04:20.320Z] ++ set -x [2020-02-14T14:04:20.320Z] ++ 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 [2020-02-14T14:04:20.320Z] INFO: Testing against a local daemon [2020-02-14T14:04:20.320Z] === RUN TestServiceCreateInit [2020-02-14T14:04:20.320Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-14T14:04:20.884Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-02-14T14:04:20.914Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2020-02-14T14:04:20.914Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-14T14:04:21.448Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-02-14T14:04:21.840Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-02-14T14:04:22.767Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-02-14T14:04:23.023Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-14T14:04:23.970Z] === RUN TestDockerSuite/TestBuildNetNone [2020-02-14T14:04:24.533Z] === RUN TestDockerSuite/TestBuildNoContext [2020-02-14T14:04:24.911Z] ok github.com/docker/docker/pkg/archive 0.385s coverage: 77.1% of statements [2020-02-14T14:04:25.836Z] ok github.com/docker/docker/pkg/authorization 0.074s coverage: 68.3% of statements [2020-02-14T14:04:25.836Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-14T14:04:25.903Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-14T14:04:25.903Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-02-14T14:04:26.092Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-02-14T14:04:26.833Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-02-14T14:04:28.727Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-02-14T14:04:28.727Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-02-14T14:04:29.292Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-02-14T14:04:29.292Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-02-14T14:04:29.360Z] ok github.com/docker/docker/layer 7.120s coverage: 68.8% of statements [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/oci [no test files] [2020-02-14T14:04:29.360Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-14T14:04:29.360Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-02-14T14:04:29.858Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-02-14T14:04:29.920Z] ok github.com/docker/docker/pkg/chrootarchive 2.963s coverage: 43.2% of statements [2020-02-14T14:04:29.921Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-14T14:04:29.921Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-14T14:04:29.921Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-02-14T14:04:30.115Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-02-14T14:04:30.481Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 92.9% of statements [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/server/httputils 0.121s coverage: 14.7% of statements [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/server/middleware 0.197s coverage: 37.7% of statements [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/types/strslice 0.063s coverage: 90.0% of statements [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/types/filters 0.094s coverage: 92.2% of statements [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/types/time 0.224s coverage: 100.0% of statements [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/server/router/swarm 0.096s coverage: 4.5% of statements [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/api/types/versions 0.102s coverage: 75.0% of statements [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-14T14:04:30.900Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-14T14:04:30.900Z] ok github.com/docker/docker/builder/dockerignore 0.045s coverage: 96.8% of statements [2020-02-14T14:04:31.046Z] --- PASS: TestServiceCreateInit (10.72s) [2020-02-14T14:04:31.046Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.38s) [2020-02-14T14:04:31.046Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.31s) [2020-02-14T14:04:31.046Z] === RUN TestCreateServiceMultipleTimes [2020-02-14T14:04:31.303Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-02-14T14:04:31.407Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2020-02-14T14:04:31.967Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-02-14T14:04:32.223Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-02-14T14:04:32.448Z] ok github.com/docker/docker/cli/debug 0.083s coverage: 100.0% of statements [2020-02-14T14:04:33.586Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-02-14T14:04:33.827Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-02-14T14:04:33.996Z] ok github.com/docker/docker/builder/remotecontext 0.866s coverage: 9.2% of statements [2020-02-14T14:04:33.996Z] ok github.com/docker/docker/builder/dockerfile 0.512s coverage: 46.3% of statements [2020-02-14T14:04:34.146Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2020-02-14T14:04:34.147Z] ok github.com/docker/docker/pkg/discovery/kv 3.064s coverage: 84.1% of statements [2020-02-14T14:04:34.708Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-02-14T14:04:34.708Z] ok github.com/docker/docker/pkg/fsutils 0.228s coverage: 85.1% of statements [2020-02-14T14:04:34.758Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-02-14T14:04:35.636Z] ok github.com/docker/docker/pkg/idtools 0.369s coverage: 70.1% of statements [2020-02-14T14:04:36.197Z] ok github.com/docker/docker/pkg/ioutils 0.567s coverage: 70.6% of statements [2020-02-14T14:04:36.197Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2020-02-14T14:04:36.759Z] ok github.com/docker/docker/pkg/locker 0.018s coverage: 88.9% of statements [2020-02-14T14:04:36.759Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-02-14T14:04:36.759Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-14T14:04:37.322Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2020-02-14T14:04:37.577Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-02-14T14:04:37.833Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-02-14T14:04:38.088Z] ok github.com/docker/docker/pkg/mount 0.569s coverage: 70.0% of statements [2020-02-14T14:04:38.088Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-14T14:04:38.344Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2020-02-14T14:04:38.492Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-14T14:04:38.492Z] [2020-02-14T14:04:38.492Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-14T14:04:38.492Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-14T14:04:38.492Z] HOSTNAME=549b8e6166f5 [2020-02-14T14:04:38.492Z] TESTDEBUG=0 [2020-02-14T14:04:38.492Z] DEST=bundles/test-integration [2020-02-14T14:04:38.492Z] PWD=/go/src/github.com/docker/docker [2020-02-14T14:04:38.492Z] DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad [2020-02-14T14:04:38.492Z] container=docker [2020-02-14T14:04:38.492Z] HOME=/root [2020-02-14T14:04:38.492Z] GOLANG_VERSION=1.13.7 [2020-02-14T14:04:38.492Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-14T14:04:38.492Z] VALIDATE_BRANCH=master [2020-02-14T14:04:38.492Z] TERM=xterm [2020-02-14T14:04:38.492Z] DOCKER_PKG=github.com/docker/docker [2020-02-14T14:04:38.492Z] SHLVL=1 [2020-02-14T14:04:38.492Z] TIMEOUT=120m [2020-02-14T14:04:38.492Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-14T14:04:38.492Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-14T14:04:38.492Z] GO111MODULE=off [2020-02-14T14:04:38.492Z] DOCKER_EXPERIMENTAL=1 [2020-02-14T14:04:38.492Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-14T14:04:38.492Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-14T14:04:38.492Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-14T14:04:38.492Z] GOPATH=/go [2020-02-14T14:04:38.492Z] PKG_CONFIG=pkg-config [2020-02-14T14:04:38.492Z] _=/usr/bin/env [2020-02-14T14:04:38.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-14T14:04:38.600Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-02-14T14:04:38.600Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-14T14:04:38.600Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-14T14:04:38.936Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-02-14T14:04:39.527Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2020-02-14T14:04:40.088Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-02-14T14:04:40.305Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-02-14T14:04:40.343Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-02-14T14:04:40.598Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-14T14:04:41.961Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-02-14T14:04:42.216Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-02-14T14:04:43.580Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-02-14T14:04:44.511Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-02-14T14:04:45.560Z] ok github.com/docker/docker/pkg/signal 2.404s coverage: 61.0% of statements [2020-02-14T14:04:45.560Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-02-14T14:04:45.560Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-02-14T14:04:45.818Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-02-14T14:04:45.881Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-02-14T14:04:46.379Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-02-14T14:04:46.445Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-02-14T14:04:46.634Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-02-14T14:04:47.195Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.2% of statements [2020-02-14T14:04:47.450Z] ok github.com/docker/docker/pkg/tailfile 0.063s coverage: 88.6% of statements [2020-02-14T14:04:48.011Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2020-02-14T14:04:48.572Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2020-02-14T14:04:48.827Z] testing: warning: no tests to run [2020-02-14T14:04:48.827Z] coverage: [no statements] [2020-02-14T14:04:48.827Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-14T14:04:48.856Z] ok github.com/docker/docker/client 0.910s coverage: 75.3% of statements [2020-02-14T14:04:49.083Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-02-14T14:04:49.338Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-02-14T14:04:49.594Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-14T14:04:50.620Z] === RUN TestDockerSuite/TestBuildPATH [2020-02-14T14:04:50.620Z] --- PASS: TestCreateServiceMultipleTimes (19.66s) [2020-02-14T14:04:50.620Z] === RUN TestCreateServiceConflict [2020-02-14T14:04:51.481Z] ok github.com/docker/docker/plugin 0.536s coverage: 27.1% of statements [2020-02-14T14:04:52.415Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-02-14T14:04:52.513Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-02-14T14:04:52.976Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-02-14T14:04:53.445Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-02-14T14:04:53.536Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-02-14T14:04:53.702Z] --- PASS: TestCreateServiceConflict (3.15s) [2020-02-14T14:04:53.702Z] === RUN TestCreateServiceMaxReplicas [2020-02-14T14:04:54.633Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-02-14T14:04:54.899Z] ok github.com/docker/docker/registry 0.073s coverage: 56.0% of statements [2020-02-14T14:04:55.461Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-02-14T14:04:55.716Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-02-14T14:04:56.277Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-02-14T14:04:56.838Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-02-14T14:04:57.159Z] --- PASS: TestCreateServiceMaxReplicas (3.13s) [2020-02-14T14:04:57.159Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-14T14:04:59.352Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-02-14T14:04:59.914Z] ok github.com/docker/docker/volume/local 0.025s coverage: 73.0% of statements [2020-02-14T14:05:00.475Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-02-14T14:05:01.841Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2020-02-14T14:05:05.255Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-02-14T14:05:06.592Z] ok github.com/docker/docker/builder/remotecontext/git 34.974s coverage: 86.3% of statements [2020-02-14T14:05:06.592Z] ? github.com/docker/docker/cli [no test files] [2020-02-14T14:05:06.592Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-14T14:05:09.429Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-02-14T14:05:11.953Z] === RUN TestDockerSuite/TestBuildRm [2020-02-14T14:05:11.953Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.92s) [2020-02-14T14:05:11.953Z] === RUN TestCreateServiceSecretFileMode [2020-02-14T14:05:13.998Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/rootless [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/volume [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-14T14:05:13.998Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === Skipped [2020-02-14T14:05:13.998Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-14T14:05:13.998Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-14T14:05:13.998Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-14T14:05:13.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.998Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-14T14:05:13.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.998Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-14T14:05:13.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.998Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.998Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-14T14:05:13.998Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.998Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:05:13.998Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:73: No driver to put! [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-14T14:05:13.999Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-14T14:05:13.999Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-14T14:05:13.999Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-14T14:05:13.999Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-14T14:05:13.999Z] graphtest_unix.go:73: No driver to put! [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-14T14:05:13.999Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-14T14:05:13.999Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] [2020-02-14T14:05:13.999Z] DONE 2167 tests, 20 skipped in 242.710s Post stage [Pipeline] junit [2020-02-14T14:05:14.008Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-02-14T14:05:14.871Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40489/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e65ad44795695b8780ecef46a2b3769da2cad hack/validate/vendor [2020-02-14T14:05:15.201Z] ok github.com/docker/docker/cmd/dockerd 0.646s coverage: 19.1% of statements [2020-02-14T14:05:15.228Z] --- PASS: TestCreateServiceSecretFileMode (3.14s) [2020-02-14T14:05:15.228Z] === RUN TestCreateServiceConfigFileMode [2020-02-14T14:05:15.228Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-02-14T14:05:15.796Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-02-14T14:05:16.419Z] + echo Building e2e image [2020-02-14T14:05:16.419Z] Building e2e image [2020-02-14T14:05:16.419Z] + docker build --build-arg DOCKER_GITCOMMIT=341e65ad44795695b8780ecef46a2b3769da2cad -t moby-e2e-test -f Dockerfile.e2e . [2020-02-14T14:05:16.419Z] #1 [internal] load build definition from Dockerfile.e2e [2020-02-14T14:05:16.419Z] #1 transferring dockerfile: 3.21kB done [2020-02-14T14:05:16.419Z] #1 DONE 0.0s [2020-02-14T14:05:16.419Z] [2020-02-14T14:05:16.419Z] #2 [internal] load .dockerignore [2020-02-14T14:05:16.419Z] #2 transferring context: 34B done [2020-02-14T14:05:16.419Z] #2 DONE 0.0s [2020-02-14T14:05:16.419Z] [2020-02-14T14:05:16.419Z] #4 [internal] load metadata for docker.io/library/golang:1.13.7-alpine [2020-02-14T14:05:16.598Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-02-14T14:05:16.678Z] #4 DONE 0.3s [2020-02-14T14:05:16.678Z] [2020-02-14T14:05:16.678Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-02-14T14:05:16.678Z] #3 DONE 0.2s [2020-02-14T14:05:16.678Z] [2020-02-14T14:05:16.678Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:16.678Z] #14 resolve docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b done [2020-02-14T14:05:16.749Z] ok github.com/docker/docker/container 0.493s coverage: 42.5% of statements [2020-02-14T14:05:16.749Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-14T14:05:16.749Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-14T14:05:16.749Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-14T14:05:16.749Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-14T14:05:16.934Z] #14 sha256:7e8c9c559ca6cf6535f501ca5eec46cae69489b5b8ef9cdec5abcaa5b09e707b 1.65kB / 1.65kB done [2020-02-14T14:05:16.934Z] #14 sha256:9817fae0190681da743ae2f5f77a85bf19b2e759d655bc427328e075b8d64dcc 1.36kB / 1.36kB done [2020-02-14T14:05:16.934Z] #14 sha256:87eefb76f0a85935d392182a0cb271178ee363516bdb3ca281a67c3b58ec491d 3.83kB / 3.83kB done [2020-02-14T14:05:16.934Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0B / 301.26kB 0.1s [2020-02-14T14:05:16.934Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 0B / 155B 0.1s [2020-02-14T14:05:16.934Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 0B / 126.87MB 0.1s [2020-02-14T14:05:16.934Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 [2020-02-14T14:05:17.189Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-02-14T14:05:17.189Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-02-14T14:05:17.189Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 8.69MB / 126.87MB 0.3s [2020-02-14T14:05:17.189Z] #14 sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 126B / 126B 0.1s done [2020-02-14T14:05:17.189Z] #14 ... [2020-02-14T14:05:17.189Z] [2020-02-14T14:05:17.189Z] #8 [internal] load build context [2020-02-14T14:05:17.189Z] #8 transferring context: 823.57kB 0.4s done [2020-02-14T14:05:17.189Z] #8 DONE 0.4s [2020-02-14T14:05:17.189Z] [2020-02-14T14:05:17.189Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:17.189Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-02-14T14:05:17.189Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 26.58MB / 126.87MB 0.5s [2020-02-14T14:05:17.189Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-02-14T14:05:17.445Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 44.01MB / 126.87MB 0.7s [2020-02-14T14:05:17.445Z] #14 ... [2020-02-14T14:05:17.445Z] [2020-02-14T14:05:17.445Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-14T14:05:17.445Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-02-14T14:05:17.445Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-02-14T14:05:17.445Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-02-14T14:05:17.445Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-02-14T14:05:17.445Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.3s done [2020-02-14T14:05:17.445Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.4s done [2020-02-14T14:05:17.445Z] #5 DONE 0.8s [2020-02-14T14:05:17.445Z] [2020-02-14T14:05:17.445Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:17.445Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 51.37MB / 126.87MB 0.8s [2020-02-14T14:05:17.528Z] --- PASS: TestCreateServiceConfigFileMode (2.60s) [2020-02-14T14:05:17.528Z] === RUN TestCreateServiceSysctls [2020-02-14T14:05:17.701Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 58.07MB / 126.87MB 0.9s [2020-02-14T14:05:17.701Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 74.42MB / 126.87MB 1.1s [2020-02-14T14:05:17.784Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-02-14T14:05:17.784Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-02-14T14:05:17.958Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 84.89MB / 126.87MB 1.2s [2020-02-14T14:05:18.214Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 92.63MB / 126.87MB 1.4s [2020-02-14T14:05:18.214Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 101.74MB / 126.87MB 1.5s [2020-02-14T14:05:18.300Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.293s coverage: 65.3% of statements [2020-02-14T14:05:18.469Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 122.27MB / 126.87MB 1.7s [2020-02-14T14:05:18.714Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-02-14T14:05:19.030Z] #14 ... [2020-02-14T14:05:19.030Z] [2020-02-14T14:05:19.030Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-02-14T14:05:19.030Z] #6 DONE 1.3s [2020-02-14T14:05:19.030Z] [2020-02-14T14:05:19.030Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:19.030Z] #14 sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 126.87MB / 126.87MB 2.0s done [2020-02-14T14:05:19.030Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e [2020-02-14T14:05:19.278Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-02-14T14:05:21.174Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-02-14T14:05:22.544Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-02-14T14:05:22.544Z] --- PASS: TestCreateServiceSysctls (4.80s) [2020-02-14T14:05:22.544Z] === RUN TestCreateServiceCapabilities [2020-02-14T14:05:23.915Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-02-14T14:05:24.121Z] ok github.com/docker/docker/daemon/cluster/convert 0.738s coverage: 35.7% of statements [2020-02-14T14:05:24.272Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 5.0s [2020-02-14T14:05:24.833Z] #14 extracting sha256:f9e7c84be0a12a0e5b3a305d8a08a7f456158c93a0b395c0d7a04b5029b42d9e 5.8s done [2020-02-14T14:05:24.833Z] #14 ... [2020-02-14T14:05:24.833Z] [2020-02-14T14:05:24.833Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-02-14T14:05:24.833Z] #7 0.973 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-02-14T14:05:24.833Z] #7 2.047 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-02-14T14:05:24.833Z] #7 2.144 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2020-02-14T14:05:24.833Z] #7 2.149 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2020-02-14T14:05:24.833Z] #7 2.343 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2020-02-14T14:05:24.833Z] #7 2.350 (4/31) Installing readline (8.0.0-r0) [2020-02-14T14:05:24.833Z] #7 2.355 (5/31) Installing bash (5.0.0-r0) [2020-02-14T14:05:24.833Z] #7 2.373 Executing bash-5.0.0-r0.post-install [2020-02-14T14:05:24.833Z] #7 2.376 (6/31) Installing ca-certificates (20190108-r0) [2020-02-14T14:05:24.833Z] #7 2.396 (7/31) Installing libgcc (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 2.401 (8/31) Installing libstdc++ (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 2.416 (9/31) Installing binutils (2.32-r0) [2020-02-14T14:05:24.833Z] #7 2.515 (10/31) Installing gmp (6.1.2-r1) [2020-02-14T14:05:24.833Z] #7 2.522 (11/31) Installing isl (0.18-r0) [2020-02-14T14:05:24.833Z] #7 2.543 (12/31) Installing libgomp (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 2.548 (13/31) Installing libatomic (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 2.551 (14/31) Installing mpfr3 (3.1.5-r1) [2020-02-14T14:05:24.833Z] #7 2.557 (15/31) Installing mpc1 (1.1.0-r0) [2020-02-14T14:05:24.833Z] #7 2.563 (16/31) Installing gcc (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 3.408 (17/31) Installing musl-dev (1.1.22-r3) [2020-02-14T14:05:24.833Z] #7 3.508 (18/31) Installing libc-dev (0.7.1-r0) [2020-02-14T14:05:24.833Z] #7 3.509 (19/31) Installing g++ (8.3.0-r0) [2020-02-14T14:05:24.833Z] #7 4.071 (20/31) Installing nghttp2-libs (1.39.2-r0) [2020-02-14T14:05:24.833Z] #7 4.075 (21/31) Installing libcurl (7.66.0-r0) [2020-02-14T14:05:24.833Z] #7 4.082 (22/31) Installing expat (2.2.8-r0) [2020-02-14T14:05:24.833Z] #7 4.085 (23/31) Installing pcre2 (10.33-r0) [2020-02-14T14:05:24.833Z] #7 4.094 (24/31) Installing git (2.22.2-r0) [2020-02-14T14:05:24.833Z] #7 4.294 (25/31) Installing libmnl (1.0.4-r0) [2020-02-14T14:05:24.833Z] #7 4.297 (26/31) Installing libnftnl-libs (1.1.3-r0) [2020-02-14T14:05:24.833Z] #7 4.301 (27/31) Installing iptables (1.8.3-r0) [2020-02-14T14:05:24.833Z] #7 4.325 (28/31) Installing pigz (2.4-r0) [2020-02-14T14:05:24.833Z] #7 4.331 (29/31) Installing tar (1.32-r0) [2020-02-14T14:05:24.833Z] #7 4.341 (30/31) Installing xz-libs (5.2.4-r0) [2020-02-14T14:05:24.833Z] #7 4.344 (31/31) Installing xz (5.2.4-r0) [2020-02-14T14:05:24.833Z] #7 4.360 Executing busybox-1.30.1-r3.trigger [2020-02-14T14:05:24.833Z] #7 4.362 Executing ca-certificates-20190108-r0.trigger [2020-02-14T14:05:24.833Z] #7 4.415 OK: 185 MiB in 45 packages [2020-02-14T14:05:24.833Z] #7 DONE 6.0s [2020-02-14T14:05:24.833Z] [2020-02-14T14:05:24.833Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:24.833Z] #14 extracting sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 [2020-02-14T14:05:24.833Z] #14 ... [2020-02-14T14:05:24.833Z] [2020-02-14T14:05:24.833Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-02-14T14:05:25.089Z] #9 DONE 0.1s [2020-02-14T14:05:25.089Z] [2020-02-14T14:05:25.089Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-02-14T14:05:25.089Z] #10 DONE 0.0s [2020-02-14T14:05:25.089Z] [2020-02-14T14:05:25.089Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.7-alpine@sha256:7e8c9c559c... [2020-02-14T14:05:25.089Z] #14 extracting sha256:8a0c202c45dfb5a9f0304c67318677890c518b01a12815b925d5349f31df0945 done [2020-02-14T14:05:25.089Z] #14 DONE 8.3s [2020-02-14T14:05:25.089Z] [2020-02-14T14:05:25.089Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-02-14T14:05:25.089Z] #11 DONE 0.1s [2020-02-14T14:05:25.089Z] [2020-02-14T14:05:25.089Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-02-14T14:05:25.089Z] #12 DONE 0.1s [2020-02-14T14:05:25.089Z] [2020-02-14T14:05:25.089Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-02-14T14:05:25.344Z] #13 DONE 0.1s [2020-02-14T14:05:25.344Z] [2020-02-14T14:05:25.344Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-02-14T14:05:25.599Z] #15 0.586 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-02-14T14:05:25.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-14T14:05:25.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-14T14:05:26.438Z] --- PASS: TestCreateServiceCapabilities (3.68s) [2020-02-14T14:05:26.438Z] === RUN TestInspect [2020-02-14T14:05:26.962Z] #15 1.642 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-02-14T14:05:26.962Z] #15 1.728 (1/43) Installing ncurses-terminfo-base (6.1_p20191130-r0) [2020-02-14T14:05:26.962Z] #15 1.730 (2/43) Installing ncurses-terminfo (6.1_p20191130-r0) [2020-02-14T14:05:26.962Z] #15 1.864 (3/43) Installing ncurses-libs (6.1_p20191130-r0) [2020-02-14T14:05:26.962Z] #15 1.871 (4/43) Installing readline (8.0.1-r0) [2020-02-14T14:05:26.962Z] #15 1.875 (5/43) Installing bash (5.0.11-r1) [2020-02-14T14:05:26.962Z] #15 1.889 Executing bash-5.0.11-r1.post-install [2020-02-14T14:05:26.962Z] #15 1.891 (6/43) Installing linux-headers (4.19.36-r0) [2020-02-14T14:05:26.962Z] #15 1.964 (7/43) Installing libblkid (2.34-r1) [2020-02-14T14:05:26.962Z] #15 1.969 (8/43) Installing libuuid (2.34-r1) [2020-02-14T14:05:26.962Z] #15 1.971 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-02-14T14:05:26.962Z] #15 1.977 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-02-14T14:05:26.962Z] #15 1.981 (11/43) Installing libgcc (9.2.0-r3) [2020-02-14T14:05:26.962Z] #15 1.983 (12/43) Installing libstdc++ (9.2.0-r3) [2020-02-14T14:05:26.962Z] #15 1.997 (13/43) Installing binutils (2.33.1-r0) [2020-02-14T14:05:27.218Z] #15 2.064 (14/43) Installing libmagic (5.37-r1) [2020-02-14T14:05:27.218Z] #15 2.085 (15/43) Installing file (5.37-r1) [2020-02-14T14:05:27.218Z] #15 2.087 (16/43) Installing gmp (6.1.2-r1) [2020-02-14T14:05:27.218Z] #15 2.093 (17/43) Installing isl (0.18-r0) [2020-02-14T14:05:27.218Z] #15 2.108 (18/43) Installing libgomp (9.2.0-r3) [2020-02-14T14:05:27.218Z] #15 2.111 (19/43) Installing libatomic (9.2.0-r3) [2020-02-14T14:05:27.218Z] #15 2.113 (20/43) Installing mpfr4 (4.0.2-r1) [2020-02-14T14:05:27.218Z] #15 2.119 (21/43) Installing mpc1 (1.1.0-r1) [2020-02-14T14:05:27.218Z] #15 2.122 (22/43) Installing gcc (9.2.0-r3) [2020-02-14T14:05:27.781Z] #15 2.811 (23/43) Installing musl-dev (1.1.24-r0) [2020-02-14T14:05:28.037Z] #15 2.881 (24/43) Installing libc-dev (0.7.2-r0) [2020-02-14T14:05:28.037Z] #15 2.883 (25/43) Installing g++ (9.2.0-r3) [2020-02-14T14:05:28.293Z] #15 3.294 (26/43) Installing make (4.2.1-r2) [2020-02-14T14:05:28.293Z] #15 3.298 (27/43) Installing fortify-headers (1.1-r0) [2020-02-14T14:05:28.293Z] #15 3.300 (28/43) Installing build-base (0.5-r1) [2020-02-14T14:05:28.293Z] #15 3.301 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-02-14T14:05:28.293Z] #15 3.304 (30/43) Installing libcurl (7.67.0-r0) [2020-02-14T14:05:28.293Z] #15 3.310 (31/43) Installing curl (7.67.0-r0) [2020-02-14T14:05:28.293Z] #15 3.313 (32/43) Installing oniguruma (6.9.4-r0) [2020-02-14T14:05:28.293Z] #15 3.319 (33/43) Installing jq (1.6-r0) [2020-02-14T14:05:28.293Z] #15 3.325 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-02-14T14:05:28.293Z] #15 3.330 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-02-14T14:05:28.293Z] #15 3.332 (36/43) Installing libaio (0.3.112-r1) [2020-02-14T14:05:28.293Z] #15 3.334 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-02-14T14:05:28.293Z] #15 3.363 (38/43) Installing libfdisk (2.34-r1) [2020-02-14T14:05:28.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-14T14:05:28.548Z] #15 3.369 (39/43) Installing libmount (2.34-r1) [2020-02-14T14:05:28.548Z] #15 3.374 (40/43) Installing libsmartcols (2.34-r1) [2020-02-14T14:05:28.548Z] #15 3.378 (41/43) Installing pkgconf (1.6.3-r0) [2020-02-14T14:05:28.548Z] #15 3.380 (42/43) Installing util-linux-dev (2.34-r1) [2020-02-14T14:05:28.548Z] #15 3.402 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-02-14T14:05:28.548Z] #15 3.407 Executing busybox-1.31.1-r9.trigger [2020-02-14T14:05:28.548Z] #15 3.415 OK: 203 MiB in 58 packages [2020-02-14T14:05:28.963Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-02-14T14:05:28.963Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-02-14T14:05:29.473Z] #15 DONE 4.1s [2020-02-14T14:05:29.473Z] [2020-02-14T14:05:29.473Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-02-14T14:05:29.527Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-02-14T14:05:29.527Z] === RUN TestDockerSuite/TestBuildSpaces [2020-02-14T14:05:29.527Z] --- PASS: TestInspect (3.66s) [2020-02-14T14:05:29.527Z] === RUN TestCreateJob [2020-02-14T14:05:30.034Z] #16 DONE 0.7s [2020-02-14T14:05:30.034Z] [2020-02-14T14:05:30.034Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-02-14T14:05:30.093Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-02-14T14:05:30.595Z] #17 DONE 0.7s [2020-02-14T14:05:30.850Z] [2020-02-14T14:05:30.850Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-02-14T14:05:30.850Z] #18 DONE 0.0s [2020-02-14T14:05:30.850Z] [2020-02-14T14:05:30.850Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-14T14:05:30.850Z] #22 DONE 0.1s [2020-02-14T14:05:30.850Z] [2020-02-14T14:05:30.850Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-02-14T14:05:30.850Z] #19 DONE 0.1s [2020-02-14T14:05:30.850Z] [2020-02-14T14:05:30.850Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-02-14T14:05:30.850Z] #26 DONE 0.1s [2020-02-14T14:05:30.850Z] [2020-02-14T14:05:30.850Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-14T14:05:31.025Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-02-14T14:05:31.106Z] #20 ... [2020-02-14T14:05:31.106Z] [2020-02-14T14:05:31.106Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-02-14T14:05:31.106Z] #27 DONE 0.1s [2020-02-14T14:05:31.106Z] [2020-02-14T14:05:31.106Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-14T14:05:31.106Z] #23 DONE 0.1s [2020-02-14T14:05:31.106Z] [2020-02-14T14:05:31.106Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-02-14T14:05:31.106Z] #28 DONE 0.1s [2020-02-14T14:05:31.106Z] [2020-02-14T14:05:31.106Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-14T14:05:31.229Z] ok github.com/docker/docker/daemon/cluster 1.533s coverage: 0.5% of statements [2020-02-14T14:05:31.282Z] === RUN TestDockerSuite/TestBuildStderr [2020-02-14T14:05:32.213Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-02-14T14:05:32.476Z] #29 ... [2020-02-14T14:05:32.476Z] [2020-02-14T14:05:32.476Z] #31 [builder 1/4] COPY . . [2020-02-14T14:05:32.476Z] #31 DONE 1.6s [2020-02-14T14:05:32.476Z] [2020-02-14T14:05:32.476Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-14T14:05:32.476Z] #24 1.311 + RM_GOPATH=0 [2020-02-14T14:05:32.476Z] #24 1.312 + TMP_GOPATH= [2020-02-14T14:05:32.476Z] #24 1.312 + : /build [2020-02-14T14:05:32.476Z] #24 1.312 + '[' -z '' ']' [2020-02-14T14:05:32.476Z] #24 1.314 ++ mktemp -d [2020-02-14T14:05:32.476Z] #24 1.316 + export GOPATH=/tmp/tmp.DeCaKI [2020-02-14T14:05:32.476Z] #24 1.316 + GOPATH=/tmp/tmp.DeCaKI [2020-02-14T14:05:32.476Z] #24 1.316 + RM_GOPATH=1 [2020-02-14T14:05:32.476Z] #24 1.317 ++ dirname ./install.sh [2020-02-14T14:05:32.476Z] #24 1.317 + dir=. [2020-02-14T14:05:32.476Z] #24 1.317 + bin=dockercli [2020-02-14T14:05:32.476Z] #24 1.317 + shift [2020-02-14T14:05:32.476Z] #24 1.317 + '[' '!' -f ./dockercli.installer ']' [2020-02-14T14:05:32.476Z] #24 1.318 + . ./dockercli.installer [2020-02-14T14:05:32.476Z] #24 1.318 ++ : stable [2020-02-14T14:05:32.476Z] #24 1.318 ++ : 17.06.2-ce [2020-02-14T14:05:32.476Z] #24 1.318 + install_dockercli [2020-02-14T14:05:32.476Z] #24 1.318 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-14T14:05:32.476Z] #24 1.318 Install docker/cli version 17.06.2-ce from stable [2020-02-14T14:05:32.476Z] #24 1.318 ++ uname -m [2020-02-14T14:05:32.476Z] #24 1.319 + arch=x86_64 [2020-02-14T14:05:32.476Z] #24 1.319 + '[' x86_64 '!=' x86_64 ']' [2020-02-14T14:05:32.476Z] #24 1.319 + url=https://download.docker.com/linux/static [2020-02-14T14:05:32.476Z] #24 1.319 + + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-14T14:05:32.476Z] #24 1.320 tar -xz docker/docker [2020-02-14T14:05:32.779Z] ok github.com/docker/docker/daemon/config 1.118s coverage: 79.6% of statements [2020-02-14T14:05:33.242Z] ok github.com/docker/docker/daemon/discovery 0.230s coverage: 30.0% of statements [2020-02-14T14:05:33.843Z] #24 ... [2020-02-14T14:05:33.843Z] [2020-02-14T14:05:33.843Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-02-14T14:05:33.843Z] #32 DONE 1.4s [2020-02-14T14:05:34.099Z] [2020-02-14T14:05:34.099Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-14T14:05:34.109Z] --- PASS: TestCreateJob (4.40s) [2020-02-14T14:05:34.110Z] === RUN TestReplicatedJob [2020-02-14T14:05:34.790Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.182s coverage: 10.9% of statements [2020-02-14T14:05:35.254Z] ok github.com/docker/docker/daemon/events 0.397s coverage: 50.0% of statements [2020-02-14T14:05:35.470Z] #33 1.390 [2020-02-14T14:05:35.470Z] #33 1.586 Removing bundles/ [2020-02-14T14:05:35.470Z] #33 1.587 [2020-02-14T14:05:35.470Z] #33 1.592 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-02-14T14:05:35.470Z] #33 ... [2020-02-14T14:05:35.470Z] [2020-02-14T14:05:35.470Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-14T14:05:35.470Z] #24 4.369 + mkdir -p /build [2020-02-14T14:05:35.470Z] #24 4.370 + mv docker/docker /build/ [2020-02-14T14:05:35.470Z] #24 4.371 + rmdir docker [2020-02-14T14:05:35.470Z] #24 DONE 4.5s [2020-02-14T14:05:35.470Z] [2020-02-14T14:05:35.470Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-14T14:05:35.470Z] #20 2.935 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-14T14:05:35.470Z] #20 3.537 curl: option --progress: is ambiguous [2020-02-14T14:05:35.470Z] #20 3.537 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:35.470Z] #20 4.156 curl: option --progress: is ambiguous [2020-02-14T14:05:35.470Z] #20 4.159 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:35.470Z] #20 4.739 curl: option --progress: is ambiguous [2020-02-14T14:05:35.470Z] #20 4.739 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:36.006Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-02-14T14:05:36.395Z] #20 5.307 curl: option --progress: is ambiguous [2020-02-14T14:05:36.395Z] #20 5.307 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:36.803Z] ok github.com/docker/docker/daemon/graphdriver 0.173s coverage: 2.3% of statements [2020-02-14T14:05:36.803Z] ok github.com/docker/docker/daemon/links 0.168s coverage: 93.0% of statements [2020-02-14T14:05:36.955Z] #20 5.914 [2020-02-14T14:05:37.517Z] #20 6.886 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-14T14:05:37.904Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-02-14T14:05:38.078Z] #20 7.206 curl: option --progress: is ambiguous [2020-02-14T14:05:38.078Z] #20 7.211 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:38.334Z] #20 7.494 [2020-02-14T14:05:39.275Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-02-14T14:05:39.698Z] #20 8.584 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-14T14:05:39.954Z] #20 9.044 curl: option --progress: is ambiguous [2020-02-14T14:05:39.954Z] #20 9.053 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:40.210Z] #20 9.346 [2020-02-14T14:05:40.559Z] ok github.com/docker/docker/daemon 2.993s coverage: 9.2% of statements [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-02-14T14:05:40.559Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-02-14T14:05:40.645Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-02-14T14:05:41.022Z] ok github.com/docker/docker/daemon/logger 0.404s coverage: 43.0% of statements [2020-02-14T14:05:41.210Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-02-14T14:05:41.485Z] ok github.com/docker/docker/daemon/images 0.665s coverage: 4.9% of statements [2020-02-14T14:05:41.485Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-14T14:05:41.485Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-14T14:05:41.575Z] #20 10.56 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-14T14:05:41.784Z] --- PASS: TestReplicatedJob (7.73s) [2020-02-14T14:05:41.784Z] === RUN TestUpdateReplicatedJob [2020-02-14T14:05:41.830Z] #20 10.91 curl: option --progress: is ambiguous [2020-02-14T14:05:41.830Z] #20 10.91 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:42.064Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-02-14T14:05:42.086Z] #20 11.33 [2020-02-14T14:05:42.460Z] ok github.com/docker/docker/daemon/logger/awslogs 1.194s coverage: 77.8% of statements [2020-02-14T14:05:42.460Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-02-14T14:05:42.460Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-14T14:05:42.460Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-14T14:05:42.460Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-02-14T14:05:42.460Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-02-14T14:05:43.436Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.344s coverage: 88.3% of statements [2020-02-14T14:05:43.450Z] #20 12.48 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-14T14:05:43.962Z] #20 12.95 curl: option --progress: is ambiguous [2020-02-14T14:05:43.962Z] #20 12.96 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-14T14:05:43.994Z] === RUN TestDockerSuite/TestBuildUser [2020-02-14T14:05:44.218Z] #20 13.28 [2020-02-14T14:05:44.218Z] #20 13.38 Download of images into '/build' complete. [2020-02-14T14:05:44.218Z] #20 13.38 Use something like the following to load the result into a Docker daemon: [2020-02-14T14:05:44.218Z] #20 13.38 tar -cC '/build' . | docker load [2020-02-14T14:05:44.474Z] #20 DONE 13.6s [2020-02-14T14:05:44.474Z] [2020-02-14T14:05:44.474Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-14T14:05:44.474Z] #33 3.530 Building test suite binary ./integration-cli/test.main [2020-02-14T14:05:44.985Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.567s coverage: 62.1% of statements [2020-02-14T14:05:44.985Z] ok github.com/docker/docker/daemon/logger/local 0.535s coverage: 74.7% of statements [2020-02-14T14:05:44.985Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-14T14:05:45.036Z] #33 ... [2020-02-14T14:05:45.036Z] [2020-02-14T14:05:45.036Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-14T14:05:45.036Z] #21 DONE 0.1s [2020-02-14T14:05:45.036Z] [2020-02-14T14:05:45.036Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-02-14T14:05:45.036Z] #25 DONE 0.1s [2020-02-14T14:05:45.036Z] [2020-02-14T14:05:45.036Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-14T14:05:45.448Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.216s coverage: 21.4% of statements [2020-02-14T14:05:45.889Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-02-14T14:05:46.146Z] --- PASS: TestUpdateReplicatedJob (4.42s) [2020-02-14T14:05:46.146Z] === RUN TestServiceListWithStatuses [2020-02-14T14:05:46.146Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-14T14:05:46.146Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:05:46.146Z] === RUN TestDockerNetworkConnectAlias [2020-02-14T14:05:47.640Z] ok github.com/docker/docker/daemon/logger/syslog 0.298s coverage: 47.8% of statements [2020-02-14T14:05:47.640Z] ok github.com/docker/docker/daemon/logger/templates 0.294s coverage: 8.3% of statements [2020-02-14T14:05:49.189Z] ok github.com/docker/docker/daemon/logger/splunk 2.158s coverage: 82.5% of statements [2020-02-14T14:05:49.189Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-14T14:05:49.189Z] ? github.com/docker/docker/daemon/network [no test files] [2020-02-14T14:05:49.189Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-14T14:05:50.321Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-02-14T14:05:51.390Z] ok github.com/docker/docker/distribution 1.752s coverage: 20.3% of statements [2020-02-14T14:05:51.390Z] ok github.com/docker/docker/distribution/metadata 1.767s coverage: 48.2% of statements [2020-02-14T14:05:51.853Z] ok github.com/docker/docker/errdefs 0.107s coverage: 49.4% of statements [2020-02-14T14:05:51.853Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-14T14:05:52.216Z] --- PASS: TestDockerNetworkConnectAlias (6.04s) [2020-02-14T14:05:52.216Z] === RUN TestDockerNetworkReConnect [2020-02-14T14:05:52.831Z] ok github.com/docker/docker/distribution/xfer 2.406s coverage: 76.8% of statements [2020-02-14T14:05:52.831Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-14T14:05:54.382Z] ok github.com/docker/docker/image/cache 0.196s coverage: 19.2% of statements [2020-02-14T14:05:54.862Z] ok github.com/docker/docker/image/v1 0.230s coverage: 25.0% of statements [2020-02-14T14:05:55.327Z] ok github.com/docker/docker/image 1.095s coverage: 86.4% of statements [2020-02-14T14:05:55.794Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-14T14:05:55.794Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-14T14:05:57.346Z] ok github.com/docker/docker/libcontainerd/queue 0.500s coverage: 100.0% of statements [2020-02-14T14:05:57.814Z] ok github.com/docker/docker/layer 0.502s coverage: 30.0% of statements [2020-02-14T14:05:57.814Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-14T14:05:58.275Z] ok github.com/docker/docker/pkg/aaparser 0.039s coverage: 50.0% of statements [2020-02-14T14:05:58.763Z] --- PASS: TestDockerNetworkReConnect (5.45s) [2020-02-14T14:05:58.763Z] === RUN TestServicePlugin [2020-02-14T14:05:59.244Z] ok github.com/docker/docker/opts 0.490s coverage: 67.7% of statements [2020-02-14T14:06:00.214Z] ok github.com/docker/docker/libcontainerd/local 0.410s coverage: 1.0% of statements [2020-02-14T14:06:00.214Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-14T14:06:00.214Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-14T14:06:00.214Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-14T14:06:00.214Z] ? github.com/docker/docker/oci [no test files] [2020-02-14T14:06:00.214Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-14T14:06:01.190Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2020-02-14T14:06:01.191Z] ok github.com/docker/docker/pkg/capabilities 0.040s coverage: 87.5% of statements [2020-02-14T14:06:01.652Z] ok github.com/docker/docker/pkg/authorization 0.945s coverage: 26.8% of statements [2020-02-14T14:06:02.624Z] ok github.com/docker/docker/pkg/directory 0.098s coverage: 80.0% of statements [2020-02-14T14:06:02.624Z] ok github.com/docker/docker/pkg/chrootarchive 0.157s coverage: 15.4% of statements [2020-02-14T14:06:03.115Z] #29 30.23 # github.com/docker/docker/contrib/httpserver [2020-02-14T14:06:03.115Z] #29 30.23 loadinternal: cannot find runtime/cgo [2020-02-14T14:06:03.115Z] #29 DONE 30.6s [2020-02-14T14:06:03.115Z] [2020-02-14T14:06:03.115Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-14T14:06:03.115Z] #33 ... [2020-02-14T14:06:03.115Z] [2020-02-14T14:06:03.115Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-02-14T14:06:03.115Z] #30 DONE 0.1s [2020-02-14T14:06:03.115Z] [2020-02-14T14:06:03.115Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-14T14:06:03.594Z] ok github.com/docker/docker/pkg/discovery 0.165s coverage: 58.3% of statements [2020-02-14T14:06:04.054Z] ok github.com/docker/docker/pkg/discovery/file 0.138s coverage: 92.9% of statements [2020-02-14T14:06:05.602Z] ok github.com/docker/docker/pkg/discovery/memory 0.142s coverage: 92.3% of statements [2020-02-14T14:06:05.602Z] ok github.com/docker/docker/pkg/discovery/nodes 0.087s coverage: 93.8% of statements [2020-02-14T14:06:07.169Z] ok github.com/docker/docker/pkg/filenotify 0.162s coverage: 36.2% of statements [2020-02-14T14:06:07.169Z] ok github.com/docker/docker/pkg/fileutils 0.118s coverage: 87.7% of statements [2020-02-14T14:06:07.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-14T14:06:07.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-14T14:06:08.155Z] ok github.com/docker/docker/pkg/homedir 0.107s coverage: 42.9% of statements [2020-02-14T14:06:08.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-14T14:06:08.623Z] ok github.com/docker/docker/pkg/discovery/kv 3.594s coverage: 84.1% of statements [2020-02-14T14:06:08.722Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-02-14T14:06:09.089Z] ok github.com/docker/docker/pkg/idtools 0.130s coverage: 6.3% of statements [2020-02-14T14:06:09.655Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-02-14T14:06:09.912Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-02-14T14:06:10.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-14T14:06:10.651Z] ok github.com/docker/docker/pkg/jsonmessage 0.233s coverage: 91.7% of statements [2020-02-14T14:06:10.651Z] ok github.com/docker/docker/pkg/locker 0.062s coverage: 88.9% of statements [2020-02-14T14:06:10.651Z] ok github.com/docker/docker/pkg/archive 9.917s coverage: 62.0% of statements [2020-02-14T14:06:10.651Z] ok github.com/docker/docker/pkg/ioutils 0.744s coverage: 68.4% of statements [2020-02-14T14:06:10.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-14T14:06:11.280Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-02-14T14:06:11.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-02-14T14:06:11.638Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2020-02-14T14:06:11.638Z] ok github.com/docker/docker/pkg/namesgenerator 0.058s coverage: 85.7% of statements [2020-02-14T14:06:12.470Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-02-14T14:06:12.620Z] ok github.com/docker/docker/pkg/parsers 0.184s coverage: 97.0% of statements [2020-02-14T14:06:12.620Z] ok github.com/docker/docker/pkg/pidfile 0.105s coverage: 82.6% of statements [2020-02-14T14:06:14.182Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.211s coverage: 56.8% of statements [2020-02-14T14:06:14.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-14T14:06:14.368Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-02-14T14:06:14.368Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-02-14T14:06:14.368Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-02-14T14:06:14.368Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-02-14T14:06:14.368Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-02-14T14:06:15.165Z] ok github.com/docker/docker/pkg/plugins/transport 0.116s coverage: 85.7% of statements [2020-02-14T14:06:15.632Z] ok github.com/docker/docker/pkg/pools 0.060s coverage: 88.2% of statements [2020-02-14T14:06:15.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-14T14:06:16.615Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2020-02-14T14:06:16.889Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-02-14T14:06:16.889Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-02-14T14:06:17.453Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-02-14T14:06:17.599Z] ok github.com/docker/docker/pkg/reexec 0.114s coverage: 82.4% of statements [2020-02-14T14:06:17.599Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 73.9% of statements [2020-02-14T14:06:18.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-02-14T14:06:18.017Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-02-14T14:06:18.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-14T14:06:19.158Z] ok github.com/docker/docker/pkg/signal 0.079s coverage: 20.3% of statements [2020-02-14T14:06:19.158Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2020-02-14T14:06:19.913Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-02-14T14:06:19.913Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-02-14T14:06:20.141Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2020-02-14T14:06:20.607Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2020-02-14T14:06:21.591Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2020-02-14T14:06:22.574Z] ok github.com/docker/docker/pkg/system 0.101s coverage: 13.1% of statements [2020-02-14T14:06:22.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-14T14:06:23.040Z] ok github.com/docker/docker/pkg/tailfile 0.288s coverage: 88.6% of statements [2020-02-14T14:06:24.088Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-02-14T14:06:24.599Z] ok github.com/docker/docker/pkg/tarsum 0.195s coverage: 89.3% of statements [2020-02-14T14:06:24.599Z] ok github.com/docker/docker/pkg/term 0.071s coverage: 30.8% of statements [2020-02-14T14:06:25.457Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-02-14T14:06:25.583Z] testing: warning: no tests to run [2020-02-14T14:06:25.583Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: 0.0% of statements [no tests to run] [2020-02-14T14:06:25.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-14T14:06:26.049Z] ok github.com/docker/docker/pkg/truncindex 0.150s coverage: 91.5% of statements [2020-02-14T14:06:26.516Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2020-02-14T14:06:26.825Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-02-14T14:06:26.983Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2020-02-14T14:06:27.082Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-14T14:06:27.449Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-14T14:06:27.646Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-02-14T14:06:27.646Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-02-14T14:06:27.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-14T14:06:28.577Z] === RUN TestDockerSuite/TestBuildXZHost [2020-02-14T14:06:29.007Z] ok github.com/docker/docker/plugin/v2 0.163s coverage: 20.1% of statements [2020-02-14T14:06:29.473Z] ok github.com/docker/docker/plugin 0.259s coverage: 11.6% of statements [2020-02-14T14:06:29.939Z] ok github.com/docker/docker/reference 0.307s coverage: 84.4% of statements [2020-02-14T14:06:31.099Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-02-14T14:06:31.099Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-02-14T14:06:31.099Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-02-14T14:06:31.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-14T14:06:31.506Z] ok github.com/docker/docker/restartmanager 0.068s coverage: 50.9% of statements [2020-02-14T14:06:31.506Z] ok github.com/docker/docker/registry/resumable 0.316s coverage: 100.0% of statements [2020-02-14T14:06:32.030Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-02-14T14:06:32.960Z] === RUN TestDockerSuite/TestCommitChange [2020-02-14T14:06:33.075Z] ok github.com/docker/docker/testutil 0.100s coverage: 62.5% of statements [2020-02-14T14:06:33.075Z] ok github.com/docker/docker/registry 0.515s coverage: 51.7% of statements [2020-02-14T14:06:33.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-14T14:06:33.542Z] ok github.com/docker/docker/runconfig 0.129s coverage: 54.5% of statements [2020-02-14T14:06:33.891Z] --- PASS: TestServicePlugin (36.14s) [2020-02-14T14:06:33.891Z] plugin_test.go:62: [dd7bb5625510a] joining swarm manager [d80d5e3442c43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:06:33.891Z] plugin_test.go:65: [d1e7b30ce6959] joining swarm manager [d80d5e3442c43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:06:33.891Z] === RUN TestServiceUpdateLabel [2020-02-14T14:06:34.148Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-02-14T14:06:35.078Z] === RUN TestDockerSuite/TestCommitHardlink [2020-02-14T14:06:35.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-14T14:06:36.501Z] ok github.com/docker/docker/volume/drivers 0.125s coverage: 36.1% of statements [2020-02-14T14:06:36.967Z] ok github.com/docker/docker/volume/local 0.241s coverage: 37.7% of statements [2020-02-14T14:06:36.973Z] --- PASS: TestServiceUpdateLabel (3.15s) [2020-02-14T14:06:36.973Z] === RUN TestServiceUpdateSecrets [2020-02-14T14:06:36.973Z] === RUN TestDockerSuite/TestCommitNewFile [2020-02-14T14:06:37.303Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-14T14:06:37.303Z] Using test binary docker [2020-02-14T14:06:37.303Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-14T14:06:37.303Z] +++ /etc/init.d/apparmor start [2020-02-14T14:06:37.303Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-14T14:06:37.303Z] INFO: Waiting for daemon to start... [2020-02-14T14:06:37.303Z] Starting dockerd [2020-02-14T14:06:37.303Z] +++ 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 [2020-02-14T14:06:37.433Z] ok github.com/docker/docker/volume/mounts 0.122s coverage: 66.2% of statements [2020-02-14T14:06:39.339Z] . [2020-02-14T14:06:39.339Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-14T14:06:39.339Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-14T14:06:39.339Z] Error: No such image: emptyfs [2020-02-14T14:06:39.339Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-14T14:06:39.339Z] ++++ docker load [2020-02-14T14:06:39.498Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-02-14T14:06:39.634Z] Running integration-test (iteration 1) [2020-02-14T14:06:39.634Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-02-14T14:06:39.634Z] ++ 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 [2020-02-14T14:06:39.634Z] ++ set -e [2020-02-14T14:06:39.634Z] ++ '[' -n 0 ']' [2020-02-14T14:06:39.634Z] ++ set -x [2020-02-14T14:06:39.634Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-02-14T14:06:39.644Z] ok github.com/docker/docker/volume/service 0.497s coverage: 70.3% of statements [2020-02-14T14:06:39.755Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-02-14T14:06:40.012Z] === RUN TestDockerSuite/TestCommitTTY [2020-02-14T14:06:42.536Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-02-14T14:06:43.467Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-02-14T14:06:45.363Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-02-14T14:06:46.293Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-02-14T14:06:46.550Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-02-14T14:06:48.442Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-02-14T14:06:50.065Z] ok github.com/docker/docker/pkg/plugins 35.167s coverage: 73.4% of statements [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/rootless [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/volume [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-14T14:06:50.065Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-14T14:06:50.337Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-02-14T14:06:50.337Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-02-14T14:06:50.901Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === Skipped [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-02-14T14:06:51.623Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-02-14T14:06:51.623Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-02-14T14:06:51.623Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-02-14T14:06:51.623Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-02-14T14:06:51.623Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-02-14T14:06:51.623Z] client_test.go:23: runtime.GOOS == "windows" [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-02-14T14:06:51.623Z] daemon_test.go:147: root required [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-02-14T14:06:51.623Z] reload_test.go:520: root required [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-02-14T14:06:51.623Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-02-14T14:06:51.623Z] pull_v2_test.go:73: Needs fixing on Windows [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-02-14T14:06:51.623Z] pull_v2_test.go:118: Needs fixing on Windows [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-02-14T14:06:51.623Z] download_test.go:268: Needs fixing on Windows [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-02-14T14:06:51.623Z] layer_test.go:304: Failing on Windows [2020-02-14T14:06:51.623Z] [2020-02-14T14:06:51.623Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-02-14T14:06:51.623Z] layer_test.go:353: Failing on Windows [2020-02-14T14:06:51.833Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-02-14T14:06:52.092Z] layer_test.go:468: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-02-14T14:06:52.092Z] layer_test.go:697: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-02-14T14:06:52.092Z] migration_test.go:46: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-02-14T14:06:52.092Z] migration_test.go:182: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-02-14T14:06:52.092Z] mount_test.go:17: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-02-14T14:06:52.092Z] mount_test.go:76: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-02-14T14:06:52.092Z] mount_test.go:125: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-02-14T14:06:52.092Z] mount_test.go:212: Failing on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:133: Xz not present in msys2 [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:238: Failing on Windows CI machines [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-02-14T14:06:52.092Z] archive_windows_test.go:16: Currently fails [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-02-14T14:06:52.092Z] changes_test.go:192: needs more investigation [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-02-14T14:06:52.092Z] changes_test.go:405: needs further investigation [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-02-14T14:06:52.092Z] changes_test.go:441: needs further investigation [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-02-14T14:06:52.092Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-02-14T14:06:52.092Z] poller_test.go:41: No chmod on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-02-14T14:06:52.092Z] fileutils_test.go:134: Needs porting to Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-02-14T14:06:52.092Z] fileutils_test.go:180: Needs porting to Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-02-14T14:06:52.092Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-02-14T14:06:52.092Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-02-14T14:06:52.092Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-02-14T14:06:52.092Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-02-14T14:06:52.092Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-02-14T14:06:52.092Z] local_test.go:181: runtime.GOOS == "windows" [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] [2020-02-14T14:06:52.092Z] DONE 1771 tests, 46 skipped in 229.387s [2020-02-14T14:06:52.092Z] INFO: make.ps1 ended at 02/14/2020 14:06:51 [2020-02-14T14:06:52.397Z] --- PASS: TestServiceUpdateSecrets (15.38s) [2020-02-14T14:06:52.397Z] === RUN TestServiceUpdateConfigs [2020-02-14T14:06:52.654Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-02-14T14:06:53.585Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-02-14T14:06:54.303Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-02-14T14:06:54.303Z] INFO: Unit tests ended at 02/14/2020 14:06:54. Duration:00:04:07.6361469 [2020-02-14T14:06:54.303Z] INFO: Building busybox [2020-02-14T14:06:54.516Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-02-14T14:06:54.772Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-02-14T14:06:54.772Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-02-14T14:06:54.774Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-14T14:06:54.774Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-14T14:06:54.774Z] [2020-02-14T14:06:54.774Z] Sending build context to Docker daemon 2.56kB [2020-02-14T14:06:54.774Z] [2020-02-14T14:06:54.774Z] Step 1/6 : FROM microsoft/windowsservercore [2020-02-14T14:06:54.774Z] ---> 3b63d96cf771 [2020-02-14T14:06:54.774Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-02-14T14:06:54.774Z] ---> Running in 95e912086505 [2020-02-14T14:06:54.915Z] Loaded image: buildpack-deps:jessie [2020-02-14T14:06:54.915Z] Loaded image: busybox:latest [2020-02-14T14:06:54.915Z] Loaded image: busybox:glibc [2020-02-14T14:06:54.915Z] Loaded image: debian:jessie [2020-02-14T14:06:54.915Z] Loaded image: hello-world:latest [2020-02-14T14:06:54.915Z] INFO: Testing against a local daemon [2020-02-14T14:06:54.915Z] === RUN TestCgroupNamespacesBuild [2020-02-14T14:06:55.336Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-02-14T14:06:55.595Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-02-14T14:06:55.595Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-02-14T14:06:55.595Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-02-14T14:06:55.852Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-02-14T14:06:55.935Z] --- PASS: TestCgroupNamespacesBuild (1.69s) [2020-02-14T14:06:55.935Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-14T14:06:56.782Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-02-14T14:06:57.345Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-02-14T14:06:57.419Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2020-02-14T14:06:57.419Z] === RUN TestBuildWithSession [2020-02-14T14:06:57.419Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-14T14:06:57.419Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T14:06:57.419Z] === RUN TestBuildSquashParent [2020-02-14T14:06:58.279Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-02-14T14:06:58.279Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-02-14T14:07:00.173Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-02-14T14:07:00.705Z] Removing intermediate container 95e912086505 [2020-02-14T14:07:00.705Z] ---> 604add8e91ed [2020-02-14T14:07:00.705Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-02-14T14:07:01.107Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-02-14T14:07:01.108Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-02-14T14:07:01.688Z] [2020-02-14T14:07:02.039Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-02-14T14:07:02.153Z] ---> c3b273e2a7d6 [2020-02-14T14:07:02.154Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-02-14T14:07:02.154Z] ---> Running in 19897fe7e0f6 [2020-02-14T14:07:02.941Z] --- PASS: TestBuildSquashParent (5.13s) [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T14:07:02.941Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T14:07:02.941Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T14:07:02.941Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-14T14:07:02.941Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-14T14:07:02.941Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-14T14:07:02.941Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-14T14:07:02.969Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-02-14T14:07:03.713Z] [2020-02-14T14:07:03.713Z] SUCCESS: Specified value was saved. [2020-02-14T14:07:03.900Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-02-14T14:07:04.465Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-02-14T14:07:04.465Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-02-14T14:07:05.396Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-02-14T14:07:05.661Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-14T14:07:05.946Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-14T14:07:06.326Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-02-14T14:07:06.657Z] Removing intermediate container 19897fe7e0f6 [2020-02-14T14:07:06.657Z] ---> ef89fc010fc2 [2020-02-14T14:07:06.657Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-02-14T14:07:06.657Z] ---> Running in 31b6e127a424 [2020-02-14T14:07:07.256Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-02-14T14:07:07.256Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-02-14T14:07:07.821Z] --- PASS: TestServiceUpdateConfigs (15.33s) [2020-02-14T14:07:07.821Z] === RUN TestServiceUpdateNetwork [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.05s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.39s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.54s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.54s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.30s) [2020-02-14T14:07:07.991Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s) [2020-02-14T14:07:07.991Z] === RUN TestBuildMultiStageCopy [2020-02-14T14:07:07.991Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-14T14:07:08.386Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-02-14T14:07:10.035Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-14T14:07:10.321Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-14T14:07:10.333Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-02-14T14:07:10.606Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-14T14:07:11.224Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy (3.54s) [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.87s) [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.39s) [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.42s) [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2020-02-14T14:07:11.511Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.45s) [2020-02-14T14:07:11.511Z] === RUN TestBuildMultiStageParentConfig [2020-02-14T14:07:11.703Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-02-14T14:07:11.703Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-02-14T14:07:11.703Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-02-14T14:07:11.703Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-02-14T14:07:11.703Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-02-14T14:07:12.533Z] --- PASS: TestBuildMultiStageParentConfig (1.01s) [2020-02-14T14:07:12.533Z] === RUN TestBuildLabelWithTargets [2020-02-14T14:07:12.634Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-02-14T14:07:13.797Z] Cannot create a file when that file already exists. [2020-02-14T14:07:14.019Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2020-02-14T14:07:14.020Z] === RUN TestBuildWithEmptyLayers [2020-02-14T14:07:15.039Z] --- PASS: TestBuildWithEmptyLayers (0.81s) [2020-02-14T14:07:15.039Z] === RUN TestBuildMultiStageOnBuild [2020-02-14T14:07:17.090Z] --- PASS: TestBuildMultiStageOnBuild (2.17s) [2020-02-14T14:07:17.090Z] === RUN TestBuildUncleanTarFilenames [2020-02-14T14:07:17.885Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-02-14T14:07:17.885Z] === RUN TestDockerSuite/TestContainerAPITop [2020-02-14T14:07:18.108Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2020-02-14T14:07:18.108Z] === RUN TestBuildMultiStageLayerLeak [2020-02-14T14:07:18.815Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-02-14T14:07:18.815Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-02-14T14:07:19.072Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-02-14T14:07:20.803Z] --- PASS: TestBuildMultiStageLayerLeak (2.26s) [2020-02-14T14:07:20.803Z] === RUN TestBuildWithHugeFile [2020-02-14T14:07:20.938Z] Removing intermediate container 31b6e127a424 [2020-02-14T14:07:20.938Z] ---> 60ce930d389c [2020-02-14T14:07:20.938Z] Step 6/6 : CMD ["sh"] [2020-02-14T14:07:20.938Z] ---> Running in 0af78352aa82 [2020-02-14T14:07:20.938Z] Removing intermediate container 0af78352aa82 [2020-02-14T14:07:20.938Z] ---> f264480c3f6c [2020-02-14T14:07:20.938Z] Successfully built f264480c3f6c [2020-02-14T14:07:20.938Z] Successfully tagged busybox:latest [2020-02-14T14:07:20.938Z] INFO: Docker images of the daemon under test [2020-02-14T14:07:20.938Z] [2020-02-14T14:07:20.938Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-14T14:07:20.938Z] busybox latest f264480c3f6c Less than a second ago 4.86GB [2020-02-14T14:07:20.938Z] microsoft/windowsservercore latest 3b63d96cf771 4 weeks ago 4.82GB [2020-02-14T14:07:20.938Z] mcr.microsoft.com/windows/servercore 10.0.17763.973 3b63d96cf771 4 weeks ago 4.82GB [2020-02-14T14:07:20.938Z] [2020-02-14T14:07:20.938Z] INFO: Running integration tests at 02/14/2020 14:07:20... [2020-02-14T14:07:20.938Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-02-14T14:07:20.939Z] INFO: Integration API tests being run from the host: [2020-02-14T14:07:20.939Z] INFO: make.ps1 starting at 02/14/2020 14:07:20 [2020-02-14T14:07:21.920Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-02-14T14:07:22.345Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-02-14T14:07:22.345Z] --- PASS: TestServiceUpdateNetwork (14.80s) [2020-02-14T14:07:22.345Z] PASS [2020-02-14T14:07:22.345Z] [2020-02-14T14:07:22.345Z] === Skipped [2020-02-14T14:07:22.345Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-14T14:07:22.345Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:07:22.345Z] [2020-02-14T14:07:22.345Z] [2020-02-14T14:07:22.345Z] DONE 23 tests, 1 skipped in 182.417s [2020-02-14T14:07:22.345Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-02-14T14:07:22.345Z] ++ 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 [2020-02-14T14:07:22.345Z] ++ set -e [2020-02-14T14:07:22.345Z] ++ '[' -n 0 ']' [2020-02-14T14:07:22.345Z] ++ set -x [2020-02-14T14:07:22.345Z] ++ 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 [2020-02-14T14:07:22.602Z] INFO: Testing against a local daemon [2020-02-14T14:07:22.602Z] === RUN TestSessionCreate [2020-02-14T14:07:22.602Z] --- PASS: TestSessionCreate (0.04s) [2020-02-14T14:07:22.602Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-14T14:07:22.602Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-02-14T14:07:22.602Z] PASS [2020-02-14T14:07:22.602Z] [2020-02-14T14:07:22.602Z] DONE 2 tests in 0.180s [2020-02-14T14:07:22.602Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-02-14T14:07:22.603Z] ++ 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 [2020-02-14T14:07:22.603Z] ++ set -e [2020-02-14T14:07:22.603Z] ++ '[' -n 0 ']' [2020-02-14T14:07:22.603Z] ++ set -x [2020-02-14T14:07:22.603Z] ++ 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 [2020-02-14T14:07:22.603Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-02-14T14:07:22.859Z] INFO: Testing against a local daemon [2020-02-14T14:07:22.859Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-14T14:07:22.859Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:07:22.859Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:07:22.859Z] === RUN TestEventsExecDie [2020-02-14T14:07:23.789Z] --- PASS: TestEventsExecDie (0.97s) [2020-02-14T14:07:23.789Z] === RUN TestEventsBackwardsCompatible [2020-02-14T14:07:23.789Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-02-14T14:07:23.789Z] === RUN TestInfoBinaryCommits [2020-02-14T14:07:23.789Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-02-14T14:07:23.789Z] === RUN TestInfoAPIVersioned [2020-02-14T14:07:23.789Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-02-14T14:07:23.789Z] === RUN TestInfoDiscoveryBackend [2020-02-14T14:07:24.046Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-02-14T14:07:24.303Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-02-14T14:07:24.303Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-14T14:07:25.671Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-14T14:07:25.671Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-14T14:07:25.928Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-02-14T14:07:25.928Z] === RUN TestInfoAPI [2020-02-14T14:07:25.928Z] --- PASS: TestInfoAPI (0.03s) [2020-02-14T14:07:25.928Z] === RUN TestInfoAPIWarnings [2020-02-14T14:07:26.492Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-02-14T14:07:26.492Z] === RUN TestInfoDebug [2020-02-14T14:07:27.058Z] --- PASS: TestInfoDebug (0.53s) [2020-02-14T14:07:27.058Z] === RUN TestInfoInsecureRegistries [2020-02-14T14:07:27.622Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-02-14T14:07:27.622Z] === RUN TestInfoRegistryMirrors [2020-02-14T14:07:28.186Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2020-02-14T14:07:28.186Z] === RUN TestLoginFailsWithBadCredentials [2020-02-14T14:07:28.186Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2020-02-14T14:07:28.186Z] === RUN TestPingCacheHeaders [2020-02-14T14:07:28.186Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-02-14T14:07:28.186Z] === RUN TestPingGet [2020-02-14T14:07:28.186Z] --- PASS: TestPingGet (0.01s) [2020-02-14T14:07:28.186Z] === RUN TestPingHead [2020-02-14T14:07:28.443Z] --- PASS: TestPingHead (0.02s) [2020-02-14T14:07:28.443Z] === RUN TestVersion [2020-02-14T14:07:28.443Z] --- PASS: TestVersion (0.03s) [2020-02-14T14:07:28.443Z] PASS [2020-02-14T14:07:28.443Z] [2020-02-14T14:07:28.443Z] === Skipped [2020-02-14T14:07:28.443Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:07:28.443Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:07:28.443Z] [2020-02-14T14:07:28.443Z] [2020-02-14T14:07:28.443Z] DONE 18 tests, 1 skipped in 5.713s [2020-02-14T14:07:28.443Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-14T14:07:28.443Z] ++ 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 [2020-02-14T14:07:28.443Z] ++ set -e [2020-02-14T14:07:28.443Z] ++ '[' -n 0 ']' [2020-02-14T14:07:28.443Z] ++ set -x [2020-02-14T14:07:28.443Z] ++ 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 [2020-02-14T14:07:28.443Z] INFO: Testing against a local daemon [2020-02-14T14:07:28.443Z] === RUN TestVolumesCreateAndList [2020-02-14T14:07:28.443Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-02-14T14:07:28.443Z] === RUN TestVolumesRemove [2020-02-14T14:07:28.701Z] --- PASS: TestVolumesRemove (0.11s) [2020-02-14T14:07:28.701Z] === RUN TestVolumesInspect [2020-02-14T14:07:28.701Z] --- PASS: TestVolumesInspect (0.02s) [2020-02-14T14:07:28.701Z] === RUN TestVolumesInvalidJSON [2020-02-14T14:07:28.701Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-14T14:07:28.701Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-14T14:07:28.701Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-14T14:07:28.701Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-14T14:07:28.701Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-14T14:07:28.701Z] PASS [2020-02-14T14:07:28.701Z] [2020-02-14T14:07:28.701Z] DONE 5 tests in 0.288s [2020-02-14T14:07:28.701Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:07:28.701Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-02-14T14:07:28.958Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:07:28.958Z] +++ kill 5373 [2020-02-14T14:07:29.522Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-02-14T14:07:30.086Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:07:30.086Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:07:30.086Z] [2020-02-14T14:07:30.086Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:07:30.086Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:07:30.086Z] [2020-02-14T14:07:30.086Z] To set a process to complain mode, use the command line tool [2020-02-14T14:07:30.086Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:07:30.086Z] +++ true [2020-02-14T14:07:30.086Z] [2020-02-14T14:07:31.455Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-02-14T14:07:32.824Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-02-14T14:07:34.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-02-14T14:07:35.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-02-14T14:07:37.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-02-14T14:07:38.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-02-14T14:07:40.722Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006ec860_} [2020-02-14T14:07:42.090Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-02-14T14:07:42.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1758429271_/foo_false____} [2020-02-14T14:07:43.986Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1758429271_/foo_true____} [2020-02-14T14:07:45.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_false____} [2020-02-14T14:07:47.251Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_true____} [2020-02-14T14:07:48.621Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_true__0xc0006ecce0__} [2020-02-14T14:07:50.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0006ecd00_} [2020-02-14T14:07:51.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0006ecd20_} [2020-02-14T14:07:52.055Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:07:52.055Z] INFO: Testing against a local daemon [2020-02-14T14:07:53.777Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0006ecd40_} [2020-02-14T14:07:54.494Z] #33 130.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-14T14:07:54.494Z] #33 132.5 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-14T14:07:54.494Z] #33 133.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-14T14:07:54.494Z] #33 135.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-14T14:07:54.494Z] #33 138.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-14T14:07:54.494Z] #33 139.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-14T14:07:54.494Z] #33 140.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-14T14:07:55.147Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0006ecdc0_} [2020-02-14T14:07:55.420Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-14T14:07:55.675Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-14T14:07:56.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-02-14T14:07:57.563Z] #33 143.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-02-14T14:07:58.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-02-14T14:07:58.490Z] #33 144.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-14T14:07:58.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-02-14T14:07:58.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-02-14T14:07:58.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-02-14T14:07:58.669Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-02-14T14:07:59.855Z] #33 146.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-14T14:08:01.745Z] #33 147.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-14T14:08:01.944Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-02-14T14:08:03.110Z] #33 149.3 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-14T14:08:04.467Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-02-14T14:08:04.475Z] #33 150.4 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-14T14:08:05.839Z] #33 152.2 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-14T14:08:07.205Z] #33 153.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-14T14:08:07.741Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-02-14T14:08:08.131Z] #33 154.4 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-14T14:08:09.112Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-02-14T14:08:09.112Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-02-14T14:08:09.494Z] #33 155.6 [2020-02-14T14:08:09.750Z] #33 DONE 156.0s [2020-02-14T14:08:09.852Z] ok github.com/docker/docker/integration/build 17.802s [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === Skipped [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-02-14T14:08:09.852Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-02-14T14:08:09.852Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-02-14T14:08:09.852Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-02-14T14:08:09.852Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-02-14T14:08:09.852Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-02-14T14:08:09.852Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-02-14T14:08:09.852Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-02-14T14:08:09.852Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.01s) [2020-02-14T14:08:09.852Z] build_test.go:491: testEnv.OSType == "windows" [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2020-02-14T14:08:09.852Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] DONE 22 tests, 10 skipped in 47.444s [2020-02-14T14:08:09.852Z] [2020-02-14T14:08:09.852Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-02-14T14:08:10.005Z] [2020-02-14T14:08:10.005Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-02-14T14:08:10.481Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-02-14T14:08:11.045Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-02-14T14:08:11.367Z] #34 DONE 1.6s [2020-02-14T14:08:12.413Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-02-14T14:08:12.731Z] [2020-02-14T14:08:12.731Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-02-14T14:08:12.791Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:08:12.792Z] INFO: Testing against a local daemon [2020-02-14T14:08:12.792Z] ok github.com/docker/docker/integration/config 0.248s [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === Skipped [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-02-14T14:08:13.258Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] DONE 8 tests, 8 skipped in 3.504s [2020-02-14T14:08:13.258Z] [2020-02-14T14:08:13.258Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-02-14T14:08:13.343Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-02-14T14:08:13.656Z] #35 DONE 0.9s [2020-02-14T14:08:13.656Z] [2020-02-14T14:08:13.656Z] #36 exporting to image [2020-02-14T14:08:13.656Z] #36 exporting layers [2020-02-14T14:08:14.273Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-02-14T14:08:15.256Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-02-14T14:08:15.543Z] #36 exporting layers 2.1s done [2020-02-14T14:08:15.543Z] #36 writing image sha256:004c97543315c0a6c7a8d55049a3efd677a2791c96fd3c2dc3e83035cb2d6980 done [2020-02-14T14:08:15.543Z] #36 naming to docker.io/library/moby-e2e-test done [2020-02-14T14:08:15.543Z] #36 DONE 2.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-14T14:08:15.854Z] + echo Ensuring container killed. [2020-02-14T14:08:15.854Z] Ensuring container killed. [2020-02-14T14:08:15.854Z] + docker rm -vf docker-pr5 [2020-02-14T14:08:15.854Z] Error: No such container: docker-pr5 [2020-02-14T14:08:15.854Z] + true [Pipeline] sh [2020-02-14T14:08:16.175Z] + echo Chowning /workspace to jenkins user [2020-02-14T14:08:16.175Z] Chowning /workspace to jenkins user [2020-02-14T14:08:16.175Z] + id -u [2020-02-14T14:08:16.175Z] + id -g [2020-02-14T14:08:16.175Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40489:/workspace busybox chown -R 1000:1000 /workspace [2020-02-14T14:08:16.198Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-02-14T14:08:17.034Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:08:17.034Z] INFO: Testing against a local daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T14:08:17.433Z] + bundleName=unit [2020-02-14T14:08:17.433Z] + echo Creating unit-bundles.tar.gz [2020-02-14T14:08:17.433Z] Creating unit-bundles.tar.gz [2020-02-14T14:08:17.433Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-02-14T14:08:17.433Z] bundles/junit-report.xml [2020-02-14T14:08:17.433Z] bundles/go-test-report.json [2020-02-14T14:08:17.433Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-02-14T14:08:17.483Z] Archiving artifacts [2020-02-14T14:08:17.567Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-02-14T14:08:17.925Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-14T14:08:18.231Z] + make clean [2020-02-14T14:08:18.486Z] docker volume rm -f docker-dev-cache [2020-02-14T14:08:18.486Z] docker-dev-cache [Pipeline] deleteDir [2020-02-14T14:08:18.499Z] === RUN TestDockerSuite/TestCpFromCaseG [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-14T14:08:19.430Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-02-14T14:08:20.805Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-02-14T14:08:21.369Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-02-14T14:08:22.739Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-02-14T14:08:24.108Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-02-14T14:08:25.039Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-02-14T14:08:25.969Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-02-14T14:08:25.969Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-02-14T14:08:26.899Z] === RUN TestDockerSuite/TestCpRelativePath [2020-02-14T14:08:27.828Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-02-14T14:08:29.198Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-02-14T14:08:30.128Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-02-14T14:08:31.498Z] === RUN TestDockerSuite/TestCpToCaseA [2020-02-14T14:08:33.392Z] === RUN TestDockerSuite/TestCpToCaseB [2020-02-14T14:08:34.323Z] === RUN TestDockerSuite/TestCpToCaseC [2020-02-14T14:08:36.845Z] === RUN TestDockerSuite/TestCpToCaseD [2020-02-14T14:08:42.104Z] === RUN TestDockerSuite/TestCpToCaseE [2020-02-14T14:08:43.054Z] --- PASS: TestBuildWithHugeFile (81.01s) [2020-02-14T14:08:43.054Z] === RUN TestBuildWithEmptyDockerfile [2020-02-14T14:08:43.054Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T14:08:43.054Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T14:08:43.054Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T14:08:43.054Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T14:08:43.054Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T14:08:43.054Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T14:08:43.054Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-14T14:08:43.054Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-14T14:08:43.054Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-14T14:08:43.054Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-02-14T14:08:43.054Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2020-02-14T14:08:43.054Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2020-02-14T14:08:43.054Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2020-02-14T14:08:43.054Z] === RUN TestBuildPreserveOwnership [2020-02-14T14:08:43.054Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-14T14:08:45.090Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-14T14:08:45.380Z] === RUN TestDockerSuite/TestCpToCaseF [2020-02-14T14:08:45.944Z] === RUN TestDockerSuite/TestCpToCaseG [2020-02-14T14:08:46.570Z] --- PASS: TestBuildPreserveOwnership (4.80s) [2020-02-14T14:08:46.570Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.10s) [2020-02-14T14:08:46.570Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.69s) [2020-02-14T14:08:46.570Z] === RUN TestBuildPlatformInvalid [2020-02-14T14:08:46.856Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-02-14T14:08:46.856Z] PASS [2020-02-14T14:08:46.856Z] [2020-02-14T14:08:46.856Z] === Skipped [2020-02-14T14:08:46.856Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-02-14T14:08:46.856Z] build_session_test.go:25: TODO: BuildKit [2020-02-14T14:08:46.856Z] [2020-02-14T14:08:46.856Z] [2020-02-14T14:08:46.856Z] DONE 32 tests, 1 skipped in 127.144s [2020-02-14T14:08:46.856Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-02-14T14:08:46.856Z] ++ 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 [2020-02-14T14:08:46.856Z] ++ set -e [2020-02-14T14:08:46.856Z] ++ '[' -n 0 ']' [2020-02-14T14:08:46.856Z] ++ set -x [2020-02-14T14:08:46.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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 [2020-02-14T14:08:46.856Z] INFO: Testing against a local daemon [2020-02-14T14:08:46.856Z] === RUN TestConfigList [2020-02-14T14:08:47.314Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-02-14T14:08:49.543Z] --- PASS: TestConfigList (2.24s) [2020-02-14T14:08:49.543Z] === RUN TestConfigsCreateAndDelete [2020-02-14T14:08:51.488Z] === RUN TestDockerSuite/TestCpToCaseH [2020-02-14T14:08:51.577Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2020-02-14T14:08:51.577Z] === RUN TestConfigsUpdate [2020-02-14T14:08:53.615Z] --- PASS: TestConfigsUpdate (2.28s) [2020-02-14T14:08:53.615Z] === RUN TestTemplatedConfig [2020-02-14T14:08:54.768Z] === RUN TestDockerSuite/TestCpToCaseI [2020-02-14T14:08:55.698Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-02-14T14:08:56.320Z] --- PASS: TestTemplatedConfig (2.72s) [2020-02-14T14:08:56.320Z] === RUN TestConfigInspect [2020-02-14T14:08:59.014Z] --- PASS: TestConfigInspect (2.26s) [2020-02-14T14:08:59.014Z] === RUN TestConfigCreateWithLabels [2020-02-14T14:09:00.951Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-02-14T14:09:01.087Z] --- PASS: TestConfigCreateWithLabels (2.27s) [2020-02-14T14:09:01.087Z] === RUN TestConfigCreateResolve [2020-02-14T14:09:01.514Z] === RUN TestDockerSuite/TestCpToDot [2020-02-14T14:09:02.445Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-02-14T14:09:03.137Z] --- PASS: TestConfigCreateResolve (2.28s) [2020-02-14T14:09:03.137Z] === RUN TestConfigDaemonLibtrustID [2020-02-14T14:09:03.758Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-02-14T14:09:03.758Z] PASS [2020-02-14T14:09:03.758Z] [2020-02-14T14:09:03.758Z] DONE 8 tests in 16.919s [2020-02-14T14:09:03.758Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-02-14T14:09:03.758Z] ++ 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 [2020-02-14T14:09:03.758Z] ++ set -e [2020-02-14T14:09:03.758Z] ++ '[' -n 0 ']' [2020-02-14T14:09:03.758Z] ++ set -x [2020-02-14T14:09:03.758Z] ++ 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 [2020-02-14T14:09:03.758Z] INFO: Testing against a local daemon [2020-02-14T14:09:03.758Z] === RUN TestCheckpoint [2020-02-14T14:09:03.758Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-14T14:09:03.758Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T14:09:03.758Z] === RUN TestContainerInvalidJSON [2020-02-14T14:09:03.758Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T14:09:03.758Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T14:09:03.758Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T14:09:03.758Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T14:09:03.758Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-14T14:09:03.758Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-14T14:09:04.045Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-14T14:09:04.045Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-14T14:09:04.045Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-14T14:09:04.045Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-02-14T14:09:04.045Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-14T14:09:04.045Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-14T14:09:04.045Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-14T14:09:04.045Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-14T14:09:04.045Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-02-14T14:09:04.045Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-14T14:09:04.045Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-02-14T14:09:04.045Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-14T14:09:04.045Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-02-14T14:09:04.045Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-14T14:09:04.330Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-02-14T14:09:04.330Z] === RUN TestCopyFromContainer [2020-02-14T14:09:04.342Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-02-14T14:09:05.711Z] === RUN TestDockerSuite/TestCpToStdout [2020-02-14T14:09:05.810Z] === RUN TestCopyFromContainer// [2020-02-14T14:09:05.810Z] === RUN TestCopyFromContainer//bar/root [2020-02-14T14:09:05.810Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-14T14:09:06.095Z] === RUN TestCopyFromContainer/bar/quux [2020-02-14T14:09:06.095Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-14T14:09:06.380Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-14T14:09:06.380Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-14T14:09:06.380Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-14T14:09:06.641Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-02-14T14:09:06.668Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-14T14:09:06.668Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer (2.52s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-02-14T14:09:06.668Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-02-14T14:09:06.668Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-14T14:09:06.668Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T14:09:06.668Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T14:09:06.668Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T14:09:06.668Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T14:09:06.668Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T14:09:06.668Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T14:09:06.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-14T14:09:06.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-14T14:09:06.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-14T14:09:06.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-02-14T14:09:06.953Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-14T14:09:06.953Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-02-14T14:09:06.953Z] === RUN TestCreateWithInvalidEnv [2020-02-14T14:09:06.953Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-14T14:09:06.953Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-14T14:09:06.953Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-14T14:09:06.953Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-14T14:09:06.953Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-14T14:09:06.953Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-14T14:09:06.953Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-14T14:09:06.953Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-14T14:09:06.953Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-14T14:09:06.953Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-14T14:09:06.953Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-02-14T14:09:06.953Z] === RUN TestCreateTmpfsMountsTarget [2020-02-14T14:09:06.953Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-02-14T14:09:06.953Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-14T14:09:08.990Z] --- PASS: TestCreateWithCustomMaskedPaths (1.92s) [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T14:09:08.990Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T14:09:08.990Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-14T14:09:08.990Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-14T14:09:08.991Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-14T14:09:08.991Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-14T14:09:08.991Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-14T14:09:08.991Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-02-14T14:09:08.991Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-02-14T14:09:08.991Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-14T14:09:09.171Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-02-14T14:09:10.102Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-02-14T14:09:10.666Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.93s) [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T14:09:11.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T14:09:11.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T14:09:11.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T14:09:11.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T14:09:11.033Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T14:09:11.033Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T14:09:11.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-14T14:09:11.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-14T14:09:11.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-14T14:09:11.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-14T14:09:11.033Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-02-14T14:09:11.033Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-02-14T14:09:11.033Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-14T14:09:11.652Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2020-02-14T14:09:11.652Z] === RUN TestContainerStartOnDaemonRestart [2020-02-14T14:09:11.652Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-14T14:09:11.652Z] === RUN TestDaemonRestartIpcMode [2020-02-14T14:09:11.652Z] === PAUSE TestDaemonRestartIpcMode [2020-02-14T14:09:11.652Z] === RUN TestDaemonHostGatewayIP [2020-02-14T14:09:11.652Z] === PAUSE TestDaemonHostGatewayIP [2020-02-14T14:09:11.652Z] === RUN TestDiff [2020-02-14T14:09:12.039Z] === RUN TestDockerSuite/TestCpVolumePath [2020-02-14T14:09:12.273Z] --- PASS: TestDiff (0.67s) [2020-02-14T14:09:12.273Z] === RUN TestExecWithCloseStdin [2020-02-14T14:09:13.288Z] --- PASS: TestExecWithCloseStdin (0.80s) [2020-02-14T14:09:13.288Z] === RUN TestExec [2020-02-14T14:09:13.909Z] --- PASS: TestExec (0.79s) [2020-02-14T14:09:13.909Z] === RUN TestExecUser [2020-02-14T14:09:13.936Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-02-14T14:09:13.936Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-02-14T14:09:13.936Z] === RUN TestDockerSuite/TestCreateArgs [2020-02-14T14:09:13.936Z] === RUN TestDockerSuite/TestCreateByImageID [2020-02-14T14:09:14.504Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-02-14T14:09:14.921Z] --- PASS: TestExecUser (0.78s) [2020-02-14T14:09:14.921Z] === RUN TestExportContainerAndImportImage [2020-02-14T14:09:15.435Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-02-14T14:09:15.435Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-02-14T14:09:15.435Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-02-14T14:09:15.935Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2020-02-14T14:09:15.935Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-14T14:09:16.366Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-02-14T14:09:16.930Z] === RUN TestDockerSuite/TestCreateLabels [2020-02-14T14:09:16.930Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-02-14T14:09:17.186Z] === RUN TestDockerSuite/TestCreateRM [2020-02-14T14:09:17.428Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-02-14T14:09:17.428Z] === RUN TestHealthCheckWorkdir [2020-02-14T14:09:17.443Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-02-14T14:09:17.443Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-02-14T14:09:17.443Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-02-14T14:09:17.700Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-02-14T14:09:18.443Z] --- PASS: TestHealthCheckWorkdir (0.95s) [2020-02-14T14:09:18.443Z] === RUN TestHealthKillContainer [2020-02-14T14:09:20.974Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-02-14T14:09:20.974Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-02-14T14:09:20.974Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-02-14T14:09:21.160Z] --- PASS: TestHealthKillContainer (2.84s) [2020-02-14T14:09:21.160Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-14T14:09:21.782Z] --- PASS: TestInspectCpusetInConfigPre120 (0.67s) [2020-02-14T14:09:21.782Z] === RUN TestIpcModeNone [2020-02-14T14:09:22.401Z] --- PASS: TestIpcModeNone (0.74s) [2020-02-14T14:09:22.401Z] === RUN TestIpcModePrivate [2020-02-14T14:09:23.421Z] --- PASS: TestIpcModePrivate (0.81s) [2020-02-14T14:09:23.421Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-02-14T14:09:23.421Z] === RUN TestIpcModeShareable [2020-02-14T14:09:24.042Z] --- PASS: TestIpcModeShareable (0.80s) [2020-02-14T14:09:24.042Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-02-14T14:09:24.042Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-14T14:09:25.150Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-02-14T14:09:25.150Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-02-14T14:09:25.150Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-02-14T14:09:25.406Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-02-14T14:09:25.406Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-02-14T14:09:25.406Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-02-14T14:09:26.337Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-02-14T14:09:26.745Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.26s) [2020-02-14T14:09:26.745Z] === RUN TestAPIIpcModeHost [2020-02-14T14:09:27.031Z] --- PASS: TestAPIIpcModeHost (0.61s) [2020-02-14T14:09:27.031Z] === RUN TestDaemonIpcModeShareable [2020-02-14T14:09:28.231Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-02-14T14:09:28.511Z] --- PASS: TestDaemonIpcModeShareable (1.66s) [2020-02-14T14:09:28.511Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-14T14:09:28.511Z] === RUN TestDaemonIpcModePrivate [2020-02-14T14:09:28.795Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-02-14T14:09:29.289Z] ok github.com/docker/docker/integration/container 63.230s [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === Skipped [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-02-14T14:09:29.289Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2020-02-14T14:09:29.289Z] copy_test.go:25: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-02-14T14:09:29.289Z] copy_test.go:39: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.03s) [2020-02-14T14:09:29.289Z] copy_test.go:51: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-02-14T14:09:29.289Z] copy_test.go:65: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-02-14T14:09:29.289Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-02-14T14:09:29.289Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-02-14T14:09:29.289Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-02-14T14:09:29.289Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-02-14T14:09:29.289Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-02-14T14:09:29.289Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-02-14T14:09:29.289Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-02-14T14:09:29.289Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-02-14T14:09:29.289Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-02-14T14:09:29.289Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-02-14T14:09:29.289Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-02-14T14:09:29.289Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-02-14T14:09:29.289Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-02-14T14:09:29.289Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-02-14T14:09:29.289Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-02-14T14:09:29.289Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-02-14T14:09:29.289Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-02-14T14:09:29.289Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-02-14T14:09:29.289Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-02-14T14:09:29.289Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-02-14T14:09:29.289Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-02-14T14:09:29.289Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-02-14T14:09:29.289Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-02-14T14:09:29.289Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-02-14T14:09:29.289Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] DONE 80 tests, 41 skipped in 66.940s [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-02-14T14:09:29.289Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:29.289Z] INFO: Testing against a local daemon [2020-02-14T14:09:29.289Z] ok github.com/docker/docker/integration/image 0.536s [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === Skipped [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2020-02-14T14:09:29.289Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-14T14:09:29.289Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-02-14T14:09:29.289Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-02-14T14:09:29.289Z] tag_test.go:98: testEnv.OSType == "windows" [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] DONE 11 tests, 4 skipped in 3.442s [2020-02-14T14:09:29.289Z] [2020-02-14T14:09:29.289Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-02-14T14:09:29.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:29.290Z] INFO: Testing against a local daemon [2020-02-14T14:09:29.290Z] ok github.com/docker/docker/integration/network 0.231s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === Skipped [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-02-14T14:09:29.290Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-02-14T14:09:29.290Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-02-14T14:09:29.290Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-02-14T14:09:29.290Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:29: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:51: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:94: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:127: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:177: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:201: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:230: FLAKY_TEST [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:319: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-02-14T14:09:29.290Z] service_test.go:386: testEnv.OSType == "windows" [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] DONE 17 tests, 13 skipped in 3.299s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-02-14T14:09:29.290Z] testing: warning: no tests to run [2020-02-14T14:09:29.290Z] ok github.com/docker/docker/integration/network/ipvlan 0.101s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] DONE 0 tests in 1.076s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-02-14T14:09:29.290Z] testing: warning: no tests to run [2020-02-14T14:09:29.290Z] ok github.com/docker/docker/integration/network/macvlan 0.112s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] DONE 0 tests in 1.064s [2020-02-14T14:09:29.290Z] [2020-02-14T14:09:29.290Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-02-14T14:09:30.546Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2020-02-14T14:09:30.546Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-14T14:09:30.546Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-14T14:09:30.689Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-02-14T14:09:30.853Z] testing: warning: no tests to run [2020-02-14T14:09:30.854Z] ok github.com/docker/docker/integration/plugin 0.113s [2020-02-14T14:09:30.854Z] [2020-02-14T14:09:30.854Z] DONE 0 tests in 1.096s [2020-02-14T14:09:30.854Z] [2020-02-14T14:09:30.854Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-02-14T14:09:31.835Z] testing: warning: no tests to run [2020-02-14T14:09:31.835Z] ok github.com/docker/docker/integration/plugin/authz 0.110s [2020-02-14T14:09:31.835Z] [2020-02-14T14:09:31.835Z] DONE 0 tests in 1.103s [2020-02-14T14:09:31.835Z] [2020-02-14T14:09:31.835Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-02-14T14:09:32.034Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.66s) [2020-02-14T14:09:32.034Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-14T14:09:32.034Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-14T14:09:32.057Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-02-14T14:09:32.988Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-02-14T14:09:32.988Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-02-14T14:09:33.518Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.66s) [2020-02-14T14:09:33.518Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-14T14:09:33.518Z] === RUN TestIpcModeOlderClient [2020-02-14T14:09:33.518Z] === PAUSE TestIpcModeOlderClient [2020-02-14T14:09:33.518Z] === RUN TestKillContainerInvalidSignal [2020-02-14T14:09:33.919Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-02-14T14:09:33.919Z] === RUN TestDockerSuite/TestDevicePermissions [2020-02-14T14:09:34.543Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2020-02-14T14:09:34.544Z] === RUN TestKillContainer [2020-02-14T14:09:34.544Z] === RUN TestKillContainer/no_signal [2020-02-14T14:09:34.779Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:34.779Z] INFO: Testing against a local daemon [2020-02-14T14:09:34.779Z] ok github.com/docker/docker/integration/plugin/common 0.288s [2020-02-14T14:09:34.779Z] [2020-02-14T14:09:34.779Z] DONE 2 tests in 3.024s [2020-02-14T14:09:34.779Z] [2020-02-14T14:09:34.779Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-02-14T14:09:34.826Z] === RUN TestKillContainer/non_killing_signal [2020-02-14T14:09:34.852Z] === RUN TestDockerSuite/TestDockerFails [2020-02-14T14:09:34.852Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-02-14T14:09:34.852Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-02-14T14:09:34.852Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-02-14T14:09:35.448Z] === RUN TestKillContainer/killing_signal [2020-02-14T14:09:36.221Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-02-14T14:09:36.463Z] --- PASS: TestKillContainer (2.04s) [2020-02-14T14:09:36.463Z] --- PASS: TestKillContainer/no_signal (0.62s) [2020-02-14T14:09:36.463Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2020-02-14T14:09:36.463Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2020-02-14T14:09:36.463Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-14T14:09:36.463Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-14T14:09:37.084Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-14T14:09:37.589Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-02-14T14:09:37.703Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s) [2020-02-14T14:09:37.704Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2020-02-14T14:09:37.704Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s) [2020-02-14T14:09:37.704Z] === RUN TestKillStoppedContainer [2020-02-14T14:09:37.704Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-02-14T14:09:37.704Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-14T14:09:37.704Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-02-14T14:09:37.704Z] === RUN TestKillDifferentUserContainer [2020-02-14T14:09:38.718Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2020-02-14T14:09:38.718Z] === RUN TestInspectOomKilledTrue [2020-02-14T14:09:39.493Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-02-14T14:09:39.493Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-02-14T14:09:39.493Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-02-14T14:09:39.493Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-02-14T14:09:39.742Z] --- PASS: TestInspectOomKilledTrue (1.20s) [2020-02-14T14:09:39.743Z] === RUN TestInspectOomKilledFalse [2020-02-14T14:09:40.363Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2020-02-14T14:09:40.363Z] === RUN TestLinksEtcHostsContentMatch [2020-02-14T14:09:40.626Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:40.626Z] INFO: Testing against a local daemon [2020-02-14T14:09:40.626Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.273s [2020-02-14T14:09:40.626Z] [2020-02-14T14:09:40.626Z] === Skipped [2020-02-14T14:09:40.626Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-02-14T14:09:40.626Z] external_test.go:48: runtime.GOOS == "windows" [2020-02-14T14:09:40.626Z] [2020-02-14T14:09:40.627Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-02-14T14:09:40.627Z] external_test.go:407: runtime.GOOS == "windows" [2020-02-14T14:09:40.627Z] [2020-02-14T14:09:40.627Z] [2020-02-14T14:09:40.627Z] DONE 2 tests, 2 skipped in 5.020s [2020-02-14T14:09:40.627Z] [2020-02-14T14:09:40.627Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-02-14T14:09:40.996Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-02-14T14:09:40.996Z] === RUN TestLinksContainerNames [2020-02-14T14:09:42.497Z] --- PASS: TestLinksContainerNames (1.33s) [2020-02-14T14:09:42.497Z] === RUN TestLogsFollowTailEmpty [2020-02-14T14:09:43.115Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2020-02-14T14:09:43.115Z] === RUN TestContainerNetworkMountsNoChown [2020-02-14T14:09:43.739Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/default [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/default [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/private [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/private [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rprivate [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/slave [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/slave [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rslave [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/shared [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/shared [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rshared [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-14T14:09:43.739Z] === CONT TestMountDaemonRoot/default [2020-02-14T14:09:43.739Z] === CONT TestMountDaemonRoot/rshared [2020-02-14T14:09:43.739Z] === CONT TestMountDaemonRoot/shared [2020-02-14T14:09:43.739Z] === CONT TestMountDaemonRoot/rslave [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-14T14:09:43.739Z] === CONT TestMountDaemonRoot/rprivate [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-14T14:09:43.739Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-14T14:09:43.739Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/slave [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/private [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-14T14:09:43.740Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T14:09:43.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-14T14:09:43.740Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-14T14:09:44.026Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-02-14T14:09:44.026Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-14T14:09:44.026Z] === RUN TestContainerBindMountNonRecursive [2020-02-14T14:09:46.061Z] --- PASS: TestContainerBindMountNonRecursive (1.70s) [2020-02-14T14:09:46.061Z] === RUN TestNetworkNat [2020-02-14T14:09:46.347Z] --- PASS: TestNetworkNat (0.74s) [2020-02-14T14:09:46.347Z] === RUN TestNetworkLocalhostTCPNat [2020-02-14T14:09:47.364Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s) [2020-02-14T14:09:47.364Z] === RUN TestNetworkLoopbackNat [2020-02-14T14:09:47.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-02-14T14:09:48.390Z] --- PASS: TestNetworkLoopbackNat (0.96s) [2020-02-14T14:09:48.390Z] === RUN TestPause [2020-02-14T14:09:48.957Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-02-14T14:09:49.013Z] --- PASS: TestPause (0.74s) [2020-02-14T14:09:49.013Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-14T14:09:49.013Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T14:09:49.013Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T14:09:49.013Z] === RUN TestPauseStopPausedContainer [2020-02-14T14:09:49.631Z] --- PASS: TestPauseStopPausedContainer (0.72s) [2020-02-14T14:09:49.631Z] === RUN TestPsFilter [2020-02-14T14:09:49.917Z] --- PASS: TestPsFilter (0.18s) [2020-02-14T14:09:49.917Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-14T14:09:50.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-02-14T14:09:50.538Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s) [2020-02-14T14:09:50.538Z] === RUN TestRemoveContainerWithVolume [2020-02-14T14:09:51.158Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2020-02-14T14:09:51.158Z] === RUN TestRemoveContainerRunning [2020-02-14T14:09:51.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:51.167Z] INFO: Testing against a local daemon [2020-02-14T14:09:51.167Z] testing: warning: no tests to run [2020-02-14T14:09:51.167Z] ok github.com/docker/docker/integration/plugin/logging 0.240s [2020-02-14T14:09:51.167Z] [2020-02-14T14:09:51.167Z] DONE 0 tests in 10.211s [2020-02-14T14:09:51.167Z] [2020-02-14T14:09:51.167Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-02-14T14:09:51.779Z] --- PASS: TestRemoveContainerRunning (0.65s) [2020-02-14T14:09:51.779Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-14T14:09:52.222Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-02-14T14:09:52.398Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2020-02-14T14:09:52.398Z] === RUN TestRemoveInvalidContainer [2020-02-14T14:09:52.398Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-14T14:09:52.398Z] === RUN TestRenameLinkedContainer [2020-02-14T14:09:54.112Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:54.112Z] INFO: Testing against a local daemon [2020-02-14T14:09:54.112Z] ok github.com/docker/docker/integration/plugin/volumes 0.309s [2020-02-14T14:09:54.112Z] [2020-02-14T14:09:54.112Z] === Skipped [2020-02-14T14:09:54.112Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-02-14T14:09:54.112Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:54.112Z] [2020-02-14T14:09:54.112Z] [2020-02-14T14:09:54.112Z] DONE 1 tests, 1 skipped in 3.616s [2020-02-14T14:09:54.112Z] [2020-02-14T14:09:54.112Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-02-14T14:09:54.121Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-02-14T14:09:55.088Z] --- PASS: TestRenameLinkedContainer (2.67s) [2020-02-14T14:09:55.088Z] === RUN TestRenameStoppedContainer [2020-02-14T14:09:55.711Z] --- PASS: TestRenameStoppedContainer (0.66s) [2020-02-14T14:09:55.711Z] === RUN TestRenameRunningContainerAndReuse [2020-02-14T14:09:56.015Z] === RUN TestDockerSuite/TestEventsAttach [2020-02-14T14:09:56.579Z] === RUN TestDockerSuite/TestEventsCommit [2020-02-14T14:09:57.052Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:09:57.052Z] INFO: Testing against a local daemon [2020-02-14T14:09:57.052Z] ok github.com/docker/docker/integration/secret 0.223s [2020-02-14T14:09:57.052Z] [2020-02-14T14:09:57.052Z] === Skipped [2020-02-14T14:09:57.052Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-02-14T14:09:57.052Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:57.052Z] [2020-02-14T14:09:57.052Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-02-14T14:09:57.052Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:57.052Z] [2020-02-14T14:09:57.052Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-02-14T14:09:57.053Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-02-14T14:09:57.053Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-02-14T14:09:57.053Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-02-14T14:09:57.053Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] DONE 6 tests, 6 skipped in 3.096s [2020-02-14T14:09:57.053Z] [2020-02-14T14:09:57.053Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-02-14T14:09:57.195Z] --- PASS: TestRenameRunningContainerAndReuse (1.31s) [2020-02-14T14:09:57.195Z] === RUN TestRenameInvalidName [2020-02-14T14:09:57.510Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-02-14T14:09:57.815Z] --- PASS: TestRenameInvalidName (0.66s) [2020-02-14T14:09:57.815Z] === RUN TestRenameAnonymousContainer [2020-02-14T14:09:58.439Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-02-14T14:09:59.369Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-02-14T14:10:00.300Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-02-14T14:10:00.507Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2020-02-14T14:10:00.507Z] === RUN TestRenameContainerWithSameName [2020-02-14T14:10:00.849Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:10:00.850Z] INFO: Testing against a local daemon [2020-02-14T14:10:01.126Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2020-02-14T14:10:01.126Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-14T14:10:01.318Z] ok github.com/docker/docker/integration/service 0.493s [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === Skipped [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-14T14:10:01.319Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-14T14:10:01.319Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2020-02-14T14:10:01.319Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-02-14T14:10:01.319Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-02-14T14:10:01.319Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2020-02-14T14:10:01.319Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-02-14T14:10:01.319Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-02-14T14:10:01.319Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.01s) [2020-02-14T14:10:01.319Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-02-14T14:10:01.319Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-02-14T14:10:01.319Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-02-14T14:10:01.319Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-02-14T14:10:01.319Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-02-14T14:10:01.319Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2020-02-14T14:10:01.319Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.01s) [2020-02-14T14:10:01.319Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.01s) [2020-02-14T14:10:01.319Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2020-02-14T14:10:01.319Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] DONE 23 tests, 22 skipped in 4.129s [2020-02-14T14:10:01.319Z] [2020-02-14T14:10:01.319Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-02-14T14:10:02.139Z] --- PASS: TestRenameContainerWithLinkedContainer (1.30s) [2020-02-14T14:10:02.139Z] === RUN TestResize [2020-02-14T14:10:02.194Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-02-14T14:10:03.176Z] --- PASS: TestResize (0.72s) [2020-02-14T14:10:03.176Z] === RUN TestResizeWithInvalidSize [2020-02-14T14:10:03.564Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-02-14T14:10:03.794Z] --- PASS: TestResizeWithInvalidSize (0.68s) [2020-02-14T14:10:03.794Z] === RUN TestResizeWhenContainerNotStarted [2020-02-14T14:10:04.267Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:10:04.267Z] INFO: Testing against a local daemon [2020-02-14T14:10:04.267Z] ok github.com/docker/docker/integration/session 0.269s [2020-02-14T14:10:04.417Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:04.417Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:04.417Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:04.417Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-14T14:10:04.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-14T14:10:04.417Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:04.732Z] [2020-02-14T14:10:04.732Z] === Skipped [2020-02-14T14:10:04.732Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-02-14T14:10:04.732Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-02-14T14:10:04.732Z] [2020-02-14T14:10:04.732Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-02-14T14:10:04.732Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-02-14T14:10:04.732Z] [2020-02-14T14:10:04.732Z] [2020-02-14T14:10:04.732Z] DONE 2 tests, 2 skipped in 3.189s [2020-02-14T14:10:04.732Z] [2020-02-14T14:10:04.732Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-02-14T14:10:06.477Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:06.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-02-14T14:10:06.842Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-02-14T14:10:07.709Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:10:07.709Z] INFO: Testing against a local daemon [2020-02-14T14:10:07.975Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-14T14:10:07.975Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-14T14:10:07.975Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-14T14:10:08.602Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-14T14:10:08.706Z] ok github.com/docker/docker/integration/system 1.423s [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === Skipped [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:10:09.181Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2020-02-14T14:10:09.181Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-02-14T14:10:09.181Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-02-14T14:10:09.181Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-02-14T14:10:09.181Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-02-14T14:10:09.181Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-02-14T14:10:09.181Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.181Z] DONE 13 tests, 7 skipped in 4.449s [2020-02-14T14:10:09.181Z] [2020-02-14T14:10:09.182Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-02-14T14:10:10.120Z] === RUN TestDockerSuite/TestEventsCopy [2020-02-14T14:10:11.055Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-02-14T14:10:11.319Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-14T14:10:11.319Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-14T14:10:12.147Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:10:12.147Z] INFO: Testing against a local daemon [2020-02-14T14:10:12.147Z] ok github.com/docker/docker/integration/volume 0.303s [2020-02-14T14:10:12.426Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-02-14T14:10:12.614Z] [2020-02-14T14:10:12.614Z] === Skipped [2020-02-14T14:10:12.614Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-02-14T14:10:12.614Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-02-14T14:10:12.614Z] [2020-02-14T14:10:12.614Z] [2020-02-14T14:10:12.614Z] DONE 5 tests, 1 skipped in 3.257s [2020-02-14T14:10:12.614Z] [2020-02-14T14:10:12.614Z] INFO: make.ps1 ended at 02/14/2020 14:10:12 [2020-02-14T14:10:12.614Z] INFO: Integration CLI tests being run from the host: [2020-02-14T14:10:12.614Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-02-14T14:10:12.683Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-02-14T14:10:12.829Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-14T14:10:13.614Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-02-14T14:10:14.178Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.31s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.39s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.48s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.52s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.01s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.38s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.55s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.78s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.55s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.16s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.08s) [2020-02-14T14:10:14.867Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.16s) [2020-02-14T14:10:14.867Z] === RUN TestCgroupNamespacesRun [2020-02-14T14:10:16.073Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-02-14T14:10:16.352Z] --- PASS: TestCgroupNamespacesRun (1.65s) [2020-02-14T14:10:16.352Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-14T14:10:16.636Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-02-14T14:10:16.894Z] === RUN TestDockerSuite/TestEventsFilterType [2020-02-14T14:10:17.152Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-02-14T14:10:17.409Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-02-14T14:10:17.409Z] === RUN TestDockerSuite/TestEventsFilters [2020-02-14T14:10:18.385Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.61s) [2020-02-14T14:10:18.385Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-14T14:10:19.305Z] === RUN TestDockerSuite/TestEventsFormat [2020-02-14T14:10:19.873Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.65s) [2020-02-14T14:10:19.873Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-14T14:10:20.675Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-02-14T14:10:20.932Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-02-14T14:10:20.932Z] === RUN TestDockerSuite/TestEventsImageImport [2020-02-14T14:10:21.359Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s) [2020-02-14T14:10:21.359Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-14T14:10:21.862Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-02-14T14:10:21.863Z] === RUN TestDockerSuite/TestEventsImagePull [2020-02-14T14:10:22.426Z] === RUN TestDockerSuite/TestEventsImageTag [2020-02-14T14:10:22.840Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.59s) [2020-02-14T14:10:22.840Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-14T14:10:23.357Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-02-14T14:10:23.614Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-02-14T14:10:23.614Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-02-14T14:10:23.614Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-02-14T14:10:23.856Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.93s) [2020-02-14T14:10:23.856Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-14T14:10:24.871Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2020-02-14T14:10:24.871Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-14T14:10:25.091Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:10.0.17763.973 [2020-02-14T14:10:25.091Z] INFO: Testing against a local daemon [2020-02-14T14:10:25.509Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-02-14T14:10:26.074Z] === RUN TestDockerSuite/TestEventsRename [2020-02-14T14:10:26.353Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2020-02-14T14:10:26.353Z] === RUN TestKernelTCPMemory [2020-02-14T14:10:27.005Z] === RUN TestDockerSuite/TestEventsResize [2020-02-14T14:10:27.373Z] --- PASS: TestKernelTCPMemory (0.83s) [2020-02-14T14:10:27.373Z] === RUN TestNISDomainname [2020-02-14T14:10:27.937Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-02-14T14:10:28.389Z] --- PASS: TestNISDomainname (0.92s) [2020-02-14T14:10:28.389Z] === RUN TestHostnameDnsResolution [2020-02-14T14:10:28.868Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-02-14T14:10:29.415Z] --- PASS: TestHostnameDnsResolution (1.09s) [2020-02-14T14:10:29.415Z] === RUN TestStats [2020-02-14T14:10:29.797Z] === RUN TestDockerSuite/TestEventsStreaming [2020-02-14T14:10:30.361Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-02-14T14:10:32.104Z] --- PASS: TestStats (2.55s) [2020-02-14T14:10:32.104Z] === RUN TestStopContainerWithTimeout [2020-02-14T14:10:32.104Z] === RUN TestStopContainerWithTimeout/0 [2020-02-14T14:10:32.104Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-14T14:10:32.104Z] === RUN TestStopContainerWithTimeout/1 [2020-02-14T14:10:32.104Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-14T14:10:32.104Z] === RUN TestStopContainerWithTimeout/3 [2020-02-14T14:10:32.104Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-14T14:10:32.104Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-14T14:10:32.104Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-14T14:10:32.104Z] === CONT TestStopContainerWithTimeout/0 [2020-02-14T14:10:32.104Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-14T14:10:32.104Z] === CONT TestStopContainerWithTimeout/1 [2020-02-14T14:10:32.104Z] === CONT TestStopContainerWithTimeout/3 [2020-02-14T14:10:33.634Z] === RUN TestDockerSuite/TestEventsTop [2020-02-14T14:10:34.564Z] === RUN TestDockerSuite/TestEventsUntag [2020-02-14T14:10:34.835Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-02-14T14:10:34.835Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2020-02-14T14:10:34.835Z] --- PASS: TestStopContainerWithTimeout/1 (2.18s) [2020-02-14T14:10:34.835Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2020-02-14T14:10:34.835Z] --- PASS: TestStopContainerWithTimeout/-1 (3.18s) [2020-02-14T14:10:34.835Z] === RUN TestDeleteDevicemapper [2020-02-14T14:10:35.120Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-14T14:10:35.120Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T14:10:35.120Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-14T14:10:37.084Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-02-14T14:10:37.173Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.98s) [2020-02-14T14:10:37.173Z] === RUN TestUpdateMemory [2020-02-14T14:10:37.794Z] --- PASS: TestUpdateMemory (0.88s) [2020-02-14T14:10:37.794Z] === RUN TestUpdateCPUQuota [2020-02-14T14:10:38.976Z] === RUN TestDockerSuite/TestExec [2020-02-14T14:10:39.277Z] --- PASS: TestUpdateCPUQuota (1.14s) [2020-02-14T14:10:39.277Z] === RUN TestUpdatePidsLimit [2020-02-14T14:10:39.277Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-14T14:10:39.277Z] === RUN TestUpdatePidsLimit/no_change [2020-02-14T14:10:39.540Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-02-14T14:10:39.561Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-14T14:10:39.846Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-14T14:10:40.466Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-14T14:10:40.471Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-02-14T14:10:40.750Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-14T14:10:41.035Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-14T14:10:41.402Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-02-14T14:10:41.402Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit (3.23s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/no_change (0.31s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.31s) [2020-02-14T14:10:42.089Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2020-02-14T14:10:42.089Z] === RUN TestUpdateRestartPolicy [2020-02-14T14:10:42.333Z] === RUN TestDockerSuite/TestExecAPIStart [2020-02-14T14:10:44.229Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-02-14T14:10:44.486Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-02-14T14:10:45.050Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-02-14T14:10:45.981Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-02-14T14:10:46.912Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-02-14T14:10:48.282Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-02-14T14:10:49.222Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-02-14T14:10:50.153Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-02-14T14:10:51.522Z] === RUN TestDockerSuite/TestExecCgroup [2020-02-14T14:10:52.893Z] === RUN TestDockerSuite/TestExecEnv [2020-02-14T14:10:53.823Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-02-14T14:10:54.643Z] --- PASS: TestUpdateRestartPolicy (12.05s) [2020-02-14T14:10:54.643Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-14T14:10:54.935Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2020-02-14T14:10:54.935Z] === RUN TestWaitNonBlocked [2020-02-14T14:10:54.935Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T14:10:54.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T14:10:54.935Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T14:10:54.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T14:10:54.935Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-14T14:10:54.935Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-14T14:10:55.717Z] === RUN TestDockerSuite/TestExecExitStatus [2020-02-14T14:10:55.956Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-14T14:10:55.956Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2020-02-14T14:10:55.956Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2020-02-14T14:10:55.956Z] === RUN TestWaitBlocked [2020-02-14T14:10:55.956Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T14:10:55.956Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T14:10:55.956Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T14:10:55.956Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T14:10:55.956Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-14T14:10:55.956Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-14T14:10:56.651Z] === RUN TestDockerSuite/TestExecInspectID [2020-02-14T14:10:56.984Z] --- PASS: TestWaitBlocked (0.04s) [2020-02-14T14:10:56.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s) [2020-02-14T14:10:56.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2020-02-14T14:10:56.984Z] === CONT TestContainerStartOnDaemonRestart [2020-02-14T14:10:56.984Z] === CONT TestIpcModeOlderClient [2020-02-14T14:10:56.984Z] === CONT TestDaemonHostGatewayIP [2020-02-14T14:10:56.984Z] === CONT TestDaemonRestartIpcMode [2020-02-14T14:10:57.278Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-02-14T14:10:59.924Z] === RUN TestDockerSuite/TestExecInteractive [2020-02-14T14:11:00.488Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-02-14T14:11:00.777Z] --- PASS: TestContainerStartOnDaemonRestart (3.84s) [2020-02-14T14:11:01.418Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-02-14T14:11:01.794Z] --- PASS: TestDaemonHostGatewayIP (4.63s) [2020-02-14T14:11:01.794Z] --- PASS: TestDaemonRestartIpcMode (4.64s) [2020-02-14T14:11:01.794Z] PASS [2020-02-14T14:11:01.794Z] [2020-02-14T14:11:01.794Z] === Skipped [2020-02-14T14:11:01.794Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-02-14T14:11:01.794Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-14T14:11:01.794Z] [2020-02-14T14:11:01.794Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-14T14:11:01.794Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-14T14:11:01.794Z] [2020-02-14T14:11:01.794Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-02-14T14:11:01.794Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-14T14:11:01.794Z] [2020-02-14T14:11:01.794Z] [2020-02-14T14:11:01.794Z] DONE 199 tests, 3 skipped in 117.910s [2020-02-14T14:11:01.794Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-02-14T14:11:01.794Z] ++ 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 [2020-02-14T14:11:01.794Z] ++ set -e [2020-02-14T14:11:01.794Z] ++ '[' -n 0 ']' [2020-02-14T14:11:01.794Z] ++ set -x [2020-02-14T14:11:01.794Z] ++ 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 [2020-02-14T14:11:01.794Z] INFO: Testing against a local daemon [2020-02-14T14:11:01.794Z] === RUN TestCommitInheritsEnv [2020-02-14T14:11:02.349Z] === RUN TestDockerSuite/TestExecParseError [2020-02-14T14:11:02.415Z] --- PASS: TestCommitInheritsEnv (0.43s) [2020-02-14T14:11:02.415Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-14T14:11:02.415Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-14T14:11:02.415Z] === RUN TestImagesFilterMultiReference [2020-02-14T14:11:02.415Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-02-14T14:11:02.415Z] === RUN TestImagePullPlatformInvalid [2020-02-14T14:11:02.415Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-02-14T14:11:02.415Z] === RUN TestRemoveImageOrphaning [2020-02-14T14:11:02.701Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2020-02-14T14:11:02.701Z] === RUN TestRemoveImageGarbageCollector [2020-02-14T14:11:02.701Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-14T14:11:02.701Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:11:02.701Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-14T14:11:02.986Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-14T14:11:02.986Z] === RUN TestTagInvalidReference [2020-02-14T14:11:02.986Z] --- PASS: TestTagInvalidReference (0.04s) [2020-02-14T14:11:02.986Z] === RUN TestTagValidPrefixedRepo [2020-02-14T14:11:02.986Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-02-14T14:11:02.986Z] === RUN TestTagExistedNameWithoutForce [2020-02-14T14:11:02.986Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-14T14:11:02.986Z] === RUN TestTagOfficialNames [2020-02-14T14:11:02.986Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-14T14:11:02.986Z] === RUN TestTagMatchesDigest [2020-02-14T14:11:02.986Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-02-14T14:11:02.986Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-14T14:11:03.281Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-02-14T14:11:04.212Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-02-14T14:11:04.777Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-02-14T14:11:06.146Z] === RUN TestDockerSuite/TestExecSetEnv [2020-02-14T14:11:07.079Z] === RUN TestDockerSuite/TestExecStartFails [2020-02-14T14:11:08.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-02-14T14:11:08.019Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-02-14T14:11:20.215Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-02-14T14:11:20.215Z] === RUN TestDockerSuite/TestExecTTY [2020-02-14T14:11:20.779Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-02-14T14:11:22.149Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-02-14T14:11:22.714Z] === RUN TestDockerSuite/TestExecUlimits [2020-02-14T14:11:23.645Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-02-14T14:11:23.645Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-02-14T14:11:26.166Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-02-14T14:11:27.098Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-02-14T14:11:28.030Z] === RUN TestDockerSuite/TestExecWithTERM [2020-02-14T14:11:29.404Z] === RUN TestDockerSuite/TestExecWithUser [2020-02-14T14:11:30.337Z] === RUN TestDockerSuite/TestGetContainerStats [2020-02-14T14:11:35.590Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-02-14T14:11:35.590Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-02-14T14:11:40.844Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-02-14T14:11:42.742Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-02-14T14:11:48.010Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-02-14T14:11:48.575Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-02-14T14:11:48.575Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-02-14T14:11:48.575Z] === RUN TestDockerSuite/TestHealth [2020-02-14T14:12:03.430Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-02-14T14:12:09.978Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-02-14T14:12:09.978Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-02-14T14:12:09.978Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-02-14T14:12:09.978Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-02-14T14:12:10.543Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-02-14T14:12:10.544Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-02-14T14:12:11.475Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-02-14T14:12:11.475Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-02-14T14:12:11.475Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-02-14T14:12:11.475Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-02-14T14:12:11.732Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-02-14T14:12:12.295Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-02-14T14:12:12.553Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-02-14T14:12:12.553Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-02-14T14:12:13.484Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-02-14T14:12:13.741Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-02-14T14:12:14.672Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-02-14T14:12:15.604Z] === RUN TestDockerSuite/TestImagesFormat [2020-02-14T14:12:15.604Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-02-14T14:12:16.535Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-02-14T14:12:19.807Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-02-14T14:12:19.807Z] === RUN TestDockerSuite/TestImportBadURL [2020-02-14T14:12:19.807Z] === RUN TestDockerSuite/TestImportDisplay [2020-02-14T14:12:21.708Z] === RUN TestDockerSuite/TestImportFile [2020-02-14T14:12:23.605Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-02-14T14:12:23.605Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-02-14T14:12:25.499Z] === RUN TestDockerSuite/TestImportGzipped [2020-02-14T14:12:27.392Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-02-14T14:12:29.286Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-02-14T14:12:30.216Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-02-14T14:12:31.148Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-02-14T14:12:32.079Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-02-14T14:12:32.079Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-02-14T14:12:32.079Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-02-14T14:12:33.010Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-02-14T14:12:33.576Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-02-14T14:12:34.506Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-02-14T14:12:35.438Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-02-14T14:12:36.001Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-02-14T14:12:36.933Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-02-14T14:12:36.933Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-02-14T14:12:38.827Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-02-14T14:12:39.391Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-02-14T14:12:40.322Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-02-14T14:12:40.322Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-02-14T14:12:41.253Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-02-14T14:12:41.253Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-02-14T14:12:41.519Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-02-14T14:12:42.449Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-02-14T14:12:43.380Z] === RUN TestDockerSuite/TestInspectDefault [2020-02-14T14:12:44.312Z] === RUN TestDockerSuite/TestInspectHistory [2020-02-14T14:12:45.682Z] === RUN TestDockerSuite/TestInspectImage [2020-02-14T14:12:45.682Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-02-14T14:12:45.682Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-02-14T14:12:45.682Z] === RUN TestDockerSuite/TestInspectInt64 [2020-02-14T14:12:46.614Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-02-14T14:12:47.545Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-02-14T14:12:47.545Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-02-14T14:12:48.475Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-02-14T14:12:49.038Z] === RUN TestDockerSuite/TestInspectPlugin [2020-02-14T14:12:51.560Z] === RUN TestDockerSuite/TestInspectRootFS [2020-02-14T14:12:51.560Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-02-14T14:12:52.125Z] === RUN TestDockerSuite/TestInspectStatus [2020-02-14T14:12:53.498Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-02-14T14:12:55.393Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-02-14T14:12:55.958Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-02-14T14:12:56.890Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-02-14T14:12:57.821Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-02-14T14:12:58.751Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-02-14T14:12:59.316Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-02-14T14:13:00.686Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-02-14T14:13:00.686Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-02-14T14:13:03.216Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-02-14T14:13:05.110Z] === RUN TestDockerSuite/TestLinksEnvs [2020-02-14T14:13:07.007Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-02-14T14:13:07.264Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-02-14T14:13:07.264Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-02-14T14:13:09.786Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-02-14T14:13:13.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-02-14T14:13:13.062Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-02-14T14:13:15.584Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-02-14T14:13:15.584Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-02-14T14:13:15.584Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-02-14T14:13:18.109Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-02-14T14:13:18.366Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-02-14T14:13:18.929Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-02-14T14:13:19.186Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-02-14T14:13:21.713Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-02-14T14:13:25.897Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-02-14T14:13:28.423Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-02-14T14:13:32.603Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-02-14T14:13:33.535Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-02-14T14:13:34.466Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-02-14T14:13:36.363Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-02-14T14:13:37.295Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-02-14T14:13:39.189Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-02-14T14:13:39.755Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-02-14T14:13:39.755Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-02-14T14:13:40.319Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-02-14T14:13:40.319Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-02-14T14:13:40.319Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-02-14T14:13:41.251Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-02-14T14:13:42.182Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-02-14T14:13:46.357Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-02-14T14:13:46.615Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-02-14T14:13:51.868Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-02-14T14:13:52.432Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-02-14T14:13:52.432Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-02-14T14:13:53.802Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-02-14T14:13:54.735Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-02-14T14:13:55.665Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-02-14T14:13:57.033Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-02-14T14:13:57.964Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-02-14T14:14:00.488Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-02-14T14:14:01.052Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-02-14T14:14:01.986Z] === RUN TestDockerSuite/TestLogsSince [2020-02-14T14:14:04.507Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-02-14T14:14:09.763Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-02-14T14:14:15.015Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-02-14T14:14:15.015Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-02-14T14:14:15.579Z] === RUN TestDockerSuite/TestLogsTail [2020-02-14T14:14:16.949Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-02-14T14:14:17.515Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-02-14T14:14:18.445Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-02-14T14:14:18.445Z] === RUN TestDockerSuite/TestMountIntoProc [2020-02-14T14:14:19.009Z] === RUN TestDockerSuite/TestMountIntoSys [2020-02-14T14:14:19.939Z] === RUN TestDockerSuite/TestNetHostname [2020-02-14T14:14:22.465Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-02-14T14:14:22.722Z] === RUN TestDockerSuite/TestNetworkEvents [2020-02-14T14:14:24.092Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-02-14T14:14:26.614Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-02-14T14:14:27.178Z] === RUN TestDockerSuite/TestPluginActive [2020-02-14T14:14:29.071Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-02-14T14:14:32.351Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-02-14T14:14:35.628Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-02-14T14:14:35.628Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-02-14T14:14:35.887Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-02-14T14:14:36.143Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-02-14T14:14:39.421Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-02-14T14:14:39.421Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-02-14T14:14:41.316Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-02-14T14:14:42.248Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-02-14T14:14:43.619Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-02-14T14:14:46.157Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-02-14T14:14:48.679Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-02-14T14:14:49.610Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-02-14T14:14:50.979Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-02-14T14:14:52.876Z] === RUN TestDockerSuite/TestPortHostBinding [2020-02-14T14:14:53.133Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-02-14T14:14:54.065Z] === RUN TestDockerSuite/TestPortList [2020-02-14T14:14:56.587Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-02-14T14:14:59.864Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-02-14T14:15:05.121Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-02-14T14:15:05.685Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-02-14T14:15:07.056Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-02-14T14:15:12.312Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-02-14T14:15:14.210Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-02-14T14:15:14.210Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-02-14T14:15:14.467Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-02-14T14:15:15.398Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-02-14T14:15:15.398Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-02-14T14:15:15.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-02-14T14:15:15.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-02-14T14:15:16.893Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-02-14T14:15:16.893Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-02-14T14:15:18.787Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-02-14T14:15:18.787Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-02-14T14:15:22.063Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-02-14T14:15:23.434Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-02-14T14:15:23.434Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-02-14T14:15:23.691Z] === RUN TestDockerSuite/TestPsByOrder [2020-02-14T14:15:24.627Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-02-14T14:15:27.156Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-02-14T14:15:27.720Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-02-14T14:15:28.285Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-02-14T14:15:32.463Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-02-14T14:15:32.463Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-02-14T14:15:35.742Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-02-14T14:15:37.638Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-02-14T14:15:37.638Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-02-14T14:15:40.162Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-02-14T14:15:41.531Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-02-14T14:15:44.057Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-02-14T14:15:50.605Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-02-14T14:15:51.170Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-02-14T14:15:53.692Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-02-14T14:15:55.587Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-02-14T14:15:56.957Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-02-14T14:15:56.958Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-02-14T14:15:58.855Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-02-14T14:16:01.377Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-02-14T14:16:03.273Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-02-14T14:16:03.273Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-02-14T14:16:04.205Z] === RUN TestDockerSuite/TestPsRightTagName [2020-02-14T14:16:06.727Z] === RUN TestDockerSuite/TestPsShowMounts [2020-02-14T14:16:09.249Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-02-14T14:16:10.182Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-02-14T14:16:10.183Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-02-14T14:16:10.183Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-02-14T14:16:10.183Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-02-14T14:16:10.439Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-02-14T14:16:10.439Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-02-14T14:16:10.575Z] --- PASS: TestImportExtremelyLargeImageWorks (299.63s) [2020-02-14T14:16:10.575Z] PASS [2020-02-14T14:16:10.575Z] [2020-02-14T14:16:10.575Z] === Skipped [2020-02-14T14:16:10.575Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-14T14:16:10.575Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:16:10.575Z] [2020-02-14T14:16:10.575Z] [2020-02-14T14:16:10.575Z] DONE 12 tests, 1 skipped in 300.995s [2020-02-14T14:16:10.575Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-02-14T14:16:10.575Z] ++ 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 [2020-02-14T14:16:10.575Z] ++ set -e [2020-02-14T14:16:10.575Z] ++ '[' -n 0 ']' [2020-02-14T14:16:10.575Z] ++ set -x [2020-02-14T14:16:10.575Z] ++ 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 [2020-02-14T14:16:10.575Z] INFO: Testing against a local daemon [2020-02-14T14:16:10.575Z] === RUN TestNetworkCreateDelete [2020-02-14T14:16:10.575Z] --- PASS: TestNetworkCreateDelete (0.23s) [2020-02-14T14:16:10.575Z] === RUN TestDockerNetworkDeletePreferID [2020-02-14T14:16:10.575Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2020-02-14T14:16:10.575Z] === RUN TestInspectNetwork [2020-02-14T14:16:10.575Z] === RUN TestInspectNetwork/full_network_id [2020-02-14T14:16:10.575Z] === RUN TestInspectNetwork/partial_network_id [2020-02-14T14:16:10.575Z] === RUN TestInspectNetwork/network_name [2020-02-14T14:16:10.575Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-14T14:16:11.195Z] --- PASS: TestInspectNetwork (7.49s) [2020-02-14T14:16:11.195Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-14T14:16:11.195Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-14T14:16:11.195Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-14T14:16:11.195Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-14T14:16:11.195Z] === RUN TestRunContainerWithBridgeNone [2020-02-14T14:16:11.373Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-02-14T14:16:13.268Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-02-14T14:16:13.889Z] --- PASS: TestRunContainerWithBridgeNone (2.34s) [2020-02-14T14:16:13.889Z] === RUN TestNetworkInvalidJSON [2020-02-14T14:16:13.889Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-14T14:16:13.889Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-14T14:16:13.889Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:16:13.889Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:16:13.889Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:16:13.889Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:16:13.889Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-14T14:16:13.889Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-14T14:16:13.889Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-14T14:16:13.889Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-02-14T14:16:13.889Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-14T14:16:13.889Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-14T14:16:13.889Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-14T14:16:13.889Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-14T14:16:14.515Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-02-14T14:16:14.515Z] === RUN TestDaemonDefaultNetworkPools [2020-02-14T14:16:15.163Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-02-14T14:16:15.549Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2020-02-14T14:16:15.549Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-14T14:16:15.727Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-02-14T14:16:16.575Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2020-02-14T14:16:16.575Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-14T14:16:18.059Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2020-02-14T14:16:18.059Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-14T14:16:18.679Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-14T14:16:18.679Z] === RUN TestServiceWithPredefinedNetwork [2020-02-14T14:16:21.383Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2020-02-14T14:16:21.383Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-14T14:16:21.383Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T14:16:21.383Z] service_test.go:230: FLAKY_TEST [2020-02-14T14:16:21.383Z] === RUN TestServiceWithDataPathPortInit [2020-02-14T14:16:23.824Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-02-14T14:16:23.824Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-02-14T14:16:25.195Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-02-14T14:16:27.089Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-02-14T14:16:27.349Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-02-14T14:16:27.610Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-02-14T14:16:27.610Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-02-14T14:16:28.177Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-02-14T14:16:30.700Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-02-14T14:16:32.070Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-02-14T14:16:36.244Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-02-14T14:16:36.636Z] --- PASS: TestServiceWithDataPathPortInit (14.79s) [2020-02-14T14:16:36.636Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-14T14:16:37.617Z] === RUN TestDockerSuite/TestRmiBlank [2020-02-14T14:16:37.617Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-02-14T14:16:37.874Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-02-14T14:16:42.049Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-02-14T14:16:42.983Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-02-14T14:16:43.241Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-02-14T14:16:43.468Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.28s) [2020-02-14T14:16:43.468Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gxxqeflxu6vbyk0vb5jpc0qzg Created:2020-02-14 14:16:36.89329387 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[c88f8afa4a502e5df333d6c66230bc322eae4b27607cb09ccd40b688b7fa6901:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gzz0grw5j6b4v3tiwwihpapkn EndpointID:55e4483d5efd198f1a0a3b2235d442dacaaaddc57ccf8f71dbe9515dbed0b27a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5593e3c2f1895106ea4aa2bde0c9d5d6f30aee8f5f3b9cd77586908bd1c3cafd MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:c6efae48bf44 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gzz0grw5j6b4v3tiwwihpapkn EndpointID:55e4483d5efd198f1a0a3b2235d442dacaaaddc57ccf8f71dbe9515dbed0b27a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-14T14:16:43.468Z] PASS [2020-02-14T14:16:43.468Z] [2020-02-14T14:16:43.468Z] === Skipped [2020-02-14T14:16:43.468Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-14T14:16:43.468Z] service_test.go:230: FLAKY_TEST [2020-02-14T14:16:43.468Z] [2020-02-14T14:16:43.468Z] [2020-02-14T14:16:43.468Z] DONE 21 tests, 1 skipped in 40.335s [2020-02-14T14:16:43.468Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-14T14:16:43.468Z] ++ 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 [2020-02-14T14:16:43.469Z] ++ set -e [2020-02-14T14:16:43.469Z] ++ '[' -n 0 ']' [2020-02-14T14:16:43.469Z] ++ set -x [2020-02-14T14:16:43.469Z] ++ 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 [2020-02-14T14:16:43.469Z] INFO: Testing against a local daemon [2020-02-14T14:16:43.469Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-14T14:16:43.469Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T14:16:43.469Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:16:43.469Z] === RUN TestDockerNetworkIpvlan [2020-02-14T14:16:43.469Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-14T14:16:43.469Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:16:43.469Z] PASS [2020-02-14T14:16:43.469Z] [2020-02-14T14:16:43.469Z] === Skipped [2020-02-14T14:16:43.469Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-14T14:16:43.469Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:16:43.469Z] [2020-02-14T14:16:43.469Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-14T14:16:43.469Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-14T14:16:43.469Z] [2020-02-14T14:16:43.469Z] [2020-02-14T14:16:43.469Z] DONE 2 tests, 2 skipped in 0.108s [2020-02-14T14:16:43.469Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-14T14:16:43.469Z] ++ 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 [2020-02-14T14:16:43.469Z] ++ set -e [2020-02-14T14:16:43.469Z] ++ '[' -n 0 ']' [2020-02-14T14:16:43.469Z] ++ set -x [2020-02-14T14:16:43.469Z] ++ 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 [2020-02-14T14:16:43.469Z] INFO: Testing against a local daemon [2020-02-14T14:16:43.469Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-14T14:16:44.966Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.59s) [2020-02-14T14:16:44.966Z] === RUN TestDockerNetworkMacvlan [2020-02-14T14:16:45.765Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-02-14T14:16:45.985Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-14T14:16:46.329Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-02-14T14:16:47.001Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-14T14:16:47.260Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-02-14T14:16:48.019Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-14T14:16:48.192Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-02-14T14:16:49.561Z] === RUN TestDockerSuite/TestRmiTag [2020-02-14T14:16:49.561Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-02-14T14:16:50.124Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-02-14T14:16:50.381Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-02-14T14:16:50.712Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-14T14:16:53.667Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-02-14T14:16:54.195Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-14T14:16:55.037Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-02-14T14:16:55.968Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-02-14T14:16:57.338Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-02-14T14:16:57.595Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-02-14T14:16:58.606Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-14T14:16:59.489Z] === RUN TestDockerSuite/TestRunAddHost [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan (14.83s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.17s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.16s) [2020-02-14T14:16:59.623Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2020-02-14T14:16:59.623Z] PASS [2020-02-14T14:16:59.623Z] [2020-02-14T14:16:59.623Z] DONE 8 tests in 16.515s [2020-02-14T14:16:59.623Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-14T14:16:59.624Z] ++ 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 [2020-02-14T14:16:59.624Z] ++ set -e [2020-02-14T14:16:59.624Z] ++ '[' -n 0 ']' [2020-02-14T14:16:59.624Z] ++ set -x [2020-02-14T14:16:59.624Z] ++ 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 [2020-02-14T14:16:59.915Z] testing: warning: no tests to run [2020-02-14T14:16:59.915Z] PASS [2020-02-14T14:16:59.915Z] [2020-02-14T14:16:59.915Z] DONE 0 tests in 0.019s [2020-02-14T14:16:59.915Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-14T14:16:59.915Z] ++ 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 [2020-02-14T14:16:59.915Z] ++ set -e [2020-02-14T14:16:59.915Z] ++ '[' -n 0 ']' [2020-02-14T14:16:59.915Z] ++ set -x [2020-02-14T14:16:59.915Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-02-14T14:16:59.915Z] INFO: Testing against a local daemon [2020-02-14T14:16:59.915Z] === RUN TestAuthZPluginAllowRequest [2020-02-14T14:17:00.053Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-02-14T14:17:00.309Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-02-14T14:17:01.239Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-02-14T14:17:01.239Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-02-14T14:17:01.398Z] --- PASS: TestAuthZPluginAllowRequest (1.62s) [2020-02-14T14:17:01.398Z] === RUN TestAuthZPluginTLS [2020-02-14T14:17:02.044Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-02-14T14:17:02.044Z] === RUN TestAuthZPluginDenyRequest [2020-02-14T14:17:02.169Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-02-14T14:17:02.672Z] --- PASS: TestAuthZPluginDenyRequest (0.59s) [2020-02-14T14:17:02.672Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-14T14:17:03.293Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-02-14T14:17:03.293Z] === RUN TestAuthZPluginDenyResponse [2020-02-14T14:17:03.913Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2020-02-14T14:17:03.913Z] === RUN TestAuthZPluginAllowEventStream [2020-02-14T14:17:04.064Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-02-14T14:17:04.627Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-02-14T14:17:05.397Z] --- PASS: TestAuthZPluginAllowEventStream (1.61s) [2020-02-14T14:17:05.397Z] === RUN TestAuthZPluginErrorResponse [2020-02-14T14:17:05.559Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-02-14T14:17:06.021Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-02-14T14:17:06.021Z] === RUN TestAuthZPluginErrorRequest [2020-02-14T14:17:06.491Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-02-14T14:17:06.644Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-02-14T14:17:06.644Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-14T14:17:07.263Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-02-14T14:17:07.263Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-14T14:17:08.386Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-02-14T14:17:09.308Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2020-02-14T14:17:09.308Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-14T14:17:09.755Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-02-14T14:17:10.685Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-02-14T14:17:11.350Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.07s) [2020-02-14T14:17:11.350Z] === RUN TestAuthZPluginHeader [2020-02-14T14:17:11.618Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-02-14T14:17:12.369Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-02-14T14:17:12.369Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-14T14:17:12.369Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T14:17:12.369Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:12.369Z] === RUN TestAuthZPluginV2Disable [2020-02-14T14:17:12.369Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-14T14:17:12.369Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:12.369Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-14T14:17:12.369Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T14:17:12.369Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:12.369Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-14T14:17:12.369Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T14:17:12.369Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:12.369Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-14T14:17:12.554Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-02-14T14:17:12.554Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-02-14T14:17:13.486Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-02-14T14:17:14.416Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-02-14T14:17:15.787Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-02-14T14:17:16.717Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-02-14T14:17:17.647Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-02-14T14:17:18.581Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-02-14T14:17:19.513Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-02-14T14:17:19.513Z] === RUN TestDockerSuite/TestRunBindMounts [2020-02-14T14:17:21.407Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-02-14T14:17:21.664Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-02-14T14:17:22.595Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-02-14T14:17:23.526Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-02-14T14:17:24.457Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-02-14T14:17:24.457Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-02-14T14:17:25.389Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-02-14T14:17:25.389Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-02-14T14:17:26.321Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-02-14T14:17:27.251Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-02-14T14:17:28.182Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-02-14T14:17:28.746Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-02-14T14:17:29.678Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-02-14T14:17:29.678Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-02-14T14:17:30.610Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-02-14T14:17:30.610Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-02-14T14:17:30.846Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2020-02-14T14:17:30.846Z] PASS [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] === Skipped [2020-02-14T14:17:30.846Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-14T14:17:30.846Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-14T14:17:30.846Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-14T14:17:30.846Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-14T14:17:30.846Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] DONE 17 tests, 4 skipped in 29.379s [2020-02-14T14:17:30.846Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-14T14:17:30.846Z] ++ 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 [2020-02-14T14:17:30.846Z] ++ set -e [2020-02-14T14:17:30.846Z] ++ '[' -n 0 ']' [2020-02-14T14:17:30.846Z] ++ set -x [2020-02-14T14:17:30.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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 [2020-02-14T14:17:30.846Z] INFO: Testing against a local daemon [2020-02-14T14:17:30.846Z] === RUN TestPluginInvalidJSON [2020-02-14T14:17:30.846Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:17:30.846Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:17:30.846Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-14T14:17:30.846Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-02-14T14:17:30.846Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-14T14:17:30.846Z] PASS [2020-02-14T14:17:30.846Z] [2020-02-14T14:17:30.846Z] DONE 2 tests in 0.136s [2020-02-14T14:17:30.846Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-14T14:17:30.846Z] ++ 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 [2020-02-14T14:17:30.846Z] ++ set -e [2020-02-14T14:17:30.846Z] ++ '[' -n 0 ']' [2020-02-14T14:17:30.846Z] ++ set -x [2020-02-14T14:17:30.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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 [2020-02-14T14:17:30.846Z] INFO: Testing against a local daemon [2020-02-14T14:17:30.846Z] === RUN TestExternalGraphDriver [2020-02-14T14:17:30.846Z] === RUN TestExternalGraphDriver/json [2020-02-14T14:17:31.863Z] === RUN TestExternalGraphDriver/spec [2020-02-14T14:17:31.979Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-02-14T14:17:32.543Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-02-14T14:17:33.474Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-02-14T14:17:33.903Z] === RUN TestExternalGraphDriver/pull [2020-02-14T14:17:34.405Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-02-14T14:17:34.405Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-02-14T14:17:35.336Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-02-14T14:17:35.936Z] --- PASS: TestExternalGraphDriver (6.40s) [2020-02-14T14:17:35.936Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2020-02-14T14:17:35.936Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2020-02-14T14:17:35.936Z] --- PASS: TestExternalGraphDriver/pull (2.14s) [2020-02-14T14:17:35.936Z] === RUN TestGraphdriverPluginV2 [2020-02-14T14:17:35.936Z] --- SKIP: TestGraphdriverPluginV2 (0.15s) [2020-02-14T14:17:35.936Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:35.936Z] PASS [2020-02-14T14:17:35.936Z] [2020-02-14T14:17:35.936Z] === Skipped [2020-02-14T14:17:35.936Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.15s) [2020-02-14T14:17:35.936Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:17:35.936Z] [2020-02-14T14:17:35.936Z] [2020-02-14T14:17:35.936Z] DONE 5 tests, 1 skipped in 6.645s [2020-02-14T14:17:35.936Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-14T14:17:35.936Z] ++ 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 [2020-02-14T14:17:35.936Z] ++ set -e [2020-02-14T14:17:35.936Z] ++ '[' -n 0 ']' [2020-02-14T14:17:35.936Z] ++ set -x [2020-02-14T14:17:35.936Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-02-14T14:17:36.222Z] INFO: Testing against a local daemon [2020-02-14T14:17:36.222Z] === RUN TestContinueAfterPluginCrash [2020-02-14T14:17:36.222Z] === PAUSE TestContinueAfterPluginCrash [2020-02-14T14:17:36.222Z] === RUN TestDaemonStartWithLogOpt [2020-02-14T14:17:36.222Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-14T14:17:36.222Z] === CONT TestContinueAfterPluginCrash [2020-02-14T14:17:36.222Z] === CONT TestDaemonStartWithLogOpt [2020-02-14T14:17:37.230Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-02-14T14:17:38.600Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-02-14T14:17:40.495Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-02-14T14:17:40.495Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-02-14T14:17:41.060Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-02-14T14:17:41.991Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-02-14T14:17:42.925Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-02-14T14:17:43.857Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-02-14T14:17:44.788Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-02-14T14:17:46.683Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-02-14T14:17:50.857Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-02-14T14:17:50.857Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-02-14T14:17:51.115Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-02-14T14:17:53.643Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-02-14T14:17:54.820Z] --- PASS: TestDaemonStartWithLogOpt (15.69s) [2020-02-14T14:17:55.537Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-02-14T14:17:56.854Z] --- PASS: TestContinueAfterPluginCrash (20.45s) [2020-02-14T14:17:56.854Z] PASS [2020-02-14T14:17:56.854Z] [2020-02-14T14:17:56.854Z] DONE 2 tests in 20.547s [2020-02-14T14:17:56.854Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-14T14:17:56.854Z] ++ 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 [2020-02-14T14:17:56.854Z] ++ set -e [2020-02-14T14:17:56.854Z] ++ '[' -n 0 ']' [2020-02-14T14:17:56.854Z] ++ set -x [2020-02-14T14:17:56.854Z] ++ 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 [2020-02-14T14:17:56.854Z] INFO: Testing against a local daemon [2020-02-14T14:17:56.854Z] === RUN TestPluginWithDevMounts [2020-02-14T14:17:56.854Z] === PAUSE TestPluginWithDevMounts [2020-02-14T14:17:56.854Z] === CONT TestPluginWithDevMounts [2020-02-14T14:17:58.059Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-02-14T14:17:58.897Z] --- PASS: TestPluginWithDevMounts (2.25s) [2020-02-14T14:17:58.897Z] PASS [2020-02-14T14:17:58.897Z] [2020-02-14T14:17:58.897Z] DONE 1 tests in 2.349s [2020-02-14T14:17:58.897Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-02-14T14:17:58.897Z] ++ 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 [2020-02-14T14:17:58.897Z] ++ set -e [2020-02-14T14:17:58.897Z] ++ '[' -n 0 ']' [2020-02-14T14:17:58.897Z] ++ set -x [2020-02-14T14:17:58.897Z] ++ 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 [2020-02-14T14:17:59.189Z] INFO: Testing against a local daemon [2020-02-14T14:17:59.189Z] === RUN TestSecretInspect [2020-02-14T14:17:59.954Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-02-14T14:18:00.885Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-02-14T14:18:00.885Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-02-14T14:18:00.885Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-02-14T14:18:01.267Z] --- PASS: TestSecretInspect (2.32s) [2020-02-14T14:18:01.267Z] === RUN TestSecretList [2020-02-14T14:18:01.816Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-02-14T14:18:03.712Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-02-14T14:18:03.967Z] --- PASS: TestSecretList (2.26s) [2020-02-14T14:18:03.967Z] === RUN TestSecretsCreateAndDelete [2020-02-14T14:18:05.606Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-02-14T14:18:06.005Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2020-02-14T14:18:06.005Z] === RUN TestSecretsUpdate [2020-02-14T14:18:08.072Z] --- PASS: TestSecretsUpdate (2.24s) [2020-02-14T14:18:08.072Z] === RUN TestTemplatedSecret [2020-02-14T14:18:08.131Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-02-14T14:18:08.132Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-02-14T14:18:08.696Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-02-14T14:18:10.590Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-02-14T14:18:10.820Z] --- PASS: TestTemplatedSecret (2.77s) [2020-02-14T14:18:10.820Z] === RUN TestSecretCreateResolve [2020-02-14T14:18:11.521Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-02-14T14:18:11.521Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-02-14T14:18:12.452Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-02-14T14:18:13.551Z] --- PASS: TestSecretCreateResolve (2.30s) [2020-02-14T14:18:13.551Z] PASS [2020-02-14T14:18:13.551Z] [2020-02-14T14:18:13.551Z] DONE 6 tests in 14.194s [2020-02-14T14:18:13.551Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-02-14T14:18:13.551Z] ++ 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 [2020-02-14T14:18:13.551Z] ++ set -e [2020-02-14T14:18:13.551Z] ++ '[' -n 0 ']' [2020-02-14T14:18:13.551Z] ++ set -x [2020-02-14T14:18:13.552Z] ++ 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 [2020-02-14T14:18:13.552Z] INFO: Testing against a local daemon [2020-02-14T14:18:13.552Z] === RUN TestServiceCreateInit [2020-02-14T14:18:13.552Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-14T14:18:14.347Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-02-14T14:18:14.347Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-02-14T14:18:14.912Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-02-14T14:18:15.842Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-02-14T14:18:16.775Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-02-14T14:18:17.705Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-02-14T14:18:17.705Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-02-14T14:18:18.001Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-14T14:18:18.269Z] === RUN TestDockerSuite/TestRunEnvironment [2020-02-14T14:18:19.200Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-02-14T14:18:20.130Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-02-14T14:18:20.693Z] === RUN TestDockerSuite/TestRunExitCode [2020-02-14T14:18:21.625Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-02-14T14:18:22.474Z] --- PASS: TestServiceCreateInit (8.44s) [2020-02-14T14:18:22.474Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.20s) [2020-02-14T14:18:22.474Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.20s) [2020-02-14T14:18:22.474Z] === RUN TestCreateServiceMultipleTimes [2020-02-14T14:18:22.556Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-02-14T14:18:23.123Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-02-14T14:18:24.054Z] === RUN TestDockerSuite/TestRunExposePort [2020-02-14T14:18:24.054Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-02-14T14:18:24.985Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-02-14T14:18:25.549Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-02-14T14:18:27.443Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-02-14T14:18:27.700Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-14T14:18:27.700Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-02-14T14:18:31.875Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-02-14T14:18:32.132Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-02-14T14:18:37.777Z] --- PASS: TestCreateServiceMultipleTimes (16.12s) [2020-02-14T14:18:37.777Z] === RUN TestCreateServiceConflict [2020-02-14T14:18:40.487Z] --- PASS: TestCreateServiceConflict (2.27s) [2020-02-14T14:18:40.487Z] === RUN TestCreateServiceMaxReplicas [2020-02-14T14:18:43.209Z] --- PASS: TestCreateServiceMaxReplicas (2.97s) [2020-02-14T14:18:43.209Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-14T14:18:44.332Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-02-14T14:18:44.896Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-02-14T14:18:46.790Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-02-14T14:18:46.790Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-02-14T14:18:46.790Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-02-14T14:18:46.790Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-02-14T14:18:47.354Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-02-14T14:18:50.628Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-02-14T14:18:52.521Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-02-14T14:18:53.891Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-02-14T14:18:54.823Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-02-14T14:18:55.387Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-02-14T14:18:56.317Z] === RUN TestDockerSuite/TestRunModeHostname [2020-02-14T14:18:57.249Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-02-14T14:18:57.249Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-02-14T14:18:57.505Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-02-14T14:18:58.493Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.41s) [2020-02-14T14:18:58.493Z] === RUN TestCreateServiceSecretFileMode [2020-02-14T14:18:59.112Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2020-02-14T14:18:59.112Z] === RUN TestCreateServiceConfigFileMode [2020-02-14T14:18:59.400Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-02-14T14:19:00.333Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-02-14T14:19:01.803Z] --- PASS: TestCreateServiceConfigFileMode (2.59s) [2020-02-14T14:19:01.803Z] === RUN TestCreateServiceSysctls [2020-02-14T14:19:02.230Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-02-14T14:19:02.230Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-02-14T14:19:02.230Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-02-14T14:19:04.127Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-02-14T14:19:05.281Z] --- PASS: TestCreateServiceSysctls (3.60s) [2020-02-14T14:19:05.281Z] === RUN TestCreateServiceCapabilities [2020-02-14T14:19:05.499Z] === RUN TestDockerSuite/TestRunMount [2020-02-14T14:19:07.988Z] --- PASS: TestCreateServiceCapabilities (2.71s) [2020-02-14T14:19:07.988Z] === RUN TestInspect [2020-02-14T14:19:11.476Z] --- PASS: TestInspect (2.87s) [2020-02-14T14:19:11.476Z] === RUN TestCreateJob [2020-02-14T14:19:12.047Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-02-14T14:19:12.611Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-02-14T14:19:13.543Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-02-14T14:19:14.167Z] --- PASS: TestCreateJob (3.36s) [2020-02-14T14:19:14.167Z] === RUN TestReplicatedJob [2020-02-14T14:19:15.437Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-02-14T14:19:17.961Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-02-14T14:19:21.008Z] --- PASS: TestReplicatedJob (6.26s) [2020-02-14T14:19:21.008Z] === RUN TestUpdateReplicatedJob [2020-02-14T14:19:21.236Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-02-14T14:19:23.758Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-02-14T14:19:24.482Z] --- PASS: TestUpdateReplicatedJob (3.51s) [2020-02-14T14:19:24.482Z] === RUN TestServiceListWithStatuses [2020-02-14T14:19:24.482Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-14T14:19:24.482Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:19:24.482Z] === RUN TestDockerNetworkConnectAlias [2020-02-14T14:19:26.282Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-02-14T14:19:27.651Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-02-14T14:19:28.892Z] --- PASS: TestDockerNetworkConnectAlias (4.68s) [2020-02-14T14:19:28.892Z] === RUN TestDockerNetworkReConnect [2020-02-14T14:19:29.549Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-02-14T14:19:29.549Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-02-14T14:19:30.113Z] === RUN TestDockerSuite/TestRunNetHost [2020-02-14T14:19:31.043Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-02-14T14:19:31.974Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-02-14T14:19:32.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-02-14T14:19:33.308Z] --- PASS: TestDockerNetworkReConnect (3.87s) [2020-02-14T14:19:33.308Z] === RUN TestServicePlugin [2020-02-14T14:19:33.308Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-14T14:19:33.308Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:19:33.308Z] === RUN TestServiceUpdateLabel [2020-02-14T14:19:34.793Z] --- PASS: TestServiceUpdateLabel (2.30s) [2020-02-14T14:19:34.793Z] === RUN TestServiceUpdateSecrets [2020-02-14T14:19:35.426Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-02-14T14:19:37.324Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-02-14T14:19:42.577Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-02-14T14:19:42.834Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-02-14T14:19:43.091Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-02-14T14:19:44.021Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-02-14T14:19:44.021Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-02-14T14:19:44.585Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-02-14T14:19:45.515Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-02-14T14:19:45.516Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-02-14T14:19:46.445Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-02-14T14:19:47.009Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-02-14T14:19:47.009Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-02-14T14:19:47.939Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-02-14T14:19:48.870Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-02-14T14:19:50.039Z] --- PASS: TestServiceUpdateSecrets (14.86s) [2020-02-14T14:19:50.039Z] === RUN TestServiceUpdateConfigs [2020-02-14T14:19:50.768Z] === RUN TestDockerSuite/TestRunPortInUse [2020-02-14T14:19:51.699Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-02-14T14:19:52.266Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-02-14T14:19:53.202Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-02-14T14:19:53.766Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-02-14T14:19:54.696Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-02-14T14:19:55.259Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-14T14:19:55.259Z] === RUN TestDockerSuite/TestRunPublishPort [2020-02-14T14:19:56.191Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-02-14T14:19:57.121Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-02-14T14:19:57.121Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-02-14T14:19:58.052Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-02-14T14:19:59.421Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-02-14T14:19:59.421Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-02-14T14:20:02.696Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-02-14T14:20:04.593Z] === RUN TestDockerSuite/TestRunRm [2020-02-14T14:20:05.157Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-02-14T14:20:05.320Z] --- PASS: TestServiceUpdateConfigs (14.78s) [2020-02-14T14:20:05.320Z] === RUN TestServiceUpdateNetwork [2020-02-14T14:20:09.332Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-02-14T14:20:09.895Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-02-14T14:20:10.826Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-02-14T14:20:12.721Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-02-14T14:20:13.284Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-02-14T14:20:17.465Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-02-14T14:20:17.465Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-02-14T14:20:17.885Z] --- PASS: TestServiceUpdateNetwork (13.05s) [2020-02-14T14:20:17.885Z] PASS [2020-02-14T14:20:17.885Z] [2020-02-14T14:20:17.885Z] === Skipped [2020-02-14T14:20:17.885Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-02-14T14:20:17.885Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-14T14:20:17.885Z] [2020-02-14T14:20:17.885Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-02-14T14:20:17.885Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-14T14:20:17.885Z] [2020-02-14T14:20:17.885Z] [2020-02-14T14:20:17.885Z] DONE 23 tests, 2 skipped in 124.378s [2020-02-14T14:20:17.885Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-02-14T14:20:17.885Z] ++ 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 [2020-02-14T14:20:17.885Z] ++ set -e [2020-02-14T14:20:17.885Z] ++ '[' -n 0 ']' [2020-02-14T14:20:17.885Z] ++ set -x [2020-02-14T14:20:17.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=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 [2020-02-14T14:20:17.885Z] INFO: Testing against a local daemon [2020-02-14T14:20:17.885Z] === RUN TestSessionCreate [2020-02-14T14:20:17.885Z] --- PASS: TestSessionCreate (0.06s) [2020-02-14T14:20:17.885Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-14T14:20:17.885Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-14T14:20:17.885Z] PASS [2020-02-14T14:20:17.885Z] [2020-02-14T14:20:17.885Z] DONE 2 tests in 0.201s [2020-02-14T14:20:17.885Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-02-14T14:20:17.885Z] ++ 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 [2020-02-14T14:20:17.885Z] ++ set -e [2020-02-14T14:20:17.885Z] ++ '[' -n 0 ']' [2020-02-14T14:20:17.885Z] ++ set -x [2020-02-14T14:20:17.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=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 [2020-02-14T14:20:17.885Z] INFO: Testing against a local daemon [2020-02-14T14:20:17.885Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-14T14:20:17.885Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:20:17.885Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:20:17.885Z] === RUN TestEventsExecDie [2020-02-14T14:20:18.902Z] --- PASS: TestEventsExecDie (0.80s) [2020-02-14T14:20:18.902Z] === RUN TestEventsBackwardsCompatible [2020-02-14T14:20:18.902Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-02-14T14:20:18.902Z] === RUN TestInfoBinaryCommits [2020-02-14T14:20:18.902Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-14T14:20:18.902Z] === RUN TestInfoAPIVersioned [2020-02-14T14:20:18.902Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-14T14:20:18.902Z] === RUN TestInfoDiscoveryBackend [2020-02-14T14:20:19.519Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-02-14T14:20:19.519Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-14T14:20:20.532Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-14T14:20:20.532Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-14T14:20:20.818Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-14T14:20:20.818Z] === RUN TestInfoAPI [2020-02-14T14:20:21.104Z] --- PASS: TestInfoAPI (0.06s) [2020-02-14T14:20:21.104Z] === RUN TestInfoAPIWarnings [2020-02-14T14:20:21.391Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-02-14T14:20:21.391Z] === RUN TestInfoDebug [2020-02-14T14:20:22.015Z] --- PASS: TestInfoDebug (0.54s) [2020-02-14T14:20:22.015Z] === RUN TestInfoInsecureRegistries [2020-02-14T14:20:22.634Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-02-14T14:20:22.634Z] === RUN TestInfoRegistryMirrors [2020-02-14T14:20:22.719Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-02-14T14:20:22.720Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-02-14T14:20:23.253Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-02-14T14:20:23.253Z] === RUN TestLoginFailsWithBadCredentials [2020-02-14T14:20:23.539Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) [2020-02-14T14:20:23.539Z] === RUN TestPingCacheHeaders [2020-02-14T14:20:23.539Z] --- PASS: TestPingCacheHeaders (0.06s) [2020-02-14T14:20:23.539Z] === RUN TestPingGet [2020-02-14T14:20:23.539Z] --- PASS: TestPingGet (0.04s) [2020-02-14T14:20:23.539Z] === RUN TestPingHead [2020-02-14T14:20:23.650Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-02-14T14:20:23.824Z] --- PASS: TestPingHead (0.05s) [2020-02-14T14:20:23.825Z] === RUN TestVersion [2020-02-14T14:20:23.825Z] --- PASS: TestVersion (0.05s) [2020-02-14T14:20:23.825Z] PASS [2020-02-14T14:20:23.825Z] [2020-02-14T14:20:23.825Z] === Skipped [2020-02-14T14:20:23.825Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-14T14:20:23.825Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-14T14:20:23.825Z] [2020-02-14T14:20:23.825Z] [2020-02-14T14:20:23.825Z] DONE 18 tests, 1 skipped in 5.977s [2020-02-14T14:20:23.825Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-02-14T14:20:23.825Z] ++ 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 [2020-02-14T14:20:23.825Z] ++ set -e [2020-02-14T14:20:23.825Z] ++ '[' -n 0 ']' [2020-02-14T14:20:23.825Z] ++ set -x [2020-02-14T14:20:23.825Z] ++ 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 [2020-02-14T14:20:23.825Z] INFO: Testing against a local daemon [2020-02-14T14:20:23.825Z] === RUN TestVolumesCreateAndList [2020-02-14T14:20:23.825Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-14T14:20:23.825Z] === RUN TestVolumesRemove [2020-02-14T14:20:24.111Z] --- PASS: TestVolumesRemove (0.09s) [2020-02-14T14:20:24.111Z] === RUN TestVolumesInspect [2020-02-14T14:20:24.111Z] --- PASS: TestVolumesInspect (0.04s) [2020-02-14T14:20:24.111Z] === RUN TestVolumesInvalidJSON [2020-02-14T14:20:24.111Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-14T14:20:24.111Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-14T14:20:24.111Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-14T14:20:24.111Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-02-14T14:20:24.111Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-14T14:20:24.111Z] PASS [2020-02-14T14:20:24.111Z] [2020-02-14T14:20:24.111Z] DONE 5 tests in 0.324s [2020-02-14T14:20:24.111Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:20:24.399Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:20:24.399Z] +++ kill 13310 [2020-02-14T14:20:24.580Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-02-14T14:20:25.512Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-02-14T14:20:25.880Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:20:25.880Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:20:25.880Z] [2020-02-14T14:20:25.880Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:20:25.880Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:20:25.880Z] [2020-02-14T14:20:25.880Z] To set a process to complain mode, use the command line tool [2020-02-14T14:20:25.880Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:20:25.880Z] +++ true [2020-02-14T14:20:25.880Z] [2020-02-14T14:20:26.075Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-02-14T14:20:27.005Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-02-14T14:20:27.935Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile Post stage [Pipeline] junit [2020-02-14T14:20:27.959Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-14T14:20:28.867Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-02-14T14:20:28.921Z] + echo Ensuring container killed. [2020-02-14T14:20:28.921Z] Ensuring container killed. [2020-02-14T14:20:28.921Z] + docker rm -vf docker-pr5 [2020-02-14T14:20:28.921Z] Error: No such container: docker-pr5 [2020-02-14T14:20:28.921Z] + true [Pipeline] sh [2020-02-14T14:20:29.337Z] + echo Chowning /workspace to jenkins user [2020-02-14T14:20:29.337Z] Chowning /workspace to jenkins user [2020-02-14T14:20:29.337Z] + id -u [2020-02-14T14:20:29.337Z] + id -g [2020-02-14T14:20:29.337Z] + docker run --rm -v /home/docker/workspace/moby_PR-40489:/workspace busybox chown -R 1001:1001 /workspace [2020-02-14T14:20:29.337Z] Unable to find image 'busybox:latest' locally [2020-02-14T14:20:29.623Z] latest: Pulling from library/busybox [2020-02-14T14:20:29.798Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-02-14T14:20:29.910Z] d7e28ec550a2: Pulling fs layer [2020-02-14T14:20:30.194Z] d7e28ec550a2: Download complete [2020-02-14T14:20:30.479Z] d7e28ec550a2: Pull complete [2020-02-14T14:20:30.479Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-14T14:20:30.479Z] Status: Downloaded newer image for busybox:latest [2020-02-14T14:20:30.728Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-02-14T14:20:31.660Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T14:20:32.368Z] + bundleName=ppc64le-integration [2020-02-14T14:20:32.369Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-02-14T14:20:32.369Z] Creating ppc64le-integration-bundles.tar.gz [2020-02-14T14:20:32.369Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print [2020-02-14T14:20:32.369Z] [Pipeline] archiveArtifacts [2020-02-14T14:20:32.735Z] Archiving artifacts [2020-02-14T14:20:33.115Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-14T14:20:33.509Z] + make clean [2020-02-14T14:20:33.555Z] === RUN TestDockerSuite/TestRunState [2020-02-14T14:20:34.129Z] make: command: Command not found [2020-02-14T14:20:34.129Z] make: command: Command not found [2020-02-14T14:20:34.129Z] docker volume rm -f docker-dev-cache [2020-02-14T14:20:34.129Z] docker-dev-cache [Pipeline] deleteDir [2020-02-14T14:20:35.451Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-02-14T14:20:36.381Z] === RUN TestDockerSuite/TestRunStdinPipe [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-14T14:20:37.312Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-02-14T14:20:37.312Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-02-14T14:20:37.312Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-02-14T14:20:38.254Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-02-14T14:20:38.819Z] === RUN TestDockerSuite/TestRunSysctls [2020-02-14T14:20:40.189Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-02-14T14:20:40.753Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-02-14T14:20:40.753Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-02-14T14:20:40.753Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-02-14T14:20:41.683Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-02-14T14:20:43.053Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-02-14T14:20:44.421Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-02-14T14:20:45.352Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-02-14T14:20:47.249Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-02-14T14:20:49.145Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-02-14T14:20:51.671Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-02-14T14:20:55.847Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-02-14T14:20:55.847Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-02-14T14:20:55.847Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-02-14T14:20:56.778Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-02-14T14:20:57.711Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-02-14T14:21:00.245Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-02-14T14:21:01.614Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-02-14T14:21:01.614Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-02-14T14:21:01.614Z] === RUN TestDockerSuite/TestRunUserByID [2020-02-14T14:21:02.546Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-02-14T14:21:02.802Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-02-14T14:21:02.802Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-02-14T14:21:03.735Z] === RUN TestDockerSuite/TestRunUserByName [2020-02-14T14:21:04.667Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-02-14T14:21:05.599Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-02-14T14:21:05.599Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-02-14T14:21:05.856Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-02-14T14:21:06.420Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-02-14T14:21:08.944Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-02-14T14:21:09.877Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-02-14T14:21:10.442Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-02-14T14:21:11.377Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-02-14T14:21:12.307Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-02-14T14:21:13.678Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-02-14T14:21:13.935Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-02-14T14:21:17.210Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-02-14T14:21:18.141Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-02-14T14:21:20.664Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-02-14T14:21:23.969Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-02-14T14:21:24.225Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-02-14T14:21:25.156Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-02-14T14:21:26.088Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-02-14T14:21:26.088Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-02-14T14:21:26.088Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-02-14T14:21:26.088Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-02-14T14:21:26.088Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-02-14T14:21:27.018Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-02-14T14:21:27.948Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-02-14T14:21:28.879Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-02-14T14:21:30.774Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-02-14T14:21:31.337Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-02-14T14:21:32.268Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-02-14T14:21:32.268Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-02-14T14:21:32.832Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-02-14T14:21:32.832Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-02-14T14:21:32.832Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-02-14T14:21:33.089Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-02-14T14:21:33.089Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-02-14T14:21:33.089Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-02-14T14:21:33.346Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-02-14T14:21:33.603Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-02-14T14:21:33.603Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-02-14T14:21:33.860Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-02-14T14:21:34.790Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-02-14T14:21:35.721Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-02-14T14:21:36.651Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-02-14T14:21:36.651Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-02-14T14:21:37.582Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-02-14T14:21:37.582Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-02-14T14:21:38.513Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-02-14T14:21:38.513Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-02-14T14:21:39.447Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-02-14T14:21:40.377Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-02-14T14:21:40.377Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-02-14T14:21:40.377Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-02-14T14:21:40.943Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-02-14T14:21:42.839Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-02-14T14:21:43.770Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-02-14T14:21:43.770Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-02-14T14:21:44.333Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-02-14T14:21:44.333Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-02-14T14:21:46.226Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-02-14T14:21:46.790Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-02-14T14:21:49.313Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-02-14T14:21:50.243Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-02-14T14:21:50.243Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-02-14T14:21:50.243Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-02-14T14:21:51.615Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-02-14T14:21:52.547Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-02-14T14:21:53.918Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-02-14T14:21:53.918Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-02-14T14:21:55.820Z] === RUN TestDockerSuite/TestSaveImageId [2020-02-14T14:21:55.820Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-02-14T14:21:56.383Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-02-14T14:21:58.905Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-02-14T14:21:58.905Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-02-14T14:22:00.802Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-02-14T14:22:00.802Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-02-14T14:22:00.802Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-02-14T14:22:02.173Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-02-14T14:22:04.070Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-02-14T14:22:04.070Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-02-14T14:22:04.070Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-02-14T14:22:04.327Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-02-14T14:22:04.327Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-02-14T14:22:04.584Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-02-14T14:22:07.105Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-02-14T14:22:08.036Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-02-14T14:22:13.289Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-02-14T14:22:15.811Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-02-14T14:22:16.742Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-02-14T14:22:18.636Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-02-14T14:22:21.158Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-02-14T14:22:24.431Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-02-14T14:22:24.994Z] === RUN TestDockerSuite/TestStartRecordError [2020-02-14T14:22:26.888Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-02-14T14:22:29.413Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-02-14T14:22:31.934Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-02-14T14:22:36.109Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-02-14T14:22:40.284Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-02-14T14:22:42.804Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-02-14T14:22:49.348Z] === RUN TestDockerSuite/TestStatsNoStream [2020-02-14T14:22:51.870Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-02-14T14:22:53.238Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-02-14T14:22:54.169Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-02-14T14:22:55.099Z] === RUN TestDockerSuite/TestTopPrivileged [2020-02-14T14:22:55.663Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-02-14T14:22:55.663Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-02-14T14:22:56.596Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-02-14T14:23:01.850Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-02-14T14:23:02.414Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-02-14T14:23:04.936Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-02-14T14:23:05.501Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-02-14T14:23:06.432Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-02-14T14:23:06.432Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-02-14T14:23:06.997Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-02-14T14:23:08.892Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-02-14T14:23:08.892Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-02-14T14:23:10.262Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-02-14T14:23:11.633Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-02-14T14:23:12.197Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-02-14T14:23:14.091Z] === RUN TestDockerSuite/TestUpdateStats [2020-02-14T14:23:15.985Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-02-14T14:23:19.260Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-02-14T14:23:20.642Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-02-14T14:23:20.643Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-02-14T14:23:21.576Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-02-14T14:23:21.833Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-02-14T14:23:22.763Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-02-14T14:23:28.018Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-02-14T14:23:30.540Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-02-14T14:23:34.715Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-02-14T14:23:37.237Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-02-14T14:23:41.412Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-02-14T14:23:46.667Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-02-14T14:23:48.567Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-02-14T14:23:51.157Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-02-14T14:23:52.526Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-02-14T14:23:53.895Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-02-14T14:23:56.416Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-02-14T14:23:58.945Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-02-14T14:24:01.466Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-02-14T14:24:03.993Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-02-14T14:24:06.515Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-02-14T14:24:21.365Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-02-14T14:24:21.365Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-02-14T14:24:21.365Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-02-14T14:24:22.303Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-02-14T14:24:22.303Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-02-14T14:24:22.303Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-02-14T14:24:22.303Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-02-14T14:24:23.235Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-02-14T14:24:23.235Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-02-14T14:24:24.165Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-02-14T14:24:24.165Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-02-14T14:24:24.165Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-02-14T14:24:24.165Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-02-14T14:24:24.423Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-02-14T14:24:26.945Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-02-14T14:24:27.202Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-02-14T14:24:27.202Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-02-14T14:24:27.202Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-02-14T14:24:27.202Z] === RUN TestDockerSuite/TestVolumeEvents [2020-02-14T14:24:28.133Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-02-14T14:24:30.655Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-02-14T14:24:30.655Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-02-14T14:24:30.655Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-02-14T14:24:33.929Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-02-14T14:24:38.106Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite (1795.02s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.48s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.86s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.09s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.31s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.52s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.44s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.78s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.10s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.18s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.23s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.16s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.56s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.31s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachDetach (1.24s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.38s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.32s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.53s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.39s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.92s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.23s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.26s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.46s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.24s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.87s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.65s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.65s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.43s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.71s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.15s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.09s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.43s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.15s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.84s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.92s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.43s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.39s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.33s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.46s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.47s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.05s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.05s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.82s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.82s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.08s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.12s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.68s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.01s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.59s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.85s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.50s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.48s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.98s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.61s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.87s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.53s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.12s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.40s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.46s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.15s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.42s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.36s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.89s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.82s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.27s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.47s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.76s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.74s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.31s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.89s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.11s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.29s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.67s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.61s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.07s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.58s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCmd (0.38s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.41s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2020-02-14T14:24:38.106Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-14T14:24:38.106Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.70s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.24s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.43s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContChar (4.09s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.50s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.39s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.08s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.97s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.23s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.21s) [2020-02-14T14:24:38.106Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-14T14:24:38.106Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.106Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-14T14:24:38.106Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.106Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-02-14T14:24:38.106Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.106Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-14T14:24:38.106Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.41s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.59s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.13s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.61s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.87s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.72s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.74s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.46s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.66s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.16s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.91s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.11s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.82s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.18s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.98s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.72s) [2020-02-14T14:24:38.106Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.59s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.31s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.67s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.71s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (18.99s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.29s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.34s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.33s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.68s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.51s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.55s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.89s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnv (1.72s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.55s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.12s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.69s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.31s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.86s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.34s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.93s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.65s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.51s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.36s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.54s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFails (0.99s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.51s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.35s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.58s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.66s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (2.05s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.24s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.20s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.09s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.35s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildHistory (4.31s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.48s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.26s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.54s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabel (0.53s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.53s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.37s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabels (0.57s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.20s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.64s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.17s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.17s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.17s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.84s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (2.37s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (6.18s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.82s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.59s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.05s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.35s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.93s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.79s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.69s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.56s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.40s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.82s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.14s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.09s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.92s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.52s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.51s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.45s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.96s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.41s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.60s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.77s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.85s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.38s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.49s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.42s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.72s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildPATH (2.50s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.81s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.20s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.66s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.30s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.12s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRm (3.43s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.20s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.54s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.68s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.69s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.66s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.41s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.49s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.89s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.19s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.62s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.99s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildStderr (1.10s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.53s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.38s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.63s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.09s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.65s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildUser (2.16s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.61s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.14s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.34s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.18s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.56s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.99s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.66s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.40s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.71s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.06s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.05s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.42s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.98s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.43s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-14T14:24:38.107Z] docker_cli_sni_test.go:18: Flakey test [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.81s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.94s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitChange (1.26s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.03s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.90s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.95s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.12s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitTTY (2.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.88s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.04s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.78s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.82s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.84s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.71s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.98s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.83s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.84s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.90s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.86s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.88s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.90s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.88s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.86s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.89s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.93s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.92s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.53s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.82s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.59s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.91s) [2020-02-14T14:24:38.107Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-14T14:24:38.107Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.87s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.30s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.80s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.65s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.05s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.25s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.91s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.60s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.63s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.62s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006ec860_} (1.63s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1758429271_/foo_false____} (1.63s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1758429271_/foo_true____} (1.66s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_false____} (1.70s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_true____} (1.59s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3463934922_/foo_true__0xc0006ecce0__} (1.67s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0006ecd00_} (1.57s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0006ecd20_} (1.62s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0006ecd40_} (1.62s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0006ecdc0_} (1.59s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.58s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-02-14T14:24:38.107Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.04s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.05s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.93s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.41s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.31s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.70s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.98s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.14s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.97s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.96s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.11s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.11s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.99s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.06s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.93s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.09s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.47s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.96s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.94s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.17s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.04s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.22s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.83s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.45s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.08s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.50s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.87s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.07s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.54s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.90s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.94s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToDot (0.86s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.67s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.80s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToStdout (0.92s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.47s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.49s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.09s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.93s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.60s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.87s) [2020-02-14T14:24:38.108Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-14T14:24:38.108Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.96s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.48s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.18s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2020-02-14T14:24:38.108Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-14T14:24:38.108Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.12s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.25s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.87s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.33s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.59s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.90s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.69s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.69s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.83s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.82s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.78s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.55s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.96s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.19s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.70s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.75s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.89s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.31s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.57s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsAttach (0.80s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsCommit (1.00s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.88s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.78s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.84s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.75s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.68s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.45s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.74s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsCopy (1.47s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.62s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.81s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.44s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.91s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.21s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.48s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFilters (1.77s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.85s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.40s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2020-02-14T14:24:38.108Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-14T14:24:38.108Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.108Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-14T14:24:38.108Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.63s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.90s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsRename (0.88s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsResize (0.87s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.79s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.94s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.77s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.04s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsTop (0.90s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.72s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExec (0.89s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.87s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.86s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.89s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.91s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.89s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.02s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.04s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.01s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.11s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.87s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.58s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecCgroup (1.21s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecEnv (0.93s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.77s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.03s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecInspectID (3.01s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecInteractive (0.91s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.92s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.92s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecParseError (0.91s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.84s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.84s) [2020-02-14T14:24:38.108Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.37s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.89s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecStartFails (0.90s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.07s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.84s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecTTY (0.97s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.98s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.89s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecUlimits (0.93s) [2020-02-14T14:24:38.366Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-14T14:24:38.366Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.23s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.00s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.20s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.02s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestExecWithUser (1.06s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.91s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.89s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.87s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.91s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.79s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHealth (20.90s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.96s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.88s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.49s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.97s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.98s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.03s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.84s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.96s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportDisplay (1.91s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportFile (1.82s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.10s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportGzipped (1.88s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.83s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.05s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.90s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.93s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.80s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.81s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.82s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.84s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.79s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.79s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.78s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.83s) [2020-02-14T14:24:38.366Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.80s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.34s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectDefault (1.04s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectHistory (1.19s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-14T14:24:38.367Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.13s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.69s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.09s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.95s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectStatus (0.99s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.90s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.87s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.05s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.66s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.63s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.23s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.37s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.00s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.11s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.76s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.49s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.92s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.46s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.00s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.77s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.51s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.42s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.96s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.12s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.28s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.05s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.26s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.73s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.89s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsSince (6.91s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.89s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsTail (1.10s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.95s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.57s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestNetHostname (2.65s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.36s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.23s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.35s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginActive (1.69s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.24s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.76s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.48s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.65s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.32s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.17s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.34s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.63s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.66s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPortList (10.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.77s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.53s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.77s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.76s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.20s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.35s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsByOrder (3.40s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.18s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.70s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.97s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.03s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.45s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.60s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.73s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.54s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.66s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.49s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.92s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.10s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.90s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.58s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.66s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.58s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.50s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.39s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.61s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.50s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.94s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.62s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.13s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.99s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.16s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.37s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.92s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.05s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.96s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.06s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.06s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.48s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.64s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddHost (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.37s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.77s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.95s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.95s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.58s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.61s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.91s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.98s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.00s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.86s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.30s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.14s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.83s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.32s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.85s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.09s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.86s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.93s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.93s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.86s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.31s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.66s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.61s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.69s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.93s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.94s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.74s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.96s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.95s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.73s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.48s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.69s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.76s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.94s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.63s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.54s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.87s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.99s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.73s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.88s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.84s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.07s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.79s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.78s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunExitCode (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.82s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.86s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.80s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.78s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.61s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.37s) [2020-02-14T14:24:38.367Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:24:38.367Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.70s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.81s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.56s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.19s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.65s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.86s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.11s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.65s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.65s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.96s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.70s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.18s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.63s) [2020-02-14T14:24:38.367Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.23s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.63s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.24s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.62s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.65s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMount (6.27s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.87s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.61s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.37s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.44s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.43s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.58s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.70s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.55s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.72s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetHost (1.19s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.71s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.32s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.25s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.77s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.80s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.78s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.73s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.87s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.89s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.73s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.76s) [2020-02-14T14:24:38.368Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.76s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.69s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.77s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.82s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.79s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.93s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.58s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.33s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.61s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRm (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.82s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.83s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.73s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.54s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.97s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.77s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.94s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.01s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.99s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunState (2.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.86s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.75s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.71s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunSysctls (1.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.72s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (1.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.96s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.49s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.30s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.83s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.37s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.62s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserByID (0.92s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.97s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserByName (0.86s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.88s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-02-14T14:24:38.368Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.21s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.75s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.90s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.45s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.89s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.56s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.38s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.83s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.80s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.96s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.88s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.83s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.62s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.20s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.16s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.19s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.16s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.24s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.87s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.88s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.32s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.82s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.62s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.86s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.68s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.59s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.77s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.59s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.82s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.31s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.26s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.55s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.18s) [2020-02-14T14:24:38.368Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents472010052 [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.74s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.56s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.65s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.37s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.49s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.67s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.19s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.61s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.87s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.77s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.88s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartRecordError (1.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.53s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.32s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.20s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.75s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.00s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.84s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.88s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.80s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-14T14:24:38.368Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.81s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.43s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.56s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.97s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.68s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.83s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.76s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.56s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.97s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.92s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.79s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateStats (4.90s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.62s) [2020-02-14T14:24:38.368Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-14T14:24:38.368Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.12s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.33s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.58s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.60s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.62s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.26s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (4.89s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.35s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.42s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.64s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.56s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.42s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.48s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.41s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.47s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.38s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.85s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.90s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.96s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.67s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.82s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.40s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-02-14T14:24:38.368Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-02-14T14:24:38.369Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.21s) [2020-02-14T14:24:38.369Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.30s) [2020-02-14T14:24:38.369Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-14T14:24:38.369Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-14T14:24:38.369Z] === RUN TestDockerRegistrySuite [2020-02-14T14:24:38.369Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-02-14T14:24:40.283Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-02-14T14:24:41.654Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-02-14T14:24:43.549Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-02-14T14:24:43.807Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-02-14T14:24:47.985Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-02-14T14:24:53.238Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-02-14T14:24:57.413Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-02-14T14:24:58.343Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-02-14T14:24:59.713Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-02-14T14:25:01.083Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-02-14T14:25:02.454Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-02-14T14:25:03.824Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-02-14T14:25:05.194Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-02-14T14:25:07.087Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-02-14T14:25:09.609Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-02-14T14:25:12.138Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-02-14T14:25:14.032Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-02-14T14:25:17.306Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-02-14T14:25:18.236Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-02-14T14:25:18.493Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-02-14T14:25:19.863Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-02-14T14:25:21.234Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-02-14T14:25:22.605Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-02-14T14:25:26.780Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-02-14T14:25:26.780Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-02-14T14:25:27.710Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-02-14T14:25:28.273Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-02-14T14:25:28.273Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-02-14T14:25:28.530Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-02-14T14:25:29.094Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-02-14T14:25:29.351Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-02-14T14:25:29.351Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-02-14T14:25:30.720Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-02-14T14:25:33.244Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-02-14T14:25:34.182Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-02-14T14:25:35.556Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-02-14T14:25:36.487Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite (59.21s) [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.09s) [2020-02-14T14:25:37.418Z] check_test.go:196: [da5802a76c597] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.45s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d7f0e3db2de31] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.85s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d3e8bc077924b] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d30c0e0a7156f] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.28s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d0a6f183642ba] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.49s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d3b99f039af0d] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.30s) [2020-02-14T14:25:37.418Z] check_test.go:196: [de19dba12f3db] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.40s) [2020-02-14T14:25:37.418Z] check_test.go:196: [de9fd7566129e] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.25s) [2020-02-14T14:25:37.418Z] check_test.go:196: [dbcfe427ee318] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.39s) [2020-02-14T14:25:37.418Z] check_test.go:196: [db5293da1de27] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.53s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d1312f28dc9cb] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.51s) [2020-02-14T14:25:37.418Z] check_test.go:196: [db492622cf37d] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.36s) [2020-02-14T14:25:37.418Z] check_test.go:196: [dba1ce629cf05] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.49s) [2020-02-14T14:25:37.418Z] check_test.go:196: [da3006735f816] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.64s) [2020-02-14T14:25:37.418Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:36ce94bc52d262bb3806ffeb8221cbaa124da3d737021c77f205dbcbed865232 [2020-02-14T14:25:37.418Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1541d73581a80ba0bedc79faff95b44c7046c4b1b0270399c323b0b46eacf852 [2020-02-14T14:25:37.418Z] check_test.go:196: [d4ffc8695816c] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.72s) [2020-02-14T14:25:37.418Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dd27a038f4355dc59f293fab4bc1ca5e3723a0e6dbf79f75f92eaeb32e9df6a8 [2020-02-14T14:25:37.418Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b1298c07bfb1e32548abb2627ade14128aa9b77fa68339f54afa882de0393b11 [2020-02-14T14:25:37.418Z] check_test.go:196: [d713b6eda8670] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.60s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d413f2d82f12b] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.27s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d598b97414206] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.36s) [2020-02-14T14:25:37.418Z] check_test.go:196: [dae248bb58bd8] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d1b6b2c750655] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.42s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d50897e9b2b5a] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.29s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d8fe87211cda4] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d54211724ca94] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.66s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d3f76b6ad18f9] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d77dd80cc64ff] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.37s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d5ac8c40f0323] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d19638f4038bd] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d71838d37ae9a] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d14c83a248034] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.29s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d0dcf50c1e63f] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d15c7d5802027] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d9bf764c9b313] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.42s) [2020-02-14T14:25:37.418Z] check_test.go:196: [dba69df1ce1f0] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.20s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d9f276b49a50b] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.14s) [2020-02-14T14:25:37.418Z] check_test.go:196: [dab5403313da8] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.44s) [2020-02-14T14:25:37.418Z] check_test.go:196: [d84b8b4dafd6c] daemon is not started [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.01s) [2020-02-14T14:25:37.418Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2020-02-14T14:25:37.418Z] === RUN TestDockerSchema1RegistrySuite [2020-02-14T14:25:37.418Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-02-14T14:25:37.418Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-02-14T14:25:42.673Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-02-14T14:25:44.042Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-02-14T14:25:46.566Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-02-14T14:25:51.822Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-02-14T14:25:52.386Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-02-14T14:25:54.282Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-02-14T14:25:54.282Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-02-14T14:25:55.654Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-02-14T14:25:56.585Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-02-14T14:25:57.954Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-02-14T14:25:57.954Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-02-14T14:25:59.855Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-02-14T14:25:59.855Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-02-14T14:26:00.113Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-02-14T14:26:00.371Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-02-14T14:26:01.741Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-02-14T14:26:01.741Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-02-14T14:26:02.306Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-02-14T14:26:02.870Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-02-14T14:26:02.870Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-02-14T14:26:03.127Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-02-14T14:26:03.692Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-02-14T14:26:03.949Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite (26.75s) [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-02-14T14:26:04.206Z] check_test.go:223: [d422f16b9ac07] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.33s) [2020-02-14T14:26:04.206Z] check_test.go:223: [dfe79af208b01] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.73s) [2020-02-14T14:26:04.206Z] check_test.go:223: [d599aacfa65ed] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.57s) [2020-02-14T14:26:04.206Z] check_test.go:223: [da67d38d3895a] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.34s) [2020-02-14T14:26:04.206Z] check_test.go:223: [df14a91b9153d] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.41s) [2020-02-14T14:26:04.206Z] check_test.go:223: [d1a02dd9f1039] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-14T14:26:04.206Z] check_test.go:223: [df05db58feb27] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.41s) [2020-02-14T14:26:04.206Z] check_test.go:223: [d2a5ddc805f67] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.27s) [2020-02-14T14:26:04.206Z] check_test.go:223: [d9b1e4c6c7645] daemon is not started [2020-02-14T14:26:04.206Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d8585d1896a4f] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.83s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d3ff910f483b9] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.51s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d6e368f2de03f] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d5e0e81e02d52] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d73522d27d914] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-02-14T14:26:04.207Z] check_test.go:223: [dd99db8f59ab1] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.32s) [2020-02-14T14:26:04.207Z] check_test.go:223: [db42e1a0aca95] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.47s) [2020-02-14T14:26:04.207Z] check_test.go:223: [d44b150ab09d5] daemon is not started [2020-02-14T14:26:04.207Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-02-14T14:26:04.207Z] check_test.go:223: [ddba67eb172c7] daemon is not started [2020-02-14T14:26:04.207Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-02-14T14:26:04.207Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-02-14T14:26:05.137Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-02-14T14:26:05.137Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-02-14T14:26:05.702Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-02-14T14:26:05.959Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-02-14T14:26:07.330Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-02-14T14:26:07.588Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-02-14T14:26:08.153Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-02-14T14:26:08.718Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.77s) [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.03s) [2020-02-14T14:26:08.976Z] check_test.go:252: [da9d34314a9e4] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.63s) [2020-02-14T14:26:08.976Z] check_test.go:252: [d960c77d1505a] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-02-14T14:26:08.976Z] check_test.go:252: [d3f85a604d7eb] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.28s) [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.32s) [2020-02-14T14:26:08.976Z] check_test.go:252: [d3afc74845c08] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.53s) [2020-02-14T14:26:08.976Z] check_test.go:252: [d17614a5bd5cd] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.66s) [2020-02-14T14:26:08.976Z] check_test.go:252: [d907ca6d24206] daemon is not started [2020-02-14T14:26:08.976Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-02-14T14:26:08.976Z] check_test.go:252: [de3c10d040721] daemon is not started [2020-02-14T14:26:08.976Z] === RUN TestDockerRegistryAuthTokenSuite [2020-02-14T14:26:08.976Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-02-14T14:26:10.870Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-02-14T14:26:13.392Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-02-14T14:26:13.956Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-02-14T14:26:14.213Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-02-14T14:26:14.470Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-02-14T14:26:14.470Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-02-14T14:26:14.726Z] check_test.go:279: [d30e86053e416] daemon is not started [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-02-14T14:26:14.726Z] check_test.go:279: [dec0cdf3eb45d] daemon is not started [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-02-14T14:26:14.726Z] check_test.go:279: [d90e670ba8aee] daemon is not started [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-02-14T14:26:14.726Z] check_test.go:279: [d47371ae20f3a] daemon is not started [2020-02-14T14:26:14.726Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2020-02-14T14:26:14.726Z] check_test.go:279: [d11c4778bf626] daemon is not started [2020-02-14T14:26:14.726Z] === RUN TestDockerNetworkSuite [2020-02-14T14:26:14.726Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-02-14T14:26:18.001Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-02-14T14:26:19.376Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-02-14T14:26:24.636Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-02-14T14:26:27.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-02-14T14:26:31.337Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-02-14T14:26:33.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-02-14T14:26:43.191Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-02-14T14:26:46.466Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-02-14T14:26:48.360Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-02-14T14:26:49.290Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-02-14T14:26:49.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-02-14T14:26:51.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-02-14T14:26:53.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-02-14T14:26:53.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-02-14T14:26:53.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-02-14T14:26:54.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-02-14T14:26:54.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-02-14T14:26:54.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-02-14T14:26:55.001Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-02-14T14:26:56.370Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-02-14T14:26:57.740Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-02-14T14:26:57.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-02-14T14:26:58.253Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-02-14T14:26:58.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-02-14T14:27:02.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-02-14T14:27:05.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-02-14T14:27:07.853Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-02-14T14:27:11.130Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-02-14T14:27:16.384Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-02-14T14:27:16.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-02-14T14:27:16.649Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-02-14T14:27:17.583Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-02-14T14:27:17.583Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-02-14T14:27:17.583Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-02-14T14:27:17.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-02-14T14:27:18.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-02-14T14:27:18.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-02-14T14:27:18.662Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-02-14T14:27:22.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-02-14T14:27:22.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-02-14T14:27:22.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-02-14T14:27:23.402Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-02-14T14:27:23.967Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-02-14T14:27:27.241Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-02-14T14:27:29.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-02-14T14:27:33.938Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-02-14T14:27:33.938Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-02-14T14:27:35.307Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-02-14T14:27:37.829Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-02-14T14:27:37.829Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-02-14T14:27:39.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-02-14T14:27:40.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-02-14T14:27:41.512Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite (92.58s) [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.36s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d27d8c4bfc96d] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.25s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d196ca82a5617] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.10s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d8dc2fbe90f9b] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.88s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d34a14960eeeb] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.90s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:1233: [d2e7242cd6a92] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.18s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d9c09df26feaf] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.73s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dca10d7490eda] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.44s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d16801a8819de] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.74s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d11e44716c207] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.89s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d8bf4504b57aa] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.72s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [df32a55be570b] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.47s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dcaeaa211093b] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.51s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d44f189fa2fe2] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.14s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dc563a25b50c6] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.26s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dd59cf538c06e] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.30s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d1e57a55f1b8f] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [df4d30a9e918e] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d8a6570ac54eb] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dcffa3a517f85] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.32s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d3f79548d3d07] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.60s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d91630ec2d209] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d2bc90603cc79] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.42s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d666acd307e44] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d055c4143109a] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.95s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:968: [d38f4b31b5fae] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.52s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d5b0e20d14ee3] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.43s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:1116: [dec60aab5ba31] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.27s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [da038089c864d] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [db664378f15fc] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dd3fe9e235cc5] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.10s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d0275484eaf7c] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.21s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d4d4876416168] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.31s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d0fea00e9e033] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dd646442a0da3] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.25s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d5394f03f4437] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [de57d609e4893] daemon is not started [2020-02-14T14:27:48.063Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d1a870d71c6ae] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.53s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d616f4d7857c5] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.26s) [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.46s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:1084: [dcceaa0ba5cc2] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d8f0dc4a37164] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.38s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d5ff8d1ffcec3] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.72s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d4002da5814c8] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [df94dd0baf31b] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.26s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dc904e446f3a1] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.77s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d18a4d19f0c70] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.52s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [dd4cad8eb3040] daemon is not started [2020-02-14T14:27:48.063Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.78s) [2020-02-14T14:27:48.063Z] docker_cli_network_unix_test.go:46: [d5e47bb2c2f4f] daemon is not started [2020-02-14T14:27:48.063Z] === RUN TestDockerHubPullSuite [2020-02-14T14:27:48.063Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-02-14T14:27:48.063Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-02-14T14:27:48.628Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-02-14T14:27:51.150Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-02-14T14:27:51.406Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-02-14T14:27:52.775Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-02-14T14:27:53.032Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite (5.75s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.42s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.50s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2020-02-14T14:27:53.032Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-02-14T14:27:53.032Z] PASS [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === Skipped [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-02-14T14:27:53.032Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.032Z] [2020-02-14T14:27:53.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-14T14:27:53.032Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_sni_test.go:18: Flakey test [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-14T14:27:53.033Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2020-02-14T14:27:53.033Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-14T14:27:53.033Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-14T14:27:53.033Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-14T14:27:53.033Z] docker_cli_network_unix_test.go:46: [d1a870d71c6ae] daemon is not started [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] [2020-02-14T14:27:53.033Z] DONE 1277 tests, 44 skipped in 2022.448s [2020-02-14T14:27:53.033Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:27:53.033Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:27:53.033Z] +++ kill 7357 [2020-02-14T14:27:54.402Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:27:54.402Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:27:54.402Z] [2020-02-14T14:27:54.402Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:27:54.402Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:27:54.402Z] [2020-02-14T14:27:54.402Z] To set a process to complain mode, use the command line tool [2020-02-14T14:27:54.402Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:27:54.402Z] +++ true [2020-02-14T14:27:54.402Z] [2020-02-14T14:28:02.498Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-02-14T14:28:04.416Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-02-14T14:28:07.690Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-02-14T14:28:10.965Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-02-14T14:28:23.159Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-02-14T14:28:27.334Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-02-14T14:28:29.857Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-02-14T14:28:33.132Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-02-14T14:28:36.406Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-02-14T14:28:39.679Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-02-14T14:28:42.951Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-02-14T14:28:45.473Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-02-14T14:29:41.660Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-02-14T14:29:56.510Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite (1778.71s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.78s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.77s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.67s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.37s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.16s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:563: [de4ee1f6d9d9b] joining swarm manager [d7f397754db21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:585: [df68021fa9b0a] joining swarm manager [d7f397754db21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] check_test.go:380: [de4ee1f6d9d9b] daemon is not started [2020-02-14T14:30:14.567Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.79s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:46: [d87837599fa6a] joining swarm manager [dcea3867e428c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.86s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.33s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.42s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:304: [dd99b03dab075] joining swarm manager [de2c1eefa1c41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:305: [dbf4704bf4be3] joining swarm manager [de2c1eefa1c41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.83s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:272: [dd74341df1981] joining swarm manager [dfc4703027e8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:273: [d8b561f05084c] joining swarm manager [dfc4703027e8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.21s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.36s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.58s) [2020-02-14T14:30:14.567Z] docker_api_swarm_node_test.go:19: [da0a36eaa7f91] joining swarm manager [dab6366e5c4f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_node_test.go:20: [d1a77560f690c] joining swarm manager [dab6366e5c4f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.12s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:502: [d37739d2c3787] joining swarm manager [d036a7bfbea00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:507: [d97de44340e2c] joining swarm manager [d036a7bfbea00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.00s) [2020-02-14T14:30:14.567Z] docker_api_swarm_node_test.go:80: [d40b82a7b2312] joining swarm manager [d7b697f57dede]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.66s) [2020-02-14T14:30:14.567Z] docker_api_swarm_node_test.go:52: [d2e7222823243] joining swarm manager [d6aae7bd12ad3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_node_test.go:53: [de4b8784e6c6d] joining swarm manager [d6aae7bd12ad3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.66s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.54s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:202: [d1779f904db72] joining swarm manager [dce0f2fc84f9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.32s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:384: [dabdb8b9a657e] joining swarm manager [dcc7c9b978ff3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:385: [d2083f65f7260] joining swarm manager [dcc7c9b978ff3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] check_test.go:380: [d2083f65f7260] daemon is not started [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (65.40s) [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:802: [dd6f6263e04a3] joining swarm manager [d4a8ea4e043b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:802: [d662fad42b418] joining swarm manager [d4a8ea4e043b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:802: [d3cc7d39c171f] joining swarm manager [d4a8ea4e043b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:802: [d0b08ff8e6d96] joining swarm manager [d4a8ea4e043b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-14T14:30:14.567Z] docker_api_swarm_test.go:810: [d8aff8eaef8d3] joining swarm manager [d4a8ea4e043b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.45s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.82s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.35s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:394: [de8be68d070f5] joining swarm manager [dcf39f51f9bdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:394: [d561f63997d0f] joining swarm manager [dcf39f51f9bdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.33s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:342: [d2f71e9eaea5c] joining swarm manager [d190081bd997f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:342: [d4da39bc63964] joining swarm manager [d190081bd997f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.21s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:489: [db7a977145f17] joining swarm manager [d8777ab1f6582]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:489: [dbd6fcff27526] joining swarm manager [d8777ab1f6582]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.88s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.05s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:127: [d679d36da94e6] joining swarm manager [de875cdb9b759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:128: [dc3fa2f4bee83] joining swarm manager [de875cdb9b759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:136: [d8115aab63c9a] joining swarm manager [de875cdb9b759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:137: [d1b898335e5b4] joining swarm manager [de875cdb9b759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.07s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.38s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:303: [db7aedb127dc3] joining swarm manager [dbc341df87098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:303: [d231385a20d77] joining swarm manager [dbc341df87098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.64s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:99: [de5a37915ffdc] joining swarm manager [d9a56486dae94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:100: [d69daabf0e08c] joining swarm manager [d9a56486dae94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] check_test.go:380: [de5a37915ffdc] daemon is not started [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.14s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:532: [d9c336c57ed24] joining swarm manager [da7154a55ecbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:533: [d50e13432090c] joining swarm manager [da7154a55ecbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.04s) [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:147: [de648312df35c] joining swarm manager [d04c75b49a6b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_api_swarm_service_test.go:147: [df6a21b8754bf] joining swarm manager [d04c75b49a6b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.57s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.27s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.13s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.22s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.86s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.51s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.11s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.28s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.30s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.38s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.92s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.22s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (14.11s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.71s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.98s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.08s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.49s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.81s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.62s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.00s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.22s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.31s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.82s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.08s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.17s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.14s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.31s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.06s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.53s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.06s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.28s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.83s) [2020-02-14T14:30:14.567Z] docker_cli_service_logs_test.go:241: checking task jt8tp8aevker [2020-02-14T14:30:14.567Z] docker_cli_service_logs_test.go:246: checking messages for jt8tp8aevker [2020-02-14T14:30:14.567Z] docker_cli_service_logs_test.go:241: checking task ty0tdssc90ys [2020-02-14T14:30:14.567Z] docker_cli_service_logs_test.go:246: checking messages for ty0tdssc90ys [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.21s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.14s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.86s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.11s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.45s) [2020-02-14T14:30:14.567Z] docker_cli_swarm_test.go:1901: [d91fdb0b35a3c] joining swarm manager [d2024e46de24c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.567Z] docker_cli_swarm_test.go:1902: [d6eac4313fa23] joining swarm manager [d2024e46de24c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.51s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.25s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.77s) [2020-02-14T14:30:14.567Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.64s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1802: [ddb94876a2799] joining swarm manager [d4b21e2716502]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1803: [d38573a4a6167] joining swarm manager [d4b21e2716502]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.24s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (129.04s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1321: [deb6d84fe42a8] joining swarm manager [dccebaf99fc13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1322: [def34462af8b4] joining swarm manager [dccebaf99fc13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.84s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.70s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.34s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.99s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.22s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.80s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.50s) [2020-02-14T14:30:14.568Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.44s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.24s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.04s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.69s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1186: [d9db2901fa666] joining swarm manager [d035b1e1895ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1195: [de128d2234295] joining swarm manager [d035b1e1895ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.45s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.61s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (142.46s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1118: [df769f5ad9d2e] joining swarm manager [d1fbe13055695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1119: [dbcae4b7914aa] joining swarm manager [d1fbe13055695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1172: [d23d5fdfe81d6] joining swarm manager [d1fbe13055695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.98s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1453: [d3f8944818bf6] joining swarm manager [d5f2a8cd70259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] docker_cli_swarm_test.go:1454: [d1dcaa8ea8220] joining swarm manager [d5f2a8cd70259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.54s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.39s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.12s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.37s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.57s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.61s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.84s) [2020-02-14T14:30:14.568Z] docker_cli_swarm_unix_test.go:62: [d897a6f7437f5] joining swarm manager [d19c1ee82082e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.26s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.38s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.09s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.55s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.47s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.88s) [2020-02-14T14:30:14.568Z] docker_api_swarm_test.go:962: [d374b8743c315] joining swarm manager [d29c476f284a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.19s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.60s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.03s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.50s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (10.76s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.08s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.19s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.15s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.14s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.16s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.05s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.37s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.00s) [2020-02-14T14:30:14.568Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.00s) [2020-02-14T14:30:14.568Z] === RUN TestDockerExternalVolumeSuite [2020-02-14T14:30:14.568Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-02-14T14:30:32.636Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-02-14T14:31:40.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-02-14T14:31:48.386Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-02-14T14:32:20.426Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-02-14T14:32:32.645Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-02-14T14:33:04.684Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-02-14T14:33:19.535Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-02-14T14:33:51.574Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-02-14T14:34:06.426Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-02-14T14:34:24.481Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-02-14T14:35:11.116Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-02-14T14:35:29.170Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-02-14T14:36:01.222Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-02-14T14:36:33.263Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-02-14T14:36:48.119Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-02-14T14:37:06.175Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-02-14T14:37:21.076Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite (441.56s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.97s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:53: [d0720bd6a640e] daemon is not started [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.66s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:53: [da3603cd4c66d] daemon is not started [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:53: [d7d9702645da8] daemon is not started [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:53: [daee64e024014] daemon is not started [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.60s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.84s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.07s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.46s) [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:485: [db8d577ea14c8] daemon is not started [2020-02-14T14:37:35.927Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2020-02-14T14:37:35.927Z] docker_cli_external_volume_driver_test.go:53: [d9b0a67c12188] daemon is not started [2020-02-14T14:37:35.927Z] PASS [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] === Skipped [2020-02-14T14:37:35.927Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-02-14T14:37:35.927Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-02-14T14:37:35.927Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-14T14:37:35.927Z] check_test.go:309: [db6618e640f14] daemon is not started [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-14T14:37:35.927Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-14T14:37:35.927Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-14T14:37:35.927Z] check_test.go:309: [d8d5cbdc4f8e4] daemon is not started [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-14T14:37:35.927Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-02-14T14:37:35.927Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-14T14:37:35.927Z] check_test.go:309: [d86566ccc9e5c] daemon is not started [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-14T14:37:35.927Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-02-14T14:37:35.927Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-14T14:37:35.927Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-14T14:37:35.927Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] [2020-02-14T14:37:35.927Z] DONE 273 tests, 5 skipped in 2604.907s [2020-02-14T14:37:35.927Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-14T14:37:35.927Z] ++++ cat bundles/test-integration/docker.pid [2020-02-14T14:37:35.927Z] +++ kill 7353 [2020-02-14T14:37:36.857Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d84bf1c1d7a04/docker.pid [2020-02-14T14:37:36.857Z] +++ kill 4319 [2020-02-14T14:37:36.857Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 4319 is not a child of this shell [2020-02-14T14:37:36.857Z] warning: PID 4319 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d84bf1c1d7a04/docker.pid had a nonzero exit code [2020-02-14T14:37:36.857Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d84bf1c1d7a04/root: target is busy. [2020-02-14T14:37:36.857Z] +++ /etc/init.d/apparmor stop [2020-02-14T14:37:36.857Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-14T14:37:36.857Z] [2020-02-14T14:37:36.857Z] Unloading profiles will leave already running processes permanently [2020-02-14T14:37:36.857Z] unconfined, which can lead to unexpected situations. [2020-02-14T14:37:36.857Z] [2020-02-14T14:37:36.857Z] To set a process to complain mode, use the command line tool [2020-02-14T14:37:36.857Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-14T14:37:36.857Z] +++ true [2020-02-14T14:37:36.857Z] [2020-02-14T14:37:37.422Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-02-14T14:37:37.435Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-14T14:37:40.162Z] + echo Ensuring container killed. [2020-02-14T14:37:40.162Z] Ensuring container killed. [2020-02-14T14:37:40.162Z] + docker ps -aq -f name=docker-pr5-* [2020-02-14T14:37:40.162Z] + cids=3027c871a489 [2020-02-14T14:37:40.162Z] 55cb2f368134 [2020-02-14T14:37:40.162Z] 004207ac0fa5 [2020-02-14T14:37:40.162Z] + [ -n 3027c871a489 [2020-02-14T14:37:40.162Z] 55cb2f368134 [2020-02-14T14:37:40.162Z] 004207ac0fa5 ] [2020-02-14T14:37:40.162Z] + docker rm -vf 3027c871a489 55cb2f368134 004207ac0fa5 [2020-02-14T14:37:42.062Z] 3027c871a489 [2020-02-14T14:37:42.062Z] 55cb2f368134 [2020-02-14T14:37:42.997Z] 004207ac0fa5 [Pipeline] sh [2020-02-14T14:37:43.281Z] + echo Chowning /workspace to jenkins user [2020-02-14T14:37:43.281Z] Chowning /workspace to jenkins user [2020-02-14T14:37:43.281Z] + id -u [2020-02-14T14:37:43.281Z] + id -g [2020-02-14T14:37:43.281Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40489:/workspace busybox chown -R 1000:1000 /workspace [2020-02-14T14:37:43.281Z] Unable to find image 'busybox:latest' locally [2020-02-14T14:37:43.281Z] latest: Pulling from library/busybox [2020-02-14T14:37:43.281Z] bdbbaa22dec6: Pulling fs layer [2020-02-14T14:37:43.281Z] bdbbaa22dec6: Download complete [2020-02-14T14:37:43.543Z] bdbbaa22dec6: Pull complete [2020-02-14T14:37:43.543Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-14T14:37:43.543Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-14T14:37:47.121Z] + bundleName=amd64 [2020-02-14T14:37:47.121Z] + echo Creating amd64-bundles.tar.gz [2020-02-14T14:37:47.121Z] Creating amd64-bundles.tar.gz [2020-02-14T14:37:47.121Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-02-14T14:37:47.121Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-14T14:37:48.561Z] Archiving artifacts [2020-02-14T14:37:50.388Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-14T14:37:50.701Z] + make clean [2020-02-14T14:37:50.958Z] docker volume rm -f docker-dev-cache [2020-02-14T14:37:50.958Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-14T14:55:12.938Z] ok github.com/docker/docker/integration-cli 2682.940s [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === Skipped [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-02-14T14:55:12.939Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (1.92s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (1.92s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-14T14:55:12.939Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-14T14:55:12.939Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-14T14:55:12.939Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-14T14:55:12.939Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.50s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.50s) [2020-02-14T14:55:12.939Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.81s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.81s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-02-14T14:55:12.939Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s) [2020-02-14T14:55:12.939Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2020-02-14T14:55:12.939Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.939Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.47s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.47s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2020-02-14T14:55:12.940Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.43s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.45s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.43s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2020-02-14T14:55:12.940Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-14T14:55:12.940Z] docker_cli_sni_test.go:18: Flakey test [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-02-14T14:55:12.940Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-02-14T14:55:12.940Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-14T14:55:12.940Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-14T14:55:12.940Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.940Z] [2020-02-14T14:55:12.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-14T14:55:12.940Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-14T14:55:12.941Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-02-14T14:55:12.941Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-02-14T14:55:12.941Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-14T14:55:12.941Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-14T14:55:12.941Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-14T14:55:12.941Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-02-14T14:55:12.941Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-02-14T14:55:12.941Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.941Z] [2020-02-14T14:55:12.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-02-14T14:55:12.941Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-02-14T14:55:12.942Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-14T14:55:12.942Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-14T14:55:12.942Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-14T14:55:12.942Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-14T14:55:12.942Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-14T14:55:12.942Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-14T14:55:12.942Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-14T14:55:12.942Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-14T14:55:12.942Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-14T14:55:12.942Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-14T14:55:12.942Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-02-14T14:55:12.942Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-02-14T14:55:12.942Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-14T14:55:12.942Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.942Z] [2020-02-14T14:55:12.942Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-02-14T14:55:12.942Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-02-14T14:55:12.943Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-14T14:55:12.943Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-02-14T14:55:12.943Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-02-14T14:55:12.943Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.943Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-14T14:55:12.944Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-14T14:55:12.944Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.944Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-14T14:55:12.945Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-14T14:55:12.945Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.945Z] [2020-02-14T14:55:12.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-14T14:55:12.946Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-14T14:55:12.946Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-14T14:55:12.946Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.946Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-14T14:55:12.947Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-02-14T14:55:12.947Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] DONE 1096 tests, 549 skipped in 2695.402s [2020-02-14T14:55:12.947Z] INFO: Integration tests ended at 02/14/2020 14:55:07. Duration:00:44:55.5454201 [2020-02-14T14:55:12.947Z] INFO: Docker info of the daemon under test at end of run [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] Containers: 2 [2020-02-14T14:55:12.947Z] Running: 0 [2020-02-14T14:55:12.947Z] Paused: 0 [2020-02-14T14:55:12.947Z] Stopped: 2 [2020-02-14T14:55:12.947Z] Images: 12 [2020-02-14T14:55:12.947Z] Server Version: 0.0.0-dev [2020-02-14T14:55:12.947Z] Storage Driver: windowsfilter [2020-02-14T14:55:12.947Z] Windows: [2020-02-14T14:55:12.947Z] Logging Driver: json-file [2020-02-14T14:55:12.947Z] Plugins: [2020-02-14T14:55:12.947Z] Volume: local [2020-02-14T14:55:12.947Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-14T14:55:12.947Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-14T14:55:12.947Z] Swarm: inactive [2020-02-14T14:55:12.947Z] Default Isolation: process [2020-02-14T14:55:12.947Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-14T14:55:12.947Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-02-14T14:55:12.947Z] OSType: windows [2020-02-14T14:55:12.947Z] Architecture: x86_64 [2020-02-14T14:55:12.947Z] CPUs: 4 [2020-02-14T14:55:12.947Z] Total Memory: 32GiB [2020-02-14T14:55:12.947Z] Name: azwin-2-9e4170 [2020-02-14T14:55:12.947Z] ID: 7XWD:RHHN:4MVP:KPHI:SLVC:ULWH:XSAY:XQM2:O4DX:NSUF:6IGQ:AF4P [2020-02-14T14:55:12.947Z] Docker Root Dir: D:\CI\PR-40489\5\daemon [2020-02-14T14:55:12.947Z] Debug Mode (client): false [2020-02-14T14:55:12.947Z] Debug Mode (server): true [2020-02-14T14:55:12.947Z] File Descriptors: -1 [2020-02-14T14:55:12.947Z] Goroutines: 18 [2020-02-14T14:55:12.947Z] System Time: 2020-02-14T14:55:07.9308627Z [2020-02-14T14:55:12.947Z] EventsListeners: 0 [2020-02-14T14:55:12.947Z] Registry: https://index.docker.io/v1/ [2020-02-14T14:55:12.947Z] Labels: [2020-02-14T14:55:12.947Z] Experimental: false [2020-02-14T14:55:12.947Z] Insecure Registries: [2020-02-14T14:55:12.947Z] 127.0.0.0/8 [2020-02-14T14:55:12.947Z] Live Restore Enabled: false [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] [2020-02-14T14:55:12.947Z] INFO: Stopping daemon under test [2020-02-14T14:55:12.947Z] SUCCESS: The process with PID 5240 (child process of PID 4304) has been terminated. [2020-02-14T14:55:12.947Z] SUCCESS: The process with PID 4304 (child process of PID 1692) has been terminated. [2020-02-14T14:55:12.947Z] INFO: Stop tailing logs of the daemon under tests [2020-02-14T14:55:12.947Z] INFO: executeCI.ps1 Completed successfully at 02/14/2020 14:55:08. [2020-02-14T14:55:12.947Z] INFO: Tidying up at end of run [2020-02-14T14:55:12.947Z] INFO: Saving daemon under test log (d:\CI\PR-40489\5\dut.out) to C:\windows\TEMP\CIDUT.out [2020-02-14T14:55:12.947Z] INFO: Saving daemon under test log (d:\CI\PR-40489\5\dut.err) to C:\windows\TEMP\CIDUT.err [2020-02-14T14:55:12.947Z] INFO: Nuke-Everything... [2020-02-14T14:55:12.947Z] INFO: Container count on control daemon to delete is 2 [2020-02-14T14:55:12.947Z] a9d00db6b10e [2020-02-14T14:55:12.947Z] e7020b0aca70 [2020-02-14T14:55:12.947Z] INFO: Tidying pidfile d:\CI\PR-40489\5\docker.pid [2020-02-14T14:55:12.947Z] INFO: Nuking d:\CI [2020-02-14T14:55:43.080Z] INFO: Zapped successfully [2020-02-14T14:55:43.080Z] [2020-02-14T14:55:43.080Z] INFO: executeCI.ps1 exiting at Fri Feb 14 14:55:39 CUT 2020. Duration 01:09:20.4013974 [2020-02-14T14:55:43.080Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-02-14T14:55:43.330Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-02-14T14:55:56.539Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-02-14T14:55:59.057Z] Archiving artifacts [2020-02-14T14:56:13.101Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40489/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-14T14:56:14.056Z] + make clean [2020-02-14T14:56:15.620Z] docker volume rm -f docker-dev-cache [2020-02-14T14:56:16.095Z] 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