Pull request #39998 updated Started by user Sebastiaan van Stijn Rebuilds build #48 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476+36cf709abdf820cc04b8a61bbc3724644924237b (e1797be1f911659863bd4a42465d23fd146adba5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-12-21T10:04:47.039Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-12-21T10:04:47.048Z] Trying to pass milestone 48 [Pipeline] milestone [2019-12-21T10:04:47.079Z] Trying to pass milestone 49 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-12-21T10:05:02.259Z] Still waiting to schedule task [2019-12-21T10:05:02.259Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-12-21T10:06:11.259Z] Running on ubuntu-1804-overlay2 (i-089aab959b0607bf0) in /home/ubuntu/workspace/moby_PR-39998 [Pipeline] { [Pipeline] checkout [2019-12-21T10:06:16.316Z] using credential docker-jenkins-github-credentials [2019-12-21T10:06:16.325Z] Cloning the remote Git repository [2019-12-21T10:06:16.325Z] Cloning with configured refspecs honoured and without tags [2019-12-21T10:06:16.418Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:06:16.460Z] > git init /home/ubuntu/workspace/moby_PR-39998 # timeout=10 [2019-12-21T10:06:16.942Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:06:16.942Z] > git --version # timeout=10 [2019-12-21T10:06:16.970Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:06:16.972Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:06:41.553Z] Fetching without tags [2019-12-21T10:06:42.043Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:06:41.456Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:06:41.473Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:06:41.486Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:06:41.524Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:06:41.598Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:06:41.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:06:41.599Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:06:42.048Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:06:42.087Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:06:43.941Z] Merge succeeded, producing a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:06:43.942Z] Checking out Revision a1f92df52ed79c85a6a04ae97141e7bee72888b8 (PR-39998) [2019-12-21T10:06:43.302Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:06:43.917Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:06:43.943Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:06:43.970Z] > git checkout -f a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:06:45.105Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:06:45.107Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-21T10:06:46.538Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39998:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2019-12-21T10:06:56.538Z] Unable to find image 'alpine:latest' locally [2019-12-21T10:06:56.538Z] latest: Pulling from library/alpine [2019-12-21T10:06:56.538Z] 63bc94deeb28: Pulling fs layer [2019-12-21T10:06:56.538Z] 63bc94deeb28: Verifying Checksum [2019-12-21T10:06:56.538Z] 63bc94deeb28: Download complete [2019-12-21T10:06:56.538Z] 63bc94deeb28: Pull complete [2019-12-21T10:06:56.538Z] Digest: sha256:7c92a2c6bbcb6b6beff92d0a940779769c2477b807c202954c537e2e0deb9bed [2019-12-21T10:06:56.538Z] Status: Downloaded newer image for alpine:latest [2019-12-21T10:07:01.807Z] 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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-12-21T10:07:02.123Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0b9410aa64709e638) in /home/ubuntu/workspace/moby_PR-39998 [Pipeline] // stage [2019-12-21T10:07:02.138Z] Running on ppc64le-ubuntu-28 in /home/docker/workspace/moby_PR-39998 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [2019-12-21T10:07:02.163Z] Running on ubuntu-1804-overlay2 (i-089aab959b0607bf0) in /home/ubuntu/workspace/moby_PR-39998 [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 [Pipeline] { [2019-12-21T10:07:02.227Z] using credential docker-jenkins-github-credentials [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-12-21T10:07:02.235Z] Cloning the remote Git repository [2019-12-21T10:07:02.235Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [2019-12-21T10:07:02.273Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-12-21T10:07:02.282Z] using credential docker-jenkins-github-credentials [2019-12-21T10:07:02.284Z] Running on s390x-ubuntu-13 in /home/jenkins/workspace/moby_PR-39998 [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2019-12-21T10:07:02.298Z] Cloning the remote Git repository [2019-12-21T10:07:02.298Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-12-21T10:07:02.318Z] Fetching changes from the remote Git repository [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] checkout [2019-12-21T10:07:02.351Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-12-21T10:07:02.575Z] using credential docker-jenkins-github-credentials [2019-12-21T10:07:02.627Z] Cloning the remote Git repository [2019-12-21T10:07:02.628Z] Cloning with configured refspecs honoured and without tags [2019-12-21T10:07:03.027Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:02.242Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:07:02.242Z] > git init /home/ubuntu/workspace/moby_PR-39998 # timeout=10 [2019-12-21T10:07:02.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:02.268Z] > git --version # timeout=10 [2019-12-21T10:07:02.271Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:02.272Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:02.301Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:07:02.301Z] > git init /home/docker/workspace/moby_PR-39998 # timeout=10 [2019-12-21T10:07:02.316Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:02.317Z] > git --version # timeout=10 [2019-12-21T10:07:02.321Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:02.322Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:02.282Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-12-21T10:07:02.323Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:02.355Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:02.355Z] > git --version # timeout=10 [2019-12-21T10:07:02.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:02.392Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:03.032Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:03.059Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:02.670Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:07:02.673Z] > git init /home/jenkins/workspace/moby_PR-39998 # timeout=10 [2019-12-21T10:07:02.714Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:02.716Z] > git --version # timeout=10 [2019-12-21T10:07:02.736Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:02.742Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:03.588Z] Merge succeeded, producing ae6b852afa09c658cb674c3f6200d3194176b3e7 [2019-12-21T10:07:03.588Z] Checking out Revision ae6b852afa09c658cb674c3f6200d3194176b3e7 (PR-39998) [2019-12-21T10:07:03.813Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:07:03.265Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:07:03.570Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:07:03.636Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:03.648Z] > git checkout -f ae6b852afa09c658cb674c3f6200d3194176b3e7 [2019-12-21T10:07:03.819Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:07:04.877Z] + docker version [2019-12-21T10:07:04.877Z] Client: Docker Engine - Community [2019-12-21T10:07:04.877Z] Version: 19.03.2 [2019-12-21T10:07:04.877Z] API version: 1.40 [2019-12-21T10:07:04.877Z] Go version: go1.12.8 [2019-12-21T10:07:04.877Z] Git commit: 6a30dfc [2019-12-21T10:07:04.877Z] Built: Thu Aug 29 05:29:11 2019 [2019-12-21T10:07:04.877Z] OS/Arch: linux/amd64 [2019-12-21T10:07:04.877Z] Experimental: false [2019-12-21T10:07:04.877Z] [2019-12-21T10:07:04.877Z] Server: Docker Engine - Community [2019-12-21T10:07:04.877Z] Engine: [2019-12-21T10:07:04.877Z] Version: 19.03.2 [2019-12-21T10:07:04.877Z] API version: 1.40 (minimum version 1.12) [2019-12-21T10:07:04.877Z] Go version: go1.12.8 [2019-12-21T10:07:04.877Z] Git commit: 6a30dfc [2019-12-21T10:07:04.877Z] Built: Thu Aug 29 05:27:45 2019 [2019-12-21T10:07:04.877Z] OS/Arch: linux/amd64 [2019-12-21T10:07:04.877Z] Experimental: true [2019-12-21T10:07:04.877Z] containerd: [2019-12-21T10:07:04.877Z] Version: 1.2.6 [2019-12-21T10:07:04.877Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:07:04.877Z] runc: [2019-12-21T10:07:04.877Z] Version: 1.0.0-rc8 [2019-12-21T10:07:04.877Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:07:04.877Z] docker-init: [2019-12-21T10:07:04.877Z] Version: 0.18.0 [2019-12-21T10:07:04.877Z] GitCommit: fec3683 [Pipeline] sh [2019-12-21T10:07:05.183Z] + docker info [2019-12-21T10:07:11.623Z] Fetching without tags [2019-12-21T10:07:11.482Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:11.501Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:07:11.521Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:07:11.587Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:11.662Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:11.664Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:11.665Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:12.037Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:13.216Z] Merge succeeded, producing 8f1499b77d2a54c3db8df98beffe212f06cb8fe4 [2019-12-21T10:07:13.217Z] Checking out Revision 8f1499b77d2a54c3db8df98beffe212f06cb8fe4 (PR-39998) [2019-12-21T10:07:12.072Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:12.091Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:12.694Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:07:13.179Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:07:13.251Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:13.272Z] > git checkout -f 8f1499b77d2a54c3db8df98beffe212f06cb8fe4 [2019-12-21T10:07:13.731Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:07:13.766Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:07:15.223Z] Client: [2019-12-21T10:07:15.223Z] Debug Mode: false [2019-12-21T10:07:15.223Z] [2019-12-21T10:07:15.223Z] Server: [2019-12-21T10:07:15.223Z] Containers: 0 [2019-12-21T10:07:15.223Z] Running: 0 [2019-12-21T10:07:15.223Z] Paused: 0 [2019-12-21T10:07:15.223Z] Stopped: 0 [2019-12-21T10:07:15.223Z] Images: 1 [2019-12-21T10:07:15.223Z] Server Version: 19.03.2 [2019-12-21T10:07:15.223Z] Storage Driver: overlay2 [2019-12-21T10:07:15.223Z] Backing Filesystem: extfs [2019-12-21T10:07:15.223Z] Supports d_type: true [2019-12-21T10:07:15.223Z] Native Overlay Diff: true [2019-12-21T10:07:15.223Z] Logging Driver: json-file [2019-12-21T10:07:15.223Z] Cgroup Driver: cgroupfs [2019-12-21T10:07:15.223Z] Plugins: [2019-12-21T10:07:15.223Z] Volume: local [2019-12-21T10:07:15.223Z] Network: bridge host ipvlan macvlan null overlay [2019-12-21T10:07:15.223Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-21T10:07:15.223Z] Swarm: inactive [2019-12-21T10:07:15.223Z] Runtimes: runc [2019-12-21T10:07:15.223Z] Default Runtime: runc [2019-12-21T10:07:15.223Z] Init Binary: docker-init [2019-12-21T10:07:15.223Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:07:15.223Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:07:15.223Z] init version: fec3683 [2019-12-21T10:07:15.223Z] Security Options: [2019-12-21T10:07:15.223Z] apparmor [2019-12-21T10:07:15.223Z] seccomp [2019-12-21T10:07:15.223Z] Profile: default [2019-12-21T10:07:15.223Z] Kernel Version: 4.15.0-1048-aws [2019-12-21T10:07:15.223Z] Operating System: Ubuntu 18.04.3 LTS [2019-12-21T10:07:15.223Z] OSType: linux [2019-12-21T10:07:15.223Z] Architecture: x86_64 [2019-12-21T10:07:15.223Z] CPUs: 2 [2019-12-21T10:07:15.223Z] Total Memory: 7.501GiB [2019-12-21T10:07:15.223Z] Name: ip-10-100-92-92 [2019-12-21T10:07:15.223Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-12-21T10:07:15.223Z] Docker Root Dir: /var/lib/docker [2019-12-21T10:07:15.223Z] Debug Mode: false [2019-12-21T10:07:15.223Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:07:15.223Z] Labels: [2019-12-21T10:07:15.223Z] Experimental: true [2019-12-21T10:07:15.223Z] Insecure Registries: [2019-12-21T10:07:15.223Z] 127.0.0.0/8 [2019-12-21T10:07:15.223Z] Live Restore Enabled: true [2019-12-21T10:07:15.223Z] [2019-12-21T10:07:15.223Z] WARNING: No swap limit support [Pipeline] sh [2019-12-21T10:07:15.892Z] + docker version [2019-12-21T10:07:15.892Z] Client: [2019-12-21T10:07:15.892Z] Version: 18.06.1-ce [2019-12-21T10:07:15.892Z] API version: 1.38 [2019-12-21T10:07:15.892Z] Go version: go1.10.3 [2019-12-21T10:07:15.892Z] Git commit: e68fc7a [2019-12-21T10:07:15.892Z] Built: Tue Aug 21 17:24:34 2018 [2019-12-21T10:07:15.892Z] OS/Arch: linux/s390x [2019-12-21T10:07:15.892Z] Experimental: false [2019-12-21T10:07:15.892Z] [2019-12-21T10:07:15.892Z] Server: [2019-12-21T10:07:15.892Z] Engine: [2019-12-21T10:07:15.892Z] Version: 18.06.1-ce [2019-12-21T10:07:15.892Z] API version: 1.38 (minimum version 1.12) [2019-12-21T10:07:15.892Z] Go version: go1.10.3 [2019-12-21T10:07:15.892Z] Git commit: e68fc7a [2019-12-21T10:07:15.892Z] Built: Tue Aug 21 17:23:34 2018 [2019-12-21T10:07:15.892Z] OS/Arch: linux/s390x [2019-12-21T10:07:15.892Z] Experimental: true [2019-12-21T10:07:15.921Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:15.921Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:15.921Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39998/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-21T10:07:15.921Z] + bash /home/ubuntu/workspace/moby_PR-39998/check-config.sh [2019-12-21T10:07:15.921Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-21T10:07:15.921Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-21T10:07:15.921Z] [2019-12-21T10:07:15.921Z] Generally Necessary: [2019-12-21T10:07:15.921Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-21T10:07:15.921Z] - apparmor: enabled and tools installed [Pipeline] sh [2019-12-21T10:07:16.183Z] - CONFIG_NAMESPACES: enabled [2019-12-21T10:07:16.183Z] - CONFIG_NET_NS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_PID_NS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_IPC_NS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_UTS_NS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUPS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CPUSETS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_MEMCG: enabled [2019-12-21T10:07:16.183Z] - CONFIG_KEYS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_VETH: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-21T10:07:16.183Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-21T10:07:16.183Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-21T10:07:16.183Z] [2019-12-21T10:07:16.183Z] Optional Features: [2019-12-21T10:07:16.183Z] - CONFIG_USER_NS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_SECCOMP: enabled [2019-12-21T10:07:16.183Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-21T10:07:16.183Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-21T10:07:16.183Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-21T10:07:16.183Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-21T10:07:16.183Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-12-21T10:07:16.183Z] - CONFIG_BLK_CGROUP: enabled [2019-12-21T10:07:16.183Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-21T10:07:16.183Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-21T10:07:16.195Z] Fetching without tags [2019-12-21T10:07:16.175Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:16.180Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:07:16.185Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:07:16.193Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:16.202Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:16.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:16.203Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:16.448Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CGROUP_PERF: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-21T10:07:16.448Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-21T10:07:16.448Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-21T10:07:16.448Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-21T10:07:16.448Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_IP_VS: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-21T10:07:16.448Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-21T10:07:16.448Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-21T10:07:16.448Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_EXT4_FS: enabled [2019-12-21T10:07:16.448Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-21T10:07:16.448Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-21T10:07:16.448Z] - Network Drivers: [2019-12-21T10:07:16.448Z] - "overlay": [2019-12-21T10:07:16.448Z] - CONFIG_VXLAN: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-21T10:07:16.448Z] Optional (for encrypted networks): [2019-12-21T10:07:16.448Z] - CONFIG_CRYPTO: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-21T10:07:16.448Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-21T10:07:16.448Z] - CONFIG_XFRM: enabled [2019-12-21T10:07:16.448Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-21T10:07:16.448Z] - "ipvlan": [2019-12-21T10:07:16.448Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-21T10:07:16.448Z] - "macvlan": [2019-12-21T10:07:16.448Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-21T10:07:16.448Z] - CONFIG_DUMMY: enabled (as module) [2019-12-21T10:07:16.448Z] - "ftp,tftp client in container": [2019-12-21T10:07:16.649Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:16.706Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-21T10:07:16.706Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-21T10:07:16.706Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-21T10:07:16.706Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-21T10:07:16.706Z] - Storage Drivers: [2019-12-21T10:07:16.706Z] - "aufs": [2019-12-21T10:07:16.706Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-21T10:07:16.706Z] - "btrfs": [2019-12-21T10:07:16.706Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-21T10:07:16.706Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-21T10:07:16.706Z] - "devicemapper": [2019-12-21T10:07:16.706Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-21T10:07:16.706Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-21T10:07:16.706Z] - "overlay": [2019-12-21T10:07:16.706Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-21T10:07:16.706Z] - "zfs": [2019-12-21T10:07:16.706Z] - /dev/zfs: missing [2019-12-21T10:07:16.706Z] - zfs command: missing [2019-12-21T10:07:16.706Z] - zpool command: missing [2019-12-21T10:07:16.706Z] [2019-12-21T10:07:16.706Z] Limits: [2019-12-21T10:07:16.706Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-21T10:07:16.706Z] [2019-12-21T10:07:16.706Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-21T10:07:16.836Z] + docker info [2019-12-21T10:07:16.836Z] Containers: 0 [2019-12-21T10:07:16.836Z] Running: 0 [2019-12-21T10:07:16.836Z] Paused: 0 [2019-12-21T10:07:16.836Z] Stopped: 0 [2019-12-21T10:07:16.836Z] Images: 0 [2019-12-21T10:07:16.836Z] Server Version: 18.06.1-ce [2019-12-21T10:07:16.836Z] Storage Driver: overlay2 [2019-12-21T10:07:16.836Z] Backing Filesystem: extfs [2019-12-21T10:07:16.836Z] Supports d_type: true [2019-12-21T10:07:16.836Z] Native Overlay Diff: true [2019-12-21T10:07:16.836Z] Logging Driver: json-file [2019-12-21T10:07:16.836Z] Cgroup Driver: cgroupfs [2019-12-21T10:07:16.836Z] Plugins: [2019-12-21T10:07:16.836Z] Volume: local [2019-12-21T10:07:16.836Z] Network: bridge host ipvlan macvlan null overlay [2019-12-21T10:07:16.836Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-12-21T10:07:16.836Z] Swarm: inactive [2019-12-21T10:07:16.836Z] Runtimes: runc [2019-12-21T10:07:16.836Z] Default Runtime: runc [2019-12-21T10:07:16.836Z] Init Binary: docker-init [2019-12-21T10:07:16.836Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-12-21T10:07:16.836Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-12-21T10:07:16.836Z] init version: fec3683 [2019-12-21T10:07:16.836Z] Security Options: [2019-12-21T10:07:16.836Z] apparmor [2019-12-21T10:07:16.836Z] seccomp [2019-12-21T10:07:16.836Z] Profile: default [2019-12-21T10:07:16.836Z] Kernel Version: 4.4.0-166-generic [2019-12-21T10:07:16.836Z] Operating System: Ubuntu 16.04.5 LTS [2019-12-21T10:07:16.836Z] OSType: linux [2019-12-21T10:07:16.836Z] Architecture: s390x [2019-12-21T10:07:16.836Z] CPUs: 2 [2019-12-21T10:07:16.836Z] Total Memory: 7.862GiB [2019-12-21T10:07:16.836Z] Name: s390x-ubuntu-13 [2019-12-21T10:07:16.836Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-12-21T10:07:16.836Z] Docker Root Dir: /var/lib/docker [2019-12-21T10:07:16.836Z] Debug Mode (client): false [2019-12-21T10:07:16.836Z] Debug Mode (server): false [2019-12-21T10:07:16.836Z] Username: dockerbuildbot [2019-12-21T10:07:16.836Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:07:16.836Z] Labels: [2019-12-21T10:07:16.836Z] Experimental: true [2019-12-21T10:07:16.836Z] Insecure Registries: [2019-12-21T10:07:16.836Z] 127.0.0.0/8 [2019-12-21T10:07:16.836Z] Live Restore Enabled: false [2019-12-21T10:07:16.836Z] [2019-12-21T10:07:16.836Z] WARNING: No swap limit support [Pipeline] sh [2019-12-21T10:07:17.068Z] Still waiting to schedule task [2019-12-21T10:07:17.068Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-12-21T10:07:17.099Z] Still waiting to schedule task [2019-12-21T10:07:17.099Z] Waiting for next available executor on ‘azwin-2-478ee0’ [2019-12-21T10:07:17.173Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 . [2019-12-21T10:07:17.173Z] #2 [internal] load .dockerignore [2019-12-21T10:07:17.173Z] #2 transferring context: [2019-12-21T10:07:17.432Z] #2 transferring context: 112B done [2019-12-21T10:07:17.432Z] #2 DONE 0.1s [2019-12-21T10:07:17.432Z] [2019-12-21T10:07:17.432Z] #1 [internal] load build definition from Dockerfile [2019-12-21T10:07:17.432Z] #1 transferring dockerfile: 15.33kB done [2019-12-21T10:07:17.432Z] #1 DONE 0.1s [2019-12-21T10:07:17.432Z] [2019-12-21T10:07:17.432Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-21T10:07:17.653Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:17.653Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:17.653Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39998/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-21T10:07:17.653Z] + bash /home/jenkins/workspace/moby_PR-39998/check-config.sh [2019-12-21T10:07:17.653Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-21T10:07:17.653Z] info: reading kernel config from /boot/config-4.4.0-166-generic ... [2019-12-21T10:07:17.653Z] [2019-12-21T10:07:17.653Z] Generally Necessary: [2019-12-21T10:07:17.653Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-21T10:07:17.653Z] - apparmor: enabled and tools installed [2019-12-21T10:07:17.653Z] - CONFIG_NAMESPACES: enabled [2019-12-21T10:07:17.653Z] - CONFIG_NET_NS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_PID_NS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_IPC_NS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_UTS_NS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUPS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CPUSETS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_MEMCG: enabled [2019-12-21T10:07:17.653Z] - CONFIG_KEYS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_VETH: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-21T10:07:17.653Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-21T10:07:17.653Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-21T10:07:17.653Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-12-21T10:07:17.653Z] [2019-12-21T10:07:17.653Z] Optional Features: [2019-12-21T10:07:17.653Z] - CONFIG_USER_NS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_SECCOMP: enabled [2019-12-21T10:07:17.653Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-21T10:07:17.653Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-21T10:07:17.688Z] #3 DONE 0.3s [2019-12-21T10:07:17.688Z] [2019-12-21T10:07:17.688Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-21T10:07:17.688Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-21T10:07:17.688Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-21T10:07:17.688Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-12-21T10:07:17.688Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-12-21T10:07:17.688Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.1s [2019-12-21T10:07:17.688Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 7.80MB / 8.82MB 0.2s [2019-12-21T10:07:17.688Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2019-12-21T10:07:17.944Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2019-12-21T10:07:18.024Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-21T10:07:18.024Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-21T10:07:18.024Z] - CONFIG_MEMCG_KMEM: enabled [2019-12-21T10:07:18.024Z] - CONFIG_BLK_CGROUP: enabled [2019-12-21T10:07:18.024Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-21T10:07:18.024Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-21T10:07:18.024Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-21T10:07:18.024Z] - CONFIG_CGROUP_PERF: enabled [2019-12-21T10:07:18.024Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-21T10:07:18.024Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-21T10:07:18.024Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-21T10:07:18.024Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-21T10:07:18.024Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-21T10:07:18.024Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_IP_VS: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-21T10:07:18.024Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-21T10:07:18.024Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-21T10:07:18.024Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_EXT4_FS: enabled [2019-12-21T10:07:18.024Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-21T10:07:18.024Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-21T10:07:18.024Z] - Network Drivers: [2019-12-21T10:07:18.024Z] - "overlay": [2019-12-21T10:07:18.024Z] - CONFIG_VXLAN: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-21T10:07:18.024Z] Optional (for encrypted networks): [2019-12-21T10:07:18.024Z] - CONFIG_CRYPTO: enabled [2019-12-21T10:07:18.024Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_XFRM: enabled [2019-12-21T10:07:18.024Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-21T10:07:18.024Z] - "ipvlan": [2019-12-21T10:07:18.024Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-21T10:07:18.024Z] - "macvlan": [2019-12-21T10:07:18.024Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_DUMMY: enabled (as module) [2019-12-21T10:07:18.024Z] - "ftp,tftp client in container": [2019-12-21T10:07:18.024Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-21T10:07:18.024Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-21T10:07:18.024Z] - Storage Drivers: [2019-12-21T10:07:18.024Z] - "aufs": [2019-12-21T10:07:18.024Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-21T10:07:18.024Z] - "btrfs": [2019-12-21T10:07:18.024Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-21T10:07:18.025Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-21T10:07:18.025Z] - "devicemapper": [2019-12-21T10:07:18.025Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-21T10:07:18.025Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-21T10:07:18.025Z] - "overlay": [2019-12-21T10:07:18.025Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-21T10:07:18.025Z] - "zfs": [2019-12-21T10:07:18.025Z] - /dev/zfs: missing [2019-12-21T10:07:18.025Z] - zfs command: missing [2019-12-21T10:07:18.025Z] - zpool command: missing [2019-12-21T10:07:18.025Z] [2019-12-21T10:07:18.025Z] Limits: [2019-12-21T10:07:18.025Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-21T10:07:18.025Z] [2019-12-21T10:07:18.025Z] + true [Pipeline] } [2019-12-21T10:07:16.655Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:16.663Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:17.477Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-21T10:07:18.200Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.4s done [2019-12-21T10:07:18.254Z] Merge succeeded, producing acdb48357632681721437198e798e4f1812606ba [2019-12-21T10:07:18.255Z] Checking out Revision acdb48357632681721437198e798e4f1812606ba (PR-39998) [2019-12-21T10:07:18.344Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:07:18.252Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:07:18.261Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:18.265Z] > git checkout -f acdb48357632681721437198e798e4f1812606ba [2019-12-21T10:07:18.350Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [2019-12-21T10:07:18.459Z] #4 DONE 0.7s [2019-12-21T10:07:18.715Z] [2019-12-21T10:07:18.715Z] #6 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-21T10:07:18.884Z] + make bundles/buildx [2019-12-21T10:07:18.884Z] make: command: Command not found [2019-12-21T10:07:18.884Z] make: command: Command not found [2019-12-21T10:07:18.884Z] mkdir bundles [2019-12-21T10:07:18.884Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-12-21T10:07:18.884Z] --build-arg BUILDX_COMMIT \ [2019-12-21T10:07:18.884Z] --build-arg BUILDX_REPO \ [2019-12-21T10:07:18.884Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-12-21T10:07:18.884Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-12-21T10:07:18.884Z] . [2019-12-21T10:07:18.884Z] /bin/sh: 4: go: not found [2019-12-21T10:07:18.884Z] /bin/sh: 5: go: not found [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:07:19.286Z] #6 DONE 0.2s [2019-12-21T10:07:19.286Z] [2019-12-21T10:07:19.286Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-21T10:07:19.286Z] #5 DONE 0.2s [2019-12-21T10:07:19.286Z] [2019-12-21T10:07:19.286Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:07:19.286Z] #7 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-21T10:07:19.286Z] #7 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-21T10:07:19.286Z] #7 sha256:ddeac8b5f8711a57ce2793ff0882cd4ca0b24ac99e6836ca717589fc7f7af914 1.80kB / 1.80kB done [2019-12-21T10:07:19.286Z] #7 sha256:d30a8b8b92e26c81159500588fe731b46bdfd3ab9724734ffc2ea4387a526662 5.47kB / 5.47kB done [2019-12-21T10:07:19.286Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 2.30MB / 45.38MB 0.2s [2019-12-21T10:07:19.286Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 2.61MB / 10.80MB 0.2s [2019-12-21T10:07:19.544Z] + docker version [2019-12-21T10:07:19.544Z] Client: Docker Engine - Community [2019-12-21T10:07:19.544Z] Version: 19.03.2 [2019-12-21T10:07:19.544Z] API version: 1.40 [2019-12-21T10:07:19.544Z] Go version: go1.12.8 [2019-12-21T10:07:19.544Z] Git commit: 6a30dfc [2019-12-21T10:07:19.544Z] Built: Thu Aug 29 05:32:25 2019 [2019-12-21T10:07:19.544Z] OS/Arch: linux/arm64 [2019-12-21T10:07:19.544Z] Experimental: false [2019-12-21T10:07:19.544Z] [2019-12-21T10:07:19.544Z] Server: Docker Engine - Community [2019-12-21T10:07:19.544Z] Engine: [2019-12-21T10:07:19.544Z] Version: 19.03.2 [2019-12-21T10:07:19.544Z] API version: 1.40 (minimum version 1.12) [2019-12-21T10:07:19.544Z] Go version: go1.12.8 [2019-12-21T10:07:19.544Z] Git commit: 6a30dfc [2019-12-21T10:07:19.544Z] Built: Thu Aug 29 05:30:57 2019 [2019-12-21T10:07:19.544Z] OS/Arch: linux/arm64 [2019-12-21T10:07:19.544Z] Experimental: true [2019-12-21T10:07:19.544Z] containerd: [2019-12-21T10:07:19.544Z] Version: 1.2.6 [2019-12-21T10:07:19.544Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:07:19.544Z] runc: [2019-12-21T10:07:19.544Z] Version: 1.0.0-rc8 [2019-12-21T10:07:19.544Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:07:19.544Z] docker-init: [2019-12-21T10:07:19.544Z] Version: 0.18.0 [2019-12-21T10:07:19.544Z] GitCommit: fec3683 [Pipeline] sh [2019-12-21T10:07:19.559Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 7.95MB / 45.38MB 0.4s [2019-12-21T10:07:19.559Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 7.54MB / 10.80MB 0.4s [2019-12-21T10:07:19.817Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 10.76MB / 45.38MB 0.5s [2019-12-21T10:07:19.817Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 8.77MB / 10.80MB 0.5s [2019-12-21T10:07:19.817Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 13.41MB / 45.38MB 0.6s [2019-12-21T10:07:19.817Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.6s [2019-12-21T10:07:19.817Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 180.22kB / 4.34MB 0.6s [2019-12-21T10:07:19.817Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 607.76kB / 4.34MB 0.7s [2019-12-21T10:07:19.837Z] + docker info [2019-12-21T10:07:20.076Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.8s done [2019-12-21T10:07:20.076Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 2.40MB / 4.34MB 0.8s [2019-12-21T10:07:20.076Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 0B / 50.07MB 0.8s [2019-12-21T10:07:20.076Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 16.42MB / 45.38MB 1.0s [2019-12-21T10:07:20.076Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.07MB / 4.34MB 1.0s [2019-12-21T10:07:20.332Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 19.67MB / 45.38MB 1.2s [2019-12-21T10:07:20.332Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.34MB / 4.34MB 1.0s done [2019-12-21T10:07:20.332Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 8.31MB / 50.07MB 1.2s [2019-12-21T10:07:20.332Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 1.07MB / 57.69MB 1.2s [2019-12-21T10:07:20.409Z] Client: [2019-12-21T10:07:20.409Z] Debug Mode: false [2019-12-21T10:07:20.409Z] [2019-12-21T10:07:20.409Z] Server: [2019-12-21T10:07:20.409Z] Containers: 0 [2019-12-21T10:07:20.409Z] Running: 0 [2019-12-21T10:07:20.409Z] Paused: 0 [2019-12-21T10:07:20.409Z] Stopped: 0 [2019-12-21T10:07:20.409Z] Images: 2 [2019-12-21T10:07:20.409Z] Server Version: 19.03.2 [2019-12-21T10:07:20.409Z] Storage Driver: overlay2 [2019-12-21T10:07:20.409Z] Backing Filesystem: extfs [2019-12-21T10:07:20.409Z] Supports d_type: true [2019-12-21T10:07:20.409Z] Native Overlay Diff: true [2019-12-21T10:07:20.409Z] Logging Driver: json-file [2019-12-21T10:07:20.409Z] Cgroup Driver: cgroupfs [2019-12-21T10:07:20.409Z] Plugins: [2019-12-21T10:07:20.409Z] Volume: local [2019-12-21T10:07:20.409Z] Network: bridge host ipvlan macvlan null overlay [2019-12-21T10:07:20.409Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-21T10:07:20.409Z] Swarm: inactive [2019-12-21T10:07:20.409Z] Runtimes: runc [2019-12-21T10:07:20.409Z] Default Runtime: runc [2019-12-21T10:07:20.409Z] Init Binary: docker-init [2019-12-21T10:07:20.409Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:07:20.409Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:07:20.409Z] init version: fec3683 [2019-12-21T10:07:20.409Z] Security Options: [2019-12-21T10:07:20.409Z] apparmor [2019-12-21T10:07:20.409Z] seccomp [2019-12-21T10:07:20.409Z] Profile: default [2019-12-21T10:07:20.409Z] Kernel Version: 4.15.0-1048-aws [2019-12-21T10:07:20.409Z] Operating System: Ubuntu 16.04.6 LTS [2019-12-21T10:07:20.409Z] OSType: linux [2019-12-21T10:07:20.409Z] Architecture: aarch64 [2019-12-21T10:07:20.409Z] CPUs: 4 [2019-12-21T10:07:20.409Z] Total Memory: 7.525GiB [2019-12-21T10:07:20.409Z] Name: ip-10-100-45-102 [2019-12-21T10:07:20.409Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-12-21T10:07:20.409Z] Docker Root Dir: /var/lib/docker [2019-12-21T10:07:20.409Z] Debug Mode: false [2019-12-21T10:07:20.409Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:07:20.409Z] Labels: [2019-12-21T10:07:20.409Z] Experimental: true [2019-12-21T10:07:20.409Z] Insecure Registries: [2019-12-21T10:07:20.409Z] 127.0.0.0/8 [2019-12-21T10:07:20.409Z] Live Restore Enabled: true [2019-12-21T10:07:20.409Z] [2019-12-21T10:07:20.409Z] WARNING: No swap limit support [Pipeline] sh [2019-12-21T10:07:20.593Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 24.87MB / 45.38MB 1.4s [2019-12-21T10:07:20.594Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 12.97MB / 50.07MB 1.4s [2019-12-21T10:07:20.594Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 7.08MB / 57.69MB 1.4s [2019-12-21T10:07:20.594Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 28.03MB / 45.38MB 1.5s [2019-12-21T10:07:20.594Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 16.31MB / 50.07MB 1.5s [2019-12-21T10:07:20.701Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:20.701Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:20.701Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39998/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-21T10:07:20.719Z] Sending build context to Docker daemon 50.83MB [2019-12-21T10:07:20.719Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-12-21T10:07:20.719Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-12-21T10:07:20.719Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-12-21T10:07:20.719Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-12-21T10:07:20.852Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 31.11MB / 45.38MB 1.6s [2019-12-21T10:07:20.852Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 19.48MB / 50.07MB 1.6s [2019-12-21T10:07:20.852Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 13.66MB / 57.69MB 1.6s [2019-12-21T10:07:20.852Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 35.91MB / 45.38MB 1.8s [2019-12-21T10:07:20.852Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 24.17MB / 50.07MB 1.8s [2019-12-21T10:07:20.852Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 19.45MB / 57.69MB 1.8s [2019-12-21T10:07:20.963Z] + bash /home/ubuntu/workspace/moby_PR-39998/check-config.sh [2019-12-21T10:07:20.963Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-21T10:07:20.963Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-21T10:07:20.963Z] [2019-12-21T10:07:20.963Z] Generally Necessary: [2019-12-21T10:07:20.963Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-21T10:07:20.963Z] - apparmor: enabled and tools installed [2019-12-21T10:07:20.963Z] - CONFIG_NAMESPACES: enabled [2019-12-21T10:07:20.963Z] - CONFIG_NET_NS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_PID_NS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_IPC_NS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_UTS_NS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CGROUPS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-21T10:07:20.963Z] - CONFIG_CPUSETS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_MEMCG: enabled [2019-12-21T10:07:20.963Z] - CONFIG_KEYS: enabled [2019-12-21T10:07:20.963Z] - CONFIG_VETH: enabled (as module) [2019-12-21T10:07:20.963Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-21T10:07:20.963Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-21T10:07:20.963Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-21T10:07:20.963Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-21T10:07:20.963Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-21T10:07:21.090Z] 1.12.10-stretch: Pulling from library/golang [2019-12-21T10:07:21.090Z] ade01ea651a2: Pulling fs layer [2019-12-21T10:07:21.090Z] fbabdb69f639: Pulling fs layer [2019-12-21T10:07:21.090Z] ff33bd1013d7: Pulling fs layer [2019-12-21T10:07:21.090Z] 85cfe9d77eff: Pulling fs layer [2019-12-21T10:07:21.090Z] ace5139f9caa: Pulling fs layer [2019-12-21T10:07:21.090Z] e4d79466b81c: Pulling fs layer [2019-12-21T10:07:21.090Z] b00baabad4ce: Pulling fs layer [2019-12-21T10:07:21.090Z] 85cfe9d77eff: Waiting [2019-12-21T10:07:21.090Z] ace5139f9caa: Waiting [2019-12-21T10:07:21.090Z] e4d79466b81c: Waiting [2019-12-21T10:07:21.090Z] b00baabad4ce: Waiting [2019-12-21T10:07:21.112Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 41.26MB / 45.38MB 2.1s [2019-12-21T10:07:21.112Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 29.89MB / 50.07MB 2.1s [2019-12-21T10:07:21.112Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 27.29MB / 57.69MB 2.1s [2019-12-21T10:07:21.223Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-21T10:07:21.224Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-21T10:07:21.224Z] [2019-12-21T10:07:21.224Z] Optional Features: [2019-12-21T10:07:21.224Z] - CONFIG_USER_NS: enabled [2019-12-21T10:07:21.224Z] - CONFIG_SECCOMP: enabled [2019-12-21T10:07:21.224Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-21T10:07:21.224Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-21T10:07:21.224Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-21T10:07:21.224Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-21T10:07:21.224Z] - CONFIG_BLK_CGROUP: enabled [2019-12-21T10:07:21.224Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-21T10:07:21.224Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-21T10:07:21.224Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-21T10:07:21.224Z] - CONFIG_CGROUP_PERF: enabled [2019-12-21T10:07:21.224Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-21T10:07:21.224Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-21T10:07:21.224Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-21T10:07:21.224Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-21T10:07:21.224Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-21T10:07:21.224Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-21T10:07:21.224Z] - CONFIG_IP_VS: enabled (as module) [2019-12-21T10:07:21.379Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 33.57MB / 50.07MB 2.2s [2019-12-21T10:07:21.379Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 2.3s [2019-12-21T10:07:21.379Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 37.01MB / 50.07MB 2.3s [2019-12-21T10:07:21.379Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 32.74MB / 57.69MB 2.3s [2019-12-21T10:07:21.483Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-21T10:07:21.483Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-21T10:07:21.483Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-21T10:07:21.483Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-21T10:07:21.483Z] - CONFIG_EXT4_FS: enabled [2019-12-21T10:07:21.483Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-21T10:07:21.483Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-21T10:07:21.483Z] - Network Drivers: [2019-12-21T10:07:21.483Z] - "overlay": [2019-12-21T10:07:21.483Z] - CONFIG_VXLAN: enabled (as module) [2019-12-21T10:07:21.484Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-21T10:07:21.484Z] Optional (for encrypted networks): [2019-12-21T10:07:21.484Z] - CONFIG_CRYPTO: enabled [2019-12-21T10:07:21.484Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-21T10:07:21.484Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-21T10:07:21.484Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-21T10:07:21.484Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-21T10:07:21.484Z] - CONFIG_XFRM: enabled [2019-12-21T10:07:21.484Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-21T10:07:21.484Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-21T10:07:21.484Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-21T10:07:21.484Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-21T10:07:21.484Z] - "ipvlan": [2019-12-21T10:07:21.484Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-21T10:07:21.484Z] - "macvlan": [2019-12-21T10:07:21.484Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-21T10:07:21.484Z] - CONFIG_DUMMY: enabled (as module) [2019-12-21T10:07:21.484Z] - "ftp,tftp client in container": [2019-12-21T10:07:21.485Z] ff33bd1013d7: Verifying Checksum [2019-12-21T10:07:21.485Z] ff33bd1013d7: Download complete [2019-12-21T10:07:21.485Z] fbabdb69f639: Verifying Checksum [2019-12-21T10:07:21.485Z] fbabdb69f639: Download complete [2019-12-21T10:07:21.639Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 2.3s done [2019-12-21T10:07:21.639Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 0B / 120.06MB 2.4s [2019-12-21T10:07:21.639Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 41.56MB / 50.07MB 2.6s [2019-12-21T10:07:21.639Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 36.29MB / 57.69MB 2.6s [2019-12-21T10:07:21.742Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-21T10:07:21.743Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-21T10:07:21.743Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-21T10:07:21.743Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-21T10:07:21.743Z] - Storage Drivers: [2019-12-21T10:07:21.743Z] - "aufs": [2019-12-21T10:07:21.743Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-21T10:07:21.743Z] - "btrfs": [2019-12-21T10:07:21.743Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-21T10:07:21.743Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-21T10:07:21.743Z] - "devicemapper": [2019-12-21T10:07:21.743Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-21T10:07:21.743Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-21T10:07:21.743Z] - "overlay": [2019-12-21T10:07:21.743Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-21T10:07:21.743Z] - "zfs": [2019-12-21T10:07:21.743Z] - /dev/zfs: missing [2019-12-21T10:07:21.743Z] - zfs command: missing [2019-12-21T10:07:21.743Z] - zpool command: missing [2019-12-21T10:07:21.743Z] [2019-12-21T10:07:21.743Z] Limits: [2019-12-21T10:07:21.743Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-21T10:07:21.743Z] [2019-12-21T10:07:21.743Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-21T10:07:21.897Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 44.95MB / 50.07MB 2.7s [2019-12-21T10:07:21.897Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 41.60MB / 57.69MB 2.7s [2019-12-21T10:07:21.897Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 [2019-12-21T10:07:21.897Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 2.9s [2019-12-21T10:07:21.897Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 47.24MB / 57.69MB 2.9s [2019-12-21T10:07:21.897Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 6.69MB / 120.06MB 2.9s [2019-12-21T10:07:22.078Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 . [2019-12-21T10:07:22.078Z] #2 [internal] load build definition from Dockerfile [2019-12-21T10:07:22.078Z] #2 transferring dockerfile: 15.33kB done [2019-12-21T10:07:22.078Z] #2 DONE 0.0s [2019-12-21T10:07:22.078Z] [2019-12-21T10:07:22.078Z] #1 [internal] load .dockerignore [2019-12-21T10:07:22.078Z] #1 transferring context: 112B done [2019-12-21T10:07:22.078Z] #1 DONE 0.0s [2019-12-21T10:07:22.078Z] [2019-12-21T10:07:22.078Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-21T10:07:22.078Z] #3 DONE 0.1s [2019-12-21T10:07:22.325Z] ace5139f9caa: Verifying Checksum [2019-12-21T10:07:22.325Z] ace5139f9caa: Download complete [2019-12-21T10:07:22.340Z] [2019-12-21T10:07:22.340Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-21T10:07:22.340Z] #4 CACHED [2019-12-21T10:07:22.458Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 3.1s done [2019-12-21T10:07:22.458Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 52.79MB / 57.69MB 3.2s [2019-12-21T10:07:22.458Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 13.41MB / 120.06MB 3.2s [2019-12-21T10:07:22.458Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 0B / 126B 3.2s [2019-12-21T10:07:22.458Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 3.4s [2019-12-21T10:07:22.458Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 126B / 126B 3.3s done [2019-12-21T10:07:22.716Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 24.34MB / 120.06MB 3.4s [2019-12-21T10:07:22.716Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 3.4s done [2019-12-21T10:07:22.737Z] ade01ea651a2: Verifying Checksum [2019-12-21T10:07:22.737Z] ade01ea651a2: Download complete [2019-12-21T10:07:22.737Z] b00baabad4ce: Verifying Checksum [2019-12-21T10:07:22.737Z] b00baabad4ce: Download complete [2019-12-21T10:07:22.908Z] [2019-12-21T10:07:22.908Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-21T10:07:22.908Z] #6 DONE 0.0s [2019-12-21T10:07:22.908Z] [2019-12-21T10:07:22.908Z] #5 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-21T10:07:22.908Z] #5 DONE 0.1s [2019-12-21T10:07:22.908Z] [2019-12-21T10:07:22.908Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:07:22.908Z] #65 DONE 0.0s [2019-12-21T10:07:22.908Z] [2019-12-21T10:07:22.908Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:07:22.908Z] #7 DONE 0.0s [2019-12-21T10:07:22.908Z] [2019-12-21T10:07:22.908Z] #19 [internal] load build context [2019-12-21T10:07:22.971Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 32.65MB / 120.06MB 3.8s [2019-12-21T10:07:23.126Z] 85cfe9d77eff: Verifying Checksum [2019-12-21T10:07:23.126Z] 85cfe9d77eff: Download complete [2019-12-21T10:07:23.228Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 39.33MB / 120.06MB 4.1s [2019-12-21T10:07:23.796Z] #7 ... [2019-12-21T10:07:23.796Z] [2019-12-21T10:07:23.796Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:07:23.796Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-21T10:07:23.796Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-21T10:07:23.796Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-21T10:07:23.796Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2019-12-21T10:07:23.796Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.7s done [2019-12-21T10:07:23.796Z] #65 DONE 4.5s [2019-12-21T10:07:23.796Z] [2019-12-21T10:07:23.796Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:07:23.796Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 48.19MB / 120.06MB 4.5s [2019-12-21T10:07:23.796Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 55.60MB / 120.06MB 4.8s [2019-12-21T10:07:23.938Z] e4d79466b81c: Verifying Checksum [2019-12-21T10:07:23.938Z] e4d79466b81c: Download complete [2019-12-21T10:07:24.297Z] #19 transferring context: 46.32MB 1.5s done [2019-12-21T10:07:24.297Z] #19 DONE 1.5s [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:24.297Z] #47 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-21T10:07:24.297Z] #61 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:07:24.297Z] #26 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:07:24.297Z] #17 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:07:24.297Z] #27 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #48 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-21T10:07:24.297Z] #15 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #51 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:07:24.297Z] #21 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:07:24.297Z] #68 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:24.297Z] #22 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #64 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-21T10:07:24.297Z] #43 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:07:24.297Z] #31 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #45 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:07:24.297Z] #56 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:07:24.297Z] #10 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:07:24.297Z] #63 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:24.297Z] #62 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-21T10:07:24.297Z] #49 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-21T10:07:24.297Z] #67 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:07:24.297Z] #18 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #32 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:07:24.297Z] #33 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-21T10:07:24.297Z] #9 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-21T10:07:24.297Z] #66 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-21T10:07:24.297Z] #58 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #60 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:07:24.297Z] #25 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:07:24.297Z] #52 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:07:24.297Z] #54 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:07:24.297Z] #28 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #16 [dev 6/24] RUN ldconfig [2019-12-21T10:07:24.297Z] #16 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #55 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #37 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:07:24.297Z] #41 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-21T10:07:24.297Z] #12 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #39 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:07:24.297Z] #34 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-21T10:07:24.297Z] #53 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-21T10:07:24.297Z] #11 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:07:24.297Z] #30 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:07:24.297Z] #44 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:07:24.297Z] #40 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-21T10:07:24.297Z] #46 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:07:24.297Z] #38 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:24.297Z] #50 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:24.297Z] #59 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:07:24.297Z] #36 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #20 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:07:24.297Z] #20 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:07:24.297Z] #57 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:07:24.297Z] #24 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-21T10:07:24.297Z] #14 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-21T10:07:24.297Z] #42 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-21T10:07:24.297Z] #13 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-21T10:07:24.297Z] #23 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-21T10:07:24.297Z] #8 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #69 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-21T10:07:24.297Z] #35 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-21T10:07:24.297Z] #29 CACHED [2019-12-21T10:07:24.297Z] [2019-12-21T10:07:24.297Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-21T10:07:24.297Z] #70 CACHED [2019-12-21T10:07:24.358Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 63.86MB / 120.06MB 5.2s [2019-12-21T10:07:24.557Z] [2019-12-21T10:07:24.557Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-21T10:07:24.616Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 70.57MB / 120.06MB 5.4s [2019-12-21T10:07:24.745Z] ade01ea651a2: Pull complete [2019-12-21T10:07:24.872Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 78.32MB / 120.06MB 5.7s [2019-12-21T10:07:25.113Z] fbabdb69f639: Pull complete [2019-12-21T10:07:25.129Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 86.22MB / 120.06MB 6.0s [2019-12-21T10:07:25.384Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 93.13MB / 120.06MB 6.2s [2019-12-21T10:07:25.384Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 99.67MB / 120.06MB 6.4s [2019-12-21T10:07:25.482Z] ff33bd1013d7: Pull complete [2019-12-21T10:07:25.951Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 105.75MB / 120.06MB 6.7s [2019-12-21T10:07:26.208Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 113.75MB / 120.06MB 7.1s [2019-12-21T10:07:26.461Z] #71 DONE 2.0s [2019-12-21T10:07:26.461Z] [2019-12-21T10:07:26.461Z] #72 exporting to image [2019-12-21T10:07:26.461Z] #72 exporting layers [2019-12-21T10:07:26.463Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 7.3s [2019-12-21T10:07:26.718Z] #7 ... [2019-12-21T10:07:26.718Z] [2019-12-21T10:07:26.718Z] #19 [internal] load build context [2019-12-21T10:07:26.718Z] #19 transferring context: 46.32MB 7.4s done [2019-12-21T10:07:26.718Z] #19 DONE 7.6s [2019-12-21T10:07:26.718Z] [2019-12-21T10:07:26.718Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:07:26.718Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 7.5s done [2019-12-21T10:07:26.975Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 5.2s [2019-12-21T10:07:27.282Z] Fetching without tags [2019-12-21T10:07:27.285Z] 85cfe9d77eff: Pull complete [2019-12-21T10:07:27.763Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:07:27.839Z] #72 exporting layers 1.4s done [2019-12-21T10:07:27.839Z] #72 writing image sha256:f9002bbaac09b794556a1aafec7de9a203f64f03ce5b50a6806376862960ef1d [2019-12-21T10:07:27.839Z] #72 writing image sha256:f9002bbaac09b794556a1aafec7de9a203f64f03ce5b50a6806376862960ef1d done [2019-12-21T10:07:27.840Z] #72 naming to docker.io/library/docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 done [2019-12-21T10:07:27.840Z] #72 DONE 1.5s [2019-12-21T10:07:27.243Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:27.247Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:07:27.252Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:07:27.268Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:07:27.283Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:07:27.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:07:27.285Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:07:27.867Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:27.874Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-21T10:07:28.433Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/test/unit [2019-12-21T10:07:28.865Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 7.0s done [2019-12-21T10:07:29.121Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.1s [2019-12-21T10:07:29.242Z] ace5139f9caa: Pull complete [2019-12-21T10:07:29.682Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.7s done [2019-12-21T10:07:29.941Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 [2019-12-21T10:07:30.077Z] Merge succeeded, producing 62fc80b5cbfd3097104745e8428ab8d2884357fc [2019-12-21T10:07:30.078Z] Checking out Revision 62fc80b5cbfd3097104745e8428ab8d2884357fc (PR-39998) [2019-12-21T10:07:30.197Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0.3s done [2019-12-21T10:07:30.197Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd [2019-12-21T10:07:30.280Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:07:28.888Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:07:30.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:07:30.079Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:07:30.083Z] > git checkout -f 62fc80b5cbfd3097104745e8428ab8d2884357fc [2019-12-21T10:07:30.284Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:07:31.432Z] + docker version [2019-12-21T10:07:31.433Z] Client: [2019-12-21T10:07:31.433Z] Version: 18.06.1-ce [2019-12-21T10:07:31.433Z] API version: 1.38 [2019-12-21T10:07:31.433Z] Go version: go1.10.3 [2019-12-21T10:07:31.433Z] Git commit: e68fc7a [2019-12-21T10:07:31.433Z] Built: Tue Aug 21 17:26:10 2018 [2019-12-21T10:07:31.433Z] OS/Arch: linux/ppc64le [2019-12-21T10:07:31.433Z] Experimental: false [2019-12-21T10:07:31.433Z] [2019-12-21T10:07:31.433Z] Server: [2019-12-21T10:07:31.433Z] Engine: [2019-12-21T10:07:31.433Z] Version: 18.06.1-ce [2019-12-21T10:07:31.433Z] API version: 1.38 (minimum version 1.12) [2019-12-21T10:07:31.433Z] Go version: go1.10.3 [2019-12-21T10:07:31.433Z] Git commit: e68fc7a [2019-12-21T10:07:31.433Z] Built: Tue Aug 21 17:24:20 2018 [2019-12-21T10:07:31.433Z] OS/Arch: linux/ppc64le [2019-12-21T10:07:31.433Z] Experimental: true [Pipeline] sh [2019-12-21T10:07:31.726Z] ? github.com/docker/docker/api [no test files] [2019-12-21T10:07:31.816Z] + docker info [2019-12-21T10:07:31.816Z] Containers: 0 [2019-12-21T10:07:31.816Z] Running: 0 [2019-12-21T10:07:31.816Z] Paused: 0 [2019-12-21T10:07:31.816Z] Stopped: 0 [2019-12-21T10:07:31.816Z] Images: 0 [2019-12-21T10:07:31.816Z] Server Version: 18.06.1-ce [2019-12-21T10:07:31.816Z] Storage Driver: overlay2 [2019-12-21T10:07:31.816Z] Backing Filesystem: extfs [2019-12-21T10:07:31.816Z] Supports d_type: true [2019-12-21T10:07:31.816Z] Native Overlay Diff: true [2019-12-21T10:07:31.816Z] Logging Driver: json-file [2019-12-21T10:07:31.816Z] Cgroup Driver: cgroupfs [2019-12-21T10:07:31.816Z] Plugins: [2019-12-21T10:07:31.816Z] Volume: local [2019-12-21T10:07:31.816Z] Network: bridge host ipvlan macvlan null overlay [2019-12-21T10:07:31.816Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-12-21T10:07:31.816Z] Swarm: inactive [2019-12-21T10:07:31.816Z] Runtimes: runc [2019-12-21T10:07:31.816Z] Default Runtime: runc [2019-12-21T10:07:31.816Z] Init Binary: docker-init [2019-12-21T10:07:31.816Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-12-21T10:07:31.816Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-12-21T10:07:31.816Z] init version: fec3683 [2019-12-21T10:07:31.816Z] Security Options: [2019-12-21T10:07:31.816Z] apparmor [2019-12-21T10:07:31.816Z] seccomp [2019-12-21T10:07:31.816Z] Profile: default [2019-12-21T10:07:31.816Z] Kernel Version: 4.4.0-139-generic [2019-12-21T10:07:31.816Z] Operating System: Ubuntu 16.04.3 LTS [2019-12-21T10:07:31.816Z] OSType: linux [2019-12-21T10:07:31.816Z] Architecture: ppc64le [2019-12-21T10:07:31.816Z] CPUs: 4 [2019-12-21T10:07:31.816Z] Total Memory: 7.972GiB [2019-12-21T10:07:31.816Z] Name: ppc64le-ubuntu-28 [2019-12-21T10:07:31.816Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-12-21T10:07:31.816Z] Docker Root Dir: /var/lib/docker [2019-12-21T10:07:31.816Z] Debug Mode (client): false [2019-12-21T10:07:31.816Z] Debug Mode (server): false [2019-12-21T10:07:31.816Z] Username: dockerbuildbot [2019-12-21T10:07:31.816Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:07:31.816Z] Labels: [2019-12-21T10:07:31.816Z] Experimental: true [2019-12-21T10:07:31.816Z] Insecure Registries: [2019-12-21T10:07:31.816Z] 127.0.0.0/8 [2019-12-21T10:07:31.816Z] Live Restore Enabled: false [2019-12-21T10:07:31.816Z] [Pipeline] sh [2019-12-21T10:07:32.198Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:32.198Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:07:32.198Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39998/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-21T10:07:32.485Z] + bash /home/docker/workspace/moby_PR-39998/check-config.sh [2019-12-21T10:07:32.485Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-21T10:07:32.485Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-12-21T10:07:32.485Z] [2019-12-21T10:07:32.485Z] Generally Necessary: [2019-12-21T10:07:32.485Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-21T10:07:32.485Z] - apparmor: enabled and tools installed [2019-12-21T10:07:32.485Z] - CONFIG_NAMESPACES: enabled [2019-12-21T10:07:32.485Z] - CONFIG_NET_NS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_PID_NS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_IPC_NS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_UTS_NS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CGROUPS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-21T10:07:32.485Z] - CONFIG_CPUSETS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_MEMCG: enabled [2019-12-21T10:07:32.485Z] - CONFIG_KEYS: enabled [2019-12-21T10:07:32.485Z] - CONFIG_VETH: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-21T10:07:32.485Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-21T10:07:32.541Z] e4d79466b81c: Pull complete [2019-12-21T10:07:32.541Z] b00baabad4ce: Pull complete [2019-12-21T10:07:32.541Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-12-21T10:07:32.541Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-12-21T10:07:32.541Z] ---> 687421176e14 [2019-12-21T10:07:32.541Z] Step 5/16 : ARG BUILDX_REPO [2019-12-21T10:07:32.771Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-21T10:07:32.771Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-21T10:07:32.771Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-12-21T10:07:32.771Z] [2019-12-21T10:07:32.771Z] Optional Features: [2019-12-21T10:07:32.771Z] - CONFIG_USER_NS: enabled [2019-12-21T10:07:32.771Z] - CONFIG_SECCOMP: enabled [2019-12-21T10:07:32.771Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-21T10:07:32.771Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-21T10:07:32.771Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-21T10:07:32.771Z] (cgroup swap accounting is currently enabled) [2019-12-21T10:07:32.771Z] - CONFIG_MEMCG_KMEM: enabled [2019-12-21T10:07:32.771Z] - CONFIG_BLK_CGROUP: enabled [2019-12-21T10:07:32.771Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-21T10:07:32.771Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-21T10:07:32.771Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-21T10:07:32.771Z] - CONFIG_CGROUP_PERF: enabled [2019-12-21T10:07:32.771Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-21T10:07:32.771Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-21T10:07:32.771Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-21T10:07:32.771Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-21T10:07:32.771Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-21T10:07:32.771Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_IP_VS: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-21T10:07:32.771Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-21T10:07:32.771Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-21T10:07:32.771Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-21T10:07:32.771Z] - CONFIG_EXT4_FS: enabled [2019-12-21T10:07:32.771Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-21T10:07:32.771Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-21T10:07:32.771Z] - Network Drivers: [2019-12-21T10:07:32.771Z] - "overlay": [2019-12-21T10:07:33.056Z] - CONFIG_VXLAN: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-21T10:07:33.056Z] Optional (for encrypted networks): [2019-12-21T10:07:33.056Z] - CONFIG_CRYPTO: enabled [2019-12-21T10:07:33.056Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_XFRM: enabled [2019-12-21T10:07:33.056Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-21T10:07:33.056Z] - "ipvlan": [2019-12-21T10:07:33.056Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-21T10:07:33.056Z] - "macvlan": [2019-12-21T10:07:33.056Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_DUMMY: enabled (as module) [2019-12-21T10:07:33.056Z] - "ftp,tftp client in container": [2019-12-21T10:07:33.056Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-21T10:07:33.056Z] - Storage Drivers: [2019-12-21T10:07:33.056Z] - "aufs": [2019-12-21T10:07:33.056Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-21T10:07:33.056Z] - "btrfs": [2019-12-21T10:07:33.056Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-21T10:07:33.056Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-21T10:07:33.056Z] - "devicemapper": [2019-12-21T10:07:33.056Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-21T10:07:33.056Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-21T10:07:33.056Z] - "overlay": [2019-12-21T10:07:33.056Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-21T10:07:33.056Z] - "zfs": [2019-12-21T10:07:33.056Z] - /dev/zfs: missing [2019-12-21T10:07:33.056Z] - zfs command: missing [2019-12-21T10:07:33.056Z] - zpool command: missing [2019-12-21T10:07:33.056Z] [2019-12-21T10:07:33.056Z] Limits: [2019-12-21T10:07:33.056Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-21T10:07:33.056Z] [2019-12-21T10:07:33.056Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-21T10:07:33.331Z] ---> Running in ab678961ee9c [2019-12-21T10:07:33.331Z] Removing intermediate container ab678961ee9c [2019-12-21T10:07:33.331Z] ---> ad1f0122e395 [2019-12-21T10:07:33.331Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-12-21T10:07:33.483Z] + make bundles/buildx [2019-12-21T10:07:33.709Z] ---> Running in 791ff0a4d4a3 [2019-12-21T10:07:34.080Z] Cloning into '/buildx'... [2019-12-21T10:07:34.105Z] make: command: Command not found [2019-12-21T10:07:34.105Z] make: command: Command not found [2019-12-21T10:07:34.105Z] mkdir bundles [2019-12-21T10:07:34.105Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-12-21T10:07:34.105Z] --build-arg BUILDX_COMMIT \ [2019-12-21T10:07:34.105Z] --build-arg BUILDX_REPO \ [2019-12-21T10:07:34.105Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-12-21T10:07:34.105Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-12-21T10:07:34.105Z] . [2019-12-21T10:07:34.105Z] /bin/sh: 4: go: not found [2019-12-21T10:07:34.105Z] /bin/sh: 5: go: not found [2019-12-21T10:07:34.380Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 4.0s done [2019-12-21T10:07:34.635Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 0.1s [2019-12-21T10:07:36.670Z] Removing intermediate container 791ff0a4d4a3 [2019-12-21T10:07:36.670Z] ---> fc315492f0e7 [2019-12-21T10:07:36.670Z] Step 7/16 : WORKDIR /buildx [2019-12-21T10:07:36.670Z] ---> Running in a44f7c32d223 [2019-12-21T10:07:36.670Z] Removing intermediate container a44f7c32d223 [2019-12-21T10:07:36.670Z] ---> a5b6baf47689 [2019-12-21T10:07:36.670Z] Step 8/16 : ARG BUILDX_COMMIT [2019-12-21T10:07:37.047Z] ---> Running in 827131d3d3fe [2019-12-21T10:07:37.047Z] Removing intermediate container 827131d3d3fe [2019-12-21T10:07:37.047Z] ---> 078431e1e307 [2019-12-21T10:07:37.047Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-12-21T10:07:37.047Z] ---> Running in 7360bcd9040e [2019-12-21T10:07:37.592Z] Sending build context to Docker daemon 50.83MB [2019-12-21T10:07:37.592Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-12-21T10:07:37.592Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-12-21T10:07:37.592Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-12-21T10:07:37.592Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-12-21T10:07:37.592Z] 1.12.10-stretch: Pulling from library/golang [2019-12-21T10:07:37.592Z] fb056072eab9: Pulling fs layer [2019-12-21T10:07:37.592Z] 6a33b1f9796f: Pulling fs layer [2019-12-21T10:07:37.592Z] 8f8f8962e456: Pulling fs layer [2019-12-21T10:07:37.592Z] 68adcc365214: Pulling fs layer [2019-12-21T10:07:37.592Z] 76d8adf27bdf: Pulling fs layer [2019-12-21T10:07:37.592Z] d66e58854927: Pulling fs layer [2019-12-21T10:07:37.592Z] 71497195576e: Pulling fs layer [2019-12-21T10:07:37.592Z] 68adcc365214: Waiting [2019-12-21T10:07:37.592Z] 76d8adf27bdf: Waiting [2019-12-21T10:07:37.592Z] d66e58854927: Waiting [2019-12-21T10:07:37.592Z] 71497195576e: Waiting [2019-12-21T10:07:37.834Z] From https://github.com/docker/buildx [2019-12-21T10:07:37.834Z] * [new tag] v0.3.1 -> build [2019-12-21T10:07:38.207Z] Switched to branch 'build' [2019-12-21T10:07:38.215Z] 8f8f8962e456: Verifying Checksum [2019-12-21T10:07:38.216Z] 8f8f8962e456: Download complete [2019-12-21T10:07:38.503Z] 6a33b1f9796f: Verifying Checksum [2019-12-21T10:07:38.503Z] 6a33b1f9796f: Download complete [2019-12-21T10:07:38.795Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 3.4s done [2019-12-21T10:07:38.795Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d [2019-12-21T10:07:39.012Z] Removing intermediate container 7360bcd9040e [2019-12-21T10:07:39.012Z] ---> 39a0bc7e56f1 [2019-12-21T10:07:39.012Z] Step 10/16 : RUN go mod download [2019-12-21T10:07:39.012Z] ---> Running in f1402fd70163 [2019-12-21T10:07:39.826Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-12-21T10:07:39.826Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-12-21T10:07:39.826Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-12-21T10:07:39.826Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-12-21T10:07:39.826Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-12-21T10:07:39.826Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-12-21T10:07:39.826Z] go: finding github.com/gofrs/flock v0.7.0 [2019-12-21T10:07:39.826Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-12-21T10:07:40.244Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-12-21T10:07:40.636Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-12-21T10:07:40.636Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-12-21T10:07:40.636Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-12-21T10:07:41.031Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-12-21T10:07:41.229Z] fb056072eab9: Verifying Checksum [2019-12-21T10:07:41.230Z] fb056072eab9: Download complete [2019-12-21T10:07:41.434Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-12-21T10:07:41.434Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-12-21T10:07:41.835Z] go: finding github.com/json-iterator/go v1.1.6 [2019-12-21T10:07:41.835Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-12-21T10:07:42.257Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-12-21T10:07:42.680Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-12-21T10:07:42.680Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-12-21T10:07:42.735Z] 68adcc365214: Verifying Checksum [2019-12-21T10:07:42.735Z] 68adcc365214: Download complete [2019-12-21T10:07:43.024Z] 71497195576e: Verifying Checksum [2019-12-21T10:07:43.024Z] 71497195576e: Download complete [2019-12-21T10:07:43.098Z] go: finding github.com/docker/go-connections v0.4.0 [2019-12-21T10:07:43.319Z] 76d8adf27bdf: Verifying Checksum [2019-12-21T10:07:43.319Z] 76d8adf27bdf: Download complete [2019-12-21T10:07:43.515Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-12-21T10:07:43.515Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-12-21T10:07:43.925Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-12-21T10:07:43.925Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-12-21T10:07:43.967Z] ok github.com/docker/docker/api/server 0.031s coverage: 9.0% of statements [2019-12-21T10:07:44.043Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 5.1s [2019-12-21T10:07:44.331Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-12-21T10:07:44.751Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-12-21T10:07:45.167Z] go: finding github.com/spf13/pflag v1.0.3 [2019-12-21T10:07:45.167Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-12-21T10:07:45.408Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 7.2s done [2019-12-21T10:07:45.587Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-12-21T10:07:45.587Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-12-21T10:07:46.089Z] fb056072eab9: Pull complete [2019-12-21T10:07:46.116Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de done [2019-12-21T10:07:46.116Z] #7 DONE 27.0s [2019-12-21T10:07:46.116Z] [2019-12-21T10:07:46.116Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-21T10:07:46.155Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-12-21T10:07:46.155Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-12-21T10:07:46.155Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-12-21T10:07:46.155Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-12-21T10:07:46.155Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-12-21T10:07:46.155Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-12-21T10:07:46.576Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-12-21T10:07:46.576Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-12-21T10:07:46.576Z] go: finding google.golang.org/grpc v1.20.1 [2019-12-21T10:07:47.114Z] 6a33b1f9796f: Pull complete [2019-12-21T10:07:47.231Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-12-21T10:07:47.231Z] go: finding github.com/pkg/errors v0.8.1 [2019-12-21T10:07:47.400Z] 8f8f8962e456: Pull complete [2019-12-21T10:07:47.742Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-12-21T10:07:47.742Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-12-21T10:07:48.264Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-12-21T10:07:48.264Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-12-21T10:07:48.738Z] #8 DONE 2.5s [2019-12-21T10:07:48.738Z] [2019-12-21T10:07:48.738Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-21T10:07:48.818Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-12-21T10:07:48.818Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-12-21T10:07:49.303Z] go: finding github.com/golang/protobuf v1.2.0 [2019-12-21T10:07:49.303Z] go: finding github.com/golang/mock v1.1.1 [2019-12-21T10:07:49.303Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-12-21T10:07:49.448Z] d66e58854927: Verifying Checksum [2019-12-21T10:07:49.448Z] d66e58854927: Download complete [2019-12-21T10:07:49.668Z] #9 DONE 1.1s [2019-12-21T10:07:49.668Z] [2019-12-21T10:07:49.668Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:07:49.714Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-12-21T10:07:49.714Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-12-21T10:07:49.714Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-12-21T10:07:49.925Z] #28 ... [2019-12-21T10:07:49.925Z] [2019-12-21T10:07:49.925Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:07:49.925Z] #20 DONE 0.1s [2019-12-21T10:07:49.925Z] [2019-12-21T10:07:49.925Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-21T10:07:49.925Z] #67 DONE 0.2s [2019-12-21T10:07:49.925Z] [2019-12-21T10:07:49.925Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:07:50.113Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-12-21T10:07:50.113Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-12-21T10:07:50.113Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-12-21T10:07:50.187Z] #30 ... [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-21T10:07:50.187Z] #61 DONE 0.2s [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-21T10:07:50.187Z] #49 DONE 0.4s [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-21T10:07:50.187Z] #46 DONE 0.4s [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-21T10:07:50.187Z] #43 DONE 0.4s [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:07:50.187Z] #30 DONE 0.5s [2019-12-21T10:07:50.187Z] [2019-12-21T10:07:50.187Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:07:50.443Z] #31 ... [2019-12-21T10:07:50.443Z] [2019-12-21T10:07:50.443Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:07:50.443Z] #21 DONE 0.5s [2019-12-21T10:07:50.443Z] [2019-12-21T10:07:50.443Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:07:50.520Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-12-21T10:07:50.520Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-12-21T10:07:50.521Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-12-21T10:07:50.903Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-12-21T10:07:50.903Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-12-21T10:07:50.936Z] 68adcc365214: Pull complete [2019-12-21T10:07:51.308Z] go: finding gotest.tools v2.1.0+incompatible [2019-12-21T10:07:51.308Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-12-21T10:07:51.308Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-12-21T10:07:51.308Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-12-21T10:07:51.707Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-12-21T10:07:51.707Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-12-21T10:07:51.707Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-12-21T10:07:51.707Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-12-21T10:07:52.591Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-12-21T10:07:52.591Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-12-21T10:07:52.591Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-12-21T10:07:52.591Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-12-21T10:07:53.002Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-12-21T10:07:53.002Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-12-21T10:07:53.002Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-12-21T10:07:53.420Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-12-21T10:07:53.420Z] go: finding github.com/onsi/gomega v1.4.3 [2019-12-21T10:07:53.635Z] 76d8adf27bdf: Pull complete [2019-12-21T10:07:53.833Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-12-21T10:07:53.833Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-12-21T10:07:54.240Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-12-21T10:07:54.240Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-12-21T10:07:54.240Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-12-21T10:07:54.240Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-12-21T10:07:54.240Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-12-21T10:07:54.863Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-12-21T10:07:54.863Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-12-21T10:07:55.360Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-12-21T10:07:55.360Z] go: finding golang.org/x/text v0.3.0 [2019-12-21T10:07:55.989Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-12-21T10:07:55.989Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-12-21T10:07:55.989Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-12-21T10:07:56.507Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-12-21T10:07:56.507Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-12-21T10:07:56.918Z] go: finding github.com/gorilla/mux v1.7.0 [2019-12-21T10:07:56.918Z] go: finding github.com/jinzhu/now v1.0.0 [2019-12-21T10:07:56.997Z] #22 ... [2019-12-21T10:07:56.997Z] [2019-12-21T10:07:56.997Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:07:56.997Z] #33 7.008 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:07:56.997Z] #33 7.080 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:07:56.997Z] #33 ... [2019-12-21T10:07:56.997Z] [2019-12-21T10:07:56.997Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:07:56.997Z] #28 7.111 + mktemp -d [2019-12-21T10:07:56.997Z] #28 7.111 + export GOPATH=/tmp/tmp.nmbHx8y78s [2019-12-21T10:07:56.997Z] #28 7.111 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.nmbHx8y78s/src/github.com/go-swagger/go-swagger [2019-12-21T10:07:56.997Z] #28 7.111 Cloning into '/tmp/tmp.nmbHx8y78s/src/github.com/go-swagger/go-swagger'... [2019-12-21T10:07:57.337Z] go: finding github.com/spf13/cobra v0.0.3 [2019-12-21T10:07:57.747Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-12-21T10:07:58.172Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-12-21T10:07:58.172Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-12-21T10:07:58.172Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-12-21T10:07:58.172Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-12-21T10:07:58.172Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-12-21T10:07:58.587Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-12-21T10:07:59.024Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-12-21T10:07:59.024Z] go: finding github.com/docker/go-units v0.3.1 [2019-12-21T10:07:59.438Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-12-21T10:07:59.438Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-12-21T10:07:59.438Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-12-21T10:07:59.438Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-12-21T10:07:59.853Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-12-21T10:08:00.266Z] #28 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:00.266Z] #10 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:08:00.266Z] #56 9.681 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:08:00.266Z] #56 9.683 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:08:00.266Z] #56 9.771 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:08:00.266Z] #56 9.771 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:08:00.266Z] #56 9.819 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:08:00.266Z] #56 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:08:00.266Z] #38 10.49 + mktemp -d [2019-12-21T10:08:00.266Z] #38 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:00.266Z] #40 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:00.266Z] #62 ... [2019-12-21T10:08:00.266Z] [2019-12-21T10:08:00.266Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:08:00.266Z] #68 6.766 + RM_GOPATH=0 [2019-12-21T10:08:00.266Z] #68 6.766 + TMP_GOPATH= [2019-12-21T10:08:00.266Z] #68 6.766 + : /build [2019-12-21T10:08:00.266Z] #68 6.766 + '[' -z '' ']' [2019-12-21T10:08:00.266Z] #68 6.766 ++ mktemp -d [2019-12-21T10:08:00.266Z] #68 6.766 + export GOPATH=/tmp/tmp.KDz74A8xt6 [2019-12-21T10:08:00.266Z] #68 6.766 + GOPATH=/tmp/tmp.KDz74A8xt6 [2019-12-21T10:08:00.266Z] #68 6.766 + RM_GOPATH=1 [2019-12-21T10:08:00.266Z] #68 6.766 ++ dirname ./install.sh [2019-12-21T10:08:00.266Z] #68 6.766 + dir=. [2019-12-21T10:08:00.266Z] #68 6.766 + bin=proxy [2019-12-21T10:08:00.266Z] #68 6.766 + shift [2019-12-21T10:08:00.266Z] #68 6.766 + '[' '!' -f ./proxy.installer ']' [2019-12-21T10:08:00.266Z] #68 6.766 + . ./proxy.installer [2019-12-21T10:08:00.266Z] #68 6.766 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:08:00.266Z] #68 6.766 + install_proxy [2019-12-21T10:08:00.266Z] #68 6.766 + case "$1" in [2019-12-21T10:08:00.266Z] #68 6.766 + export CGO_ENABLED=0 [2019-12-21T10:08:00.266Z] #68 6.766 + CGO_ENABLED=0 [2019-12-21T10:08:00.266Z] #68 6.766 + _install_proxy [2019-12-21T10:08:00.266Z] #68 6.766 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-21T10:08:00.266Z] #68 6.766 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KDz74A8xt6/src/github.com/docker/libnetwork [2019-12-21T10:08:00.266Z] #68 6.766 Cloning into '/tmp/tmp.KDz74A8xt6/src/github.com/docker/libnetwork'... [2019-12-21T10:08:00.266Z] #68 6.766 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:08:00.267Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-12-21T10:08:00.267Z] go: finding github.com/pkg/profile v1.2.1 [2019-12-21T10:08:00.483Z] d66e58854927: Pull complete [2019-12-21T10:08:00.483Z] 71497195576e: Pull complete [2019-12-21T10:08:00.483Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-12-21T10:08:00.483Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-12-21T10:08:00.483Z] ---> ebd73b5ebd31 [2019-12-21T10:08:00.483Z] Step 5/16 : ARG BUILDX_REPO [2019-12-21T10:08:00.483Z] ---> Running in 319486d10ea7 [2019-12-21T10:08:00.483Z] Removing intermediate container 319486d10ea7 [2019-12-21T10:08:00.483Z] ---> d709f152ed0c [2019-12-21T10:08:00.483Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-12-21T10:08:00.483Z] ---> Running in 37de18bc3e8d [2019-12-21T10:08:00.483Z] Cloning into '/buildx'... [2019-12-21T10:08:00.522Z] #68 ... [2019-12-21T10:08:00.523Z] [2019-12-21T10:08:00.523Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:00.687Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-12-21T10:08:00.687Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-12-21T10:08:00.687Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-12-21T10:08:00.687Z] go: finding gotest.tools v2.2.0+incompatible [2019-12-21T10:08:00.778Z] #47 ... [2019-12-21T10:08:00.778Z] [2019-12-21T10:08:00.778Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:00.778Z] #50 10.33 + RM_GOPATH=0 [2019-12-21T10:08:00.778Z] #50 10.34 + TMP_GOPATH= [2019-12-21T10:08:00.778Z] #50 10.34 + : /build [2019-12-21T10:08:00.778Z] #50 10.34 + '[' -z '' ']' [2019-12-21T10:08:00.778Z] #50 10.34 ++ mktemp -d [2019-12-21T10:08:00.778Z] #50 10.34 + export GOPATH=/tmp/tmp.mtJ5m1r2zN [2019-12-21T10:08:00.778Z] #50 10.34 + GOPATH=/tmp/tmp.mtJ5m1r2zN [2019-12-21T10:08:00.778Z] #50 10.34 + RM_GOPATH=1 [2019-12-21T10:08:00.778Z] #50 10.34 ++ dirname ./install.sh [2019-12-21T10:08:00.778Z] #50 10.35 + dir=. [2019-12-21T10:08:00.778Z] #50 10.35 + bin=golangci_lint [2019-12-21T10:08:00.778Z] #50 10.35 + shift [2019-12-21T10:08:00.778Z] #50 10.35 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-21T10:08:00.778Z] #50 10.35 + . ./golangci_lint.installer [2019-12-21T10:08:00.778Z] #50 10.35 ++ : v1.20.0 [2019-12-21T10:08:00.778Z] #50 10.35 + install_golangci_lint [2019-12-21T10:08:00.778Z] #50 10.35 + echo 'Installing golangci-lint version v1.20.0' [2019-12-21T10:08:00.778Z] #50 10.36 Installing golangci-lint version v1.20.0 [2019-12-21T10:08:00.778Z] #50 10.36 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:08:00.778Z] #50 ... [2019-12-21T10:08:00.778Z] [2019-12-21T10:08:00.778Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:00.778Z] #24 10.14 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:08:00.778Z] #24 10.14 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:08:00.778Z] #24 10.23 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:08:00.778Z] #24 10.23 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:08:00.778Z] #24 10.30 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:08:01.039Z] #24 ... [2019-12-21T10:08:01.040Z] [2019-12-21T10:08:01.040Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:08:01.040Z] #44 10.55 + RM_GOPATH=0 [2019-12-21T10:08:01.040Z] #44 10.55 + TMP_GOPATH= [2019-12-21T10:08:01.040Z] #44 10.55 + : /build [2019-12-21T10:08:01.040Z] #44 10.55 + '[' -z '' ']' [2019-12-21T10:08:01.040Z] #44 10.57 ++ mktemp -d [2019-12-21T10:08:01.040Z] #44 10.57 + export GOPATH=/tmp/tmp.fVj1RaUEV8 [2019-12-21T10:08:01.040Z] #44 10.57 + GOPATH=/tmp/tmp.fVj1RaUEV8 [2019-12-21T10:08:01.040Z] #44 10.57 + RM_GOPATH=1 [2019-12-21T10:08:01.040Z] #44 10.57 ++ dirname ./install.sh [2019-12-21T10:08:01.040Z] #44 10.57 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:08:01.040Z] #44 10.57 + dir=. [2019-12-21T10:08:01.040Z] #44 10.57 + bin=vndr [2019-12-21T10:08:01.040Z] #44 10.57 + shift [2019-12-21T10:08:01.040Z] #44 10.57 + '[' '!' -f ./vndr.installer ']' [2019-12-21T10:08:01.040Z] #44 10.57 + . ./vndr.installer [2019-12-21T10:08:01.040Z] #44 10.57 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:08:01.040Z] #44 10.57 + install_vndr [2019-12-21T10:08:01.040Z] #44 10.57 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-21T10:08:01.040Z] #44 10.57 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.fVj1RaUEV8/src/github.com/LK4D4/vndr [2019-12-21T10:08:01.040Z] #44 10.58 Cloning into '/tmp/tmp.fVj1RaUEV8/src/github.com/LK4D4/vndr'... [2019-12-21T10:08:01.040Z] #44 ... [2019-12-21T10:08:01.040Z] [2019-12-21T10:08:01.040Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:01.040Z] #47 10.79 + RM_GOPATH=0 [2019-12-21T10:08:01.040Z] #47 10.79 + TMP_GOPATH= [2019-12-21T10:08:01.040Z] #47 10.79 + : /build [2019-12-21T10:08:01.040Z] #47 10.79 + '[' -z '' ']' [2019-12-21T10:08:01.040Z] #47 10.80 ++ mktemp -d [2019-12-21T10:08:01.040Z] #47 10.80 + export GOPATH=/tmp/tmp.nKuy7gqmHt [2019-12-21T10:08:01.040Z] #47 10.80 + GOPATH=/tmp/tmp.nKuy7gqmHt [2019-12-21T10:08:01.040Z] #47 10.80 + RM_GOPATH=1 [2019-12-21T10:08:01.040Z] #47 10.80 ++ dirname ./install.sh [2019-12-21T10:08:01.040Z] #47 10.82 + dir=. [2019-12-21T10:08:01.040Z] #47 10.82 + bin=gotestsum [2019-12-21T10:08:01.040Z] #47 10.82 + shift [2019-12-21T10:08:01.040Z] #47 10.82 + '[' '!' -f ./gotestsum.installer ']' [2019-12-21T10:08:01.040Z] #47 10.82 + . ./gotestsum.installer [2019-12-21T10:08:01.040Z] #47 10.82 ++ : v0.3.5 [2019-12-21T10:08:01.040Z] #47 10.82 + install_gotestsum [2019-12-21T10:08:01.040Z] #47 10.82 + echo 'Installing gotestsum version v0.3.5' [2019-12-21T10:08:01.040Z] #47 10.82 Installing gotestsum version v0.3.5 [2019-12-21T10:08:01.040Z] #47 10.82 + go get -d gotest.tools/gotestsum [2019-12-21T10:08:01.106Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-12-21T10:08:01.539Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-12-21T10:08:01.539Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-12-21T10:08:01.539Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-12-21T10:08:01.942Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-12-21T10:08:02.349Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-12-21T10:08:02.349Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-12-21T10:08:02.349Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-12-21T10:08:03.213Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-12-21T10:08:03.213Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-12-21T10:08:03.213Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-12-21T10:08:03.969Z] Removing intermediate container 37de18bc3e8d [2019-12-21T10:08:03.969Z] ---> 65c650c3c123 [2019-12-21T10:08:03.969Z] Step 7/16 : WORKDIR /buildx [2019-12-21T10:08:03.969Z] ---> Running in b6b06e89c9b3 [2019-12-21T10:08:04.111Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-12-21T10:08:04.111Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-12-21T10:08:04.111Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-12-21T10:08:04.111Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-12-21T10:08:04.111Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-12-21T10:08:04.259Z] Removing intermediate container b6b06e89c9b3 [2019-12-21T10:08:04.259Z] ---> 04603dbe9717 [2019-12-21T10:08:04.259Z] Step 8/16 : ARG BUILDX_COMMIT [2019-12-21T10:08:04.259Z] ---> Running in 6974a525aebb [2019-12-21T10:08:04.259Z] Removing intermediate container 6974a525aebb [2019-12-21T10:08:04.259Z] ---> 933e57b7bad2 [2019-12-21T10:08:04.259Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-12-21T10:08:04.259Z] ---> Running in 58dff80795e0 [2019-12-21T10:08:04.531Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-12-21T10:08:04.882Z] From https://github.com/docker/buildx [2019-12-21T10:08:04.882Z] * [new tag] v0.3.1 -> build [2019-12-21T10:08:04.946Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-12-21T10:08:05.355Z] go: finding github.com/containerd/containerd v1.2.4 [2019-12-21T10:08:05.355Z] go: finding github.com/docker/go-connections v0.3.0 [2019-12-21T10:08:05.355Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-12-21T10:08:05.501Z] Switched to branch 'build' [2019-12-21T10:08:06.533Z] Removing intermediate container 58dff80795e0 [2019-12-21T10:08:06.533Z] ---> 5e5830474d5b [2019-12-21T10:08:06.533Z] Step 10/16 : RUN go mod download [2019-12-21T10:08:06.533Z] ---> Running in 4bb50ca097dc [2019-12-21T10:08:06.667Z] go: finding github.com/stretchr/objx v0.1.1 [2019-12-21T10:08:06.825Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-12-21T10:08:06.825Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-12-21T10:08:06.825Z] go: finding github.com/stretchr/testify v1.3.0 [2019-12-21T10:08:06.825Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-12-21T10:08:06.825Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-12-21T10:08:06.825Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-12-21T10:08:06.825Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-12-21T10:08:06.825Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-12-21T10:08:06.825Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-12-21T10:08:07.579Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-12-21T10:08:07.579Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-12-21T10:08:07.579Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-12-21T10:08:07.591Z] #47 ... [2019-12-21T10:08:07.591Z] [2019-12-21T10:08:07.591Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:07.591Z] #62 10.75 + RM_GOPATH=0 [2019-12-21T10:08:07.591Z] #62 10.75 + TMP_GOPATH= [2019-12-21T10:08:07.591Z] #62 10.75 + : /build/ [2019-12-21T10:08:07.591Z] #62 10.75 + '[' -z '' ']' [2019-12-21T10:08:07.591Z] #62 10.75 ++ mktemp -d [2019-12-21T10:08:07.591Z] #62 10.76 + export GOPATH=/tmp/tmp.ctrkWpsH0T [2019-12-21T10:08:07.591Z] #62 10.76 + GOPATH=/tmp/tmp.ctrkWpsH0T [2019-12-21T10:08:07.591Z] #62 10.76 + RM_GOPATH=1 [2019-12-21T10:08:07.591Z] #62 10.76 ++ dirname ./install.sh [2019-12-21T10:08:07.591Z] #62 10.77 + dir=. [2019-12-21T10:08:07.591Z] #62 10.77 + bin=rootlesskit [2019-12-21T10:08:07.591Z] #62 10.77 + shift [2019-12-21T10:08:07.591Z] #62 10.77 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-21T10:08:07.591Z] #62 10.77 + . ./rootlesskit.installer [2019-12-21T10:08:07.591Z] #62 10.77 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:08:07.591Z] #62 10.78 + install_rootlesskit [2019-12-21T10:08:07.591Z] #62 10.78 + case "$1" in [2019-12-21T10:08:07.591Z] #62 10.78 + export CGO_ENABLED=0 [2019-12-21T10:08:07.591Z] #62 10.78 + CGO_ENABLED=0 [2019-12-21T10:08:07.591Z] #62 10.78 + _install_rootlesskit [2019-12-21T10:08:07.591Z] #62 10.78 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2019-12-21T10:08:07.591Z] #62 10.78 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:08:07.591Z] #62 10.78 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ctrkWpsH0T/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:08:07.591Z] #62 10.80 Cloning into '/tmp/tmp.ctrkWpsH0T/src/github.com/rootless-containers/rootlesskit'... [2019-12-21T10:08:07.591Z] #62 15.67 + cd /tmp/tmp.ctrkWpsH0T/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:08:07.591Z] #62 15.67 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:08:07.591Z] #62 16.05 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:08:07.591Z] #62 16.05 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-21T10:08:07.591Z] #62 ... [2019-12-21T10:08:07.591Z] [2019-12-21T10:08:07.591Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:07.591Z] #33 7.359 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:08:07.591Z] #33 7.451 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:08:07.591Z] #33 7.567 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:08:07.591Z] #33 8.296 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:08:07.591Z] #33 10.75 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:08:07.591Z] #33 11.55 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:08:07.591Z] #33 ... [2019-12-21T10:08:07.591Z] [2019-12-21T10:08:07.591Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:08:07.591Z] #31 10.52 + RM_GOPATH=0 [2019-12-21T10:08:07.591Z] #31 10.52 + TMP_GOPATH= [2019-12-21T10:08:07.591Z] #31 10.52 + : /build [2019-12-21T10:08:07.591Z] #31 10.52 + '[' -z '' ']' [2019-12-21T10:08:07.591Z] #31 10.52 ++ mktemp -d [2019-12-21T10:08:07.591Z] #31 10.52 + export GOPATH=/tmp/tmp.RD2PQUY3Jy [2019-12-21T10:08:07.591Z] #31 10.53 + GOPATH=/tmp/tmp.RD2PQUY3Jy [2019-12-21T10:08:07.591Z] #31 10.53 + RM_GOPATH=1 [2019-12-21T10:08:07.591Z] #31 10.53 ++ dirname ./install.sh [2019-12-21T10:08:07.591Z] #31 10.54 + dir=. [2019-12-21T10:08:07.591Z] #31 10.54 + bin=tomlv [2019-12-21T10:08:07.591Z] #31 10.54 + shift [2019-12-21T10:08:07.591Z] #31 10.54 + '[' '!' -f ./tomlv.installer ']' [2019-12-21T10:08:07.591Z] #31 10.54 + . ./tomlv.installer [2019-12-21T10:08:07.591Z] #31 10.54 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:08:07.591Z] #31 10.54 + install_tomlv [2019-12-21T10:08:07.591Z] #31 10.54 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-21T10:08:07.591Z] #31 10.54 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.RD2PQUY3Jy/src/github.com/BurntSushi/toml [2019-12-21T10:08:07.591Z] #31 10.54 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:08:07.591Z] #31 10.54 Cloning into '/tmp/tmp.RD2PQUY3Jy/src/github.com/BurntSushi/toml'... [2019-12-21T10:08:07.591Z] #31 11.95 + cd /tmp/tmp.RD2PQUY3Jy/src/github.com/BurntSushi/toml [2019-12-21T10:08:07.591Z] #31 11.95 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:08:07.591Z] #31 11.96 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:08:07.591Z] #31 12.94 runtime/internal/atomic [2019-12-21T10:08:07.591Z] #31 12.98 internal/cpu [2019-12-21T10:08:07.591Z] #31 13.22 runtime/internal/sys [2019-12-21T10:08:07.591Z] #31 13.68 runtime/internal/math [2019-12-21T10:08:07.591Z] #31 13.71 internal/bytealg [2019-12-21T10:08:07.591Z] #31 13.73 math/bits [2019-12-21T10:08:07.591Z] #31 14.43 runtime [2019-12-21T10:08:07.591Z] #31 14.58 math [2019-12-21T10:08:07.857Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-12-21T10:08:08.039Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-12-21T10:08:08.039Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-12-21T10:08:08.039Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-12-21T10:08:08.039Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-12-21T10:08:08.446Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-12-21T10:08:08.870Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-12-21T10:08:08.887Z] go: finding github.com/gofrs/flock v0.7.0 [2019-12-21T10:08:09.178Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-12-21T10:08:09.178Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-12-21T10:08:09.277Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-12-21T10:08:09.467Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-12-21T10:08:09.467Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-12-21T10:08:09.467Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-12-21T10:08:09.704Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-12-21T10:08:09.704Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-12-21T10:08:09.704Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-12-21T10:08:09.756Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-12-21T10:08:10.086Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-12-21T10:08:10.086Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-12-21T10:08:10.385Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-12-21T10:08:10.481Z] go: finding github.com/google/go-cmp v0.2.0 [2019-12-21T10:08:10.675Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-12-21T10:08:10.864Z] #31 ... [2019-12-21T10:08:10.864Z] [2019-12-21T10:08:10.864Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:08:10.864Z] #38 10.50 + export GOPATH=/tmp/tmp.2g7IOB7PGA [2019-12-21T10:08:10.864Z] #38 10.50 + git clone https://github.com/docker/distribution.git /tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution [2019-12-21T10:08:10.864Z] #38 10.50 Cloning into '/tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution'... [2019-12-21T10:08:10.864Z] #38 ... [2019-12-21T10:08:10.864Z] [2019-12-21T10:08:10.864Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:10.864Z] #40 10.67 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:08:10.864Z] #40 10.68 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:08:10.864Z] #40 10.71 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:08:10.864Z] #40 10.72 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:08:10.864Z] #40 10.83 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:08:10.864Z] #40 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:08:10.864Z] #40 13.85 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:08:10.864Z] #40 15.16 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:08:10.864Z] #40 ... [2019-12-21T10:08:10.864Z] [2019-12-21T10:08:10.864Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:08:10.864Z] #56 10.76 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:08:10.864Z] #56 13.03 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:08:10.864Z] #56 14.20 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:08:10.864Z] #56 ... [2019-12-21T10:08:10.864Z] [2019-12-21T10:08:10.864Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:10.864Z] #22 10.67 + RM_GOPATH=0 [2019-12-21T10:08:10.864Z] #22 10.67 + TMP_GOPATH= [2019-12-21T10:08:10.864Z] #22 10.67 + : /build [2019-12-21T10:08:10.864Z] #22 10.68 + '[' -z '' ']' [2019-12-21T10:08:10.864Z] #22 10.68 ++ mktemp -d [2019-12-21T10:08:10.864Z] #22 10.68 + export GOPATH=/tmp/tmp.hY5SZfX8rO [2019-12-21T10:08:10.864Z] #22 10.68 + GOPATH=/tmp/tmp.hY5SZfX8rO [2019-12-21T10:08:10.864Z] #22 10.68 + RM_GOPATH=1 [2019-12-21T10:08:10.864Z] #22 10.68 ++ dirname ./install.sh [2019-12-21T10:08:10.864Z] #22 10.69 + dir=. [2019-12-21T10:08:10.864Z] #22 10.69 + bin=dockercli [2019-12-21T10:08:10.864Z] #22 10.69 + shift [2019-12-21T10:08:10.864Z] #22 10.69 + '[' '!' -f ./dockercli.installer ']' [2019-12-21T10:08:10.864Z] #22 10.70 + . ./dockercli.installer [2019-12-21T10:08:10.864Z] #22 10.70 ++ : stable [2019-12-21T10:08:10.864Z] #22 10.70 ++ : 17.06.2-ce [2019-12-21T10:08:10.864Z] #22 10.70 + install_dockercli [2019-12-21T10:08:10.864Z] #22 10.70 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-21T10:08:10.864Z] #22 10.70 ++ uname -m [2019-12-21T10:08:10.864Z] #22 10.70 Install docker/cli version 17.06.2-ce from stable [2019-12-21T10:08:10.864Z] #22 10.71 + arch=x86_64 [2019-12-21T10:08:10.864Z] #22 10.71 + '[' x86_64 '!=' x86_64 ']' [2019-12-21T10:08:10.864Z] #22 10.71 + url=https://download.docker.com/linux/static [2019-12-21T10:08:10.864Z] #22 10.71 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-21T10:08:10.864Z] #22 10.71 + tar -xz docker/docker [2019-12-21T10:08:10.964Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-12-21T10:08:10.964Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-12-21T10:08:11.123Z] #22 ... [2019-12-21T10:08:11.123Z] [2019-12-21T10:08:11.123Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:11.123Z] #24 11.35 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:08:11.123Z] #24 13.07 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:08:11.123Z] #24 14.19 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:08:11.123Z] #24 ... [2019-12-21T10:08:11.123Z] [2019-12-21T10:08:11.123Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:11.123Z] #10 11.48 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:08:11.123Z] #10 11.48 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:08:11.123Z] #10 11.49 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:08:11.123Z] #10 11.51 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:08:11.123Z] #10 11.56 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:08:11.123Z] #10 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:08:11.123Z] #10 14.35 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:08:11.123Z] #10 15.66 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:08:11.331Z] go: finding github.com/spf13/viper v1.3.2 [2019-12-21T10:08:11.332Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-12-21T10:08:11.379Z] #10 ... [2019-12-21T10:08:11.379Z] [2019-12-21T10:08:11.379Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:08:11.379Z] #44 11.71 + cd /tmp/tmp.fVj1RaUEV8/src/github.com/LK4D4/vndr [2019-12-21T10:08:11.379Z] #44 11.71 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:08:11.379Z] #44 11.72 + go build -buildmode=pie -v -o /build/vndr . [2019-12-21T10:08:11.379Z] #44 13.64 internal/cpu [2019-12-21T10:08:11.379Z] #44 13.66 runtime/internal/sys [2019-12-21T10:08:11.379Z] #44 13.93 internal/race [2019-12-21T10:08:11.379Z] #44 14.12 sync/atomic [2019-12-21T10:08:11.379Z] #44 14.63 unicode [2019-12-21T10:08:11.379Z] #44 14.81 runtime [2019-12-21T10:08:11.608Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-12-21T10:08:11.635Z] #44 21.44 unicode/utf8 [2019-12-21T10:08:11.753Z] go: finding google.golang.org/appengine v1.1.0 [2019-12-21T10:08:11.891Z] #44 ... [2019-12-21T10:08:11.891Z] [2019-12-21T10:08:11.891Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:08:11.891Z] #31 21.81 unicode/utf8 [2019-12-21T10:08:11.897Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-12-21T10:08:12.530Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-12-21T10:08:12.530Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-12-21T10:08:12.591Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-12-21T10:08:12.591Z] go: finding github.com/stretchr/testify v1.2.2 [2019-12-21T10:08:13.024Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-12-21T10:08:13.257Z] #31 23.03 internal/testlog [2019-12-21T10:08:13.449Z] go: finding github.com/imdario/mergo v0.3.7 [2019-12-21T10:08:13.860Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-12-21T10:08:13.860Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-12-21T10:08:14.038Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-12-21T10:08:14.038Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-12-21T10:08:14.038Z] go: finding github.com/jinzhu/now v1.0.0 [2019-12-21T10:08:14.038Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-12-21T10:08:14.038Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-12-21T10:08:14.184Z] #31 23.69 runtime/cgo [2019-12-21T10:08:14.381Z] go: finding github.com/spf13/cast v1.3.0 [2019-12-21T10:08:14.381Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-12-21T10:08:14.381Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-12-21T10:08:14.381Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-12-21T10:08:14.381Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-12-21T10:08:14.381Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-12-21T10:08:14.668Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-12-21T10:08:14.904Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-12-21T10:08:15.346Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-12-21T10:08:15.346Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-12-21T10:08:15.346Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-12-21T10:08:15.698Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-12-21T10:08:15.698Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-12-21T10:08:15.698Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-12-21T10:08:15.932Z] go: finding github.com/lib/pq v1.0.0 [2019-12-21T10:08:16.340Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-12-21T10:08:16.355Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-12-21T10:08:16.355Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-12-21T10:08:16.643Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-12-21T10:08:16.770Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-12-21T10:08:16.934Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-12-21T10:08:16.934Z] go: finding github.com/gorilla/mux v1.7.0 [2019-12-21T10:08:17.164Z] go: finding github.com/magiconair/properties v1.8.0 [2019-12-21T10:08:17.164Z] go: finding github.com/kr/pretty v0.1.0 [2019-12-21T10:08:17.164Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-12-21T10:08:17.541Z] #31 ... [2019-12-21T10:08:17.542Z] [2019-12-21T10:08:17.542Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:08:17.542Z] #68 25.13 Checking out files: 49% (987/1997) Checking out files: 50% (999/1997) Checking out files: 51% (1019/1997) Checking out files: 52% (1039/1997) Checking out files: 53% (1059/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: 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. [2019-12-21T10:08:17.542Z] #68 26.38 + cd /tmp/tmp.KDz74A8xt6/src/github.com/docker/libnetwork [2019-12-21T10:08:17.542Z] #68 26.38 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:08:17.542Z] #68 26.94 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-21T10:08:17.736Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-12-21T10:08:18.132Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-12-21T10:08:18.132Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-12-21T10:08:18.132Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-12-21T10:08:18.139Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-12-21T10:08:18.139Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-12-21T10:08:18.433Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-12-21T10:08:18.477Z] #68 ... [2019-12-21T10:08:18.477Z] [2019-12-21T10:08:18.477Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:18.477Z] #22 25.34 + mkdir -p /build [2019-12-21T10:08:18.477Z] #22 25.34 + mv docker/docker /build/ [2019-12-21T10:08:18.477Z] #22 25.36 + rmdir docker [2019-12-21T10:08:18.477Z] #22 DONE 27.9s [2019-12-21T10:08:18.477Z] [2019-12-21T10:08:18.477Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:18.477Z] #33 28.42 Fetched 7931 kB in 22s (351 kB/s) [2019-12-21T10:08:18.725Z] go: finding github.com/spf13/pflag v1.0.3 [2019-12-21T10:08:19.002Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-12-21T10:08:19.002Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-12-21T10:08:19.002Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-12-21T10:08:19.002Z] go: finding github.com/client9/misspell v0.3.4 [2019-12-21T10:08:19.356Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-12-21T10:08:19.356Z] go: finding github.com/json-iterator/go v1.1.6 [2019-12-21T10:08:19.426Z] go: finding github.com/kr/text v0.1.0 [2019-12-21T10:08:19.657Z] Running on ubuntu-1804-overlay2 (i-0c03b9916d1039ea9) in /home/ubuntu/workspace/moby_PR-39998 [Pipeline] { [Pipeline] checkout [2019-12-21T10:08:20.331Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-12-21T10:08:20.749Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-12-21T10:08:20.749Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-12-21T10:08:20.749Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-12-21T10:08:20.749Z] go: finding github.com/spf13/afero v1.1.2 [2019-12-21T10:08:20.749Z] go: finding cloud.google.com/go v0.26.0 [2019-12-21T10:08:20.850Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-12-21T10:08:20.850Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-12-21T10:08:21.139Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-12-21T10:08:21.428Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-12-21T10:08:21.620Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-12-21T10:08:21.620Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-12-21T10:08:21.716Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-12-21T10:08:22.004Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-12-21T10:08:22.194Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-12-21T10:08:22.194Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-12-21T10:08:22.194Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-12-21T10:08:22.602Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-12-21T10:08:22.633Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-12-21T10:08:22.633Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-12-21T10:08:22.633Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-12-21T10:08:22.922Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-12-21T10:08:23.005Z] go: finding github.com/stretchr/testify v1.3.0 [2019-12-21T10:08:23.418Z] go: finding github.com/kr/pty v1.1.1 [2019-12-21T10:08:23.570Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-12-21T10:08:23.732Z] #33 28.42 Reading package lists... [2019-12-21T10:08:23.732Z] #33 ... [2019-12-21T10:08:23.732Z] [2019-12-21T10:08:23.732Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:08:23.732Z] #44 22.63 internal/testlog [2019-12-21T10:08:23.732Z] #44 23.14 encoding [2019-12-21T10:08:23.732Z] #44 23.40 unicode/utf16 [2019-12-21T10:08:23.732Z] #44 23.96 container/list [2019-12-21T10:08:23.732Z] #44 24.82 crypto/internal/subtle [2019-12-21T10:08:23.732Z] #44 24.99 crypto/subtle [2019-12-21T10:08:23.732Z] #44 25.36 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-21T10:08:23.732Z] #44 25.62 internal/nettrace [2019-12-21T10:08:23.732Z] #44 26.09 runtime/cgo [2019-12-21T10:08:23.732Z] #44 ... [2019-12-21T10:08:23.732Z] [2019-12-21T10:08:23.732Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:23.732Z] #40 33.39 Fetched 7931 kB in 23s (334 kB/s) [2019-12-21T10:08:23.758Z] using credential docker-jenkins-github-credentials [2019-12-21T10:08:23.771Z] Cloning the remote Git repository [2019-12-21T10:08:23.771Z] Cloning with configured refspecs honoured and without tags [2019-12-21T10:08:23.822Z] go: finding github.com/stretchr/objx v0.1.0 [2019-12-21T10:08:23.822Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-12-21T10:08:23.866Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-12-21T10:08:23.866Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-12-21T10:08:23.866Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-12-21T10:08:23.866Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-12-21T10:08:24.154Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-12-21T10:08:23.826Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:08:23.892Z] > git init /home/ubuntu/workspace/moby_PR-39998 # timeout=10 [2019-12-21T10:08:24.388Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:08:24.388Z] > git --version # timeout=10 [2019-12-21T10:08:24.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:08:24.418Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:08:25.178Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-12-21T10:08:25.178Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-12-21T10:08:25.466Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-12-21T10:08:26.093Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-12-21T10:08:26.093Z] go: finding github.com/docker/go-connections v0.4.0 [2019-12-21T10:08:26.721Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-12-21T10:08:27.351Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-12-21T10:08:27.351Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-12-21T10:08:27.641Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-12-21T10:08:28.272Z] go: finding github.com/imdario/mergo v0.3.7 [2019-12-21T10:08:28.981Z] #40 33.39 Reading package lists... [2019-12-21T10:08:28.981Z] #40 ... [2019-12-21T10:08:28.981Z] [2019-12-21T10:08:28.981Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:28.981Z] #50 35.94 + cd /tmp/tmp.mtJ5m1r2zN/src/github.com/golangci/golangci-lint/ [2019-12-21T10:08:28.981Z] #50 35.94 + git checkout -q v1.20.0 [2019-12-21T10:08:28.981Z] #50 36.55 ++ git describe --tags [2019-12-21T10:08:28.981Z] #50 36.57 + version=v1.20.0 [2019-12-21T10:08:28.981Z] #50 36.59 ++ git rev-parse --short HEAD [2019-12-21T10:08:28.981Z] #50 36.59 + commit=cc98739 [2019-12-21T10:08:28.981Z] #50 36.59 ++ git show -s --format=%cd [2019-12-21T10:08:28.981Z] #50 36.61 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-21T10:08:28.981Z] #50 36.61 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:08:29.312Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-12-21T10:08:29.312Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-12-21T10:08:29.910Z] #50 ... [2019-12-21T10:08:29.911Z] [2019-12-21T10:08:29.911Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:08:29.911Z] #38 30.17 + cd /tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution [2019-12-21T10:08:29.911Z] #38 30.17 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-21T10:08:29.911Z] #38 33.63 + GOPATH=/tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.2g7IOB7PGA go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-21T10:08:29.911Z] #38 ... [2019-12-21T10:08:29.911Z] [2019-12-21T10:08:29.911Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:29.911Z] #33 28.42 Reading package lists... [2019-12-21T10:08:29.944Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-12-21T10:08:30.232Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-12-21T10:08:30.520Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-12-21T10:08:30.520Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-12-21T10:08:31.146Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-12-21T10:08:31.279Z] #33 39.52 Reading package lists... [2019-12-21T10:08:31.279Z] #33 ... [2019-12-21T10:08:31.279Z] [2019-12-21T10:08:31.279Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:31.279Z] #24 31.27 Fetched 7931 kB in 22s (358 kB/s) [2019-12-21T10:08:31.279Z] #24 31.27 Reading package lists... [2019-12-21T10:08:32.468Z] #24 41.78 Reading package lists... [2019-12-21T10:08:32.468Z] #24 ... [2019-12-21T10:08:32.468Z] [2019-12-21T10:08:32.468Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:08:32.468Z] #56 32.64 Fetched 7931 kB in 24s (330 kB/s) [2019-12-21T10:08:32.468Z] #56 32.64 Reading package lists... [2019-12-21T10:08:32.640Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-12-21T10:08:32.931Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-12-21T10:08:33.287Z] #56 42.94 Reading package lists... [2019-12-21T10:08:33.287Z] #56 ... [2019-12-21T10:08:33.287Z] [2019-12-21T10:08:33.287Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:33.287Z] #40 33.39 Reading package lists... [2019-12-21T10:08:33.287Z] #40 ... [2019-12-21T10:08:33.287Z] [2019-12-21T10:08:33.287Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:33.287Z] #10 33.56 Fetched 7931 kB in 23s (344 kB/s) [2019-12-21T10:08:33.856Z] #10 33.56 Reading package lists... [2019-12-21T10:08:33.962Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-12-21T10:08:34.112Z] #10 ... [2019-12-21T10:08:34.112Z] [2019-12-21T10:08:34.112Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:34.988Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-12-21T10:08:35.278Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-12-21T10:08:35.909Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-12-21T10:08:35.909Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-12-21T10:08:37.424Z] go: finding github.com/spf13/cobra v0.0.3 [2019-12-21T10:08:37.424Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-12-21T10:08:37.714Z] go: finding github.com/stretchr/objx v0.1.0 [2019-12-21T10:08:38.746Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-12-21T10:08:40.226Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/server/middleware 0.034s coverage: 37.7% of statements [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/server/router/swarm 0.039s coverage: 4.0% of statements [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/types/time 0.029s coverage: 100.0% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/api/types/versions 0.024s coverage: 75.0% of statements [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/builder/remotecontext 0.304s coverage: 13.6% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/builder/remotecontext/git 3.530s coverage: 86.3% of statements [2019-12-21T10:08:40.227Z] ok github.com/docker/docker/builder/dockerfile 1.092s coverage: 48.2% of statements [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/cli [no test files] [2019-12-21T10:08:40.227Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-21T10:08:40.247Z] go: finding github.com/stretchr/testify v1.2.2 [2019-12-21T10:08:40.247Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-12-21T10:08:40.247Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-12-21T10:08:40.247Z] go: finding github.com/stretchr/objx v0.1.1 [2019-12-21T10:08:40.247Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-12-21T10:08:40.247Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-12-21T10:08:40.655Z] #40 44.28 Reading package lists... [2019-12-21T10:08:40.655Z] #40 ... [2019-12-21T10:08:40.655Z] [2019-12-21T10:08:40.655Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:40.655Z] #33 39.52 Reading package lists... [2019-12-21T10:08:41.272Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-12-21T10:08:41.561Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-12-21T10:08:42.190Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-12-21T10:08:42.544Z] #33 50.18 Building dependency tree... [2019-12-21T10:08:42.947Z] go: finding github.com/spf13/viper v1.3.2 [2019-12-21T10:08:42.947Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-12-21T10:08:43.576Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-12-21T10:08:44.207Z] go: finding google.golang.org/grpc v1.20.1 [2019-12-21T10:08:44.497Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-12-21T10:08:44.568Z] #33 ... [2019-12-21T10:08:44.568Z] [2019-12-21T10:08:44.568Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:44.568Z] #10 44.74 Reading package lists... [2019-12-21T10:08:44.568Z] #10 ... [2019-12-21T10:08:44.568Z] [2019-12-21T10:08:44.568Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:08:44.569Z] #44 44.13 vendor/golang.org/x/crypto/internal/subtle [2019-12-21T10:08:44.569Z] #44 44.71 vendor/golang.org/x/crypto/curve25519 [2019-12-21T10:08:44.590Z] ok github.com/docker/docker/client 0.433s coverage: 75.8% of statements [2019-12-21T10:08:44.836Z] #44 ... [2019-12-21T10:08:44.836Z] [2019-12-21T10:08:44.836Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:44.836Z] #33 54.99 The following additional packages will be installed: [2019-12-21T10:08:44.836Z] #33 55.02 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-21T10:08:44.836Z] #33 55.04 Suggested packages: [2019-12-21T10:08:44.836Z] #33 55.04 codeblocks eclipse ninja-build lrzip [2019-12-21T10:08:44.836Z] #33 55.04 Recommended packages: [2019-12-21T10:08:44.836Z] #33 55.04 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-21T10:08:45.092Z] #33 ... [2019-12-21T10:08:45.092Z] [2019-12-21T10:08:45.092Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:08:45.092Z] #68 DONE 54.9s [2019-12-21T10:08:45.092Z] [2019-12-21T10:08:45.092Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:45.130Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-12-21T10:08:45.419Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-12-21T10:08:45.419Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-12-21T10:08:45.708Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-12-21T10:08:45.708Z] go: finding github.com/google/go-cmp v0.2.0 [2019-12-21T10:08:45.999Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-12-21T10:08:45.999Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-12-21T10:08:46.982Z] #10 55.19 Building dependency tree... [2019-12-21T10:08:47.025Z] go: finding github.com/docker/go-connections v0.3.0 [2019-12-21T10:08:47.421Z] Fetching without tags [2019-12-21T10:08:47.657Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-12-21T10:08:47.657Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-12-21T10:08:47.763Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:08:47.948Z] go: finding github.com/golang/protobuf v1.2.0 [2019-12-21T10:08:48.238Z] go: finding github.com/spf13/afero v1.1.2 [2019-12-21T10:08:48.238Z] go: finding google.golang.org/appengine v1.1.0 [2019-12-21T10:08:47.322Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:08:47.348Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:08:47.361Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:08:47.381Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:08:47.407Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:08:47.407Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:08:47.408Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:08:47.757Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:08:47.784Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:08:48.870Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-12-21T10:08:49.514Z] #10 59.62 The following additional packages will be installed: [2019-12-21T10:08:49.515Z] #10 59.69 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-21T10:08:49.515Z] #10 59.69 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-21T10:08:49.515Z] #10 59.69 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:08:49.515Z] #10 59.69 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-21T10:08:49.515Z] #10 59.69 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-21T10:08:49.515Z] #10 59.69 Suggested packages: [2019-12-21T10:08:49.515Z] #10 59.69 gcc-6-locales seccomp wine64 [2019-12-21T10:08:49.916Z] Merge succeeded, producing 566c177f24a0079ff37fb24833871267cf9b409f [2019-12-21T10:08:49.917Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-12-21T10:08:49.917Z] Checking out Revision 566c177f24a0079ff37fb24833871267cf9b409f (PR-39998) [2019-12-21T10:08:50.442Z] #10 ... [2019-12-21T10:08:50.442Z] [2019-12-21T10:08:50.442Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:50.442Z] #47 58.95 + cd /tmp/tmp.nKuy7gqmHt/src/gotest.tools/gotestsum [2019-12-21T10:08:50.442Z] #47 58.95 + git checkout -q v0.3.5 [2019-12-21T10:08:50.442Z] #47 59.01 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-21T10:08:48.652Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:08:49.878Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-21T10:08:49.903Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:08:49.926Z] > git checkout -f 566c177f24a0079ff37fb24833871267cf9b409f [2019-12-21T10:08:50.954Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-12-21T10:08:50.954Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-12-21T10:08:51.044Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:08:51.038Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [2019-12-21T10:08:51.244Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-12-21T10:08:51.374Z] #47 ... [2019-12-21T10:08:51.374Z] [2019-12-21T10:08:51.374Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:51.374Z] #24 41.78 Reading package lists... [2019-12-21T10:08:51.374Z] #24 52.36 Building dependency tree... [2019-12-21T10:08:51.374Z] #24 57.24 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-21T10:08:51.374Z] #24 57.24 The following additional packages will be installed: [2019-12-21T10:08:51.374Z] #24 57.24 libjq1 libonig4 [2019-12-21T10:08:51.374Z] #24 57.71 The following NEW packages will be installed: [2019-12-21T10:08:51.374Z] #24 57.72 jq libjq1 libonig4 [2019-12-21T10:08:51.374Z] #24 58.90 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:08:51.374Z] #24 58.90 Need to get 327 kB of archives. [2019-12-21T10:08:51.374Z] #24 58.90 After this operation, 1157 kB of additional disk space will be used. [2019-12-21T10:08:51.374Z] #24 58.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-21T10:08:51.374Z] #24 58.90 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-21T10:08:51.374Z] #24 58.91 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-21T10:08:51.374Z] #24 60.32 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:08:51.374Z] #24 60.58 Fetched 327 kB in 1s (306 kB/s) [2019-12-21T10:08:51.374Z] #24 60.67 Selecting previously unselected package libonig4:amd64. [2019-12-21T10:08:51.374Z] #24 60.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:08:51.374Z] #24 60.75 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-12-21T10:08:51.374Z] #24 60.76 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:08:51.374Z] #24 61.29 Selecting previously unselected package libjq1:amd64. [2019-12-21T10:08:51.374Z] #24 61.29 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:08:51.374Z] #24 61.29 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:08:51.374Z] #24 61.71 Selecting previously unselected package jq. [2019-12-21T10:08:51.374Z] #24 61.72 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:08:51.374Z] #24 61.72 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:08:51.873Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-12-21T10:08:51.936Z] #24 ... [2019-12-21T10:08:51.936Z] [2019-12-21T10:08:51.936Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:08:51.936Z] #33 56.53 The following NEW packages will be installed: [2019-12-21T10:08:51.936Z] #33 56.53 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-21T10:08:51.936Z] #33 56.53 vim-common xxd [2019-12-21T10:08:51.936Z] #33 57.82 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:08:51.936Z] #33 57.82 Need to get 13.7 MB of archives. [2019-12-21T10:08:51.936Z] #33 57.82 After this operation, 57.2 MB of additional disk space will be used. [2019-12-21T10:08:51.936Z] #33 57.82 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-12-21T10:08:51.936Z] #33 58.06 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:08:51.936Z] #33 58.06 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-12-21T10:08:51.936Z] #33 59.18 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-12-21T10:08:51.936Z] #33 59.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-12-21T10:08:51.936Z] #33 59.35 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-12-21T10:08:51.936Z] #33 59.38 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-12-21T10:08:51.936Z] #33 59.38 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-12-21T10:08:51.936Z] #33 59.72 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:08:51.936Z] #33 59.75 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:08:51.936Z] #33 61.57 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:08:51.936Z] #33 61.81 Fetched 13.7 MB in 3s (4451 kB/s) [2019-12-21T10:08:51.936Z] #33 62.07 Selecting previously unselected package cmake-data. [2019-12-21T10:08:51.936Z] #33 62.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:08:51.936Z] #33 62.19 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-21T10:08:51.936Z] #33 62.26 Unpacking cmake-data (3.7.2-1) ... [2019-12-21T10:08:51.936Z] #33 ... [2019-12-21T10:08:51.936Z] [2019-12-21T10:08:51.936Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:51.936Z] #24 62.21 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:08:51.936Z] #24 62.23 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:08:51.936Z] #24 62.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:08:52.192Z] #24 62.53 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:08:52.507Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-12-21T10:08:52.507Z] go: finding github.com/spf13/cast v1.3.0 [2019-12-21T10:08:52.525Z] + docker version [2019-12-21T10:08:52.816Z] #24 ... [2019-12-21T10:08:52.816Z] [2019-12-21T10:08:52.816Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:08:52.816Z] #56 42.94 Reading package lists... [2019-12-21T10:08:52.816Z] #56 53.38 Building dependency tree... [2019-12-21T10:08:52.816Z] #56 57.84 The following additional packages will be installed: [2019-12-21T10:08:52.816Z] #56 57.84 btrfs-progs liblzo2-2 [2019-12-21T10:08:52.816Z] #56 58.12 The following NEW packages will be installed: [2019-12-21T10:08:52.816Z] #56 58.14 btrfs-progs btrfs-tools liblzo2-2 [2019-12-21T10:08:52.816Z] #56 59.31 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:08:52.816Z] #56 59.31 Need to get 649 kB of archives. [2019-12-21T10:08:52.816Z] #56 59.31 After this operation, 4320 kB of additional disk space will be used. [2019-12-21T10:08:52.816Z] #56 59.31 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:08:52.816Z] #56 59.33 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-21T10:08:52.816Z] #56 59.44 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-21T10:08:52.816Z] #56 61.47 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:08:52.816Z] #56 61.86 Fetched 649 kB in 1s (571 kB/s) [2019-12-21T10:08:52.816Z] #56 61.97 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:08:52.816Z] #56 61.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:08:52.816Z] #56 62.08 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:08:52.816Z] #56 62.10 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:08:52.816Z] #56 62.55 Selecting previously unselected package btrfs-progs. [2019-12-21T10:08:52.816Z] #56 62.55 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-21T10:08:52.816Z] #56 62.58 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:08:52.816Z] #56 ... [2019-12-21T10:08:52.816Z] [2019-12-21T10:08:52.816Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:08:52.816Z] #24 DONE 63.2s [2019-12-21T10:08:52.816Z] [2019-12-21T10:08:52.816Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:52.816Z] #10 62.63 The following NEW packages will be installed: [2019-12-21T10:08:52.816Z] #10 62.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-21T10:08:52.816Z] #10 62.63 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-21T10:08:52.816Z] #10 62.64 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-21T10:08:52.816Z] #10 62.64 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:08:52.816Z] #10 62.65 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-21T10:08:52.816Z] #10 62.65 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-21T10:08:52.816Z] #10 62.65 mingw-w64-x86-64-dev [2019-12-21T10:08:53.085Z] #10 ... [2019-12-21T10:08:53.085Z] [2019-12-21T10:08:53.085Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:08:53.085Z] #25 DONE 0.1s [2019-12-21T10:08:53.085Z] [2019-12-21T10:08:53.085Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:08:53.136Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-12-21T10:08:53.137Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-12-21T10:08:54.056Z] #26 ... [2019-12-21T10:08:54.056Z] [2019-12-21T10:08:54.056Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:54.056Z] #40 44.28 Reading package lists... [2019-12-21T10:08:54.056Z] #40 54.80 Building dependency tree... [2019-12-21T10:08:54.056Z] #40 58.64 The following additional packages will be installed: [2019-12-21T10:08:54.056Z] #40 58.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-21T10:08:54.056Z] #40 58.65 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-21T10:08:54.056Z] #40 58.65 Suggested packages: [2019-12-21T10:08:54.056Z] #40 58.65 manpages-dev python-setuptools [2019-12-21T10:08:54.056Z] #40 60.82 The following NEW packages will be installed: [2019-12-21T10:08:54.056Z] #40 60.83 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-21T10:08:54.056Z] #40 60.84 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-21T10:08:54.056Z] #40 60.84 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-21T10:08:54.056Z] #40 60.84 zlib1g-dev [2019-12-21T10:08:54.056Z] #40 62.00 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:08:54.057Z] #40 62.00 Need to get 3602 kB of archives. [2019-12-21T10:08:54.057Z] #40 62.00 After this operation, 18.9 MB of additional disk space will be used. [2019-12-21T10:08:54.057Z] #40 62.00 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-21T10:08:54.057Z] #40 62.07 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-12-21T10:08:54.057Z] #40 62.07 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-12-21T10:08:54.057Z] #40 62.10 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-21T10:08:54.057Z] #40 62.10 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-12-21T10:08:54.057Z] #40 62.10 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-21T10:08:54.057Z] #40 62.10 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-12-21T10:08:54.057Z] #40 62.12 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-12-21T10:08:54.057Z] #40 62.18 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-12-21T10:08:54.057Z] #40 62.28 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-12-21T10:08:54.057Z] #40 62.30 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-12-21T10:08:54.057Z] #40 62.41 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-12-21T10:08:54.057Z] #40 62.49 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-12-21T10:08:54.057Z] #40 62.52 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-12-21T10:08:54.057Z] #40 62.52 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-21T10:08:54.057Z] #40 62.52 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-12-21T10:08:54.165Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-12-21T10:08:54.318Z] #40 ... [2019-12-21T10:08:54.318Z] [2019-12-21T10:08:54.318Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:08:54.318Z] #10 64.00 0 upgraded, 27 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:08:54.318Z] #10 64.00 Need to get 73.5 MB of archives. [2019-12-21T10:08:54.318Z] #10 64.00 After this operation, 466 MB of additional disk space will be used. [2019-12-21T10:08:54.318Z] #10 64.00 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-12-21T10:08:54.318Z] #10 64.01 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-12-21T10:08:54.318Z] #10 64.02 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:08:54.318Z] #10 64.04 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-21T10:08:54.318Z] #10 64.30 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-21T10:08:54.318Z] #10 64.31 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-12-21T10:08:54.318Z] #10 64.37 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-12-21T10:08:54.318Z] #10 64.42 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-12-21T10:08:54.318Z] #10 64.42 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-12-21T10:08:54.318Z] #10 64.51 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-12-21T10:08:54.318Z] #10 64.60 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-12-21T10:08:54.318Z] #10 64.64 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-12-21T10:08:54.456Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-12-21T10:08:54.576Z] #10 64.78 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-12-21T10:08:54.576Z] #10 64.83 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-12-21T10:08:54.576Z] #10 64.83 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-12-21T10:08:54.576Z] #10 64.84 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-12-21T10:08:54.576Z] #10 64.92 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-12-21T10:08:54.746Z] go: finding github.com/kr/pretty v0.1.0 [2019-12-21T10:08:55.148Z] #10 65.25 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-12-21T10:08:55.388Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-12-21T10:08:55.388Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-12-21T10:08:55.403Z] #10 ... [2019-12-21T10:08:55.403Z] [2019-12-21T10:08:55.403Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:08:55.403Z] #56 64.31 Selecting previously unselected package btrfs-tools. [2019-12-21T10:08:55.403Z] #56 64.31 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-21T10:08:55.403Z] #56 64.37 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:08:55.403Z] #56 64.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:08:55.403Z] #56 64.94 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:08:55.403Z] #56 64.99 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:08:55.404Z] #56 65.08 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:08:55.404Z] #56 65.11 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:08:55.404Z] #56 DONE 65.6s [2019-12-21T10:08:55.404Z] [2019-12-21T10:08:55.404Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:08:55.404Z] #57 DONE 0.1s [2019-12-21T10:08:55.404Z] [2019-12-21T10:08:55.404Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-21T10:08:55.660Z] #58 DONE 0.1s [2019-12-21T10:08:55.660Z] [2019-12-21T10:08:55.660Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:08:55.676Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-12-21T10:08:57.063Z] #59 ... [2019-12-21T10:08:57.063Z] [2019-12-21T10:08:57.063Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:08:57.063Z] #28 57.05 + cd /tmp/tmp.nmbHx8y78s/src/github.com/go-swagger/go-swagger [2019-12-21T10:08:57.063Z] #28 57.05 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-21T10:08:57.063Z] #28 59.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-21T10:08:57.063Z] #28 ... [2019-12-21T10:08:57.063Z] [2019-12-21T10:08:57.063Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:08:57.063Z] #40 64.95 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:08:57.063Z] #40 65.25 Fetched 3602 kB in 1s (2285 kB/s) [2019-12-21T10:08:57.063Z] #40 65.65 Selecting previously unselected package libnet1:amd64. [2019-12-21T10:08:57.063Z] #40 65.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:08:57.063Z] #40 65.73 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:08:57.063Z] #40 65.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:08:57.063Z] #40 66.02 Selecting previously unselected package libcap-dev:amd64. [2019-12-21T10:08:57.063Z] #40 66.02 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-12-21T10:08:57.063Z] #40 66.02 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-12-21T10:08:57.063Z] #40 66.31 Selecting previously unselected package libnet1-dev. [2019-12-21T10:08:57.063Z] #40 66.38 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:08:57.063Z] #40 66.40 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:08:57.063Z] #40 66.84 Selecting previously unselected package libnl-3-200:amd64. [2019-12-21T10:08:57.063Z] #40 66.84 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-21T10:08:57.063Z] #40 66.88 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:08:57.063Z] #40 67.29 Selecting previously unselected package libnl-3-dev:amd64. [2019-12-21T10:08:57.063Z] #40 67.29 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-12-21T10:08:57.063Z] #40 67.30 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-21T10:08:57.179Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-12-21T10:08:57.179Z] go: finding github.com/lib/pq v1.0.0 [2019-12-21T10:08:57.624Z] #40 67.79 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-21T10:08:57.625Z] #40 67.85 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-21T10:08:57.625Z] #40 67.86 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:08:57.812Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-12-21T10:08:57.880Z] #40 68.10 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-12-21T10:08:57.880Z] #40 68.10 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-12-21T10:08:57.880Z] #40 68.11 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-21T10:08:57.880Z] #40 68.34 Selecting previously unselected package zlib1g-dev:amd64. [2019-12-21T10:08:57.880Z] #40 68.35 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-12-21T10:08:58.102Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-12-21T10:08:58.103Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-12-21T10:08:58.136Z] #40 68.35 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-21T10:08:58.698Z] #40 68.87 Selecting previously unselected package libprotobuf10:amd64. [2019-12-21T10:08:58.698Z] #40 68.88 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-12-21T10:08:58.698Z] #40 68.92 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-12-21T10:08:58.733Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-12-21T10:08:58.733Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-12-21T10:08:58.733Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-12-21T10:08:59.766Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-12-21T10:09:00.055Z] go: finding golang.org/x/text v0.3.0 [2019-12-21T10:09:00.055Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-12-21T10:09:00.062Z] #40 70.19 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-12-21T10:09:00.062Z] #40 70.19 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-12-21T10:09:00.062Z] #40 70.19 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-21T10:09:00.062Z] #40 ... [2019-12-21T10:09:00.062Z] [2019-12-21T10:09:00.062Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:00.062Z] #59 4.609 + RM_GOPATH=0 [2019-12-21T10:09:00.062Z] #59 4.609 + TMP_GOPATH= [2019-12-21T10:09:00.062Z] #59 4.609 + : /build [2019-12-21T10:09:00.062Z] #59 4.609 + '[' -z '' ']' [2019-12-21T10:09:00.062Z] #59 4.609 ++ mktemp -d [2019-12-21T10:09:00.318Z] #59 4.614 + export GOPATH=/tmp/tmp.xRXLiSh8nd [2019-12-21T10:09:00.318Z] #59 4.614 + GOPATH=/tmp/tmp.xRXLiSh8nd [2019-12-21T10:09:00.318Z] #59 4.614 + RM_GOPATH=1 [2019-12-21T10:09:00.318Z] #59 4.614 ++ dirname ./install.sh [2019-12-21T10:09:00.318Z] #59 4.618 + dir=. [2019-12-21T10:09:00.318Z] #59 4.618 + bin=containerd [2019-12-21T10:09:00.318Z] #59 4.618 + shift [2019-12-21T10:09:00.318Z] #59 4.618 + '[' '!' -f ./containerd.installer ']' [2019-12-21T10:09:00.318Z] #59 4.618 + . ./containerd.installer [2019-12-21T10:09:00.318Z] #59 4.618 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:09:00.318Z] #59 4.618 + install_containerd [2019-12-21T10:09:00.318Z] #59 4.618 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2019-12-21T10:09:00.318Z] #59 4.618 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xRXLiSh8nd/src/github.com/containerd/containerd [2019-12-21T10:09:00.318Z] #59 4.618 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:09:00.318Z] #59 4.664 Cloning into '/tmp/tmp.xRXLiSh8nd/src/github.com/containerd/containerd'... [2019-12-21T10:09:00.651Z] Client: Docker Engine - Community [2019-12-21T10:09:00.651Z] Version: 19.03.2 [2019-12-21T10:09:00.651Z] API version: 1.40 [2019-12-21T10:09:00.651Z] Go version: go1.12.8 [2019-12-21T10:09:00.651Z] Git commit: 6a30dfc [2019-12-21T10:09:00.651Z] Built: Thu Aug 29 05:29:11 2019 [2019-12-21T10:09:00.651Z] OS/Arch: linux/amd64 [2019-12-21T10:09:00.651Z] Experimental: false [2019-12-21T10:09:00.651Z] [2019-12-21T10:09:00.651Z] Server: Docker Engine - Community [2019-12-21T10:09:00.651Z] Engine: [2019-12-21T10:09:00.651Z] Version: 19.03.2 [2019-12-21T10:09:00.651Z] API version: 1.40 (minimum version 1.12) [2019-12-21T10:09:00.651Z] Go version: go1.12.8 [2019-12-21T10:09:00.651Z] Git commit: 6a30dfc [2019-12-21T10:09:00.651Z] Built: Thu Aug 29 05:27:45 2019 [2019-12-21T10:09:00.651Z] OS/Arch: linux/amd64 [2019-12-21T10:09:00.651Z] Experimental: true [2019-12-21T10:09:00.651Z] containerd: [2019-12-21T10:09:00.651Z] Version: 1.2.6 [2019-12-21T10:09:00.651Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:09:00.651Z] runc: [2019-12-21T10:09:00.651Z] Version: 1.0.0-rc8 [2019-12-21T10:09:00.651Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:09:00.651Z] docker-init: [2019-12-21T10:09:00.651Z] Version: 0.18.0 [2019-12-21T10:09:00.651Z] GitCommit: fec3683 [2019-12-21T10:09:00.682Z] go: finding github.com/BurntSushi/toml v0.3.1 [Pipeline] sh [2019-12-21T10:09:00.984Z] + docker info [2019-12-21T10:09:01.249Z] #59 ... [2019-12-21T10:09:01.249Z] [2019-12-21T10:09:01.249Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:01.249Z] #31 60.81 sync [2019-12-21T10:09:01.249Z] #31 60.81 internal/reflectlite [2019-12-21T10:09:01.249Z] #31 65.81 errors [2019-12-21T10:09:01.249Z] #31 65.81 sort [2019-12-21T10:09:01.249Z] #31 66.41 strconv [2019-12-21T10:09:01.249Z] #31 67.59 io [2019-12-21T10:09:01.249Z] #31 69.39 internal/oserror [2019-12-21T10:09:01.249Z] #31 69.66 syscall [2019-12-21T10:09:01.249Z] #31 ... [2019-12-21T10:09:01.249Z] [2019-12-21T10:09:01.249Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:01.249Z] #26 6.728 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-21T10:09:01.249Z] #26 7.428 [2019-12-21T10:09:03.045Z] #26 7.930 ### 4.5% ##### 7.3% ####### 10.8% ########## 14.5% ############# 19.1% ################ 23.5% ################### 27.6% ######################### 35.9% ############################### 43.1% ################################### 49.7% ######################################## 56.8% ############################################# 63.7% #################################################### 72.3% ##################################################### 73.8% ########################################################## 81.4% ################################################################# 91.2% ####################################################################### 98.9% ######################################################################## 100.0% [2019-12-21T10:09:03.304Z] #26 ... [2019-12-21T10:09:03.304Z] [2019-12-21T10:09:03.304Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:03.304Z] #44 62.98 sync [2019-12-21T10:09:03.304Z] #44 63.01 internal/reflectlite [2019-12-21T10:09:03.304Z] #44 66.18 github.com/LK4D4/vndr/godl/singleflight [2019-12-21T10:09:03.305Z] #44 66.65 math/rand [2019-12-21T10:09:03.305Z] #44 68.41 internal/singleflight [2019-12-21T10:09:03.305Z] #44 69.18 strconv [2019-12-21T10:09:03.305Z] #44 69.19 io [2019-12-21T10:09:03.305Z] #44 71.24 bytes [2019-12-21T10:09:03.305Z] #44 ... [2019-12-21T10:09:03.305Z] [2019-12-21T10:09:03.305Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:09:03.305Z] #40 70.63 Selecting previously unselected package libprotobuf-dev:amd64. [2019-12-21T10:09:03.305Z] #40 70.68 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-12-21T10:09:03.305Z] #40 70.71 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-21T10:09:03.305Z] #40 73.14 Selecting previously unselected package libprotoc10:amd64. [2019-12-21T10:09:03.305Z] #40 73.16 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-12-21T10:09:03.305Z] #40 73.17 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-12-21T10:09:03.426Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-12-21T10:09:03.715Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-12-21T10:09:04.234Z] #40 74.52 Selecting previously unselected package protobuf-c-compiler. [2019-12-21T10:09:04.234Z] #40 74.52 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-12-21T10:09:04.234Z] #40 74.54 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:09:04.342Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-12-21T10:09:04.491Z] #40 74.83 Selecting previously unselected package protobuf-compiler. [2019-12-21T10:09:04.491Z] #40 74.83 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-12-21T10:09:04.491Z] #40 74.83 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-21T10:09:05.052Z] #40 75.25 Selecting previously unselected package python-pkg-resources. [2019-12-21T10:09:05.052Z] #40 75.27 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:09:05.052Z] #40 75.29 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-21T10:09:05.309Z] #40 ... [2019-12-21T10:09:05.309Z] [2019-12-21T10:09:05.309Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:05.309Z] #10 65.67 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-12-21T10:09:05.309Z] #10 66.05 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-21T10:09:05.309Z] #10 66.05 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-21T10:09:05.309Z] #10 66.90 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-21T10:09:05.309Z] #10 67.29 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-12-21T10:09:05.309Z] #10 67.30 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-12-21T10:09:05.309Z] #10 72.22 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-12-21T10:09:05.309Z] #10 75.54 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-12-21T10:09:05.309Z] #10 75.55 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-12-21T10:09:05.565Z] #10 ... [2019-12-21T10:09:05.565Z] [2019-12-21T10:09:05.565Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:05.565Z] #26 10.59 [2019-12-21T10:09:05.565Z] #26 11.08 #### 6.9% ########### 16.1% ##################### 29.2% ############################ 39.2% ################################### 49.5% ######################################### 57.6% ################################################ 67.9% ########################################################## 81.8% ######################################################################## 100.0% [2019-12-21T10:09:05.662Z] Removing intermediate container f1402fd70163 [2019-12-21T10:09:05.662Z] ---> 50ca6d0cbeff [2019-12-21T10:09:05.662Z] Step 11/16 : ARG GOOS [2019-12-21T10:09:05.662Z] ---> Running in 939279efc7fd [2019-12-21T10:09:05.662Z] Removing intermediate container 939279efc7fd [2019-12-21T10:09:05.662Z] ---> 31aef48e2ffe [2019-12-21T10:09:05.662Z] Step 12/16 : ARG GOARCH [2019-12-21T10:09:05.662Z] ---> Running in f4140a9fd498 [2019-12-21T10:09:05.662Z] Removing intermediate container f4140a9fd498 [2019-12-21T10:09:05.662Z] ---> c63fbd5d5d9a [2019-12-21T10:09:05.662Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-12-21T10:09:05.662Z] ---> Running in 42585a4cc833 [2019-12-21T10:09:05.821Z] #26 12.71 [2019-12-21T10:09:06.401Z] go: finding github.com/pkg/profile v1.2.1 [2019-12-21T10:09:06.401Z] go: finding github.com/golang/mock v1.1.1 [2019-12-21T10:09:07.034Z] go: finding github.com/docker/go-units v0.3.1 [2019-12-21T10:09:07.034Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-12-21T10:09:07.034Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-12-21T10:09:07.870Z] #26 13.16 ### 5.4% ###### 9.1% ######### 13.6% ############ 17.8% ############### 21.3% ################## 25.0% ##################### 29.4% ############################ 39.4% ################################# 46.5% ##################################### 51.9% ######################################## 55.7% ############################################## 65.2% ###################################################### 76.3% ############################################################ 83.5% ################################################################### 93.5% ######################################################################## 100.0% [2019-12-21T10:09:08.063Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-12-21T10:09:08.063Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-12-21T10:09:08.126Z] #26 ... [2019-12-21T10:09:08.126Z] [2019-12-21T10:09:08.126Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:09:08.126Z] #33 68.43 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:09:08.126Z] #33 68.44 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:09:08.126Z] #33 68.50 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:09:08.126Z] #33 68.91 Selecting previously unselected package libicu57:amd64. [2019-12-21T10:09:08.126Z] #33 68.99 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-12-21T10:09:08.126Z] #33 69.02 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-21T10:09:08.352Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-12-21T10:09:08.381Z] #33 ... [2019-12-21T10:09:08.381Z] [2019-12-21T10:09:08.381Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:08.381Z] #10 77.24 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:09:08.381Z] #10 77.56 Fetched 73.5 MB in 12s (5800 kB/s) [2019-12-21T10:09:08.381Z] #10 77.67 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-12-21T10:09:08.381Z] #10 77.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:09:08.381Z] #10 77.76 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-12-21T10:09:08.381Z] #10 77.83 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-21T10:09:08.381Z] #10 78.21 Selecting previously unselected package libudev-dev:amd64. [2019-12-21T10:09:08.381Z] #10 78.21 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-12-21T10:09:08.381Z] #10 78.28 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:09:08.381Z] #10 78.74 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:09:08.381Z] #10 78.74 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:09:08.381Z] #10 78.74 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:09:08.641Z] #10 79.10 Selecting previously unselected package btrfs-progs. [2019-12-21T10:09:08.897Z] #10 79.10 Preparing to unpack .../03-btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-21T10:09:08.897Z] #10 79.12 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:09:09.865Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-12-21T10:09:09.865Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-12-21T10:09:10.154Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-12-21T10:09:10.445Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-12-21T10:09:10.805Z] #10 80.72 Selecting previously unselected package btrfs-tools. [2019-12-21T10:09:10.806Z] #10 80.73 Preparing to unpack .../04-btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-21T10:09:10.806Z] #10 80.75 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:09:10.806Z] #10 80.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-12-21T10:09:10.806Z] #10 80.97 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:09:10.806Z] #10 80.98 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:09:10.964Z] Client: [2019-12-21T10:09:10.964Z] Debug Mode: false [2019-12-21T10:09:10.964Z] [2019-12-21T10:09:10.964Z] Server: [2019-12-21T10:09:10.964Z] Containers: 0 [2019-12-21T10:09:10.964Z] Running: 0 [2019-12-21T10:09:10.964Z] Paused: 0 [2019-12-21T10:09:10.964Z] Stopped: 0 [2019-12-21T10:09:10.964Z] Images: 0 [2019-12-21T10:09:10.964Z] Server Version: 19.03.2 [2019-12-21T10:09:10.964Z] Storage Driver: overlay2 [2019-12-21T10:09:10.964Z] Backing Filesystem: extfs [2019-12-21T10:09:10.964Z] Supports d_type: true [2019-12-21T10:09:10.964Z] Native Overlay Diff: true [2019-12-21T10:09:10.964Z] Logging Driver: json-file [2019-12-21T10:09:10.964Z] Cgroup Driver: cgroupfs [2019-12-21T10:09:10.964Z] Plugins: [2019-12-21T10:09:10.964Z] Volume: local [2019-12-21T10:09:10.964Z] Network: bridge host ipvlan macvlan null overlay [2019-12-21T10:09:10.964Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-21T10:09:10.964Z] Swarm: inactive [2019-12-21T10:09:10.964Z] Runtimes: runc [2019-12-21T10:09:10.964Z] Default Runtime: runc [2019-12-21T10:09:10.964Z] Init Binary: docker-init [2019-12-21T10:09:10.964Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-21T10:09:10.964Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-21T10:09:10.964Z] init version: fec3683 [2019-12-21T10:09:10.964Z] Security Options: [2019-12-21T10:09:10.964Z] apparmor [2019-12-21T10:09:10.964Z] seccomp [2019-12-21T10:09:10.964Z] Profile: default [2019-12-21T10:09:10.964Z] Kernel Version: 4.15.0-1048-aws [2019-12-21T10:09:10.964Z] Operating System: Ubuntu 18.04.3 LTS [2019-12-21T10:09:10.964Z] OSType: linux [2019-12-21T10:09:10.964Z] Architecture: x86_64 [2019-12-21T10:09:10.964Z] CPUs: 2 [2019-12-21T10:09:10.964Z] Total Memory: 7.501GiB [2019-12-21T10:09:10.964Z] Name: ip-10-100-118-85 [2019-12-21T10:09:10.964Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-12-21T10:09:10.964Z] Docker Root Dir: /var/lib/docker [2019-12-21T10:09:10.964Z] Debug Mode: false [2019-12-21T10:09:10.964Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:09:10.964Z] Labels: [2019-12-21T10:09:10.964Z] Experimental: true [2019-12-21T10:09:10.964Z] Insecure Registries: [2019-12-21T10:09:10.964Z] 127.0.0.0/8 [2019-12-21T10:09:10.964Z] Live Restore Enabled: true [2019-12-21T10:09:10.964Z] [2019-12-21T10:09:10.964Z] WARNING: No swap limit support [Pipeline] sh [2019-12-21T10:09:11.061Z] #10 81.42 Selecting previously unselected package dmsetup. [2019-12-21T10:09:11.061Z] #10 81.43 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:09:11.061Z] #10 81.46 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-21T10:09:11.165Z] ok github.com/docker/docker/cmd/dockerd 0.121s coverage: 30.3% of statements [2019-12-21T10:09:11.165Z] ok github.com/docker/docker/container 0.199s coverage: 35.3% of statements [2019-12-21T10:09:11.165Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-21T10:09:11.165Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-21T10:09:11.165Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-21T10:09:11.165Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-21T10:09:11.256Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:09:11.256Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:09:11.256Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39998/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-21T10:09:11.256Z] + bash /home/ubuntu/workspace/moby_PR-39998/check-config.sh [2019-12-21T10:09:11.256Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-21T10:09:11.256Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-21T10:09:11.256Z] [2019-12-21T10:09:11.256Z] Generally Necessary: [2019-12-21T10:09:11.256Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-21T10:09:11.256Z] - apparmor: enabled and tools installed [2019-12-21T10:09:11.256Z] - CONFIG_NAMESPACES: enabled [2019-12-21T10:09:11.256Z] - CONFIG_NET_NS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_PID_NS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_IPC_NS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_UTS_NS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CGROUPS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-21T10:09:11.256Z] - CONFIG_CPUSETS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_MEMCG: enabled [2019-12-21T10:09:11.256Z] - CONFIG_KEYS: enabled [2019-12-21T10:09:11.256Z] - CONFIG_VETH: enabled (as module) [2019-12-21T10:09:11.256Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-21T10:09:11.256Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-21T10:09:11.256Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-21T10:09:11.363Z] #10 81.82 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-12-21T10:09:11.363Z] #10 81.82 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:09:11.477Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-12-21T10:09:11.516Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-21T10:09:11.516Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-21T10:09:11.516Z] [2019-12-21T10:09:11.516Z] Optional Features: [2019-12-21T10:09:11.516Z] - CONFIG_USER_NS: enabled [2019-12-21T10:09:11.516Z] - CONFIG_SECCOMP: enabled [2019-12-21T10:09:11.516Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-21T10:09:11.516Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-21T10:09:11.516Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-21T10:09:11.516Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-21T10:09:11.516Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-12-21T10:09:11.516Z] - CONFIG_BLK_CGROUP: enabled [2019-12-21T10:09:11.516Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-21T10:09:11.516Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-21T10:09:11.516Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-21T10:09:11.516Z] - CONFIG_CGROUP_PERF: enabled [2019-12-21T10:09:11.516Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-21T10:09:11.516Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-21T10:09:11.516Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-21T10:09:11.516Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-21T10:09:11.516Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-21T10:09:11.516Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_IP_VS: enabled (as module) [2019-12-21T10:09:11.516Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-21T10:09:11.516Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-21T10:09:11.516Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-21T10:09:11.516Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-21T10:09:11.517Z] - CONFIG_EXT4_FS: enabled [2019-12-21T10:09:11.619Z] #10 81.84 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:09:11.768Z] go: finding cloud.google.com/go v0.26.0 [2019-12-21T10:09:11.776Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-21T10:09:11.776Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-21T10:09:11.776Z] - Network Drivers: [2019-12-21T10:09:11.776Z] - "overlay": [2019-12-21T10:09:11.776Z] - CONFIG_VXLAN: enabled (as module) [2019-12-21T10:09:11.776Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-21T10:09:11.776Z] Optional (for encrypted networks): [2019-12-21T10:09:11.776Z] - CONFIG_CRYPTO: enabled [2019-12-21T10:09:11.776Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-21T10:09:11.776Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-21T10:09:11.776Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-21T10:09:11.776Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-21T10:09:11.776Z] - CONFIG_XFRM: enabled [2019-12-21T10:09:11.777Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-21T10:09:11.777Z] - "ipvlan": [2019-12-21T10:09:11.777Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-21T10:09:11.777Z] - "macvlan": [2019-12-21T10:09:11.777Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_DUMMY: enabled (as module) [2019-12-21T10:09:11.777Z] - "ftp,tftp client in container": [2019-12-21T10:09:11.777Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-21T10:09:11.777Z] - Storage Drivers: [2019-12-21T10:09:11.777Z] - "aufs": [2019-12-21T10:09:11.777Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-21T10:09:11.777Z] - "btrfs": [2019-12-21T10:09:11.777Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-21T10:09:11.777Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-21T10:09:11.777Z] - "devicemapper": [2019-12-21T10:09:11.777Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-21T10:09:11.777Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-21T10:09:11.777Z] - "overlay": [2019-12-21T10:09:11.777Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-21T10:09:11.777Z] - "zfs": [2019-12-21T10:09:11.875Z] #10 82.12 Selecting previously unselected package libsepol1-dev:amd64. [2019-12-21T10:09:11.875Z] #10 82.14 Preparing to unpack .../08-libsepol1-dev_2.6-2_amd64.deb ... [2019-12-21T10:09:11.875Z] #10 ... [2019-12-21T10:09:11.875Z] [2019-12-21T10:09:11.875Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:11.875Z] #31 71.55 reflect [2019-12-21T10:09:11.875Z] #31 ... [2019-12-21T10:09:11.875Z] [2019-12-21T10:09:11.875Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:11.875Z] #26 15.84 [2019-12-21T10:09:12.038Z] - /dev/zfs: missing [2019-12-21T10:09:12.038Z] - zfs command: missing [2019-12-21T10:09:12.038Z] - zpool command: missing [2019-12-21T10:09:12.038Z] [2019-12-21T10:09:12.038Z] Limits: [2019-12-21T10:09:12.038Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-21T10:09:12.038Z] [2019-12-21T10:09:12.038Z] + true [Pipeline] } [Pipeline] // stage [2019-12-21T10:09:12.061Z] go: finding gotest.tools v2.1.0+incompatible [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-21T10:09:12.353Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-12-21T10:09:12.396Z] + sudo modprobe ip_vs [2019-12-21T10:09:12.657Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 . [2019-12-21T10:09:12.946Z] #1 [internal] load build definition from Dockerfile [2019-12-21T10:09:12.946Z] #1 transferring dockerfile: [2019-12-21T10:09:13.205Z] #1 transferring dockerfile: 15.33kB 0.0s done [2019-12-21T10:09:13.205Z] #1 DONE 0.2s [2019-12-21T10:09:13.205Z] [2019-12-21T10:09:13.205Z] #2 [internal] load .dockerignore [2019-12-21T10:09:13.205Z] #2 transferring context: 112B done [2019-12-21T10:09:13.205Z] #2 DONE 0.2s [2019-12-21T10:09:13.205Z] [2019-12-21T10:09:13.205Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-21T10:09:13.463Z] #3 DONE 0.4s [2019-12-21T10:09:13.463Z] [2019-12-21T10:09:13.463Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-21T10:09:13.463Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-21T10:09:13.730Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 4.01MB / 8.82MB 0.2s [2019-12-21T10:09:13.730Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-21T10:09:13.730Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-12-21T10:09:13.730Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-12-21T10:09:13.730Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2019-12-21T10:09:13.854Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-12-21T10:09:13.854Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-12-21T10:09:13.989Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2019-12-21T10:09:14.461Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.026s coverage: 65.3% of statements [2019-12-21T10:09:14.492Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-12-21T10:09:14.555Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.5s done [2019-12-21T10:09:14.556Z] #4 DONE 0.9s [2019-12-21T10:09:14.690Z] #26 16.33 # 1.6% ## 3.0% #### 5.6% #### 6.3% ###### 9.4% ####### 10.7% ######### 12.6% ########## 14.6% ########### 16.2% ############# 18.1% ############# 19.2% ############## 20.7% ################ 23.6% ################## 25.6% ################### 27.2% ##################### 29.8% ####################### 32.1% ######################## 33.4% ######################### 36.0% ########################### 38.1% ############################ 39.8% ############################## 42.2% ############################### 44.3% ################################# 45.9% ################################### 48.9% #################################### 51.4% ###################################### 53.9% ######################################## 55.9% ######################################### 57.9% ########################################### 59.8% ############################################# 62.8% ############################################### 66.0% ################################################ 67.3% ################################################ 68.0% ################################################### 70.9% #################################################### 72.8% ###################################################### 75.8% ######################################################## 78.4% ########################################################## 81.5% ############################################################ 84.4% ############################################################# 86.1% ############################################################### 88.9% ################################################################ 90.2% ################################################################## 92.0% ################################################################### 94.4% ##################################################################### 95.8% ###################################################################### 98.0% ######################################################################## 100.0% [2019-12-21T10:09:14.690Z] #26 21.79 [2019-12-21T10:09:15.033Z] ok github.com/docker/docker/daemon/cluster/convert 0.052s coverage: 35.8% of statements [2019-12-21T10:09:15.122Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-12-21T10:09:15.270Z] #26 ... [2019-12-21T10:09:15.270Z] [2019-12-21T10:09:15.270Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:15.270Z] #44 75.15 reflect [2019-12-21T10:09:15.270Z] #44 75.18 bufio [2019-12-21T10:09:15.270Z] #44 78.20 syscall [2019-12-21T10:09:15.564Z] #44 ... [2019-12-21T10:09:15.564Z] [2019-12-21T10:09:15.564Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:09:15.564Z] #40 75.87 Selecting previously unselected package python-protobuf. [2019-12-21T10:09:15.564Z] #40 75.87 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-12-21T10:09:15.564Z] #40 75.87 Unpacking python-protobuf (3.0.0-9) ... [2019-12-21T10:09:15.564Z] #40 77.03 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:09:15.564Z] #40 77.24 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:09:15.564Z] #40 77.26 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-21T10:09:15.564Z] #40 84.38 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:09:15.564Z] #40 84.41 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-12-21T10:09:15.564Z] #40 84.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:09:15.564Z] #40 84.47 Setting up python-protobuf (3.0.0-9) ... [2019-12-21T10:09:15.564Z] #40 ... [2019-12-21T10:09:15.564Z] [2019-12-21T10:09:15.564Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:15.564Z] #10 82.17 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-12-21T10:09:15.564Z] #10 82.61 Selecting previously unselected package libpcre16-3:amd64. [2019-12-21T10:09:15.564Z] #10 82.62 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-12-21T10:09:15.564Z] #10 82.64 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-12-21T10:09:15.564Z] #10 83.11 Selecting previously unselected package libpcre32-3:amd64. [2019-12-21T10:09:15.564Z] #10 83.11 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-12-21T10:09:15.564Z] #10 83.12 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-12-21T10:09:15.564Z] #10 83.64 Selecting previously unselected package libpcre3-dev:amd64. [2019-12-21T10:09:15.564Z] #10 83.64 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-12-21T10:09:15.564Z] #10 83.65 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-21T10:09:15.564Z] #10 85.27 Selecting previously unselected package libselinux1-dev:amd64. [2019-12-21T10:09:15.564Z] #10 85.29 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-12-21T10:09:15.564Z] #10 85.30 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-21T10:09:15.581Z] [2019-12-21T10:09:15.581Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-21T10:09:15.581Z] #6 DONE 0.3s [2019-12-21T10:09:15.581Z] [2019-12-21T10:09:15.581Z] #5 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-21T10:09:15.581Z] #5 DONE 0.3s [2019-12-21T10:09:15.581Z] [2019-12-21T10:09:15.581Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:09:15.581Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-21T10:09:15.604Z] ok github.com/docker/docker/daemon/cluster 0.173s coverage: 0.5% of statements [2019-12-21T10:09:15.821Z] #10 86.04 Selecting previously unselected package libdevmapper-dev:amd64. [2019-12-21T10:09:15.821Z] #10 86.07 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:09:15.821Z] #10 86.10 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-21T10:09:15.840Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-21T10:09:15.840Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-21T10:09:15.918Z] go: finding github.com/client9/misspell v0.3.4 [2019-12-21T10:09:15.918Z] go: finding gotest.tools v2.2.0+incompatible [2019-12-21T10:09:16.077Z] #10 86.42 Selecting previously unselected package libseccomp2:amd64. [2019-12-21T10:09:16.333Z] #10 86.43 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-21T10:09:16.333Z] #10 86.43 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:09:16.333Z] #10 86.68 Selecting previously unselected package libseccomp-dev:amd64. [2019-12-21T10:09:16.554Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-12-21T10:09:16.554Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-12-21T10:09:16.589Z] #10 86.68 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-21T10:09:16.589Z] #10 86.70 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:09:16.845Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-12-21T10:09:16.845Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-12-21T10:09:16.845Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-12-21T10:09:16.845Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-12-21T10:09:16.845Z] #10 87.00 Selecting previously unselected package libsystemd-dev:amd64. [2019-12-21T10:09:16.845Z] #10 87.00 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-12-21T10:09:16.845Z] #10 87.01 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:09:17.134Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-12-21T10:09:17.427Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-12-21T10:09:17.427Z] go: finding github.com/pkg/errors v0.8.1 [2019-12-21T10:09:18.058Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-12-21T10:09:18.739Z] #10 ... [2019-12-21T10:09:18.739Z] [2019-12-21T10:09:18.739Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:18.739Z] #26 23.93 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-21T10:09:18.739Z] #26 24.69 [2019-12-21T10:09:18.739Z] #26 25.21 ######################################################################## 100.0% [2019-12-21T10:09:18.739Z] #26 25.45 [2019-12-21T10:09:18.905Z] ok github.com/docker/docker/daemon/discovery 0.013s coverage: 30.0% of statements [2019-12-21T10:09:19.089Z] go: finding github.com/magiconair/properties v1.8.0 [2019-12-21T10:09:19.089Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-12-21T10:09:19.089Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-12-21T10:09:19.089Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-12-21T10:09:19.089Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-12-21T10:09:19.126Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0B / 9.11MB 3.3s [2019-12-21T10:09:19.378Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-12-21T10:09:19.378Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-12-21T10:09:19.386Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 4.15MB / 9.11MB 3.5s [2019-12-21T10:09:19.386Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.7s [2019-12-21T10:09:19.645Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-12-21T10:09:19.645Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.8s done [2019-12-21T10:09:19.849Z] ok github.com/docker/docker/daemon/config 0.187s coverage: 82.1% of statements [2019-12-21T10:09:20.401Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-12-21T10:09:20.401Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-12-21T10:09:20.401Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-12-21T10:09:20.421Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-12-21T10:09:20.631Z] #26 27.33 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-21T10:09:20.631Z] #26 ... [2019-12-21T10:09:20.631Z] [2019-12-21T10:09:20.631Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:09:20.631Z] #33 80.72 Selecting previously unselected package libxml2:amd64. [2019-12-21T10:09:20.631Z] #33 80.73 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 80.75 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:09:20.631Z] #33 82.12 Selecting previously unselected package libarchive13:amd64. [2019-12-21T10:09:20.631Z] #33 82.12 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 82.13 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-21T10:09:20.631Z] #33 82.74 Selecting previously unselected package libjsoncpp1:amd64. [2019-12-21T10:09:20.631Z] #33 82.76 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 82.77 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-21T10:09:20.631Z] #33 83.13 Selecting previously unselected package libuv1:amd64. [2019-12-21T10:09:20.631Z] #33 83.15 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 83.15 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-12-21T10:09:20.631Z] #33 83.55 Selecting previously unselected package cmake. [2019-12-21T10:09:20.631Z] #33 83.57 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 83.95 Unpacking cmake (3.7.2-1) ... [2019-12-21T10:09:20.631Z] #33 89.65 Selecting previously unselected package xxd. [2019-12-21T10:09:20.631Z] #33 89.65 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:09:20.631Z] #33 89.67 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:09:20.631Z] #33 90.18 Selecting previously unselected package vim-common. [2019-12-21T10:09:20.631Z] #33 90.19 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:09:20.631Z] #33 90.23 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:09:20.691Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-12-21T10:09:20.692Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-12-21T10:09:20.949Z] #33 91.06 Processing triggers for mime-support (3.60) ... [2019-12-21T10:09:20.949Z] #33 ... [2019-12-21T10:09:20.949Z] [2019-12-21T10:09:20.949Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:20.949Z] #44 90.59 time [2019-12-21T10:09:21.559Z] #65 ... [2019-12-21T10:09:21.559Z] [2019-12-21T10:09:21.559Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:09:21.559Z] #7 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-21T10:09:21.559Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 2.2s done [2019-12-21T10:09:21.559Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.8s done [2019-12-21T10:09:21.559Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.34MB / 4.34MB 0.6s done [2019-12-21T10:09:21.559Z] #7 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-21T10:09:21.559Z] #7 sha256:ddeac8b5f8711a57ce2793ff0882cd4ca0b24ac99e6836ca717589fc7f7af914 1.80kB / 1.80kB done [2019-12-21T10:09:21.559Z] #7 sha256:d30a8b8b92e26c81159500588fe731b46bdfd3ab9724734ffc2ea4387a526662 5.47kB / 5.47kB done [2019-12-21T10:09:21.559Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 3.1s done [2019-12-21T10:09:21.559Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 3.3s done [2019-12-21T10:09:21.559Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 79.31MB / 120.06MB 5.6s [2019-12-21T10:09:21.559Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 2.8s [2019-12-21T10:09:21.559Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 126B / 126B 3.4s done [2019-12-21T10:09:21.559Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 85.63MB / 120.06MB 6.0s [2019-12-21T10:09:21.720Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-12-21T10:09:22.012Z] go: finding github.com/containerd/containerd v1.2.4 [2019-12-21T10:09:22.012Z] go: finding github.com/onsi/gomega v1.4.3 [2019-12-21T10:09:22.128Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 93.38MB / 120.06MB 6.4s [2019-12-21T10:09:22.336Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2019-12-21T10:09:22.392Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 105.27MB / 120.06MB 6.7s [2019-12-21T10:09:22.649Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 114.47MB / 120.06MB 6.9s [2019-12-21T10:09:22.649Z] #7 ... [2019-12-21T10:09:22.649Z] [2019-12-21T10:09:22.649Z] #19 [internal] load build context [2019-12-21T10:09:22.649Z] #19 transferring context: 46.32MB 6.8s done [2019-12-21T10:09:22.649Z] #19 DONE 7.0s [2019-12-21T10:09:22.649Z] [2019-12-21T10:09:22.649Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:09:22.651Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-12-21T10:09:22.838Z] #44 ... [2019-12-21T10:09:22.838Z] [2019-12-21T10:09:22.838Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:22.838Z] #31 82.50 time [2019-12-21T10:09:22.838Z] #31 91.80 internal/poll [2019-12-21T10:09:22.838Z] #31 ... [2019-12-21T10:09:22.838Z] [2019-12-21T10:09:22.838Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:09:22.838Z] #33 91.44 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:09:22.838Z] #33 91.51 Setting up libuv1:amd64 (1.9.1-3) ... [2019-12-21T10:09:22.838Z] #33 91.53 Setting up cmake-data (3.7.2-1) ... [2019-12-21T10:09:22.838Z] #33 91.56 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-21T10:09:22.838Z] #33 91.57 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:09:22.838Z] #33 91.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:09:22.838Z] #33 91.88 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:09:22.838Z] #33 91.90 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:09:22.838Z] #33 91.92 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-21T10:09:22.838Z] #33 91.95 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-21T10:09:22.838Z] #33 91.96 Setting up cmake (3.7.2-1) ... [2019-12-21T10:09:22.838Z] #33 92.11 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:09:22.910Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.3s done [2019-12-21T10:09:22.940Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-12-21T10:09:23.230Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-12-21T10:09:23.230Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-12-21T10:09:23.230Z] go: finding github.com/kr/text v0.1.0 [2019-12-21T10:09:23.477Z] #65 DONE 7.7s [2019-12-21T10:09:23.477Z] [2019-12-21T10:09:23.477Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:09:23.477Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 7.6s done [2019-12-21T10:09:24.203Z] #33 DONE 94.6s [2019-12-21T10:09:24.204Z] [2019-12-21T10:09:24.204Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:09:24.260Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-12-21T10:09:24.459Z] #34 DONE 0.1s [2019-12-21T10:09:24.460Z] [2019-12-21T10:09:24.460Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-21T10:09:24.460Z] #35 DONE 0.1s [2019-12-21T10:09:24.460Z] [2019-12-21T10:09:24.460Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:24.460Z] #26 28.24 [2019-12-21T10:09:24.460Z] #26 28.88 ########## 15.2% ######################################################################## 100.0% [2019-12-21T10:09:24.460Z] #26 29.21 [2019-12-21T10:09:24.891Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-12-21T10:09:24.891Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-12-21T10:09:25.022Z] #26 32.01 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-21T10:09:25.182Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-12-21T10:09:25.182Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-12-21T10:09:25.182Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-12-21T10:09:25.279Z] #26 32.27 skipping existing 1849cc453dee [2019-12-21T10:09:25.473Z] go: finding github.com/kr/pty v1.1.1 [2019-12-21T10:09:25.536Z] #26 32.55 [2019-12-21T10:09:25.630Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-12-21T10:09:26.005Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 7.4s done [2019-12-21T10:09:26.005Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd [2019-12-21T10:09:26.098Z] #26 ... [2019-12-21T10:09:26.098Z] [2019-12-21T10:09:26.098Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:09:26.098Z] #40 95.41 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-12-21T10:09:26.098Z] #40 95.43 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-21T10:09:26.098Z] #40 95.51 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:09:26.098Z] #40 95.61 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-21T10:09:26.098Z] #40 95.63 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-12-21T10:09:26.098Z] #40 95.65 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:09:26.098Z] #40 95.67 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-21T10:09:26.098Z] #40 95.68 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-21T10:09:26.098Z] #40 95.69 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-21T10:09:26.098Z] #40 95.70 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-21T10:09:26.098Z] #40 95.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:09:26.098Z] #40 DONE 96.3s [2019-12-21T10:09:26.098Z] [2019-12-21T10:09:26.098Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:26.198Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.480s coverage: 13.6% of statements [2019-12-21T10:09:26.504Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-12-21T10:09:26.504Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-12-21T10:09:26.937Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.8s done [2019-12-21T10:09:26.937Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 [2019-12-21T10:09:26.937Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0.3s done [2019-12-21T10:09:27.138Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.661s coverage: 57.0% of statements [2019-12-21T10:09:27.194Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd [2019-12-21T10:09:29.370Z] #41 ... [2019-12-21T10:09:29.370Z] [2019-12-21T10:09:29.370Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:09:29.370Z] #26 34.47 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-21T10:09:29.370Z] #26 35.19 [2019-12-21T10:09:29.370Z] #26 35.66 ######################################################################## 100.0% [2019-12-21T10:09:29.370Z] #26 35.81 [2019-12-21T10:09:29.370Z] #26 35.97 Download of images into '/build' complete. [2019-12-21T10:09:29.370Z] #26 35.98 Use something like the following to load the result into a Docker daemon: [2019-12-21T10:09:29.370Z] #26 35.98 tar -cC '/build' . | docker load [2019-12-21T10:09:29.370Z] #26 DONE 36.2s [2019-12-21T10:09:29.370Z] [2019-12-21T10:09:29.370Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:29.370Z] #44 98.49 strings [2019-12-21T10:09:31.304Z] #44 ... [2019-12-21T10:09:31.304Z] [2019-12-21T10:09:31.304Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:31.304Z] #10 91.59 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-21T10:09:31.304Z] #10 91.60 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-12-21T10:09:31.304Z] #10 91.60 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:09:31.304Z] #10 96.43 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-21T10:09:31.304Z] #10 96.45 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-12-21T10:09:31.304Z] #10 96.48 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:09:31.304Z] #10 101.7 Selecting previously unselected package binutils-mingw-w64. [2019-12-21T10:09:31.304Z] #10 101.7 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-21T10:09:31.304Z] #10 101.7 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:09:31.338Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.193s coverage: 45.9% of statements [2019-12-21T10:09:31.338Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.804s coverage: 48.6% of statements [2019-12-21T10:09:31.865Z] #10 102.0 Selecting previously unselected package mingw-w64-common. [2019-12-21T10:09:31.865Z] #10 102.0 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-21T10:09:31.865Z] #10 102.0 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-21T10:09:31.907Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.028s coverage: 72.5% of statements [2019-12-21T10:09:32.466Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 4.3s done [2019-12-21T10:09:32.466Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 [2019-12-21T10:09:32.467Z] #10 ... [2019-12-21T10:09:32.467Z] [2019-12-21T10:09:32.467Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:32.467Z] #44 102.2 os [2019-12-21T10:09:33.820Z] ok github.com/docker/docker/daemon 12.414s coverage: 17.6% of statements [2019-12-21T10:09:33.820Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-21T10:09:33.820Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-21T10:09:33.820Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-21T10:09:33.820Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-21T10:09:33.820Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-21T10:09:33.820Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.523s coverage: 76.1% of statements [2019-12-21T10:09:33.831Z] #44 103.8 regexp/syntax [2019-12-21T10:09:34.080Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.031s coverage: 58.0% of statements [2019-12-21T10:09:34.758Z] #44 ... [2019-12-21T10:09:34.758Z] [2019-12-21T10:09:34.758Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:34.758Z] #36 5.023 + RM_GOPATH=0 [2019-12-21T10:09:34.758Z] #36 5.023 + TMP_GOPATH= [2019-12-21T10:09:34.758Z] #36 5.023 + : /build [2019-12-21T10:09:34.758Z] #36 5.023 + '[' -z '' ']' [2019-12-21T10:09:34.758Z] #36 5.029 ++ mktemp -d [2019-12-21T10:09:34.758Z] #36 5.034 + export GOPATH=/tmp/tmp.fztclvO6DQ [2019-12-21T10:09:34.758Z] #36 5.034 + GOPATH=/tmp/tmp.fztclvO6DQ [2019-12-21T10:09:34.758Z] #36 5.034 + RM_GOPATH=1 [2019-12-21T10:09:34.758Z] #36 5.034 ++ dirname ./install.sh [2019-12-21T10:09:34.758Z] #36 5.034 + dir=. [2019-12-21T10:09:34.758Z] #36 5.034 + bin=tini [2019-12-21T10:09:34.758Z] #36 5.034 + shift [2019-12-21T10:09:34.758Z] #36 5.034 + '[' '!' -f ./tini.installer ']' [2019-12-21T10:09:34.758Z] #36 5.034 + . ./tini.installer [2019-12-21T10:09:34.758Z] #36 5.034 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:09:34.758Z] #36 5.034 + install_tini [2019-12-21T10:09:34.758Z] #36 5.034 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-21T10:09:34.758Z] #36 5.034 + git clone https://github.com/krallin/tini.git /tmp/tmp.fztclvO6DQ/tini [2019-12-21T10:09:34.758Z] #36 5.034 Cloning into '/tmp/tmp.fztclvO6DQ/tini'... [2019-12-21T10:09:34.758Z] #36 5.043 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:09:34.758Z] #36 6.753 + cd /tmp/tmp.fztclvO6DQ/tini [2019-12-21T10:09:34.758Z] #36 6.753 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:09:34.758Z] #36 6.781 + cmake . [2019-12-21T10:09:34.758Z] #36 8.101 -- The C compiler identification is GNU 6.3.0 [2019-12-21T10:09:34.758Z] #36 8.210 -- Check for working C compiler: /usr/bin/cc [2019-12-21T10:09:34.758Z] #36 9.337 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-21T10:09:34.758Z] #36 9.337 -- Detecting C compiler ABI info [2019-12-21T10:09:35.013Z] #36 10.46 -- Detecting C compiler ABI info - done [2019-12-21T10:09:35.013Z] #36 10.51 -- Detecting C compile features [2019-12-21T10:09:35.461Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2019-12-21T10:09:35.748Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 3.7s done [2019-12-21T10:09:35.748Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d [2019-12-21T10:09:35.942Z] #36 ... [2019-12-21T10:09:35.942Z] [2019-12-21T10:09:35.942Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:35.942Z] #31 95.75 internal/syscall/unix [2019-12-21T10:09:35.942Z] #31 96.32 os [2019-12-21T10:09:35.942Z] #31 96.80 internal/fmtsort [2019-12-21T10:09:35.942Z] #31 98.43 strings [2019-12-21T10:09:35.942Z] #31 103.5 fmt [2019-12-21T10:09:35.942Z] #31 103.8 path/filepath [2019-12-21T10:09:36.031Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2019-12-21T10:09:36.198Z] #31 ... [2019-12-21T10:09:36.198Z] [2019-12-21T10:09:36.198Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:36.198Z] #41 7.178 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:09:36.198Z] #41 7.178 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:09:36.198Z] #41 10.14 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:09:36.198Z] #41 10.18 GEN .gitid [2019-12-21T10:09:36.198Z] #41 10.19 GEN criu/include/version.h [2019-12-21T10:09:36.198Z] #41 10.23 GEN include/common/asm [2019-12-21T10:09:37.417Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 42.7% of statements [2019-12-21T10:09:37.679Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 4.9% of statements [2019-12-21T10:09:38.252Z] ok github.com/docker/docker/daemon/logger/awslogs 0.268s coverage: 77.8% of statements [2019-12-21T10:09:38.721Z] #41 ... [2019-12-21T10:09:38.721Z] [2019-12-21T10:09:38.721Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:38.721Z] #36 13.49 -- Detecting C compile features - done [2019-12-21T10:09:38.721Z] #36 13.53 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-21T10:09:38.721Z] #36 13.89 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-21T10:09:38.721Z] #36 14.11 -- Configuring done [2019-12-21T10:09:38.721Z] #36 14.13 -- Generating done [2019-12-21T10:09:38.721Z] #36 14.16 -- Build files have been written to: /tmp/tmp.fztclvO6DQ/tini [2019-12-21T10:09:38.721Z] #36 14.19 + make tini-static [2019-12-21T10:09:38.823Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 67.0% of statements [2019-12-21T10:09:39.084Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.000s coverage: 60.1% of statements [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-21T10:09:39.084Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-21T10:09:39.282Z] #36 14.76 Scanning dependencies of target tini-static [2019-12-21T10:09:39.345Z] ok github.com/docker/docker/daemon/logger/journald 0.027s coverage: 26.2% of statements [2019-12-21T10:09:39.538Z] #36 14.92 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-21T10:09:39.918Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.031s coverage: 88.3% of statements [2019-12-21T10:09:39.918Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.035s coverage: 62.1% of statements [2019-12-21T10:09:40.357Z] Removing intermediate container 42585a4cc833 [2019-12-21T10:09:40.357Z] ---> 4ff26042edd4 [2019-12-21T10:09:40.357Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-12-21T10:09:40.357Z] ---> 687421176e14 [2019-12-21T10:09:40.357Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-12-21T10:09:40.357Z] ---> 45c5664bf49e [2019-12-21T10:09:40.357Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-12-21T10:09:40.357Z] ---> Running in 530cba32fd70 [2019-12-21T10:09:40.357Z] Removing intermediate container 530cba32fd70 [2019-12-21T10:09:40.357Z] ---> 0d2f1d2f51b6 [2019-12-21T10:09:40.357Z] Successfully built 0d2f1d2f51b6 [2019-12-21T10:09:40.357Z] Successfully tagged moby-buildx:latest [2019-12-21T10:09:40.357Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-12-21T10:09:40.357Z] if [ -n "${id}" ]; then \ [2019-12-21T10:09:40.357Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-12-21T10:09:40.357Z] && touch bundles/buildx; \ [2019-12-21T10:09:40.357Z] docker rm -f ${id}; \ [2019-12-21T10:09:40.357Z] fi [2019-12-21T10:09:40.357Z] 62ed67511df55ac910d1c30b71e4ac0207efc007b3171fd37a0c823629779d1a [2019-12-21T10:09:40.357Z] bundles/buildx version [2019-12-21T10:09:40.357Z] buildx v0.3.1 6db68d0 [2019-12-21T10:09:40.357Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 . [2019-12-21T10:09:40.357Z] #1 [internal] booting buildkit [2019-12-21T10:09:40.357Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-12-21T10:09:40.357Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2019-12-21T10:09:40.357Z] #1 creating container buildx_buildkit_default [2019-12-21T10:09:40.357Z] #1 creating container buildx_buildkit_default 0.5s done [2019-12-21T10:09:40.357Z] #1 DONE 2.4s [2019-12-21T10:09:40.357Z] [2019-12-21T10:09:40.357Z] #3 [internal] load build definition from Dockerfile [2019-12-21T10:09:40.357Z] #3 transferring dockerfile: 15.32kB done [2019-12-21T10:09:40.357Z] #3 DONE 0.0s [2019-12-21T10:09:40.357Z] [2019-12-21T10:09:40.357Z] #2 [internal] load .dockerignore [2019-12-21T10:09:40.357Z] #2 transferring context: 112B done [2019-12-21T10:09:40.357Z] #2 DONE 0.0s [2019-12-21T10:09:40.357Z] [2019-12-21T10:09:40.357Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-21T10:09:40.861Z] ok github.com/docker/docker/daemon/logger/local 0.042s coverage: 74.7% of statements [2019-12-21T10:09:40.861Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-21T10:09:41.019Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 5.1s [2019-12-21T10:09:41.148Z] #4 DONE 0.5s [2019-12-21T10:09:41.148Z] [2019-12-21T10:09:41.148Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-21T10:09:41.148Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-21T10:09:41.148Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-21T10:09:41.148Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-12-21T10:09:41.148Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.1s [2019-12-21T10:09:41.148Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-12-21T10:09:41.148Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-12-21T10:09:41.148Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-12-21T10:09:41.434Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.070s coverage: 19.9% of statements [2019-12-21T10:09:41.519Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-12-21T10:09:41.519Z] #5 DONE 0.5s [2019-12-21T10:09:41.519Z] [2019-12-21T10:09:41.519Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-21T10:09:41.961Z] #6 DONE 0.2s [2019-12-21T10:09:41.961Z] [2019-12-21T10:09:41.961Z] #7 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-21T10:09:41.961Z] #7 DONE 0.4s [2019-12-21T10:09:41.961Z] [2019-12-21T10:09:41.961Z] #20 [internal] load build context [2019-12-21T10:09:42.005Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2019-12-21T10:09:42.005Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2019-12-21T10:09:42.054Z] #36 17.21 [100%] Linking C executable tini-static [2019-12-21T10:09:42.615Z] #36 17.98 [100%] Built target tini-static [2019-12-21T10:09:42.615Z] #36 18.11 + mkdir -p /build [2019-12-21T10:09:42.615Z] #36 18.14 + cp tini-static /build/docker-init [2019-12-21T10:09:42.945Z] ok github.com/docker/docker/daemon/network 0.036s coverage: 63.8% of statements [2019-12-21T10:09:43.177Z] #36 ... [2019-12-21T10:09:43.177Z] [2019-12-21T10:09:43.177Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:43.177Z] #59 44.58 Checking out files: 34% (1043/2992) Checking out files: 35% (1048/2992) Checking out files: 36% (1078/2992) Checking out files: 37% (1108/2992) Checking out files: 38% (1137/2992) Checking out files: 39% (1167/2992) Checking out files: 40% (1197/2992) Checking out files: 41% (1227/2992) Checking out files: 42% (1257/2992) Checking out files: 43% (1287/2992) Checking out files: 44% (1317/2992) Checking out files: 45% (1347/2992) Checking out files: 46% (1377/2992) Checking out files: 47% (1407/2992) Checking out files: 48% (1437/2992) Checking out files: 49% (1467/2992) Checking out files: 50% (1496/2992) Checking out files: 51% (1526/2992) Checking out files: 52% (1556/2992) Checking out files: 53% (1586/2992) Checking out files: 54% (1616/2992) Checking out files: 55% (1646/2992) Checking out files: 56% (1676/2992) Checking out files: 57% (1706/2992) Checking out files: 58% (1736/2992) Checking out files: 59% (1766/2992) Checking out files: 60% (1796/2992) Checking out files: 61% (1826/2992) Checking out files: 62% (1856/2992) Checking out files: 63% (1885/2992) Checking out files: 64% (1915/2992) Checking out files: 65% (1945/2992) Checking out files: 66% (1975/2992) Checking out files: 67% (2005/2992) Checking out files: 67% (2014/2992) Checking out files: 68% (2035/2992) Checking out files: 69% (2065/2992) Checking out files: 70% (2095/2992) Checking out files: 71% (2125/2992) Checking out files: 72% (2155/2992) Checking out files: 73% (2185/2992) Checking out files: 74% (2215/2992) Checking out files: 75% (2244/2992) Checking out files: 76% (2274/2992) Checking out files: 77% (2304/2992) Checking out files: 78% (2334/2992) Checking out files: 79% (2364/2992) Checking out files: 80% (2394/2992) Checking out files: 81% (2424/2992) Checking out files: 82% (2454/2992) Checking out files: 83% (2484/2992) Checking out files: 84% (2514/2992) Checking out files: 85% (2544/2992) Checking out files: 85% (2568/2992) Checking out files: 86% (2574/2992) Checking out files: 87% (2604/2992) Checking out files: 88% (2633/2992) Checking out files: 89% (2663/2992) Checking out files: 90% (2693/2992) Checking out files: 91% (2723/2992) Checking out files: 92% (2753/2992) Checking out files: 93% (2783/2992) Checking out files: 94% (2813/2992) Checking out files: 95% (2843/2992) Checking out files: 96% (2873/2992) Checking out files: 97% (2903/2992) Checking out files: 98% (2933/2992) Checking out files: 99% (2963/2992) Checking out files: 100% (2992/2992) Checking out files: 100% (2992/2992), done. [2019-12-21T10:09:43.177Z] #59 47.49 + cd /tmp/tmp.xRXLiSh8nd/src/github.com/containerd/containerd [2019-12-21T10:09:43.177Z] #59 47.50 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:09:43.433Z] #59 ... [2019-12-21T10:09:43.433Z] [2019-12-21T10:09:43.433Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:43.433Z] #36 DONE 19.0s [2019-12-21T10:09:43.527Z] #20 ... [2019-12-21T10:09:43.527Z] [2019-12-21T10:09:43.527Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:09:43.527Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-21T10:09:43.527Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-21T10:09:43.527Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-21T10:09:43.527Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.3s done [2019-12-21T10:09:43.527Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.8s done [2019-12-21T10:09:43.527Z] #66 DONE 1.2s [2019-12-21T10:09:43.527Z] [2019-12-21T10:09:43.527Z] #20 [internal] load build context [2019-12-21T10:09:43.689Z] [2019-12-21T10:09:43.689Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:43.689Z] #41 12.97 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.07 PBCC images/opts.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.13 PBCC images/sit.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.23 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.35 DEP images/opts.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.41 DEP images/sit.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.46 PBCC images/macvlan.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.50 DEP images/macvlan.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.55 PBCC images/autofs.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.58 DEP images/autofs.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.65 PBCC images/sysctl.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.67 DEP images/sysctl.pb-c.d [2019-12-21T10:09:43.689Z] #41 13.82 PBCC images/time.pb-c.c [2019-12-21T10:09:43.689Z] #41 13.90 DEP images/time.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.03 PBCC images/binfmt-misc.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.07 DEP images/binfmt-misc.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.12 PBCC images/seccomp.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.20 DEP images/seccomp.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.28 PBCC images/userns.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.38 DEP images/userns.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.45 PBCC images/cgroup.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.54 DEP images/cgroup.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.59 PBCC images/fown.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.70 PBCC images/ext-file.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.82 DEP images/fown.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.88 DEP images/ext-file.pb-c.d [2019-12-21T10:09:43.689Z] #41 14.91 PBCC images/rpc.pb-c.c [2019-12-21T10:09:43.689Z] #41 14.92 DEP images/rpc.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.04 PBCC images/siginfo.pb-c.c [2019-12-21T10:09:43.689Z] #41 15.10 DEP images/siginfo.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.23 PBCC images/pagemap.pb-c.c [2019-12-21T10:09:43.689Z] #41 15.35 DEP images/pagemap.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.51 PBCC images/rlimit.pb-c.c [2019-12-21T10:09:43.689Z] #41 15.53 DEP images/rlimit.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.61 PBCC images/file-lock.pb-c.c [2019-12-21T10:09:43.689Z] #41 15.69 DEP images/file-lock.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.81 PBCC images/tty.pb-c.c [2019-12-21T10:09:43.689Z] #41 15.91 DEP images/tty.pb-c.d [2019-12-21T10:09:43.689Z] #41 15.97 PBCC images/tun.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.03 PBCC images/netdev.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.12 DEP images/tun.pb-c.d [2019-12-21T10:09:43.689Z] #41 16.23 DEP images/netdev.pb-c.d [2019-12-21T10:09:43.689Z] #41 16.51 PBCC images/vma.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.58 DEP images/vma.pb-c.d [2019-12-21T10:09:43.689Z] #41 16.65 PBCC images/creds.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.77 DEP images/creds.pb-c.d [2019-12-21T10:09:43.689Z] #41 16.84 PBCC images/utsns.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.86 DEP images/utsns.pb-c.d [2019-12-21T10:09:43.689Z] #41 16.91 PBCC images/ipc-desc.pb-c.c [2019-12-21T10:09:43.689Z] #41 16.99 PBCC images/ipc-sem.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.05 DEP images/ipc-desc.pb-c.d [2019-12-21T10:09:43.689Z] #41 17.11 DEP images/ipc-sem.pb-c.d [2019-12-21T10:09:43.689Z] #41 17.18 PBCC images/ipc-msg.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.19 DEP images/ipc-msg.pb-c.d [2019-12-21T10:09:43.689Z] #41 17.30 PBCC images/ipc-shm.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.31 DEP images/ipc-shm.pb-c.d [2019-12-21T10:09:43.689Z] #41 17.39 PBCC images/ipc-var.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.40 DEP images/ipc-var.pb-c.d [2019-12-21T10:09:43.689Z] #41 17.59 PBCC images/sk-opts.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.60 PBCC images/packet-sock.pb-c.c [2019-12-21T10:09:43.689Z] #41 17.80 DEP images/sk-opts.pb-c.d [2019-12-21T10:09:43.888Z] ok github.com/docker/docker/daemon/logger/splunk 1.881s coverage: 82.5% of statements [2019-12-21T10:09:43.888Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-21T10:09:43.888Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-21T10:09:43.944Z] #41 17.84 DEP images/packet-sock.pb-c.d [2019-12-21T10:09:43.945Z] #41 18.05 PBCC images/sk-netlink.pb-c.c [2019-12-21T10:09:44.200Z] #41 18.13 DEP images/sk-netlink.pb-c.d [2019-12-21T10:09:44.200Z] #41 18.21 PBCC images/sk-inet.pb-c.c [2019-12-21T10:09:44.200Z] #41 18.33 DEP images/sk-inet.pb-c.d [2019-12-21T10:09:44.316Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 8.0s done [2019-12-21T10:09:44.316Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de [2019-12-21T10:09:44.316Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de done [2019-12-21T10:09:44.316Z] #7 DONE 28.5s [2019-12-21T10:09:44.316Z] [2019-12-21T10:09:44.316Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-21T10:09:44.456Z] #41 ... [2019-12-21T10:09:44.456Z] [2019-12-21T10:09:44.456Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:44.456Z] #59 48.95 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-21T10:09:44.456Z] #59 48.95 + BUILDTAGS='netgo osusergo static_build' [2019-12-21T10:09:44.456Z] #59 48.95 + export EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:09:44.456Z] #59 48.95 + EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:09:44.456Z] #59 48.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-21T10:09:44.456Z] #59 48.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-21T10:09:44.456Z] #59 48.95 + '[' '' = dynamic ']' [2019-12-21T10:09:44.456Z] #59 48.95 + make [2019-12-21T10:09:44.461Z] ok github.com/docker/docker/distribution/metadata 0.118s coverage: 48.2% of statements [2019-12-21T10:09:44.803Z] #20 transferring context: 46.32MB 2.8s done [2019-12-21T10:09:44.803Z] #20 DONE 2.9s [2019-12-21T10:09:44.803Z] [2019-12-21T10:09:44.803Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:09:44.803Z] #8 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-21T10:09:44.803Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 50.49MB / 50.49MB 2.5s done [2019-12-21T10:09:44.803Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 45.98MB / 45.98MB 2.4s done [2019-12-21T10:09:44.803Z] #8 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-21T10:09:44.803Z] #8 sha256:a23a79e19b1437cff5613ddc00238e803a1a5e752d382dd8cb978ec5295a2bfb 5.47kB / 5.47kB done [2019-12-21T10:09:44.803Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 45.24MB / 45.24MB 2.3s done [2019-12-21T10:09:44.803Z] #8 sha256:769217f6f555e0026d9206bd251391471d3ac4e845134b62b67697c7c377855d 4.37MB / 4.37MB 0.4s done [2019-12-21T10:09:44.803Z] #8 sha256:16f502f2509a01130f0f62e93f861e047f5edd23102a701a45f43ca399555851 1.80kB / 1.80kB done [2019-12-21T10:09:44.803Z] #8 sha256:4f69f87b87ecbf28e3d03b1f2bb635e0aaea54bc7d7bcf75d083ce2367beef32 126B / 126B 0.1s done [2019-12-21T10:09:44.803Z] #8 sha256:42584671b3106f70e51753265104ef56231608828a9d6686bbce1b9d657e7ba5 10.32MB / 10.32MB 0.8s done [2019-12-21T10:09:44.803Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 79.79MB / 102.15MB 2.7s [2019-12-21T10:09:45.250Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 93.84MB / 102.15MB 2.8s [2019-12-21T10:09:45.250Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 102.15MB / 102.15MB 3.0s [2019-12-21T10:09:45.250Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 102.15MB / 102.15MB 3.1s done [2019-12-21T10:09:45.250Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 [2019-12-21T10:09:45.847Z] ok github.com/docker/docker/errdefs 0.026s coverage: 49.4% of statements [2019-12-21T10:09:45.847Z] ok github.com/docker/docker/distribution 0.337s coverage: 22.1% of statements [2019-12-21T10:09:45.847Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-21T10:09:46.344Z] #59 ... [2019-12-21T10:09:46.344Z] [2019-12-21T10:09:46.344Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:46.344Z] #31 106.1 io/ioutil [2019-12-21T10:09:46.344Z] #31 107.0 path [2019-12-21T10:09:46.344Z] #31 107.8 text/tabwriter [2019-12-21T10:09:46.344Z] #31 110.6 flag [2019-12-21T10:09:46.344Z] #31 110.6 github.com/BurntSushi/toml [2019-12-21T10:09:46.344Z] #31 113.1 log [2019-12-21T10:09:46.600Z] #31 ... [2019-12-21T10:09:46.600Z] [2019-12-21T10:09:46.600Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:46.600Z] #41 18.47 PBCC images/sk-unix.pb-c.c [2019-12-21T10:09:46.600Z] #41 18.62 DEP images/sk-unix.pb-c.d [2019-12-21T10:09:46.600Z] #41 18.77 PBCC images/mm.pb-c.c [2019-12-21T10:09:46.600Z] #41 18.86 DEP images/mm.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.02 PBCC images/timerfd.pb-c.c [2019-12-21T10:09:46.600Z] #41 19.18 DEP images/timerfd.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.32 PBCC images/timer.pb-c.c [2019-12-21T10:09:46.600Z] #41 19.41 DEP images/timer.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.54 PBCC images/sa.pb-c.c [2019-12-21T10:09:46.600Z] #41 19.57 DEP images/sa.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.64 PBCC images/pipe-data.pb-c.c [2019-12-21T10:09:46.600Z] #41 19.69 DEP images/pipe-data.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.76 PBCC images/mnt.pb-c.c [2019-12-21T10:09:46.600Z] #41 19.84 DEP images/mnt.pb-c.d [2019-12-21T10:09:46.600Z] #41 19.98 PBCC images/sk-packet.pb-c.c [2019-12-21T10:09:46.600Z] #41 20.00 DEP images/sk-packet.pb-c.d [2019-12-21T10:09:46.600Z] #41 20.23 PBCC images/tcp-stream.pb-c.c [2019-12-21T10:09:46.600Z] #41 20.28 DEP images/tcp-stream.pb-c.d [2019-12-21T10:09:46.600Z] #41 20.39 PBCC images/pipe.pb-c.c [2019-12-21T10:09:46.601Z] #41 20.50 DEP images/pipe.pb-c.d [2019-12-21T10:09:46.857Z] #41 20.65 PBCC images/pstree.pb-c.c [2019-12-21T10:09:46.857Z] #41 20.73 DEP images/pstree.pb-c.d [2019-12-21T10:09:46.857Z] #41 20.77 PBCC images/fs.pb-c.c [2019-12-21T10:09:46.857Z] #41 20.80 DEP images/fs.pb-c.d [2019-12-21T10:09:46.857Z] #41 20.83 PBCC images/signalfd.pb-c.c [2019-12-21T10:09:46.857Z] #41 20.87 DEP images/signalfd.pb-c.d [2019-12-21T10:09:47.112Z] #41 20.90 PBCC images/fh.pb-c.c [2019-12-21T10:09:47.112Z] #41 20.94 PBCC images/fsnotify.pb-c.c [2019-12-21T10:09:47.112Z] #41 21.01 DEP images/fh.pb-c.d [2019-12-21T10:09:47.283Z] ok github.com/docker/docker/image 0.090s coverage: 86.4% of statements [2019-12-21T10:09:47.368Z] #41 21.18 DEP images/fsnotify.pb-c.d [2019-12-21T10:09:47.368Z] #41 21.24 PBCC images/eventpoll.pb-c.c [2019-12-21T10:09:47.368Z] #41 21.30 DEP images/eventpoll.pb-c.d [2019-12-21T10:09:47.368Z] #41 21.43 PBCC images/eventfd.pb-c.c [2019-12-21T10:09:47.544Z] ok github.com/docker/docker/distribution/xfer 1.745s coverage: 85.1% of statements [2019-12-21T10:09:47.544Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-21T10:09:47.624Z] #41 21.49 DEP images/eventfd.pb-c.d [2019-12-21T10:09:47.809Z] ok github.com/docker/docker/image/cache 0.041s coverage: 19.2% of statements [2019-12-21T10:09:47.809Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-21T10:09:47.809Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2019-12-21T10:09:47.809Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-21T10:09:47.923Z] #41 21.73 PBCC images/remap-file-path.pb-c.c [2019-12-21T10:09:47.923Z] #41 21.79 DEP images/remap-file-path.pb-c.d [2019-12-21T10:09:47.923Z] #41 21.91 PBCC images/fifo.pb-c.c [2019-12-21T10:09:47.923Z] #41 21.93 DEP images/fifo.pb-c.d [2019-12-21T10:09:47.923Z] #41 21.99 PBCC images/ghost-file.pb-c.c [2019-12-21T10:09:48.179Z] #41 22.05 DEP images/ghost-file.pb-c.d [2019-12-21T10:09:48.179Z] #41 22.19 PBCC images/regfile.pb-c.c [2019-12-21T10:09:48.179Z] #41 22.25 DEP images/regfile.pb-c.d [2019-12-21T10:09:48.379Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2019-12-21T10:09:48.439Z] #41 22.36 PBCC images/ns.pb-c.c [2019-12-21T10:09:48.439Z] #41 22.46 DEP images/ns.pb-c.d [2019-12-21T10:09:48.497Z] #8 DONE 3.8s [2019-12-21T10:09:48.497Z] [2019-12-21T10:09:48.497Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-21T10:09:48.639Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 50.0% of statements [2019-12-21T10:09:48.695Z] #41 22.54 PBCC images/fdinfo.pb-c.c [2019-12-21T10:09:48.695Z] #41 22.74 DEP images/fdinfo.pb-c.d [2019-12-21T10:09:48.951Z] #41 22.93 PBCC images/core-aarch64.pb-c.c [2019-12-21T10:09:49.073Z] #9 DONE 1.1s [2019-12-21T10:09:49.073Z] [2019-12-21T10:09:49.073Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:09:49.206Z] #41 23.10 PBCC images/core-arm.pb-c.c [2019-12-21T10:09:49.206Z] #41 23.25 PBCC images/core-ppc64.pb-c.c [2019-12-21T10:09:49.206Z] #41 ... [2019-12-21T10:09:49.206Z] [2019-12-21T10:09:49.206Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:49.206Z] #44 109.0 fmt [2019-12-21T10:09:49.206Z] #44 111.9 regexp [2019-12-21T10:09:49.206Z] #44 116.6 go/token [2019-12-21T10:09:49.206Z] #44 117.5 go/scanner [2019-12-21T10:09:49.206Z] #44 118.3 internal/lazyregexp [2019-12-21T10:09:49.206Z] #44 118.7 net/url [2019-12-21T10:09:49.331Z] #33 ... [2019-12-21T10:09:49.331Z] [2019-12-21T10:09:49.331Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:09:49.331Z] #20 DONE 0.1s [2019-12-21T10:09:49.331Z] [2019-12-21T10:09:49.331Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-21T10:09:49.331Z] #67 DONE 0.1s [2019-12-21T10:09:49.331Z] [2019-12-21T10:09:49.331Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-21T10:09:49.331Z] #43 DONE 0.2s [2019-12-21T10:09:49.331Z] [2019-12-21T10:09:49.331Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:49.462Z] #44 ... [2019-12-21T10:09:49.462Z] [2019-12-21T10:09:49.462Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:49.462Z] #41 23.39 PBCC images/core-s390.pb-c.c [2019-12-21T10:09:49.462Z] #41 23.46 PBCC images/core-x86.pb-c.c [2019-12-21T10:09:49.588Z] #44 ... [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:09:49.588Z] #21 DONE 0.2s [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-21T10:09:49.588Z] #61 DONE 0.3s [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:09:49.588Z] #30 DONE 0.3s [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-21T10:09:49.588Z] #49 DONE 0.3s [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-21T10:09:49.588Z] #46 DONE 0.3s [2019-12-21T10:09:49.588Z] [2019-12-21T10:09:49.588Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:49.719Z] #41 23.52 PBCC images/core.pb-c.c [2019-12-21T10:09:49.719Z] #41 23.64 PBCC images/inventory.pb-c.c [2019-12-21T10:09:49.975Z] #41 23.79 DEP images/core-aarch64.pb-c.d [2019-12-21T10:09:49.975Z] #41 23.82 DEP images/core-arm.pb-c.d [2019-12-21T10:09:49.975Z] #41 23.93 DEP images/core-ppc64.pb-c.d [2019-12-21T10:09:49.975Z] #41 24.03 DEP images/core-s390.pb-c.d [2019-12-21T10:09:50.025Z] ok github.com/docker/docker/opts 0.066s coverage: 66.9% of statements [2019-12-21T10:09:50.231Z] #41 24.10 DEP images/core-x86.pb-c.d [2019-12-21T10:09:50.231Z] #41 24.24 DEP images/core.pb-c.d [2019-12-21T10:09:50.524Z] #41 24.39 DEP images/inventory.pb-c.d [2019-12-21T10:09:50.524Z] #41 24.54 PBCC images/cpuinfo.pb-c.c [2019-12-21T10:09:50.524Z] #41 24.64 DEP images/cpuinfo.pb-c.d [2019-12-21T10:09:51.105Z] #41 24.79 PBCC images/stats.pb-c.c [2019-12-21T10:09:51.105Z] #41 25.01 DEP images/stats.pb-c.d [2019-12-21T10:09:51.409Z] ok github.com/docker/docker/pkg/broadcaster 0.010s coverage: 100.0% of statements [2019-12-21T10:09:51.669Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2019-12-21T10:09:51.930Z] ok github.com/docker/docker/pkg/authorization 1.296s coverage: 68.3% of statements [2019-12-21T10:09:52.500Z] ok github.com/docker/docker/pkg/archive 1.230s coverage: 77.1% of statements [2019-12-21T10:09:52.500Z] ok github.com/docker/docker/pkg/directory 0.016s coverage: 80.0% of statements [2019-12-21T10:09:53.000Z] #41 ... [2019-12-21T10:09:53.000Z] [2019-12-21T10:09:53.000Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:53.000Z] #10 113.0 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-21T10:09:53.000Z] #10 113.0 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-21T10:09:53.000Z] #10 113.0 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:09:53.000Z] #10 ... [2019-12-21T10:09:53.000Z] [2019-12-21T10:09:53.000Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:09:53.000Z] #44 119.9 go/ast [2019-12-21T10:09:53.000Z] #44 121.3 text/template/parse [2019-12-21T10:09:53.441Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2019-12-21T10:09:53.441Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 92.9% of statements [2019-12-21T10:09:53.974Z] #44 ... [2019-12-21T10:09:53.974Z] [2019-12-21T10:09:53.974Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:53.974Z] #31 116.9 github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:09:53.974Z] #31 DONE 123.7s [2019-12-21T10:09:54.011Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-12-21T10:09:54.273Z] [2019-12-21T10:09:54.273Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:54.273Z] #59 51.28 + bin/ctr [2019-12-21T10:09:54.273Z] #59 ... [2019-12-21T10:09:54.273Z] [2019-12-21T10:09:54.273Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:09:54.273Z] #41 28.38 make[1]: Nothing to be done for 'all'. [2019-12-21T10:09:54.584Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-12-21T10:09:55.155Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-12-21T10:09:56.092Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2019-12-21T10:09:56.149Z] #47 ... [2019-12-21T10:09:56.149Z] [2019-12-21T10:09:56.149Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:09:56.149Z] #24 6.040 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:09:56.149Z] #24 6.140 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:09:56.149Z] #24 6.238 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:09:56.149Z] #24 6.330 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:09:56.149Z] #24 6.426 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:09:56.149Z] #24 6.445 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:09:56.662Z] ok github.com/docker/docker/pkg/chrootarchive 3.574s coverage: 43.2% of statements [2019-12-21T10:09:56.713Z] #24 7.603 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:09:56.780Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 10.7s done [2019-12-21T10:09:56.780Z] #8 DONE 13.9s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-21T10:09:56.780Z] #9 DONE 0.3s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-21T10:09:56.780Z] #10 DONE 0.3s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:09:56.780Z] #21 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-21T10:09:56.780Z] #44 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:09:56.780Z] #31 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-21T10:09:56.780Z] #47 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-21T10:09:56.780Z] #50 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-21T10:09:56.780Z] #68 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:09:56.780Z] #22 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-21T10:09:56.780Z] #62 DONE 0.1s [2019-12-21T10:09:56.780Z] [2019-12-21T10:09:56.780Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:09:56.780Z] #29 0.220 + mktemp -d [2019-12-21T10:09:56.780Z] #29 0.221 + export GOPATH=/tmp/tmp.JSbO9R6oRt [2019-12-21T10:09:56.780Z] #29 0.221 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.JSbO9R6oRt/src/github.com/go-swagger/go-swagger [2019-12-21T10:09:56.780Z] #29 0.223 Cloning into '/tmp/tmp.JSbO9R6oRt/src/github.com/go-swagger/go-swagger'... [2019-12-21T10:09:56.923Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2019-12-21T10:09:57.493Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-12-21T10:09:57.493Z] ok github.com/docker/docker/pkg/fsutils 0.277s coverage: 85.1% of statements [2019-12-21T10:09:57.576Z] #41 31.02 CC images/stats.o [2019-12-21T10:09:57.647Z] #24 8.693 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:09:57.754Z] ok github.com/docker/docker/pkg/discovery/kv 3.136s coverage: 84.1% of statements [2019-12-21T10:09:57.831Z] #41 31.65 CC images/core.o [2019-12-21T10:09:58.325Z] ok github.com/docker/docker/layer 7.747s coverage: 68.8% of statements [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/oci [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-21T10:09:58.325Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-21T10:09:58.585Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2019-12-21T10:09:58.759Z] #41 32.75 CC images/core-x86.o [2019-12-21T10:09:58.845Z] ok github.com/docker/docker/pkg/locker 0.036s coverage: 88.9% of statements [2019-12-21T10:09:59.020Z] #24 ... [2019-12-21T10:09:59.020Z] [2019-12-21T10:09:59.020Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:09:59.020Z] #40 8.109 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:09:59.020Z] #40 8.109 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:09:59.020Z] #40 8.157 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:09:59.020Z] #40 8.209 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:09:59.020Z] #40 8.266 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:09:59.106Z] ok github.com/docker/docker/pkg/ioutils 0.673s coverage: 70.6% of statements [2019-12-21T10:09:59.106Z] ok github.com/docker/docker/pkg/idtools 0.725s coverage: 70.1% of statements [2019-12-21T10:09:59.106Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2019-12-21T10:09:59.106Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-21T10:09:59.278Z] #40 10.09 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:09:59.279Z] #40 ... [2019-12-21T10:09:59.279Z] [2019-12-21T10:09:59.279Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:09:59.279Z] #38 7.388 + mktemp -d [2019-12-21T10:09:59.279Z] #38 7.396 + export GOPATH=/tmp/tmp.ufhqBruUfq [2019-12-21T10:09:59.279Z] #38 7.396 + git clone https://github.com/docker/distribution.git /tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution [2019-12-21T10:09:59.279Z] #38 7.396 Cloning into '/tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution'... [2019-12-21T10:09:59.279Z] #38 ... [2019-12-21T10:09:59.279Z] [2019-12-21T10:09:59.279Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:09:59.279Z] #10 10.25 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:09:59.279Z] #10 10.25 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:09:59.321Z] #41 33.39 CC images/core-arm.o [2019-12-21T10:09:59.536Z] #10 10.41 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:09:59.536Z] #10 ... [2019-12-21T10:09:59.536Z] [2019-12-21T10:09:59.536Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:09:59.536Z] #28 9.401 + mktemp -d [2019-12-21T10:09:59.536Z] #28 9.401 + export GOPATH=/tmp/tmp.dlA0MwPiYV [2019-12-21T10:09:59.536Z] #28 9.401 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.dlA0MwPiYV/src/github.com/go-swagger/go-swagger [2019-12-21T10:09:59.536Z] #28 9.407 Cloning into '/tmp/tmp.dlA0MwPiYV/src/github.com/go-swagger/go-swagger'... [2019-12-21T10:09:59.536Z] #28 ... [2019-12-21T10:09:59.536Z] [2019-12-21T10:09:59.536Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:59.678Z] ok github.com/docker/docker/pkg/namesgenerator 0.024s coverage: 85.7% of statements [2019-12-21T10:09:59.678Z] ok github.com/docker/docker/pkg/parsers 0.014s coverage: 97.0% of statements [2019-12-21T10:09:59.793Z] #50 10.11 + RM_GOPATH=0 [2019-12-21T10:09:59.793Z] #50 10.11 + TMP_GOPATH= [2019-12-21T10:09:59.793Z] #50 10.11 + : /build [2019-12-21T10:09:59.793Z] #50 10.11 + '[' -z '' ']' [2019-12-21T10:09:59.793Z] #50 10.11 ++ mktemp -d [2019-12-21T10:09:59.793Z] #50 10.12 + export GOPATH=/tmp/tmp.wQR26hiO8f [2019-12-21T10:09:59.793Z] #50 10.12 + GOPATH=/tmp/tmp.wQR26hiO8f [2019-12-21T10:09:59.793Z] #50 10.12 + RM_GOPATH=1 [2019-12-21T10:09:59.793Z] #50 10.12 ++ dirname ./install.sh [2019-12-21T10:09:59.793Z] #50 10.12 + dir=. [2019-12-21T10:09:59.793Z] #50 10.12 + bin=golangci_lint [2019-12-21T10:09:59.793Z] #50 10.12 + shift [2019-12-21T10:09:59.793Z] #50 10.12 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-21T10:09:59.793Z] #50 10.12 + . ./golangci_lint.installer [2019-12-21T10:09:59.793Z] #50 10.12 ++ : v1.20.0 [2019-12-21T10:09:59.793Z] #50 10.12 + install_golangci_lint [2019-12-21T10:09:59.793Z] #50 10.12 + echo 'Installing golangci-lint version v1.20.0' [2019-12-21T10:09:59.793Z] #50 10.12 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:09:59.793Z] #50 10.13 Installing golangci-lint version v1.20.0 [2019-12-21T10:09:59.793Z] #50 ... [2019-12-21T10:09:59.793Z] [2019-12-21T10:09:59.793Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:09:59.793Z] #31 ... [2019-12-21T10:09:59.793Z] [2019-12-21T10:09:59.793Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:09:59.938Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2019-12-21T10:10:00.051Z] #62 10.44 + RM_GOPATH=0 [2019-12-21T10:10:00.051Z] #62 10.44 + TMP_GOPATH= [2019-12-21T10:10:00.051Z] #62 10.44 + : /build/ [2019-12-21T10:10:00.051Z] #62 10.44 + '[' -z '' ']' [2019-12-21T10:10:00.051Z] #62 10.44 ++ mktemp -d [2019-12-21T10:10:00.051Z] #62 10.45 + export GOPATH=/tmp/tmp.63xWiUhYqE [2019-12-21T10:10:00.051Z] #62 10.45 + GOPATH=/tmp/tmp.63xWiUhYqE [2019-12-21T10:10:00.051Z] #62 10.45 + RM_GOPATH=1 [2019-12-21T10:10:00.051Z] #62 10.45 ++ dirname ./install.sh [2019-12-21T10:10:00.051Z] #62 10.46 + dir=. [2019-12-21T10:10:00.051Z] #62 10.46 + bin=rootlesskit [2019-12-21T10:10:00.051Z] #62 10.46 + shift [2019-12-21T10:10:00.051Z] #62 10.46 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-21T10:10:00.051Z] #62 10.46 + . ./rootlesskit.installer [2019-12-21T10:10:00.051Z] #62 10.46 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:00.051Z] #62 10.46 + install_rootlesskit [2019-12-21T10:10:00.051Z] #62 10.46 + case "$1" in [2019-12-21T10:10:00.051Z] #62 10.46 + export CGO_ENABLED=0 [2019-12-21T10:10:00.051Z] #62 10.46 + CGO_ENABLED=0 [2019-12-21T10:10:00.051Z] #62 10.46 + _install_rootlesskit [2019-12-21T10:10:00.051Z] #62 10.46 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2019-12-21T10:10:00.051Z] #62 10.46 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:00.051Z] #62 10.46 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.63xWiUhYqE/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:10:00.051Z] #62 10.47 Cloning into '/tmp/tmp.63xWiUhYqE/src/github.com/rootless-containers/rootlesskit'... [2019-12-21T10:10:00.051Z] #62 ... [2019-12-21T10:10:00.051Z] [2019-12-21T10:10:00.051Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:00.051Z] #68 10.73 + RM_GOPATH=0 [2019-12-21T10:10:00.051Z] #68 10.73 + TMP_GOPATH= [2019-12-21T10:10:00.051Z] #68 10.73 + : /build [2019-12-21T10:10:00.051Z] #68 10.73 + '[' -z '' ']' [2019-12-21T10:10:00.051Z] #68 10.74 ++ mktemp -d [2019-12-21T10:10:00.051Z] #68 10.74 + export GOPATH=/tmp/tmp.oRIBpcirlf [2019-12-21T10:10:00.051Z] #68 10.74 + GOPATH=/tmp/tmp.oRIBpcirlf [2019-12-21T10:10:00.051Z] #68 10.74 + RM_GOPATH=1 [2019-12-21T10:10:00.051Z] #68 10.74 ++ dirname ./install.sh [2019-12-21T10:10:00.051Z] #68 10.75 + dir=. [2019-12-21T10:10:00.051Z] #68 10.75 + bin=proxy [2019-12-21T10:10:00.051Z] #68 10.75 + shift [2019-12-21T10:10:00.051Z] #68 10.75 + '[' '!' -f ./proxy.installer ']' [2019-12-21T10:10:00.051Z] #68 10.75 + . ./proxy.installer [2019-12-21T10:10:00.051Z] #68 10.75 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:00.051Z] #68 10.75 + install_proxy [2019-12-21T10:10:00.051Z] #68 10.75 + case "$1" in [2019-12-21T10:10:00.051Z] #68 10.75 + export CGO_ENABLED=0 [2019-12-21T10:10:00.051Z] #68 10.75 + CGO_ENABLED=0 [2019-12-21T10:10:00.051Z] #68 10.75 + _install_proxy [2019-12-21T10:10:00.051Z] #68 10.75 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-21T10:10:00.051Z] #68 10.75 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.oRIBpcirlf/src/github.com/docker/libnetwork [2019-12-21T10:10:00.051Z] #68 10.75 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:00.051Z] #68 10.76 Cloning into '/tmp/tmp.oRIBpcirlf/src/github.com/docker/libnetwork'... [2019-12-21T10:10:00.051Z] #68 ... [2019-12-21T10:10:00.051Z] [2019-12-21T10:10:00.051Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:00.051Z] #56 7.017 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:00.051Z] #56 7.023 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:00.051Z] #56 7.058 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:00.051Z] #56 7.058 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:00.051Z] #56 7.082 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:00.051Z] #56 7.934 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:10:00.051Z] #56 10.57 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:10:00.248Z] #41 34.12 CC images/core-aarch64.o [2019-12-21T10:10:00.308Z] #56 ... [2019-12-21T10:10:00.308Z] [2019-12-21T10:10:00.308Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:00.308Z] #22 10.49 + RM_GOPATH=0 [2019-12-21T10:10:00.308Z] #22 10.49 + TMP_GOPATH= [2019-12-21T10:10:00.308Z] #22 10.49 + : /build [2019-12-21T10:10:00.308Z] #22 10.49 + '[' -z '' ']' [2019-12-21T10:10:00.308Z] #22 10.50 ++ mktemp -d [2019-12-21T10:10:00.308Z] #22 10.50 + export GOPATH=/tmp/tmp.eeAWNvZnUm [2019-12-21T10:10:00.308Z] #22 10.50 + GOPATH=/tmp/tmp.eeAWNvZnUm [2019-12-21T10:10:00.308Z] #22 10.50 + RM_GOPATH=1 [2019-12-21T10:10:00.308Z] #22 10.50 ++ dirname ./install.sh [2019-12-21T10:10:00.308Z] #22 10.51 + dir=. [2019-12-21T10:10:00.308Z] #22 10.51 + bin=dockercli [2019-12-21T10:10:00.308Z] #22 10.51 + shift [2019-12-21T10:10:00.308Z] #22 10.51 + '[' '!' -f ./dockercli.installer ']' [2019-12-21T10:10:00.308Z] #22 10.51 + . ./dockercli.installer [2019-12-21T10:10:00.308Z] #22 10.51 ++ : stable [2019-12-21T10:10:00.308Z] #22 10.51 ++ : 17.06.2-ce [2019-12-21T10:10:00.308Z] #22 10.51 + install_dockercli [2019-12-21T10:10:00.308Z] #22 10.51 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-21T10:10:00.308Z] #22 10.51 ++ uname -m [2019-12-21T10:10:00.308Z] #22 10.51 + arch=x86_64 [2019-12-21T10:10:00.308Z] #22 10.51 + '[' x86_64 '!=' x86_64 ']' [2019-12-21T10:10:00.308Z] #22 10.51 + url=https://download.docker.com/linux/static [2019-12-21T10:10:00.308Z] #22 10.51 Install docker/cli version 17.06.2-ce from stable [2019-12-21T10:10:00.308Z] #22 10.51 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-21T10:10:00.308Z] #22 10.51 + tar -xz docker/docker [2019-12-21T10:10:00.308Z] #22 ... [2019-12-21T10:10:00.308Z] [2019-12-21T10:10:00.308Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:00.308Z] #47 10.73 + RM_GOPATH=0 [2019-12-21T10:10:00.308Z] #47 10.73 + TMP_GOPATH= [2019-12-21T10:10:00.308Z] #47 10.73 + : /build [2019-12-21T10:10:00.308Z] #47 10.73 + '[' -z '' ']' [2019-12-21T10:10:00.308Z] #47 10.73 ++ mktemp -d [2019-12-21T10:10:00.308Z] #47 10.74 + export GOPATH=/tmp/tmp.AOVMatbBz4 [2019-12-21T10:10:00.308Z] #47 10.74 + GOPATH=/tmp/tmp.AOVMatbBz4 [2019-12-21T10:10:00.308Z] #47 10.74 + RM_GOPATH=1 [2019-12-21T10:10:00.308Z] #47 10.74 ++ dirname ./install.sh [2019-12-21T10:10:00.308Z] #47 10.75 Installing gotestsum version v0.3.5 [2019-12-21T10:10:00.308Z] #47 10.75 + dir=. [2019-12-21T10:10:00.308Z] #47 10.75 + bin=gotestsum [2019-12-21T10:10:00.308Z] #47 10.75 + shift [2019-12-21T10:10:00.308Z] #47 10.75 + '[' '!' -f ./gotestsum.installer ']' [2019-12-21T10:10:00.308Z] #47 10.75 + . ./gotestsum.installer [2019-12-21T10:10:00.308Z] #47 10.75 ++ : v0.3.5 [2019-12-21T10:10:00.308Z] #47 10.75 + install_gotestsum [2019-12-21T10:10:00.308Z] #47 10.75 + echo 'Installing gotestsum version v0.3.5' [2019-12-21T10:10:00.308Z] #47 10.75 + go get -d gotest.tools/gotestsum [2019-12-21T10:10:00.509Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.4% of statements [2019-12-21T10:10:00.509Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.037s coverage: 91.4% of statements [2019-12-21T10:10:00.771Z] ok github.com/docker/docker/pkg/mount 0.843s coverage: 70.0% of statements [2019-12-21T10:10:00.771Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-21T10:10:00.771Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-21T10:10:00.771Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-21T10:10:00.809Z] #41 34.77 CC images/core-ppc64.o [2019-12-21T10:10:01.342Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2019-12-21T10:10:01.913Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2019-12-21T10:10:01.913Z] ok github.com/docker/docker/pkg/progress 0.019s coverage: 75.9% of statements [2019-12-21T10:10:01.913Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2019-12-21T10:10:02.110Z] #29 ... [2019-12-21T10:10:02.110Z] [2019-12-21T10:10:02.110Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:02.110Z] #45 0.570 + RM_GOPATH=0 [2019-12-21T10:10:02.110Z] #45 0.571 + TMP_GOPATH= [2019-12-21T10:10:02.110Z] #45 0.571 + : /build [2019-12-21T10:10:02.110Z] #45 0.571 + '[' -z '' ']' [2019-12-21T10:10:02.110Z] #45 0.574 ++ mktemp -d [2019-12-21T10:10:02.110Z] #45 0.575 + export GOPATH=/tmp/tmp.JzW5Zk4KrY [2019-12-21T10:10:02.110Z] #45 0.576 + GOPATH=/tmp/tmp.JzW5Zk4KrY [2019-12-21T10:10:02.110Z] #45 0.576 + RM_GOPATH=1 [2019-12-21T10:10:02.110Z] #45 0.576 ++ dirname ./install.sh [2019-12-21T10:10:02.110Z] #45 0.579 + dir=. [2019-12-21T10:10:02.110Z] #45 0.579 + bin=vndr [2019-12-21T10:10:02.110Z] #45 0.579 + shift [2019-12-21T10:10:02.110Z] #45 0.580 + '[' '!' -f ./vndr.installer ']' [2019-12-21T10:10:02.110Z] #45 0.580 + . ./vndr.installer [2019-12-21T10:10:02.110Z] #45 0.580 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:02.110Z] #45 0.580 + install_vndr [2019-12-21T10:10:02.110Z] #45 0.581 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-21T10:10:02.110Z] #45 0.581 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:02.110Z] #45 0.581 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.JzW5Zk4KrY/src/github.com/LK4D4/vndr [2019-12-21T10:10:02.110Z] #45 0.603 Cloning into '/tmp/tmp.JzW5Zk4KrY/src/github.com/LK4D4/vndr'... [2019-12-21T10:10:02.110Z] #45 1.319 + cd /tmp/tmp.JzW5Zk4KrY/src/github.com/LK4D4/vndr [2019-12-21T10:10:02.110Z] #45 1.320 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:02.110Z] #45 1.328 + go build -buildmode=pie -v -o /build/vndr . [2019-12-21T10:10:02.110Z] #45 2.623 internal/cpu [2019-12-21T10:10:02.110Z] #45 2.626 runtime/internal/sys [2019-12-21T10:10:02.110Z] #45 2.942 internal/race [2019-12-21T10:10:02.110Z] #45 3.025 sync/atomic [2019-12-21T10:10:02.110Z] #45 3.285 unicode [2019-12-21T10:10:02.110Z] #45 3.515 runtime [2019-12-21T10:10:02.174Z] #41 35.91 CC images/core-s390.o [2019-12-21T10:10:02.483Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2019-12-21T10:10:03.051Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2019-12-21T10:10:03.311Z] ok github.com/docker/docker/pkg/pubsub 1.109s coverage: 73.9% of statements [2019-12-21T10:10:03.540Z] #41 37.18 CC images/cpuinfo.o [2019-12-21T10:10:03.882Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2019-12-21T10:10:03.882Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2019-12-21T10:10:04.103Z] #41 37.92 CC images/inventory.o [2019-12-21T10:10:04.360Z] #41 38.15 CC images/fdinfo.o [2019-12-21T10:10:04.360Z] #41 ... [2019-12-21T10:10:04.360Z] [2019-12-21T10:10:04.360Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:04.360Z] #10 124.8 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-21T10:10:04.360Z] #10 124.8 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:10:04.360Z] #10 124.8 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:04.360Z] #10 125.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-21T10:10:04.360Z] #10 125.2 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:10:04.360Z] #10 125.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:04.451Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2019-12-21T10:10:04.451Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 80.6% of statements [2019-12-21T10:10:04.616Z] #10 ... [2019-12-21T10:10:04.616Z] [2019-12-21T10:10:04.616Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:04.616Z] #41 38.58 CC images/fown.o [2019-12-21T10:10:05.291Z] #41 39.08 CC images/ns.o [2019-12-21T10:10:05.366Z] #45 8.004 unicode/utf8 [2019-12-21T10:10:05.399Z] ok github.com/docker/docker/pkg/tailfile 0.106s coverage: 88.6% of statements [2019-12-21T10:10:05.399Z] ok github.com/docker/docker/pkg/system 0.029s coverage: 36.2% of statements [2019-12-21T10:10:05.399Z] ok github.com/docker/docker/pkg/signal 2.793s coverage: 61.0% of statements [2019-12-21T10:10:05.547Z] #41 39.44 CC images/regfile.o [2019-12-21T10:10:05.782Z] #45 8.764 math [2019-12-21T10:10:05.805Z] #41 39.67 CC images/ghost-file.o [2019-12-21T10:10:05.970Z] testing: warning: no tests to run [2019-12-21T10:10:05.970Z] coverage: [no statements] [2019-12-21T10:10:05.971Z] ok github.com/docker/docker/pkg/term/windows 0.007s coverage: [no statements] [no tests to run] [2019-12-21T10:10:06.208Z] #45 ... [2019-12-21T10:10:06.208Z] [2019-12-21T10:10:06.208Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:06.208Z] #23 0.632 + RM_GOPATH=0 [2019-12-21T10:10:06.208Z] #23 0.633 + TMP_GOPATH= [2019-12-21T10:10:06.208Z] #23 0.633 + : /build [2019-12-21T10:10:06.208Z] #23 0.634 + '[' -z '' ']' [2019-12-21T10:10:06.209Z] #23 0.636 ++ mktemp -d [2019-12-21T10:10:06.209Z] #23 0.641 + export GOPATH=/tmp/tmp.k13BdSGxB5 [2019-12-21T10:10:06.209Z] #23 0.641 + GOPATH=/tmp/tmp.k13BdSGxB5 [2019-12-21T10:10:06.209Z] #23 0.641 + RM_GOPATH=1 [2019-12-21T10:10:06.209Z] #23 0.644 ++ dirname ./install.sh [2019-12-21T10:10:06.209Z] #23 0.647 + dir=. [2019-12-21T10:10:06.209Z] #23 0.647 + bin=dockercli [2019-12-21T10:10:06.209Z] #23 0.647 + shift [2019-12-21T10:10:06.209Z] #23 0.648 + '[' '!' -f ./dockercli.installer ']' [2019-12-21T10:10:06.209Z] #23 0.648 + . ./dockercli.installer [2019-12-21T10:10:06.209Z] #23 0.648 ++ : stable [2019-12-21T10:10:06.209Z] #23 0.649 ++ : 17.06.2-ce [2019-12-21T10:10:06.209Z] #23 0.651 + install_dockercli [2019-12-21T10:10:06.209Z] #23 0.651 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-21T10:10:06.209Z] #23 0.652 Install docker/cli version 17.06.2-ce from stable [2019-12-21T10:10:06.209Z] #23 0.655 ++ uname -m [2019-12-21T10:10:06.209Z] #23 0.659 + arch=s390x [2019-12-21T10:10:06.209Z] #23 0.659 + '[' s390x '!=' x86_64 ']' [2019-12-21T10:10:06.209Z] #23 0.659 + '[' s390x '!=' s390x ']' [2019-12-21T10:10:06.209Z] #23 0.660 + url=https://download.docker.com/linux/static [2019-12-21T10:10:06.209Z] #23 0.661 + tar -xz docker/docker [2019-12-21T10:10:06.209Z] #23 0.675 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-12-21T10:10:06.209Z] #23 9.267 + mkdir -p /build [2019-12-21T10:10:06.209Z] #23 9.269 + mv docker/docker /build/ [2019-12-21T10:10:06.209Z] #23 9.271 + rmdir docker [2019-12-21T10:10:06.209Z] #23 DONE 9.4s [2019-12-21T10:10:06.209Z] [2019-12-21T10:10:06.209Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:06.209Z] #63 0.665 + RM_GOPATH=0 [2019-12-21T10:10:06.209Z] #63 0.665 + TMP_GOPATH= [2019-12-21T10:10:06.209Z] #63 0.665 + : /build/ [2019-12-21T10:10:06.209Z] #63 0.666 + '[' -z '' ']' [2019-12-21T10:10:06.209Z] #63 0.670 ++ mktemp -d [2019-12-21T10:10:06.209Z] #63 0.673 + export GOPATH=/tmp/tmp.SSgBretEnL [2019-12-21T10:10:06.209Z] #63 0.673 + GOPATH=/tmp/tmp.SSgBretEnL [2019-12-21T10:10:06.209Z] #63 0.673 + RM_GOPATH=1 [2019-12-21T10:10:06.209Z] #63 0.675 ++ dirname ./install.sh [2019-12-21T10:10:06.209Z] #63 0.678 + dir=. [2019-12-21T10:10:06.209Z] #63 0.678 + bin=rootlesskit [2019-12-21T10:10:06.209Z] #63 0.678 + shift [2019-12-21T10:10:06.209Z] #63 0.678 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-21T10:10:06.209Z] #63 0.678 + . ./rootlesskit.installer [2019-12-21T10:10:06.209Z] #63 0.679 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:06.209Z] #63 0.680 + install_rootlesskit [2019-12-21T10:10:06.209Z] #63 0.680 + case "$1" in [2019-12-21T10:10:06.209Z] #63 0.680 + export CGO_ENABLED=0 [2019-12-21T10:10:06.209Z] #63 0.680 + CGO_ENABLED=0 [2019-12-21T10:10:06.209Z] #63 0.681 + _install_rootlesskit [2019-12-21T10:10:06.209Z] #63 0.681 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2019-12-21T10:10:06.209Z] #63 0.681 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:06.209Z] #63 0.681 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.SSgBretEnL/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:10:06.209Z] #63 0.692 Cloning into '/tmp/tmp.SSgBretEnL/src/github.com/rootless-containers/rootlesskit'... [2019-12-21T10:10:06.209Z] #63 3.659 + cd /tmp/tmp.SSgBretEnL/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:10:06.209Z] #63 3.669 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:06.209Z] #63 3.844 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:10:06.209Z] #63 3.844 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-21T10:10:06.231Z] ok github.com/docker/docker/pkg/term 0.017s coverage: 84.8% of statements [2019-12-21T10:10:06.231Z] ok github.com/docker/docker/pkg/tarsum 0.124s coverage: 89.3% of statements [2019-12-21T10:10:06.370Z] #41 40.27 CC images/fifo.o [2019-12-21T10:10:06.603Z] #63 ... [2019-12-21T10:10:06.603Z] [2019-12-21T10:10:06.603Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:06.603Z] #11 0.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:06.603Z] #11 0.719 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:06.603Z] #11 0.847 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:06.603Z] #11 1.026 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:06.603Z] #11 1.131 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:06.603Z] #11 1.511 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:10:06.603Z] #11 3.205 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:10:06.603Z] #11 3.789 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:10:06.603Z] #11 ... [2019-12-21T10:10:06.603Z] [2019-12-21T10:10:06.603Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:06.603Z] #57 0.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:06.603Z] #57 0.718 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:06.603Z] #57 0.844 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:06.603Z] #57 0.937 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:06.603Z] #57 1.116 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:06.603Z] #57 1.691 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:10:06.603Z] #57 3.121 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:10:06.603Z] #57 3.863 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:10:06.803Z] ok github.com/docker/docker/pkg/truncindex 0.108s coverage: 91.5% of statements [2019-12-21T10:10:06.803Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2019-12-21T10:10:06.803Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2019-12-21T10:10:06.877Z] #47 ... [2019-12-21T10:10:06.877Z] [2019-12-21T10:10:06.877Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:06.877Z] #62 15.51 + cd /tmp/tmp.63xWiUhYqE/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:10:06.877Z] #62 15.52 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:10:06.877Z] #62 16.12 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:10:06.877Z] #62 16.12 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-21T10:10:06.934Z] #41 40.86 CC images/remap-file-path.o [2019-12-21T10:10:07.034Z] #57 ... [2019-12-21T10:10:07.034Z] [2019-12-21T10:10:07.034Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:07.034Z] #25 0.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:07.034Z] #25 0.718 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:07.034Z] #25 0.844 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:07.034Z] #25 0.939 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:07.034Z] #25 1.123 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:07.034Z] #25 1.506 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:10:07.034Z] #25 3.128 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:10:07.034Z] #25 3.790 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:10:07.034Z] #25 ... [2019-12-21T10:10:07.034Z] [2019-12-21T10:10:07.034Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:07.034Z] #41 0.872 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:07.034Z] #41 0.884 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:07.034Z] #41 0.919 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:07.034Z] #41 0.939 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:07.034Z] #41 1.200 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:07.034Z] #41 1.735 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:10:07.034Z] #41 3.190 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:10:07.034Z] #41 3.918 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:10:07.459Z] #41 ... [2019-12-21T10:10:07.459Z] [2019-12-21T10:10:07.459Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:07.459Z] #48 0.676 + RM_GOPATH=0 [2019-12-21T10:10:07.459Z] #48 0.676 + TMP_GOPATH= [2019-12-21T10:10:07.459Z] #48 0.676 + : /build [2019-12-21T10:10:07.459Z] #48 0.676 + '[' -z '' ']' [2019-12-21T10:10:07.459Z] #48 0.677 ++ mktemp -d [2019-12-21T10:10:07.459Z] #48 0.678 + export GOPATH=/tmp/tmp.RmRfztq1ei [2019-12-21T10:10:07.459Z] #48 0.678 + GOPATH=/tmp/tmp.RmRfztq1ei [2019-12-21T10:10:07.459Z] #48 0.678 + RM_GOPATH=1 [2019-12-21T10:10:07.459Z] #48 0.679 ++ dirname ./install.sh [2019-12-21T10:10:07.459Z] #48 0.680 Installing gotestsum version v0.3.5 [2019-12-21T10:10:07.459Z] #48 0.682 + dir=. [2019-12-21T10:10:07.459Z] #48 0.682 + bin=gotestsum [2019-12-21T10:10:07.459Z] #48 0.682 + shift [2019-12-21T10:10:07.459Z] #48 0.682 + '[' '!' -f ./gotestsum.installer ']' [2019-12-21T10:10:07.459Z] #48 0.682 + . ./gotestsum.installer [2019-12-21T10:10:07.459Z] #48 0.682 ++ : v0.3.5 [2019-12-21T10:10:07.459Z] #48 0.682 + install_gotestsum [2019-12-21T10:10:07.459Z] #48 0.682 + echo 'Installing gotestsum version v0.3.5' [2019-12-21T10:10:07.459Z] #48 0.682 + go get -d gotest.tools/gotestsum [2019-12-21T10:10:07.459Z] #48 ... [2019-12-21T10:10:07.459Z] [2019-12-21T10:10:07.459Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:10:07.459Z] #39 0.449 + mktemp -d [2019-12-21T10:10:07.459Z] #39 0.451 + export GOPATH=/tmp/tmp.u598jbHAtX [2019-12-21T10:10:07.459Z] #39 0.451 + git clone https://github.com/docker/distribution.git /tmp/tmp.u598jbHAtX/src/github.com/docker/distribution [2019-12-21T10:10:07.459Z] #39 0.459 Cloning into '/tmp/tmp.u598jbHAtX/src/github.com/docker/distribution'... [2019-12-21T10:10:07.459Z] #39 ... [2019-12-21T10:10:07.459Z] [2019-12-21T10:10:07.459Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:07.459Z] #32 0.699 + RM_GOPATH=0 [2019-12-21T10:10:07.459Z] #32 0.699 + TMP_GOPATH= [2019-12-21T10:10:07.459Z] #32 0.699 + : /build [2019-12-21T10:10:07.459Z] #32 0.699 + '[' -z '' ']' [2019-12-21T10:10:07.459Z] #32 0.699 ++ mktemp -d [2019-12-21T10:10:07.459Z] #32 0.703 + export GOPATH=/tmp/tmp.Ao3TY9BH1V [2019-12-21T10:10:07.459Z] #32 0.703 + GOPATH=/tmp/tmp.Ao3TY9BH1V [2019-12-21T10:10:07.459Z] #32 0.703 + RM_GOPATH=1 [2019-12-21T10:10:07.459Z] #32 0.704 ++ dirname ./install.sh [2019-12-21T10:10:07.459Z] #32 0.707 + dir=. [2019-12-21T10:10:07.459Z] #32 0.707 + bin=tomlv [2019-12-21T10:10:07.459Z] #32 0.707 + shift [2019-12-21T10:10:07.459Z] #32 0.707 + '[' '!' -f ./tomlv.installer ']' [2019-12-21T10:10:07.459Z] #32 0.707 + . ./tomlv.installer [2019-12-21T10:10:07.459Z] #32 0.708 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:07.459Z] #32 0.709 + install_tomlv [2019-12-21T10:10:07.459Z] #32 0.709 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:07.459Z] #32 0.709 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-21T10:10:07.459Z] #32 0.710 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Ao3TY9BH1V/src/github.com/BurntSushi/toml [2019-12-21T10:10:07.459Z] #32 0.721 Cloning into '/tmp/tmp.Ao3TY9BH1V/src/github.com/BurntSushi/toml'... [2019-12-21T10:10:07.459Z] #32 1.886 + cd /tmp/tmp.Ao3TY9BH1V/src/github.com/BurntSushi/toml [2019-12-21T10:10:07.459Z] #32 1.887 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:07.460Z] #32 1.908 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:10:07.460Z] #32 2.476 runtime/internal/atomic [2019-12-21T10:10:07.460Z] #32 2.498 internal/cpu [2019-12-21T10:10:07.460Z] #32 2.601 runtime/internal/sys [2019-12-21T10:10:07.460Z] #32 2.847 runtime/internal/math [2019-12-21T10:10:07.460Z] #32 2.900 math/bits [2019-12-21T10:10:07.460Z] #32 3.207 internal/bytealg [2019-12-21T10:10:07.460Z] #32 3.482 math [2019-12-21T10:10:07.460Z] #32 3.498 runtime [2019-12-21T10:10:07.460Z] #32 10.45 internal/testlog [2019-12-21T10:10:07.495Z] #41 41.35 CC images/eventfd.o [2019-12-21T10:10:07.750Z] #41 41.58 CC images/eventpoll.o [2019-12-21T10:10:07.856Z] #32 10.83 encoding [2019-12-21T10:10:07.856Z] #32 ... [2019-12-21T10:10:07.856Z] [2019-12-21T10:10:07.856Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:07.856Z] #69 0.441 + RM_GOPATH=0 [2019-12-21T10:10:07.856Z] #69 0.441 + TMP_GOPATH= [2019-12-21T10:10:07.856Z] #69 0.441 + : /build [2019-12-21T10:10:07.856Z] #69 0.441 + '[' -z '' ']' [2019-12-21T10:10:07.856Z] #69 0.442 ++ mktemp -d [2019-12-21T10:10:07.856Z] #69 0.443 + export GOPATH=/tmp/tmp.5ovjOeYtn4 [2019-12-21T10:10:07.856Z] #69 0.443 + GOPATH=/tmp/tmp.5ovjOeYtn4 [2019-12-21T10:10:07.856Z] #69 0.443 + RM_GOPATH=1 [2019-12-21T10:10:07.856Z] #69 0.443 ++ dirname ./install.sh [2019-12-21T10:10:07.856Z] #69 0.444 + dir=. [2019-12-21T10:10:07.856Z] #69 0.444 + bin=proxy [2019-12-21T10:10:07.856Z] #69 0.444 + shift [2019-12-21T10:10:07.856Z] #69 0.444 + '[' '!' -f ./proxy.installer ']' [2019-12-21T10:10:07.856Z] #69 0.445 + . ./proxy.installer [2019-12-21T10:10:07.856Z] #69 0.445 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:07.856Z] #69 0.445 + install_proxy [2019-12-21T10:10:07.856Z] #69 0.445 + case "$1" in [2019-12-21T10:10:07.856Z] #69 0.445 + export CGO_ENABLED=0 [2019-12-21T10:10:07.856Z] #69 0.446 + CGO_ENABLED=0 [2019-12-21T10:10:07.856Z] #69 0.446 + _install_proxy [2019-12-21T10:10:07.856Z] #69 0.446 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-21T10:10:07.856Z] #69 0.446 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:07.856Z] #69 0.446 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5ovjOeYtn4/src/github.com/docker/libnetwork [2019-12-21T10:10:07.856Z] #69 0.448 Cloning into '/tmp/tmp.5ovjOeYtn4/src/github.com/docker/libnetwork'... [2019-12-21T10:10:07.856Z] #69 ... [2019-12-21T10:10:07.856Z] [2019-12-21T10:10:07.856Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:07.856Z] #34 0.622 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:07.856Z] #34 0.719 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:07.856Z] #34 0.931 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:07.856Z] #34 0.945 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:07.856Z] #34 1.116 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:07.856Z] #34 1.721 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:10:07.856Z] #34 3.333 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:10:07.856Z] #34 4.070 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:10:07.856Z] #34 ... [2019-12-21T10:10:07.856Z] [2019-12-21T10:10:07.856Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:07.856Z] #51 0.645 + RM_GOPATH=0 [2019-12-21T10:10:07.856Z] #51 0.645 + TMP_GOPATH= [2019-12-21T10:10:07.856Z] #51 0.645 + : /build [2019-12-21T10:10:07.856Z] #51 0.646 + '[' -z '' ']' [2019-12-21T10:10:07.856Z] #51 0.648 ++ mktemp -d [2019-12-21T10:10:07.856Z] #51 0.653 + export GOPATH=/tmp/tmp.BfjQcSG6sp [2019-12-21T10:10:07.856Z] #51 0.653 + GOPATH=/tmp/tmp.BfjQcSG6sp [2019-12-21T10:10:07.856Z] #51 0.653 + RM_GOPATH=1 [2019-12-21T10:10:07.856Z] #51 0.654 ++ dirname ./install.sh [2019-12-21T10:10:07.856Z] #51 0.659 + dir=. [2019-12-21T10:10:07.856Z] #51 0.659 + bin=golangci_lint [2019-12-21T10:10:07.856Z] #51 0.659 + shift [2019-12-21T10:10:07.856Z] #51 0.659 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-21T10:10:07.856Z] #51 0.660 + . ./golangci_lint.installer [2019-12-21T10:10:07.856Z] #51 0.660 ++ : v1.20.0 [2019-12-21T10:10:07.856Z] #51 0.662 + install_golangci_lint [2019-12-21T10:10:07.856Z] #51 0.662 + echo 'Installing golangci-lint version v1.20.0' [2019-12-21T10:10:07.856Z] #51 0.662 Installing golangci-lint version v1.20.0 [2019-12-21T10:10:07.856Z] #51 0.663 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:10:08.189Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2019-12-21T10:10:08.266Z] #51 ... [2019-12-21T10:10:08.266Z] [2019-12-21T10:10:08.266Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:08.266Z] #32 10.92 runtime/cgo [2019-12-21T10:10:08.311Z] #41 42.11 CC images/fh.o [2019-12-21T10:10:08.312Z] #41 ... [2019-12-21T10:10:08.312Z] [2019-12-21T10:10:08.312Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:08.312Z] #44 128.2 go/parser [2019-12-21T10:10:08.312Z] #44 128.6 text/template [2019-12-21T10:10:08.312Z] #44 133.6 encoding/xml [2019-12-21T10:10:08.312Z] #44 136.8 go/doc [2019-12-21T10:10:08.568Z] #44 ... [2019-12-21T10:10:08.568Z] [2019-12-21T10:10:08.568Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:08.568Z] #41 42.57 CC images/fsnotify.o [2019-12-21T10:10:08.760Z] ok github.com/docker/docker/profiles/seccomp 0.013s coverage: 73.8% of statements [2019-12-21T10:10:09.020Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2019-12-21T10:10:09.411Z] #62 ... [2019-12-21T10:10:09.411Z] [2019-12-21T10:10:09.411Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:09.411Z] #44 9.688 + RM_GOPATH=0 [2019-12-21T10:10:09.411Z] #44 9.688 + TMP_GOPATH= [2019-12-21T10:10:09.411Z] #44 9.688 + : /build [2019-12-21T10:10:09.411Z] #44 9.688 + '[' -z '' ']' [2019-12-21T10:10:09.411Z] #44 9.692 ++ mktemp -d [2019-12-21T10:10:09.411Z] #44 9.692 + export GOPATH=/tmp/tmp.CBNK7tHMmW [2019-12-21T10:10:09.411Z] #44 9.692 + GOPATH=/tmp/tmp.CBNK7tHMmW [2019-12-21T10:10:09.411Z] #44 9.692 + RM_GOPATH=1 [2019-12-21T10:10:09.411Z] #44 9.692 ++ dirname ./install.sh [2019-12-21T10:10:09.411Z] #44 9.700 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:09.411Z] #44 9.700 + dir=. [2019-12-21T10:10:09.411Z] #44 9.700 + bin=vndr [2019-12-21T10:10:09.411Z] #44 9.700 + shift [2019-12-21T10:10:09.411Z] #44 9.700 + '[' '!' -f ./vndr.installer ']' [2019-12-21T10:10:09.411Z] #44 9.700 + . ./vndr.installer [2019-12-21T10:10:09.411Z] #44 9.700 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:09.411Z] #44 9.700 + install_vndr [2019-12-21T10:10:09.411Z] #44 9.700 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-21T10:10:09.411Z] #44 9.700 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.CBNK7tHMmW/src/github.com/LK4D4/vndr [2019-12-21T10:10:09.411Z] #44 9.716 Cloning into '/tmp/tmp.CBNK7tHMmW/src/github.com/LK4D4/vndr'... [2019-12-21T10:10:09.411Z] #44 11.50 + cd /tmp/tmp.CBNK7tHMmW/src/github.com/LK4D4/vndr [2019-12-21T10:10:09.411Z] #44 11.51 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:10:09.411Z] #44 11.56 + go build -buildmode=pie -v -o /build/vndr . [2019-12-21T10:10:09.411Z] #44 13.94 internal/cpu [2019-12-21T10:10:09.411Z] #44 13.94 runtime/internal/atomic [2019-12-21T10:10:09.411Z] #44 14.50 runtime/internal/sys [2019-12-21T10:10:09.411Z] #44 14.88 runtime/internal/math [2019-12-21T10:10:09.411Z] #44 15.05 internal/bytealg [2019-12-21T10:10:09.411Z] #44 15.12 internal/race [2019-12-21T10:10:09.411Z] #44 15.53 sync/atomic [2019-12-21T10:10:09.411Z] #44 16.77 unicode [2019-12-21T10:10:09.411Z] #44 16.95 runtime [2019-12-21T10:10:09.411Z] #44 ... [2019-12-21T10:10:09.411Z] [2019-12-21T10:10:09.411Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:09.411Z] #31 10.71 + RM_GOPATH=0 [2019-12-21T10:10:09.411Z] #31 10.71 + TMP_GOPATH= [2019-12-21T10:10:09.411Z] #31 10.71 + : /build [2019-12-21T10:10:09.411Z] #31 10.71 + '[' -z '' ']' [2019-12-21T10:10:09.411Z] #31 10.71 ++ mktemp -d [2019-12-21T10:10:09.411Z] #31 10.74 + export GOPATH=/tmp/tmp.Tl0LvMwxru [2019-12-21T10:10:09.411Z] #31 10.74 + GOPATH=/tmp/tmp.Tl0LvMwxru [2019-12-21T10:10:09.411Z] #31 10.74 + RM_GOPATH=1 [2019-12-21T10:10:09.411Z] #31 10.74 ++ dirname ./install.sh [2019-12-21T10:10:09.411Z] #31 10.74 + dir=. [2019-12-21T10:10:09.411Z] #31 10.74 + bin=tomlv [2019-12-21T10:10:09.411Z] #31 10.74 + shift [2019-12-21T10:10:09.411Z] #31 10.74 + '[' '!' -f ./tomlv.installer ']' [2019-12-21T10:10:09.411Z] #31 10.74 + . ./tomlv.installer [2019-12-21T10:10:09.411Z] #31 10.74 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:09.411Z] #31 10.74 + install_tomlv [2019-12-21T10:10:09.411Z] #31 10.74 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-21T10:10:09.411Z] #31 10.74 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Tl0LvMwxru/src/github.com/BurntSushi/toml [2019-12-21T10:10:09.411Z] #31 10.74 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:09.411Z] #31 10.76 Cloning into '/tmp/tmp.Tl0LvMwxru/src/github.com/BurntSushi/toml'... [2019-12-21T10:10:09.411Z] #31 13.04 + cd /tmp/tmp.Tl0LvMwxru/src/github.com/BurntSushi/toml [2019-12-21T10:10:09.411Z] #31 13.04 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:10:09.411Z] #31 13.09 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:10:09.411Z] #31 14.28 internal/cpu [2019-12-21T10:10:09.411Z] #31 14.38 runtime/internal/atomic [2019-12-21T10:10:09.411Z] #31 14.94 runtime/internal/math [2019-12-21T10:10:09.411Z] #31 15.14 math/bits [2019-12-21T10:10:09.411Z] #31 15.40 internal/bytealg [2019-12-21T10:10:09.411Z] #31 15.97 math [2019-12-21T10:10:09.411Z] #31 16.93 runtime [2019-12-21T10:10:09.670Z] #31 ... [2019-12-21T10:10:09.670Z] [2019-12-21T10:10:09.670Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:09.670Z] #10 10.50 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:09.670Z] #10 10.52 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:09.670Z] #10 12.53 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:10:09.670Z] #10 15.51 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:10:09.670Z] #10 17.40 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:10:09.670Z] #10 ... [2019-12-21T10:10:09.670Z] [2019-12-21T10:10:09.670Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:09.670Z] #33 11.27 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:10:09.670Z] #33 11.27 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:10:09.670Z] #33 11.35 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:10:09.670Z] #33 11.35 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:10:09.670Z] #33 11.37 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:10:09.670Z] #33 13.37 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:10:09.670Z] #33 16.56 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:10:09.670Z] #33 17.90 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:10:09.932Z] #41 43.63 CC images/signalfd.o [2019-12-21T10:10:09.964Z] ok github.com/docker/docker/plugin 0.635s coverage: 27.1% of statements [2019-12-21T10:10:10.187Z] #41 44.07 CC images/fs.o [2019-12-21T10:10:10.224Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2019-12-21T10:10:10.443Z] #41 44.44 CC images/pstree.o [2019-12-21T10:10:10.794Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2019-12-21T10:10:11.005Z] #41 44.86 CC images/pipe.o [2019-12-21T10:10:11.005Z] #41 45.07 CC images/tcp-stream.o [2019-12-21T10:10:11.054Z] ok github.com/docker/docker/registry 0.285s coverage: 56.0% of statements [2019-12-21T10:10:11.178Z] #33 ... [2019-12-21T10:10:11.178Z] [2019-12-21T10:10:11.178Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:11.178Z] #22 21.23 + mkdir -p /build [2019-12-21T10:10:11.178Z] #22 21.23 + mv docker/docker /build/ [2019-12-21T10:10:11.178Z] #22 21.26 + rmdir docker [2019-12-21T10:10:11.568Z] #41 45.46 CC images/sk-packet.o [2019-12-21T10:10:11.624Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2019-12-21T10:10:11.624Z] ok github.com/docker/docker/runconfig 0.046s coverage: 68.2% of statements [2019-12-21T10:10:12.132Z] #41 45.83 CC images/mnt.o [2019-12-21T10:10:12.132Z] #41 46.19 CC images/pipe-data.o [2019-12-21T10:10:12.202Z] #22 ... [2019-12-21T10:10:12.202Z] [2019-12-21T10:10:12.202Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:12.202Z] #40 13.16 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:10:12.202Z] #40 15.36 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:10:12.484Z] #40 ... [2019-12-21T10:10:12.484Z] [2019-12-21T10:10:12.484Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:12.484Z] #56 13.13 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:10:12.484Z] #56 ... [2019-12-21T10:10:12.484Z] [2019-12-21T10:10:12.484Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:12.484Z] #24 23.48 Fetched 7931 kB in 18s (424 kB/s) [2019-12-21T10:10:12.694Z] #41 46.50 CC images/sa.o [2019-12-21T10:10:12.950Z] #41 47.00 CC images/timer.o [2019-12-21T10:10:13.439Z] #24 23.48 Reading package lists... [2019-12-21T10:10:13.439Z] #24 ... [2019-12-21T10:10:13.439Z] [2019-12-21T10:10:13.439Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:13.439Z] #22 DONE 23.9s [2019-12-21T10:10:13.512Z] #41 47.43 CC images/timerfd.o [2019-12-21T10:10:13.542Z] ok github.com/docker/docker/volume/drivers 0.020s coverage: 36.1% of statements [2019-12-21T10:10:13.662Z] #32 ... [2019-12-21T10:10:13.663Z] [2019-12-21T10:10:13.663Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:13.663Z] #45 14.23 unicode/utf16 [2019-12-21T10:10:13.663Z] #45 14.51 container/list [2019-12-21T10:10:13.663Z] #45 15.19 crypto/internal/subtle [2019-12-21T10:10:13.663Z] #45 15.38 crypto/subtle [2019-12-21T10:10:13.663Z] #45 15.51 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-21T10:10:13.663Z] #45 15.57 internal/nettrace [2019-12-21T10:10:13.663Z] #45 15.68 runtime/cgo [2019-12-21T10:10:13.703Z] [2019-12-21T10:10:13.703Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:10:13.768Z] #41 47.76 CC images/mm.o [2019-12-21T10:10:14.024Z] #41 48.13 CC images/sk-opts.o [2019-12-21T10:10:14.484Z] ok github.com/docker/docker/volume/local 0.067s coverage: 73.0% of statements [2019-12-21T10:10:14.586Z] #41 48.36 CC images/sk-unix.o [2019-12-21T10:10:14.744Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 67.0% of statements [2019-12-21T10:10:14.842Z] #41 48.80 CC images/sk-inet.o [2019-12-21T10:10:15.313Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2019-12-21T10:10:15.404Z] #41 49.22 CC images/tun.o [2019-12-21T10:10:15.660Z] #41 49.63 CC images/sk-netlink.o [2019-12-21T10:10:15.773Z] #38 24.41 Checking out files: 38% (594/1559) Checking out files: 39% (609/1559) Checking out files: 40% (624/1559) Checking out files: 41% (640/1559) Checking out files: 42% (655/1559) Checking out files: 43% (671/1559) Checking out files: 44% (686/1559) Checking out files: 45% (702/1559) Checking out files: 46% (718/1559) Checking out files: 47% (733/1559) Checking out files: 48% (749/1559) Checking out files: 49% (764/1559) Checking out files: 50% (780/1559) Checking out files: 51% (796/1559) Checking out files: 52% (811/1559) Checking out files: 53% (827/1559) Checking out files: 54% (842/1559) Checking out files: 55% (858/1559) Checking out files: 56% (874/1559) Checking out files: 57% (889/1559) Checking out files: 58% (905/1559) Checking out files: 59% (920/1559) Checking out files: 60% (936/1559) Checking out files: 61% (951/1559) Checking out files: 62% (967/1559) Checking out files: 63% (983/1559) Checking out files: 64% (998/1559) Checking out files: 65% (1014/1559) Checking out files: 66% (1029/1559) Checking out files: 67% (1045/1559) Checking out files: 68% (1061/1559) Checking out files: 69% (1076/1559) Checking out files: 70% (1092/1559) Checking out files: 71% (1107/1559) Checking out files: 72% (1123/1559) Checking out files: 73% (1139/1559) Checking out files: 74% (1154/1559) Checking out files: 75% (1170/1559) Checking out files: 76% (1185/1559) Checking out files: 77% (1201/1559) Checking out files: 78% (1217/1559) Checking out files: 79% (1232/1559) Checking out files: 79% (1245/1559) Checking out files: 80% (1248/1559) Checking out files: 81% (1263/1559) Checking out files: 82% (1279/1559) Checking out files: 83% (1294/1559) Checking out files: 84% (1310/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 92% (1440/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2019-12-21T10:10:15.916Z] #41 49.87 CC images/packet-sock.o [2019-12-21T10:10:16.030Z] #38 26.76 + cd /tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution [2019-12-21T10:10:16.030Z] #38 26.76 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-21T10:10:16.492Z] #41 50.32 CC images/ipc-var.o [2019-12-21T10:10:16.492Z] #41 50.52 CC images/ipc-desc.o [2019-12-21T10:10:16.750Z] #41 50.76 CC images/ipc-shm.o [2019-12-21T10:10:17.007Z] #41 50.94 CC images/ipc-msg.o [2019-12-21T10:10:17.263Z] #41 51.23 CC images/ipc-sem.o [2019-12-21T10:10:17.341Z] #45 ... [2019-12-21T10:10:17.341Z] [2019-12-21T10:10:17.341Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:17.341Z] #51 17.47 + cd /tmp/tmp.BfjQcSG6sp/src/github.com/golangci/golangci-lint/ [2019-12-21T10:10:17.341Z] #51 17.47 + git checkout -q v1.20.0 [2019-12-21T10:10:17.341Z] #51 17.80 ++ git describe --tags [2019-12-21T10:10:17.341Z] #51 17.80 + version=v1.20.0 [2019-12-21T10:10:17.341Z] #51 17.80 ++ git rev-parse --short HEAD [2019-12-21T10:10:17.341Z] #51 17.81 + commit=cc98739 [2019-12-21T10:10:17.341Z] #51 17.81 ++ git show -s --format=%cd [2019-12-21T10:10:17.341Z] #51 17.82 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-21T10:10:17.341Z] #51 17.82 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:10:17.520Z] #41 51.43 CC images/utsns.o [2019-12-21T10:10:17.777Z] #41 51.65 CC images/creds.o [2019-12-21T10:10:18.033Z] #41 51.86 CC images/vma.o [2019-12-21T10:10:18.200Z] #51 ... [2019-12-21T10:10:18.200Z] [2019-12-21T10:10:18.200Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:10:18.200Z] #39 11.77 + cd /tmp/tmp.u598jbHAtX/src/github.com/docker/distribution [2019-12-21T10:10:18.200Z] #39 11.77 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-21T10:10:18.200Z] #39 13.82 + GOPATH=/tmp/tmp.u598jbHAtX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.u598jbHAtX go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-21T10:10:18.290Z] #41 52.19 CC images/netdev.o [2019-12-21T10:10:18.852Z] #41 52.78 CC images/tty.o [2019-12-21T10:10:19.545Z] #39 ... [2019-12-21T10:10:19.545Z] [2019-12-21T10:10:19.545Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:19.545Z] #57 12.93 Fetched 7675 kB in 12s (621 kB/s) [2019-12-21T10:10:19.545Z] #57 12.93 Reading package lists... [2019-12-21T10:10:19.545Z] #57 17.36 Reading package lists... [2019-12-21T10:10:19.779Z] #41 53.69 CC images/file-lock.o [2019-12-21T10:10:19.946Z] #57 22.86 Building dependency tree... [2019-12-21T10:10:19.947Z] #57 ... [2019-12-21T10:10:19.947Z] [2019-12-21T10:10:19.947Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:19.947Z] #41 13.44 Fetched 7675 kB in 12s (612 kB/s) [2019-12-21T10:10:19.947Z] #41 13.44 Reading package lists... [2019-12-21T10:10:19.947Z] #41 17.67 Reading package lists... [2019-12-21T10:10:19.947Z] #41 23.16 Building dependency tree... [2019-12-21T10:10:19.947Z] #41 ... [2019-12-21T10:10:19.947Z] [2019-12-21T10:10:19.947Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:19.947Z] #34 13.39 Fetched 7675 kB in 12s (595 kB/s) [2019-12-21T10:10:19.947Z] #34 13.39 Reading package lists... [2019-12-21T10:10:20.209Z] #38 30.37 + GOPATH=/tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ufhqBruUfq go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-21T10:10:20.209Z] #38 ... [2019-12-21T10:10:20.209Z] [2019-12-21T10:10:20.209Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:20.209Z] #56 30.80 Fetched 7931 kB in 24s (320 kB/s) [2019-12-21T10:10:20.341Z] #41 54.09 CC images/rlimit.o [2019-12-21T10:10:20.346Z] #34 18.07 Reading package lists... [2019-12-21T10:10:20.346Z] #34 ... [2019-12-21T10:10:20.346Z] [2019-12-21T10:10:20.346Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:20.346Z] #11 14.40 Fetched 7675 kB in 13s (555 kB/s) [2019-12-21T10:10:20.346Z] #11 14.40 Reading package lists... [2019-12-21T10:10:20.346Z] #11 20.30 Reading package lists... [2019-12-21T10:10:20.346Z] #11 ... [2019-12-21T10:10:20.346Z] [2019-12-21T10:10:20.346Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:20.346Z] #25 13.71 Fetched 7675 kB in 13s (582 kB/s) [2019-12-21T10:10:20.346Z] #25 13.71 Reading package lists... [2019-12-21T10:10:20.346Z] #25 19.09 Reading package lists... [2019-12-21T10:10:20.346Z] #25 ... [2019-12-21T10:10:20.346Z] [2019-12-21T10:10:20.346Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:20.346Z] #69 13.54 + cd /tmp/tmp.5ovjOeYtn4/src/github.com/docker/libnetwork [2019-12-21T10:10:20.346Z] #69 13.54 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:20.346Z] #69 13.78 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-21T10:10:20.598Z] #41 54.43 CC images/pagemap.o [2019-12-21T10:10:20.750Z] #69 ... [2019-12-21T10:10:20.750Z] [2019-12-21T10:10:20.750Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:20.750Z] #11 20.30 Reading package lists... [2019-12-21T10:10:20.774Z] #56 30.80 Reading package lists... [2019-12-21T10:10:20.774Z] #56 ... [2019-12-21T10:10:20.774Z] [2019-12-21T10:10:20.774Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:20.774Z] #31 21.17 unicode/utf8 [2019-12-21T10:10:20.774Z] #31 21.96 internal/testlog [2019-12-21T10:10:20.774Z] #31 22.48 encoding [2019-12-21T10:10:20.774Z] #31 22.68 runtime/cgo [2019-12-21T10:10:20.774Z] #31 ... [2019-12-21T10:10:20.774Z] [2019-12-21T10:10:20.774Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:20.774Z] #44 21.29 unicode/utf8 [2019-12-21T10:10:20.774Z] #44 22.11 internal/testlog [2019-12-21T10:10:20.774Z] #44 22.74 unicode/utf16 [2019-12-21T10:10:20.774Z] #44 23.13 container/list [2019-12-21T10:10:20.774Z] #44 25.03 crypto/internal/subtle [2019-12-21T10:10:20.774Z] #44 25.26 crypto/subtle [2019-12-21T10:10:20.774Z] #44 25.46 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-21T10:10:20.774Z] #44 25.81 internal/nettrace [2019-12-21T10:10:20.774Z] #44 26.00 runtime/cgo [2019-12-21T10:10:20.854Z] #41 54.94 CC images/siginfo.o [2019-12-21T10:10:21.110Z] #41 55.17 CC images/rpc.o [2019-12-21T10:10:21.342Z] #44 ... [2019-12-21T10:10:21.342Z] [2019-12-21T10:10:21.342Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:21.342Z] #40 32.05 Fetched 7931 kB in 24s (318 kB/s) [2019-12-21T10:10:22.122Z] #11 24.30 Building dependency tree... [2019-12-21T10:10:22.476Z] #41 ... [2019-12-21T10:10:22.476Z] [2019-12-21T10:10:22.476Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:22.476Z] #44 142.2 github.com/LK4D4/vndr/build [2019-12-21T10:10:22.476Z] #44 143.4 vendor/golang.org/x/crypto/cryptobyte [2019-12-21T10:10:22.476Z] #44 146.2 crypto/x509 [2019-12-21T10:10:22.476Z] #44 146.5 vendor/golang.org/x/crypto/poly1305 [2019-12-21T10:10:22.476Z] #44 147.1 vendor/golang.org/x/crypto/chacha20poly1305 [2019-12-21T10:10:22.476Z] #44 149.0 vendor/golang.org/x/crypto/hkdf [2019-12-21T10:10:22.476Z] #44 149.3 vendor/golang.org/x/text/transform [2019-12-21T10:10:22.476Z] #44 150.3 vendor/golang.org/x/text/unicode/bidi [2019-12-21T10:10:22.516Z] #11 25.97 The following additional packages will be installed: [2019-12-21T10:10:22.732Z] #44 152.5 vendor/golang.org/x/text/secure/bidirule [2019-12-21T10:10:22.916Z] #11 25.97 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-21T10:10:22.916Z] #11 25.97 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-21T10:10:22.916Z] #11 25.99 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:10:22.916Z] #11 25.99 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-21T10:10:22.916Z] #11 25.99 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-21T10:10:22.916Z] #11 25.99 Suggested packages: [2019-12-21T10:10:22.916Z] #11 25.99 gcc-6-locales seccomp wine64 [2019-12-21T10:10:23.293Z] #44 ... [2019-12-21T10:10:23.293Z] [2019-12-21T10:10:23.293Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:23.293Z] #41 57.07 CC images/ext-file.o [2019-12-21T10:10:23.549Z] #41 57.34 CC images/cgroup.o [2019-12-21T10:10:24.112Z] #41 58.18 CC images/userns.o [2019-12-21T10:10:24.273Z] #11 ... [2019-12-21T10:10:24.273Z] [2019-12-21T10:10:24.273Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:24.273Z] #57 22.86 Building dependency tree... [2019-12-21T10:10:24.273Z] #57 24.44 The following additional packages will be installed: [2019-12-21T10:10:24.273Z] #57 24.45 btrfs-progs liblzo2-2 [2019-12-21T10:10:24.273Z] #57 24.67 The following NEW packages will be installed: [2019-12-21T10:10:24.273Z] #57 24.67 btrfs-progs btrfs-tools liblzo2-2 [2019-12-21T10:10:24.273Z] #57 24.77 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:24.273Z] #57 24.77 Need to get 668 kB of archives. [2019-12-21T10:10:24.273Z] #57 24.77 After this operation, 5446 kB of additional disk space will be used. [2019-12-21T10:10:24.273Z] #57 24.77 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-21T10:10:24.273Z] #57 24.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-12-21T10:10:24.273Z] #57 24.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-12-21T10:10:24.273Z] #57 25.64 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:24.273Z] #57 25.81 Fetched 668 kB in 0s (5054 kB/s) [2019-12-21T10:10:24.273Z] #57 25.86 Selecting previously unselected package liblzo2-2:s390x. [2019-12-21T10:10:24.273Z] #57 25.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-12-21T10:10:24.273Z] #57 25.90 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-21T10:10:24.273Z] #57 25.91 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:10:24.273Z] #57 26.00 Selecting previously unselected package btrfs-progs. [2019-12-21T10:10:24.273Z] #57 26.01 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-12-21T10:10:24.273Z] #57 26.01 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:24.273Z] #57 26.79 Selecting previously unselected package btrfs-tools. [2019-12-21T10:10:24.273Z] #57 26.80 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-12-21T10:10:24.273Z] #57 26.80 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:24.273Z] #57 26.99 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:24.273Z] #57 27.07 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:10:24.273Z] #57 27.09 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:24.273Z] #57 27.11 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:24.273Z] #57 27.12 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:24.273Z] #57 DONE 27.4s [2019-12-21T10:10:24.273Z] [2019-12-21T10:10:24.273Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:10:24.273Z] #58 DONE 0.1s [2019-12-21T10:10:24.273Z] [2019-12-21T10:10:24.273Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:24.273Z] #48 27.02 + cd /tmp/tmp.RmRfztq1ei/src/gotest.tools/gotestsum [2019-12-21T10:10:24.273Z] #48 27.02 + git checkout -q v0.3.5 [2019-12-21T10:10:24.273Z] #48 27.08 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-21T10:10:24.273Z] #48 ... [2019-12-21T10:10:24.273Z] [2019-12-21T10:10:24.273Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-21T10:10:24.273Z] #59 DONE 0.1s [2019-12-21T10:10:24.273Z] [2019-12-21T10:10:24.273Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:24.273Z] #11 27.70 The following NEW packages will be installed: [2019-12-21T10:10:24.273Z] #11 27.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-21T10:10:24.273Z] #11 27.70 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-21T10:10:24.273Z] #11 27.70 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-21T10:10:24.273Z] #11 27.70 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:10:24.273Z] #11 27.70 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-21T10:10:24.273Z] #11 27.70 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-21T10:10:24.273Z] #11 27.70 mingw-w64-x86-64-dev [2019-12-21T10:10:24.673Z] #41 58.53 CC images/google/protobuf/descriptor.o [2019-12-21T10:10:24.690Z] #11 27.83 0 upgraded, 27 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:24.690Z] #11 27.83 Need to get 71.0 MB of archives. [2019-12-21T10:10:24.690Z] #11 27.83 After this operation, 487 MB of additional disk space will be used. [2019-12-21T10:10:24.690Z] #11 27.83 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-12-21T10:10:24.690Z] #11 27.87 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-12-21T10:10:24.690Z] #11 27.89 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-21T10:10:24.690Z] #11 27.89 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-12-21T10:10:24.690Z] #11 27.92 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-12-21T10:10:24.690Z] #11 27.92 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-12-21T10:10:24.690Z] #11 27.92 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-12-21T10:10:24.690Z] #11 27.94 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-12-21T10:10:24.690Z] #11 27.95 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-12-21T10:10:24.690Z] #11 27.96 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-12-21T10:10:24.690Z] #11 27.97 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-12-21T10:10:24.690Z] #11 27.98 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-12-21T10:10:24.690Z] #11 28.07 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-12-21T10:10:24.690Z] #11 28.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-12-21T10:10:24.690Z] #11 28.07 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-12-21T10:10:24.690Z] #11 28.08 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-12-21T10:10:24.690Z] #11 28.08 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-12-21T10:10:24.690Z] #11 28.16 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-12-21T10:10:25.111Z] #11 28.39 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-12-21T10:10:25.111Z] #11 28.60 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-21T10:10:25.643Z] #11 28.61 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-21T10:10:26.145Z] #11 29.22 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-21T10:10:26.145Z] #11 ... [2019-12-21T10:10:26.145Z] [2019-12-21T10:10:26.145Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:26.145Z] #25 19.09 Reading package lists... [2019-12-21T10:10:26.145Z] #25 24.64 Building dependency tree... [2019-12-21T10:10:26.145Z] #25 26.24 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-21T10:10:26.145Z] #25 26.24 The following additional packages will be installed: [2019-12-21T10:10:26.145Z] #25 26.24 libjq1 libonig4 [2019-12-21T10:10:26.145Z] #25 26.69 The following NEW packages will be installed: [2019-12-21T10:10:26.145Z] #25 26.69 jq libjq1 libonig4 [2019-12-21T10:10:26.145Z] #25 26.76 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:26.145Z] #25 26.76 Need to get 328 kB of archives. [2019-12-21T10:10:26.145Z] #25 26.76 After this operation, 1263 kB of additional disk space will be used. [2019-12-21T10:10:26.145Z] #25 26.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-12-21T10:10:26.145Z] #25 26.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-12-21T10:10:26.145Z] #25 26.81 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-12-21T10:10:26.145Z] #25 28.15 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:26.145Z] #25 28.26 Fetched 328 kB in 0s (3464 kB/s) [2019-12-21T10:10:26.145Z] #25 28.36 Selecting previously unselected package libonig4:s390x. [2019-12-21T10:10:26.145Z] #25 28.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-12-21T10:10:26.145Z] #25 28.45 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-12-21T10:10:26.145Z] #25 28.48 Unpacking libonig4:s390x (6.1.3-2) ... [2019-12-21T10:10:26.145Z] #25 28.66 Selecting previously unselected package libjq1:s390x. [2019-12-21T10:10:26.145Z] #25 28.69 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-12-21T10:10:26.145Z] #25 28.71 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-21T10:10:26.145Z] #25 28.98 Selecting previously unselected package jq. [2019-12-21T10:10:26.145Z] #25 29.03 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-12-21T10:10:26.145Z] #25 29.03 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:10:26.145Z] #25 29.34 Setting up libonig4:s390x (6.1.3-2) ... [2019-12-21T10:10:26.145Z] #25 29.34 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-21T10:10:26.145Z] #25 29.36 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:26.145Z] #25 29.46 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:10:26.145Z] #25 DONE 29.7s [2019-12-21T10:10:26.145Z] [2019-12-21T10:10:26.145Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:26.145Z] #11 29.60 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-12-21T10:10:26.145Z] #11 29.65 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-12-21T10:10:26.616Z] #40 32.05 Reading package lists... [2019-12-21T10:10:26.616Z] #40 ... [2019-12-21T10:10:26.616Z] [2019-12-21T10:10:26.616Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:26.616Z] #50 33.04 + cd /tmp/tmp.wQR26hiO8f/src/github.com/golangci/golangci-lint/ [2019-12-21T10:10:26.616Z] #50 33.04 + git checkout -q v1.20.0 [2019-12-21T10:10:26.616Z] #50 33.55 ++ git describe --tags [2019-12-21T10:10:26.616Z] #50 33.56 + version=v1.20.0 [2019-12-21T10:10:26.616Z] #50 33.56 ++ git rev-parse --short HEAD [2019-12-21T10:10:26.616Z] #50 33.56 + commit=cc98739 [2019-12-21T10:10:26.616Z] #50 33.57 ++ git show -s --format=%cd [2019-12-21T10:10:26.616Z] #50 33.59 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-21T10:10:26.616Z] #50 33.59 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:10:26.689Z] #11 ... [2019-12-21T10:10:26.689Z] [2019-12-21T10:10:26.689Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:10:26.689Z] #26 DONE 0.2s [2019-12-21T10:10:26.689Z] [2019-12-21T10:10:26.689Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:26.689Z] #41 23.16 Building dependency tree... [2019-12-21T10:10:26.689Z] #41 24.62 The following additional packages will be installed: [2019-12-21T10:10:26.689Z] #41 24.62 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-21T10:10:26.689Z] #41 24.63 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-21T10:10:26.689Z] #41 24.63 Suggested packages: [2019-12-21T10:10:26.689Z] #41 24.63 manpages-dev python-setuptools [2019-12-21T10:10:26.689Z] #41 26.34 The following NEW packages will be installed: [2019-12-21T10:10:26.689Z] #41 26.34 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-21T10:10:26.689Z] #41 26.34 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-21T10:10:26.689Z] #41 26.34 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-21T10:10:26.689Z] #41 26.34 zlib1g-dev [2019-12-21T10:10:26.689Z] #41 26.44 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:26.689Z] #41 26.44 Need to get 3476 kB of archives. [2019-12-21T10:10:26.689Z] #41 26.44 After this operation, 20.2 MB of additional disk space will be used. [2019-12-21T10:10:26.689Z] #41 26.44 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-12-21T10:10:26.689Z] #41 26.47 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-12-21T10:10:26.689Z] #41 26.47 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-12-21T10:10:26.689Z] #41 26.48 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-12-21T10:10:26.689Z] #41 26.50 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-12-21T10:10:26.689Z] #41 26.50 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-12-21T10:10:26.689Z] #41 26.50 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-12-21T10:10:26.689Z] #41 26.50 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-12-21T10:10:26.689Z] #41 26.50 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-12-21T10:10:26.689Z] #41 26.59 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-12-21T10:10:26.689Z] #41 26.60 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-12-21T10:10:26.689Z] #41 26.75 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-12-21T10:10:26.689Z] #41 26.77 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-12-21T10:10:26.689Z] #41 26.78 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-12-21T10:10:26.689Z] #41 26.78 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-21T10:10:26.689Z] #41 26.80 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-12-21T10:10:26.689Z] #41 27.75 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:26.689Z] #41 27.78 Fetched 3476 kB in 0s (7764 kB/s) [2019-12-21T10:10:26.689Z] #41 27.94 Selecting previously unselected package libnet1:s390x. [2019-12-21T10:10:26.689Z] #41 27.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-12-21T10:10:26.689Z] #41 28.04 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 28.06 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-21T10:10:26.689Z] #41 28.18 Selecting previously unselected package libcap-dev:s390x. [2019-12-21T10:10:26.689Z] #41 28.18 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 28.18 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-12-21T10:10:26.689Z] #41 28.36 Selecting previously unselected package libnet1-dev. [2019-12-21T10:10:26.689Z] #41 28.37 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 28.37 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:10:26.689Z] #41 28.53 Selecting previously unselected package libnl-3-200:s390x. [2019-12-21T10:10:26.689Z] #41 28.53 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 28.53 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-12-21T10:10:26.689Z] #41 28.66 Selecting previously unselected package libnl-3-dev:s390x. [2019-12-21T10:10:26.689Z] #41 28.76 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 28.77 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-12-21T10:10:26.689Z] #41 29.18 Selecting previously unselected package libprotobuf-c1:s390x. [2019-12-21T10:10:26.689Z] #41 29.18 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 29.18 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-21T10:10:26.689Z] #41 29.24 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-12-21T10:10:26.689Z] #41 29.24 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 29.24 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-12-21T10:10:26.689Z] #41 29.42 Selecting previously unselected package zlib1g-dev:s390x. [2019-12-21T10:10:26.689Z] #41 29.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 29.42 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-12-21T10:10:26.689Z] #41 29.90 Selecting previously unselected package libprotobuf10:s390x. [2019-12-21T10:10:26.689Z] #41 29.91 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-12-21T10:10:26.689Z] #41 29.91 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-12-21T10:10:27.372Z] #41 30.77 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-12-21T10:10:27.784Z] #41 30.87 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-12-21T10:10:27.784Z] #41 30.87 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-12-21T10:10:27.784Z] #41 31.08 Selecting previously unselected package libprotobuf-dev:s390x. [2019-12-21T10:10:27.784Z] #41 31.08 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-12-21T10:10:27.784Z] #41 31.09 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-12-21T10:10:27.938Z] #41 61.70 CC images/opts.o [2019-12-21T10:10:28.187Z] #41 ... [2019-12-21T10:10:28.187Z] [2019-12-21T10:10:28.187Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:10:28.187Z] #29 31.48 + cd /tmp/tmp.JSbO9R6oRt/src/github.com/go-swagger/go-swagger [2019-12-21T10:10:28.187Z] #29 31.48 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-21T10:10:28.194Z] #41 62.12 CC images/seccomp.o [2019-12-21T10:10:28.516Z] #50 ... [2019-12-21T10:10:28.516Z] [2019-12-21T10:10:28.516Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:28.516Z] #68 28.70 + cd /tmp/tmp.oRIBpcirlf/src/github.com/docker/libnetwork [2019-12-21T10:10:28.516Z] #68 28.70 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:10:28.516Z] #68 29.48 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-21T10:10:28.516Z] #68 ... [2019-12-21T10:10:28.516Z] [2019-12-21T10:10:28.516Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:28.516Z] #24 23.48 Reading package lists... [2019-12-21T10:10:28.756Z] #41 62.73 CC images/binfmt-misc.o [2019-12-21T10:10:29.013Z] #41 63.02 CC images/time.o [2019-12-21T10:10:29.270Z] #41 63.32 CC images/sysctl.o [2019-12-21T10:10:29.450Z] #24 35.02 Reading package lists... [2019-12-21T10:10:29.450Z] #24 ... [2019-12-21T10:10:29.450Z] [2019-12-21T10:10:29.450Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:29.450Z] #56 30.80 Reading package lists... [2019-12-21T10:10:29.831Z] #41 63.60 CC images/autofs.o [2019-12-21T10:10:29.831Z] #41 63.97 CC images/macvlan.o [2019-12-21T10:10:30.130Z] #29 33.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-21T10:10:30.565Z] #29 ... [2019-12-21T10:10:30.565Z] [2019-12-21T10:10:30.565Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:30.565Z] #34 18.07 Reading package lists... [2019-12-21T10:10:30.565Z] #34 24.12 Building dependency tree... [2019-12-21T10:10:30.565Z] #34 25.95 The following additional packages will be installed: [2019-12-21T10:10:30.565Z] #34 25.95 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-21T10:10:30.565Z] #34 25.96 Suggested packages: [2019-12-21T10:10:30.565Z] #34 25.96 codeblocks eclipse ninja-build lrzip [2019-12-21T10:10:30.565Z] #34 25.96 Recommended packages: [2019-12-21T10:10:30.565Z] #34 25.96 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-21T10:10:30.565Z] #34 26.84 The following NEW packages will be installed: [2019-12-21T10:10:30.565Z] #34 26.86 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-21T10:10:30.565Z] #34 26.86 vim-common xxd [2019-12-21T10:10:30.565Z] #34 26.99 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:30.565Z] #34 26.99 Need to get 13.2 MB of archives. [2019-12-21T10:10:30.565Z] #34 26.99 After this operation, 59.4 MB of additional disk space will be used. [2019-12-21T10:10:30.565Z] #34 26.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-12-21T10:10:30.565Z] #34 27.10 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-21T10:10:30.565Z] #34 27.10 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-12-21T10:10:30.565Z] #34 27.89 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-12-21T10:10:30.565Z] #34 27.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x libarchive13 s390x 3.2.2-2+deb9u2 [283 kB] [2019-12-21T10:10:30.565Z] #34 28.06 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-12-21T10:10:30.565Z] #34 28.07 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-12-21T10:10:30.565Z] #34 28.07 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-12-21T10:10:30.565Z] #34 28.23 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:10:30.565Z] #34 28.24 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:10:30.565Z] #34 29.88 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:30.565Z] #34 30.12 Fetched 13.2 MB in 1s (9724 kB/s) [2019-12-21T10:10:30.565Z] #34 30.34 Selecting previously unselected package cmake-data. [2019-12-21T10:10:30.565Z] #34 30.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 ... 14828 files and directories currently installed.) [2019-12-21T10:10:30.565Z] #34 30.36 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-21T10:10:30.565Z] #34 30.37 Unpacking cmake-data (3.7.2-1) ... [2019-12-21T10:10:30.565Z] #34 33.06 Selecting previously unselected package liblzo2-2:s390x. [2019-12-21T10:10:30.565Z] #34 33.07 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-21T10:10:30.565Z] #34 33.09 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:10:30.565Z] #34 33.24 Selecting previously unselected package libicu57:s390x. [2019-12-21T10:10:30.565Z] #34 33.25 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-12-21T10:10:30.565Z] #34 33.26 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-12-21T10:10:30.565Z] #34 ... [2019-12-21T10:10:30.565Z] [2019-12-21T10:10:30.565Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:30.565Z] #27 2.536 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-21T10:10:30.565Z] #27 3.004 [2019-12-21T10:10:30.760Z] #41 64.47 CC images/sit.o [2019-12-21T10:10:30.951Z] #27 3.382 ## 3.6% ##### 7.8% ######## 12.0% ########### 16.2% ############# 18.3% ############## 20.4% ################ 22.5% [2019-12-21T10:10:30.952Z] #27 ... [2019-12-21T10:10:30.952Z] [2019-12-21T10:10:30.952Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:30.952Z] #69 DONE 34.1s [2019-12-21T10:10:30.952Z] [2019-12-21T10:10:30.952Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:31.015Z] #41 64.88 LINK images/built-in.o [2019-12-21T10:10:31.015Z] #41 65.15 GEN compel/include/asm [2019-12-21T10:10:31.015Z] #41 65.15 GEN compel/include/version.h [2019-12-21T10:10:31.272Z] #41 65.25 touch .config [2019-12-21T10:10:31.272Z] #41 65.27 GEN include/common/config.h [2019-12-21T10:10:31.527Z] #41 65.43 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-12-21T10:10:31.527Z] #41 65.46 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-12-21T10:10:31.527Z] #41 65.51 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-12-21T10:10:31.527Z] #41 65.55 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-12-21T10:10:31.527Z] #41 65.62 DEP compel/arch/x86/plugins/std/memcpy.d [2019-12-21T10:10:31.787Z] #41 65.66 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-12-21T10:10:31.787Z] #41 65.69 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-21T10:10:31.787Z] #41 65.75 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-12-21T10:10:31.787Z] #41 65.80 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-21T10:10:32.043Z] #41 65.95 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-21T10:10:32.043Z] #41 65.98 DEP compel/plugins/std/infect.d [2019-12-21T10:10:32.299Z] #41 66.29 DEP compel/plugins/std/string.d [2019-12-21T10:10:32.544Z] #56 41.06 Reading package lists... [2019-12-21T10:10:32.544Z] #56 ... [2019-12-21T10:10:32.544Z] [2019-12-21T10:10:32.544Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:32.544Z] #10 32.85 Fetched 7931 kB in 23s (336 kB/s) [2019-12-21T10:10:32.544Z] #10 32.85 Reading package lists... [2019-12-21T10:10:32.544Z] #10 ... [2019-12-21T10:10:32.544Z] [2019-12-21T10:10:32.544Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:32.544Z] #33 33.08 Fetched 7931 kB in 22s (348 kB/s) [2019-12-21T10:10:32.544Z] #33 33.08 Reading package lists... [2019-12-21T10:10:32.544Z] #33 ... [2019-12-21T10:10:32.544Z] [2019-12-21T10:10:32.544Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:32.544Z] #40 32.05 Reading package lists... [2019-12-21T10:10:32.555Z] #41 66.39 DEP compel/plugins/std/log.d [2019-12-21T10:10:32.555Z] #41 66.62 DEP compel/plugins/std/fds.d [2019-12-21T10:10:32.811Z] #41 66.72 DEP compel/plugins/std/std.d [2019-12-21T10:10:32.811Z] #41 66.88 DEP compel/plugins/shmem/shmem.d [2019-12-21T10:10:33.078Z] #41 67.01 DEP compel/plugins/fds/fds.d [2019-12-21T10:10:33.333Z] #41 67.21 CC compel/plugins/std/std.o [2019-12-21T10:10:33.333Z] #41 ... [2019-12-21T10:10:33.333Z] [2019-12-21T10:10:33.333Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:33.333Z] #44 153.0 vendor/golang.org/x/text/unicode/norm [2019-12-21T10:10:33.333Z] #44 155.5 crypto/tls [2019-12-21T10:10:33.333Z] #44 161.0 vendor/golang.org/x/net/idna [2019-12-21T10:10:33.333Z] #44 ... [2019-12-21T10:10:33.333Z] [2019-12-21T10:10:33.333Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:33.333Z] #10 157.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-21T10:10:33.333Z] #10 157.7 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:10:33.333Z] #10 157.7 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:33.589Z] #10 ... [2019-12-21T10:10:33.589Z] [2019-12-21T10:10:33.589Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:33.589Z] #41 67.53 CC compel/plugins/std/fds.o [2019-12-21T10:10:34.206Z] #27 3.382 ## 3.6% ##### 7.8% ######## 12.0% ########### 16.2% ############# 18.3% ############## 20.4% ################ 22.5% ################# 24.6% ################### 26.6% #################### 28.7% ###################### 30.8% ####################### 32.9% ######################### 35.0% ############################ 39.2% ############################### 43.4% ################################ 45.5% ################################## 47.5% ##################################### 51.7% ###################################### 53.8% ######################################### 58.0% ########################################### 60.1% ############################################ 62.2% ############################################### 66.4% ################################################## 70.5% #################################################### 72.6% ####################################################### 76.8% ########################################################## 81.0% [2019-12-21T10:10:34.206Z] #27 ... [2019-12-21T10:10:34.206Z] [2019-12-21T10:10:34.206Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:34.206Z] #60 0.243 + RM_GOPATH=0 [2019-12-21T10:10:34.206Z] #60 0.243 + TMP_GOPATH= [2019-12-21T10:10:34.206Z] #60 0.243 + : /build [2019-12-21T10:10:34.206Z] #60 0.243 + '[' -z '' ']' [2019-12-21T10:10:34.206Z] #60 0.248 ++ mktemp -d [2019-12-21T10:10:34.206Z] #60 0.293 + export GOPATH=/tmp/tmp.TR5dNs0o2z [2019-12-21T10:10:34.206Z] #60 0.293 + GOPATH=/tmp/tmp.TR5dNs0o2z [2019-12-21T10:10:34.206Z] #60 0.293 + RM_GOPATH=1 [2019-12-21T10:10:34.206Z] #60 0.294 ++ dirname ./install.sh [2019-12-21T10:10:34.206Z] #60 0.296 + dir=. [2019-12-21T10:10:34.206Z] #60 0.296 + bin=containerd [2019-12-21T10:10:34.206Z] #60 0.296 + shift [2019-12-21T10:10:34.206Z] #60 0.296 + '[' '!' -f ./containerd.installer ']' [2019-12-21T10:10:34.206Z] #60 0.296 + . ./containerd.installer [2019-12-21T10:10:34.206Z] #60 0.297 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:10:34.206Z] #60 0.301 + install_containerd [2019-12-21T10:10:34.206Z] #60 0.301 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2019-12-21T10:10:34.206Z] #60 0.301 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TR5dNs0o2z/src/github.com/containerd/containerd [2019-12-21T10:10:34.206Z] #60 0.301 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:10:34.206Z] #60 0.329 Cloning into '/tmp/tmp.TR5dNs0o2z/src/github.com/containerd/containerd'... [2019-12-21T10:10:34.519Z] #41 68.26 CC compel/plugins/std/log.o [2019-12-21T10:10:34.519Z] #41 ... [2019-12-21T10:10:34.519Z] [2019-12-21T10:10:34.519Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:34.519Z] #62 154.2 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:10:34.519Z] #62 154.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-21T10:10:34.613Z] #60 ... [2019-12-21T10:10:34.613Z] [2019-12-21T10:10:34.613Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:35.445Z] #62 ... [2019-12-21T10:10:35.445Z] [2019-12-21T10:10:35.445Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:35.445Z] #44 165.2 net/textproto [2019-12-21T10:10:35.870Z] #27 3.382 ## 3.6% ##### 7.8% ######## 12.0% ########### 16.2% ############# 18.3% ############## 20.4% ################ 22.5% ################# 24.6% ################### 26.6% #################### 28.7% ###################### 30.8% ####################### 32.9% ######################### 35.0% ############################ 39.2% ############################### 43.4% ################################ 45.5% ################################## 47.5% ##################################### 51.7% ###################################### 53.8% ######################################### 58.0% ########################################### 60.1% ############################################ 62.2% ############################################### 66.4% ################################################## 70.5% #################################################### 72.6% ####################################################### 76.8% ########################################################## 81.0% ########################################################### 83.1% ############################################################# 85.2% ############################################################## 87.3% ################################################################ 89.4% ################################################################# 91.4% ################################################################### 93.5% #################################################################### 95.6% ####################################################################### 99.8% ######################################################################## 100.0% [2019-12-21T10:10:36.455Z] #27 9.715 [2019-12-21T10:10:36.809Z] #44 ... [2019-12-21T10:10:36.809Z] [2019-12-21T10:10:36.809Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:36.809Z] #62 DONE 166.6s [2019-12-21T10:10:36.809Z] [2019-12-21T10:10:36.809Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:10:36.809Z] #63 DONE 0.1s [2019-12-21T10:10:36.809Z] [2019-12-21T10:10:36.809Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:36.809Z] #41 69.95 CC compel/plugins/std/string.o [2019-12-21T10:10:36.809Z] #41 70.55 CC compel/plugins/std/infect.o [2019-12-21T10:10:37.239Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.6% of statements [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/rootless [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/volume [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-21T10:10:37.239Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === Skipped [2019-12-21T10:10:37.239Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-21T10:10:37.239Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-21T10:10:37.239Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-21T10:10:37.239Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-21T10:10:37.239Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-21T10:10:37.239Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:10:37.239Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-21T10:10:37.239Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-21T10:10:37.239Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-21T10:10:37.239Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] [2019-12-21T10:10:37.239Z] DONE 2155 tests, 20 skipped in 184.822s Post stage [Pipeline] junit [2019-12-21T10:10:37.254Z] Recording test results [2019-12-21T10:10:37.368Z] #41 71.42 CC compel/arch/x86/plugins/std/parasite-head.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-21T10:10:37.624Z] #41 71.57 CC compel/arch/x86/plugins/std/memcpy.o [2019-12-21T10:10:37.624Z] #41 71.65 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-12-21T10:10:37.805Z] #40 42.92 Reading package lists... [2019-12-21T10:10:37.805Z] #40 ... [2019-12-21T10:10:37.805Z] [2019-12-21T10:10:37.805Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:37.805Z] #24 35.02 Reading package lists... [2019-12-21T10:10:37.805Z] #24 45.24 Building dependency tree... [2019-12-21T10:10:37.833Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -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:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh dynbinary test-integration [2019-12-21T10:10:37.879Z] #41 71.72 AR compel/plugins/std.lib.a [2019-12-21T10:10:37.879Z] #41 71.92 CC compel/plugins/fds/fds.o [2019-12-21T10:10:38.677Z] #27 10.20 ##### 7.4% ######### 13.0% ############# 18.7% ################# 24.4% ##################### 30.0% ############################# 41.4% ################################# 47.0% ##################################### 52.7% ########################################## 58.4% ############################################## 64.0% ################################################## 69.7% ########################################################## 81.0% [2019-12-21T10:10:38.677Z] #27 ... [2019-12-21T10:10:38.677Z] [2019-12-21T10:10:38.677Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:38.677Z] #41 32.28 Selecting previously unselected package libprotoc10:s390x. [2019-12-21T10:10:38.677Z] #41 32.29 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-12-21T10:10:38.677Z] #41 32.30 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 32.96 Selecting previously unselected package protobuf-c-compiler. [2019-12-21T10:10:38.677Z] #41 32.96 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-12-21T10:10:38.677Z] #41 32.97 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:10:38.677Z] #41 33.12 Selecting previously unselected package protobuf-compiler. [2019-12-21T10:10:38.677Z] #41 33.12 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-12-21T10:10:38.677Z] #41 33.13 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 33.28 Selecting previously unselected package python-pkg-resources. [2019-12-21T10:10:38.677Z] #41 33.29 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:10:38.677Z] #41 33.29 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-21T10:10:38.677Z] #41 33.54 Selecting previously unselected package python-protobuf. [2019-12-21T10:10:38.677Z] #41 33.58 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-12-21T10:10:38.677Z] #41 33.58 Unpacking python-protobuf (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 34.16 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-21T10:10:38.677Z] #41 34.27 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-21T10:10:38.677Z] #41 34.29 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-21T10:10:38.677Z] #41 37.27 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:10:38.677Z] #41 37.29 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 37.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:38.677Z] #41 37.32 Setting up python-protobuf (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 41.77 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-12-21T10:10:38.677Z] #41 41.78 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-12-21T10:10:38.677Z] #41 41.79 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-12-21T10:10:38.677Z] #41 41.81 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 41.84 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 41.85 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:10:38.677Z] #41 41.91 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-12-21T10:10:38.677Z] #41 41.95 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 41.98 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-12-21T10:10:38.677Z] #41 41.99 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-12-21T10:10:38.677Z] #41 42.00 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:38.677Z] #41 DONE 42.2s [2019-12-21T10:10:38.677Z] [2019-12-21T10:10:38.678Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:38.777Z] [2019-12-21T10:10:38.777Z] Removing bundles/ [2019-12-21T10:10:38.777Z] [2019-12-21T10:10:38.777Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-21T10:10:38.777Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:10:38.777Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:10:38.805Z] #41 72.48 AR compel/plugins/fds.lib.a [2019-12-21T10:10:38.805Z] #41 72.61 HOSTDEP compel/src/lib/log-host.d [2019-12-21T10:10:38.805Z] #41 72.87 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-21T10:10:39.060Z] #41 73.08 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-12-21T10:10:39.082Z] #27 10.20 ##### 7.4% ######### 13.0% ############# 18.7% ################# 24.4% ##################### 30.0% ############################# 41.4% ################################# 47.0% ##################################### 52.7% ########################################## 58.4% ############################################## 64.0% ################################################## 69.7% ########################################################## 81.0% ################################################################## 92.3% ######################################################################## 100.0% [2019-12-21T10:10:39.082Z] #27 ... [2019-12-21T10:10:39.082Z] [2019-12-21T10:10:39.082Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:39.082Z] #11 32.50 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-12-21T10:10:39.082Z] #11 33.94 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-12-21T10:10:39.082Z] #11 33.95 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-12-21T10:10:39.082Z] #11 35.83 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:39.082Z] #11 36.06 Fetched 71.0 MB in 6s (11.4 MB/s) [2019-12-21T10:10:39.082Z] #11 36.16 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-12-21T10:10:39.082Z] #11 36.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-12-21T10:10:39.082Z] #11 36.27 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 36.28 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-12-21T10:10:39.082Z] #11 36.43 Selecting previously unselected package libudev-dev:s390x. [2019-12-21T10:10:39.082Z] #11 36.43 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 36.44 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-12-21T10:10:39.082Z] #11 36.62 Selecting previously unselected package liblzo2-2:s390x. [2019-12-21T10:10:39.082Z] #11 36.62 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 36.65 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:10:39.082Z] #11 36.74 Selecting previously unselected package btrfs-progs. [2019-12-21T10:10:39.082Z] #11 36.74 Preparing to unpack .../03-btrfs-progs_4.7.3-1_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 36.74 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:39.082Z] #11 37.56 Selecting previously unselected package btrfs-tools. [2019-12-21T10:10:39.082Z] #11 37.56 Preparing to unpack .../04-btrfs-tools_4.7.3-1_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 37.57 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:39.082Z] #11 37.64 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-12-21T10:10:39.082Z] #11 37.64 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 37.64 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-12-21T10:10:39.082Z] #11 37.82 Selecting previously unselected package dmsetup. [2019-12-21T10:10:39.082Z] #11 37.84 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 37.85 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-21T10:10:39.082Z] #11 38.01 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-12-21T10:10:39.082Z] #11 38.01 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 38.01 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-12-21T10:10:39.082Z] #11 38.11 Selecting previously unselected package libsepol1-dev:s390x. [2019-12-21T10:10:39.082Z] #11 38.12 Preparing to unpack .../08-libsepol1-dev_2.6-2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 38.12 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-12-21T10:10:39.082Z] #11 38.68 Selecting previously unselected package libpcre16-3:s390x. [2019-12-21T10:10:39.082Z] #11 38.70 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 38.71 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-12-21T10:10:39.082Z] #11 38.96 Selecting previously unselected package libpcre32-3:s390x. [2019-12-21T10:10:39.082Z] #11 38.96 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 38.96 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-12-21T10:10:39.082Z] #11 39.34 Selecting previously unselected package libpcre3-dev:s390x. [2019-12-21T10:10:39.082Z] #11 39.34 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 39.34 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-12-21T10:10:39.082Z] #11 39.91 Selecting previously unselected package libselinux1-dev:s390x. [2019-12-21T10:10:39.082Z] #11 39.92 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 39.94 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-12-21T10:10:39.082Z] #11 40.67 Selecting previously unselected package libdevmapper-dev:s390x. [2019-12-21T10:10:39.082Z] #11 40.72 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 40.73 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-12-21T10:10:39.082Z] #11 40.91 Selecting previously unselected package libseccomp2:s390x. [2019-12-21T10:10:39.082Z] #11 40.92 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 40.92 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-12-21T10:10:39.082Z] #11 41.00 Selecting previously unselected package libseccomp-dev:s390x. [2019-12-21T10:10:39.082Z] #11 41.00 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 41.01 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-12-21T10:10:39.082Z] #11 41.18 Selecting previously unselected package libsystemd-dev:s390x. [2019-12-21T10:10:39.082Z] #11 41.20 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-12-21T10:10:39.082Z] #11 41.21 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-12-21T10:10:39.181Z] #24 49.78 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-21T10:10:39.181Z] #24 49.78 The following additional packages will be installed: [2019-12-21T10:10:39.181Z] #24 49.81 libjq1 libonig4 [2019-12-21T10:10:39.315Z] #41 73.31 HOSTDEP compel/src/main-host.d [2019-12-21T10:10:39.491Z] #11 ... [2019-12-21T10:10:39.491Z] [2019-12-21T10:10:39.491Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:39.491Z] #27 12.81 [2019-12-21T10:10:39.569Z] #41 73.56 DEP compel/src/lib/ptrace.d [2019-12-21T10:10:39.747Z] #24 50.50 The following NEW packages will be installed: [2019-12-21T10:10:39.747Z] #24 50.51 jq libjq1 libonig4 [2019-12-21T10:10:39.824Z] #41 73.76 DEP compel/src/lib/infect.d [2019-12-21T10:10:39.893Z] #27 13.23 ## 3.3% #### [2019-12-21T10:10:39.893Z] #27 ... [2019-12-21T10:10:39.893Z] [2019-12-21T10:10:39.893Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:39.893Z] #32 32.95 internal/reflectlite [2019-12-21T10:10:39.893Z] #32 32.95 sync [2019-12-21T10:10:39.893Z] #32 36.28 errors [2019-12-21T10:10:39.893Z] #32 36.29 sort [2019-12-21T10:10:39.893Z] #32 36.68 strconv [2019-12-21T10:10:39.893Z] #32 37.84 io [2019-12-21T10:10:39.893Z] #32 39.70 internal/oserror [2019-12-21T10:10:39.893Z] #32 39.85 syscall [2019-12-21T10:10:39.893Z] #32 41.11 reflect [2019-12-21T10:10:39.893Z] #32 ... [2019-12-21T10:10:39.893Z] [2019-12-21T10:10:39.893Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:40.082Z] #41 74.08 DEP compel/src/lib/infect-util.d [2019-12-21T10:10:40.313Z] #24 ... [2019-12-21T10:10:40.313Z] [2019-12-21T10:10:40.313Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:40.313Z] #56 41.06 Reading package lists... [2019-12-21T10:10:40.337Z] #41 74.32 DEP compel/src/lib/infect-rpc.d [2019-12-21T10:10:40.592Z] #41 74.45 DEP compel/arch/x86/src/lib/infect.d [2019-12-21T10:10:40.592Z] #41 74.66 DEP compel/arch/x86/src/lib/cpu.d [2019-12-21T10:10:40.847Z] #41 74.82 DEP compel/src/lib/log.d [2019-12-21T10:10:41.102Z] #41 ... [2019-12-21T10:10:41.102Z] [2019-12-21T10:10:41.102Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:41.102Z] #47 DONE 171.0s [2019-12-21T10:10:41.102Z] [2019-12-21T10:10:41.102Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:41.102Z] #41 75.03 DEP compel/src/main.d [2019-12-21T10:10:41.102Z] #41 ... [2019-12-21T10:10:41.102Z] [2019-12-21T10:10:41.102Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:41.102Z] #44 167.4 vendor/golang.org/x/net/http/httpproxy [2019-12-21T10:10:41.102Z] #44 168.5 vendor/golang.org/x/net/http2/hpack [2019-12-21T10:10:41.102Z] #44 170.2 mime [2019-12-21T10:10:41.903Z] #27 13.23 ## 3.3% #### 5.9% ###### 8.4% ####### 11.0% ######### 13.5% ########### 16.0% ############# 18.6% ############### 21.1% ################## 26.2% ######################## 33.8% ############################ 38.9% ############################### 44.0% ################################# 46.6% ################################### 49.1% [2019-12-21T10:10:41.903Z] #27 ... [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:41.904Z] #34 39.81 Selecting previously unselected package libxml2:s390x. [2019-12-21T10:10:41.904Z] #34 39.82 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 39.82 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:10:41.904Z] #34 40.65 Selecting previously unselected package libarchive13:s390x. [2019-12-21T10:10:41.904Z] #34 40.65 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 40.66 Unpacking libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-12-21T10:10:41.904Z] #34 40.86 Selecting previously unselected package libjsoncpp1:s390x. [2019-12-21T10:10:41.904Z] #34 40.86 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 40.88 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-12-21T10:10:41.904Z] #34 40.98 Selecting previously unselected package libuv1:s390x. [2019-12-21T10:10:41.904Z] #34 40.98 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 40.98 Unpacking libuv1:s390x (1.9.1-3) ... [2019-12-21T10:10:41.904Z] #34 41.18 Selecting previously unselected package cmake. [2019-12-21T10:10:41.904Z] #34 41.21 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 41.31 Unpacking cmake (3.7.2-1) ... [2019-12-21T10:10:41.904Z] #34 44.11 Selecting previously unselected package xxd. [2019-12-21T10:10:41.904Z] #34 44.11 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-21T10:10:41.904Z] #34 44.12 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:10:41.904Z] #34 44.31 Selecting previously unselected package vim-common. [2019-12-21T10:10:41.904Z] #34 44.31 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:10:41.904Z] #34 44.34 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:10:41.904Z] #34 44.58 Processing triggers for mime-support (3.60) ... [2019-12-21T10:10:41.904Z] #34 44.69 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:10:41.904Z] #34 44.71 Setting up libuv1:s390x (1.9.1-3) ... [2019-12-21T10:10:41.904Z] #34 44.71 Setting up cmake-data (3.7.2-1) ... [2019-12-21T10:10:41.904Z] #34 44.74 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-12-21T10:10:41.904Z] #34 44.75 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:10:41.904Z] #34 44.76 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:41.904Z] #34 44.82 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:10:41.904Z] #34 44.84 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:10:41.904Z] #34 44.85 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-12-21T10:10:41.904Z] #34 44.86 Setting up libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-12-21T10:10:41.904Z] #34 44.87 Setting up cmake (3.7.2-1) ... [2019-12-21T10:10:41.904Z] #34 44.93 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:41.904Z] #34 DONE 45.2s [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:41.904Z] #27 13.23 ## 3.3% #### 5.9% ###### 8.4% ####### 11.0% ######### 13.5% ########### 16.0% ############# 18.6% ############### 21.1% ################## 26.2% ######################## 33.8% ############################ 38.9% ############################### 44.0% ################################# 46.6% ################################### 49.1% ##################################### 51.6% [2019-12-21T10:10:41.904Z] #27 ... [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:10:41.904Z] #35 DONE 0.1s [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:41.904Z] #27 13.23 ## 3.3% #### 5.9% ###### 8.4% ####### 11.0% ######### 13.5% ########### 16.0% ############# 18.6% ############### 21.1% ################## 26.2% ######################## 33.8% ############################ 38.9% ############################### 44.0% ################################# 46.6% ################################### 49.1% ##################################### 51.6% ####################################### 54.2% [2019-12-21T10:10:41.904Z] #27 ... [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-21T10:10:41.904Z] #36 DONE 0.1s [2019-12-21T10:10:41.904Z] [2019-12-21T10:10:41.904Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:42.723Z] #27 13.23 ## 3.3% #### 5.9% ###### 8.4% ####### 11.0% ######### 13.5% ########### 16.0% ############# 18.6% ############### 21.1% ################## 26.2% ######################## 33.8% ############################ 38.9% ############################### 44.0% ################################# 46.6% ################################### 49.1% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################## 69.5% ##################################################### 74.5% ####################################################### 77.1% [2019-12-21T10:10:42.723Z] #27 ... [2019-12-21T10:10:42.723Z] [2019-12-21T10:10:42.723Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:42.723Z] #45 35.79 github.com/LK4D4/vndr/godl/singleflight [2019-12-21T10:10:42.723Z] #45 35.79 internal/reflectlite [2019-12-21T10:10:42.723Z] #45 36.17 math/rand [2019-12-21T10:10:42.723Z] #45 37.59 internal/singleflight [2019-12-21T10:10:42.723Z] #45 39.84 bytes [2019-12-21T10:10:42.723Z] #45 39.85 strconv [2019-12-21T10:10:42.723Z] #45 43.07 bufio [2019-12-21T10:10:42.723Z] #45 44.74 reflect [2019-12-21T10:10:42.723Z] #45 44.83 syscall [2019-12-21T10:10:42.723Z] #45 ... [2019-12-21T10:10:42.723Z] [2019-12-21T10:10:42.723Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:42.798Z] #56 51.78 Building dependency tree... [2019-12-21T10:10:42.798Z] #56 ... [2019-12-21T10:10:42.798Z] [2019-12-21T10:10:42.798Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:42.798Z] #10 43.36 Reading package lists... [2019-12-21T10:10:42.798Z] #10 ... [2019-12-21T10:10:42.798Z] [2019-12-21T10:10:42.798Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:42.798Z] #33 43.31 Reading package lists... [2019-12-21T10:10:42.798Z] #33 52.75 Building dependency tree... [2019-12-21T10:10:42.798Z] #33 ... [2019-12-21T10:10:42.798Z] [2019-12-21T10:10:42.798Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:42.798Z] #56 51.78 Building dependency tree... [2019-12-21T10:10:43.534Z] #27 13.23 ## 3.3% #### 5.9% ###### 8.4% ####### 11.0% ######### 13.5% ########### 16.0% ############# 18.6% ############### 21.1% ################## 26.2% ######################## 33.8% ############################ 38.9% ############################### 44.0% ################################# 46.6% ################################### 49.1% ##################################### 51.6% ####################################### 54.2% ########################################## 59.3% ############################################## 64.4% ################################################## 69.5% ##################################################### 74.5% ####################################################### 77.1% ######################################################### 79.6% ############################################################ 84.7% ################################################################ 89.8% #################################################################### 94.9% ####################################################################### 100.0% ######################################################################## 100.0% [2019-12-21T10:10:43.615Z] #44 172.9 mime/multipart [2019-12-21T10:10:43.932Z] #27 17.31 [2019-12-21T10:10:44.181Z] #56 ... [2019-12-21T10:10:44.181Z] [2019-12-21T10:10:44.181Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:44.181Z] #44 44.52 vendor/golang.org/x/crypto/internal/subtle [2019-12-21T10:10:44.181Z] #44 44.67 vendor/golang.org/x/crypto/curve25519 [2019-12-21T10:10:44.181Z] #44 ... [2019-12-21T10:10:44.181Z] [2019-12-21T10:10:44.181Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:10:44.181Z] #24 51.64 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:44.181Z] #24 51.64 Need to get 327 kB of archives. [2019-12-21T10:10:44.181Z] #24 51.64 After this operation, 1157 kB of additional disk space will be used. [2019-12-21T10:10:44.181Z] #24 51.64 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-21T10:10:44.181Z] #24 51.66 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-21T10:10:44.181Z] #24 51.68 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-21T10:10:44.181Z] #24 53.04 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:44.181Z] #24 53.27 Fetched 327 kB in 1s (286 kB/s) [2019-12-21T10:10:44.181Z] #24 53.65 Selecting previously unselected package libonig4:amd64. [2019-12-21T10:10:44.181Z] #24 53.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:10:44.181Z] #24 53.77 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-12-21T10:10:44.181Z] #24 53.78 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:10:44.181Z] #24 54.54 Selecting previously unselected package libjq1:amd64. [2019-12-21T10:10:44.181Z] #24 54.54 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:10:44.181Z] #24 54.55 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:10:44.181Z] #24 54.95 Selecting previously unselected package jq. [2019-12-21T10:10:44.181Z] #24 54.95 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:10:44.181Z] #24 54.96 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:10:44.438Z] #24 55.32 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:10:44.542Z] #44 ... [2019-12-21T10:10:44.543Z] [2019-12-21T10:10:44.543Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:44.543Z] #41 75.33 DEP compel/src/lib/handle-elf.d [2019-12-21T10:10:44.543Z] #41 75.51 DEP compel/arch/x86/src/lib/handle-elf.d [2019-12-21T10:10:44.543Z] #41 75.75 CC compel/src/lib/log.o [2019-12-21T10:10:44.543Z] #41 76.37 CC compel/arch/x86/src/lib/cpu.o [2019-12-21T10:10:44.543Z] #41 77.64 CC compel/arch/x86/src/lib/infect.o [2019-12-21T10:10:44.696Z] #24 55.42 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:10:44.697Z] #24 55.48 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:44.697Z] #24 55.59 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:10:45.104Z] #41 79.00 CC compel/src/lib/infect-rpc.o [2019-12-21T10:10:45.665Z] #41 79.56 CC compel/src/lib/infect-util.o [2019-12-21T10:10:46.225Z] #41 80.07 CC compel/src/lib/infect.o [2019-12-21T10:10:47.231Z] #24 DONE 57.5s [2019-12-21T10:10:47.231Z] [2019-12-21T10:10:47.231Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:10:47.231Z] #25 DONE 0.2s [2019-12-21T10:10:47.231Z] [2019-12-21T10:10:47.231Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:47.231Z] #26 ... [2019-12-21T10:10:47.231Z] [2019-12-21T10:10:47.231Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:47.231Z] #68 DONE 57.6s [2019-12-21T10:10:47.231Z] [2019-12-21T10:10:47.231Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:10:47.231Z] #56 55.92 The following additional packages will be installed: [2019-12-21T10:10:47.231Z] #56 55.94 btrfs-progs liblzo2-2 [2019-12-21T10:10:47.231Z] #56 56.17 The following NEW packages will be installed: [2019-12-21T10:10:47.231Z] #56 56.23 btrfs-progs btrfs-tools liblzo2-2 [2019-12-21T10:10:47.231Z] #56 57.54 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:47.231Z] #56 57.54 Need to get 649 kB of archives. [2019-12-21T10:10:47.231Z] #56 57.54 After this operation, 4320 kB of additional disk space will be used. [2019-12-21T10:10:47.231Z] #56 57.54 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:10:47.231Z] #56 57.55 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-21T10:10:47.231Z] #56 57.61 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-21T10:10:48.167Z] #56 58.87 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:48.427Z] #56 59.17 Fetched 649 kB in 1s (550 kB/s) [2019-12-21T10:10:48.427Z] #56 59.30 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:10:48.427Z] #56 59.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:10:48.427Z] #56 59.40 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:10:48.635Z] Removing intermediate container 4bb50ca097dc [2019-12-21T10:10:48.635Z] ---> a41febdbc5b7 [2019-12-21T10:10:48.635Z] Step 11/16 : ARG GOOS [2019-12-21T10:10:48.635Z] ---> Running in e204e92f677e [2019-12-21T10:10:48.635Z] Removing intermediate container e204e92f677e [2019-12-21T10:10:48.635Z] ---> 8cfc3ee5a914 [2019-12-21T10:10:48.635Z] Step 12/16 : ARG GOARCH [2019-12-21T10:10:48.635Z] ---> Running in 97224071afe4 [2019-12-21T10:10:48.635Z] Removing intermediate container 97224071afe4 [2019-12-21T10:10:48.635Z] ---> f44480da6bc8 [2019-12-21T10:10:48.635Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-12-21T10:10:48.635Z] ---> Running in e12c0b6f3c35 [2019-12-21T10:10:48.687Z] #56 59.44 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:10:48.778Z] #27 17.66 1.3% # 2.2% ## 4.1% ### 5.1% #### 6.0% ##### 7.9% ###### 8.8% ####### 10.7% ######## 11.7% ######### 13.2% ########## 15.1% ########### 16.0% ############ 17.0% ############ 17.9% ############# 18.8% ############## 19.8% ############## 20.7% ############### 21.7% ################ 23.6% ################# 24.5% ################### 26.4% ################### 27.4% #################### 28.3% ##################### 30.2% ####################### 32.1% ######################## 34.0% ######################### 34.9% ######################### 35.9% ########################### 37.8% ############################ 39.6% ############################# 41.5% [2019-12-21T10:10:48.778Z] #27 ... [2019-12-21T10:10:48.778Z] [2019-12-21T10:10:48.778Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:48.778Z] #42 1.724 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:10:48.778Z] #42 1.724 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:10:48.778Z] #42 2.831 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:10:48.778Z] #42 2.852 GEN .gitid [2019-12-21T10:10:48.778Z] #42 2.860 GEN criu/include/version.h [2019-12-21T10:10:48.778Z] #42 2.880 GEN include/common/asm [2019-12-21T10:10:48.778Z] #42 4.069 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.128 PBCC images/opts.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.156 PBCC images/sit.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.185 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.241 DEP images/opts.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.275 DEP images/sit.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.311 PBCC images/macvlan.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.339 DEP images/macvlan.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.372 PBCC images/autofs.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.391 DEP images/autofs.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.429 PBCC images/sysctl.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.452 DEP images/sysctl.pb-c.d [2019-12-21T10:10:48.778Z] #42 4.502 PBCC images/time.pb-c.c [2019-12-21T10:10:48.778Z] #42 4.524 DEP images/time.pb-c.d [2019-12-21T10:10:48.779Z] #42 4.564 PBCC images/binfmt-misc.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.591 DEP images/binfmt-misc.pb-c.d [2019-12-21T10:10:48.779Z] #42 4.629 PBCC images/seccomp.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.662 DEP images/seccomp.pb-c.d [2019-12-21T10:10:48.779Z] #42 4.722 PBCC images/userns.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.750 DEP images/userns.pb-c.d [2019-12-21T10:10:48.779Z] #42 4.780 PBCC images/cgroup.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.812 DEP images/cgroup.pb-c.d [2019-12-21T10:10:48.779Z] #42 4.888 PBCC images/fown.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.934 PBCC images/ext-file.pb-c.c [2019-12-21T10:10:48.779Z] #42 4.968 DEP images/fown.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.071 DEP images/ext-file.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.083 PBCC images/rpc.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.121 DEP images/rpc.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.162 PBCC images/siginfo.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.174 DEP images/siginfo.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.239 PBCC images/pagemap.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.278 DEP images/pagemap.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.358 PBCC images/rlimit.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.400 DEP images/rlimit.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.420 PBCC images/file-lock.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.443 DEP images/file-lock.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.488 PBCC images/tty.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.544 DEP images/tty.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.596 PBCC images/tun.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.645 PBCC images/netdev.pb-c.c [2019-12-21T10:10:48.779Z] #42 5.658 DEP images/tun.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.750 DEP images/netdev.pb-c.d [2019-12-21T10:10:48.779Z] #42 5.889 PBCC images/vma.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.022 DEP images/vma.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.148 PBCC images/creds.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.174 DEP images/creds.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.200 PBCC images/utsns.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.314 DEP images/utsns.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.416 PBCC images/ipc-desc.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.421 PBCC images/ipc-sem.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.434 DEP images/ipc-desc.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.459 DEP images/ipc-sem.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.522 PBCC images/ipc-msg.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.533 DEP images/ipc-msg.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.732 PBCC images/ipc-shm.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.810 DEP images/ipc-shm.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.860 PBCC images/ipc-var.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.894 DEP images/ipc-var.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.916 PBCC images/sk-opts.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.930 PBCC images/packet-sock.pb-c.c [2019-12-21T10:10:48.779Z] #42 6.955 DEP images/sk-opts.pb-c.d [2019-12-21T10:10:48.779Z] #42 6.985 DEP images/packet-sock.pb-c.d [2019-12-21T10:10:48.779Z] #42 7.022 PBCC images/sk-netlink.pb-c.c [2019-12-21T10:10:48.779Z] #42 7.101 DEP images/sk-netlink.pb-c.d [2019-12-21T10:10:48.779Z] #42 7.250 PBCC images/sk-inet.pb-c.c [2019-12-21T10:10:48.779Z] #42 7.356 DEP images/sk-inet.pb-c.d [2019-12-21T10:10:48.779Z] #42 7.486 PBCC images/sk-unix.pb-c.c [2019-12-21T10:10:48.779Z] #42 7.567 DEP images/sk-unix.pb-c.d [2019-12-21T10:10:48.779Z] #42 7.652 PBCC images/mm.pb-c.c [2019-12-21T10:10:48.779Z] #42 7.765 DEP images/mm.pb-c.d [2019-12-21T10:10:48.779Z] #42 7.848 PBCC images/timerfd.pb-c.c [2019-12-21T10:10:48.779Z] #42 7.948 DEP images/timerfd.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.020 PBCC images/timer.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.081 DEP images/timer.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.110 PBCC images/sa.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.194 DEP images/sa.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.246 PBCC images/pipe-data.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.266 DEP images/pipe-data.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.300 PBCC images/mnt.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.370 DEP images/mnt.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.406 PBCC images/sk-packet.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.410 DEP images/sk-packet.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.428 PBCC images/tcp-stream.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.514 DEP images/tcp-stream.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.540 PBCC images/pipe.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.589 DEP images/pipe.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.666 PBCC images/pstree.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.715 DEP images/pstree.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.754 PBCC images/fs.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.758 DEP images/fs.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.790 PBCC images/signalfd.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.822 DEP images/signalfd.pb-c.d [2019-12-21T10:10:48.779Z] #42 8.912 PBCC images/fh.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.927 PBCC images/fsnotify.pb-c.c [2019-12-21T10:10:48.779Z] #42 8.984 DEP images/fh.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.002 DEP images/fsnotify.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.064 PBCC images/eventpoll.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.083 DEP images/eventpoll.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.120 PBCC images/eventfd.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.148 DEP images/eventfd.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.191 PBCC images/remap-file-path.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.214 DEP images/remap-file-path.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.278 PBCC images/fifo.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.301 DEP images/fifo.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.354 PBCC images/ghost-file.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.417 DEP images/ghost-file.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.447 PBCC images/regfile.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.521 DEP images/regfile.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.565 PBCC images/ns.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.578 DEP images/ns.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.651 PBCC images/fdinfo.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.733 DEP images/fdinfo.pb-c.d [2019-12-21T10:10:48.779Z] #42 9.784 PBCC images/core-aarch64.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.848 PBCC images/core-arm.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.887 PBCC images/core-ppc64.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.918 PBCC images/core-s390.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.954 PBCC images/core-x86.pb-c.c [2019-12-21T10:10:48.779Z] #42 9.993 PBCC images/core.pb-c.c [2019-12-21T10:10:48.779Z] #42 10.07 PBCC images/inventory.pb-c.c [2019-12-21T10:10:48.953Z] #56 59.82 Selecting previously unselected package btrfs-progs. [2019-12-21T10:10:48.953Z] #56 59.85 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-21T10:10:48.953Z] #56 59.86 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:49.355Z] #42 10.16 DEP images/core-aarch64.pb-c.d [2019-12-21T10:10:49.355Z] #42 ... [2019-12-21T10:10:49.355Z] [2019-12-21T10:10:49.355Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:49.492Z] #41 83.29 CC compel/src/lib/ptrace.o [2019-12-21T10:10:49.749Z] #41 83.69 AR compel/libcompel.a [2019-12-21T10:10:49.749Z] #41 83.82 HOSTCC compel/src/main-host.o [2019-12-21T10:10:50.188Z] #27 17.66 1.3% # 2.2% ## 4.1% ### 5.1% #### 6.0% ##### 7.9% ###### 8.8% ####### 10.7% ######## 11.7% ######### 13.2% ########## 15.1% ########### 16.0% ############ 17.0% ############ 17.9% ############# 18.8% ############## 19.8% ############## 20.7% ############### 21.7% ################ 23.6% ################# 24.5% ################### 26.4% ################### 27.4% #################### 28.3% ##################### 30.2% ####################### 32.1% ######################## 34.0% ######################### 34.9% ######################### 35.9% ########################### 37.8% ############################ 39.6% ############################# 41.5% ############################### 43.4% ############################### 44.4% ################################# 46.3% ################################## 48.2% #################################### 50.1% ##################################### 51.9% ###################################### 53.8% ####################################### 54.8% [2019-12-21T10:10:50.188Z] #27 ... [2019-12-21T10:10:50.188Z] [2019-12-21T10:10:50.188Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:50.188Z] #37 0.336 + RM_GOPATH=0 [2019-12-21T10:10:50.188Z] #37 0.336 + TMP_GOPATH= [2019-12-21T10:10:50.188Z] #37 0.336 + : /build [2019-12-21T10:10:50.188Z] #37 0.336 + '[' -z '' ']' [2019-12-21T10:10:50.188Z] #37 0.341 ++ mktemp -d [2019-12-21T10:10:50.188Z] #37 0.344 + export GOPATH=/tmp/tmp.EpgHDqrEjY [2019-12-21T10:10:50.188Z] #37 0.344 + GOPATH=/tmp/tmp.EpgHDqrEjY [2019-12-21T10:10:50.188Z] #37 0.344 + RM_GOPATH=1 [2019-12-21T10:10:50.188Z] #37 0.348 ++ dirname ./install.sh [2019-12-21T10:10:50.188Z] #37 0.351 + dir=. [2019-12-21T10:10:50.188Z] #37 0.351 + bin=tini [2019-12-21T10:10:50.188Z] #37 0.351 + shift [2019-12-21T10:10:50.188Z] #37 0.351 + '[' '!' -f ./tini.installer ']' [2019-12-21T10:10:50.188Z] #37 0.351 + . ./tini.installer [2019-12-21T10:10:50.188Z] #37 0.352 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:10:50.188Z] #37 0.352 + install_tini [2019-12-21T10:10:50.188Z] #37 0.353 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-21T10:10:50.188Z] #37 0.353 + git clone https://github.com/krallin/tini.git /tmp/tmp.EpgHDqrEjY/tini [2019-12-21T10:10:50.188Z] #37 0.353 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:10:50.188Z] #37 0.357 Cloning into '/tmp/tmp.EpgHDqrEjY/tini'... [2019-12-21T10:10:50.188Z] #37 1.501 + cd /tmp/tmp.EpgHDqrEjY/tini [2019-12-21T10:10:50.188Z] #37 1.501 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:10:50.188Z] #37 1.510 + cmake . [2019-12-21T10:10:50.188Z] #37 2.025 -- The C compiler identification is GNU 6.3.0 [2019-12-21T10:10:50.188Z] #37 2.081 -- Check for working C compiler: /usr/bin/cc [2019-12-21T10:10:50.188Z] #37 2.751 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-21T10:10:50.188Z] #37 2.751 -- Detecting C compiler ABI info [2019-12-21T10:10:50.188Z] #37 3.143 -- Detecting C compiler ABI info - done [2019-12-21T10:10:50.188Z] #37 3.240 -- Detecting C compile features [2019-12-21T10:10:50.188Z] #37 5.389 -- Detecting C compile features - done [2019-12-21T10:10:50.188Z] #37 5.410 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-21T10:10:50.188Z] #37 5.713 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-21T10:10:50.188Z] #37 5.882 -- Configuring done [2019-12-21T10:10:50.188Z] #37 5.890 -- Generating done [2019-12-21T10:10:50.188Z] #37 5.894 -- Build files have been written to: /tmp/tmp.EpgHDqrEjY/tini [2019-12-21T10:10:50.188Z] #37 5.912 + make tini-static [2019-12-21T10:10:50.188Z] #37 6.236 Scanning dependencies of target tini-static [2019-12-21T10:10:50.188Z] #37 6.321 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-21T10:10:50.188Z] #37 7.516 [100%] Linking C executable tini-static [2019-12-21T10:10:50.188Z] #37 7.957 [100%] Built target tini-static [2019-12-21T10:10:50.188Z] #37 8.009 + mkdir -p /build [2019-12-21T10:10:50.188Z] #37 8.014 + cp tini-static /build/docker-init [2019-12-21T10:10:50.188Z] #37 DONE 8.1s [2019-12-21T10:10:50.188Z] [2019-12-21T10:10:50.188Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:50.311Z] #41 84.24 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-12-21T10:10:50.394Z] #56 61.17 Selecting previously unselected package btrfs-tools. [2019-12-21T10:10:50.394Z] #56 61.17 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-21T10:10:50.394Z] #56 61.23 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:50.394Z] #56 61.43 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:50.567Z] #41 84.46 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-21T10:10:50.620Z] #27 17.66 1.3% # 2.2% ## 4.1% ### 5.1% #### 6.0% ##### 7.9% ###### 8.8% ####### 10.7% ######## 11.7% ######### 13.2% ########## 15.1% ########### 16.0% ############ 17.0% ############ 17.9% ############# 18.8% ############## 19.8% ############## 20.7% ############### 21.7% ################ 23.6% ################# 24.5% ################### 26.4% ################### 27.4% #################### 28.3% ##################### 30.2% ####################### 32.1% ######################## 34.0% ######################### 34.9% ######################### 35.9% ########################### 37.8% ############################ 39.6% ############################# 41.5% ############################### 43.4% ############################### 44.4% ################################# 46.3% ################################## 48.2% #################################### 50.1% ##################################### 51.9% ###################################### 53.8% ####################################### 54.8% ######################################## 56.7% ######################################### 57.6% [2019-12-21T10:10:50.620Z] #27 ... [2019-12-21T10:10:50.620Z] [2019-12-21T10:10:50.620Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:50.620Z] #11 43.68 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-21T10:10:50.620Z] #11 43.69 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-12-21T10:10:50.620Z] #11 43.69 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:10:50.620Z] #11 45.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-21T10:10:50.620Z] #11 46.00 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-12-21T10:10:50.620Z] #11 46.00 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:10:50.620Z] #11 49.32 Selecting previously unselected package binutils-mingw-w64. [2019-12-21T10:10:50.620Z] #11 49.33 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-21T10:10:50.620Z] #11 49.34 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:10:50.620Z] #11 49.62 Selecting previously unselected package mingw-w64-common. [2019-12-21T10:10:50.620Z] #11 49.67 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-21T10:10:50.620Z] #11 49.67 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-21T10:10:50.620Z] #11 ... [2019-12-21T10:10:50.620Z] [2019-12-21T10:10:50.620Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:50.654Z] #56 61.59 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:10:50.654Z] #56 61.65 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:50.654Z] #56 61.67 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:50.654Z] #56 61.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:51.130Z] #41 85.09 HOSTCC compel/src/lib/log-host.o [2019-12-21T10:10:51.222Z] #56 DONE 62.1s [2019-12-21T10:10:51.222Z] [2019-12-21T10:10:51.222Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:51.222Z] #10 53.77 Building dependency tree... [2019-12-21T10:10:51.222Z] #10 56.97 The following additional packages will be installed: [2019-12-21T10:10:51.222Z] #10 56.99 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-21T10:10:51.222Z] #10 56.99 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-21T10:10:51.222Z] #10 56.99 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:10:51.222Z] #10 56.99 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-21T10:10:51.222Z] #10 56.99 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-21T10:10:51.222Z] #10 57.00 Suggested packages: [2019-12-21T10:10:51.222Z] #10 57.00 gcc-6-locales seccomp wine64 [2019-12-21T10:10:51.222Z] #10 60.04 The following NEW packages will be installed: [2019-12-21T10:10:51.222Z] #10 60.04 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-21T10:10:51.222Z] #10 60.04 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-21T10:10:51.222Z] #10 60.04 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-21T10:10:51.222Z] #10 60.04 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:10:51.222Z] #10 60.04 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-21T10:10:51.222Z] #10 60.04 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-21T10:10:51.222Z] #10 60.04 mingw-w64-x86-64-dev [2019-12-21T10:10:51.222Z] #10 61.23 0 upgraded, 27 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:51.222Z] #10 61.23 Need to get 73.5 MB of archives. [2019-12-21T10:10:51.222Z] #10 61.23 After this operation, 466 MB of additional disk space will be used. [2019-12-21T10:10:51.222Z] #10 61.23 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-12-21T10:10:51.222Z] #10 61.25 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-12-21T10:10:51.222Z] #10 61.25 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:10:51.222Z] #10 61.25 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-21T10:10:51.222Z] #10 61.34 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-21T10:10:51.222Z] #10 61.35 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-12-21T10:10:51.222Z] #10 61.36 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-12-21T10:10:51.222Z] #10 61.38 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-12-21T10:10:51.222Z] #10 61.39 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-12-21T10:10:51.222Z] #10 61.46 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-12-21T10:10:51.222Z] #10 61.48 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-12-21T10:10:51.222Z] #10 61.51 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-12-21T10:10:51.222Z] #10 61.65 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-12-21T10:10:51.222Z] #10 61.68 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-12-21T10:10:51.222Z] #10 61.72 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-12-21T10:10:51.223Z] #10 61.72 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-12-21T10:10:51.223Z] #10 61.72 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-12-21T10:10:51.223Z] #10 61.91 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-12-21T10:10:51.223Z] #10 ... [2019-12-21T10:10:51.223Z] [2019-12-21T10:10:51.223Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:10:51.223Z] #57 DONE 0.1s [2019-12-21T10:10:51.223Z] [2019-12-21T10:10:51.223Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:51.223Z] #10 62.22 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-12-21T10:10:51.223Z] #10 ... [2019-12-21T10:10:51.223Z] [2019-12-21T10:10:51.223Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-21T10:10:51.386Z] #41 85.31 HOSTLINK compel/compel-host-bin [2019-12-21T10:10:51.386Z] #41 85.50 DEP soccr/soccr.d [2019-12-21T10:10:51.488Z] #58 DONE 0.1s [2019-12-21T10:10:51.488Z] [2019-12-21T10:10:51.488Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:51.642Z] #41 85.60 CC soccr/soccr.o [2019-12-21T10:10:52.056Z] #59 ... [2019-12-21T10:10:52.056Z] [2019-12-21T10:10:52.056Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:52.056Z] #40 42.92 Reading package lists... [2019-12-21T10:10:52.056Z] #40 53.17 Building dependency tree... [2019-12-21T10:10:52.056Z] #40 57.10 The following additional packages will be installed: [2019-12-21T10:10:52.056Z] #40 57.11 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-21T10:10:52.056Z] #40 57.11 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-21T10:10:52.056Z] #40 57.12 Suggested packages: [2019-12-21T10:10:52.056Z] #40 57.13 manpages-dev python-setuptools [2019-12-21T10:10:52.056Z] #40 59.50 The following NEW packages will be installed: [2019-12-21T10:10:52.056Z] #40 59.50 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-21T10:10:52.056Z] #40 59.50 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-21T10:10:52.056Z] #40 59.50 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-21T10:10:52.056Z] #40 59.50 zlib1g-dev [2019-12-21T10:10:52.056Z] #40 60.68 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:52.056Z] #40 60.68 Need to get 3602 kB of archives. [2019-12-21T10:10:52.056Z] #40 60.68 After this operation, 18.9 MB of additional disk space will be used. [2019-12-21T10:10:52.056Z] #40 60.68 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-21T10:10:52.056Z] #40 60.68 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-12-21T10:10:52.056Z] #40 60.68 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-12-21T10:10:52.056Z] #40 60.68 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-21T10:10:52.056Z] #40 60.68 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-12-21T10:10:52.056Z] #40 60.68 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-21T10:10:52.056Z] #40 60.69 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-12-21T10:10:52.056Z] #40 60.69 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-12-21T10:10:52.056Z] #40 60.78 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-12-21T10:10:52.056Z] #40 60.89 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-12-21T10:10:52.056Z] #40 60.89 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-12-21T10:10:52.056Z] #40 61.04 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-12-21T10:10:52.056Z] #40 61.15 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-12-21T10:10:52.056Z] #40 61.15 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-12-21T10:10:52.056Z] #40 61.16 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-21T10:10:52.056Z] #40 61.18 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-12-21T10:10:52.056Z] #40 ... [2019-12-21T10:10:52.056Z] [2019-12-21T10:10:52.056Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:52.056Z] #44 62.34 internal/reflectlite [2019-12-21T10:10:52.056Z] #44 62.40 github.com/LK4D4/vndr/godl/singleflight [2019-12-21T10:10:52.314Z] #44 62.94 math/rand [2019-12-21T10:10:53.050Z] #41 ... [2019-12-21T10:10:53.050Z] [2019-12-21T10:10:53.050Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:10:53.050Z] #10 183.2 Selecting previously unselected package libapparmor1:amd64. [2019-12-21T10:10:53.050Z] #10 183.2 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:10:53.050Z] #10 183.2 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:10:53.050Z] #10 183.4 Selecting previously unselected package libapparmor-dev:amd64. [2019-12-21T10:10:53.050Z] #10 183.4 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:10:53.050Z] #10 183.4 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:10:53.562Z] #10 183.7 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:10:53.562Z] #10 183.8 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-12-21T10:10:53.562Z] #10 183.8 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:10:53.562Z] #10 183.8 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:10:53.562Z] #10 183.8 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:53.562Z] #10 183.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:53.562Z] #10 184.0 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:10:53.689Z] #44 ... [2019-12-21T10:10:53.689Z] [2019-12-21T10:10:53.689Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:10:53.689Z] #33 52.75 Building dependency tree... [2019-12-21T10:10:53.689Z] #33 56.47 The following additional packages will be installed: [2019-12-21T10:10:53.689Z] #33 56.47 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-21T10:10:53.689Z] #33 56.47 Suggested packages: [2019-12-21T10:10:53.689Z] #33 56.47 codeblocks eclipse ninja-build lrzip [2019-12-21T10:10:53.689Z] #33 56.47 Recommended packages: [2019-12-21T10:10:53.689Z] #33 56.47 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-21T10:10:53.689Z] #33 57.38 The following NEW packages will be installed: [2019-12-21T10:10:53.689Z] #33 57.39 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-21T10:10:53.689Z] #33 57.41 vim-common xxd [2019-12-21T10:10:53.689Z] #33 58.59 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:10:53.689Z] #33 58.59 Need to get 13.7 MB of archives. [2019-12-21T10:10:53.689Z] #33 58.59 After this operation, 57.2 MB of additional disk space will be used. [2019-12-21T10:10:53.689Z] #33 58.59 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-12-21T10:10:53.689Z] #33 58.83 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-21T10:10:53.689Z] #33 58.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-12-21T10:10:53.689Z] #33 60.04 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-12-21T10:10:53.689Z] #33 60.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-12-21T10:10:53.689Z] #33 60.24 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-12-21T10:10:53.689Z] #33 60.24 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-12-21T10:10:53.689Z] #33 60.25 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-12-21T10:10:53.689Z] #33 60.69 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:10:53.689Z] #33 60.72 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:10:53.689Z] #33 62.18 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:53.689Z] #33 62.43 Fetched 13.7 MB in 3s (4275 kB/s) [2019-12-21T10:10:53.689Z] #33 62.60 Selecting previously unselected package cmake-data. [2019-12-21T10:10:53.689Z] #33 62.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:10:53.689Z] #33 62.72 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-21T10:10:53.689Z] #33 62.74 Unpacking cmake-data (3.7.2-1) ... [2019-12-21T10:10:53.817Z] #10 184.0 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:10:53.817Z] #10 184.0 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-21T10:10:53.818Z] #10 184.0 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-12-21T10:10:53.818Z] #10 184.0 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:10:53.818Z] #10 184.0 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-12-21T10:10:53.818Z] #10 184.0 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:10:53.818Z] #10 184.1 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-21T10:10:53.818Z] #10 184.2 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:53.818Z] #10 184.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:10:53.818Z] #10 184.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:10:53.948Z] #33 ... [2019-12-21T10:10:53.948Z] [2019-12-21T10:10:53.948Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:10:53.948Z] #40 63.09 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:10:53.948Z] #40 63.46 Fetched 3602 kB in 1s (2203 kB/s) [2019-12-21T10:10:53.948Z] #40 63.57 Selecting previously unselected package libnet1:amd64. [2019-12-21T10:10:53.948Z] #40 63.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:10:53.948Z] #40 63.67 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:10:53.948Z] #40 63.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:10:53.948Z] #40 64.02 Selecting previously unselected package libcap-dev:amd64. [2019-12-21T10:10:53.948Z] #40 64.04 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-12-21T10:10:53.948Z] #40 64.05 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-12-21T10:10:53.948Z] #40 64.32 Selecting previously unselected package libnet1-dev. [2019-12-21T10:10:53.948Z] #40 64.33 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:10:53.948Z] #40 64.34 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:10:53.948Z] #40 64.61 Selecting previously unselected package libnl-3-200:amd64. [2019-12-21T10:10:53.948Z] #40 64.61 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-21T10:10:53.948Z] #40 64.64 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:10:53.948Z] #40 64.83 Selecting previously unselected package libnl-3-dev:amd64. [2019-12-21T10:10:53.948Z] #40 64.85 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-12-21T10:10:53.948Z] #40 64.87 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-21T10:10:54.073Z] #10 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:10:54.073Z] #10 184.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:10:54.073Z] #10 184.3 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:10:54.073Z] #10 184.3 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:10:54.073Z] #10 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:10:54.073Z] #10 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:10:54.073Z] #10 184.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:10:54.073Z] #10 184.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:10:54.073Z] #10 184.4 Setting up dmsetup (2:1.02.137-2) ... [2019-12-21T10:10:54.074Z] #10 184.4 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-21T10:10:54.074Z] #10 184.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:10:54.521Z] #40 65.32 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-21T10:10:54.521Z] #40 65.32 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-21T10:10:54.521Z] #40 65.33 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:10:54.521Z] #40 65.47 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-12-21T10:10:54.521Z] #40 65.48 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-12-21T10:10:54.521Z] #40 65.48 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-21T10:10:54.638Z] #10 DONE 185.0s [2019-12-21T10:10:54.638Z] [2019-12-21T10:10:54.638Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:10:54.893Z] #52 DONE 0.1s [2019-12-21T10:10:54.893Z] [2019-12-21T10:10:54.893Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-21T10:10:54.893Z] #53 DONE 0.2s [2019-12-21T10:10:54.893Z] [2019-12-21T10:10:54.893Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:55.058Z] #27 17.66 1.3% # 2.2% ## 4.1% ### 5.1% #### 6.0% ##### 7.9% ###### 8.8% ####### 10.7% ######## 11.7% ######### 13.2% ########## 15.1% ########### 16.0% ############ 17.0% ############ 17.9% ############# 18.8% ############## 19.8% ############## 20.7% ############### 21.7% ################ 23.6% ################# 24.5% ################### 26.4% ################### 27.4% #################### 28.3% ##################### 30.2% ####################### 32.1% ######################## 34.0% ######################### 34.9% ######################### 35.9% ########################### 37.8% ############################ 39.6% ############################# 41.5% ############################### 43.4% ############################### 44.4% ################################# 46.3% ################################## 48.2% #################################### 50.1% ##################################### 51.9% ###################################### 53.8% ####################################### 54.8% ######################################## 56.7% ######################################### 57.6% ########################################## 58.6% ########################################### 60.4% ############################################ 61.4% ############################################ 62.3% ############################################# 63.3% ############################################## 64.2% ############################################### 66.1% ################################################ 68.0% ################################################## 69.9% ################################################### 71.8% #################################################### 72.7% ##################################################### 74.6% ###################################################### 75.6% ####################################################### 76.5% ######################################################## 78.4% ######################################################### 79.4% ########################################################## 81.3% ############################################################ 84.1% ############################################################# 86.0% ############################################################### 87.9% ############################################################### 88.8% ################################################################# 90.7% ################################################################## 92.6% ################################################################### 93.5% #################################################################### 94.5% ##################################################################### 96.4% ###################################################################### 98.5% ####################################################################### 99.2% ######################################################################## 100.0% [2019-12-21T10:10:55.058Z] #27 28.41 [2019-12-21T10:10:55.109Z] #40 65.78 Selecting previously unselected package zlib1g-dev:amd64. [2019-12-21T10:10:55.109Z] #40 65.78 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-12-21T10:10:55.109Z] #40 65.79 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-21T10:10:55.149Z] #54 ... [2019-12-21T10:10:55.149Z] [2019-12-21T10:10:55.149Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:10:55.149Z] #44 174.5 net/http/internal [2019-12-21T10:10:55.149Z] #44 176.4 net/http/httptrace [2019-12-21T10:10:55.149Z] #44 176.7 net/http [2019-12-21T10:10:55.368Z] #40 66.19 Selecting previously unselected package libprotobuf10:amd64. [2019-12-21T10:10:55.368Z] #40 66.19 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-12-21T10:10:55.368Z] #40 66.20 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-12-21T10:10:55.405Z] #44 ... [2019-12-21T10:10:55.405Z] [2019-12-21T10:10:55.405Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:55.405Z] #41 87.53 AR soccr/libsoccr.a [2019-12-21T10:10:55.405Z] #41 87.58 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:10:55.405Z] #41 87.99 DEP criu/arch/x86/sigframe.d [2019-12-21T10:10:55.405Z] #41 88.09 DEP criu/arch/x86/sigaction_compat.d [2019-12-21T10:10:55.405Z] #41 88.13 DEP criu/arch/x86/kerndat.d [2019-12-21T10:10:55.405Z] #41 88.17 DEP criu/arch/x86/crtools.d [2019-12-21T10:10:55.405Z] #41 88.37 DEP criu/arch/x86/cpu.d [2019-12-21T10:10:55.405Z] #41 88.56 CC criu/arch/x86/cpu.o [2019-12-21T10:10:55.966Z] #41 89.82 CC criu/arch/x86/crtools.o [2019-12-21T10:10:56.040Z] #27 ... [2019-12-21T10:10:56.041Z] [2019-12-21T10:10:56.041Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:56.041Z] #32 49.34 time [2019-12-21T10:10:56.041Z] #32 57.03 internal/poll [2019-12-21T10:10:56.435Z] #32 59.57 internal/fmtsort [2019-12-21T10:10:56.435Z] #32 ... [2019-12-21T10:10:56.435Z] [2019-12-21T10:10:56.435Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:56.435Z] #42 10.23 DEP images/core-arm.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.29 DEP images/core-ppc64.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.31 DEP images/core-s390.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.36 DEP images/core-x86.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.42 DEP images/core.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.47 DEP images/inventory.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.54 PBCC images/cpuinfo.pb-c.c [2019-12-21T10:10:56.435Z] #42 10.55 DEP images/cpuinfo.pb-c.d [2019-12-21T10:10:56.435Z] #42 10.60 PBCC images/stats.pb-c.c [2019-12-21T10:10:56.435Z] #42 10.61 DEP images/stats.pb-c.d [2019-12-21T10:10:56.435Z] #42 12.38 make[1]: Nothing to be done for 'all'. [2019-12-21T10:10:56.435Z] #42 13.60 CC images/stats.o [2019-12-21T10:10:56.435Z] #42 13.89 CC images/core.o [2019-12-21T10:10:56.435Z] #42 14.37 CC images/core-x86.o [2019-12-21T10:10:56.435Z] #42 14.86 CC images/core-arm.o [2019-12-21T10:10:56.435Z] #42 15.39 CC images/core-aarch64.o [2019-12-21T10:10:56.435Z] #42 15.84 CC images/core-ppc64.o [2019-12-21T10:10:56.435Z] #42 16.31 CC images/core-s390.o [2019-12-21T10:10:56.435Z] #42 17.12 CC images/cpuinfo.o [2019-12-21T10:10:56.435Z] #42 17.51 CC images/inventory.o [2019-12-21T10:10:56.435Z] #42 17.69 CC images/fdinfo.o [2019-12-21T10:10:56.743Z] #40 67.35 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-12-21T10:10:56.743Z] #40 67.35 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-12-21T10:10:56.743Z] #40 67.35 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-21T10:10:56.821Z] #42 ... [2019-12-21T10:10:56.821Z] [2019-12-21T10:10:56.821Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:56.821Z] #27 30.03 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-21T10:10:57.001Z] #40 67.75 Selecting previously unselected package libprotobuf-dev:amd64. [2019-12-21T10:10:57.001Z] #40 67.76 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-12-21T10:10:57.001Z] #40 67.77 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-21T10:10:57.222Z] #27 30.48 [2019-12-21T10:10:57.222Z] #27 30.82 ######################################################################## 100.0% [2019-12-21T10:10:57.222Z] #27 30.90 [2019-12-21T10:10:57.566Z] #40 ... [2019-12-21T10:10:57.566Z] [2019-12-21T10:10:57.566Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:10:57.566Z] #47 57.98 + cd /tmp/tmp.AOVMatbBz4/src/gotest.tools/gotestsum [2019-12-21T10:10:57.566Z] #47 57.98 + git checkout -q v0.3.5 [2019-12-21T10:10:57.566Z] #47 58.00 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-21T10:10:57.824Z] #47 ... [2019-12-21T10:10:57.824Z] [2019-12-21T10:10:57.824Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:10:57.824Z] #28 58.65 + cd /tmp/tmp.dlA0MwPiYV/src/github.com/go-swagger/go-swagger [2019-12-21T10:10:57.824Z] #28 58.65 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-21T10:10:57.824Z] #28 61.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-21T10:10:57.824Z] #28 ... [2019-12-21T10:10:57.824Z] [2019-12-21T10:10:57.824Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:57.824Z] #26 6.932 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-21T10:10:57.824Z] #26 8.107 [2019-12-21T10:10:57.824Z] #26 8.486 # 2.7% ######## 12.0% ############# 19.4% ################## 25.5% ####################### 33.0% ######################### 36.0% ############################# 41.3% ################################# 46.4% #################################### 50.2% ###################################### 52.9% ######################################## 56.1% ############################################# 62.6% ############################################### 66.4% ################################################### 71.5% ######################################################## 78.7% ############################################################## 87.0% ################################################################ 90.2% ######################################################################## 100.0% [2019-12-21T10:10:57.928Z] #41 91.99 CC criu/arch/x86/kerndat.o [2019-12-21T10:10:58.082Z] #26 11.21 [2019-12-21T10:10:58.602Z] #27 32.19 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-21T10:10:58.865Z] #41 93.00 CC criu/arch/x86/sigaction_compat.o [2019-12-21T10:10:58.906Z] #26 11.69 ######## 11.3% ################## 26.1% ######################### 35.8% [2019-12-21T10:10:58.906Z] #26 ... [2019-12-21T10:10:58.906Z] [2019-12-21T10:10:58.906Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:10:58.906Z] #31 59.22 sync [2019-12-21T10:10:58.906Z] #31 59.22 internal/reflectlite [2019-12-21T10:10:58.906Z] #31 63.27 sort [2019-12-21T10:10:58.906Z] #31 63.27 errors [2019-12-21T10:10:58.906Z] #31 63.86 strconv [2019-12-21T10:10:58.906Z] #31 65.21 io [2019-12-21T10:10:58.906Z] #31 67.86 syscall [2019-12-21T10:10:58.906Z] #31 ... [2019-12-21T10:10:58.906Z] [2019-12-21T10:10:58.906Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:10:58.906Z] #26 11.69 ######## 11.3% ################## 26.1% ######################### 35.8% ##################################################### 74.9% ######################################################################## 100.0% [2019-12-21T10:10:59.002Z] #27 32.52 [2019-12-21T10:10:59.407Z] #27 32.88 ################################################## 70.0% ######################################################################## 100.0% [2019-12-21T10:10:59.407Z] #27 33.00 [2019-12-21T10:10:59.429Z] #41 ... [2019-12-21T10:10:59.429Z] [2019-12-21T10:10:59.429Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-21T10:10:59.429Z] #11 DONE 4.8s [2019-12-21T10:10:59.429Z] [2019-12-21T10:10:59.429Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:10:59.429Z] #41 93.54 CC criu/arch/x86/sigframe.o [2019-12-21T10:10:59.839Z] #26 12.85 [2019-12-21T10:11:00.353Z] #41 94.01 LINK criu/arch/x86/crtools.built-in.o [2019-12-21T10:11:00.353Z] #41 94.17 DEP criu/pie/util-vdso-elf32.d [2019-12-21T10:11:00.353Z] #41 94.41 DEP criu/arch/x86/vdso-pie.d [2019-12-21T10:11:00.609Z] #41 94.60 DEP criu/pie/parasite-vdso.d [2019-12-21T10:11:00.777Z] #27 34.23 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-21T10:11:00.777Z] #27 34.24 skipping existing b63cc5f62c21 [2019-12-21T10:11:00.777Z] #27 34.33 [2019-12-21T10:11:01.172Z] #41 94.89 DEP criu/pie/util-vdso.d [2019-12-21T10:11:01.172Z] #41 95.16 DEP criu/pie/util.d [2019-12-21T10:11:01.648Z] #26 13.21 ## 3.8% ######### 13.6% ################ 23.0% ##################### 29.3% ######################## 34.5% ############################ 40.2% ################################ 45.4% #################################### 50.1% ########################################## 58.8% ############################################## 65.2% ################################################### 71.9% ####################################################### 77.3% ############################################################ 83.9% ################################################################ 88.9% ######################################################################## 100.0% [2019-12-21T10:11:01.648Z] #26 ... [2019-12-21T10:11:01.648Z] [2019-12-21T10:11:01.648Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:01.648Z] #10 62.59 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-21T10:11:01.648Z] #10 62.63 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-21T10:11:01.648Z] #10 63.34 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-21T10:11:01.648Z] #10 63.83 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-12-21T10:11:01.648Z] #10 63.84 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-12-21T10:11:01.648Z] #10 68.44 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-12-21T10:11:01.648Z] #10 72.17 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-12-21T10:11:01.648Z] #10 72.17 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-12-21T10:11:01.733Z] #41 95.58 CC criu/pie/util.o [2019-12-21T10:11:01.906Z] #10 ... [2019-12-21T10:11:01.906Z] [2019-12-21T10:11:01.906Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:01.906Z] #40 70.35 Selecting previously unselected package libprotoc10:amd64. [2019-12-21T10:11:01.906Z] #40 70.36 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-12-21T10:11:01.906Z] #40 70.36 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-12-21T10:11:01.906Z] #40 71.53 Selecting previously unselected package protobuf-c-compiler. [2019-12-21T10:11:01.906Z] #40 71.53 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-12-21T10:11:01.906Z] #40 71.54 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:11:01.906Z] #40 71.95 Selecting previously unselected package protobuf-compiler. [2019-12-21T10:11:01.906Z] #40 71.97 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-12-21T10:11:01.906Z] #40 72.00 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-21T10:11:01.906Z] #40 72.52 Selecting previously unselected package python-pkg-resources. [2019-12-21T10:11:01.906Z] #40 72.53 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:11:01.906Z] #40 72.55 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-21T10:11:02.141Z] #27 35.56 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-21T10:11:02.164Z] #40 73.08 Selecting previously unselected package python-protobuf. [2019-12-21T10:11:02.164Z] #40 73.08 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-12-21T10:11:02.164Z] #40 73.08 Unpacking python-protobuf (3.0.0-9) ... [2019-12-21T10:11:02.295Z] #41 96.08 CC criu/pie/util-vdso.o [2019-12-21T10:11:02.553Z] #27 35.95 [2019-12-21T10:11:02.553Z] #27 36.08 [2019-12-21T10:11:02.553Z] #27 ... [2019-12-21T10:11:02.553Z] [2019-12-21T10:11:02.553Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:02.553Z] #45 55.69 time [2019-12-21T10:11:02.553Z] #45 61.08 strings [2019-12-21T10:11:02.553Z] #45 62.35 os [2019-12-21T10:11:02.553Z] #45 64.06 regexp/syntax [2019-12-21T10:11:02.553Z] #45 ... [2019-12-21T10:11:02.553Z] [2019-12-21T10:11:02.553Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:02.553Z] #11 56.02 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-21T10:11:02.553Z] #11 56.02 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-21T10:11:02.553Z] #11 56.03 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:11:02.553Z] #11 62.89 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-21T10:11:02.553Z] #11 62.91 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-21T10:11:02.553Z] #11 62.91 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:02.553Z] #11 63.07 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-21T10:11:02.553Z] #11 63.08 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-21T10:11:02.553Z] #11 63.08 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:02.965Z] #11 ... [2019-12-21T10:11:02.965Z] [2019-12-21T10:11:02.965Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:02.965Z] #27 36.08 ######################################################################## 100.0% [2019-12-21T10:11:02.965Z] #27 36.13 [2019-12-21T10:11:02.965Z] #27 36.16 Download of images into '/build' complete. [2019-12-21T10:11:02.965Z] #27 36.16 Use something like the following to load the result into a Docker daemon: [2019-12-21T10:11:02.965Z] #27 36.16 tar -cC '/build' . | docker load [2019-12-21T10:11:02.965Z] #27 DONE 36.3s [2019-12-21T10:11:02.965Z] [2019-12-21T10:11:02.965Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:02.965Z] #42 18.05 CC images/fown.o [2019-12-21T10:11:02.965Z] #42 18.28 CC images/ns.o [2019-12-21T10:11:02.965Z] #42 18.44 CC images/regfile.o [2019-12-21T10:11:02.965Z] #42 18.73 CC images/ghost-file.o [2019-12-21T10:11:02.965Z] #42 18.93 CC images/fifo.o [2019-12-21T10:11:02.965Z] #42 19.15 CC images/remap-file-path.o [2019-12-21T10:11:02.965Z] #42 19.29 CC images/eventfd.o [2019-12-21T10:11:02.965Z] #42 19.46 CC images/eventpoll.o [2019-12-21T10:11:02.965Z] #42 19.68 CC images/fh.o [2019-12-21T10:11:02.965Z] #42 19.88 CC images/fsnotify.o [2019-12-21T10:11:02.965Z] #42 20.30 CC images/signalfd.o [2019-12-21T10:11:02.965Z] #42 20.58 CC images/fs.o [2019-12-21T10:11:02.965Z] #42 20.83 CC images/pstree.o [2019-12-21T10:11:02.965Z] #42 21.04 CC images/pipe.o [2019-12-21T10:11:02.965Z] #42 21.21 CC images/tcp-stream.o [2019-12-21T10:11:02.965Z] #42 21.51 CC images/sk-packet.o [2019-12-21T10:11:02.965Z] #42 21.75 CC images/mnt.o [2019-12-21T10:11:02.965Z] #42 21.91 CC images/pipe-data.o [2019-12-21T10:11:02.965Z] #42 22.08 CC images/sa.o [2019-12-21T10:11:02.965Z] #42 22.26 CC images/timer.o [2019-12-21T10:11:02.965Z] #42 22.62 CC images/timerfd.o [2019-12-21T10:11:02.965Z] #42 22.75 CC images/mm.o [2019-12-21T10:11:02.965Z] #42 23.04 CC images/sk-opts.o [2019-12-21T10:11:02.965Z] #42 23.31 CC images/sk-unix.o [2019-12-21T10:11:02.965Z] #42 23.53 CC images/sk-inet.o [2019-12-21T10:11:02.965Z] #42 23.89 CC images/tun.o [2019-12-21T10:11:03.098Z] #40 73.94 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:11:03.222Z] #41 ... [2019-12-21T10:11:03.222Z] [2019-12-21T10:11:03.222Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-21T10:11:03.222Z] #12 DONE 3.7s [2019-12-21T10:11:03.356Z] #40 74.04 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:11:03.356Z] #40 74.09 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-21T10:11:03.379Z] #42 24.44 CC images/sk-netlink.o [2019-12-21T10:11:03.478Z] [2019-12-21T10:11:03.478Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:03.478Z] #41 97.31 CC criu/pie/parasite-vdso.o [2019-12-21T10:11:03.979Z] #42 24.78 CC images/packet-sock.o [2019-12-21T10:11:03.979Z] #42 ... [2019-12-21T10:11:03.979Z] [2019-12-21T10:11:03.979Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:03.979Z] #45 66.84 fmt [2019-12-21T10:11:04.467Z] #45 ... [2019-12-21T10:11:04.467Z] [2019-12-21T10:11:04.467Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:04.467Z] #60 29.89 + cd /tmp/tmp.TR5dNs0o2z/src/github.com/containerd/containerd [2019-12-21T10:11:04.467Z] #60 29.90 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:11:04.467Z] #60 31.33 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-21T10:11:04.467Z] #60 31.33 + BUILDTAGS='netgo osusergo static_build' [2019-12-21T10:11:04.467Z] #60 31.33 + export EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:11:04.467Z] #60 31.33 + EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:11:04.467Z] #60 31.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-21T10:11:04.467Z] #60 31.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-21T10:11:04.467Z] #60 31.33 + '[' '' = dynamic ']' [2019-12-21T10:11:04.467Z] #60 31.33 + make [2019-12-21T10:11:04.467Z] #60 32.96 + bin/ctr [2019-12-21T10:11:04.467Z] #60 ... [2019-12-21T10:11:04.467Z] [2019-12-21T10:11:04.467Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:04.467Z] #42 25.44 CC images/ipc-var.o [2019-12-21T10:11:04.467Z] #42 25.68 CC images/ipc-desc.o [2019-12-21T10:11:04.738Z] #40 ... [2019-12-21T10:11:04.738Z] [2019-12-21T10:11:04.738Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:04.738Z] #26 15.57 [2019-12-21T10:11:04.970Z] #42 26.00 CC images/ipc-shm.o [2019-12-21T10:11:05.365Z] #41 98.96 CC criu/arch/x86/vdso-pie.o [2019-12-21T10:11:05.402Z] #42 26.37 CC images/ipc-msg.o [2019-12-21T10:11:05.621Z] #41 99.61 CC criu/pie/util-vdso-elf32.o [2019-12-21T10:11:05.771Z] #26 16.00 1.0% # 2.5% ## 3.7% ### 5.1% #### 6.2% ##### 7.1% ##### 8.2% ###### 9.1% ####### 10.8% ######### 12.7% ########## 14.6% ########### 15.9% ############ 17.0% ############ 17.7% ############# 18.6% ############## 20.8% ############### 22.2% ################ 23.2% ################## 25.8% ################### 27.6% ##################### 29.5% ###################### 31.8% ######################## 33.6% ########################## 36.4% ############################ 39.2% [2019-12-21T10:11:05.771Z] #26 ... [2019-12-21T10:11:05.771Z] [2019-12-21T10:11:05.771Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:05.771Z] #44 66.12 strconv [2019-12-21T10:11:05.771Z] #44 66.13 io [2019-12-21T10:11:05.771Z] #44 67.90 bytes [2019-12-21T10:11:05.771Z] #44 70.60 bufio [2019-12-21T10:11:05.771Z] #44 72.62 reflect [2019-12-21T10:11:05.771Z] #44 73.99 syscall [2019-12-21T10:11:05.771Z] #44 ... [2019-12-21T10:11:05.771Z] [2019-12-21T10:11:05.771Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:05.781Z] #42 26.81 CC images/ipc-sem.o [2019-12-21T10:11:05.781Z] #42 26.89 CC images/utsns.o [2019-12-21T10:11:05.781Z] #42 27.00 CC images/creds.o [2019-12-21T10:11:05.781Z] #42 27.12 CC images/vma.o [2019-12-21T10:11:06.174Z] #42 27.30 CC images/netdev.o [2019-12-21T10:11:06.291Z] #26 16.00 1.0% # 2.5% ## 3.7% ### 5.1% #### 6.2% ##### 7.1% ##### 8.2% ###### 9.1% ####### 10.8% ######### 12.7% ########## 14.6% ########### 15.9% ############ 17.0% ############ 17.7% ############# 18.6% ############## 20.8% ############### 22.2% ################ 23.2% ################## 25.8% ################### 27.6% ##################### 29.5% ###################### 31.8% ######################## 33.6% ########################## 36.4% ############################ 39.2% ############################## 41.7% ################################# 46.5% ################################### 49.8% ##################################### 52.2% ####################################### 54.7% [2019-12-21T10:11:06.291Z] #26 ... [2019-12-21T10:11:06.291Z] [2019-12-21T10:11:06.291Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:11:06.291Z] #33 67.10 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:11:06.291Z] #33 67.12 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:11:06.291Z] #33 67.18 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:11:06.291Z] #33 67.51 Selecting previously unselected package libicu57:amd64. [2019-12-21T10:11:06.291Z] #33 67.52 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-12-21T10:11:06.291Z] #33 67.56 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-21T10:11:06.291Z] #33 ... [2019-12-21T10:11:06.291Z] [2019-12-21T10:11:06.291Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:06.550Z] #26 16.00 1.0% # 2.5% ## 3.7% ### 5.1% #### 6.2% ##### 7.1% ##### 8.2% ###### 9.1% ####### 10.8% ######### 12.7% ########## 14.6% ########### 15.9% ############ 17.0% ############ 17.7% ############# 18.6% ############## 20.8% ############### 22.2% ################ 23.2% ################## 25.8% ################### 27.6% ##################### 29.5% ###################### 31.8% ######################## 33.6% ########################## 36.4% ############################ 39.2% ############################## 41.7% ################################# 46.5% ################################### 49.8% ##################################### 52.2% ####################################### 54.7% ######################################## 56.9% ########################################## 59.0% ########################################### 60.9% ############################################# [2019-12-21T10:11:06.550Z] #26 ... [2019-12-21T10:11:06.550Z] [2019-12-21T10:11:06.550Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:06.550Z] #59 5.092 + RM_GOPATH=0 [2019-12-21T10:11:06.550Z] #59 5.092 + TMP_GOPATH= [2019-12-21T10:11:06.550Z] #59 5.092 + : /build [2019-12-21T10:11:06.550Z] #59 5.092 + '[' -z '' ']' [2019-12-21T10:11:06.550Z] #59 5.095 ++ mktemp -d [2019-12-21T10:11:06.550Z] #59 5.127 + export GOPATH=/tmp/tmp.5t75E9rK27 [2019-12-21T10:11:06.550Z] #59 5.127 + GOPATH=/tmp/tmp.5t75E9rK27 [2019-12-21T10:11:06.550Z] #59 5.127 + RM_GOPATH=1 [2019-12-21T10:11:06.550Z] #59 5.132 ++ dirname ./install.sh [2019-12-21T10:11:06.550Z] #59 5.169 + dir=. [2019-12-21T10:11:06.550Z] #59 5.177 + bin=containerd [2019-12-21T10:11:06.550Z] #59 5.184 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:11:06.550Z] #59 5.185 + shift [2019-12-21T10:11:06.550Z] #59 5.185 + '[' '!' -f ./containerd.installer ']' [2019-12-21T10:11:06.550Z] #59 5.185 + . ./containerd.installer [2019-12-21T10:11:06.550Z] #59 5.185 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:11:06.550Z] #59 5.185 + install_containerd [2019-12-21T10:11:06.550Z] #59 5.185 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2019-12-21T10:11:06.550Z] #59 5.185 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5t75E9rK27/src/github.com/containerd/containerd [2019-12-21T10:11:06.550Z] #59 5.201 Cloning into '/tmp/tmp.5t75E9rK27/src/github.com/containerd/containerd'... [2019-12-21T10:11:06.574Z] #42 27.57 CC images/tty.o [2019-12-21T10:11:06.574Z] #42 27.96 CC images/file-lock.o [2019-12-21T10:11:06.574Z] #42 ... [2019-12-21T10:11:06.574Z] [2019-12-21T10:11:06.574Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:06.574Z] #32 59.91 internal/syscall/unix [2019-12-21T10:11:06.574Z] #32 60.17 os [2019-12-21T10:11:06.574Z] #32 60.59 strings [2019-12-21T10:11:06.574Z] #32 63.45 path [2019-12-21T10:11:06.574Z] #32 64.23 text/tabwriter [2019-12-21T10:11:06.574Z] #32 64.36 fmt [2019-12-21T10:11:06.574Z] #32 65.12 path/filepath [2019-12-21T10:11:06.574Z] #32 66.80 io/ioutil [2019-12-21T10:11:06.574Z] #32 69.21 github.com/BurntSushi/toml [2019-12-21T10:11:06.574Z] #32 69.21 flag [2019-12-21T10:11:06.808Z] #59 ... [2019-12-21T10:11:06.808Z] [2019-12-21T10:11:06.808Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:06.985Z] #41 101.0 AR criu/pie/pie.lib.a [2019-12-21T10:11:06.989Z] #32 ... [2019-12-21T10:11:06.989Z] [2019-12-21T10:11:06.989Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:06.989Z] #45 69.68 regexp [2019-12-21T10:11:07.241Z] #41 ... [2019-12-21T10:11:07.241Z] [2019-12-21T10:11:07.241Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-21T10:11:07.241Z] #13 3.676 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-21T10:11:07.241Z] #13 DONE 4.0s [2019-12-21T10:11:07.241Z] [2019-12-21T10:11:07.241Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:07.241Z] #41 101.1 DEP criu/pie/restorer.d [2019-12-21T10:11:07.496Z] #41 101.5 DEP criu/arch/x86/sigaction_compat_pie.d [2019-12-21T10:11:07.752Z] #41 101.8 DEP criu/arch/x86/restorer_unmap.d [2019-12-21T10:11:08.008Z] #41 101.8 DEP criu/arch/x86/restorer.d [2019-12-21T10:11:08.264Z] #41 102.3 DEP criu/pie/parasite.d [2019-12-21T10:11:08.825Z] #41 102.8 CC criu/pie/parasite.o [2019-12-21T10:11:08.877Z] #26 16.00 1.0% # 2.5% ## 3.7% ### 5.1% #### 6.2% ##### 7.1% ##### 8.2% ###### 9.1% ####### 10.8% ######### 12.7% ########## 14.6% ########### 15.9% ############ 17.0% ############ 17.7% ############# 18.6% ############## 20.8% ############### 22.2% ################ 23.2% ################## 25.8% ################### 27.6% ##################### 29.5% ###################### 31.8% ######################## 33.6% ########################## 36.4% ############################ 39.2% ############################## 41.7% ################################# 46.5% ################################### 49.8% ##################################### 52.2% ####################################### 54.7% ######################################## 56.9% ########################################## 59.0% ########################################### 60.9% ############################################# 62.5% ############################################## 65.0% ################################################ 67.4% ################################################# 68.5% ################################################### 71.2% #################################################### 73.5% ####################################################### 76.5% ######################################################## 78.6% ########################################################## 80.7% ########################################################### 82.9% ############################################################# 84.8% ############################################################## 86.3% ############################################################### 88.6% ################################################################ 90.2% ################################################################## 91.9% ################################################################## 93.0% #################################################################### 95.2% ###################################################################### 98.4% ######################################################################## 100.0% [2019-12-21T10:11:08.877Z] #26 22.10 [2019-12-21T10:11:08.937Z] #45 72.20 go/token [2019-12-21T10:11:09.445Z] #26 ... [2019-12-21T10:11:09.445Z] [2019-12-21T10:11:09.445Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:09.445Z] #31 69.67 reflect [2019-12-21T10:11:09.445Z] #31 79.44 time [2019-12-21T10:11:09.445Z] #31 ... [2019-12-21T10:11:09.445Z] [2019-12-21T10:11:09.445Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:09.445Z] #10 73.52 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:11:09.445Z] #10 74.01 Fetched 73.5 MB in 12s (6095 kB/s) [2019-12-21T10:11:09.445Z] #10 74.18 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-12-21T10:11:09.445Z] #10 74.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-21T10:11:09.445Z] #10 74.27 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 74.31 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-21T10:11:09.445Z] #10 74.71 Selecting previously unselected package libudev-dev:amd64. [2019-12-21T10:11:09.445Z] #10 74.71 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 74.77 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:11:09.445Z] #10 75.02 Selecting previously unselected package liblzo2-2:amd64. [2019-12-21T10:11:09.445Z] #10 75.06 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 75.10 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:11:09.445Z] #10 75.25 Selecting previously unselected package btrfs-progs. [2019-12-21T10:11:09.445Z] #10 75.27 Preparing to unpack .../03-btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 75.27 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:11:09.445Z] #10 76.48 Selecting previously unselected package btrfs-tools. [2019-12-21T10:11:09.445Z] #10 76.48 Preparing to unpack .../04-btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 76.79 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:11:09.445Z] #10 77.12 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-12-21T10:11:09.445Z] #10 77.12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 77.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:11:09.445Z] #10 77.84 Selecting previously unselected package dmsetup. [2019-12-21T10:11:09.445Z] #10 77.89 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 77.91 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-21T10:11:09.445Z] #10 78.36 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-12-21T10:11:09.445Z] #10 78.36 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 78.40 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:11:09.445Z] #10 78.63 Selecting previously unselected package libsepol1-dev:amd64. [2019-12-21T10:11:09.445Z] #10 78.63 Preparing to unpack .../08-libsepol1-dev_2.6-2_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 78.63 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-12-21T10:11:09.445Z] #10 79.43 Selecting previously unselected package libpcre16-3:amd64. [2019-12-21T10:11:09.445Z] #10 79.46 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 79.48 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-12-21T10:11:09.445Z] #10 79.77 Selecting previously unselected package libpcre32-3:amd64. [2019-12-21T10:11:09.445Z] #10 79.82 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 79.89 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-12-21T10:11:09.445Z] #10 80.15 Selecting previously unselected package libpcre3-dev:amd64. [2019-12-21T10:11:09.445Z] #10 80.15 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-12-21T10:11:09.445Z] #10 80.16 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-21T10:11:09.704Z] #10 ... [2019-12-21T10:11:09.704Z] [2019-12-21T10:11:09.704Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:09.704Z] #40 80.67 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:11:09.751Z] #41 ... [2019-12-21T10:11:09.751Z] [2019-12-21T10:11:09.751Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:09.751Z] #54 4.933 + RM_GOPATH=0 [2019-12-21T10:11:09.751Z] #54 4.933 + TMP_GOPATH= [2019-12-21T10:11:09.751Z] #54 4.937 + : /build [2019-12-21T10:11:09.751Z] #54 4.937 + '[' -z '' ']' [2019-12-21T10:11:09.751Z] #54 4.937 ++ mktemp -d [2019-12-21T10:11:09.751Z] #54 4.937 + export GOPATH=/tmp/tmp.MKlkbpvOIH [2019-12-21T10:11:09.751Z] #54 4.937 + GOPATH=/tmp/tmp.MKlkbpvOIH [2019-12-21T10:11:09.751Z] #54 4.937 + RM_GOPATH=1 [2019-12-21T10:11:09.751Z] #54 4.945 ++ dirname ./install.sh [2019-12-21T10:11:09.751Z] #54 4.945 + dir=. [2019-12-21T10:11:09.751Z] #54 4.945 + bin=runc [2019-12-21T10:11:09.751Z] #54 4.945 + shift [2019-12-21T10:11:09.751Z] #54 4.945 + '[' '!' -f ./runc.installer ']' [2019-12-21T10:11:09.751Z] #54 4.945 + . ./runc.installer [2019-12-21T10:11:09.751Z] #54 4.949 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:11:09.751Z] #54 4.949 + install_runc [2019-12-21T10:11:09.751Z] #54 4.974 + uname -r [2019-12-21T10:11:09.751Z] #54 4.974 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-21T10:11:09.751Z] #54 4.977 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-21T10:11:09.751Z] #54 4.977 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-21T10:11:09.751Z] #54 4.977 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MKlkbpvOIH/src/github.com/opencontainers/runc [2019-12-21T10:11:09.751Z] #54 4.977 Cloning into '/tmp/tmp.MKlkbpvOIH/src/github.com/opencontainers/runc'... [2019-12-21T10:11:09.751Z] #54 4.977 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-21T10:11:09.751Z] #54 13.65 + cd /tmp/tmp.MKlkbpvOIH/src/github.com/opencontainers/runc [2019-12-21T10:11:09.751Z] #54 13.65 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:11:09.751Z] #54 14.00 + '[' -z '' ']' [2019-12-21T10:11:09.751Z] #54 14.00 + target=static [2019-12-21T10:11:09.751Z] #54 14.00 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-21T10:11:09.801Z] #45 72.98 go/scanner [2019-12-21T10:11:09.962Z] #40 80.69 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-12-21T10:11:09.962Z] #40 80.70 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:09.962Z] #40 80.77 Setting up python-protobuf (3.0.0-9) ... [2019-12-21T10:11:10.672Z] #45 73.55 internal/lazyregexp [2019-12-21T10:11:10.672Z] #45 73.89 net/url [2019-12-21T10:11:11.121Z] #54 ... [2019-12-21T10:11:11.121Z] [2019-12-21T10:11:11.121Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-21T10:11:11.121Z] #14 DONE 3.8s [2019-12-21T10:11:11.121Z] [2019-12-21T10:11:11.121Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:11.121Z] #41 105.0 LINK criu/pie/parasite.built-in.o [2019-12-21T10:11:11.121Z] #41 105.0 GEN criu/pie/parasite-blob.h [2019-12-21T10:11:11.121Z] #41 105.1 CC criu/arch/x86/restorer.o [2019-12-21T10:11:11.547Z] #45 74.67 go/ast [2019-12-21T10:11:12.411Z] #45 75.57 text/template/parse [2019-12-21T10:11:12.411Z] #45 ... [2019-12-21T10:11:12.411Z] [2019-12-21T10:11:12.411Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:12.411Z] #42 28.16 CC images/rlimit.o [2019-12-21T10:11:12.411Z] #42 28.47 CC images/pagemap.o [2019-12-21T10:11:12.411Z] #42 28.66 CC images/siginfo.o [2019-12-21T10:11:12.411Z] #42 28.88 CC images/rpc.o [2019-12-21T10:11:12.411Z] #42 29.75 CC images/ext-file.o [2019-12-21T10:11:12.411Z] #42 29.92 CC images/cgroup.o [2019-12-21T10:11:12.411Z] #42 30.32 CC images/userns.o [2019-12-21T10:11:12.411Z] #42 30.54 CC images/google/protobuf/descriptor.o [2019-12-21T10:11:12.411Z] #42 31.61 CC images/opts.o [2019-12-21T10:11:12.411Z] #42 31.77 CC images/seccomp.o [2019-12-21T10:11:12.411Z] #42 31.96 CC images/binfmt-misc.o [2019-12-21T10:11:12.411Z] #42 32.14 CC images/time.o [2019-12-21T10:11:12.411Z] #42 32.26 CC images/sysctl.o [2019-12-21T10:11:12.411Z] #42 32.51 CC images/autofs.o [2019-12-21T10:11:12.411Z] #42 32.67 CC images/macvlan.o [2019-12-21T10:11:12.411Z] #42 32.80 CC images/sit.o [2019-12-21T10:11:12.411Z] #42 33.01 LINK images/built-in.o [2019-12-21T10:11:12.411Z] #42 33.10 GEN compel/include/asm [2019-12-21T10:11:12.411Z] #42 33.11 GEN compel/include/version.h [2019-12-21T10:11:12.411Z] #42 33.13 touch .config [2019-12-21T10:11:12.411Z] #42 33.14 GEN include/common/config.h [2019-12-21T10:11:12.411Z] #42 33.21 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-12-21T10:11:12.411Z] #42 33.28 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-21T10:11:12.411Z] #42 33.31 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-21T10:11:12.411Z] #42 33.37 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-12-21T10:11:12.411Z] #42 33.39 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-12-21T10:11:12.411Z] #42 33.43 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-12-21T10:11:12.411Z] #42 33.46 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-21T10:11:12.411Z] #42 33.47 DEP compel/plugins/std/infect.d [2019-12-21T10:11:12.411Z] #42 33.60 DEP compel/plugins/std/string.d [2019-12-21T10:11:12.411Z] #42 33.68 DEP compel/plugins/std/log.d [2019-12-21T10:11:12.488Z] #41 106.3 CC criu/arch/x86/restorer_unmap.o [2019-12-21T10:11:12.488Z] #41 106.3 CC criu/arch/x86/sigaction_compat_pie.o [2019-12-21T10:11:12.746Z] #41 106.8 CC criu/pie/restorer.o [2019-12-21T10:11:12.832Z] #42 33.76 DEP compel/plugins/std/fds.d [2019-12-21T10:11:12.832Z] #42 33.85 DEP compel/plugins/std/std.d [2019-12-21T10:11:12.832Z] #42 33.94 DEP compel/plugins/shmem/shmem.d [2019-12-21T10:11:12.832Z] #42 34.03 DEP compel/plugins/fds/fds.d [2019-12-21T10:11:13.266Z] #42 34.15 CC compel/plugins/std/std.o [2019-12-21T10:11:13.266Z] #42 34.57 CC compel/plugins/std/fds.o [2019-12-21T10:11:14.571Z] #42 ... [2019-12-21T10:11:14.571Z] [2019-12-21T10:11:14.571Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:14.571Z] #32 70.71 log [2019-12-21T10:11:14.571Z] #32 72.69 github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:11:14.571Z] #32 DONE 77.2s [2019-12-21T10:11:14.571Z] [2019-12-21T10:11:14.571Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:14.571Z] #42 35.31 CC compel/plugins/std/log.o [2019-12-21T10:11:14.640Z] #41 ... [2019-12-21T10:11:14.640Z] [2019-12-21T10:11:14.640Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-21T10:11:14.640Z] #15 DONE 3.3s [2019-12-21T10:11:14.640Z] [2019-12-21T10:11:14.640Z] #16 [dev 6/24] RUN ldconfig [2019-12-21T10:11:15.226Z] #40 ... [2019-12-21T10:11:15.226Z] [2019-12-21T10:11:15.226Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:15.226Z] #26 24.00 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-21T10:11:15.226Z] #26 24.75 [2019-12-21T10:11:15.226Z] #26 25.12 ############################################# 63.1% ######################################################################## 100.0% [2019-12-21T10:11:15.226Z] #26 25.34 [2019-12-21T10:11:15.226Z] #26 27.10 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-21T10:11:15.226Z] #26 28.26 [2019-12-21T10:11:15.484Z] #26 28.61 ######################################################################## 100.0% [2019-12-21T10:11:15.742Z] #26 28.77 [2019-12-21T10:11:15.963Z] #42 37.06 CC compel/plugins/std/string.o [2019-12-21T10:11:16.380Z] #42 37.68 CC compel/plugins/std/infect.o [2019-12-21T10:11:16.791Z] #42 38.07 CC compel/arch/s390/plugins/std/parasite-head.o [2019-12-21T10:11:16.791Z] #42 38.12 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-12-21T10:11:17.147Z] #26 30.24 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-21T10:11:17.147Z] #26 30.32 skipping existing 1849cc453dee [2019-12-21T10:11:17.159Z] #16 ... [2019-12-21T10:11:17.159Z] [2019-12-21T10:11:17.159Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:17.159Z] #44 196.6 github.com/LK4D4/vndr/godl [2019-12-21T10:11:17.159Z] #44 198.1 github.com/LK4D4/vndr [2019-12-21T10:11:17.190Z] #42 38.21 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-12-21T10:11:17.190Z] #42 38.29 AR compel/plugins/std.lib.a [2019-12-21T10:11:17.190Z] #42 38.34 CC compel/plugins/fds/fds.o [2019-12-21T10:11:17.405Z] #26 30.55 [2019-12-21T10:11:17.415Z] #44 ... [2019-12-21T10:11:17.415Z] [2019-12-21T10:11:17.415Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:17.415Z] #41 111.3 LINK criu/pie/restorer.built-in.o [2019-12-21T10:11:17.415Z] #41 111.4 GEN criu/pie/restorer-blob.h [2019-12-21T10:11:17.592Z] #42 38.60 AR compel/plugins/fds.lib.a [2019-12-21T10:11:17.592Z] #42 38.66 HOSTDEP compel/src/lib/log-host.d [2019-12-21T10:11:17.592Z] #42 38.84 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-21T10:11:17.670Z] #41 ... [2019-12-21T10:11:17.670Z] [2019-12-21T10:11:17.670Z] #16 [dev 6/24] RUN ldconfig [2019-12-21T10:11:17.670Z] #16 DONE 3.3s [2019-12-21T10:11:17.670Z] [2019-12-21T10:11:17.670Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:17.670Z] #41 111.6 DEP criu/vdso.d [2019-12-21T10:11:17.925Z] #41 112.0 DEP criu/vdso-compat.d [2019-12-21T10:11:18.005Z] #42 39.06 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-12-21T10:11:18.005Z] #42 39.20 HOSTDEP compel/src/main-host.d [2019-12-21T10:11:18.340Z] #26 ... [2019-12-21T10:11:18.340Z] [2019-12-21T10:11:18.340Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:18.340Z] #31 88.85 internal/poll [2019-12-21T10:11:18.405Z] #42 39.35 DEP compel/src/lib/ptrace.d [2019-12-21T10:11:18.405Z] #42 39.51 DEP compel/src/lib/infect.d [2019-12-21T10:11:18.405Z] #42 39.61 DEP compel/src/lib/infect-util.d [2019-12-21T10:11:18.405Z] #42 39.71 DEP compel/src/lib/infect-rpc.d [2019-12-21T10:11:18.487Z] #41 112.2 DEP criu/uts_ns.d [2019-12-21T10:11:18.487Z] #41 112.4 DEP criu/util.d [2019-12-21T10:11:18.599Z] #31 ... [2019-12-21T10:11:18.599Z] [2019-12-21T10:11:18.599Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:11:18.599Z] #33 79.45 Selecting previously unselected package libxml2:amd64. [2019-12-21T10:11:18.599Z] #33 79.46 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 79.48 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:11:18.599Z] #33 80.98 Selecting previously unselected package libarchive13:amd64. [2019-12-21T10:11:18.599Z] #33 80.98 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 81.00 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-21T10:11:18.599Z] #33 81.69 Selecting previously unselected package libjsoncpp1:amd64. [2019-12-21T10:11:18.599Z] #33 81.69 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 81.70 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-21T10:11:18.599Z] #33 82.20 Selecting previously unselected package libuv1:amd64. [2019-12-21T10:11:18.599Z] #33 82.20 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 82.20 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-12-21T10:11:18.599Z] #33 82.48 Selecting previously unselected package cmake. [2019-12-21T10:11:18.599Z] #33 82.49 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 82.79 Unpacking cmake (3.7.2-1) ... [2019-12-21T10:11:18.599Z] #33 87.80 Selecting previously unselected package xxd. [2019-12-21T10:11:18.599Z] #33 87.81 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:11:18.599Z] #33 87.81 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:11:18.599Z] #33 87.95 Selecting previously unselected package vim-common. [2019-12-21T10:11:18.599Z] #33 87.95 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:11:18.599Z] #33 87.97 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:11:18.599Z] #33 88.31 Processing triggers for mime-support (3.60) ... [2019-12-21T10:11:18.599Z] #33 88.39 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:11:18.599Z] #33 88.41 Setting up libuv1:amd64 (1.9.1-3) ... [2019-12-21T10:11:18.599Z] #33 88.43 Setting up cmake-data (3.7.2-1) ... [2019-12-21T10:11:18.599Z] #33 88.51 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-21T10:11:18.599Z] #33 88.55 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:11:18.599Z] #33 88.62 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:18.599Z] #33 88.77 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:11:18.599Z] #33 88.85 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:11:18.599Z] #33 88.87 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-21T10:11:18.599Z] #33 88.89 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-21T10:11:18.599Z] #33 88.95 Setting up cmake (3.7.2-1) ... [2019-12-21T10:11:18.599Z] #33 89.19 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:18.810Z] #42 39.87 DEP compel/arch/s390/src/lib/infect.d [2019-12-21T10:11:18.810Z] #42 39.95 DEP compel/arch/s390/src/lib/cpu.d [2019-12-21T10:11:18.810Z] #42 40.00 DEP compel/src/lib/log.d [2019-12-21T10:11:18.810Z] #42 40.10 DEP compel/src/main.d [2019-12-21T10:11:19.048Z] #41 112.8 DEP criu/uffd.d [2019-12-21T10:11:19.174Z] #33 ... [2019-12-21T10:11:19.174Z] [2019-12-21T10:11:19.174Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:19.174Z] #40 90.08 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-12-21T10:11:19.223Z] #42 40.28 DEP compel/src/lib/handle-elf.d [2019-12-21T10:11:19.223Z] #42 40.39 DEP compel/arch/s390/src/lib/handle-elf.d [2019-12-21T10:11:19.223Z] #42 40.50 CC compel/src/lib/log.o [2019-12-21T10:11:19.303Z] #41 113.2 DEP criu/tun.d [2019-12-21T10:11:19.559Z] #41 113.6 DEP criu/tty.d [2019-12-21T10:11:19.640Z] #42 40.82 CC compel/arch/s390/src/lib/cpu.o [2019-12-21T10:11:19.741Z] #40 90.48 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-21T10:11:19.741Z] #40 90.63 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:11:20.055Z] #42 41.10 CC compel/arch/s390/src/lib/infect.o [2019-12-21T10:11:20.120Z] #41 113.9 DEP criu/timerfd.d [2019-12-21T10:11:20.376Z] #41 114.3 DEP criu/sysfs_parse.d [2019-12-21T10:11:20.453Z] #42 41.64 CC compel/src/lib/infect-rpc.o [2019-12-21T10:11:20.632Z] #41 114.7 DEP criu/sysctl.d [2019-12-21T10:11:20.677Z] #40 91.51 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-21T10:11:20.677Z] #40 ... [2019-12-21T10:11:20.677Z] [2019-12-21T10:11:20.677Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:20.677Z] #10 81.49 Selecting previously unselected package libselinux1-dev:amd64. [2019-12-21T10:11:20.677Z] #10 81.52 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 81.54 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-21T10:11:20.677Z] #10 82.29 Selecting previously unselected package libdevmapper-dev:amd64. [2019-12-21T10:11:20.677Z] #10 82.31 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 82.33 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-21T10:11:20.677Z] #10 82.61 Selecting previously unselected package libseccomp2:amd64. [2019-12-21T10:11:20.677Z] #10 82.61 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 82.62 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:11:20.677Z] #10 83.00 Selecting previously unselected package libseccomp-dev:amd64. [2019-12-21T10:11:20.677Z] #10 83.00 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 83.01 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:11:20.677Z] #10 83.32 Selecting previously unselected package libsystemd-dev:amd64. [2019-12-21T10:11:20.677Z] #10 83.32 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 83.35 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:11:20.677Z] #10 87.51 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-21T10:11:20.677Z] #10 87.53 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-12-21T10:11:20.677Z] #10 87.54 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:11:20.677Z] #10 ... [2019-12-21T10:11:20.677Z] [2019-12-21T10:11:20.677Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:20.677Z] #40 91.66 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-12-21T10:11:20.866Z] #42 41.91 CC compel/src/lib/infect-util.o [2019-12-21T10:11:20.866Z] #42 42.10 CC compel/src/lib/infect.o [2019-12-21T10:11:21.193Z] #41 115.1 DEP criu/string.d [2019-12-21T10:11:21.193Z] #41 ... [2019-12-21T10:11:21.193Z] [2019-12-21T10:11:21.193Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:21.193Z] #54 16.17 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-21T10:11:21.193Z] #54 ... [2019-12-21T10:11:21.193Z] [2019-12-21T10:11:21.193Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:21.193Z] #41 115.2 DEP criu/stats.d [2019-12-21T10:11:21.270Z] #42 ... [2019-12-21T10:11:21.270Z] [2019-12-21T10:11:21.270Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:21.270Z] #11 84.51 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-21T10:11:21.270Z] #11 84.53 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-21T10:11:21.270Z] #11 84.53 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:21.622Z] #40 92.39 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:11:21.754Z] #41 115.5 DEP criu/sockets.d [2019-12-21T10:11:21.880Z] #40 92.62 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-21T10:11:21.880Z] #40 ... [2019-12-21T10:11:21.880Z] [2019-12-21T10:11:21.880Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:11:21.880Z] #26 32.32 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-21T10:11:21.880Z] #26 33.03 [2019-12-21T10:11:21.880Z] #26 33.41 ######################################################################## 100.0% [2019-12-21T10:11:21.880Z] #26 33.72 [2019-12-21T10:11:21.880Z] #26 33.97 Download of images into '/build' complete. [2019-12-21T10:11:21.880Z] #26 33.97 Use something like the following to load the result into a Docker daemon: [2019-12-21T10:11:21.880Z] #26 33.97 tar -cC '/build' . | docker load [2019-12-21T10:11:21.880Z] #26 DONE 35.1s [2019-12-21T10:11:21.880Z] [2019-12-21T10:11:21.880Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:11:21.880Z] #33 DONE 92.8s [2019-12-21T10:11:21.880Z] [2019-12-21T10:11:21.880Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:21.880Z] #40 92.82 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-21T10:11:21.880Z] #40 92.83 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-21T10:11:22.009Z] #41 115.8 DEP criu/sk-unix.d [2019-12-21T10:11:22.184Z] #40 ... [2019-12-21T10:11:22.184Z] [2019-12-21T10:11:22.184Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:11:22.184Z] #34 DONE 0.1s [2019-12-21T10:11:22.184Z] [2019-12-21T10:11:22.184Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:22.184Z] #40 92.85 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-21T10:11:22.184Z] #40 92.86 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:22.265Z] #41 116.1 DEP criu/sk-tcp.d [2019-12-21T10:11:22.450Z] #40 ... [2019-12-21T10:11:22.450Z] [2019-12-21T10:11:22.450Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-21T10:11:22.450Z] #35 DONE 0.2s [2019-12-21T10:11:22.450Z] [2019-12-21T10:11:22.450Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:11:22.450Z] #40 DONE 93.3s [2019-12-21T10:11:22.450Z] [2019-12-21T10:11:22.450Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:22.521Z] #41 116.5 DEP criu/sk-queue.d [2019-12-21T10:11:22.777Z] #41 ... [2019-12-21T10:11:22.777Z] [2019-12-21T10:11:22.777Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:22.777Z] #44 DONE 212.6s [2019-12-21T10:11:22.777Z] [2019-12-21T10:11:22.777Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:22.777Z] #41 116.8 DEP criu/sk-packet.d [2019-12-21T10:11:23.382Z] #41 117.4 DEP criu/sk-netlink.d [2019-12-21T10:11:23.943Z] #41 117.8 DEP criu/sk-inet.d [2019-12-21T10:11:24.198Z] #41 118.1 DEP criu/signalfd.d [2019-12-21T10:11:24.363Z] #41 ... [2019-12-21T10:11:24.363Z] [2019-12-21T10:11:24.363Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:24.363Z] #44 84.46 time [2019-12-21T10:11:24.363Z] #44 92.59 os [2019-12-21T10:11:24.363Z] #44 92.96 strings [2019-12-21T10:11:24.363Z] #44 ... [2019-12-21T10:11:24.363Z] [2019-12-21T10:11:24.363Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:24.363Z] #31 90.49 internal/fmtsort [2019-12-21T10:11:24.363Z] #31 91.13 strings [2019-12-21T10:11:24.363Z] #31 91.99 os [2019-12-21T10:11:24.363Z] #31 94.91 path [2019-12-21T10:11:24.453Z] #41 118.5 DEP criu/sigframe.d [2019-12-21T10:11:24.709Z] #41 118.8 DEP criu/shmem.d [2019-12-21T10:11:24.964Z] #41 119.0 DEP criu/servicefd.d [2019-12-21T10:11:25.220Z] #41 119.2 DEP criu/seize.d [2019-12-21T10:11:25.478Z] #41 119.4 DEP criu/seccomp.d [2019-12-21T10:11:25.736Z] #31 95.96 text/tabwriter [2019-12-21T10:11:25.744Z] #41 119.7 DEP criu/rst-malloc.d [2019-12-21T10:11:25.744Z] #41 119.8 DEP criu/rbtree.d [2019-12-21T10:11:26.003Z] #41 119.9 DEP criu/pstree.d [2019-12-21T10:11:26.259Z] #41 120.2 DEP criu/protobuf.d [2019-12-21T10:11:26.515Z] #41 120.5 GEN criu/protobuf-desc-gen.h [2019-12-21T10:11:27.081Z] #11 ... [2019-12-21T10:11:27.081Z] [2019-12-21T10:11:27.081Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:27.081Z] #42 43.65 CC compel/src/lib/ptrace.o [2019-12-21T10:11:27.081Z] #42 43.89 AR compel/libcompel.a [2019-12-21T10:11:27.081Z] #42 43.94 HOSTCC compel/src/main-host.o [2019-12-21T10:11:27.081Z] #42 44.20 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-12-21T10:11:27.081Z] #42 44.33 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-21T10:11:27.081Z] #42 44.64 HOSTCC compel/src/lib/log-host.o [2019-12-21T10:11:27.081Z] #42 44.89 HOSTLINK compel/compel-host-bin [2019-12-21T10:11:27.081Z] #42 45.02 DEP soccr/soccr.d [2019-12-21T10:11:27.081Z] #42 45.27 CC soccr/soccr.o [2019-12-21T10:11:27.081Z] #42 46.69 AR soccr/libsoccr.a [2019-12-21T10:11:27.081Z] #42 46.73 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:11:27.081Z] #42 46.99 DEP criu/arch/s390/sigframe.d [2019-12-21T10:11:27.081Z] #42 47.12 DEP criu/arch/s390/crtools.d [2019-12-21T10:11:27.081Z] #42 47.26 DEP criu/arch/s390/cpu.d [2019-12-21T10:11:27.081Z] #42 47.42 CC criu/arch/s390/cpu.o [2019-12-21T10:11:27.081Z] #42 47.81 CC criu/arch/s390/crtools.o [2019-12-21T10:11:27.453Z] #41 ... [2019-12-21T10:11:27.453Z] [2019-12-21T10:11:27.453Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:27.453Z] #17 4.887 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:11:27.453Z] #17 4.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:11:27.453Z] #17 5.108 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:11:27.453Z] #17 5.232 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:11:27.453Z] #17 5.410 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:11:27.453Z] #17 6.108 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:11:27.453Z] #17 7.916 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:11:27.453Z] #17 8.712 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:11:27.488Z] #42 48.58 CC criu/arch/s390/sigframe.o [2019-12-21T10:11:27.488Z] #42 ... [2019-12-21T10:11:27.488Z] [2019-12-21T10:11:27.488Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:27.488Z] #45 80.45 go/parser [2019-12-21T10:11:27.488Z] #45 80.99 text/template [2019-12-21T10:11:27.488Z] #45 84.06 encoding/xml [2019-12-21T10:11:27.488Z] #45 86.34 go/doc [2019-12-21T10:11:27.488Z] #45 89.86 compress/flate [2019-12-21T10:11:27.488Z] #45 90.15 github.com/LK4D4/vndr/build [2019-12-21T10:11:27.488Z] #45 ... [2019-12-21T10:11:27.488Z] [2019-12-21T10:11:27.488Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:27.488Z] #42 48.72 LINK criu/arch/s390/crtools.built-in.o [2019-12-21T10:11:27.488Z] #42 48.77 DEP criu/arch/s390/vdso-pie.d [2019-12-21T10:11:27.488Z] #42 48.85 DEP criu/pie/parasite-vdso.d [2019-12-21T10:11:27.635Z] #31 ... [2019-12-21T10:11:27.635Z] [2019-12-21T10:11:27.635Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:27.635Z] #44 98.24 regexp/syntax [2019-12-21T10:11:27.898Z] #42 49.01 DEP criu/pie/util-vdso.d [2019-12-21T10:11:27.898Z] #42 49.11 DEP criu/pie/util.d [2019-12-21T10:11:28.303Z] #42 49.28 CC criu/pie/util.o [2019-12-21T10:11:28.303Z] #42 49.54 CC criu/pie/util-vdso.o [2019-12-21T10:11:28.381Z] #17 ... [2019-12-21T10:11:28.381Z] [2019-12-21T10:11:28.381Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:28.381Z] #41 122.4 DEP criu/protobuf-desc.d [2019-12-21T10:11:28.637Z] #41 122.6 DEP criu/proc_parse.d [2019-12-21T10:11:29.006Z] #44 99.29 fmt [2019-12-21T10:11:29.168Z] #42 50.11 CC criu/pie/parasite-vdso.o [2019-12-21T10:11:29.200Z] #41 123.0 DEP criu/plugin.d [2019-12-21T10:11:29.456Z] #41 123.2 DEP criu/pipes.d [2019-12-21T10:11:29.574Z] #42 50.63 CC criu/arch/s390/vdso-pie.o [2019-12-21T10:11:29.763Z] #41 123.5 DEP criu/pie-util.d [2019-12-21T10:11:29.763Z] #41 123.8 DEP criu/pie-util-vdso.d [2019-12-21T10:11:30.019Z] #41 123.9 DEP criu/pie-util-vdso-elf32.d [2019-12-21T10:11:30.143Z] #42 50.92 AR criu/pie/pie.lib.a [2019-12-21T10:11:30.143Z] #42 51.02 DEP criu/pie/restorer.d [2019-12-21T10:11:30.143Z] #42 51.27 DEP criu/arch/s390/restorer.d [2019-12-21T10:11:30.143Z] #42 51.40 DEP criu/pie/parasite.d [2019-12-21T10:11:30.275Z] #41 124.2 DEP criu/path.d [2019-12-21T10:11:30.552Z] #42 51.69 CC criu/pie/parasite.o [2019-12-21T10:11:30.837Z] #41 124.6 DEP criu/parasite-syscall.d [2019-12-21T10:11:31.093Z] #41 124.9 DEP criu/pagemap.d [2019-12-21T10:11:31.349Z] #41 125.2 DEP criu/pagemap-cache.d [2019-12-21T10:11:31.605Z] #41 125.5 DEP criu/page-xfer.d [2019-12-21T10:11:31.861Z] #41 125.8 DEP criu/page-pipe.d [2019-12-21T10:11:31.918Z] #42 52.90 LINK criu/pie/parasite.built-in.o [2019-12-21T10:11:31.918Z] #42 52.91 GEN criu/pie/parasite-blob.h [2019-12-21T10:11:31.918Z] #42 52.92 CC criu/arch/s390/restorer.o [2019-12-21T10:11:31.918Z] #42 53.22 CC criu/pie/restorer.o [2019-12-21T10:11:32.117Z] #41 126.0 DEP criu/netfilter.d [2019-12-21T10:11:32.285Z] #44 ... [2019-12-21T10:11:32.285Z] [2019-12-21T10:11:32.285Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:32.285Z] #10 92.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-21T10:11:32.285Z] #10 92.97 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-12-21T10:11:32.285Z] #10 92.97 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:11:32.285Z] #10 98.46 Selecting previously unselected package binutils-mingw-w64. [2019-12-21T10:11:32.285Z] #10 98.48 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-21T10:11:32.285Z] #10 98.59 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:11:32.285Z] #10 98.97 Selecting previously unselected package mingw-w64-common. [2019-12-21T10:11:32.285Z] #10 98.98 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-21T10:11:32.285Z] #10 99.00 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-21T10:11:32.285Z] #10 ... [2019-12-21T10:11:32.285Z] [2019-12-21T10:11:32.285Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:32.285Z] #36 6.299 + RM_GOPATH=0 [2019-12-21T10:11:32.285Z] #36 6.299 + TMP_GOPATH= [2019-12-21T10:11:32.285Z] #36 6.299 + : /build [2019-12-21T10:11:32.285Z] #36 6.299 + '[' -z '' ']' [2019-12-21T10:11:32.285Z] #36 6.299 ++ mktemp -d [2019-12-21T10:11:32.285Z] #36 6.299 + export GOPATH=/tmp/tmp.ZSASUjltDl [2019-12-21T10:11:32.285Z] #36 6.303 + GOPATH=/tmp/tmp.ZSASUjltDl [2019-12-21T10:11:32.285Z] #36 6.303 + RM_GOPATH=1 [2019-12-21T10:11:32.285Z] #36 6.303 ++ dirname ./install.sh [2019-12-21T10:11:32.285Z] #36 6.373 + dir=. [2019-12-21T10:11:32.285Z] #36 6.373 + bin=tini [2019-12-21T10:11:32.285Z] #36 6.373 + shift [2019-12-21T10:11:32.286Z] #36 6.373 + '[' '!' -f ./tini.installer ']' [2019-12-21T10:11:32.286Z] #36 6.373 + . ./tini.installer [2019-12-21T10:11:32.286Z] #36 6.373 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:11:32.286Z] #36 6.373 + install_tini [2019-12-21T10:11:32.286Z] #36 6.373 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-21T10:11:32.286Z] #36 6.373 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZSASUjltDl/tini [2019-12-21T10:11:32.286Z] #36 6.373 Cloning into '/tmp/tmp.ZSASUjltDl/tini'... [2019-12-21T10:11:32.286Z] #36 6.373 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:11:32.286Z] #36 8.406 + cd /tmp/tmp.ZSASUjltDl/tini [2019-12-21T10:11:32.286Z] #36 8.407 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:11:32.286Z] #36 8.443 + cmake . [2019-12-21T10:11:32.286Z] #36 9.549 -- The C compiler identification is GNU 6.3.0 [2019-12-21T10:11:32.286Z] #36 9.648 -- Check for working C compiler: /usr/bin/cc [2019-12-21T10:11:32.286Z] #36 ... [2019-12-21T10:11:32.286Z] [2019-12-21T10:11:32.286Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:32.286Z] #41 8.717 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:11:32.286Z] #41 8.717 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:11:32.373Z] #41 126.2 DEP criu/net.d [2019-12-21T10:11:32.373Z] #41 126.4 DEP criu/namespaces.d [2019-12-21T10:11:32.935Z] #41 126.7 DEP criu/mount.d [2019-12-21T10:11:32.935Z] #41 126.9 DEP criu/mem.d [2019-12-21T10:11:33.191Z] #41 127.2 DEP criu/lsm.d [2019-12-21T10:11:33.191Z] #41 127.3 DEP criu/log.d [2019-12-21T10:11:33.798Z] #41 127.5 DEP criu/libnetlink.d [2019-12-21T10:11:33.798Z] #41 127.7 DEP criu/kerndat.d [2019-12-21T10:11:34.054Z] #41 128.0 DEP criu/kcmp-ids.d [2019-12-21T10:11:34.310Z] #41 128.1 DEP criu/irmap.d [2019-12-21T10:11:34.310Z] #41 128.3 DEP criu/ipc_ns.d [2019-12-21T10:11:34.541Z] #42 55.46 LINK criu/pie/restorer.built-in.o [2019-12-21T10:11:34.542Z] #42 55.46 GEN criu/pie/restorer-blob.h [2019-12-21T10:11:34.542Z] #42 55.53 DEP criu/vdso.d [2019-12-21T10:11:34.542Z] #42 55.67 DEP criu/uts_ns.d [2019-12-21T10:11:34.542Z] #42 ... [2019-12-21T10:11:34.542Z] [2019-12-21T10:11:34.542Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:34.542Z] #11 97.94 Selecting previously unselected package libapparmor1:s390x. [2019-12-21T10:11:34.542Z] #11 97.95 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-12-21T10:11:34.542Z] #11 97.95 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-12-21T10:11:34.542Z] #11 98.02 Selecting previously unselected package libapparmor-dev:s390x. [2019-12-21T10:11:34.542Z] #11 98.02 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-12-21T10:11:34.542Z] #11 98.03 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-12-21T10:11:34.566Z] #41 128.6 DEP criu/image.d [2019-12-21T10:11:34.814Z] #41 12.31 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:11:34.814Z] #41 12.45 GEN .gitid [2019-12-21T10:11:34.822Z] #41 128.9 DEP criu/image-desc.d [2019-12-21T10:11:34.960Z] #11 98.17 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:11:34.961Z] #11 98.21 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-12-21T10:11:34.961Z] #11 98.21 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:11:34.961Z] #11 98.22 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:11:34.961Z] #11 98.23 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:34.961Z] #11 98.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:34.961Z] #11 98.28 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-12-21T10:11:34.961Z] #11 98.29 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-12-21T10:11:34.961Z] #11 98.30 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-12-21T10:11:34.961Z] #11 98.30 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-12-21T10:11:34.961Z] #11 98.31 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-12-21T10:11:34.961Z] #11 98.32 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-12-21T10:11:34.961Z] #11 98.33 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-12-21T10:11:34.961Z] #11 98.34 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-21T10:11:34.961Z] #11 98.35 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-21T10:11:34.961Z] #11 98.36 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-12-21T10:11:34.961Z] #11 98.37 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-12-21T10:11:34.961Z] #11 98.38 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-12-21T10:11:34.961Z] #11 98.38 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:11:34.961Z] #11 98.39 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:11:34.961Z] #11 98.40 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-12-21T10:11:34.961Z] #11 98.41 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:34.961Z] #11 98.42 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:11:34.961Z] #11 98.42 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:11:34.961Z] #11 98.42 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:11:34.961Z] #11 98.42 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:11:34.961Z] #11 98.43 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:11:34.961Z] #11 98.44 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:34.961Z] #11 98.44 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:11:34.961Z] #11 98.45 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:11:34.961Z] #11 98.45 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-12-21T10:11:34.961Z] #11 98.46 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-12-21T10:11:34.961Z] #11 98.47 Setting up dmsetup (2:1.02.137-2) ... [2019-12-21T10:11:34.961Z] #11 98.51 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-12-21T10:11:34.961Z] #11 98.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:11:35.073Z] #41 12.54 GEN criu/include/version.h [2019-12-21T10:11:35.073Z] #41 12.70 GEN include/common/asm [2019-12-21T10:11:35.078Z] #41 ... [2019-12-21T10:11:35.078Z] [2019-12-21T10:11:35.078Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:35.078Z] #17 17.52 Fetched 7931 kB in 13s (577 kB/s) [2019-12-21T10:11:35.420Z] #11 DONE 98.9s [2019-12-21T10:11:35.420Z] [2019-12-21T10:11:35.420Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:11:35.993Z] #53 DONE 0.4s [2019-12-21T10:11:35.993Z] [2019-12-21T10:11:35.993Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:35.993Z] #42 55.81 DEP criu/util.d [2019-12-21T10:11:35.993Z] #42 56.07 DEP criu/uffd.d [2019-12-21T10:11:35.993Z] #42 56.27 DEP criu/tun.d [2019-12-21T10:11:35.993Z] #42 56.51 DEP criu/tty.d [2019-12-21T10:11:35.993Z] #42 56.82 DEP criu/timerfd.d [2019-12-21T10:11:35.993Z] #42 ... [2019-12-21T10:11:35.993Z] [2019-12-21T10:11:35.994Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-21T10:11:35.994Z] #54 DONE 0.1s [2019-12-21T10:11:35.994Z] [2019-12-21T10:11:35.994Z] #12 [dev 1/24] RUN groupadd -r docker [2019-12-21T10:11:35.994Z] #12 DONE 0.6s [2019-12-21T10:11:35.994Z] [2019-12-21T10:11:35.994Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:36.443Z] #55 0.241 + RM_GOPATH=0 [2019-12-21T10:11:36.443Z] #55 0.241 + TMP_GOPATH= [2019-12-21T10:11:36.443Z] #55 0.241 + : /build [2019-12-21T10:11:36.444Z] #55 0.241 + '[' -z '' ']' [2019-12-21T10:11:36.444Z] #55 0.242 ++ mktemp -d [2019-12-21T10:11:36.444Z] #55 0.244 + export GOPATH=/tmp/tmp.2zSwSHMsUm [2019-12-21T10:11:36.444Z] #55 0.245 + GOPATH=/tmp/tmp.2zSwSHMsUm [2019-12-21T10:11:36.444Z] #55 0.245 + RM_GOPATH=1 [2019-12-21T10:11:36.444Z] #55 0.246 ++ dirname ./install.sh [2019-12-21T10:11:36.444Z] #55 0.248 + dir=. [2019-12-21T10:11:36.444Z] #55 0.248 + bin=runc [2019-12-21T10:11:36.444Z] #55 0.248 + shift [2019-12-21T10:11:36.444Z] #55 0.248 + '[' '!' -f ./runc.installer ']' [2019-12-21T10:11:36.444Z] #55 0.248 + . ./runc.installer [2019-12-21T10:11:36.444Z] #55 0.249 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:11:36.444Z] #55 0.249 + install_runc [2019-12-21T10:11:36.444Z] #55 0.251 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-21T10:11:36.444Z] #55 0.252 + uname -r [2019-12-21T10:11:36.444Z] #55 0.255 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-21T10:11:36.444Z] #55 0.255 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-21T10:11:36.444Z] #55 0.255 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-21T10:11:36.444Z] #55 0.255 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2zSwSHMsUm/src/github.com/opencontainers/runc [2019-12-21T10:11:36.444Z] #55 0.263 Cloning into '/tmp/tmp.2zSwSHMsUm/src/github.com/opencontainers/runc'... [2019-12-21T10:11:36.450Z] #41 ... [2019-12-21T10:11:36.450Z] [2019-12-21T10:11:36.450Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:36.709Z] #59 43.14 Checking out files: 37% (1133/2992) Checking out files: 38% (1137/2992) Checking out files: 39% (1167/2992) Checking out files: 40% (1197/2992) Checking out files: 41% (1227/2992) Checking out files: 42% (1257/2992) Checking out files: 43% (1287/2992) Checking out files: 44% (1317/2992) Checking out files: 45% (1347/2992) Checking out files: 46% (1377/2992) Checking out files: 47% (1407/2992) Checking out files: 48% (1437/2992) Checking out files: 49% (1467/2992) Checking out files: 50% (1496/2992) Checking out files: 51% (1526/2992) Checking out files: 52% (1556/2992) Checking out files: 53% (1586/2992) Checking out files: 54% (1616/2992) Checking out files: 55% (1646/2992) Checking out files: 56% (1676/2992) Checking out files: 57% (1706/2992) Checking out files: 58% (1736/2992) Checking out files: 59% (1766/2992) Checking out files: 60% (1796/2992) Checking out files: 61% (1826/2992) Checking out files: 62% (1856/2992) Checking out files: 63% (1885/2992) Checking out files: 64% (1915/2992) Checking out files: 65% (1945/2992) Checking out files: 66% (1975/2992) Checking out files: 67% (2005/2992) Checking out files: 68% (2035/2992) Checking out files: 69% (2065/2992) Checking out files: 70% (2095/2992) Checking out files: 71% (2125/2992) Checking out files: 72% (2155/2992) Checking out files: 72% (2170/2992) Checking out files: 73% (2185/2992) Checking out files: 74% (2215/2992) Checking out files: 75% (2244/2992) Checking out files: 76% (2274/2992) Checking out files: 77% (2304/2992) Checking out files: 78% (2334/2992) Checking out files: 79% (2364/2992) Checking out files: 80% (2394/2992) Checking out files: 81% (2424/2992) Checking out files: 82% (2454/2992) Checking out files: 83% (2484/2992) Checking out files: 84% (2514/2992) Checking out files: 85% (2544/2992) Checking out files: 86% (2574/2992) Checking out files: 87% (2604/2992) Checking out files: 88% (2633/2992) Checking out files: 89% (2663/2992) Checking out files: 90% (2693/2992) Checking out files: 91% (2723/2992) Checking out files: 92% (2753/2992) Checking out files: 93% (2783/2992) Checking out files: 94% (2813/2992) Checking out files: 94% (2836/2992) Checking out files: 95% (2843/2992) Checking out files: 96% (2873/2992) Checking out files: 97% (2903/2992) Checking out files: 98% (2933/2992) Checking out files: 99% (2963/2992) Checking out files: 100% (2992/2992) Checking out files: 100% (2992/2992), done. [2019-12-21T10:11:36.876Z] #55 ... [2019-12-21T10:11:36.876Z] [2019-12-21T10:11:36.876Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-21T10:11:36.876Z] #13 DONE 0.4s [2019-12-21T10:11:36.876Z] [2019-12-21T10:11:36.876Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-21T10:11:36.876Z] #14 0.269 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-21T10:11:36.967Z] #59 45.45 + cd /tmp/tmp.5t75E9rK27/src/github.com/containerd/containerd [2019-12-21T10:11:36.967Z] #59 45.45 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:11:37.293Z] #14 DONE 0.5s [2019-12-21T10:11:37.293Z] [2019-12-21T10:11:37.293Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-21T10:11:37.679Z] #15 DONE 0.4s [2019-12-21T10:11:37.679Z] [2019-12-21T10:11:37.679Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-21T10:11:37.679Z] #16 DONE 0.3s [2019-12-21T10:11:37.679Z] [2019-12-21T10:11:37.679Z] #17 [dev 6/24] RUN ldconfig [2019-12-21T10:11:37.900Z] #59 ... [2019-12-21T10:11:37.900Z] [2019-12-21T10:11:37.900Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:37.900Z] #31 98.18 fmt [2019-12-21T10:11:37.900Z] #31 98.20 path/filepath [2019-12-21T10:11:37.900Z] #31 100.8 io/ioutil [2019-12-21T10:11:37.900Z] #31 104.4 github.com/BurntSushi/toml [2019-12-21T10:11:37.900Z] #31 104.4 flag [2019-12-21T10:11:37.900Z] #31 107.3 log [2019-12-21T10:11:37.900Z] #31 ... [2019-12-21T10:11:37.900Z] [2019-12-21T10:11:37.900Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:37.900Z] #41 14.99 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-21T10:11:37.900Z] #41 15.16 PBCC images/opts.pb-c.c [2019-12-21T10:11:37.900Z] #41 15.26 PBCC images/sit.pb-c.c [2019-12-21T10:11:37.900Z] #41 15.34 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-21T10:11:37.900Z] #41 15.48 DEP images/opts.pb-c.d [2019-12-21T10:11:37.900Z] #41 15.50 DEP images/sit.pb-c.d [2019-12-21T10:11:37.900Z] #41 15.52 PBCC images/macvlan.pb-c.c [2019-12-21T10:11:37.900Z] #41 15.54 DEP images/macvlan.pb-c.d [2019-12-21T10:11:37.900Z] #41 15.57 PBCC images/autofs.pb-c.c [2019-12-21T10:11:38.065Z] #17 DONE 0.4s [2019-12-21T10:11:38.065Z] [2019-12-21T10:11:38.065Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:38.065Z] #42 57.32 DEP criu/sysfs_parse.d [2019-12-21T10:11:38.065Z] #42 57.50 DEP criu/sysctl.d [2019-12-21T10:11:38.065Z] #42 57.77 DEP criu/string.d [2019-12-21T10:11:38.065Z] #42 57.90 DEP criu/stats.d [2019-12-21T10:11:38.065Z] #42 58.19 DEP criu/sockets.d [2019-12-21T10:11:38.065Z] #42 58.59 DEP criu/sk-unix.d [2019-12-21T10:11:38.065Z] #42 59.00 DEP criu/sk-tcp.d [2019-12-21T10:11:38.065Z] #42 59.35 DEP criu/sk-queue.d [2019-12-21T10:11:38.158Z] #41 15.58 DEP images/autofs.pb-c.d [2019-12-21T10:11:38.158Z] #41 15.66 PBCC images/sysctl.pb-c.c [2019-12-21T10:11:38.158Z] #41 15.71 DEP images/sysctl.pb-c.d [2019-12-21T10:11:38.158Z] #41 15.80 PBCC images/time.pb-c.c [2019-12-21T10:11:38.415Z] #41 15.93 DEP images/time.pb-c.d [2019-12-21T10:11:38.415Z] #41 16.06 PBCC images/binfmt-misc.pb-c.c [2019-12-21T10:11:38.454Z] #42 59.63 DEP criu/sk-packet.d [2019-12-21T10:11:38.672Z] #41 16.12 DEP images/binfmt-misc.pb-c.d [2019-12-21T10:11:38.672Z] #41 16.24 PBCC images/seccomp.pb-c.c [2019-12-21T10:11:38.672Z] #41 16.27 DEP images/seccomp.pb-c.d [2019-12-21T10:11:38.891Z] #42 59.87 DEP criu/sk-netlink.d [2019-12-21T10:11:38.931Z] #41 16.42 PBCC images/userns.pb-c.c [2019-12-21T10:11:39.188Z] #41 16.53 DEP images/userns.pb-c.d [2019-12-21T10:11:39.188Z] #41 16.60 PBCC images/cgroup.pb-c.c [2019-12-21T10:11:39.188Z] #41 16.73 DEP images/cgroup.pb-c.d [2019-12-21T10:11:39.289Z] #17 17.52 Reading package lists... [2019-12-21T10:11:39.289Z] #17 ... [2019-12-21T10:11:39.289Z] [2019-12-21T10:11:39.289Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:11:39.289Z] #28 228.3 + rm -rf /tmp/tmp.nmbHx8y78s [2019-12-21T10:11:39.289Z] #28 DONE 229.2s [2019-12-21T10:11:39.289Z] [2019-12-21T10:11:39.289Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:39.289Z] #41 129.1 DEP criu/fsnotify.d [2019-12-21T10:11:39.289Z] #41 129.4 DEP criu/filesystems.d [2019-12-21T10:11:39.289Z] #41 129.7 DEP criu/files.d [2019-12-21T10:11:39.289Z] #41 130.0 DEP criu/files-reg.d [2019-12-21T10:11:39.289Z] #41 130.3 DEP criu/files-ext.d [2019-12-21T10:11:39.289Z] #41 130.6 DEP criu/file-lock.d [2019-12-21T10:11:39.289Z] #41 130.8 DEP criu/file-ids.d [2019-12-21T10:11:39.289Z] #41 131.0 DEP criu/fifo.d [2019-12-21T10:11:39.289Z] #41 131.3 DEP criu/fdstore.d [2019-12-21T10:11:39.289Z] #41 131.6 DEP criu/fault-injection.d [2019-12-21T10:11:39.289Z] #41 131.7 DEP criu/external.d [2019-12-21T10:11:39.289Z] #41 132.0 DEP criu/eventpoll.d [2019-12-21T10:11:39.289Z] #41 132.3 DEP criu/eventfd.d [2019-12-21T10:11:39.289Z] #41 132.7 DEP criu/crtools.d [2019-12-21T10:11:39.289Z] #41 132.8 DEP criu/cr-service.d [2019-12-21T10:11:39.289Z] #41 133.1 DEP criu/cr-restore.d [2019-12-21T10:11:39.289Z] #41 133.4 DEP criu/cr-errno.d [2019-12-21T10:11:39.289Z] #41 133.4 DEP criu/cr-dump.d [2019-12-21T10:11:39.305Z] #42 60.22 DEP criu/sk-inet.d [2019-12-21T10:11:39.305Z] #42 60.53 DEP criu/signalfd.d [2019-12-21T10:11:39.445Z] #41 16.85 PBCC images/fown.pb-c.c [2019-12-21T10:11:39.445Z] #41 16.94 PBCC images/ext-file.pb-c.c [2019-12-21T10:11:39.703Z] #41 17.13 DEP images/fown.pb-c.d [2019-12-21T10:11:39.703Z] #41 17.17 DEP images/ext-file.pb-c.d [2019-12-21T10:11:39.703Z] #41 17.32 PBCC images/rpc.pb-c.c [2019-12-21T10:11:39.704Z] #42 60.85 DEP criu/sigframe.d [2019-12-21T10:11:39.704Z] #42 60.94 DEP criu/shmem.d [2019-12-21T10:11:39.851Z] #41 133.8 DEP criu/cr-dedup.d [2019-12-21T10:11:39.961Z] #41 17.40 DEP images/rpc.pb-c.d [2019-12-21T10:11:39.961Z] #41 17.49 PBCC images/siginfo.pb-c.c [2019-12-21T10:11:39.961Z] #41 17.54 DEP images/siginfo.pb-c.d [2019-12-21T10:11:39.961Z] #41 17.66 PBCC images/pagemap.pb-c.c [2019-12-21T10:11:40.107Z] #41 134.1 DEP criu/cr-check.d [2019-12-21T10:11:40.113Z] #42 61.16 DEP criu/servicefd.d [2019-12-21T10:11:40.113Z] #42 ... [2019-12-21T10:11:40.113Z] [2019-12-21T10:11:40.113Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:40.113Z] #45 93.11 compress/gzip [2019-12-21T10:11:40.113Z] #45 93.78 vendor/golang.org/x/crypto/cryptobyte [2019-12-21T10:11:40.113Z] #45 93.81 net [2019-12-21T10:11:40.113Z] #45 95.85 vendor/golang.org/x/crypto/chacha20poly1305 [2019-12-21T10:11:40.113Z] #45 96.56 vendor/golang.org/x/crypto/curve25519 [2019-12-21T10:11:40.113Z] #45 97.13 vendor/golang.org/x/crypto/hkdf [2019-12-21T10:11:40.113Z] #45 97.31 vendor/golang.org/x/text/transform [2019-12-21T10:11:40.113Z] #45 97.91 vendor/golang.org/x/text/unicode/bidi [2019-12-21T10:11:40.113Z] #45 100.9 vendor/golang.org/x/text/secure/bidirule [2019-12-21T10:11:40.113Z] #45 101.3 vendor/golang.org/x/text/unicode/norm [2019-12-21T10:11:40.113Z] #45 ... [2019-12-21T10:11:40.113Z] [2019-12-21T10:11:40.113Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:40.113Z] #42 61.26 DEP criu/seize.d [2019-12-21T10:11:40.220Z] #41 17.78 DEP images/pagemap.pb-c.d [2019-12-21T10:11:40.363Z] #41 134.3 DEP criu/config.d [2019-12-21T10:11:40.477Z] #41 17.95 PBCC images/rlimit.pb-c.c [2019-12-21T10:11:40.477Z] #41 18.02 DEP images/rlimit.pb-c.d [2019-12-21T10:11:40.477Z] #41 18.05 PBCC images/file-lock.pb-c.c [2019-12-21T10:11:40.477Z] #41 18.10 DEP images/file-lock.pb-c.d [2019-12-21T10:11:40.529Z] #42 61.40 DEP criu/seccomp.d [2019-12-21T10:11:40.529Z] #42 61.67 DEP criu/rst-malloc.d [2019-12-21T10:11:40.529Z] #42 61.71 DEP criu/rbtree.d [2019-12-21T10:11:40.529Z] #42 61.74 DEP criu/pstree.d [2019-12-21T10:11:40.619Z] #41 134.6 DEP criu/clone-noasan.d [2019-12-21T10:11:40.735Z] #41 18.19 PBCC images/tty.pb-c.c [2019-12-21T10:11:40.735Z] #41 18.25 DEP images/tty.pb-c.d [2019-12-21T10:11:40.875Z] #41 134.6 DEP criu/cgroup.d [2019-12-21T10:11:40.875Z] #41 134.9 DEP criu/cgroup-props.d [2019-12-21T10:11:40.911Z] #42 61.88 DEP criu/protobuf.d [2019-12-21T10:11:40.911Z] #42 62.05 GEN criu/protobuf-desc-gen.h [2019-12-21T10:11:40.992Z] #41 18.39 PBCC images/tun.pb-c.c [2019-12-21T10:11:40.992Z] #41 18.42 PBCC images/netdev.pb-c.c [2019-12-21T10:11:40.992Z] #41 18.57 DEP images/tun.pb-c.d [2019-12-21T10:11:41.131Z] #41 135.0 DEP criu/bitmap.d [2019-12-21T10:11:41.131Z] #41 135.0 DEP criu/bfd.d [2019-12-21T10:11:41.131Z] #41 135.1 DEP criu/autofs.d [2019-12-21T10:11:41.250Z] #41 18.68 DEP images/netdev.pb-c.d [2019-12-21T10:11:41.250Z] #41 18.80 PBCC images/vma.pb-c.c [2019-12-21T10:11:41.250Z] #41 18.89 DEP images/vma.pb-c.d [2019-12-21T10:11:41.387Z] #41 135.3 DEP criu/aio.d [2019-12-21T10:11:41.387Z] #41 135.5 DEP criu/action-scripts.d [2019-12-21T10:11:41.508Z] #41 19.04 PBCC images/creds.pb-c.c [2019-12-21T10:11:41.508Z] #41 19.08 DEP images/creds.pb-c.d [2019-12-21T10:11:41.508Z] #41 19.19 PBCC images/utsns.pb-c.c [2019-12-21T10:11:41.643Z] #41 135.8 CC criu/action-scripts.o [2019-12-21T10:11:41.770Z] #41 19.23 DEP images/utsns.pb-c.d [2019-12-21T10:11:41.771Z] #41 19.37 PBCC images/ipc-desc.pb-c.c [2019-12-21T10:11:41.771Z] #41 19.44 PBCC images/ipc-sem.pb-c.c [2019-12-21T10:11:42.028Z] #41 19.51 DEP images/ipc-desc.pb-c.d [2019-12-21T10:11:42.028Z] #41 19.69 DEP images/ipc-sem.pb-c.d [2019-12-21T10:11:42.235Z] #42 63.32 DEP criu/protobuf-desc.d [2019-12-21T10:11:42.235Z] #42 63.50 DEP criu/proc_parse.d [2019-12-21T10:11:42.289Z] #41 19.79 PBCC images/ipc-msg.pb-c.c [2019-12-21T10:11:42.289Z] #41 ... [2019-12-21T10:11:42.289Z] [2019-12-21T10:11:42.289Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:42.289Z] #36 11.17 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-21T10:11:42.289Z] #36 11.20 -- Detecting C compiler ABI info [2019-12-21T10:11:42.289Z] #36 12.10 -- Detecting C compiler ABI info - done [2019-12-21T10:11:42.289Z] #36 12.17 -- Detecting C compile features [2019-12-21T10:11:42.289Z] #36 14.79 -- Detecting C compile features - done [2019-12-21T10:11:42.289Z] #36 14.83 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-21T10:11:42.289Z] #36 15.19 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-21T10:11:42.289Z] #36 15.39 -- Configuring done [2019-12-21T10:11:42.289Z] #36 15.45 -- Generating done [2019-12-21T10:11:42.289Z] #36 15.50 -- Build files have been written to: /tmp/tmp.ZSASUjltDl/tini [2019-12-21T10:11:42.289Z] #36 15.53 + make tini-static [2019-12-21T10:11:42.289Z] #36 15.77 Scanning dependencies of target tini-static [2019-12-21T10:11:42.289Z] #36 15.89 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-21T10:11:42.289Z] #36 17.83 [100%] Linking C executable tini-static [2019-12-21T10:11:42.289Z] #36 18.87 [100%] Built target tini-static [2019-12-21T10:11:42.289Z] #36 18.97 + mkdir -p /build [2019-12-21T10:11:42.289Z] #36 18.98 + cp tini-static /build/docker-init [2019-12-21T10:11:42.289Z] #36 DONE 20.0s [2019-12-21T10:11:42.289Z] [2019-12-21T10:11:42.289Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:42.289Z] #41 19.81 DEP images/ipc-msg.pb-c.d [2019-12-21T10:11:42.289Z] #41 19.93 PBCC images/ipc-shm.pb-c.c [2019-12-21T10:11:42.548Z] #41 20.00 DEP images/ipc-shm.pb-c.d [2019-12-21T10:11:42.548Z] #41 20.12 PBCC images/ipc-var.pb-c.c [2019-12-21T10:11:42.548Z] #41 20.16 DEP images/ipc-var.pb-c.d [2019-12-21T10:11:42.570Z] #41 136.2 CC criu/aio.o [2019-12-21T10:11:42.654Z] #42 63.75 DEP criu/plugin.d [2019-12-21T10:11:42.654Z] #42 63.83 DEP criu/pipes.d [2019-12-21T10:11:42.806Z] #41 20.31 PBCC images/sk-opts.pb-c.c [2019-12-21T10:11:42.806Z] #41 20.34 PBCC images/packet-sock.pb-c.c [2019-12-21T10:11:42.806Z] #41 20.39 DEP images/sk-opts.pb-c.d [2019-12-21T10:11:42.806Z] #41 20.45 DEP images/packet-sock.pb-c.d [2019-12-21T10:11:42.826Z] #41 136.8 CC criu/autofs.o [2019-12-21T10:11:43.063Z] #42 64.07 DEP criu/pie-util.d [2019-12-21T10:11:43.063Z] #42 64.27 DEP criu/pie-util-vdso.d [2019-12-21T10:11:43.065Z] #41 20.58 PBCC images/sk-netlink.pb-c.c [2019-12-21T10:11:43.065Z] #41 20.71 DEP images/sk-netlink.pb-c.d [2019-12-21T10:11:43.324Z] #41 20.85 PBCC images/sk-inet.pb-c.c [2019-12-21T10:11:43.324Z] #41 20.96 DEP images/sk-inet.pb-c.d [2019-12-21T10:11:43.473Z] #42 64.55 DEP criu/pie-util-vdso-elf32.d [2019-12-21T10:11:43.473Z] #42 64.68 DEP criu/path.d [2019-12-21T10:11:43.582Z] #41 21.10 PBCC images/sk-unix.pb-c.c [2019-12-21T10:11:43.582Z] #41 21.15 DEP images/sk-unix.pb-c.d [2019-12-21T10:11:43.582Z] #41 21.21 PBCC images/mm.pb-c.c [2019-12-21T10:11:43.840Z] #41 21.30 DEP images/mm.pb-c.d [2019-12-21T10:11:43.840Z] #41 21.49 PBCC images/timerfd.pb-c.c [2019-12-21T10:11:43.880Z] #42 64.84 DEP criu/parasite-syscall.d [2019-12-21T10:11:43.880Z] #42 65.01 DEP criu/pagemap.d [2019-12-21T10:11:43.880Z] #42 65.10 DEP criu/pagemap-cache.d [2019-12-21T10:11:43.880Z] #42 65.17 DEP criu/page-xfer.d [2019-12-21T10:11:44.099Z] #41 21.65 DEP images/timerfd.pb-c.d [2019-12-21T10:11:44.190Z] #41 138.2 CC criu/bfd.o [2019-12-21T10:11:44.302Z] #42 65.36 DEP criu/page-pipe.d [2019-12-21T10:11:44.302Z] #42 65.48 DEP criu/netfilter.d [2019-12-21T10:11:44.357Z] #41 21.79 PBCC images/timer.pb-c.c [2019-12-21T10:11:44.357Z] #41 21.87 DEP images/timer.pb-c.d [2019-12-21T10:11:44.357Z] #41 21.91 PBCC images/sa.pb-c.c [2019-12-21T10:11:44.357Z] #41 22.04 DEP images/sa.pb-c.d [2019-12-21T10:11:44.615Z] #41 22.14 PBCC images/pipe-data.pb-c.c [2019-12-21T10:11:44.615Z] #41 22.16 DEP images/pipe-data.pb-c.d [2019-12-21T10:11:44.615Z] #41 22.20 PBCC images/mnt.pb-c.c [2019-12-21T10:11:44.752Z] #41 138.6 CC criu/bitmap.o [2019-12-21T10:11:44.752Z] #41 138.7 CC criu/cgroup-props.o [2019-12-21T10:11:44.873Z] #41 22.32 DEP images/mnt.pb-c.d [2019-12-21T10:11:44.873Z] #41 22.41 PBCC images/sk-packet.pb-c.c [2019-12-21T10:11:44.873Z] #41 22.47 DEP images/sk-packet.pb-c.d [2019-12-21T10:11:44.873Z] #41 22.56 PBCC images/tcp-stream.pb-c.c [2019-12-21T10:11:45.131Z] #41 22.59 DEP images/tcp-stream.pb-c.d [2019-12-21T10:11:45.131Z] #41 22.67 PBCC images/pipe.pb-c.c [2019-12-21T10:11:45.131Z] #41 22.72 DEP images/pipe.pb-c.d [2019-12-21T10:11:45.155Z] #42 65.63 DEP criu/net.d [2019-12-21T10:11:45.155Z] #42 66.05 DEP criu/namespaces.d [2019-12-21T10:11:45.155Z] #42 66.32 DEP criu/mount.d [2019-12-21T10:11:45.390Z] #41 22.83 PBCC images/pstree.pb-c.c [2019-12-21T10:11:45.390Z] #41 22.85 DEP images/pstree.pb-c.d [2019-12-21T10:11:45.390Z] #41 22.91 PBCC images/fs.pb-c.c [2019-12-21T10:11:45.390Z] #41 22.96 DEP images/fs.pb-c.d [2019-12-21T10:11:45.390Z] #41 23.10 PBCC images/signalfd.pb-c.c [2019-12-21T10:11:45.648Z] #41 23.15 DEP images/signalfd.pb-c.d [2019-12-21T10:11:45.648Z] #41 23.23 PBCC images/fh.pb-c.c [2019-12-21T10:11:45.679Z] #41 139.6 CC criu/cgroup.o [2019-12-21T10:11:45.744Z] #42 66.79 DEP criu/mem.d [2019-12-21T10:11:45.907Z] #41 23.28 PBCC images/fsnotify.pb-c.c [2019-12-21T10:11:45.907Z] #41 23.33 DEP images/fh.pb-c.d [2019-12-21T10:11:45.907Z] #41 23.41 DEP images/fsnotify.pb-c.d [2019-12-21T10:11:45.907Z] #41 23.52 PBCC images/eventpoll.pb-c.c [2019-12-21T10:11:46.166Z] #41 23.60 DEP images/eventpoll.pb-c.d [2019-12-21T10:11:46.166Z] #41 ... [2019-12-21T10:11:46.166Z] [2019-12-21T10:11:46.166Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:46.166Z] #44 106.6 regexp [2019-12-21T10:11:46.166Z] #44 107.7 go/token [2019-12-21T10:11:46.166Z] #44 109.1 go/scanner [2019-12-21T10:11:46.166Z] #44 111.0 go/ast [2019-12-21T10:11:46.166Z] #44 113.6 internal/lazyregexp [2019-12-21T10:11:46.166Z] #44 114.2 net/url [2019-12-21T10:11:46.166Z] #44 116.5 text/template/parse [2019-12-21T10:11:46.166Z] #44 ... [2019-12-21T10:11:46.166Z] [2019-12-21T10:11:46.166Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:46.166Z] #41 23.69 PBCC images/eventfd.pb-c.c [2019-12-21T10:11:46.166Z] #41 23.77 DEP images/eventfd.pb-c.d [2019-12-21T10:11:46.212Z] #42 67.23 DEP criu/lsm.d [2019-12-21T10:11:46.424Z] #41 23.86 PBCC images/remap-file-path.pb-c.c [2019-12-21T10:11:46.424Z] #41 23.90 DEP images/remap-file-path.pb-c.d [2019-12-21T10:11:46.424Z] #41 23.96 PBCC images/fifo.pb-c.c [2019-12-21T10:11:46.424Z] #41 24.01 DEP images/fifo.pb-c.d [2019-12-21T10:11:46.606Z] #41 ... [2019-12-21T10:11:46.606Z] [2019-12-21T10:11:46.606Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:46.606Z] #17 17.52 Reading package lists... [2019-12-21T10:11:46.606Z] #17 22.59 Reading package lists... [2019-12-21T10:11:46.606Z] #17 26.08 Building dependency tree... [2019-12-21T10:11:46.606Z] #17 27.23 The following additional packages will be installed: [2019-12-21T10:11:46.606Z] #17 27.24 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-21T10:11:46.606Z] #17 27.24 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-21T10:11:46.606Z] #17 27.24 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-21T10:11:46.606Z] #17 27.24 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-21T10:11:46.606Z] #17 27.24 python3.5 python3.5-minimal vim-runtime xxd [2019-12-21T10:11:46.606Z] #17 27.25 Suggested packages: [2019-12-21T10:11:46.606Z] #17 27.25 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-21T10:11:46.606Z] #17 27.25 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-21T10:11:46.606Z] #17 27.25 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-21T10:11:46.606Z] #17 27.25 quota [2019-12-21T10:11:46.606Z] #17 27.25 Recommended packages: [2019-12-21T10:11:46.606Z] #17 27.25 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-21T10:11:46.606Z] #17 27.25 python3-keyrings.alt python3-xdg unzip [2019-12-21T10:11:46.606Z] #17 29.08 The following NEW packages will be installed: [2019-12-21T10:11:46.606Z] #17 29.08 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-21T10:11:46.606Z] #17 29.08 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-21T10:11:46.606Z] #17 29.08 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-21T10:11:46.606Z] #17 29.08 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-21T10:11:46.606Z] #17 29.09 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-21T10:11:46.606Z] #17 29.09 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-21T10:11:46.606Z] #17 29.09 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-21T10:11:46.606Z] #17 29.09 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-21T10:11:46.640Z] #42 67.59 DEP criu/log.d [2019-12-21T10:11:46.640Z] #42 67.74 DEP criu/libnetlink.d [2019-12-21T10:11:46.640Z] #42 67.89 DEP criu/kerndat.d [2019-12-21T10:11:46.682Z] #41 24.09 PBCC images/ghost-file.pb-c.c [2019-12-21T10:11:46.682Z] #41 24.16 DEP images/ghost-file.pb-c.d [2019-12-21T10:11:46.682Z] #41 24.22 PBCC images/regfile.pb-c.c [2019-12-21T10:11:46.682Z] #41 24.31 DEP images/regfile.pb-c.d [2019-12-21T10:11:46.940Z] #41 24.40 PBCC images/ns.pb-c.c [2019-12-21T10:11:46.940Z] #41 24.46 DEP images/ns.pb-c.d [2019-12-21T10:11:46.940Z] #41 24.59 PBCC images/fdinfo.pb-c.c [2019-12-21T10:11:47.030Z] #42 68.14 DEP criu/kcmp-ids.d [2019-12-21T10:11:47.030Z] #42 68.26 DEP criu/irmap.d [2019-12-21T10:11:47.030Z] #42 68.33 DEP criu/ipc_ns.d [2019-12-21T10:11:47.198Z] #41 24.69 DEP images/fdinfo.pb-c.d [2019-12-21T10:11:47.198Z] #41 24.83 PBCC images/core-aarch64.pb-c.c [2019-12-21T10:11:47.422Z] #42 68.53 DEP criu/image.d [2019-12-21T10:11:47.457Z] #41 24.91 PBCC images/core-arm.pb-c.c [2019-12-21T10:11:47.457Z] #41 25.03 PBCC images/core-ppc64.pb-c.c [2019-12-21T10:11:47.457Z] #41 25.04 PBCC images/core-s390.pb-c.c [2019-12-21T10:11:47.457Z] #41 25.11 PBCC images/core-x86.pb-c.c [2019-12-21T10:11:47.714Z] #41 ... [2019-12-21T10:11:47.714Z] [2019-12-21T10:11:47.714Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:11:47.714Z] #31 110.7 github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:11:47.714Z] #31 DONE 118.0s [2019-12-21T10:11:47.714Z] [2019-12-21T10:11:47.714Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:47.714Z] #41 25.27 PBCC images/core.pb-c.c [2019-12-21T10:11:47.829Z] #42 68.77 DEP criu/image-desc.d [2019-12-21T10:11:47.829Z] #42 68.86 DEP criu/fsnotify.d [2019-12-21T10:11:47.829Z] #42 69.03 DEP criu/filesystems.d [2019-12-21T10:11:47.973Z] #41 25.47 PBCC images/inventory.pb-c.c [2019-12-21T10:11:47.973Z] #41 25.56 DEP images/core-aarch64.pb-c.d [2019-12-21T10:11:47.973Z] #41 25.68 DEP images/core-arm.pb-c.d [2019-12-21T10:11:47.973Z] #41 ... [2019-12-21T10:11:47.973Z] [2019-12-21T10:11:47.973Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:47.973Z] #59 46.59 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-21T10:11:47.973Z] #59 46.59 + BUILDTAGS='netgo osusergo static_build' [2019-12-21T10:11:47.973Z] #59 46.59 + export EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:11:47.973Z] #59 46.59 + EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:11:47.973Z] #59 46.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-21T10:11:47.973Z] #59 46.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-21T10:11:47.973Z] #59 46.59 + '[' '' = dynamic ']' [2019-12-21T10:11:47.973Z] #59 46.59 + make [2019-12-21T10:11:47.973Z] #59 49.22 + bin/ctr [2019-12-21T10:11:47.973Z] #17 30.18 0 upgraded, 46 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:11:47.973Z] #17 30.18 Need to get 17.8 MB of archives. [2019-12-21T10:11:47.973Z] #17 30.18 After this operation, 76.2 MB of additional disk space will be used. [2019-12-21T10:11:47.974Z] #17 30.18 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-12-21T10:11:47.974Z] #17 30.18 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-21T10:11:47.974Z] #17 30.19 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-12-21T10:11:47.974Z] #17 30.19 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-12-21T10:11:47.974Z] #17 30.22 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-12-21T10:11:47.974Z] #17 30.31 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-12-21T10:11:47.974Z] #17 30.31 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-12-21T10:11:47.974Z] #17 30.31 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-12-21T10:11:47.974Z] #17 30.41 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-12-21T10:11:47.974Z] #17 30.43 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-12-21T10:11:47.974Z] #17 30.44 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-12-21T10:11:47.974Z] #17 30.44 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-12-21T10:11:47.974Z] #17 30.44 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-12-21T10:11:47.974Z] #17 30.44 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-12-21T10:11:47.974Z] #17 30.45 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-12-21T10:11:47.974Z] #17 30.46 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-12-21T10:11:47.974Z] #17 30.46 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-12-21T10:11:47.974Z] #17 30.47 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-12-21T10:11:47.974Z] #17 30.47 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-12-21T10:11:47.974Z] #17 30.48 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:11:47.974Z] #17 30.49 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:11:47.974Z] #17 30.50 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-12-21T10:11:47.974Z] #17 30.50 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-12-21T10:11:47.974Z] #17 30.51 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-12-21T10:11:47.974Z] #17 30.52 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-12-21T10:11:48.226Z] #42 69.15 DEP criu/files.d [2019-12-21T10:11:48.226Z] #42 69.35 DEP criu/files-reg.d [2019-12-21T10:11:48.226Z] #42 ... [2019-12-21T10:11:48.226Z] [2019-12-21T10:11:48.226Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:48.226Z] #18 0.385 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:11:48.226Z] #18 0.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:11:48.226Z] #18 0.434 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:11:48.226Z] #18 0.470 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:11:48.226Z] #18 0.492 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:11:48.226Z] #18 1.097 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB] [2019-12-21T10:11:48.226Z] #18 2.057 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-21T10:11:48.226Z] #18 2.663 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-21T10:11:48.226Z] #18 9.657 Fetched 7675 kB in 9s (826 kB/s) [2019-12-21T10:11:48.226Z] #18 9.657 Reading package lists... [2019-12-21T10:11:48.226Z] #18 ... [2019-12-21T10:11:48.226Z] [2019-12-21T10:11:48.226Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:48.226Z] #42 69.48 DEP criu/files-ext.d [2019-12-21T10:11:48.229Z] #17 30.52 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-21T10:11:48.229Z] #17 30.53 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-21T10:11:48.229Z] #17 30.54 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-21T10:11:48.229Z] #17 30.54 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-12-21T10:11:48.229Z] #17 30.54 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-12-21T10:11:48.229Z] #17 30.55 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-21T10:11:48.229Z] #17 30.55 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-21T10:11:48.229Z] #17 30.55 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-12-21T10:11:48.229Z] #17 30.56 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-12-21T10:11:48.229Z] #17 30.58 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-21T10:11:48.229Z] #17 30.66 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-21T10:11:48.229Z] #17 30.66 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-21T10:11:48.229Z] #17 30.67 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-12-21T10:11:48.229Z] #17 30.69 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-21T10:11:48.229Z] #17 30.69 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-12-21T10:11:48.229Z] #17 30.71 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-21T10:11:48.229Z] #17 ... [2019-12-21T10:11:48.229Z] [2019-12-21T10:11:48.229Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:48.229Z] #41 142.3 CC criu/clone-noasan.o [2019-12-21T10:11:48.231Z] #59 ... [2019-12-21T10:11:48.232Z] [2019-12-21T10:11:48.232Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:48.232Z] #41 25.77 DEP images/core-ppc64.pb-c.d [2019-12-21T10:11:48.485Z] #41 142.4 CC criu/config.o [2019-12-21T10:11:48.490Z] #41 25.88 DEP images/core-s390.pb-c.d [2019-12-21T10:11:48.490Z] #41 26.05 DEP images/core-x86.pb-c.d [2019-12-21T10:11:48.642Z] #42 69.68 DEP criu/file-lock.d [2019-12-21T10:11:48.642Z] #42 ... [2019-12-21T10:11:48.642Z] [2019-12-21T10:11:48.642Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:48.642Z] #63 101.7 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:11:48.642Z] #63 101.7 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-21T10:11:48.642Z] #63 ... [2019-12-21T10:11:48.642Z] [2019-12-21T10:11:48.642Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:48.642Z] #55 6.116 + cd /tmp/tmp.2zSwSHMsUm/src/github.com/opencontainers/runc [2019-12-21T10:11:48.642Z] #55 6.116 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:11:48.642Z] #55 6.386 + '[' -z '' ']' [2019-12-21T10:11:48.642Z] #55 6.386 + target=static [2019-12-21T10:11:48.642Z] #55 6.386 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-21T10:11:48.642Z] #55 7.618 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-21T10:11:48.749Z] #41 26.14 DEP images/core.pb-c.d [2019-12-21T10:11:48.749Z] #41 26.23 DEP images/inventory.pb-c.d [2019-12-21T10:11:48.749Z] #41 26.33 PBCC images/cpuinfo.pb-c.c [2019-12-21T10:11:48.749Z] #41 26.37 DEP images/cpuinfo.pb-c.d [2019-12-21T10:11:49.007Z] #41 26.49 PBCC images/stats.pb-c.c [2019-12-21T10:11:49.007Z] #41 26.62 DEP images/stats.pb-c.d [2019-12-21T10:11:49.052Z] #55 ... [2019-12-21T10:11:49.052Z] [2019-12-21T10:11:49.052Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:49.052Z] #42 69.94 DEP criu/file-ids.d [2019-12-21T10:11:49.052Z] #42 ... [2019-12-21T10:11:49.052Z] [2019-12-21T10:11:49.052Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:49.052Z] #63 DONE 112.0s [2019-12-21T10:11:49.052Z] [2019-12-21T10:11:49.052Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:11:49.052Z] #64 DONE 0.1s [2019-12-21T10:11:49.052Z] [2019-12-21T10:11:49.052Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:49.052Z] #42 70.10 DEP criu/fifo.d [2019-12-21T10:11:49.052Z] #42 70.20 DEP criu/fdstore.d [2019-12-21T10:11:49.052Z] #42 70.30 DEP criu/fault-injection.d [2019-12-21T10:11:49.266Z] #41 ... [2019-12-21T10:11:49.266Z] [2019-12-21T10:11:49.266Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:49.266Z] #10 110.1 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-21T10:11:49.266Z] #10 110.1 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-21T10:11:49.266Z] #10 110.1 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:11:49.266Z] #10 ... [2019-12-21T10:11:49.266Z] [2019-12-21T10:11:49.266Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:49.266Z] #44 119.8 go/parser [2019-12-21T10:11:49.450Z] #42 70.34 DEP criu/external.d [2019-12-21T10:11:49.450Z] #42 70.59 DEP criu/eventpoll.d [2019-12-21T10:11:49.837Z] #42 70.93 DEP criu/eventfd.d [2019-12-21T10:11:49.837Z] #42 71.11 DEP criu/crtools.d [2019-12-21T10:11:49.848Z] #41 143.8 CC criu/cr-check.o [2019-12-21T10:11:50.263Z] #42 71.40 DEP criu/cr-service.d [2019-12-21T10:11:50.263Z] #42 71.63 DEP criu/cr-restore.d [2019-12-21T10:11:50.664Z] #42 71.90 DEP criu/cr-errno.d [2019-12-21T10:11:50.664Z] #42 71.91 DEP criu/cr-dump.d [2019-12-21T10:11:51.066Z] #42 72.18 DEP criu/cr-dedup.d [2019-12-21T10:11:51.483Z] #42 72.33 DEP criu/cr-check.d [2019-12-21T10:11:51.483Z] #42 72.60 DEP criu/config.d [2019-12-21T10:11:51.483Z] #42 72.73 DEP criu/clone-noasan.d [2019-12-21T10:11:51.735Z] #41 145.5 CC criu/cr-dedup.o [2019-12-21T10:11:51.902Z] #42 72.77 DEP criu/cgroup.d [2019-12-21T10:11:51.902Z] #42 73.04 DEP criu/cgroup-props.d [2019-12-21T10:11:51.902Z] #42 73.17 DEP criu/bitmap.d [2019-12-21T10:11:52.296Z] #41 146.1 CC criu/cr-dump.o [2019-12-21T10:11:52.309Z] #42 73.18 DEP criu/bfd.d [2019-12-21T10:11:52.309Z] #42 73.37 DEP criu/autofs.d [2019-12-21T10:11:52.309Z] #42 73.54 DEP criu/aio.d [2019-12-21T10:11:52.693Z] #42 73.77 DEP criu/action-scripts.d [2019-12-21T10:11:52.693Z] #42 73.98 CC criu/action-scripts.o [2019-12-21T10:11:53.450Z] #44 123.6 text/template [2019-12-21T10:11:53.532Z] #42 74.51 CC criu/aio.o [2019-12-21T10:11:53.532Z] #42 ... [2019-12-21T10:11:53.532Z] [2019-12-21T10:11:53.532Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:11:53.532Z] #48 DONE 116.6s [2019-12-21T10:11:53.532Z] [2019-12-21T10:11:53.532Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:53.532Z] #18 9.657 Reading package lists... [2019-12-21T10:11:54.184Z] #41 ... [2019-12-21T10:11:54.184Z] [2019-12-21T10:11:54.184Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:11:54.184Z] #17 30.92 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-12-21T10:11:54.184Z] #17 30.97 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-12-21T10:11:54.184Z] #17 31.01 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-12-21T10:11:54.184Z] #17 31.02 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-12-21T10:11:54.184Z] #17 31.03 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-12-21T10:11:54.184Z] #17 31.62 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:11:54.184Z] #17 31.74 Fetched 17.8 MB in 1s (9241 kB/s) [2019-12-21T10:11:54.184Z] #17 31.82 Selecting previously unselected package bash-completion. [2019-12-21T10:11:54.184Z] #17 31.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23402 files and directories currently installed.) [2019-12-21T10:11:54.184Z] #17 31.86 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-21T10:11:54.184Z] #17 34.58 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-21T10:11:54.184Z] #17 34.95 Selecting previously unselected package libnet1:amd64. [2019-12-21T10:11:54.184Z] #17 34.95 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 34.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:11:54.184Z] #17 35.05 Selecting previously unselected package libnfnetlink0:amd64. [2019-12-21T10:11:54.184Z] #17 35.06 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 35.06 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-21T10:11:54.184Z] #17 35.13 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-12-21T10:11:54.184Z] #17 35.13 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 35.14 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:11:54.184Z] #17 35.71 Selecting previously unselected package python3.5-minimal. [2019-12-21T10:11:54.184Z] #17 35.71 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 35.72 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:11:54.184Z] #17 36.36 Selecting previously unselected package python3-minimal. [2019-12-21T10:11:54.184Z] #17 36.36 Preparing to unpack .../05-python3-minimal_3.5.3-1_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 36.36 Unpacking python3-minimal (3.5.3-1) ... [2019-12-21T10:11:54.184Z] #17 36.44 Selecting previously unselected package libmpdec2:amd64. [2019-12-21T10:11:54.184Z] #17 36.44 Preparing to unpack .../06-libmpdec2_2.4.2-1_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 36.45 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-12-21T10:11:54.184Z] #17 36.54 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-12-21T10:11:54.184Z] #17 36.54 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:11:54.184Z] #17 36.55 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:11:54.386Z] #44 124.8 encoding/xml [2019-12-21T10:11:54.501Z] #18 13.49 Reading package lists... [2019-12-21T10:11:54.501Z] #18 ... [2019-12-21T10:11:54.501Z] [2019-12-21T10:11:54.501Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:11:54.501Z] #45 107.8 vendor/golang.org/x/net/idna [2019-12-21T10:11:54.501Z] #45 111.6 vendor/golang.org/x/net/http2/hpack [2019-12-21T10:11:54.501Z] #45 113.6 mime [2019-12-21T10:11:54.952Z] #44 ... [2019-12-21T10:11:54.953Z] [2019-12-21T10:11:54.953Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:11:54.953Z] #10 121.0 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-21T10:11:54.953Z] #10 121.0 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:11:54.953Z] #10 121.0 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:54.953Z] #10 121.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-21T10:11:54.953Z] #10 121.2 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:11:54.953Z] #10 121.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:11:55.004Z] #45 ... [2019-12-21T10:11:55.004Z] [2019-12-21T10:11:55.004Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:11:55.004Z] #42 75.56 CC criu/autofs.o [2019-12-21T10:11:55.591Z] #17 37.84 Selecting previously unselected package python3.5. [2019-12-21T10:11:55.591Z] #17 37.85 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:11:55.591Z] #17 37.86 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:11:55.591Z] #17 38.01 Selecting previously unselected package libpython3-stdlib:amd64. [2019-12-21T10:11:55.591Z] #17 38.01 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-12-21T10:11:55.591Z] #17 38.01 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-21T10:11:55.591Z] #17 38.07 Selecting previously unselected package dh-python. [2019-12-21T10:11:55.591Z] #17 38.08 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-21T10:11:55.847Z] #17 38.09 Unpacking dh-python (2.20170125) ... [2019-12-21T10:11:55.847Z] #17 38.25 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:11:55.847Z] #17 38.27 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:11:56.594Z] #42 77.56 CC criu/bfd.o [2019-12-21T10:11:57.010Z] #42 78.10 CC criu/bitmap.o [2019-12-21T10:11:57.010Z] #42 78.24 CC criu/cgroup-props.o [2019-12-21T10:11:57.076Z] Removing intermediate container e12c0b6f3c35 [2019-12-21T10:11:57.076Z] ---> f6f0c887de32 [2019-12-21T10:11:57.076Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-12-21T10:11:57.076Z] ---> ebd73b5ebd31 [2019-12-21T10:11:57.076Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-12-21T10:11:57.076Z] ---> 2fa03e64daf8 [2019-12-21T10:11:57.076Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-12-21T10:11:57.076Z] ---> Running in 8d6d1f2b028d [2019-12-21T10:11:57.076Z] Removing intermediate container 8d6d1f2b028d [2019-12-21T10:11:57.076Z] ---> 3d4bbd0c5885 [2019-12-21T10:11:57.076Z] Successfully built 3d4bbd0c5885 [2019-12-21T10:11:57.076Z] Successfully tagged moby-buildx:latest [2019-12-21T10:11:57.076Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-12-21T10:11:57.076Z] if [ -n "${id}" ]; then \ [2019-12-21T10:11:57.076Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-12-21T10:11:57.076Z] && touch bundles/buildx; \ [2019-12-21T10:11:57.076Z] docker rm -f ${id}; \ [2019-12-21T10:11:57.076Z] fi [2019-12-21T10:11:57.076Z] de3059edc4c3c674ef52ae0caf7e79e65ccfcee7a8c2d81610a88b10e84166be [2019-12-21T10:11:57.076Z] bundles/buildx version [2019-12-21T10:11:57.076Z] buildx v0.3.1 6db68d0 [2019-12-21T10:11:57.076Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 . [2019-12-21T10:11:57.076Z] #1 [internal] booting buildkit [2019-12-21T10:11:57.076Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-12-21T10:11:57.076Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2019-12-21T10:11:57.076Z] #1 creating container buildx_buildkit_default [2019-12-21T10:11:57.076Z] #1 creating container buildx_buildkit_default 0.5s done [2019-12-21T10:11:57.076Z] #1 DONE 3.3s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #3 [internal] load .dockerignore [2019-12-21T10:11:57.076Z] #3 transferring context: 112B done [2019-12-21T10:11:57.076Z] #3 DONE 0.0s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #2 [internal] load build definition from Dockerfile [2019-12-21T10:11:57.076Z] #2 transferring dockerfile: 15.32kB 0.0s done [2019-12-21T10:11:57.076Z] #2 DONE 0.0s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-21T10:11:57.076Z] #4 DONE 0.6s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-21T10:11:57.076Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-21T10:11:57.076Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-21T10:11:57.076Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-12-21T10:11:57.076Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.3s done [2019-12-21T10:11:57.076Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-12-21T10:11:57.076Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-12-21T10:11:57.076Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-12-21T10:11:57.076Z] #5 DONE 1.0s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-21T10:11:57.076Z] #7 DONE 0.3s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #6 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-21T10:11:57.076Z] #6 DONE 0.3s [2019-12-21T10:11:57.076Z] [2019-12-21T10:11:57.076Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:11:57.076Z] #8 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-21T10:11:57.076Z] #8 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-21T10:11:57.076Z] #8 sha256:748068f174a227547cd5026ee3f1bfe5627ab9eda66b92b6a02c6436b599a8ef 0B / 156B 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:13ef2fc8de2a21a633642a35e661620e41d137aaad82dc62020a1e23a0eb7b09 5.47kB / 5.47kB done [2019-12-21T10:11:57.076Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 0B / 45.65MB 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 0B / 52.87MB 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:6fd4831f322c1b26351c13d489c2643e38fd97b7472ccc92ccfdf1744992fe04 1.79kB / 1.79kB done [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 0B / 10.00MB 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 0B / 4.30MB 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 0B / 50.07MB 0.1s [2019-12-21T10:11:57.076Z] #8 sha256:748068f174a227547cd5026ee3f1bfe5627ab9eda66b92b6a02c6436b599a8ef 156B / 156B 0.2s done [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 556.11kB / 10.00MB 0.3s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 425.08kB / 4.30MB 0.3s [2019-12-21T10:11:57.076Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 31.82kB / 96.41MB 0.3s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 1.18MB / 10.00MB 0.4s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 1.05MB / 4.30MB 0.4s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 1.77MB / 10.00MB 0.6s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 1.64MB / 4.30MB 0.6s [2019-12-21T10:11:57.076Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 2.46MB / 45.65MB 0.7s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 2.33MB / 10.00MB 0.7s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 2.19MB / 4.30MB 0.7s [2019-12-21T10:11:57.076Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 2.65MB / 52.87MB 0.9s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 2.95MB / 10.00MB 0.9s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 2.82MB / 4.30MB 0.9s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 3.60MB / 10.00MB 1.0s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 3.48MB / 4.30MB 1.0s [2019-12-21T10:11:57.076Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 3.14MB / 50.07MB 1.0s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 4.19MB / 10.00MB 1.2s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 4.10MB / 4.30MB 1.2s [2019-12-21T10:11:57.076Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 4.97MB / 45.65MB 1.3s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 4.78MB / 10.00MB 1.3s [2019-12-21T10:11:57.076Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 4.30MB / 4.30MB 1.3s done [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 5.41MB / 10.00MB 1.5s [2019-12-21T10:11:57.076Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 4.91MB / 96.41MB 1.5s [2019-12-21T10:11:57.076Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 5.90MB / 52.87MB 1.6s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 6.19MB / 10.00MB 1.6s [2019-12-21T10:11:57.076Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 6.00MB / 50.07MB 1.6s [2019-12-21T10:11:57.076Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 7.50MB / 45.65MB 1.8s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 6.98MB / 10.00MB 1.8s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 7.54MB / 10.00MB 1.9s [2019-12-21T10:11:57.076Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 8.91MB / 10.00MB 2.2s [2019-12-21T10:11:57.076Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 8.72MB / 50.07MB 2.2s [2019-12-21T10:11:57.399Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 9.86MB / 45.65MB 2.4s [2019-12-21T10:11:57.399Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 9.21MB / 52.87MB 2.4s [2019-12-21T10:11:57.399Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 9.50MB / 10.00MB 2.4s [2019-12-21T10:11:57.697Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 10.00MB / 10.00MB 2.5s done [2019-12-21T10:11:57.697Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 10.20MB / 96.41MB 2.7s [2019-12-21T10:11:57.697Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 11.66MB / 50.07MB 2.8s [2019-12-21T10:11:57.901Z] #42 78.91 CC criu/cgroup.o [2019-12-21T10:11:58.016Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 12.61MB / 45.65MB 3.0s [2019-12-21T10:11:58.016Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 12.84MB / 52.87MB 3.1s [2019-12-21T10:11:58.312Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 15.66MB / 45.65MB 3.4s [2019-12-21T10:11:58.312Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 14.93MB / 50.07MB 3.4s [2019-12-21T10:11:58.524Z] #17 40.64 Setting up python3-minimal (3.5.3-1) ... [2019-12-21T10:11:58.604Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 15.35MB / 96.41MB 3.6s [2019-12-21T10:11:58.604Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 16.22MB / 52.87MB 3.7s [2019-12-21T10:11:58.901Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 18.28MB / 45.65MB 3.9s [2019-12-21T10:11:58.901Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 17.66MB / 50.07MB 3.9s [2019-12-21T10:11:59.190Z] #8 ... [2019-12-21T10:11:59.190Z] [2019-12-21T10:11:59.190Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-21T10:11:59.190Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-21T10:11:59.190Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-21T10:11:59.190Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.4s done [2019-12-21T10:11:59.190Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-21T10:11:59.190Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 2.9s done [2019-12-21T10:11:59.190Z] #66 DONE 4.4s [2019-12-21T10:11:59.190Z] [2019-12-21T10:11:59.190Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:11:59.190Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 20.71MB / 45.65MB 4.3s [2019-12-21T10:11:59.190Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 19.00MB / 52.87MB 4.3s [2019-12-21T10:11:59.451Z] #17 41.74 Selecting previously unselected package python3. [2019-12-21T10:11:59.451Z] #17 41.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 ... 24906 files and directories currently installed.) [2019-12-21T10:11:59.451Z] #17 41.79 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-12-21T10:11:59.451Z] #17 41.80 Unpacking python3 (3.5.3-1) ... [2019-12-21T10:11:59.451Z] #17 41.87 Selecting previously unselected package pigz. [2019-12-21T10:11:59.451Z] #17 41.87 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-12-21T10:11:59.451Z] #17 41.88 Unpacking pigz (2.3.4-1) ... [2019-12-21T10:11:59.476Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 20.81MB / 50.07MB 4.5s [2019-12-21T10:11:59.476Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 20.30MB / 96.41MB 4.5s [2019-12-21T10:11:59.707Z] #17 41.98 Selecting previously unselected package libip4tc0:amd64. [2019-12-21T10:11:59.707Z] #17 41.98 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:11:59.707Z] #17 41.98 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:11:59.707Z] #17 42.06 Selecting previously unselected package libip6tc0:amd64. [2019-12-21T10:11:59.707Z] #17 42.08 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:11:59.707Z] #17 42.13 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:11:59.769Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 23.40MB / 45.65MB 4.8s [2019-12-21T10:11:59.769Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 22.08MB / 52.87MB 4.8s [2019-12-21T10:11:59.769Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 23.53MB / 50.07MB 4.9s [2019-12-21T10:11:59.966Z] #17 42.22 Selecting previously unselected package libiptc0:amd64. [2019-12-21T10:11:59.966Z] #17 42.22 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:11:59.966Z] #17 42.23 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:11:59.966Z] #17 42.32 Selecting previously unselected package libxtables12:amd64. [2019-12-21T10:11:59.966Z] #17 42.34 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:11:59.966Z] #17 42.35 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:11:59.966Z] #17 42.45 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-12-21T10:11:59.966Z] #17 42.47 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-12-21T10:11:59.966Z] #17 42.48 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-21T10:11:59.966Z] #17 42.54 Selecting previously unselected package iptables. [2019-12-21T10:12:00.002Z] #42 ... [2019-12-21T10:12:00.002Z] [2019-12-21T10:12:00.002Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:00.002Z] #18 13.49 Reading package lists... [2019-12-21T10:12:00.002Z] #18 17.23 Building dependency tree... [2019-12-21T10:12:00.002Z] #18 18.45 The following additional packages will be installed: [2019-12-21T10:12:00.002Z] #18 18.45 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-21T10:12:00.002Z] #18 18.45 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-21T10:12:00.002Z] #18 18.45 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-21T10:12:00.002Z] #18 18.45 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-21T10:12:00.002Z] #18 18.45 python3.5 python3.5-minimal vim-runtime xxd [2019-12-21T10:12:00.002Z] #18 18.46 Suggested packages: [2019-12-21T10:12:00.002Z] #18 18.46 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-21T10:12:00.002Z] #18 18.46 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-21T10:12:00.002Z] #18 18.46 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-21T10:12:00.002Z] #18 18.46 quota [2019-12-21T10:12:00.002Z] #18 18.46 Recommended packages: [2019-12-21T10:12:00.002Z] #18 18.46 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-21T10:12:00.002Z] #18 18.46 python3-keyrings.alt python3-xdg unzip [2019-12-21T10:12:00.002Z] #18 20.77 The following NEW packages will be installed: [2019-12-21T10:12:00.002Z] #18 20.77 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-21T10:12:00.002Z] #18 20.77 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-21T10:12:00.002Z] #18 20.77 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-21T10:12:00.002Z] #18 20.77 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-21T10:12:00.002Z] #18 20.79 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-21T10:12:00.002Z] #18 20.79 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-21T10:12:00.002Z] #18 20.79 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-21T10:12:00.002Z] #18 20.79 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-21T10:12:00.002Z] #18 20.87 0 upgraded, 46 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:12:00.002Z] #18 20.87 Need to get 17.5 MB of archives. [2019-12-21T10:12:00.002Z] #18 20.87 After this operation, 79.0 MB of additional disk space will be used. [2019-12-21T10:12:00.002Z] #18 20.87 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-12-21T10:12:00.002Z] #18 20.91 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-12-21T10:12:00.002Z] #18 20.91 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-12-21T10:12:00.002Z] #18 21.04 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-12-21T10:12:00.002Z] #18 21.16 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-12-21T10:12:00.002Z] #18 21.23 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-12-21T10:12:00.002Z] #18 21.23 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-12-21T10:12:00.002Z] #18 21.31 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-12-21T10:12:00.002Z] #18 21.40 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-12-21T10:12:00.002Z] #18 21.40 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-12-21T10:12:00.002Z] #18 21.40 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-12-21T10:12:00.002Z] #18 21.41 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-12-21T10:12:00.002Z] #18 21.41 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-12-21T10:12:00.002Z] #18 21.51 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-12-21T10:12:00.002Z] #18 21.60 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-12-21T10:12:00.002Z] #18 21.73 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-12-21T10:12:00.002Z] #18 21.78 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-12-21T10:12:00.002Z] #18 21.78 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-12-21T10:12:00.002Z] #18 21.78 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-12-21T10:12:00.002Z] #18 21.80 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:12:00.002Z] #18 21.82 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:12:00.002Z] #18 21.88 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-12-21T10:12:00.070Z] #8 ... [2019-12-21T10:12:00.070Z] [2019-12-21T10:12:00.070Z] #20 [internal] load build context [2019-12-21T10:12:00.070Z] #20 transferring context: 46.32MB 5.3s done [2019-12-21T10:12:00.070Z] #20 DONE 5.4s [2019-12-21T10:12:00.241Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:12:00.241Z] [2019-12-21T10:12:00.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:12:00.241Z] PKG_CONFIG=pkg-config [2019-12-21T10:12:00.241Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:12:00.241Z] HOSTNAME=518972ac0387 [2019-12-21T10:12:00.241Z] DOCKER_EXPERIMENTAL=1 [2019-12-21T10:12:00.241Z] container=docker [2019-12-21T10:12:00.241Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-21T10:12:00.241Z] GO111MODULE=off [2019-12-21T10:12:00.241Z] GOPATH=/go [2019-12-21T10:12:00.241Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:12:00.241Z] HOME=/root [2019-12-21T10:12:00.242Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:12:00.242Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:12:00.242Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:12:00.242Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:12:00.242Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:12:00.242Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:12:00.242Z] TERM=xterm [2019-12-21T10:12:00.242Z] VALIDATE_BRANCH=master [2019-12-21T10:12:00.242Z] DEST=bundles/test-integration [2019-12-21T10:12:00.242Z] SHLVL=1 [2019-12-21T10:12:00.242Z] TIMEOUT=120m [2019-12-21T10:12:00.242Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:12:00.242Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:12:00.242Z] TESTDEBUG=0 [2019-12-21T10:12:00.242Z] _=/usr/bin/env [2019-12-21T10:12:00.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-21T10:12:00.245Z] #17 42.55 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:12:00.245Z] #17 42.56 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:00.245Z] #17 42.83 Selecting previously unselected package xxd. [2019-12-21T10:12:00.245Z] #17 42.83 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:12:00.358Z] [2019-12-21T10:12:00.358Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-21T10:12:00.358Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 27.75MB / 45.65MB 5.4s [2019-12-21T10:12:00.358Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 26.57MB / 52.87MB 5.4s [2019-12-21T10:12:00.358Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 27.03MB / 50.07MB 5.4s [2019-12-21T10:12:00.358Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 26.39MB / 96.41MB 5.4s [2019-12-21T10:12:00.423Z] #18 21.97 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-12-21T10:12:00.423Z] #18 21.97 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-12-21T10:12:00.423Z] #18 21.97 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-12-21T10:12:00.423Z] #18 22.08 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-12-21T10:12:00.423Z] #18 22.18 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-12-21T10:12:00.512Z] #17 42.83 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:00.645Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 31.16MB / 45.65MB 5.7s [2019-12-21T10:12:00.645Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 29.94MB / 52.87MB 5.7s [2019-12-21T10:12:00.645Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 30.38MB / 50.07MB 5.7s [2019-12-21T10:12:00.768Z] #17 42.99 Selecting previously unselected package vim-common. [2019-12-21T10:12:00.768Z] #17 42.99 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:12:00.768Z] #17 43.00 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:00.768Z] #17 43.19 Selecting previously unselected package bzip2. [2019-12-21T10:12:00.768Z] #17 43.19 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-12-21T10:12:00.768Z] #17 43.19 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-21T10:12:00.768Z] #17 43.27 Selecting previously unselected package libgpm2:amd64. [2019-12-21T10:12:00.834Z] #18 22.33 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-12-21T10:12:00.834Z] #18 22.45 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-12-21T10:12:00.834Z] #18 22.45 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-12-21T10:12:00.834Z] #18 22.45 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-12-21T10:12:00.834Z] #18 22.46 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-12-21T10:12:00.834Z] #18 22.46 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-12-21T10:12:00.834Z] #18 22.46 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-12-21T10:12:00.834Z] #18 22.47 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-21T10:12:00.834Z] #18 22.54 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-21T10:12:00.834Z] #18 22.54 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-21T10:12:00.834Z] #18 22.55 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-12-21T10:12:00.834Z] #18 22.56 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-21T10:12:00.834Z] #18 22.56 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-12-21T10:12:00.834Z] #18 22.57 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-21T10:12:00.933Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 34.90MB / 45.65MB 6.0s [2019-12-21T10:12:00.933Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 33.82MB / 52.87MB 6.0s [2019-12-21T10:12:00.933Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 34.11MB / 50.07MB 6.0s [2019-12-21T10:12:00.933Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 33.57MB / 96.41MB 6.0s [2019-12-21T10:12:01.023Z] #17 43.28 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-12-21T10:12:01.023Z] #17 43.28 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-21T10:12:01.023Z] #17 43.35 Selecting previously unselected package xz-utils. [2019-12-21T10:12:01.023Z] #17 43.35 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-12-21T10:12:01.023Z] #17 43.37 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:12:01.023Z] #17 43.55 Selecting previously unselected package aufs-tools. [2019-12-21T10:12:01.220Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 40.76MB / 45.65MB 6.4s [2019-12-21T10:12:01.220Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 39.55MB / 52.87MB 6.4s [2019-12-21T10:12:01.220Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 40.27MB / 50.07MB 6.4s [2019-12-21T10:12:01.220Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 39.42MB / 96.41MB 6.4s [2019-12-21T10:12:01.245Z] #18 22.78 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-12-21T10:12:01.246Z] #18 22.86 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-12-21T10:12:01.246Z] #18 22.88 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-12-21T10:12:01.246Z] #18 23.01 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-12-21T10:12:01.246Z] #18 23.08 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-12-21T10:12:01.279Z] #17 43.55 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-12-21T10:12:01.279Z] #17 43.58 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:12:01.279Z] #17 43.71 Selecting previously unselected package libonig4:amd64. [2019-12-21T10:12:01.279Z] #17 43.72 Preparing to unpack .../14-libonig4_6.1.3-2_amd64.deb ... [2019-12-21T10:12:01.279Z] #17 43.72 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:12:01.508Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 44.36MB / 45.65MB 6.7s [2019-12-21T10:12:01.508Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 43.08MB / 52.87MB 6.7s [2019-12-21T10:12:01.508Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 44.01MB / 50.07MB 6.7s [2019-12-21T10:12:01.510Z] #10 ... [2019-12-21T10:12:01.510Z] [2019-12-21T10:12:01.510Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:01.510Z] #44 131.2 go/doc [2019-12-21T10:12:01.534Z] #17 43.85 Selecting previously unselected package libjq1:amd64. [2019-12-21T10:12:01.534Z] #17 43.86 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:12:01.534Z] #17 43.86 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:12:01.534Z] #17 44.02 Selecting previously unselected package jq. [2019-12-21T10:12:01.534Z] #17 44.02 Preparing to unpack .../16-jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:12:01.534Z] #17 44.03 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:12:01.789Z] #17 44.11 Selecting previously unselected package libaio1:amd64. [2019-12-21T10:12:01.789Z] #17 44.12 Preparing to unpack .../17-libaio1_0.3.110-3_amd64.deb ... [2019-12-21T10:12:01.789Z] #17 44.13 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-12-21T10:12:01.789Z] #17 44.22 Selecting previously unselected package libcap2-bin. [2019-12-21T10:12:01.789Z] #17 44.24 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-12-21T10:12:01.789Z] #17 44.25 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-21T10:12:01.795Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 45.65MB / 45.65MB 6.8s done [2019-12-21T10:12:01.795Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 45.65MB / 96.41MB 6.9s [2019-12-21T10:12:01.795Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 47.97MB / 52.87MB 7.0s [2019-12-21T10:12:01.795Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 48.63MB / 50.07MB 7.0s [2019-12-21T10:12:02.044Z] #17 44.34 Selecting previously unselected package libnl-3-200:amd64. [2019-12-21T10:12:02.044Z] #17 44.35 Preparing to unpack .../19-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-21T10:12:02.044Z] #17 44.35 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:12:02.044Z] #17 44.44 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-21T10:12:02.044Z] #17 44.44 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-21T10:12:02.044Z] #17 44.45 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:12:02.044Z] #17 44.52 Selecting previously unselected package libreadline5:amd64. [2019-12-21T10:12:02.044Z] #17 44.52 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-12-21T10:12:02.044Z] #17 44.54 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-21T10:12:02.081Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 50.67MB / 52.87MB 7.2s [2019-12-21T10:12:02.081Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 50.07MB / 50.07MB 7.2s done [2019-12-21T10:12:02.081Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 50.57MB / 96.41MB 7.2s [2019-12-21T10:12:02.081Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 52.87MB / 52.87MB 7.3s done [2019-12-21T10:12:02.081Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 56.61MB / 96.41MB 7.3s [2019-12-21T10:12:02.119Z] #18 23.85 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:12:02.119Z] #18 23.91 Fetched 17.5 MB in 2s (7717 kB/s) [2019-12-21T10:12:02.119Z] #18 24.00 Selecting previously unselected package bash-completion. [2019-12-21T10:12:02.302Z] #17 44.64 Selecting previously unselected package net-tools. [2019-12-21T10:12:02.302Z] #17 44.65 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-12-21T10:12:02.302Z] #17 44.67 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:12:02.302Z] #17 44.88 Selecting previously unselected package python-pip-whl. [2019-12-21T10:12:02.369Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 65.29MB / 96.41MB 7.5s [2019-12-21T10:12:02.369Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 74.69MB / 96.41MB 7.6s [2019-12-21T10:12:02.520Z] #44 ... [2019-12-21T10:12:02.520Z] [2019-12-21T10:12:02.520Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:02.520Z] #41 29.79 make[1]: Nothing to be done for 'all'. [2019-12-21T10:12:02.520Z] #41 32.52 CC images/stats.o [2019-12-21T10:12:02.520Z] #41 33.30 CC images/core.o [2019-12-21T10:12:02.520Z] #41 34.35 CC images/core-x86.o [2019-12-21T10:12:02.520Z] #41 35.01 CC images/core-arm.o [2019-12-21T10:12:02.520Z] #41 35.84 CC images/core-aarch64.o [2019-12-21T10:12:02.520Z] #41 36.39 CC images/core-ppc64.o [2019-12-21T10:12:02.520Z] #41 37.26 CC images/core-s390.o [2019-12-21T10:12:02.520Z] #41 38.49 CC images/cpuinfo.o [2019-12-21T10:12:02.520Z] #41 38.78 CC images/inventory.o [2019-12-21T10:12:02.520Z] #41 39.15 CC images/fdinfo.o [2019-12-21T10:12:02.520Z] #41 39.82 CC images/fown.o [2019-12-21T10:12:02.526Z] #18 24.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23139 files and directories currently installed.) [2019-12-21T10:12:02.526Z] #18 24.24 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-21T10:12:02.557Z] #17 44.89 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:12:02.557Z] #17 44.89 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:12:02.661Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 82.43MB / 96.41MB 7.8s [2019-12-21T10:12:02.661Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 91.21MB / 96.41MB 7.9s [2019-12-21T10:12:02.779Z] #41 40.26 CC images/ns.o [2019-12-21T10:12:02.948Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 96.41MB / 96.41MB 8.1s done [2019-12-21T10:12:02.948Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 [2019-12-21T10:12:03.038Z] #41 40.58 CC images/regfile.o [2019-12-21T10:12:03.116Z] #17 45.42 Selecting previously unselected package python3-pip. [2019-12-21T10:12:03.116Z] #17 45.42 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:12:03.116Z] #17 45.45 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:12:03.116Z] #17 45.59 Selecting previously unselected package python3-pkg-resources. [2019-12-21T10:12:03.116Z] #17 45.59 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:12:03.116Z] #17 45.60 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:12:03.298Z] #41 40.90 CC images/ghost-file.o [2019-12-21T10:12:03.298Z] #41 ... [2019-12-21T10:12:03.298Z] [2019-12-21T10:12:03.298Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:03.298Z] #44 133.9 vendor/golang.org/x/crypto/cryptobyte [2019-12-21T10:12:03.372Z] #17 45.73 Selecting previously unselected package python3-setuptools. [2019-12-21T10:12:03.373Z] #17 45.74 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-21T10:12:03.373Z] #17 45.74 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-21T10:12:03.629Z] #17 45.95 Selecting previously unselected package python3-wheel. [2019-12-21T10:12:03.629Z] #17 45.96 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-21T10:12:03.629Z] #17 45.97 Unpacking python3-wheel (0.29.0-2) ... [2019-12-21T10:12:03.629Z] #17 46.06 Selecting previously unselected package thin-provisioning-tools. [2019-12-21T10:12:03.629Z] #17 46.07 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-12-21T10:12:03.629Z] #17 46.08 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:12:04.190Z] #17 46.37 Selecting previously unselected package vim-runtime. [2019-12-21T10:12:04.190Z] #17 46.38 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:12:04.190Z] #17 46.40 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-21T10:12:04.190Z] #17 46.41 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-21T10:12:04.190Z] #17 46.42 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:04.446Z] #17 ... [2019-12-21T10:12:04.446Z] [2019-12-21T10:12:04.446Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:04.446Z] #41 148.4 CC criu/cr-errno.o [2019-12-21T10:12:04.446Z] #41 148.5 CC criu/cr-restore.o [2019-12-21T10:12:04.446Z] #41 152.8 CC criu/cr-service.o [2019-12-21T10:12:04.446Z] #41 154.4 CC criu/crtools.o [2019-12-21T10:12:04.446Z] #41 155.3 CC criu/eventfd.o [2019-12-21T10:12:04.446Z] #41 155.7 CC criu/eventpoll.o [2019-12-21T10:12:04.446Z] #41 156.7 CC criu/external.o [2019-12-21T10:12:04.446Z] #41 157.1 CC criu/fault-injection.o [2019-12-21T10:12:04.446Z] #41 157.2 CC criu/fdstore.o [2019-12-21T10:12:04.446Z] #41 157.7 CC criu/fifo.o [2019-12-21T10:12:04.446Z] #41 158.2 CC criu/file-ids.o [2019-12-21T10:12:04.744Z] #41 158.5 CC criu/file-lock.o [2019-12-21T10:12:05.290Z] #18 ... [2019-12-21T10:12:05.290Z] [2019-12-21T10:12:05.290Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:05.290Z] #45 118.3 crypto/tls [2019-12-21T10:12:05.290Z] #45 124.7 net/http [2019-12-21T10:12:05.290Z] #45 ... [2019-12-21T10:12:05.290Z] [2019-12-21T10:12:05.290Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:05.290Z] #42 81.61 CC criu/clone-noasan.o [2019-12-21T10:12:05.290Z] #42 81.70 CC criu/config.o [2019-12-21T10:12:05.290Z] #42 82.99 CC criu/cr-check.o [2019-12-21T10:12:05.290Z] #42 84.62 CC criu/cr-dedup.o [2019-12-21T10:12:05.290Z] #42 85.02 CC criu/cr-dump.o [2019-12-21T10:12:05.672Z] #41 159.5 CC criu/files-ext.o [2019-12-21T10:12:05.672Z] #41 159.8 CC criu/files-reg.o [2019-12-21T10:12:06.161Z] #42 ... [2019-12-21T10:12:06.161Z] [2019-12-21T10:12:06.161Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:06.161Z] #18 27.16 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-21T10:12:06.161Z] #18 27.86 Selecting previously unselected package libnet1:s390x. [2019-12-21T10:12:06.161Z] #18 27.86 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-12-21T10:12:06.161Z] #18 27.88 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-21T10:12:06.161Z] #18 27.94 Selecting previously unselected package libnfnetlink0:s390x. [2019-12-21T10:12:06.161Z] #18 27.94 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-12-21T10:12:06.161Z] #18 27.94 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-12-21T10:12:06.161Z] #18 28.00 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-12-21T10:12:06.161Z] #18 28.00 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-12-21T10:12:06.161Z] #18 28.00 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-12-21T10:12:06.590Z] #44 136.8 github.com/LK4D4/vndr/build [2019-12-21T10:12:06.590Z] #44 137.1 net [2019-12-21T10:12:06.992Z] #18 28.44 Selecting previously unselected package python3.5-minimal. [2019-12-21T10:12:06.992Z] #18 28.45 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-12-21T10:12:06.992Z] #18 28.48 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:12:07.603Z] #41 ... [2019-12-21T10:12:07.603Z] [2019-12-21T10:12:07.603Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:07.603Z] #17 49.93 Selecting previously unselected package vim. [2019-12-21T10:12:07.603Z] #17 49.95 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:12:07.603Z] #17 49.95 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:07.852Z] #18 29.52 Selecting previously unselected package python3-minimal. [2019-12-21T10:12:07.853Z] #18 29.52 Preparing to unpack .../05-python3-minimal_3.5.3-1_s390x.deb ... [2019-12-21T10:12:07.853Z] #18 29.54 Unpacking python3-minimal (3.5.3-1) ... [2019-12-21T10:12:07.853Z] #18 29.65 Selecting previously unselected package libmpdec2:s390x. [2019-12-21T10:12:07.853Z] #18 29.65 Preparing to unpack .../06-libmpdec2_2.4.2-1_s390x.deb ... [2019-12-21T10:12:07.853Z] #18 29.67 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-12-21T10:12:07.853Z] #18 29.74 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-12-21T10:12:08.165Z] #17 50.41 Selecting previously unselected package xfsprogs. [2019-12-21T10:12:08.165Z] #17 50.43 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-12-21T10:12:08.165Z] #17 50.43 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:12:08.255Z] #18 29.74 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-12-21T10:12:08.255Z] #18 29.75 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-12-21T10:12:08.676Z] #17 50.92 Selecting previously unselected package zip. [2019-12-21T10:12:08.676Z] #17 50.94 Preparing to unpack .../32-zip_3.0-11+b1_amd64.deb ... [2019-12-21T10:12:08.676Z] #17 50.95 Unpacking zip (3.0-11+b1) ... [2019-12-21T10:12:08.676Z] #17 51.11 Selecting previously unselected package libapparmor-perl. [2019-12-21T10:12:08.676Z] #17 51.13 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:12:08.676Z] #17 51.14 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:12:08.932Z] #17 51.26 Selecting previously unselected package apparmor. [2019-12-21T10:12:08.932Z] #17 51.27 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:12:08.932Z] #17 51.37 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:12:09.122Z] #18 30.91 Selecting previously unselected package python3.5. [2019-12-21T10:12:09.122Z] #18 30.92 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-12-21T10:12:09.122Z] #18 30.92 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:12:09.122Z] #18 31.01 Selecting previously unselected package libpython3-stdlib:s390x. [2019-12-21T10:12:09.494Z] #17 51.85 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:12:09.494Z] #17 51.87 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:12:09.494Z] #17 51.88 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:12:09.494Z] #17 51.91 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:09.494Z] #17 51.92 Processing triggers for mime-support (3.60) ... [2019-12-21T10:12:09.494Z] #17 51.96 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:09.494Z] #17 51.97 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-21T10:12:09.494Z] #17 51.98 Setting up libcap2-bin (1:2.25-1) ... [2019-12-21T10:12:09.494Z] #17 51.99 Setting up bash-completion (1:2.1-4.3) ... [2019-12-21T10:12:09.543Z] #18 31.02 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-12-21T10:12:09.543Z] #18 31.02 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-12-21T10:12:09.543Z] #18 31.08 Selecting previously unselected package dh-python. [2019-12-21T10:12:09.543Z] #18 31.08 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-21T10:12:09.543Z] #18 31.09 Unpacking dh-python (2.20170125) ... [2019-12-21T10:12:09.543Z] #18 31.21 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-12-21T10:12:09.543Z] #18 31.23 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:12:09.875Z] #44 ... [2019-12-21T10:12:09.875Z] [2019-12-21T10:12:09.875Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:09.875Z] #41 41.25 CC images/fifo.o [2019-12-21T10:12:09.875Z] #41 41.77 CC images/remap-file-path.o [2019-12-21T10:12:09.875Z] #41 42.23 CC images/eventfd.o [2019-12-21T10:12:09.875Z] #41 42.70 CC images/eventpoll.o [2019-12-21T10:12:09.875Z] #41 43.27 CC images/fh.o [2019-12-21T10:12:09.875Z] #41 43.70 CC images/fsnotify.o [2019-12-21T10:12:09.875Z] #41 44.91 CC images/signalfd.o [2019-12-21T10:12:09.875Z] #41 45.27 CC images/fs.o [2019-12-21T10:12:09.875Z] #41 45.54 CC images/pstree.o [2019-12-21T10:12:09.875Z] #41 45.77 CC images/pipe.o [2019-12-21T10:12:09.875Z] #41 46.12 CC images/tcp-stream.o [2019-12-21T10:12:09.875Z] #41 46.49 CC images/sk-packet.o [2019-12-21T10:12:09.875Z] #41 46.92 CC images/mnt.o [2019-12-21T10:12:09.875Z] #41 47.13 CC images/pipe-data.o [2019-12-21T10:12:09.875Z] #41 47.50 CC images/sa.o [2019-12-21T10:12:10.440Z] #41 47.90 CC images/timer.o [2019-12-21T10:12:10.698Z] #41 ... [2019-12-21T10:12:10.698Z] [2019-12-21T10:12:10.698Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:10.698Z] #44 141.4 vendor/golang.org/x/text/transform [2019-12-21T10:12:11.492Z] #18 33.18 Setting up python3-minimal (3.5.3-1) ... [2019-12-21T10:12:12.008Z] #17 54.48 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:12:12.008Z] #17 54.49 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:12:12.008Z] #17 54.51 Setting up zip (3.0-11+b1) ... [2019-12-21T10:12:12.008Z] #17 54.52 Setting up bzip2 (1.0.6-8.1) ... [2019-12-21T10:12:12.008Z] #17 54.54 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:12:12.008Z] #17 54.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:12.008Z] #17 54.57 Setting up libaio1:amd64 (0.3.110-3) ... [2019-12-21T10:12:12.073Z] #44 142.3 vendor/golang.org/x/text/unicode/bidi [2019-12-21T10:12:12.263Z] #17 54.59 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.263Z] #17 54.60 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:12:12.263Z] #17 54.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-21T10:12:12.263Z] #17 54.63 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:12:12.263Z] #17 54.64 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:12.263Z] #17 54.65 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-21T10:12:12.263Z] #17 54.69 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:12.362Z] #18 34.16 Selecting previously unselected package python3. [2019-12-21T10:12:12.362Z] #18 34.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24643 files and directories currently installed.) [2019-12-21T10:12:12.362Z] #18 34.20 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-12-21T10:12:12.362Z] #18 34.21 Unpacking python3 (3.5.3-1) ... [2019-12-21T10:12:12.362Z] #18 34.30 Selecting previously unselected package pigz. [2019-12-21T10:12:12.798Z] #18 34.30 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-12-21T10:12:12.798Z] #18 34.31 Unpacking pigz (2.3.4-1) ... [2019-12-21T10:12:12.798Z] #18 34.41 Selecting previously unselected package libip4tc0:s390x. [2019-12-21T10:12:12.798Z] #18 34.41 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-21T10:12:12.798Z] #18 34.41 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.798Z] #18 34.47 Selecting previously unselected package libip6tc0:s390x. [2019-12-21T10:12:12.798Z] #18 34.48 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-21T10:12:12.798Z] #18 34.48 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.798Z] #18 34.55 Selecting previously unselected package libiptc0:s390x. [2019-12-21T10:12:12.798Z] #18 34.55 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-21T10:12:12.798Z] #18 34.55 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.798Z] #18 34.64 Selecting previously unselected package libxtables12:s390x. [2019-12-21T10:12:12.798Z] #18 34.64 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-21T10:12:12.798Z] #18 34.64 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.824Z] #17 55.05 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-21T10:12:12.824Z] #17 55.05 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:12:12.824Z] #17 55.07 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:12:12.824Z] #17 55.08 Setting up pigz (2.3.4-1) ... [2019-12-21T10:12:12.824Z] #17 55.09 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:12:12.824Z] #17 55.10 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-12-21T10:12:12.824Z] #17 55.11 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.824Z] #17 55.11 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:12:12.824Z] #17 55.12 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-21T10:12:12.824Z] #17 55.13 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:12:12.824Z] #17 55.14 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:12.824Z] #17 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-21T10:12:12.824Z] #17 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-21T10:12:12.824Z] #17 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-21T10:12:12.824Z] #17 55.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-21T10:12:12.824Z] #17 55.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-21T10:12:12.824Z] #17 55.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-21T10:12:12.824Z] #17 55.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-21T10:12:12.824Z] #17 55.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-21T10:12:12.824Z] #17 55.20 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:12:12.824Z] #17 55.21 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.824Z] #17 55.22 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:12.824Z] #17 55.23 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:12:13.196Z] #18 34.73 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-12-21T10:12:13.196Z] #18 34.73 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-12-21T10:12:13.196Z] #18 34.73 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-12-21T10:12:13.196Z] #18 34.81 Selecting previously unselected package iptables. [2019-12-21T10:12:13.196Z] #18 34.81 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-21T10:12:13.196Z] #18 34.82 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:13.196Z] #18 35.09 Selecting previously unselected package xxd. [2019-12-21T10:12:13.608Z] #18 35.09 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-21T10:12:13.608Z] #18 35.11 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:13.608Z] #18 35.23 Selecting previously unselected package vim-common. [2019-12-21T10:12:13.608Z] #18 35.24 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:12:13.608Z] #18 35.26 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:13.608Z] #18 35.40 Selecting previously unselected package bzip2. [2019-12-21T10:12:13.608Z] #18 35.40 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-12-21T10:12:13.608Z] #18 35.40 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-21T10:12:13.608Z] #18 35.48 Selecting previously unselected package libgpm2:s390x. [2019-12-21T10:12:14.080Z] #18 35.48 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-12-21T10:12:14.080Z] #18 35.49 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-12-21T10:12:14.080Z] #18 35.59 Selecting previously unselected package xz-utils. [2019-12-21T10:12:14.080Z] #18 35.60 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-12-21T10:12:14.080Z] #18 35.61 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:12:14.080Z] #18 35.83 Selecting previously unselected package aufs-tools. [2019-12-21T10:12:14.080Z] #18 35.83 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-12-21T10:12:14.080Z] #18 35.84 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:12:14.594Z] #18 36.09 Selecting previously unselected package libonig4:s390x. [2019-12-21T10:12:14.594Z] #18 36.09 Preparing to unpack .../14-libonig4_6.1.3-2_s390x.deb ... [2019-12-21T10:12:14.594Z] #18 36.09 Unpacking libonig4:s390x (6.1.3-2) ... [2019-12-21T10:12:14.594Z] #18 36.22 Selecting previously unselected package libjq1:s390x. [2019-12-21T10:12:14.594Z] #18 36.23 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-12-21T10:12:14.594Z] #18 36.24 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-21T10:12:14.594Z] #18 36.49 Selecting previously unselected package jq. [2019-12-21T10:12:14.594Z] #18 36.49 Preparing to unpack .../16-jq_1.5+dfsg-1.3_s390x.deb ... [2019-12-21T10:12:14.594Z] #18 36.49 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:12:14.602Z] #44 144.9 vendor/golang.org/x/text/secure/bidirule [2019-12-21T10:12:14.711Z] #17 ... [2019-12-21T10:12:14.711Z] [2019-12-21T10:12:14.711Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:14.711Z] #38 264.9 + dpkg --print-architecture [2019-12-21T10:12:14.711Z] #38 264.9 + cd /tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution [2019-12-21T10:12:14.711Z] #38 264.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-21T10:12:14.860Z] #44 145.4 vendor/golang.org/x/text/unicode/norm [2019-12-21T10:12:14.967Z] #38 265.2 + GOPATH=/tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.2g7IOB7PGA [2019-12-21T10:12:14.967Z] #38 265.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-21T10:12:15.120Z] #18 36.64 Selecting previously unselected package libaio1:s390x. [2019-12-21T10:12:15.120Z] #18 36.65 Preparing to unpack .../17-libaio1_0.3.110-3_s390x.deb ... [2019-12-21T10:12:15.120Z] #18 36.65 Unpacking libaio1:s390x (0.3.110-3) ... [2019-12-21T10:12:15.120Z] #18 36.81 Selecting previously unselected package libcap2-bin. [2019-12-21T10:12:15.120Z] #18 36.81 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-12-21T10:12:15.120Z] #18 36.81 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-21T10:12:15.120Z] #18 36.91 Selecting previously unselected package libnl-3-200:s390x. [2019-12-21T10:12:15.120Z] #18 36.91 Preparing to unpack .../19-libnl-3-200_3.2.27-2_s390x.deb ... [2019-12-21T10:12:15.120Z] #18 36.92 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-12-21T10:12:15.120Z] #18 37.01 Selecting previously unselected package libprotobuf-c1:s390x. [2019-12-21T10:12:15.582Z] #18 37.02 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-12-21T10:12:15.582Z] #18 37.03 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-21T10:12:15.582Z] #18 37.17 Selecting previously unselected package libreadline5:s390x. [2019-12-21T10:12:15.583Z] #18 37.18 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-12-21T10:12:15.583Z] #18 37.19 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-12-21T10:12:15.583Z] #18 37.37 Selecting previously unselected package net-tools. [2019-12-21T10:12:15.583Z] #18 37.38 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-12-21T10:12:15.583Z] #18 37.38 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:12:16.066Z] #18 37.79 Selecting previously unselected package python-pip-whl. [2019-12-21T10:12:16.066Z] #18 37.79 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:12:16.066Z] #18 37.80 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:12:16.477Z] #18 ... [2019-12-21T10:12:16.477Z] [2019-12-21T10:12:16.477Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:16.477Z] #42 87.42 CC criu/cr-errno.o [2019-12-21T10:12:16.477Z] #42 87.53 CC criu/cr-restore.o [2019-12-21T10:12:16.477Z] #42 91.91 CC criu/cr-service.o [2019-12-21T10:12:16.477Z] #42 93.47 CC criu/crtools.o [2019-12-21T10:12:16.477Z] #42 94.29 CC criu/eventfd.o [2019-12-21T10:12:16.477Z] #42 94.61 CC criu/eventpoll.o [2019-12-21T10:12:16.477Z] #42 96.21 CC criu/external.o [2019-12-21T10:12:16.477Z] #42 96.75 CC criu/fault-injection.o [2019-12-21T10:12:16.477Z] #42 97.07 CC criu/fdstore.o [2019-12-21T10:12:16.477Z] #42 97.74 CC criu/fifo.o [2019-12-21T10:12:16.892Z] #42 ... [2019-12-21T10:12:16.892Z] [2019-12-21T10:12:16.892Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:16.892Z] #18 38.53 Selecting previously unselected package python3-pip. [2019-12-21T10:12:16.892Z] #18 38.54 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:12:16.892Z] #18 38.54 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:12:16.892Z] #18 38.66 Selecting previously unselected package python3-pkg-resources. [2019-12-21T10:12:16.892Z] #18 38.66 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:12:16.892Z] #18 38.67 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:12:16.892Z] #18 38.77 Selecting previously unselected package python3-setuptools. [2019-12-21T10:12:17.293Z] #18 38.77 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-21T10:12:17.293Z] #18 38.77 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-21T10:12:17.293Z] #18 38.98 Selecting previously unselected package python3-wheel. [2019-12-21T10:12:17.293Z] #18 39.00 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-21T10:12:17.293Z] #18 39.00 Unpacking python3-wheel (0.29.0-2) ... [2019-12-21T10:12:17.293Z] #18 39.13 Selecting previously unselected package thin-provisioning-tools. [2019-12-21T10:12:17.393Z] #44 ... [2019-12-21T10:12:17.393Z] [2019-12-21T10:12:17.393Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:17.393Z] #41 48.57 CC images/timerfd.o [2019-12-21T10:12:17.393Z] #41 48.86 CC images/mm.o [2019-12-21T10:12:17.393Z] #41 49.25 CC images/sk-opts.o [2019-12-21T10:12:17.393Z] #41 49.72 CC images/sk-unix.o [2019-12-21T10:12:17.393Z] #41 50.36 CC images/sk-inet.o [2019-12-21T10:12:17.393Z] #41 51.13 CC images/tun.o [2019-12-21T10:12:17.393Z] #41 51.44 CC images/sk-netlink.o [2019-12-21T10:12:17.393Z] #41 51.96 CC images/packet-sock.o [2019-12-21T10:12:17.393Z] #41 52.66 CC images/ipc-var.o [2019-12-21T10:12:17.393Z] #41 52.94 CC images/ipc-desc.o [2019-12-21T10:12:17.393Z] #41 53.21 CC images/ipc-shm.o [2019-12-21T10:12:17.393Z] #41 53.40 CC images/ipc-msg.o [2019-12-21T10:12:17.393Z] #41 53.85 CC images/ipc-sem.o [2019-12-21T10:12:17.393Z] #41 54.12 CC images/utsns.o [2019-12-21T10:12:17.393Z] #41 54.46 CC images/creds.o [2019-12-21T10:12:17.393Z] #41 54.73 CC images/vma.o [2019-12-21T10:12:17.393Z] #41 54.97 CC images/netdev.o [2019-12-21T10:12:17.693Z] #18 39.15 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-12-21T10:12:17.693Z] #18 39.16 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:12:17.693Z] #18 39.49 Selecting previously unselected package vim-runtime. [2019-12-21T10:12:17.693Z] #18 39.50 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:12:17.693Z] #18 39.52 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-21T10:12:17.693Z] #18 39.54 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-21T10:12:17.961Z] #41 55.39 CC images/tty.o [2019-12-21T10:12:18.088Z] #18 39.55 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:18.315Z] #38 ... [2019-12-21T10:12:18.315Z] [2019-12-21T10:12:18.315Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:18.315Z] #41 161.8 CC criu/files.o [2019-12-21T10:12:18.315Z] #41 164.3 CC criu/filesystems.o [2019-12-21T10:12:18.315Z] #41 165.2 CC criu/fsnotify.o [2019-12-21T10:12:18.315Z] #41 166.5 CC criu/image-desc.o [2019-12-21T10:12:18.315Z] #41 166.7 CC criu/image.o [2019-12-21T10:12:18.315Z] #41 167.7 CC criu/ipc_ns.o [2019-12-21T10:12:18.315Z] #41 169.0 CC criu/irmap.o [2019-12-21T10:12:18.315Z] #41 169.7 CC criu/kcmp-ids.o [2019-12-21T10:12:18.315Z] #41 170.0 CC criu/kerndat.o [2019-12-21T10:12:18.315Z] #41 171.2 CC criu/libnetlink.o [2019-12-21T10:12:18.315Z] #41 171.6 CC criu/log.o [2019-12-21T10:12:18.315Z] #41 ... [2019-12-21T10:12:18.315Z] [2019-12-21T10:12:18.315Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:18.315Z] #17 59.88 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-21T10:12:18.315Z] #17 59.89 Setting up python3 (3.5.3-1) ... [2019-12-21T10:12:18.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-21T10:12:18.529Z] #41 56.06 CC images/file-lock.o [2019-12-21T10:12:18.788Z] #41 56.38 CC images/rlimit.o [2019-12-21T10:12:19.046Z] #41 56.64 CC images/pagemap.o [2019-12-21T10:12:19.502Z] #17 61.72 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:12:19.613Z] #41 56.98 CC images/siginfo.o [2019-12-21T10:12:19.872Z] #41 57.25 CC images/rpc.o [2019-12-21T10:12:20.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-21T10:12:20.429Z] #17 63.03 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-21T10:12:20.438Z] #41 ... [2019-12-21T10:12:20.438Z] [2019-12-21T10:12:20.438Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:20.438Z] #44 150.8 vendor/golang.org/x/net/idna [2019-12-21T10:12:20.990Z] #17 63.26 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-21T10:12:20.990Z] #17 63.30 Setting up python3-wheel (0.29.0-2) ... [2019-12-21T10:12:21.490Z] #18 42.95 Selecting previously unselected package vim. [2019-12-21T10:12:21.490Z] #18 42.95 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-21T10:12:21.490Z] #18 42.95 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:21.904Z] #18 43.54 Selecting previously unselected package xfsprogs. [2019-12-21T10:12:21.904Z] #18 43.54 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-12-21T10:12:21.904Z] #18 43.54 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:12:22.323Z] #18 43.97 Selecting previously unselected package zip. [2019-12-21T10:12:22.323Z] #18 43.97 Preparing to unpack .../32-zip_3.0-11+b1_s390x.deb ... [2019-12-21T10:12:22.323Z] #18 43.97 Unpacking zip (3.0-11+b1) ... [2019-12-21T10:12:22.323Z] #18 44.13 Selecting previously unselected package libapparmor-perl. [2019-12-21T10:12:22.323Z] #18 44.13 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-12-21T10:12:22.323Z] #18 44.14 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:12:22.323Z] #18 44.22 Selecting previously unselected package apparmor. [2019-12-21T10:12:22.323Z] #18 44.22 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-12-21T10:12:22.356Z] #17 64.63 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:12:22.787Z] #18 44.29 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:12:22.965Z] #44 153.4 vendor/golang.org/x/net/http2/hpack [2019-12-21T10:12:23.199Z] #18 44.73 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:12:23.199Z] #18 44.74 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:12:23.199Z] #18 44.76 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-21T10:12:23.199Z] #18 44.83 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:23.199Z] #18 44.84 Processing triggers for mime-support (3.60) ... [2019-12-21T10:12:23.199Z] #18 44.88 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:23.199Z] #18 44.89 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-12-21T10:12:23.199Z] #18 44.90 Setting up libcap2-bin (1:2.25-1) ... [2019-12-21T10:12:23.199Z] #18 44.91 Setting up bash-completion (1:2.1-4.3) ... [2019-12-21T10:12:23.806Z] #17 66.17 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:12:24.114Z] #18 ... [2019-12-21T10:12:24.114Z] [2019-12-21T10:12:24.114Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:24.114Z] #45 137.1 github.com/LK4D4/vndr/godl [2019-12-21T10:12:24.114Z] #45 138.1 github.com/LK4D4/vndr [2019-12-21T10:12:24.114Z] #45 ... [2019-12-21T10:12:24.114Z] [2019-12-21T10:12:24.114Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:24.114Z] #42 98.28 CC criu/file-ids.o [2019-12-21T10:12:24.114Z] #42 98.56 CC criu/file-lock.o [2019-12-21T10:12:24.114Z] #42 99.39 CC criu/files-ext.o [2019-12-21T10:12:24.114Z] #42 99.85 CC criu/files-reg.o [2019-12-21T10:12:24.114Z] #42 102.1 CC criu/files.o [2019-12-21T10:12:24.114Z] #42 104.2 CC criu/filesystems.o [2019-12-21T10:12:24.114Z] #42 105.1 CC criu/fsnotify.o [2019-12-21T10:12:24.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-21T10:12:24.716Z] #42 ... [2019-12-21T10:12:24.716Z] [2019-12-21T10:12:24.716Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:24.716Z] #45 DONE 147.6s [2019-12-21T10:12:24.716Z] [2019-12-21T10:12:24.716Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:24.872Z] #44 155.2 mime [2019-12-21T10:12:25.170Z] #17 67.49 Setting up python3-setuptools (33.1.1-1) ... [2019-12-21T10:12:26.246Z] #44 ... [2019-12-21T10:12:26.246Z] [2019-12-21T10:12:26.246Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:26.246Z] #41 58.65 CC images/ext-file.o [2019-12-21T10:12:26.246Z] #41 58.80 CC images/cgroup.o [2019-12-21T10:12:26.246Z] #41 59.53 CC images/userns.o [2019-12-21T10:12:26.246Z] #41 59.91 CC images/google/protobuf/descriptor.o [2019-12-21T10:12:26.246Z] #41 62.35 CC images/opts.o [2019-12-21T10:12:26.246Z] #41 62.60 CC images/seccomp.o [2019-12-21T10:12:26.246Z] #41 63.12 CC images/binfmt-misc.o [2019-12-21T10:12:26.246Z] #41 63.47 CC images/time.o [2019-12-21T10:12:26.246Z] #41 63.79 CC images/sysctl.o [2019-12-21T10:12:26.474Z] #39 ... [2019-12-21T10:12:26.474Z] [2019-12-21T10:12:26.474Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:26.474Z] #18 47.76 Setting up libonig4:s390x (6.1.3-2) ... [2019-12-21T10:12:26.474Z] #18 47.79 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-21T10:12:26.474Z] #18 47.82 Setting up zip (3.0-11+b1) ... [2019-12-21T10:12:26.474Z] #18 47.85 Setting up bzip2 (1.0.6-8.1) ... [2019-12-21T10:12:26.474Z] #18 47.88 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-21T10:12:26.474Z] #18 47.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:26.474Z] #18 47.93 Setting up libaio1:s390x (0.3.110-3) ... [2019-12-21T10:12:26.474Z] #18 47.96 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:26.474Z] #18 47.96 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:12:26.474Z] #18 47.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-21T10:12:26.474Z] #18 47.98 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:12:26.474Z] #18 47.98 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:26.474Z] #18 48.00 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-12-21T10:12:26.474Z] #18 48.02 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:26.474Z] #18 48.33 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-12-21T10:12:26.474Z] #18 48.33 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-12-21T10:12:26.474Z] #18 48.35 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:12:26.506Z] #41 64.07 CC images/autofs.o [2019-12-21T10:12:26.534Z] #17 68.79 Setting up dh-python (2.20170125) ... [2019-12-21T10:12:26.766Z] #41 64.32 CC images/macvlan.o [2019-12-21T10:12:26.884Z] #18 48.36 Setting up pigz (2.3.4-1) ... [2019-12-21T10:12:26.884Z] #18 48.36 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:12:26.884Z] #18 48.37 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-12-21T10:12:26.884Z] #18 48.38 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:26.884Z] #18 48.39 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:12:26.884Z] #18 48.40 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-12-21T10:12:26.884Z] #18 48.41 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:12:26.884Z] #18 48.41 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:12:26.884Z] #18 48.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-21T10:12:26.884Z] #18 48.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-21T10:12:26.884Z] #18 48.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-21T10:12:26.884Z] #18 48.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-21T10:12:26.884Z] #18 48.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-21T10:12:26.884Z] #18 48.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-21T10:12:26.884Z] #18 48.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-21T10:12:26.884Z] #18 48.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-21T10:12:26.884Z] #18 48.47 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-12-21T10:12:26.884Z] #18 48.48 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:26.884Z] #18 48.48 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:12:26.884Z] #18 48.49 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:12:27.024Z] #41 64.61 CC images/sit.o [2019-12-21T10:12:27.351Z] #17 69.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:27.605Z] #41 64.92 LINK images/built-in.o [2019-12-21T10:12:27.605Z] #41 65.14 GEN compel/include/asm [2019-12-21T10:12:27.605Z] #41 65.15 GEN compel/include/version.h [2019-12-21T10:12:27.605Z] #41 65.18 touch .config [2019-12-21T10:12:27.605Z] #41 ... [2019-12-21T10:12:27.605Z] [2019-12-21T10:12:27.605Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:27.605Z] #44 158.1 mime/quotedprintable [2019-12-21T10:12:27.864Z] #44 158.5 net/http/internal [2019-12-21T10:12:28.278Z] #17 DONE 70.4s [2019-12-21T10:12:28.278Z] [2019-12-21T10:12:28.278Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:12:28.278Z] #18 ... [2019-12-21T10:12:28.278Z] [2019-12-21T10:12:28.278Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:28.278Z] #41 172.2 CC criu/lsm.o [2019-12-21T10:12:28.278Z] #41 172.7 CC criu/mem.o [2019-12-21T10:12:28.278Z] #41 174.5 CC criu/mount.o [2019-12-21T10:12:28.278Z] #41 178.5 CC criu/namespaces.o [2019-12-21T10:12:28.278Z] #41 180.5 CC criu/net.o [2019-12-21T10:12:29.930Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 25.6s done [2019-12-21T10:12:29.930Z] #8 DONE 33.9s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-21T10:12:29.930Z] #9 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-21T10:12:29.930Z] #10 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:12:29.930Z] #21 DONE 0.1s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:12:29.930Z] #25 ... [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-21T10:12:29.930Z] #31 DONE 0.1s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-21T10:12:29.930Z] #44 DONE 0.1s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-21T10:12:29.930Z] #62 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:12:29.930Z] #22 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-21T10:12:29.930Z] #50 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-21T10:12:29.930Z] #68 DONE 0.2s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:29.930Z] #23 ... [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-21T10:12:29.930Z] #47 DONE 0.3s [2019-12-21T10:12:29.930Z] [2019-12-21T10:12:29.930Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:30.295Z] #18 51.85 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-12-21T10:12:30.295Z] #18 51.86 Setting up python3 (3.5.3-1) ... [2019-12-21T10:12:30.555Z] #48 1.002 + RM_GOPATH=0 [2019-12-21T10:12:30.555Z] #48 1.005 + TMP_GOPATH= [2019-12-21T10:12:30.555Z] #48 1.005 + : /build [2019-12-21T10:12:30.555Z] #48 1.006 + '[' -z '' ']' [2019-12-21T10:12:30.555Z] #48 1.023 ++ mktemp -d [2019-12-21T10:12:30.555Z] #48 1.029 + export GOPATH=/tmp/tmp.pFXFXar0hx [2019-12-21T10:12:30.555Z] #48 1.030 + GOPATH=/tmp/tmp.pFXFXar0hx [2019-12-21T10:12:30.555Z] #48 1.030 + RM_GOPATH=1 [2019-12-21T10:12:30.555Z] #48 1.031 ++ dirname ./install.sh [2019-12-21T10:12:30.555Z] #48 1.041 + dir=. [2019-12-21T10:12:30.555Z] #48 1.042 + bin=gotestsum [2019-12-21T10:12:30.555Z] #48 1.042 + shift [2019-12-21T10:12:30.555Z] #48 1.043 + '[' '!' -f ./gotestsum.installer ']' [2019-12-21T10:12:30.555Z] #48 1.049 + . ./gotestsum.installer [2019-12-21T10:12:30.555Z] #48 1.050 ++ : v0.3.5 [2019-12-21T10:12:30.555Z] #48 1.053 + install_gotestsum [2019-12-21T10:12:30.555Z] #48 1.056 Installing gotestsum version v0.3.5 [2019-12-21T10:12:30.555Z] #48 1.056 + echo 'Installing gotestsum version v0.3.5' [2019-12-21T10:12:30.555Z] #48 1.056 + go get -d gotest.tools/gotestsum [2019-12-21T10:12:30.793Z] #41 184.3 CC criu/netfilter.o [2019-12-21T10:12:30.793Z] #41 184.8 CC criu/page-pipe.o [2019-12-21T10:12:31.660Z] #18 53.27 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:12:31.719Z] #41 185.5 CC criu/page-xfer.o [2019-12-21T10:12:32.048Z] #44 ... [2019-12-21T10:12:32.048Z] [2019-12-21T10:12:32.048Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:32.048Z] #62 152.0 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:12:32.048Z] #62 152.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-21T10:12:32.048Z] #62 ... [2019-12-21T10:12:32.048Z] [2019-12-21T10:12:32.048Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:32.048Z] #41 65.20 GEN include/common/config.h [2019-12-21T10:12:32.048Z] #41 65.29 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-12-21T10:12:32.048Z] #41 65.37 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-12-21T10:12:32.048Z] #41 65.42 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-12-21T10:12:32.048Z] #41 65.44 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-12-21T10:12:32.048Z] #41 65.48 DEP compel/arch/x86/plugins/std/memcpy.d [2019-12-21T10:12:32.048Z] #41 65.54 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-12-21T10:12:32.048Z] #41 65.55 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-21T10:12:32.048Z] #41 65.64 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-12-21T10:12:32.048Z] #41 65.66 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-21T10:12:32.048Z] #41 65.69 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-21T10:12:32.048Z] #41 65.69 DEP compel/plugins/std/infect.d [2019-12-21T10:12:32.048Z] #41 65.92 DEP compel/plugins/std/string.d [2019-12-21T10:12:32.048Z] #41 66.05 DEP compel/plugins/std/log.d [2019-12-21T10:12:32.048Z] #41 66.22 DEP compel/plugins/std/fds.d [2019-12-21T10:12:32.048Z] #41 66.37 DEP compel/plugins/std/std.d [2019-12-21T10:12:32.048Z] #41 66.62 DEP compel/plugins/shmem/shmem.d [2019-12-21T10:12:32.048Z] #41 66.70 DEP compel/plugins/fds/fds.d [2019-12-21T10:12:32.048Z] #41 67.02 CC compel/plugins/std/std.o [2019-12-21T10:12:32.048Z] #41 67.70 CC compel/plugins/std/fds.o [2019-12-21T10:12:32.048Z] #41 68.67 CC compel/plugins/std/log.o [2019-12-21T10:12:32.310Z] #41 ... [2019-12-21T10:12:32.310Z] [2019-12-21T10:12:32.310Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:32.310Z] #62 DONE 162.9s [2019-12-21T10:12:32.482Z] #18 ... [2019-12-21T10:12:32.482Z] [2019-12-21T10:12:32.482Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:12:32.482Z] #29 155.9 + rm -rf /tmp/tmp.JSbO9R6oRt [2019-12-21T10:12:32.569Z] [2019-12-21T10:12:32.569Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:12:32.826Z] #63 ... [2019-12-21T10:12:32.827Z] [2019-12-21T10:12:32.827Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:12:32.827Z] #10 153.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-21T10:12:32.827Z] #10 153.4 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-21T10:12:32.827Z] #10 153.4 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:12:32.827Z] #10 ... [2019-12-21T10:12:32.827Z] [2019-12-21T10:12:32.827Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:32.827Z] #41 70.24 CC compel/plugins/std/string.o [2019-12-21T10:12:32.875Z] #29 DONE 156.3s [2019-12-21T10:12:32.875Z] [2019-12-21T10:12:32.875Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:32.875Z] #18 54.54 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-21T10:12:32.875Z] #18 54.68 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-21T10:12:32.875Z] #18 54.73 Setting up python3-wheel (0.29.0-2) ... [2019-12-21T10:12:33.084Z] #41 187.0 CC criu/pagemap-cache.o [2019-12-21T10:12:33.085Z] #41 ... [2019-12-21T10:12:33.085Z] [2019-12-21T10:12:33.085Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:12:33.085Z] #63 DONE 0.5s [2019-12-21T10:12:33.085Z] [2019-12-21T10:12:33.085Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:12:33.645Z] #41 187.5 CC criu/pagemap.o [2019-12-21T10:12:33.651Z] #10 ... [2019-12-21T10:12:33.651Z] [2019-12-21T10:12:33.651Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:33.651Z] #44 164.3 net/textproto [2019-12-21T10:12:33.909Z] #44 164.4 crypto/x509 [2019-12-21T10:12:34.220Z] #18 55.86 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:12:34.572Z] #41 188.6 CC criu/parasite-syscall.o [2019-12-21T10:12:35.016Z] #48 ... [2019-12-21T10:12:35.016Z] [2019-12-21T10:12:35.016Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:35.016Z] #23 1.160 + RM_GOPATH=0 [2019-12-21T10:12:35.016Z] #23 1.160 + TMP_GOPATH= [2019-12-21T10:12:35.016Z] #23 1.160 + : /build [2019-12-21T10:12:35.016Z] #23 1.161 + '[' -z '' ']' [2019-12-21T10:12:35.016Z] #23 1.162 ++ mktemp -d [2019-12-21T10:12:35.016Z] #23 1.165 + export GOPATH=/tmp/tmp.idcrn1ApLc [2019-12-21T10:12:35.016Z] #23 1.166 + GOPATH=/tmp/tmp.idcrn1ApLc [2019-12-21T10:12:35.016Z] #23 1.166 + RM_GOPATH=1 [2019-12-21T10:12:35.016Z] #23 1.190 ++ dirname ./install.sh [2019-12-21T10:12:35.016Z] #23 1.213 + dir=. [2019-12-21T10:12:35.016Z] #23 1.216 + bin=dockercli [2019-12-21T10:12:35.016Z] #23 1.217 + shift [2019-12-21T10:12:35.016Z] #23 1.218 + '[' '!' -f ./dockercli.installer ']' [2019-12-21T10:12:35.016Z] #23 1.219 + . ./dockercli.installer [2019-12-21T10:12:35.016Z] #23 1.219 ++ : stable [2019-12-21T10:12:35.016Z] #23 1.219 ++ : 17.06.2-ce [2019-12-21T10:12:35.016Z] #23 1.221 + install_dockercli [2019-12-21T10:12:35.016Z] #23 1.222 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-21T10:12:35.016Z] #23 1.222 Install docker/cli version 17.06.2-ce from stable [2019-12-21T10:12:35.016Z] #23 1.229 ++ uname -m [2019-12-21T10:12:35.016Z] #23 1.232 + arch=ppc64le [2019-12-21T10:12:35.016Z] #23 1.234 + '[' ppc64le '!=' x86_64 ']' [2019-12-21T10:12:35.016Z] #23 1.234 + '[' ppc64le '!=' s390x ']' [2019-12-21T10:12:35.016Z] #23 1.235 + '[' ppc64le '!=' armhf ']' [2019-12-21T10:12:35.016Z] #23 1.235 + build_dockercli [2019-12-21T10:12:35.016Z] #23 1.236 + git clone https://github.com/docker/docker-ce /tmp/tmp.idcrn1ApLc/tmp/docker-ce [2019-12-21T10:12:35.016Z] #23 1.269 Cloning into '/tmp/tmp.idcrn1ApLc/tmp/docker-ce'... [2019-12-21T10:12:35.091Z] #18 56.67 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:12:35.133Z] #41 ... [2019-12-21T10:12:35.133Z] [2019-12-21T10:12:35.133Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:12:35.133Z] #18 7.118 Collecting yamllint==1.16.0 [2019-12-21T10:12:35.882Z] #44 166.2 vendor/golang.org/x/net/http/httpguts [2019-12-21T10:12:36.147Z] #44 166.6 vendor/golang.org/x/net/http/httpproxy [2019-12-21T10:12:36.219Z] #18 ... [2019-12-21T10:12:36.219Z] [2019-12-21T10:12:36.219Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:36.219Z] #42 107.3 CC criu/image-desc.o [2019-12-21T10:12:36.219Z] #42 107.5 CC criu/image.o [2019-12-21T10:12:36.219Z] #42 108.4 CC criu/ipc_ns.o [2019-12-21T10:12:36.219Z] #42 109.6 CC criu/irmap.o [2019-12-21T10:12:36.219Z] #42 110.3 CC criu/kcmp-ids.o [2019-12-21T10:12:36.219Z] #42 110.6 CC criu/kerndat.o [2019-12-21T10:12:36.219Z] #42 111.7 CC criu/libnetlink.o [2019-12-21T10:12:36.219Z] #42 112.1 CC criu/log.o [2019-12-21T10:12:36.219Z] #42 112.5 CC criu/lsm.o [2019-12-21T10:12:36.219Z] #42 112.9 CC criu/mem.o [2019-12-21T10:12:36.219Z] #42 114.9 CC criu/mount.o [2019-12-21T10:12:36.219Z] #42 ... [2019-12-21T10:12:36.219Z] [2019-12-21T10:12:36.219Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:12:36.219Z] #18 58.07 Setting up python3-setuptools (33.1.1-1) ... [2019-12-21T10:12:36.532Z] #23 ... [2019-12-21T10:12:36.532Z] [2019-12-21T10:12:36.532Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:12:36.532Z] #32 1.274 + RM_GOPATH=0 [2019-12-21T10:12:36.532Z] #32 1.274 + TMP_GOPATH= [2019-12-21T10:12:36.532Z] #32 1.274 + : /build [2019-12-21T10:12:36.532Z] #32 1.274 + '[' -z '' ']' [2019-12-21T10:12:36.532Z] #32 1.276 ++ mktemp -d [2019-12-21T10:12:36.532Z] #32 1.278 + export GOPATH=/tmp/tmp.n8TGPwJhtY [2019-12-21T10:12:36.532Z] #32 1.279 + GOPATH=/tmp/tmp.n8TGPwJhtY [2019-12-21T10:12:36.532Z] #32 1.279 + RM_GOPATH=1 [2019-12-21T10:12:36.532Z] #32 1.282 ++ dirname ./install.sh [2019-12-21T10:12:36.532Z] #32 1.328 + dir=. [2019-12-21T10:12:36.532Z] #32 1.329 + bin=tomlv [2019-12-21T10:12:36.532Z] #32 1.329 + shift [2019-12-21T10:12:36.532Z] #32 1.333 + '[' '!' -f ./tomlv.installer ']' [2019-12-21T10:12:36.532Z] #32 1.333 + . ./tomlv.installer [2019-12-21T10:12:36.532Z] #32 1.334 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:12:36.532Z] #32 1.337 + install_tomlv [2019-12-21T10:12:36.532Z] #32 1.343 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-21T10:12:36.532Z] #32 1.343 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:12:36.532Z] #32 1.343 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.n8TGPwJhtY/src/github.com/BurntSushi/toml [2019-12-21T10:12:36.532Z] #32 1.365 Cloning into '/tmp/tmp.n8TGPwJhtY/src/github.com/BurntSushi/toml'... [2019-12-21T10:12:36.532Z] #32 3.697 + cd /tmp/tmp.n8TGPwJhtY/src/github.com/BurntSushi/toml [2019-12-21T10:12:36.532Z] #32 3.697 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-21T10:12:36.532Z] #32 3.753 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:12:36.532Z] #32 4.848 internal/cpu [2019-12-21T10:12:36.532Z] #32 4.952 runtime/internal/sys [2019-12-21T10:12:36.532Z] #32 4.980 math/bits [2019-12-21T10:12:36.532Z] #32 4.998 runtime/internal/atomic [2019-12-21T10:12:36.532Z] #32 5.931 runtime/internal/math [2019-12-21T10:12:36.532Z] #32 5.994 unicode/utf8 [2019-12-21T10:12:36.532Z] #32 6.224 sync/atomic [2019-12-21T10:12:36.532Z] #32 6.717 internal/bytealg [2019-12-21T10:12:36.532Z] #32 7.471 unicode [2019-12-21T10:12:37.099Z] #44 167.7 mime/multipart [2019-12-21T10:12:37.187Z] #32 8.089 math [2019-12-21T10:12:37.883Z] #18 59.30 Setting up dh-python (2.20170125) ... [2019-12-21T10:12:38.230Z] #32 9.046 internal/testlog [2019-12-21T10:12:38.274Z] #18 59.78 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:38.274Z] #18 DONE 60.0s [2019-12-21T10:12:38.274Z] [2019-12-21T10:12:38.274Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:38.274Z] #42 118.5 CC criu/namespaces.o [2019-12-21T10:12:38.689Z] #42 119.9 CC criu/net.o [2019-12-21T10:12:38.862Z] #32 ... [2019-12-21T10:12:38.862Z] [2019-12-21T10:12:38.862Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:12:38.862Z] #11 1.573 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:12:38.862Z] #11 1.586 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:12:38.862Z] #11 1.698 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:12:38.862Z] #11 1.713 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:12:38.862Z] #11 1.796 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:12:38.862Z] #11 3.495 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:12:38.862Z] #11 6.345 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:12:38.862Z] #11 8.214 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:12:39.174Z] #11 ... [2019-12-21T10:12:39.174Z] [2019-12-21T10:12:39.174Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:39.174Z] #39 1.408 + mktemp -d [2019-12-21T10:12:39.174Z] #39 1.411 + export GOPATH=/tmp/tmp.DrvmuqJdLU [2019-12-21T10:12:39.174Z] #39 1.415 + git clone https://github.com/docker/distribution.git /tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution [2019-12-21T10:12:39.174Z] #39 1.420 Cloning into '/tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution'... [2019-12-21T10:12:39.174Z] #39 ... [2019-12-21T10:12:39.174Z] [2019-12-21T10:12:39.174Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:39.174Z] #63 1.010 + RM_GOPATH=0 [2019-12-21T10:12:39.174Z] #63 1.011 + TMP_GOPATH= [2019-12-21T10:12:39.174Z] #63 1.011 + : /build/ [2019-12-21T10:12:39.174Z] #63 1.013 + '[' -z '' ']' [2019-12-21T10:12:39.174Z] #63 1.015 ++ mktemp -d [2019-12-21T10:12:39.174Z] #63 1.018 + export GOPATH=/tmp/tmp.y2RNaFpFef [2019-12-21T10:12:39.174Z] #63 1.018 + GOPATH=/tmp/tmp.y2RNaFpFef [2019-12-21T10:12:39.174Z] #63 1.018 + RM_GOPATH=1 [2019-12-21T10:12:39.174Z] #63 1.019 ++ dirname ./install.sh [2019-12-21T10:12:39.174Z] #63 1.022 + dir=. [2019-12-21T10:12:39.174Z] #63 1.030 + bin=rootlesskit [2019-12-21T10:12:39.174Z] #63 1.031 + shift [2019-12-21T10:12:39.174Z] #63 1.032 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-21T10:12:39.174Z] #63 1.033 + . ./rootlesskit.installer [2019-12-21T10:12:39.174Z] #63 1.034 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:12:39.174Z] #63 1.036 + install_rootlesskit [2019-12-21T10:12:39.174Z] #63 1.036 + case "$1" in [2019-12-21T10:12:39.174Z] #63 1.036 + export CGO_ENABLED=0 [2019-12-21T10:12:39.174Z] #63 1.036 + CGO_ENABLED=0 [2019-12-21T10:12:39.174Z] #63 1.037 + _install_rootlesskit [2019-12-21T10:12:39.174Z] #63 1.037 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2019-12-21T10:12:39.174Z] #63 1.038 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:12:39.174Z] #63 1.038 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.y2RNaFpFef/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:12:39.174Z] #63 1.041 Cloning into '/tmp/tmp.y2RNaFpFef/src/github.com/rootless-containers/rootlesskit'... [2019-12-21T10:12:39.174Z] #63 7.535 + cd /tmp/tmp.y2RNaFpFef/src/github.com/rootless-containers/rootlesskit [2019-12-21T10:12:39.174Z] #63 7.545 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2019-12-21T10:12:39.174Z] #63 8.422 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:12:39.174Z] #63 8.423 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-21T10:12:39.466Z] #63 ... [2019-12-21T10:12:39.466Z] [2019-12-21T10:12:39.466Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:12:39.466Z] #69 0.910 + RM_GOPATH=0 [2019-12-21T10:12:39.466Z] #69 0.910 + TMP_GOPATH= [2019-12-21T10:12:39.466Z] #69 0.910 + : /build [2019-12-21T10:12:39.466Z] #69 0.911 + '[' -z '' ']' [2019-12-21T10:12:39.466Z] #69 0.916 ++ mktemp -d [2019-12-21T10:12:39.466Z] #69 0.919 + export GOPATH=/tmp/tmp.xHvksEbUkH [2019-12-21T10:12:39.466Z] #69 0.919 + GOPATH=/tmp/tmp.xHvksEbUkH [2019-12-21T10:12:39.466Z] #69 0.919 + RM_GOPATH=1 [2019-12-21T10:12:39.466Z] #69 0.920 ++ dirname ./install.sh [2019-12-21T10:12:39.466Z] #69 0.922 + dir=. [2019-12-21T10:12:39.466Z] #69 0.922 + bin=proxy [2019-12-21T10:12:39.466Z] #69 0.922 + shift [2019-12-21T10:12:39.466Z] #69 0.923 + '[' '!' -f ./proxy.installer ']' [2019-12-21T10:12:39.466Z] #69 0.923 + . ./proxy.installer [2019-12-21T10:12:39.466Z] #69 0.923 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:12:39.466Z] #69 0.924 + install_proxy [2019-12-21T10:12:39.466Z] #69 0.924 + case "$1" in [2019-12-21T10:12:39.466Z] #69 0.924 + export CGO_ENABLED=0 [2019-12-21T10:12:39.466Z] #69 0.924 + CGO_ENABLED=0 [2019-12-21T10:12:39.466Z] #69 0.924 + _install_proxy [2019-12-21T10:12:39.466Z] #69 0.924 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-21T10:12:39.466Z] #69 0.924 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:12:39.466Z] #69 0.924 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.xHvksEbUkH/src/github.com/docker/libnetwork [2019-12-21T10:12:39.466Z] #69 0.928 Cloning into '/tmp/tmp.xHvksEbUkH/src/github.com/docker/libnetwork'... [2019-12-21T10:12:39.466Z] #69 ... [2019-12-21T10:12:39.466Z] [2019-12-21T10:12:39.466Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:12:39.466Z] #57 1.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:12:39.466Z] #57 1.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:12:39.466Z] #57 1.733 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:12:39.466Z] #57 1.766 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:12:39.466Z] #57 1.862 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:12:39.466Z] #57 3.494 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:12:39.466Z] #57 6.339 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:12:39.466Z] #57 8.302 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:12:39.756Z] #57 ... [2019-12-21T10:12:39.756Z] [2019-12-21T10:12:39.756Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:12:39.756Z] #29 1.019 + mktemp -d [2019-12-21T10:12:39.756Z] #29 1.021 + export GOPATH=/tmp/tmp.SpdmpkyuKV [2019-12-21T10:12:39.756Z] #29 1.021 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.SpdmpkyuKV/src/github.com/go-swagger/go-swagger [2019-12-21T10:12:39.756Z] #29 1.025 Cloning into '/tmp/tmp.SpdmpkyuKV/src/github.com/go-swagger/go-swagger'... [2019-12-21T10:12:39.756Z] #29 ... [2019-12-21T10:12:39.756Z] [2019-12-21T10:12:39.756Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:12:39.756Z] #34 1.320 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:12:39.756Z] #34 1.373 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:12:39.756Z] #34 1.507 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:12:39.756Z] #34 1.559 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:12:39.756Z] #34 1.684 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:12:39.756Z] #34 3.261 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:12:39.756Z] #34 6.203 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:12:39.756Z] #34 8.009 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:12:40.046Z] #34 ... [2019-12-21T10:12:40.046Z] [2019-12-21T10:12:40.046Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:40.046Z] #51 0.983 + RM_GOPATH=0 [2019-12-21T10:12:40.046Z] #51 0.984 + TMP_GOPATH= [2019-12-21T10:12:40.046Z] #51 0.984 + : /build [2019-12-21T10:12:40.046Z] #51 0.984 + '[' -z '' ']' [2019-12-21T10:12:40.046Z] #51 1.029 ++ mktemp -d [2019-12-21T10:12:40.046Z] #51 1.033 + export GOPATH=/tmp/tmp.9vyfjijogQ [2019-12-21T10:12:40.046Z] #51 1.049 + GOPATH=/tmp/tmp.9vyfjijogQ [2019-12-21T10:12:40.046Z] #51 1.049 + RM_GOPATH=1 [2019-12-21T10:12:40.046Z] #51 1.052 ++ dirname ./install.sh [2019-12-21T10:12:40.046Z] #51 1.070 + dir=. [2019-12-21T10:12:40.046Z] #51 1.072 + bin=golangci_lint [2019-12-21T10:12:40.046Z] #51 1.072 + shift [2019-12-21T10:12:40.046Z] #51 1.073 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-21T10:12:40.046Z] #51 1.074 + . ./golangci_lint.installer [2019-12-21T10:12:40.046Z] #51 1.075 ++ : v1.20.0 [2019-12-21T10:12:40.046Z] #51 1.076 + install_golangci_lint [2019-12-21T10:12:40.046Z] #51 1.077 + echo 'Installing golangci-lint version v1.20.0' [2019-12-21T10:12:40.046Z] #51 1.078 Installing golangci-lint version v1.20.0 [2019-12-21T10:12:40.046Z] #51 1.078 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:12:40.342Z] #51 ... [2019-12-21T10:12:40.342Z] [2019-12-21T10:12:40.342Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:40.342Z] #45 1.115 + RM_GOPATH=0 [2019-12-21T10:12:40.342Z] #45 1.115 + TMP_GOPATH= [2019-12-21T10:12:40.342Z] #45 1.115 + : /build [2019-12-21T10:12:40.342Z] #45 1.115 + '[' -z '' ']' [2019-12-21T10:12:40.342Z] #45 1.116 ++ mktemp -d [2019-12-21T10:12:40.342Z] #45 1.118 + export GOPATH=/tmp/tmp.BvhPSVNmdm [2019-12-21T10:12:40.342Z] #45 1.118 + GOPATH=/tmp/tmp.BvhPSVNmdm [2019-12-21T10:12:40.342Z] #45 1.118 + RM_GOPATH=1 [2019-12-21T10:12:40.342Z] #45 1.120 ++ dirname ./install.sh [2019-12-21T10:12:40.342Z] #45 1.127 + dir=. [2019-12-21T10:12:40.342Z] #45 1.128 + bin=vndr [2019-12-21T10:12:40.342Z] #45 1.128 + shift [2019-12-21T10:12:40.342Z] #45 1.128 + '[' '!' -f ./vndr.installer ']' [2019-12-21T10:12:40.342Z] #45 1.128 + . ./vndr.installer [2019-12-21T10:12:40.342Z] #45 1.128 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:12:40.342Z] #45 1.129 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:12:40.342Z] #45 1.129 + install_vndr [2019-12-21T10:12:40.342Z] #45 1.129 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-21T10:12:40.342Z] #45 1.129 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.BvhPSVNmdm/src/github.com/LK4D4/vndr [2019-12-21T10:12:40.342Z] #45 1.135 Cloning into '/tmp/tmp.BvhPSVNmdm/src/github.com/LK4D4/vndr'... [2019-12-21T10:12:40.342Z] #45 2.443 + cd /tmp/tmp.BvhPSVNmdm/src/github.com/LK4D4/vndr [2019-12-21T10:12:40.342Z] #45 2.453 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-21T10:12:40.342Z] #45 2.492 + go build -buildmode=pie -v -o /build/vndr . [2019-12-21T10:12:40.342Z] #45 4.799 runtime/internal/sys [2019-12-21T10:12:40.342Z] #45 4.860 internal/race [2019-12-21T10:12:40.342Z] #45 4.880 internal/cpu [2019-12-21T10:12:40.342Z] #45 4.971 runtime/internal/atomic [2019-12-21T10:12:40.342Z] #45 5.343 sync/atomic [2019-12-21T10:12:40.342Z] #45 5.713 runtime/internal/math [2019-12-21T10:12:40.342Z] #45 6.122 unicode [2019-12-21T10:12:40.342Z] #45 6.214 unicode/utf8 [2019-12-21T10:12:40.342Z] #45 6.444 math/bits [2019-12-21T10:12:40.342Z] #45 7.483 internal/bytealg [2019-12-21T10:12:40.342Z] #45 8.784 internal/testlog [2019-12-21T10:12:40.342Z] #45 9.338 math [2019-12-21T10:12:40.342Z] #45 10.63 encoding [2019-12-21T10:12:40.342Z] #45 10.76 runtime [2019-12-21T10:12:40.342Z] #45 11.14 unicode/utf16 [2019-12-21T10:12:40.342Z] #45 ... [2019-12-21T10:12:40.342Z] [2019-12-21T10:12:40.342Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:12:40.342Z] #41 1.275 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:12:40.342Z] #41 1.367 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:12:40.342Z] #41 1.505 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:12:40.342Z] #41 1.558 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:12:40.342Z] #41 1.676 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:12:40.342Z] #41 3.222 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:12:40.342Z] #41 6.113 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:12:40.342Z] #41 7.939 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:12:40.342Z] #41 ... [2019-12-21T10:12:40.342Z] [2019-12-21T10:12:40.342Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:12:40.342Z] #25 1.483 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:12:40.342Z] #25 1.494 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:12:40.342Z] #25 1.608 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:12:40.342Z] #25 1.649 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:12:40.342Z] #25 1.685 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:12:40.342Z] #25 3.432 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:12:40.342Z] #25 6.183 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:12:40.342Z] #25 8.300 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:12:40.376Z] #44 ... [2019-12-21T10:12:40.376Z] [2019-12-21T10:12:40.376Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:40.376Z] #41 71.42 CC compel/plugins/std/infect.o [2019-12-21T10:12:40.376Z] #41 72.20 CC compel/arch/x86/plugins/std/parasite-head.o [2019-12-21T10:12:40.376Z] #41 72.35 CC compel/arch/x86/plugins/std/memcpy.o [2019-12-21T10:12:40.376Z] #41 72.45 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-12-21T10:12:40.376Z] #41 72.51 AR compel/plugins/std.lib.a [2019-12-21T10:12:40.376Z] #41 72.61 CC compel/plugins/fds/fds.o [2019-12-21T10:12:40.376Z] #41 72.93 AR compel/plugins/fds.lib.a [2019-12-21T10:12:40.376Z] #41 72.98 HOSTDEP compel/src/lib/log-host.d [2019-12-21T10:12:40.376Z] #41 73.33 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-21T10:12:40.376Z] #41 73.60 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-12-21T10:12:40.376Z] #41 73.85 HOSTDEP compel/src/main-host.d [2019-12-21T10:12:40.376Z] #41 74.14 DEP compel/src/lib/ptrace.d [2019-12-21T10:12:40.376Z] #41 74.43 DEP compel/src/lib/infect.d [2019-12-21T10:12:40.376Z] #41 74.81 DEP compel/src/lib/infect-util.d [2019-12-21T10:12:40.376Z] #41 74.99 DEP compel/src/lib/infect-rpc.d [2019-12-21T10:12:40.376Z] #41 75.24 DEP compel/arch/x86/src/lib/infect.d [2019-12-21T10:12:40.376Z] #41 75.47 DEP compel/arch/x86/src/lib/cpu.d [2019-12-21T10:12:40.376Z] #41 75.59 DEP compel/src/lib/log.d [2019-12-21T10:12:40.376Z] #41 75.74 DEP compel/src/main.d [2019-12-21T10:12:40.376Z] #41 76.02 DEP compel/src/lib/handle-elf.d [2019-12-21T10:12:40.376Z] #41 76.14 DEP compel/arch/x86/src/lib/handle-elf.d [2019-12-21T10:12:40.376Z] #41 76.18 CC compel/src/lib/log.o [2019-12-21T10:12:40.376Z] #41 76.41 CC compel/arch/x86/src/lib/cpu.o [2019-12-21T10:12:40.376Z] #41 77.44 CC compel/arch/x86/src/lib/infect.o [2019-12-21T10:12:40.632Z] #25 ... [2019-12-21T10:12:40.632Z] [2019-12-21T10:12:40.632Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:12:40.632Z] #32 10.08 runtime [2019-12-21T10:12:40.632Z] #32 10.44 encoding [2019-12-21T10:12:40.632Z] #32 11.39 runtime/cgo [2019-12-21T10:12:40.633Z] #41 ... [2019-12-21T10:12:40.633Z] [2019-12-21T10:12:40.633Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:12:40.633Z] #47 DONE 171.1s [2019-12-21T10:12:40.633Z] [2019-12-21T10:12:40.633Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:40.633Z] #44 170.9 crypto/tls [2019-12-21T10:12:41.246Z] #42 122.5 CC criu/netfilter.o [2019-12-21T10:12:41.654Z] #42 122.8 CC criu/page-pipe.o [2019-12-21T10:12:41.712Z] #18 ... [2019-12-21T10:12:41.712Z] [2019-12-21T10:12:41.712Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:41.712Z] #41 189.8 CC criu/path.o [2019-12-21T10:12:41.712Z] #41 190.1 CC criu/pie-util-vdso-elf32.o [2019-12-21T10:12:41.712Z] #41 190.5 CC criu/pie-util-vdso.o [2019-12-21T10:12:41.712Z] #41 190.9 CC criu/pie-util.o [2019-12-21T10:12:41.712Z] #41 191.2 CC criu/pipes.o [2019-12-21T10:12:41.712Z] #41 192.0 CC criu/plugin.o [2019-12-21T10:12:41.712Z] #41 192.4 CC criu/proc_parse.o [2019-12-21T10:12:41.712Z] #41 194.9 CC criu/protobuf-desc.o [2019-12-21T10:12:42.046Z] #42 123.3 CC criu/page-xfer.o [2019-12-21T10:12:42.274Z] #41 196.0 CC criu/protobuf.o [2019-12-21T10:12:42.274Z] #41 ... [2019-12-21T10:12:42.274Z] [2019-12-21T10:12:42.274Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:12:42.274Z] #18 14.08 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-21T10:12:42.530Z] #18 14.38 Collecting pyyaml (from yamllint==1.16.0) [2019-12-21T10:12:42.905Z] #42 124.2 CC criu/pagemap-cache.o [2019-12-21T10:12:43.310Z] #42 124.5 CC criu/pagemap.o [2019-12-21T10:12:43.894Z] #18 15.59 Downloading https://files.pythonhosted.org/packages/8d/c9/e5be955a117a1ac548cdd31e37e8fd7b02ce987f9655f5c7563c656d5dcb/PyYAML-5.2.tar.gz (265kB) [2019-12-21T10:12:44.147Z] #42 125.3 CC criu/parasite-syscall.o [2019-12-21T10:12:44.456Z] #18 ... [2019-12-21T10:12:44.456Z] [2019-12-21T10:12:44.456Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:44.456Z] #38 294.5 + rm -rf /tmp/tmp.2g7IOB7PGA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.2g7IOB7PGA [2019-12-21T10:12:44.456Z] #38 DONE 294.8s [2019-12-21T10:12:44.713Z] [2019-12-21T10:12:44.713Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:44.713Z] #41 196.6 CC criu/pstree.o [2019-12-21T10:12:44.713Z] #41 197.8 CC criu/rbtree.o [2019-12-21T10:12:44.713Z] #41 198.2 CC criu/rst-malloc.o [2019-12-21T10:12:44.713Z] #41 198.8 CC criu/seccomp.o [2019-12-21T10:12:44.980Z] #42 126.0 CC criu/path.o [2019-12-21T10:12:44.980Z] #42 126.3 CC criu/pie-util-vdso-elf32.o [2019-12-21T10:12:45.568Z] #42 126.7 CC criu/pie-util-vdso.o [2019-12-21T10:12:46.329Z] #42 127.3 CC criu/pie-util.o [2019-12-21T10:12:46.329Z] #42 127.6 CC criu/pipes.o [2019-12-21T10:12:46.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-21T10:12:46.602Z] #41 200.2 CC criu/seize.o [2019-12-21T10:12:46.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-21T10:12:47.165Z] #41 201.0 CC criu/servicefd.o [2019-12-21T10:12:47.183Z] #44 ... [2019-12-21T10:12:47.183Z] [2019-12-21T10:12:47.183Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:47.183Z] #41 78.95 CC compel/src/lib/infect-rpc.o [2019-12-21T10:12:47.183Z] #41 79.59 CC compel/src/lib/infect-util.o [2019-12-21T10:12:47.183Z] #41 80.00 CC compel/src/lib/infect.o [2019-12-21T10:12:47.183Z] #41 83.22 CC compel/src/lib/ptrace.o [2019-12-21T10:12:47.183Z] #41 83.58 AR compel/libcompel.a [2019-12-21T10:12:47.183Z] #41 83.68 HOSTCC compel/src/main-host.o [2019-12-21T10:12:47.183Z] #41 84.00 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-12-21T10:12:47.183Z] #41 84.22 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-21T10:12:47.183Z] #41 84.52 HOSTCC compel/src/lib/log-host.o [2019-12-21T10:12:47.183Z] #41 ... [2019-12-21T10:12:47.183Z] [2019-12-21T10:12:47.183Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:12:47.183Z] #10 177.9 Selecting previously unselected package libapparmor1:amd64. [2019-12-21T10:12:47.183Z] #10 177.9 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:12:47.183Z] #10 177.9 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:12:47.183Z] #10 178.0 Selecting previously unselected package libapparmor-dev:amd64. [2019-12-21T10:12:47.183Z] #10 178.0 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:12:47.183Z] #10 178.0 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:12:47.440Z] #10 178.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:12:47.491Z] #42 128.7 CC criu/plugin.o [2019-12-21T10:12:47.509Z] #32 ... [2019-12-21T10:12:47.509Z] [2019-12-21T10:12:47.509Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:47.509Z] #45 12.51 container/list [2019-12-21T10:12:47.509Z] #45 15.91 crypto/internal/subtle [2019-12-21T10:12:47.509Z] #45 16.45 crypto/subtle [2019-12-21T10:12:47.509Z] #45 17.16 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-21T10:12:47.509Z] #45 17.80 internal/nettrace [2019-12-21T10:12:47.509Z] #45 18.49 runtime/cgo [2019-12-21T10:12:47.698Z] #10 178.5 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-12-21T10:12:47.698Z] #10 178.7 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:12:47.698Z] #10 178.7 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:12:47.727Z] #41 201.5 CC criu/shmem.o [2019-12-21T10:12:47.915Z] #42 129.1 CC criu/proc_parse.o [2019-12-21T10:12:47.957Z] #10 178.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:12:47.957Z] #10 178.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:47.957Z] #10 178.8 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:12:47.957Z] #10 178.8 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:12:47.957Z] #10 178.8 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-21T10:12:47.957Z] #10 178.9 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-12-21T10:12:47.957Z] #10 178.9 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:12:47.957Z] #10 178.9 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-12-21T10:12:47.957Z] #10 179.0 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-21T10:12:48.215Z] #10 179.0 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-21T10:12:48.215Z] #10 179.1 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:12:48.215Z] #10 179.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:12:48.215Z] #10 179.1 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:12:48.215Z] #10 179.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:12:48.215Z] #10 179.2 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:12:48.215Z] #10 179.2 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:12:48.317Z] #42 ... [2019-12-21T10:12:48.317Z] [2019-12-21T10:12:48.317Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:12:48.317Z] #19 3.502 Collecting yamllint==1.16.0 [2019-12-21T10:12:48.317Z] #19 4.153 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-21T10:12:48.317Z] #19 4.414 Collecting pyyaml (from yamllint==1.16.0) [2019-12-21T10:12:48.317Z] #19 4.592 Downloading https://files.pythonhosted.org/packages/8d/c9/e5be955a117a1ac548cdd31e37e8fd7b02ce987f9655f5c7563c656d5dcb/PyYAML-5.2.tar.gz (265kB) [2019-12-21T10:12:48.317Z] #19 6.302 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-21T10:12:48.317Z] #19 6.417 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-21T10:12:48.317Z] #19 7.516 Building wheels for collected packages: pyyaml, pathspec [2019-12-21T10:12:48.317Z] #19 7.517 Running setup.py bdist_wheel for pyyaml: started [2019-12-21T10:12:48.317Z] #19 9.124 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-21T10:12:48.317Z] #19 9.125 Stored in directory: /root/.cache/pip/wheels/54/b7/c7/2ada654ee54483c9329871665aaf4a6056c3ce36f29cf66e67 [2019-12-21T10:12:48.317Z] #19 9.221 Running setup.py bdist_wheel for pathspec: started [2019-12-21T10:12:48.474Z] #10 179.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:12:48.474Z] #10 179.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:12:48.474Z] #10 179.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:12:48.474Z] #10 179.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:12:48.474Z] #10 179.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-21T10:12:48.474Z] #10 179.2 Setting up dmsetup (2:1.02.137-2) ... [2019-12-21T10:12:48.474Z] #10 179.2 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-21T10:12:48.474Z] #10 179.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:12:48.653Z] #41 202.6 CC criu/sigframe.o [2019-12-21T10:12:48.702Z] #19 10.28 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-21T10:12:48.702Z] #19 10.28 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-21T10:12:48.702Z] #19 10.29 Successfully built pyyaml pathspec [2019-12-21T10:12:48.702Z] #19 10.29 Installing collected packages: pyyaml, pathspec, yamllint [2019-12-21T10:12:48.741Z] #10 DONE 179.8s [2019-12-21T10:12:48.741Z] [2019-12-21T10:12:48.741Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:48.741Z] #41 84.72 HOSTLINK compel/compel-host-bin [2019-12-21T10:12:48.741Z] #41 84.84 DEP soccr/soccr.d [2019-12-21T10:12:48.741Z] #41 85.04 CC soccr/soccr.o [2019-12-21T10:12:48.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-21T10:12:48.908Z] #41 202.9 CC criu/signalfd.o [2019-12-21T10:12:49.002Z] #41 ... [2019-12-21T10:12:49.002Z] [2019-12-21T10:12:49.002Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:12:49.002Z] #52 DONE 0.1s [2019-12-21T10:12:49.002Z] [2019-12-21T10:12:49.002Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:49.002Z] #44 179.6 net/http/httptrace [2019-12-21T10:12:49.096Z] #19 10.90 Successfully installed pathspec-0.6.0 pyyaml-5.2 yamllint-1.16.0 [2019-12-21T10:12:49.469Z] #41 203.2 CC criu/sk-inet.o [2019-12-21T10:12:49.510Z] #19 DONE 11.3s [2019-12-21T10:12:49.510Z] [2019-12-21T10:12:49.510Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-21T10:12:49.510Z] #24 DONE 0.1s [2019-12-21T10:12:49.510Z] [2019-12-21T10:12:49.510Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:12:49.568Z] #44 180.1 net/http [2019-12-21T10:12:49.568Z] #44 ... [2019-12-21T10:12:49.568Z] [2019-12-21T10:12:49.568Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-21T10:12:49.568Z] #53 DONE 0.6s [2019-12-21T10:12:49.826Z] [2019-12-21T10:12:49.826Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:50.372Z] #28 DONE 0.5s [2019-12-21T10:12:50.372Z] [2019-12-21T10:12:50.372Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-21T10:12:50.372Z] #30 DONE 0.1s [2019-12-21T10:12:50.372Z] [2019-12-21T10:12:50.372Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:50.372Z] #42 131.5 CC criu/protobuf-desc.o [2019-12-21T10:12:50.372Z] #42 ... [2019-12-21T10:12:50.372Z] [2019-12-21T10:12:50.372Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-21T10:12:50.372Z] #33 DONE 0.1s [2019-12-21T10:12:50.372Z] [2019-12-21T10:12:50.372Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-21T10:12:50.372Z] #38 DONE 0.1s [2019-12-21T10:12:50.372Z] [2019-12-21T10:12:50.372Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:50.396Z] #41 204.3 CC criu/sk-netlink.o [2019-12-21T10:12:50.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-21T10:12:50.958Z] #41 204.8 CC criu/sk-packet.o [2019-12-21T10:12:51.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-21T10:12:51.519Z] #41 ... [2019-12-21T10:12:51.519Z] [2019-12-21T10:12:51.519Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:12:51.519Z] #18 18.43 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-21T10:12:51.519Z] #18 19.52 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-21T10:12:51.519Z] #18 20.72 Building wheels for collected packages: pyyaml, pathspec [2019-12-21T10:12:51.519Z] #18 20.73 Running setup.py bdist_wheel for pyyaml: started [2019-12-21T10:12:51.519Z] #18 22.13 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-21T10:12:51.519Z] #18 22.13 Stored in directory: /root/.cache/pip/wheels/54/b7/c7/2ada654ee54483c9329871665aaf4a6056c3ce36f29cf66e67 [2019-12-21T10:12:51.519Z] #18 22.23 Running setup.py bdist_wheel for pathspec: started [2019-12-21T10:12:51.519Z] #18 23.41 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-21T10:12:51.519Z] #18 23.41 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-21T10:12:51.519Z] #18 23.42 Successfully built pyyaml pathspec [2019-12-21T10:12:51.519Z] #18 23.42 Installing collected packages: pyyaml, pathspec, yamllint [2019-12-21T10:12:51.754Z] #39 ... [2019-12-21T10:12:51.754Z] [2019-12-21T10:12:51.754Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:51.754Z] #42 132.5 CC criu/protobuf.o [2019-12-21T10:12:51.754Z] #42 132.9 CC criu/pstree.o [2019-12-21T10:12:51.966Z] #45 ... [2019-12-21T10:12:51.966Z] [2019-12-21T10:12:51.966Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:12:51.966Z] #34 22.63 Fetched 7731 kB in 21s (363 kB/s) [2019-12-21T10:12:52.081Z] #18 23.87 Successfully installed pathspec-0.6.0 pyyaml-5.2 yamllint-1.16.0 [2019-12-21T10:12:52.336Z] #18 DONE 24.3s [2019-12-21T10:12:52.336Z] [2019-12-21T10:12:52.336Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-21T10:12:52.592Z] #23 DONE 0.3s [2019-12-21T10:12:52.592Z] [2019-12-21T10:12:52.592Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:12:52.598Z] #42 133.8 CC criu/rbtree.o [2019-12-21T10:12:53.013Z] #42 133.9 CC criu/rst-malloc.o [2019-12-21T10:12:53.013Z] #42 134.1 CC criu/seccomp.o [2019-12-21T10:12:53.430Z] #42 134.5 CC criu/seize.o [2019-12-21T10:12:53.833Z] #42 135.1 CC criu/servicefd.o [2019-12-21T10:12:53.958Z] #27 DONE 1.1s [2019-12-21T10:12:53.958Z] [2019-12-21T10:12:53.958Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-21T10:12:53.958Z] #29 DONE 0.1s [2019-12-21T10:12:53.958Z] [2019-12-21T10:12:53.958Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-21T10:12:53.958Z] #32 DONE 0.1s [2019-12-21T10:12:53.958Z] [2019-12-21T10:12:53.958Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:53.958Z] #41 205.5 CC criu/sk-queue.o [2019-12-21T10:12:53.958Z] #41 206.1 CC criu/sk-tcp.o [2019-12-21T10:12:53.958Z] #41 206.9 CC criu/sk-unix.o [2019-12-21T10:12:53.958Z] #41 ... [2019-12-21T10:12:53.958Z] [2019-12-21T10:12:53.958Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-21T10:12:53.958Z] #37 DONE 0.1s [2019-12-21T10:12:54.013Z] #54 3.923 + RM_GOPATH=0 [2019-12-21T10:12:54.013Z] #54 3.923 + TMP_GOPATH= [2019-12-21T10:12:54.013Z] #54 3.923 + : /build [2019-12-21T10:12:54.013Z] #54 3.923 + '[' -z '' ']' [2019-12-21T10:12:54.013Z] #54 3.924 ++ mktemp -d [2019-12-21T10:12:54.013Z] #54 3.928 + export GOPATH=/tmp/tmp.TTqBlYlmS0 [2019-12-21T10:12:54.013Z] #54 3.928 + GOPATH=/tmp/tmp.TTqBlYlmS0 [2019-12-21T10:12:54.013Z] #54 3.928 + RM_GOPATH=1 [2019-12-21T10:12:54.013Z] #54 3.928 ++ dirname ./install.sh [2019-12-21T10:12:54.013Z] #54 3.929 + dir=. [2019-12-21T10:12:54.013Z] #54 3.929 + bin=runc [2019-12-21T10:12:54.013Z] #54 3.929 + shift [2019-12-21T10:12:54.013Z] #54 3.929 + '[' '!' -f ./runc.installer ']' [2019-12-21T10:12:54.013Z] #54 3.929 + . ./runc.installer [2019-12-21T10:12:54.013Z] #54 3.930 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:12:54.013Z] #54 3.930 + install_runc [2019-12-21T10:12:54.013Z] #54 3.945 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-21T10:12:54.013Z] #54 3.945 + uname -r [2019-12-21T10:12:54.013Z] #54 3.954 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-21T10:12:54.013Z] #54 3.955 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-21T10:12:54.013Z] #54 3.955 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-21T10:12:54.013Z] #54 3.955 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TTqBlYlmS0/src/github.com/opencontainers/runc [2019-12-21T10:12:54.013Z] #54 3.955 Cloning into '/tmp/tmp.TTqBlYlmS0/src/github.com/opencontainers/runc'... [2019-12-21T10:12:54.013Z] #54 ... [2019-12-21T10:12:54.013Z] [2019-12-21T10:12:54.013Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-21T10:12:54.013Z] #11 DONE 5.2s [2019-12-21T10:12:54.214Z] [2019-12-21T10:12:54.214Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-21T10:12:54.214Z] #39 DONE 0.2s [2019-12-21T10:12:54.214Z] [2019-12-21T10:12:54.214Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:12:54.214Z] #54 118.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-21T10:12:54.248Z] #42 135.5 CC criu/shmem.o [2019-12-21T10:12:54.271Z] [2019-12-21T10:12:54.271Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-21T10:12:54.470Z] #54 119.6 + mkdir -p /build [2019-12-21T10:12:54.470Z] #54 119.6 + cp runc /build/runc [2019-12-21T10:12:54.725Z] #54 DONE 119.8s [2019-12-21T10:12:54.725Z] [2019-12-21T10:12:54.725Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:55.117Z] #42 136.0 CC criu/sigframe.o [2019-12-21T10:12:55.117Z] #42 136.1 CC criu/signalfd.o [2019-12-21T10:12:55.117Z] #42 136.3 CC criu/sk-inet.o [2019-12-21T10:12:55.287Z] #41 209.1 CC criu/sockets.o [2019-12-21T10:12:55.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-21T10:12:56.187Z] #42 137.3 CC criu/sk-netlink.o [2019-12-21T10:12:56.214Z] #41 210.1 CC criu/stats.o [2019-12-21T10:12:56.470Z] #41 210.3 CC criu/string.o [2019-12-21T10:12:56.470Z] #41 210.3 CC criu/sysctl.o [2019-12-21T10:12:56.650Z] #42 137.9 CC criu/sk-packet.o [2019-12-21T10:12:56.726Z] #41 210.8 CC criu/sysfs_parse.o [2019-12-21T10:12:56.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-21T10:12:57.023Z] #41 211.1 CC criu/timerfd.o [2019-12-21T10:12:57.516Z] #34 22.63 Reading package lists... [2019-12-21T10:12:57.516Z] #34 ... [2019-12-21T10:12:57.516Z] [2019-12-21T10:12:57.516Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:12:57.516Z] #39 25.79 + cd /tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution [2019-12-21T10:12:57.516Z] #39 25.80 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-21T10:12:57.584Z] #41 211.4 CC criu/tty.o [2019-12-21T10:12:57.641Z] #42 138.6 CC criu/sk-queue.o [2019-12-21T10:12:58.030Z] #42 139.1 CC criu/sk-tcp.o [2019-12-21T10:12:58.143Z] #39 28.99 + GOPATH=/tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.DrvmuqJdLU go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-21T10:12:58.412Z] #42 139.6 CC criu/sk-unix.o [2019-12-21T10:12:58.454Z] #12 DONE 3.7s [2019-12-21T10:12:58.454Z] [2019-12-21T10:12:58.455Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:12:58.455Z] #41 86.86 AR soccr/libsoccr.a [2019-12-21T10:12:58.455Z] #41 86.90 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:12:58.455Z] #41 87.52 DEP criu/arch/x86/sigframe.d [2019-12-21T10:12:58.455Z] #41 87.73 DEP criu/arch/x86/sigaction_compat.d [2019-12-21T10:12:58.455Z] #41 87.84 DEP criu/arch/x86/kerndat.d [2019-12-21T10:12:58.455Z] #41 88.05 DEP criu/arch/x86/crtools.d [2019-12-21T10:12:58.455Z] #41 88.20 DEP criu/arch/x86/cpu.d [2019-12-21T10:12:58.455Z] #41 88.44 CC criu/arch/x86/cpu.o [2019-12-21T10:12:58.455Z] #41 89.35 CC criu/arch/x86/crtools.o [2019-12-21T10:12:58.455Z] #41 91.61 CC criu/arch/x86/kerndat.o [2019-12-21T10:12:58.455Z] #41 92.51 CC criu/arch/x86/sigaction_compat.o [2019-12-21T10:12:58.455Z] #41 93.00 CC criu/arch/x86/sigframe.o [2019-12-21T10:12:58.455Z] #41 93.46 LINK criu/arch/x86/crtools.built-in.o [2019-12-21T10:12:58.455Z] #41 93.51 DEP criu/pie/util-vdso-elf32.d [2019-12-21T10:12:58.455Z] #41 93.64 DEP criu/arch/x86/vdso-pie.d [2019-12-21T10:12:58.455Z] #41 93.78 DEP criu/pie/parasite-vdso.d [2019-12-21T10:12:58.455Z] #41 93.94 DEP criu/pie/util-vdso.d [2019-12-21T10:12:58.455Z] #41 94.18 DEP criu/pie/util.d [2019-12-21T10:12:58.455Z] #41 94.42 CC criu/pie/util.o [2019-12-21T10:12:58.455Z] #41 94.91 CC criu/pie/util-vdso.o [2019-12-21T10:12:58.455Z] #41 ... [2019-12-21T10:12:58.455Z] [2019-12-21T10:12:58.455Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-21T10:12:58.947Z] #41 212.7 CC criu/tun.o [2019-12-21T10:12:58.947Z] #41 213.1 CC criu/uffd.o [2019-12-21T10:12:59.873Z] #41 213.9 CC criu/util.o [2019-12-21T10:13:00.350Z] #42 141.3 CC criu/sockets.o [2019-12-21T10:13:00.752Z] #42 142.0 CC criu/stats.o [2019-12-21T10:13:00.799Z] #41 214.7 CC criu/uts_ns.o [2019-12-21T10:13:01.055Z] #41 214.9 CC criu/vdso-compat.o [2019-12-21T10:13:01.055Z] #41 215.1 CC criu/vdso.o [2019-12-21T10:13:01.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-21T10:13:01.145Z] #42 142.2 CC criu/string.o [2019-12-21T10:13:01.145Z] #42 142.4 CC criu/sysctl.o [2019-12-21T10:13:01.665Z] #39 ... [2019-12-21T10:13:01.665Z] [2019-12-21T10:13:01.665Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:01.665Z] #51 31.94 + cd /tmp/tmp.9vyfjijogQ/src/github.com/golangci/golangci-lint/ [2019-12-21T10:13:01.665Z] #51 31.95 + git checkout -q v1.20.0 [2019-12-21T10:13:01.665Z] #51 ... [2019-12-21T10:13:01.665Z] [2019-12-21T10:13:01.665Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:13:01.665Z] #25 22.74 Fetched 7731 kB in 21s (363 kB/s) [2019-12-21T10:13:01.665Z] #25 22.74 Reading package lists... [2019-12-21T10:13:01.735Z] #13 3.396 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-21T10:13:01.735Z] #13 DONE 3.7s [2019-12-21T10:13:01.735Z] [2019-12-21T10:13:01.735Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:01.735Z] #54 10.70 + cd /tmp/tmp.TTqBlYlmS0/src/github.com/opencontainers/runc [2019-12-21T10:13:01.735Z] #54 10.70 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:13:01.735Z] #54 10.87 + '[' -z '' ']' [2019-12-21T10:13:01.735Z] #54 10.87 + target=static [2019-12-21T10:13:01.735Z] #54 10.87 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-21T10:13:01.955Z] #25 32.42 Reading package lists... [2019-12-21T10:13:01.955Z] #25 ... [2019-12-21T10:13:01.955Z] [2019-12-21T10:13:01.955Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:13:01.955Z] #34 22.63 Reading package lists... [2019-12-21T10:13:01.981Z] #42 142.9 CC criu/sysfs_parse.o [2019-12-21T10:13:01.981Z] #42 143.4 CC criu/timerfd.o [2019-12-21T10:13:01.981Z] #41 215.8 LINK criu/built-in.o [2019-12-21T10:13:01.981Z] #41 215.9 LINK criu/criu [2019-12-21T10:13:02.237Z] #41 216.2 DEP lib/c/criu.d [2019-12-21T10:13:02.237Z] #41 216.3 CC images/rpc.pb-c.o [2019-12-21T10:13:02.246Z] #34 32.44 Reading package lists... [2019-12-21T10:13:02.246Z] #34 ... [2019-12-21T10:13:02.246Z] [2019-12-21T10:13:02.246Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:13:02.246Z] #57 23.26 Fetched 7731 kB in 21s (357 kB/s) [2019-12-21T10:13:02.246Z] #57 23.26 Reading package lists... [2019-12-21T10:13:02.246Z] #57 33.36 Reading package lists... [2019-12-21T10:13:02.246Z] #57 ... [2019-12-21T10:13:02.246Z] [2019-12-21T10:13:02.246Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:02.246Z] #41 23.24 Fetched 7731 kB in 22s (351 kB/s) [2019-12-21T10:13:02.246Z] #41 23.24 Reading package lists... [2019-12-21T10:13:02.536Z] #41 ... [2019-12-21T10:13:02.536Z] [2019-12-21T10:13:02.536Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:02.536Z] #51 33.06 ++ git describe --tags [2019-12-21T10:13:02.536Z] #51 33.07 + version=v1.20.0 [2019-12-21T10:13:02.536Z] #51 33.07 ++ git rev-parse --short HEAD [2019-12-21T10:13:02.536Z] #51 33.08 + commit=cc98739 [2019-12-21T10:13:02.536Z] #51 33.09 ++ git show -s --format=%cd [2019-12-21T10:13:02.536Z] #51 33.10 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-21T10:13:02.536Z] #51 33.10 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-21T10:13:02.669Z] #54 12.98 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-21T10:13:02.797Z] #41 216.7 CC lib/c/criu.o [2019-12-21T10:13:02.824Z] #51 ... [2019-12-21T10:13:02.824Z] [2019-12-21T10:13:02.824Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:02.824Z] #11 23.77 Fetched 7731 kB in 22s (348 kB/s) [2019-12-21T10:13:02.824Z] #11 23.77 Reading package lists... [2019-12-21T10:13:02.824Z] #11 33.86 Reading package lists... [2019-12-21T10:13:02.824Z] #11 ... [2019-12-21T10:13:02.824Z] [2019-12-21T10:13:02.824Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:02.824Z] #45 23.81 vendor/golang.org/x/crypto/internal/subtle [2019-12-21T10:13:02.841Z] #42 143.7 CC criu/tty.o [2019-12-21T10:13:03.114Z] #45 ... [2019-12-21T10:13:03.114Z] [2019-12-21T10:13:03.114Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:03.358Z] #41 217.3 LINK lib/c/built-in.o [2019-12-21T10:13:03.358Z] #41 217.3 LINK lib/c/libcriu.so [2019-12-21T10:13:03.613Z] #41 217.5 GEN magic.py [2019-12-21T10:13:03.613Z] #41 217.5 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:13:03.613Z] #41 217.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:13:04.174Z] #41 218.0 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:13:04.210Z] #42 145.4 CC criu/tun.o [2019-12-21T10:13:04.619Z] #42 145.8 CC criu/uffd.o [2019-12-21T10:13:04.736Z] #41 218.6 make[1]: Nothing to be done for 'all'. [2019-12-21T10:13:04.991Z] #41 ... [2019-12-21T10:13:04.991Z] [2019-12-21T10:13:04.991Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:04.991Z] #59 249.5 + bin/containerd [2019-12-21T10:13:05.021Z] #42 ... [2019-12-21T10:13:05.021Z] [2019-12-21T10:13:05.021Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:13:05.021Z] #39 188.1 + dpkg --print-architecture [2019-12-21T10:13:05.021Z] #39 188.1 + cd /tmp/tmp.u598jbHAtX/src/github.com/docker/distribution [2019-12-21T10:13:05.021Z] #39 188.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-21T10:13:05.021Z] #39 188.4 + GOPATH=/tmp/tmp.u598jbHAtX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.u598jbHAtX [2019-12-21T10:13:05.021Z] #39 188.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-21T10:13:05.199Z] #54 ... [2019-12-21T10:13:05.199Z] [2019-12-21T10:13:05.199Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-21T10:13:05.199Z] #14 DONE 3.9s [2019-12-21T10:13:05.199Z] [2019-12-21T10:13:05.199Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:05.199Z] #41 96.08 CC criu/pie/parasite-vdso.o [2019-12-21T10:13:05.199Z] #41 97.59 CC criu/arch/x86/vdso-pie.o [2019-12-21T10:13:05.199Z] #41 98.25 CC criu/pie/util-vdso-elf32.o [2019-12-21T10:13:05.199Z] #41 99.33 AR criu/pie/pie.lib.a [2019-12-21T10:13:05.199Z] #41 99.50 DEP criu/pie/restorer.d [2019-12-21T10:13:05.199Z] #41 99.90 DEP criu/arch/x86/sigaction_compat_pie.d [2019-12-21T10:13:05.199Z] #41 100.1 DEP criu/arch/x86/restorer_unmap.d [2019-12-21T10:13:05.199Z] #41 100.2 DEP criu/arch/x86/restorer.d [2019-12-21T10:13:05.199Z] #41 100.5 DEP criu/pie/parasite.d [2019-12-21T10:13:05.199Z] #41 101.2 CC criu/pie/parasite.o [2019-12-21T10:13:05.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-21T10:13:05.458Z] #41 ... [2019-12-21T10:13:05.458Z] [2019-12-21T10:13:05.458Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-21T10:13:05.960Z] #59 ... [2019-12-21T10:13:05.960Z] [2019-12-21T10:13:05.960Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:05.960Z] #41 219.1 make[1]: 'images/built-in.o' is up to date. [2019-12-21T10:13:05.960Z] #41 219.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-21T10:13:05.960Z] #41 219.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-21T10:13:05.960Z] #41 219.2 make[1]: 'compel/libcompel.a' is up to date. [2019-12-21T10:13:05.960Z] #41 219.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-21T10:13:05.960Z] #41 219.2 make[1]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:13:05.960Z] #41 219.4 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.4 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.5 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.5 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.7 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:05.960Z] #41 219.7 INSTALL criu/criu [2019-12-21T10:13:05.960Z] #41 DONE 220.1s [2019-12-21T10:13:06.216Z] [2019-12-21T10:13:06.216Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:07.553Z] #41 33.75 Reading package lists... [2019-12-21T10:13:07.553Z] #41 ... [2019-12-21T10:13:07.553Z] [2019-12-21T10:13:07.553Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:13:07.553Z] #69 27.87 + cd /tmp/tmp.xHvksEbUkH/src/github.com/docker/libnetwork [2019-12-21T10:13:07.553Z] #69 27.87 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-21T10:13:07.553Z] #69 28.06 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-21T10:13:07.579Z] #50 ... [2019-12-21T10:13:07.579Z] [2019-12-21T10:13:07.579Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-21T10:13:07.579Z] #42 DONE 0.1s [2019-12-21T10:13:07.579Z] [2019-12-21T10:13:07.579Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-21T10:13:07.835Z] #45 DONE 0.1s [2019-12-21T10:13:07.835Z] [2019-12-21T10:13:07.835Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-21T10:13:08.091Z] #48 DONE 0.1s [2019-12-21T10:13:08.091Z] [2019-12-21T10:13:08.091Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:08.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-21T10:13:09.645Z] #15 DONE 3.9s [2019-12-21T10:13:09.645Z] [2019-12-21T10:13:09.645Z] #16 [dev 6/24] RUN ldconfig [2019-12-21T10:13:10.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-21T10:13:10.626Z] #50 DONE 320.1s [2019-12-21T10:13:10.626Z] [2019-12-21T10:13:10.626Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:11.059Z] #69 ... [2019-12-21T10:13:11.059Z] [2019-12-21T10:13:11.059Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:13:11.059Z] #25 32.42 Reading package lists... [2019-12-21T10:13:11.566Z] #59 ... [2019-12-21T10:13:11.566Z] [2019-12-21T10:13:11.566Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-21T10:13:11.833Z] #51 DONE 0.2s [2019-12-21T10:13:11.833Z] [2019-12-21T10:13:11.833Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-21T10:13:11.833Z] #55 DONE 0.1s [2019-12-21T10:13:11.833Z] [2019-12-21T10:13:11.833Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:11.906Z] #39 ... [2019-12-21T10:13:11.906Z] [2019-12-21T10:13:11.906Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:11.906Z] #42 146.7 CC criu/util.o [2019-12-21T10:13:11.906Z] #42 148.6 CC criu/uts_ns.o [2019-12-21T10:13:11.906Z] #42 148.9 CC criu/vdso.o [2019-12-21T10:13:11.906Z] #42 149.3 LINK criu/built-in.o [2019-12-21T10:13:11.906Z] #42 149.5 LINK criu/criu [2019-12-21T10:13:11.906Z] #42 149.8 DEP lib/c/criu.d [2019-12-21T10:13:11.906Z] #42 149.9 CC images/rpc.pb-c.o [2019-12-21T10:13:11.906Z] #42 150.2 CC lib/c/criu.o [2019-12-21T10:13:11.906Z] #42 151.2 LINK lib/c/built-in.o [2019-12-21T10:13:11.906Z] #42 151.2 LINK lib/c/libcriu.so [2019-12-21T10:13:11.906Z] #42 151.3 GEN magic.py [2019-12-21T10:13:11.906Z] #42 151.4 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:13:11.906Z] #42 151.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:13:11.906Z] #42 151.7 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:13:11.906Z] #42 152.2 make[1]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 152.7 make[1]: 'images/built-in.o' is up to date. [2019-12-21T10:13:11.906Z] #42 152.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-21T10:13:11.906Z] #42 152.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-21T10:13:11.906Z] #42 152.8 make[1]: 'compel/libcompel.a' is up to date. [2019-12-21T10:13:11.906Z] #42 152.8 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-21T10:13:11.906Z] #42 152.9 make[1]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 152.9 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:13:11.906Z] #42 153.0 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.0 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.0 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.1 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.1 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.2 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:11.906Z] #42 153.2 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:12.324Z] #42 153.3 make[2]: Nothing to be done for 'all'. [2019-12-21T10:13:12.324Z] #42 153.4 INSTALL criu/criu [2019-12-21T10:13:12.324Z] #42 DONE 153.5s [2019-12-21T10:13:12.324Z] [2019-12-21T10:13:12.324Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:13:12.931Z] #16 DONE 3.5s [2019-12-21T10:13:12.931Z] [2019-12-21T10:13:12.931Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:13.132Z] #25 42.20 Building dependency tree... [2019-12-21T10:13:14.161Z] #25 45.16 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-21T10:13:14.161Z] #25 45.16 The following additional packages will be installed: [2019-12-21T10:13:14.161Z] #25 45.16 libjq1 libonig4 [2019-12-21T10:13:14.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-21T10:13:14.790Z] #25 45.69 The following NEW packages will be installed: [2019-12-21T10:13:14.790Z] #25 45.70 jq libjq1 libonig4 [2019-12-21T10:13:14.790Z] #25 45.85 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:14.790Z] #25 45.85 Need to get 310 kB of archives. [2019-12-21T10:13:14.790Z] #25 45.85 After this operation, 1267 kB of additional disk space will be used. [2019-12-21T10:13:14.790Z] #25 45.85 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-12-21T10:13:15.080Z] #25 45.91 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-12-21T10:13:15.080Z] #25 45.95 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-12-21T10:13:16.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-21T10:13:16.345Z] #17 ... [2019-12-21T10:13:16.345Z] [2019-12-21T10:13:16.345Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:16.345Z] #41 103.4 LINK criu/pie/parasite.built-in.o [2019-12-21T10:13:16.345Z] #41 103.5 GEN criu/pie/parasite-blob.h [2019-12-21T10:13:16.345Z] #41 103.6 CC criu/arch/x86/restorer.o [2019-12-21T10:13:16.345Z] #41 104.5 CC criu/arch/x86/restorer_unmap.o [2019-12-21T10:13:16.345Z] #41 104.6 CC criu/arch/x86/sigaction_compat_pie.o [2019-12-21T10:13:16.345Z] #41 105.0 CC criu/pie/restorer.o [2019-12-21T10:13:16.345Z] #41 109.2 LINK criu/pie/restorer.built-in.o [2019-12-21T10:13:16.345Z] #41 109.2 GEN criu/pie/restorer-blob.h [2019-12-21T10:13:16.345Z] #41 109.4 DEP criu/vdso.d [2019-12-21T10:13:16.345Z] #41 109.7 DEP criu/vdso-compat.d [2019-12-21T10:13:16.345Z] #41 109.9 DEP criu/uts_ns.d [2019-12-21T10:13:16.345Z] #41 110.2 DEP criu/util.d [2019-12-21T10:13:16.345Z] #41 110.6 DEP criu/uffd.d [2019-12-21T10:13:16.345Z] #41 110.9 DEP criu/tun.d [2019-12-21T10:13:16.345Z] #41 111.4 DEP criu/tty.d [2019-12-21T10:13:16.345Z] #41 111.8 DEP criu/timerfd.d [2019-12-21T10:13:16.345Z] #41 111.9 DEP criu/sysfs_parse.d [2019-12-21T10:13:16.345Z] #41 112.2 DEP criu/sysctl.d [2019-12-21T10:13:16.345Z] #41 112.4 DEP criu/string.d [2019-12-21T10:13:16.345Z] #41 112.5 DEP criu/stats.d [2019-12-21T10:13:16.345Z] #41 112.6 DEP criu/sockets.d [2019-12-21T10:13:16.346Z] #41 113.0 DEP criu/sk-unix.d [2019-12-21T10:13:16.346Z] #41 113.5 DEP criu/sk-tcp.d [2019-12-21T10:13:16.346Z] #41 113.9 DEP criu/sk-queue.d [2019-12-21T10:13:16.604Z] #41 114.1 DEP criu/sk-packet.d [2019-12-21T10:13:16.862Z] #41 114.4 DEP criu/sk-netlink.d [2019-12-21T10:13:17.120Z] #41 114.6 DEP criu/sk-inet.d [2019-12-21T10:13:17.120Z] #41 114.8 DEP criu/signalfd.d [2019-12-21T10:13:17.141Z] #25 47.86 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:17.141Z] #25 48.09 Fetched 310 kB in 0s (1602 kB/s) [2019-12-21T10:13:17.141Z] #25 ... [2019-12-21T10:13:17.141Z] [2019-12-21T10:13:17.141Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:17.141Z] #11 33.86 Reading package lists... [2019-12-21T10:13:17.141Z] #11 44.66 Building dependency tree... [2019-12-21T10:13:17.141Z] #11 47.49 The following additional packages will be installed: [2019-12-21T10:13:17.141Z] #11 47.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-21T10:13:17.141Z] #11 47.49 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-21T10:13:17.141Z] #11 47.50 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:13:17.141Z] #11 47.50 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-21T10:13:17.141Z] #11 47.50 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-21T10:13:17.141Z] #11 47.51 Suggested packages: [2019-12-21T10:13:17.141Z] #11 47.51 gcc-6-locales seccomp wine64 [2019-12-21T10:13:17.378Z] #41 ... [2019-12-21T10:13:17.378Z] [2019-12-21T10:13:17.378Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:17.378Z] #17 4.685 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:13:17.378Z] #17 4.785 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:13:17.636Z] #17 4.892 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:13:17.636Z] #17 5.001 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:13:17.895Z] #17 5.081 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:13:18.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-21T10:13:18.461Z] #17 ... [2019-12-21T10:13:18.461Z] [2019-12-21T10:13:18.461Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:18.461Z] #44 199.0 github.com/LK4D4/vndr/godl [2019-12-21T10:13:18.461Z] #44 200.3 github.com/LK4D4/vndr [2019-12-21T10:13:18.680Z] #11 ... [2019-12-21T10:13:18.680Z] [2019-12-21T10:13:18.680Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-21T10:13:18.680Z] #25 48.25 Selecting previously unselected package libonig4:ppc64el. [2019-12-21T10:13:18.680Z] #25 48.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-12-21T10:13:18.680Z] #25 48.37 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-12-21T10:13:18.680Z] #25 48.38 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-12-21T10:13:18.680Z] #25 48.85 Selecting previously unselected package libjq1:ppc64el. [2019-12-21T10:13:18.680Z] #25 48.86 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-21T10:13:18.680Z] #25 48.86 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-21T10:13:18.680Z] #25 49.18 Selecting previously unselected package jq. [2019-12-21T10:13:18.680Z] #25 49.19 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-21T10:13:18.680Z] #25 49.20 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:13:18.680Z] #25 49.65 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-12-21T10:13:18.680Z] #25 49.69 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-21T10:13:18.680Z] #25 49.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:18.719Z] #44 ... [2019-12-21T10:13:18.719Z] [2019-12-21T10:13:18.719Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:18.719Z] #41 115.1 DEP criu/sigframe.d [2019-12-21T10:13:18.719Z] #41 115.3 DEP criu/shmem.d [2019-12-21T10:13:18.719Z] #41 115.6 DEP criu/servicefd.d [2019-12-21T10:13:18.719Z] #41 116.0 DEP criu/seize.d [2019-12-21T10:13:18.719Z] #41 116.2 DEP criu/seccomp.d [2019-12-21T10:13:18.969Z] #25 49.85 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:13:18.969Z] #25 DONE 50.0s [2019-12-21T10:13:18.969Z] [2019-12-21T10:13:18.969Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:13:18.969Z] #26 DONE 0.1s [2019-12-21T10:13:18.969Z] [2019-12-21T10:13:18.969Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:13:18.969Z] #57 33.36 Reading package lists... [2019-12-21T10:13:18.969Z] #57 43.11 Building dependency tree... [2019-12-21T10:13:18.969Z] #57 45.97 The following additional packages will be installed: [2019-12-21T10:13:18.969Z] #57 45.98 btrfs-progs liblzo2-2 [2019-12-21T10:13:18.969Z] #57 46.35 The following NEW packages will be installed: [2019-12-21T10:13:18.969Z] #57 46.38 btrfs-progs btrfs-tools liblzo2-2 [2019-12-21T10:13:18.969Z] #57 46.60 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:18.969Z] #57 46.60 Need to get 588 kB of archives. [2019-12-21T10:13:18.969Z] #57 46.60 After this operation, 5005 kB of additional disk space will be used. [2019-12-21T10:13:18.969Z] #57 46.60 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-21T10:13:18.969Z] #57 46.71 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-12-21T10:13:18.969Z] #57 47.04 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-12-21T10:13:18.969Z] #57 48.83 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:18.969Z] #57 49.18 Fetched 588 kB in 0s (1103 kB/s) [2019-12-21T10:13:18.969Z] #57 49.36 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-21T10:13:18.969Z] #57 49.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-12-21T10:13:18.969Z] #57 49.47 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-21T10:13:18.969Z] #57 49.48 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:13:18.969Z] #57 49.67 Selecting previously unselected package btrfs-progs. [2019-12-21T10:13:18.969Z] #57 49.67 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-12-21T10:13:18.969Z] #57 49.67 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:13:18.977Z] #41 116.5 DEP criu/rst-malloc.d [2019-12-21T10:13:18.977Z] #41 116.6 DEP criu/rbtree.d [2019-12-21T10:13:19.235Z] #41 116.7 DEP criu/pstree.d [2019-12-21T10:13:19.257Z] #57 ... [2019-12-21T10:13:19.257Z] [2019-12-21T10:13:19.257Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:19.494Z] #41 117.0 DEP criu/protobuf.d [2019-12-21T10:13:19.752Z] #41 117.2 GEN criu/protobuf-desc-gen.h [2019-12-21T10:13:19.912Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:13:19.912Z] Using test binary docker [2019-12-21T10:13:20.172Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-21T10:13:20.172Z] +++ /etc/init.d/apparmor start [2019-12-21T10:13:20.172Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:13:20.172Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:13:20.172Z] Warning failed to create cache: (null) [2019-12-21T10:13:20.172Z] . [2019-12-21T10:13:20.172Z] Starting dockerd [2019-12-21T10:13:20.172Z] INFO: Waiting for daemon to start... [2019-12-21T10:13:20.172Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-12-21T10:13:20.281Z] #39 ... [2019-12-21T10:13:20.281Z] [2019-12-21T10:13:20.281Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:20.281Z] #55 103.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-21T10:13:20.281Z] #55 104.4 + mkdir -p /build [2019-12-21T10:13:20.281Z] #55 104.4 + cp runc /build/runc [2019-12-21T10:13:20.696Z] #55 DONE 104.6s [2019-12-21T10:13:20.696Z] [2019-12-21T10:13:20.696Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:20.755Z] #27 ... [2019-12-21T10:13:20.755Z] [2019-12-21T10:13:20.755Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-21T10:13:20.755Z] #57 51.08 Selecting previously unselected package btrfs-tools. [2019-12-21T10:13:20.755Z] #57 51.09 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-12-21T10:13:20.755Z] #57 51.10 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:13:20.755Z] #57 51.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:20.755Z] #57 51.37 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:13:20.755Z] #57 51.37 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:13:20.755Z] #57 51.38 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:13:20.755Z] #57 51.41 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:20.755Z] #57 DONE 51.7s [2019-12-21T10:13:20.755Z] [2019-12-21T10:13:20.755Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:13:20.755Z] #58 DONE 0.1s [2019-12-21T10:13:20.755Z] [2019-12-21T10:13:20.755Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-21T10:13:20.755Z] #59 DONE 0.1s [2019-12-21T10:13:20.755Z] [2019-12-21T10:13:20.755Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:21.046Z] #60 ... [2019-12-21T10:13:21.046Z] [2019-12-21T10:13:21.046Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:13:21.046Z] #34 32.44 Reading package lists... [2019-12-21T10:13:21.046Z] #34 42.37 Building dependency tree... [2019-12-21T10:13:21.046Z] #34 46.42 The following additional packages will be installed: [2019-12-21T10:13:21.046Z] #34 46.44 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-21T10:13:21.046Z] #34 46.44 Suggested packages: [2019-12-21T10:13:21.046Z] #34 46.44 codeblocks eclipse ninja-build lrzip [2019-12-21T10:13:21.046Z] #34 46.44 Recommended packages: [2019-12-21T10:13:21.046Z] #34 46.44 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-21T10:13:21.046Z] #34 48.22 The following NEW packages will be installed: [2019-12-21T10:13:21.046Z] #34 48.23 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-21T10:13:21.046Z] #34 48.24 vim-common xxd [2019-12-21T10:13:21.046Z] #34 48.54 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:21.046Z] #34 48.54 Need to get 13.4 MB of archives. [2019-12-21T10:13:21.046Z] #34 48.54 After this operation, 60.4 MB of additional disk space will be used. [2019-12-21T10:13:21.046Z] #34 48.54 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-12-21T10:13:21.046Z] #34 48.79 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-21T10:13:21.046Z] #34 48.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-12-21T10:13:21.046Z] #34 51.06 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-12-21T10:13:21.046Z] #34 51.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u2 [272 kB] [2019-12-21T10:13:21.046Z] #34 51.23 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-12-21T10:13:21.046Z] #34 51.24 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-12-21T10:13:21.046Z] #34 51.26 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-12-21T10:13:21.046Z] #34 51.94 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:13:21.047Z] #34 51.96 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:13:21.047Z] #34 ... [2019-12-21T10:13:21.047Z] [2019-12-21T10:13:21.047Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:21.047Z] #11 50.35 The following NEW packages will be installed: [2019-12-21T10:13:21.047Z] #11 50.35 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-21T10:13:21.047Z] #11 50.35 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-21T10:13:21.047Z] #11 50.36 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-21T10:13:21.047Z] #11 50.36 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-21T10:13:21.047Z] #11 50.36 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-21T10:13:21.047Z] #11 50.36 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-21T10:13:21.047Z] #11 50.36 mingw-w64-x86-64-dev [2019-12-21T10:13:21.047Z] #11 50.56 0 upgraded, 27 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:21.047Z] #11 50.56 Need to get 70.1 MB of archives. [2019-12-21T10:13:21.047Z] #11 50.56 After this operation, 498 MB of additional disk space will be used. [2019-12-21T10:13:21.047Z] #11 50.56 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-12-21T10:13:21.047Z] #11 50.65 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-12-21T10:13:21.047Z] #11 50.68 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-21T10:13:21.047Z] #11 50.69 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-12-21T10:13:21.047Z] #11 50.79 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-12-21T10:13:21.047Z] #11 50.81 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-12-21T10:13:21.047Z] #11 50.83 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-12-21T10:13:21.047Z] #11 50.85 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-12-21T10:13:21.047Z] #11 50.86 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-12-21T10:13:21.047Z] #11 50.92 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-12-21T10:13:21.047Z] #11 50.97 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-12-21T10:13:21.047Z] #11 51.03 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-12-21T10:13:21.047Z] #11 51.13 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-12-21T10:13:21.047Z] #11 51.16 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-12-21T10:13:21.047Z] #11 51.19 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-12-21T10:13:21.047Z] #11 51.20 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-12-21T10:13:21.047Z] #11 51.34 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-12-21T10:13:21.047Z] #11 51.80 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-12-21T10:13:21.047Z] #11 52.21 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-12-21T10:13:21.674Z] #11 52.67 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-21T10:13:21.674Z] #11 52.69 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-21T10:13:21.964Z] #11 ... [2019-12-21T10:13:21.964Z] [2019-12-21T10:13:21.964Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:21.964Z] #41 33.75 Reading package lists... [2019-12-21T10:13:21.964Z] #41 43.26 Building dependency tree... [2019-12-21T10:13:21.964Z] #41 46.65 The following additional packages will be installed: [2019-12-21T10:13:21.964Z] #41 46.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-21T10:13:21.964Z] #41 46.66 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-21T10:13:21.964Z] #41 46.67 Suggested packages: [2019-12-21T10:13:21.964Z] #41 46.67 manpages-dev python-setuptools [2019-12-21T10:13:21.964Z] #41 49.22 The following NEW packages will be installed: [2019-12-21T10:13:21.964Z] #41 49.23 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-21T10:13:21.964Z] #41 49.23 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-21T10:13:21.964Z] #41 49.23 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-21T10:13:21.964Z] #41 49.23 zlib1g-dev [2019-12-21T10:13:21.964Z] #41 49.42 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:21.964Z] #41 49.42 Need to get 3548 kB of archives. [2019-12-21T10:13:21.964Z] #41 49.42 After this operation, 21.2 MB of additional disk space will be used. [2019-12-21T10:13:21.964Z] #41 49.42 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-12-21T10:13:21.964Z] #41 49.46 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-12-21T10:13:21.964Z] #41 49.47 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-12-21T10:13:21.964Z] #41 49.49 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-12-21T10:13:21.964Z] #41 49.50 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-12-21T10:13:21.964Z] #41 49.52 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-12-21T10:13:21.964Z] #41 49.52 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-12-21T10:13:21.964Z] #41 49.53 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-12-21T10:13:21.964Z] #41 49.75 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-12-21T10:13:21.964Z] #41 50.11 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-12-21T10:13:21.964Z] #41 50.16 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-12-21T10:13:21.964Z] #41 50.36 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-12-21T10:13:21.964Z] #41 50.51 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-12-21T10:13:21.964Z] #41 50.53 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-12-21T10:13:21.964Z] #41 50.54 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-21T10:13:21.964Z] #41 50.58 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-12-21T10:13:21.964Z] #41 52.82 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:22.254Z] #41 ... [2019-12-21T10:13:22.254Z] [2019-12-21T10:13:22.254Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:22.254Z] #60 0.388 + RM_GOPATH=0 [2019-12-21T10:13:22.254Z] #60 0.389 + TMP_GOPATH= [2019-12-21T10:13:22.254Z] #60 0.389 + : /build [2019-12-21T10:13:22.254Z] #60 0.389 + '[' -z '' ']' [2019-12-21T10:13:22.254Z] #60 0.391 ++ mktemp -d [2019-12-21T10:13:22.254Z] #60 0.401 + export GOPATH=/tmp/tmp.3VvCUWQq4T [2019-12-21T10:13:22.254Z] #60 0.402 + GOPATH=/tmp/tmp.3VvCUWQq4T [2019-12-21T10:13:22.254Z] #60 0.402 + RM_GOPATH=1 [2019-12-21T10:13:22.254Z] #60 0.407 ++ dirname ./install.sh [2019-12-21T10:13:22.254Z] #60 0.410 + dir=. [2019-12-21T10:13:22.254Z] #60 0.411 + bin=containerd [2019-12-21T10:13:22.254Z] #60 0.412 + shift [2019-12-21T10:13:22.254Z] #60 0.413 + '[' '!' -f ./containerd.installer ']' [2019-12-21T10:13:22.254Z] #60 0.414 + . ./containerd.installer [2019-12-21T10:13:22.254Z] #60 0.416 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:13:22.254Z] #60 0.420 + install_containerd [2019-12-21T10:13:22.254Z] #60 0.421 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2019-12-21T10:13:22.254Z] #60 0.423 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:13:22.254Z] #60 0.424 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3VvCUWQq4T/src/github.com/containerd/containerd [2019-12-21T10:13:22.254Z] #60 0.432 Cloning into '/tmp/tmp.3VvCUWQq4T/src/github.com/containerd/containerd'... [2019-12-21T10:13:22.290Z] #41 119.9 DEP criu/protobuf-desc.d [2019-12-21T10:13:22.549Z] #41 120.0 DEP criu/proc_parse.d [2019-12-21T10:13:22.549Z] #41 120.3 DEP criu/plugin.d [2019-12-21T10:13:22.706Z] . [2019-12-21T10:13:22.706Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:13:22.706Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:13:22.706Z] Error: No such image: emptyfs [2019-12-21T10:13:22.706Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:13:22.706Z] ++++ docker load [2019-12-21T10:13:22.706Z] Running integration-test (iteration 1) [2019-12-21T10:13:22.706Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-12-21T10:13:22.706Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:13:22.706Z] ++ set -e [2019-12-21T10:13:22.706Z] ++ '[' -n 0 ']' [2019-12-21T10:13:22.706Z] ++ set -x [2019-12-21T10:13:22.706Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:13:23.117Z] #41 120.4 DEP criu/pipes.d [2019-12-21T10:13:23.117Z] #41 120.7 DEP criu/pie-util.d [2019-12-21T10:13:23.117Z] #41 120.8 DEP criu/pie-util-vdso.d [2019-12-21T10:13:23.683Z] #41 121.0 DEP criu/pie-util-vdso-elf32.d [2019-12-21T10:13:23.683Z] #41 121.2 DEP criu/path.d [2019-12-21T10:13:23.942Z] #41 121.4 DEP criu/parasite-syscall.d [2019-12-21T10:13:24.201Z] #41 121.7 DEP criu/pagemap.d [2019-12-21T10:13:24.201Z] #41 ... [2019-12-21T10:13:24.201Z] [2019-12-21T10:13:24.201Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:24.201Z] #44 DONE 214.7s [2019-12-21T10:13:24.201Z] [2019-12-21T10:13:24.201Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:24.201Z] #17 6.079 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [511 kB] [2019-12-21T10:13:24.201Z] #17 7.653 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-21T10:13:24.201Z] #17 8.267 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-21T10:13:24.460Z] #17 ... [2019-12-21T10:13:24.460Z] [2019-12-21T10:13:24.460Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:24.460Z] #41 122.0 DEP criu/pagemap-cache.d [2019-12-21T10:13:25.026Z] #41 122.4 DEP criu/page-xfer.d [2019-12-21T10:13:25.284Z] #41 122.7 DEP criu/page-pipe.d [2019-12-21T10:13:25.284Z] #41 122.9 DEP criu/netfilter.d [2019-12-21T10:13:25.851Z] #41 123.3 DEP criu/net.d [2019-12-21T10:13:26.109Z] #41 123.6 DEP criu/namespaces.d [2019-12-21T10:13:26.370Z] #41 123.9 DEP criu/mount.d [2019-12-21T10:13:26.380Z] #60 ... [2019-12-21T10:13:26.380Z] [2019-12-21T10:13:26.380Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:13:26.380Z] #39 209.4 + rm -rf /tmp/tmp.u598jbHAtX/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.u598jbHAtX [2019-12-21T10:13:26.380Z] #39 DONE 209.5s [2019-12-21T10:13:26.380Z] [2019-12-21T10:13:26.380Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:26.629Z] #41 124.1 DEP criu/mem.d [2019-12-21T10:13:26.773Z] #60 ... [2019-12-21T10:13:26.773Z] [2019-12-21T10:13:26.773Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:26.773Z] #27 4.110 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-21T10:13:26.773Z] #27 5.620 [2019-12-21T10:13:26.774Z] #51 ... [2019-12-21T10:13:26.774Z] [2019-12-21T10:13:26.774Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-21T10:13:26.888Z] #41 124.4 DEP criu/lsm.d [2019-12-21T10:13:27.065Z] #27 6.338 ### 5.1% ###### 9.4% ######### 13.6% ############## 20.0% ################## 26.4% ######################### 34.9% ############################# 41.3% ################################## 47.7% ##################################### 51.9% ########################################## 58.3% ############################################## 64.7% ################################################### 71.1% ######################################################### 79.6% ################################################################ 89.3% ###################################################################### 97.8% ######################################################################## 100.0% [2019-12-21T10:13:27.147Z] #41 124.6 DEP criu/log.d [2019-12-21T10:13:27.147Z] #41 124.7 DEP criu/libnetlink.d [2019-12-21T10:13:27.177Z] #40 DONE 0.2s [2019-12-21T10:13:27.177Z] [2019-12-21T10:13:27.177Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-21T10:13:27.177Z] #43 DONE 0.1s [2019-12-21T10:13:27.177Z] [2019-12-21T10:13:27.177Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:27.177Z] #51 ... [2019-12-21T10:13:27.177Z] [2019-12-21T10:13:27.177Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-21T10:13:27.177Z] #46 DONE 0.1s [2019-12-21T10:13:27.177Z] [2019-12-21T10:13:27.177Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-21T10:13:27.177Z] #49 DONE 0.1s [2019-12-21T10:13:27.177Z] [2019-12-21T10:13:27.177Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:27.405Z] #41 124.9 DEP criu/kerndat.d [2019-12-21T10:13:27.663Z] #41 125.1 DEP criu/kcmp-ids.d [2019-12-21T10:13:27.663Z] #41 125.2 DEP criu/irmap.d [2019-12-21T10:13:27.922Z] #41 125.3 DEP criu/ipc_ns.d [2019-12-21T10:13:28.180Z] #41 125.5 DEP criu/image.d [2019-12-21T10:13:28.180Z] #41 125.8 DEP criu/image-desc.d [2019-12-21T10:13:28.439Z] #41 126.0 DEP criu/fsnotify.d [2019-12-21T10:13:28.697Z] #41 126.2 DEP criu/filesystems.d [2019-12-21T10:13:29.158Z] #27 9.792 [2019-12-21T10:13:29.264Z] #41 126.6 DEP criu/files.d [2019-12-21T10:13:29.523Z] #41 126.9 DEP criu/files-reg.d [2019-12-21T10:13:29.784Z] #41 127.2 DEP criu/files-ext.d [2019-12-21T10:13:30.042Z] #41 127.5 DEP criu/file-lock.d [2019-12-21T10:13:30.042Z] #41 ... [2019-12-21T10:13:30.042Z] [2019-12-21T10:13:30.042Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:30.042Z] #17 17.34 Fetched 7931 kB in 13s (576 kB/s) [2019-12-21T10:13:30.301Z] #17 17.34 Reading package lists... [2019-12-21T10:13:30.301Z] #17 ... [2019-12-21T10:13:30.301Z] [2019-12-21T10:13:30.301Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:13:30.301Z] #28 220.4 + rm -rf /tmp/tmp.dlA0MwPiYV [2019-12-21T10:13:30.301Z] #28 DONE 221.1s [2019-12-21T10:13:30.396Z] #27 10.59 ######### 13.0% ################# 24.6% ################################## 47.6% ############################################## 64.8% ########################################################### 82.0% ####################################################################### 99.3% ######################################################################## 100.0% [2019-12-21T10:13:30.559Z] [2019-12-21T10:13:30.559Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:30.559Z] #41 127.7 DEP criu/file-ids.d [2019-12-21T10:13:30.559Z] #41 128.1 DEP criu/fifo.d [2019-12-21T10:13:30.817Z] #41 128.3 DEP criu/fdstore.d [2019-12-21T10:13:31.075Z] #41 128.5 DEP criu/fault-injection.d [2019-12-21T10:13:31.075Z] #41 128.6 DEP criu/external.d [2019-12-21T10:13:31.333Z] #41 128.8 DEP criu/eventpoll.d [2019-12-21T10:13:31.591Z] #41 129.1 DEP criu/eventfd.d [2019-12-21T10:13:31.849Z] #41 129.4 DEP criu/crtools.d [2019-12-21T10:13:31.905Z] #27 12.60 [2019-12-21T10:13:31.905Z] #27 ... [2019-12-21T10:13:31.905Z] [2019-12-21T10:13:31.905Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:13:31.905Z] #69 DONE 62.7s [2019-12-21T10:13:31.905Z] [2019-12-21T10:13:31.905Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:31.905Z] #41 53.24 Fetched 3548 kB in 1s (2688 kB/s) [2019-12-21T10:13:31.905Z] #41 53.42 Selecting previously unselected package libnet1:ppc64el. [2019-12-21T10:13:31.905Z] #41 53.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-12-21T10:13:31.905Z] #41 53.54 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 53.54 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-21T10:13:31.905Z] #41 53.75 Selecting previously unselected package libcap-dev:ppc64el. [2019-12-21T10:13:31.905Z] #41 53.78 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 53.78 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-12-21T10:13:31.905Z] #41 54.03 Selecting previously unselected package libnet1-dev. [2019-12-21T10:13:31.905Z] #41 54.04 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 54.04 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:13:31.905Z] #41 54.36 Selecting previously unselected package libnl-3-200:ppc64el. [2019-12-21T10:13:31.905Z] #41 54.42 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 54.44 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-21T10:13:31.905Z] #41 54.65 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-12-21T10:13:31.905Z] #41 54.66 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 54.66 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-12-21T10:13:31.905Z] #41 55.18 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-12-21T10:13:31.905Z] #41 55.20 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 55.21 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-21T10:13:31.905Z] #41 55.41 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-12-21T10:13:31.905Z] #41 55.42 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 55.45 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-12-21T10:13:31.905Z] #41 55.64 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-12-21T10:13:31.905Z] #41 55.65 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 55.66 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-12-21T10:13:31.905Z] #41 56.03 Selecting previously unselected package libprotobuf10:ppc64el. [2019-12-21T10:13:31.905Z] #41 56.05 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 56.06 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:31.905Z] #41 57.80 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-12-21T10:13:31.905Z] #41 57.80 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 57.82 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:31.905Z] #41 58.33 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-12-21T10:13:31.905Z] #41 58.37 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 58.39 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-12-21T10:13:31.905Z] #41 60.93 Selecting previously unselected package libprotoc10:ppc64el. [2019-12-21T10:13:31.905Z] #41 60.93 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 60.94 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:31.905Z] #41 61.76 Selecting previously unselected package protobuf-c-compiler. [2019-12-21T10:13:31.905Z] #41 61.78 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 61.79 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:13:31.905Z] #41 62.09 Selecting previously unselected package protobuf-compiler. [2019-12-21T10:13:31.905Z] #41 62.15 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 62.15 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-21T10:13:31.905Z] #41 62.43 Selecting previously unselected package python-pkg-resources. [2019-12-21T10:13:31.905Z] #41 62.44 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:13:31.905Z] #41 62.45 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-21T10:13:31.905Z] #41 62.78 Selecting previously unselected package python-protobuf. [2019-12-21T10:13:31.905Z] #41 62.79 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-12-21T10:13:31.905Z] #41 62.79 Unpacking python-protobuf (3.0.0-9) ... [2019-12-21T10:13:32.107Z] #41 129.7 DEP criu/cr-service.d [2019-12-21T10:13:32.205Z] #41 ... [2019-12-21T10:13:32.206Z] [2019-12-21T10:13:32.206Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:32.497Z] #27 13.19 ##### 7.9% ######### 13.0% ############# 18.2% [2019-12-21T10:13:32.498Z] #27 ... [2019-12-21T10:13:32.498Z] [2019-12-21T10:13:32.498Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:32.498Z] #11 53.68 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-21T10:13:32.498Z] #11 54.37 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-12-21T10:13:32.498Z] #11 54.42 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-12-21T10:13:32.498Z] #11 60.54 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-12-21T10:13:32.673Z] #41 130.0 DEP criu/cr-restore.d [2019-12-21T10:13:32.690Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:13:32.690Z] Loaded image: busybox:latest [2019-12-21T10:13:32.690Z] Loaded image: busybox:glibc [2019-12-21T10:13:32.690Z] Loaded image: debian:jessie [2019-12-21T10:13:32.690Z] Loaded image: hello-world:latest [2019-12-21T10:13:32.690Z] INFO: Testing against a local daemon [2019-12-21T10:13:32.690Z] === RUN TestCgroupNamespacesBuild [2019-12-21T10:13:32.789Z] #11 ... [2019-12-21T10:13:32.789Z] [2019-12-21T10:13:32.789Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:13:32.789Z] #34 53.76 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:32.789Z] #34 54.06 Fetched 13.4 MB in 3s (3706 kB/s) [2019-12-21T10:13:32.789Z] #34 54.30 Selecting previously unselected package cmake-data. [2019-12-21T10:13:32.789Z] #34 54.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-12-21T10:13:32.789Z] #34 54.44 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-21T10:13:32.789Z] #34 54.47 Unpacking cmake-data (3.7.2-1) ... [2019-12-21T10:13:32.789Z] #34 59.11 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-21T10:13:32.789Z] #34 59.14 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-21T10:13:32.789Z] #34 59.15 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:13:32.789Z] #34 59.40 Selecting previously unselected package libicu57:ppc64el. [2019-12-21T10:13:32.789Z] #34 59.40 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-12-21T10:13:32.789Z] #34 59.42 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-12-21T10:13:32.789Z] #34 ... [2019-12-21T10:13:32.789Z] [2019-12-21T10:13:32.789Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:32.931Z] #41 130.3 DEP criu/cr-errno.d [2019-12-21T10:13:32.931Z] #41 130.4 DEP criu/cr-dump.d [2019-12-21T10:13:33.189Z] #41 130.7 DEP criu/cr-dedup.d [2019-12-21T10:13:33.189Z] #41 130.8 DEP criu/cr-check.d [2019-12-21T10:13:33.447Z] #41 131.1 DEP criu/config.d [2019-12-21T10:13:33.706Z] #41 131.4 DEP criu/clone-noasan.d [2019-12-21T10:13:33.964Z] #41 131.5 DEP criu/cgroup.d [2019-12-21T10:13:34.222Z] #41 131.7 DEP criu/cgroup-props.d [2019-12-21T10:13:34.288Z] #27 13.19 ##### 7.9% ######### 13.0% ############# 18.2% ################ 23.4% ################## 25.9% ###################### 30.7% ######################## 34.5% ################################ 45.1% #################################### 50.2% ######################################### 58.0% ################################################# 68.3% ########################################################## 81.2% ################################################################ 88.9% ################################################################### 94.1% ######################################################################## 100.0% [2019-12-21T10:13:34.481Z] #41 131.9 DEP criu/bitmap.d [2019-12-21T10:13:34.481Z] #41 131.9 DEP criu/bfd.d [2019-12-21T10:13:34.481Z] #41 132.1 DEP criu/autofs.d [2019-12-21T10:13:34.741Z] #41 132.3 DEP criu/aio.d [2019-12-21T10:13:34.999Z] #41 132.5 DEP criu/action-scripts.d [2019-12-21T10:13:35.036Z] #51 ... [2019-12-21T10:13:35.036Z] [2019-12-21T10:13:35.036Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:35.036Z] #60 189.7 + bin/containerd [2019-12-21T10:13:35.224Z] --- PASS: TestCgroupNamespacesBuild (3.24s) [2019-12-21T10:13:35.224Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-21T10:13:35.568Z] #41 132.8 CC criu/action-scripts.o [2019-12-21T10:13:35.788Z] #27 16.54 [2019-12-21T10:13:35.826Z] #41 133.4 CC criu/aio.o [2019-12-21T10:13:36.761Z] #41 134.2 CC criu/autofs.o [2019-12-21T10:13:37.128Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s) [2019-12-21T10:13:37.128Z] === RUN TestBuildWithSession [2019-12-21T10:13:37.128Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-21T10:13:37.128Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:13:37.128Z] === RUN TestBuildSquashParent [2019-12-21T10:13:38.405Z] #59 278.5 + bin/containerd-stress [2019-12-21T10:13:38.405Z] #59 280.2 + bin/containerd-shim [2019-12-21T10:13:39.290Z] #41 136.5 CC criu/bfd.o [2019-12-21T10:13:39.856Z] #41 137.3 CC criu/bitmap.o [2019-12-21T10:13:39.856Z] #41 137.5 CC criu/cgroup-props.o [2019-12-21T10:13:39.956Z] #27 17.03 ## 2.8% ### 4.6% ###### 8.4% ######## 12.0% ######### 13.8% ########## 14.7% ########### 16.4% ############# 18.3% ############### 20.9% ################# 24.5% ################### 27.2% ##################### 29.8% ####################### 32.5% ######################### 35.2% ########################### 37.9% ############################# 40.6% ############################### 43.2% ################################ 45.0% ################################## 47.7% ################################### 49.8% ##################################### 52.5% ####################################### 55.2% ######################################### 57.9% ########################################## 59.7% ############################################ 62.3% ############################################## 65.0% ################################################ 67.7% ################################################## 70.4% #################################################### 73.1% ###################################################### 75.7% ######################################################## 78.4% [2019-12-21T10:13:39.956Z] #27 ... [2019-12-21T10:13:39.956Z] [2019-12-21T10:13:39.956Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:39.956Z] #48 60.53 + cd /tmp/tmp.pFXFXar0hx/src/gotest.tools/gotestsum [2019-12-21T10:13:39.956Z] #48 60.54 + git checkout -q v0.3.5 [2019-12-21T10:13:39.956Z] #48 60.72 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-21T10:13:39.956Z] #48 ... [2019-12-21T10:13:39.956Z] [2019-12-21T10:13:39.956Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:41.143Z] #27 17.03 ## 2.8% ### 4.6% ###### 8.4% ######## 12.0% ######### 13.8% ########## 14.7% ########### 16.4% ############# 18.3% ############### 20.9% ################# 24.5% ################### 27.2% ##################### 29.8% ####################### 32.5% ######################### 35.2% ########################### 37.9% ############################# 40.6% ############################### 43.2% ################################ 45.0% ################################## 47.7% ################################### 49.8% ##################################### 52.5% ####################################### 55.2% ######################################### 57.9% ########################################## 59.7% ############################################ 62.3% ############################################## 65.0% ################################################ 67.7% ################################################## 70.4% #################################################### 73.1% ###################################################### 75.7% ######################################################## 78.4% ######################################################### 80.0% ########################################################## 81.8% ############################################################ 83.7% ############################################################# 85.3% ############################################################## 87.1% ################################################################ 89.8% ################################################################# 91.6% ################################################################### 94.3% ###################################################################### 97.9% ######################################################################## 100.0% [2019-12-21T10:13:41.230Z] #41 138.7 CC criu/cgroup.o [2019-12-21T10:13:41.433Z] #27 22.41 [2019-12-21T10:13:41.965Z] #60 ... [2019-12-21T10:13:41.965Z] [2019-12-21T10:13:41.965Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:41.965Z] #51 DONE 224.1s [2019-12-21T10:13:41.965Z] [2019-12-21T10:13:41.965Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:41.965Z] #60 ... [2019-12-21T10:13:41.965Z] [2019-12-21T10:13:41.965Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-21T10:13:41.965Z] #52 DONE 0.1s [2019-12-21T10:13:41.965Z] [2019-12-21T10:13:41.965Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-21T10:13:41.965Z] #56 DONE 0.1s [2019-12-21T10:13:41.965Z] [2019-12-21T10:13:41.965Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:13:42.569Z] #59 286.9 + bin/containerd-shim-runc-v1 [2019-12-21T10:13:42.941Z] #27 ... [2019-12-21T10:13:42.941Z] [2019-12-21T10:13:42.941Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:42.941Z] #41 63.67 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-21T10:13:42.941Z] #41 63.87 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-21T10:13:42.941Z] #41 63.89 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-21T10:13:42.941Z] #41 71.28 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-21T10:13:42.941Z] #41 71.29 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:42.941Z] #41 71.29 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:42.941Z] #41 71.38 Setting up python-protobuf (3.0.0-9) ... [2019-12-21T10:13:42.941Z] #41 ... [2019-12-21T10:13:42.941Z] [2019-12-21T10:13:42.941Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:13:42.941Z] #34 71.78 Selecting previously unselected package libxml2:ppc64el. [2019-12-21T10:13:42.941Z] #34 71.78 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-12-21T10:13:42.941Z] #34 71.79 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:13:42.941Z] #34 72.41 Selecting previously unselected package libarchive13:ppc64el. [2019-12-21T10:13:42.941Z] #34 72.42 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_ppc64el.deb ... [2019-12-21T10:13:42.941Z] #34 72.43 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-12-21T10:13:42.941Z] #34 72.82 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-12-21T10:13:42.941Z] #34 72.83 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-12-21T10:13:42.941Z] #34 72.84 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-12-21T10:13:42.941Z] #34 73.06 Selecting previously unselected package libuv1:ppc64el. [2019-12-21T10:13:42.941Z] #34 73.07 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-12-21T10:13:42.941Z] #34 73.07 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-12-21T10:13:42.941Z] #34 73.30 Selecting previously unselected package cmake. [2019-12-21T10:13:42.941Z] #34 73.31 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-12-21T10:13:42.941Z] #34 73.48 Unpacking cmake (3.7.2-1) ... [2019-12-21T10:13:43.572Z] #34 ... [2019-12-21T10:13:43.572Z] [2019-12-21T10:13:43.572Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:13:43.572Z] #32 64.44 sync [2019-12-21T10:13:43.572Z] #32 64.47 internal/reflectlite [2019-12-21T10:13:43.572Z] #32 70.15 errors [2019-12-21T10:13:43.572Z] #32 70.15 sort [2019-12-21T10:13:43.572Z] #32 70.91 io [2019-12-21T10:13:43.572Z] #32 70.92 internal/oserror [2019-12-21T10:13:43.572Z] #32 70.94 strconv [2019-12-21T10:13:43.572Z] #32 72.06 syscall [2019-12-21T10:13:43.572Z] #32 ... [2019-12-21T10:13:43.572Z] [2019-12-21T10:13:43.572Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:43.572Z] #11 65.08 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-12-21T10:13:43.572Z] #11 65.09 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-12-21T10:13:43.572Z] #11 66.98 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:43.572Z] #11 67.27 Fetched 70.1 MB in 14s (4801 kB/s) [2019-12-21T10:13:43.572Z] #11 67.53 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-12-21T10:13:43.572Z] #11 67.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 ... 14950 files and directories currently installed.) [2019-12-21T10:13:43.572Z] #11 67.65 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 67.66 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-12-21T10:13:43.572Z] #11 67.85 Selecting previously unselected package libudev-dev:ppc64el. [2019-12-21T10:13:43.572Z] #11 67.88 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 67.95 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-12-21T10:13:43.572Z] #11 68.22 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-21T10:13:43.572Z] #11 68.27 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 68.28 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:13:43.572Z] #11 68.47 Selecting previously unselected package btrfs-progs. [2019-12-21T10:13:43.572Z] #11 68.50 Preparing to unpack .../03-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 68.51 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-21T10:13:43.572Z] #11 69.85 Selecting previously unselected package btrfs-tools. [2019-12-21T10:13:43.572Z] #11 69.86 Preparing to unpack .../04-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 69.88 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-21T10:13:43.572Z] #11 70.08 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-12-21T10:13:43.572Z] #11 70.11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 70.13 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-21T10:13:43.572Z] #11 70.69 Selecting previously unselected package dmsetup. [2019-12-21T10:13:43.572Z] #11 70.69 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-12-21T10:13:43.572Z] #11 70.71 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-21T10:13:43.572Z] #11 70.91 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-12-21T10:13:43.573Z] #11 70.92 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 70.92 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-21T10:13:43.573Z] #11 71.12 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-12-21T10:13:43.573Z] #11 71.12 Preparing to unpack .../08-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 71.13 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-12-21T10:13:43.573Z] #11 72.14 Selecting previously unselected package libpcre16-3:ppc64el. [2019-12-21T10:13:43.573Z] #11 72.16 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 72.17 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-12-21T10:13:43.573Z] #11 72.59 Selecting previously unselected package libpcre32-3:ppc64el. [2019-12-21T10:13:43.573Z] #11 72.60 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 72.60 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-12-21T10:13:43.573Z] #11 73.06 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-12-21T10:13:43.573Z] #11 73.08 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 73.09 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-12-21T10:13:43.573Z] #11 74.02 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-12-21T10:13:43.573Z] #11 74.03 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 74.04 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-12-21T10:13:43.573Z] #11 74.50 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-12-21T10:13:43.573Z] #11 74.52 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-12-21T10:13:43.573Z] #11 74.53 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-12-21T10:13:43.573Z] #11 74.76 Selecting previously unselected package libseccomp2:ppc64el. [2019-12-21T10:13:43.696Z] --- PASS: TestBuildSquashParent (5.72s) [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:13:43.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:13:43.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:13:43.696Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:13:43.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:13:43.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:13:43.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:13:43.863Z] #11 74.84 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-12-21T10:13:43.863Z] #11 74.86 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-21T10:13:44.153Z] #11 75.11 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-12-21T10:13:44.153Z] #11 75.14 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-12-21T10:13:44.153Z] #11 75.14 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-21T10:13:44.443Z] #11 75.51 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-12-21T10:13:44.443Z] #11 75.56 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-12-21T10:13:44.443Z] #11 ... [2019-12-21T10:13:44.443Z] [2019-12-21T10:13:44.443Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:44.443Z] #27 25.39 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-21T10:13:44.516Z] #41 ... [2019-12-21T10:13:44.516Z] [2019-12-21T10:13:44.516Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:44.516Z] #17 17.34 Reading package lists... [2019-12-21T10:13:44.516Z] #17 22.09 Reading package lists... [2019-12-21T10:13:44.516Z] #17 26.75 Building dependency tree... [2019-12-21T10:13:44.516Z] #17 28.45 The following additional packages will be installed: [2019-12-21T10:13:44.516Z] #17 28.45 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-21T10:13:44.516Z] #17 28.45 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-21T10:13:44.516Z] #17 28.45 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-21T10:13:44.516Z] #17 28.45 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-21T10:13:44.516Z] #17 28.45 python3.5 python3.5-minimal vim-runtime xxd [2019-12-21T10:13:44.516Z] #17 28.45 Suggested packages: [2019-12-21T10:13:44.516Z] #17 28.45 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-21T10:13:44.516Z] #17 28.45 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-21T10:13:44.516Z] #17 28.45 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-21T10:13:44.516Z] #17 28.45 quota [2019-12-21T10:13:44.516Z] #17 28.45 Recommended packages: [2019-12-21T10:13:44.516Z] #17 28.45 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-21T10:13:44.516Z] #17 28.45 python3-keyrings.alt python3-xdg unzip [2019-12-21T10:13:44.517Z] #17 31.02 The following NEW packages will be installed: [2019-12-21T10:13:44.517Z] #17 31.04 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-21T10:13:44.517Z] #17 31.04 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-21T10:13:44.517Z] #17 31.04 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-21T10:13:44.517Z] #17 31.04 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-21T10:13:44.517Z] #17 31.04 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-21T10:13:44.517Z] #17 31.04 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-21T10:13:44.517Z] #17 31.04 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-21T10:13:44.517Z] #17 31.04 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-21T10:13:44.775Z] #17 32.13 0 upgraded, 46 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:13:44.775Z] #17 32.13 Need to get 17.8 MB of archives. [2019-12-21T10:13:44.775Z] #17 32.13 After this operation, 76.2 MB of additional disk space will be used. [2019-12-21T10:13:44.775Z] #17 32.13 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-12-21T10:13:44.775Z] #17 32.14 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-21T10:13:44.775Z] #17 32.14 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-12-21T10:13:44.775Z] #17 32.14 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-12-21T10:13:44.775Z] #17 32.19 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-12-21T10:13:45.033Z] #17 ... [2019-12-21T10:13:45.033Z] [2019-12-21T10:13:45.033Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:45.033Z] #41 142.5 CC criu/clone-noasan.o [2019-12-21T10:13:45.291Z] #41 142.8 CC criu/config.o [2019-12-21T10:13:45.608Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:13:45.608Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:13:45.832Z] #59 290.1 + bin/containerd-shim-runc-v2 [2019-12-21T10:13:45.956Z] #27 26.57 [2019-12-21T10:13:46.254Z] #27 27.13 ################################################ 67.7% ######################################################################## 100.0% [2019-12-21T10:13:46.393Z] #59 290.9 + binaries [2019-12-21T10:13:46.393Z] #59 290.9 + mkdir -p /build [2019-12-21T10:13:46.393Z] #59 290.9 + cp bin/containerd /build/containerd [2019-12-21T10:13:46.393Z] #59 290.9 + cp bin/containerd-shim /build/containerd-shim [2019-12-21T10:13:46.544Z] #27 27.60 [2019-12-21T10:13:46.800Z] #59 290.9 + cp bin/ctr /build/ctr [2019-12-21T10:13:47.056Z] #59 DONE 291.6s [2019-12-21T10:13:47.324Z] #41 144.9 CC criu/cr-check.o [2019-12-21T10:13:47.577Z] #27 ... [2019-12-21T10:13:47.577Z] [2019-12-21T10:13:47.577Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:47.577Z] #45 68.41 internal/reflectlite [2019-12-21T10:13:47.577Z] #45 68.42 github.com/LK4D4/vndr/godl/singleflight [2019-12-21T10:13:47.577Z] #45 68.43 math/rand [2019-12-21T10:13:47.577Z] #45 68.43 internal/singleflight [2019-12-21T10:13:47.577Z] #45 74.67 sort [2019-12-21T10:13:47.577Z] #45 74.69 strconv [2019-12-21T10:13:47.577Z] #45 74.72 io [2019-12-21T10:13:47.577Z] #45 74.87 syscall [2019-12-21T10:13:47.577Z] #45 ... [2019-12-21T10:13:47.577Z] [2019-12-21T10:13:47.577Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-21T10:13:47.577Z] #34 77.77 Selecting previously unselected package xxd. [2019-12-21T10:13:47.577Z] #34 77.80 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-21T10:13:47.577Z] #34 77.80 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:47.577Z] #34 78.06 Selecting previously unselected package vim-common. [2019-12-21T10:13:47.577Z] #34 78.07 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:13:47.577Z] #34 78.13 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:47.577Z] #34 78.63 Processing triggers for mime-support (3.60) ... [2019-12-21T10:13:47.875Z] #34 78.83 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:47.875Z] #34 78.84 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-12-21T10:13:47.875Z] #34 78.86 Setting up cmake-data (3.7.2-1) ... [2019-12-21T10:13:47.875Z] #34 78.87 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-12-21T10:13:47.875Z] #34 78.88 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-21T10:13:47.875Z] #34 78.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:48.024Z] [2019-12-21T10:13:48.024Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.90s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.91s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.94s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.13s) [2019-12-21T10:13:48.141Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s) [2019-12-21T10:13:48.141Z] === RUN TestBuildMultiStageCopy [2019-12-21T10:13:48.141Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-21T10:13:48.169Z] #34 79.08 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:48.169Z] #34 79.09 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:13:48.169Z] #34 79.10 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-12-21T10:13:48.169Z] #34 79.11 Setting up libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-12-21T10:13:48.169Z] #34 79.14 Setting up cmake (3.7.2-1) ... [2019-12-21T10:13:48.279Z] #60 DONE 0.2s [2019-12-21T10:13:48.279Z] [2019-12-21T10:13:48.279Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-21T10:13:48.460Z] #34 79.39 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:48.533Z] #64 DONE 0.1s [2019-12-21T10:13:48.533Z] [2019-12-21T10:13:48.533Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-21T10:13:48.533Z] #66 DONE 0.2s [2019-12-21T10:13:48.533Z] [2019-12-21T10:13:48.533Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-21T10:13:48.533Z] #69 DONE 0.1s [2019-12-21T10:13:48.753Z] #34 DONE 79.8s [2019-12-21T10:13:48.753Z] [2019-12-21T10:13:48.753Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:48.753Z] #11 75.56 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-12-21T10:13:48.753Z] #11 75.57 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-12-21T10:13:48.753Z] #11 79.37 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-21T10:13:48.753Z] #11 79.39 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-12-21T10:13:48.753Z] #11 79.39 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:13:48.753Z] #11 ... [2019-12-21T10:13:48.753Z] [2019-12-21T10:13:48.753Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:13:48.753Z] #35 DONE 0.1s [2019-12-21T10:13:48.788Z] [2019-12-21T10:13:48.788Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-21T10:13:48.788Z] #70 DONE 0.0s [2019-12-21T10:13:48.788Z] [2019-12-21T10:13:48.788Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-21T10:13:49.047Z] [2019-12-21T10:13:49.047Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-21T10:13:49.047Z] #36 DONE 0.1s [2019-12-21T10:13:49.047Z] [2019-12-21T10:13:49.047Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:49.228Z] #41 146.5 CC criu/cr-dedup.o [2019-12-21T10:13:49.339Z] #37 0.394 + RM_GOPATH=0 [2019-12-21T10:13:49.339Z] #37 0.394 + TMP_GOPATH= [2019-12-21T10:13:49.339Z] #37 0.395 + : /build [2019-12-21T10:13:49.339Z] #37 0.395 + '[' -z '' ']' [2019-12-21T10:13:49.339Z] #37 0.401 ++ mktemp -d [2019-12-21T10:13:49.339Z] #37 0.405 + export GOPATH=/tmp/tmp.5R91GflXJ8 [2019-12-21T10:13:49.339Z] #37 0.406 + GOPATH=/tmp/tmp.5R91GflXJ8 [2019-12-21T10:13:49.339Z] #37 0.406 + RM_GOPATH=1 [2019-12-21T10:13:49.339Z] #37 0.408 ++ dirname ./install.sh [2019-12-21T10:13:49.339Z] #37 0.419 + dir=. [2019-12-21T10:13:49.339Z] #37 0.420 + bin=tini [2019-12-21T10:13:49.339Z] #37 0.421 + shift [2019-12-21T10:13:49.339Z] #37 0.421 + '[' '!' -f ./tini.installer ']' [2019-12-21T10:13:49.339Z] #37 0.421 + . ./tini.installer [2019-12-21T10:13:49.339Z] #37 0.424 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:13:49.339Z] #37 0.437 + install_tini [2019-12-21T10:13:49.339Z] #37 0.440 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-21T10:13:49.339Z] #37 0.440 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:13:49.339Z] #37 0.441 + git clone https://github.com/krallin/tini.git /tmp/tmp.5R91GflXJ8/tini [2019-12-21T10:13:49.339Z] #37 0.446 Cloning into '/tmp/tmp.5R91GflXJ8/tini'... [2019-12-21T10:13:49.486Z] #41 147.0 CC criu/cr-dump.o [2019-12-21T10:13:50.046Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-21T10:13:50.149Z] #71 DONE 1.3s [2019-12-21T10:13:50.149Z] [2019-12-21T10:13:50.149Z] #72 exporting to image [2019-12-21T10:13:50.149Z] #72 exporting layers [2019-12-21T10:13:50.377Z] #37 ... [2019-12-21T10:13:50.377Z] [2019-12-21T10:13:50.377Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-21T10:13:50.377Z] #41 81.11 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-12-21T10:13:50.377Z] #41 81.12 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-12-21T10:13:50.377Z] #41 81.13 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-21T10:13:50.377Z] #41 81.16 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:50.377Z] #41 81.17 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-12-21T10:13:50.377Z] #41 81.20 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-21T10:13:50.377Z] #41 81.21 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-12-21T10:13:50.377Z] #41 81.22 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-21T10:13:50.377Z] #41 81.22 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-12-21T10:13:50.377Z] #41 81.23 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-12-21T10:13:50.377Z] #41 81.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:13:50.377Z] #41 DONE 81.5s [2019-12-21T10:13:50.459Z] #41 ... [2019-12-21T10:13:50.459Z] [2019-12-21T10:13:50.459Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:13:50.459Z] #17 32.41 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-12-21T10:13:50.459Z] #17 32.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-12-21T10:13:50.459Z] #17 32.43 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-12-21T10:13:50.459Z] #17 32.56 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-12-21T10:13:50.459Z] #17 32.58 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-12-21T10:13:50.459Z] #17 32.59 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-12-21T10:13:50.459Z] #17 32.59 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-12-21T10:13:50.459Z] #17 32.60 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-12-21T10:13:50.459Z] #17 32.60 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-12-21T10:13:50.459Z] #17 32.61 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-12-21T10:13:50.459Z] #17 32.63 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-12-21T10:13:50.459Z] #17 32.63 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-12-21T10:13:50.459Z] #17 32.64 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-12-21T10:13:50.459Z] #17 32.65 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-12-21T10:13:50.459Z] #17 32.67 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:13:50.459Z] #17 32.68 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:13:50.459Z] #17 32.70 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-12-21T10:13:50.459Z] #17 32.70 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-12-21T10:13:50.459Z] #17 32.70 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-12-21T10:13:50.459Z] #17 32.72 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-12-21T10:13:50.459Z] #17 32.74 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-21T10:13:50.459Z] #17 32.75 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-21T10:13:50.459Z] #17 32.76 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-21T10:13:50.459Z] #17 32.77 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-12-21T10:13:50.459Z] #17 32.78 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-12-21T10:13:50.459Z] #17 32.78 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-21T10:13:50.459Z] #17 32.78 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-21T10:13:50.459Z] #17 32.79 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-12-21T10:13:50.460Z] #17 32.80 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-12-21T10:13:50.460Z] #17 32.83 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-21T10:13:50.460Z] #17 32.93 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-21T10:13:50.460Z] #17 32.94 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-21T10:13:50.460Z] #17 32.96 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-12-21T10:13:50.460Z] #17 32.98 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-21T10:13:50.460Z] #17 32.98 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-12-21T10:13:50.460Z] #17 33.02 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-21T10:13:50.460Z] #17 33.56 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-12-21T10:13:50.460Z] #17 33.66 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-12-21T10:13:50.460Z] #17 33.73 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-12-21T10:13:50.460Z] #17 33.76 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-12-21T10:13:50.460Z] #17 33.77 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-12-21T10:13:50.460Z] #17 34.60 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:13:50.460Z] #17 34.70 Fetched 17.8 MB in 2s (6560 kB/s) [2019-12-21T10:13:50.460Z] #17 34.77 Selecting previously unselected package bash-completion. [2019-12-21T10:13:50.460Z] #17 34.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23402 files and directories currently installed.) [2019-12-21T10:13:50.460Z] #17 34.80 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-21T10:13:50.460Z] #17 37.26 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-21T10:13:50.614Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-21T10:13:50.673Z] [2019-12-21T10:13:50.674Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:13:50.674Z] #42 ... [2019-12-21T10:13:50.674Z] [2019-12-21T10:13:50.674Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:13:50.674Z] #29 71.85 + cd /tmp/tmp.SpdmpkyuKV/src/github.com/go-swagger/go-swagger [2019-12-21T10:13:50.674Z] #29 71.85 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-21T10:13:50.674Z] #29 75.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-21T10:13:50.718Z] #17 37.88 Selecting previously unselected package libnet1:amd64. [2019-12-21T10:13:50.718Z] #17 37.90 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-21T10:13:50.718Z] #17 37.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:13:50.718Z] #17 38.03 Selecting previously unselected package libnfnetlink0:amd64. [2019-12-21T10:13:50.718Z] #17 38.04 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-12-21T10:13:50.718Z] #17 38.04 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-21T10:13:50.718Z] #17 38.10 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-12-21T10:13:50.718Z] #17 38.10 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:13:50.718Z] #17 38.11 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:13:50.968Z] #29 ... [2019-12-21T10:13:50.968Z] [2019-12-21T10:13:50.968Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:13:50.968Z] #45 81.29 bytes [2019-12-21T10:13:50.968Z] #45 81.75 strings [2019-12-21T10:13:51.183Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-21T10:13:51.291Z] #17 38.62 Selecting previously unselected package python3.5-minimal. [2019-12-21T10:13:51.291Z] #17 38.63 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:13:51.291Z] #17 38.64 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:13:51.443Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy (4.26s) [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.21s) [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-12-21T10:13:52.011Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-12-21T10:13:52.011Z] === RUN TestBuildMultiStageParentConfig [2019-12-21T10:13:52.223Z] #17 39.49 Selecting previously unselected package python3-minimal. [2019-12-21T10:13:52.223Z] #17 39.50 Preparing to unpack .../05-python3-minimal_3.5.3-1_amd64.deb ... [2019-12-21T10:13:52.223Z] #17 39.51 Unpacking python3-minimal (3.5.3-1) ... [2019-12-21T10:13:52.223Z] #17 39.59 Selecting previously unselected package libmpdec2:amd64. [2019-12-21T10:13:52.223Z] #17 39.60 Preparing to unpack .../06-libmpdec2_2.4.2-1_amd64.deb ... [2019-12-21T10:13:52.223Z] #17 39.61 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-12-21T10:13:52.481Z] #17 39.71 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-12-21T10:13:52.481Z] #17 39.73 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:13:52.481Z] #17 39.73 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:13:53.390Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2019-12-21T10:13:53.390Z] === RUN TestBuildLabelWithTargets [2019-12-21T10:13:53.854Z] #17 40.90 Selecting previously unselected package python3.5. [2019-12-21T10:13:53.854Z] #17 40.91 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-12-21T10:13:53.854Z] #17 40.91 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:13:53.854Z] #17 41.07 Selecting previously unselected package libpython3-stdlib:amd64. [2019-12-21T10:13:53.854Z] #17 41.08 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-12-21T10:13:53.854Z] #17 41.08 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-21T10:13:53.854Z] #17 41.15 Selecting previously unselected package dh-python. [2019-12-21T10:13:53.854Z] #17 41.15 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-21T10:13:53.854Z] #17 41.15 Unpacking dh-python (2.20170125) ... [2019-12-21T10:13:53.854Z] #17 41.28 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:13:54.113Z] #17 41.30 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:13:55.446Z] #45 ... [2019-12-21T10:13:55.446Z] [2019-12-21T10:13:55.446Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:13:55.446Z] #27 30.87 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-21T10:13:55.446Z] #27 32.00 [2019-12-21T10:13:55.446Z] #27 32.46 ######################################################################## 100.0% [2019-12-21T10:13:55.446Z] #27 32.77 [2019-12-21T10:13:55.446Z] #27 35.59 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-21T10:13:55.446Z] #27 35.72 skipping existing c8c2d4a6b2e3 [2019-12-21T10:13:55.446Z] #27 35.88 [2019-12-21T10:13:55.927Z] --- PASS: TestBuildLabelWithTargets (2.07s) [2019-12-21T10:13:55.927Z] === RUN TestBuildWithEmptyLayers [2019-12-21T10:13:56.481Z] #27 ... [2019-12-21T10:13:56.481Z] [2019-12-21T10:13:56.481Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:13:56.481Z] #32 77.43 strings [2019-12-21T10:13:56.481Z] #32 77.46 bytes [2019-12-21T10:13:56.498Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2019-12-21T10:13:56.498Z] === RUN TestBuildMultiStageOnBuild [2019-12-21T10:13:56.642Z] #17 43.52 Setting up python3-minimal (3.5.3-1) ... [2019-12-21T10:13:56.763Z] #72 exporting layers 6.1s done [2019-12-21T10:13:56.763Z] #72 writing image sha256:d481b95094fabc2f6a7dcdf0c354f604a61792e38cad27f32c834b2830c0a654 done [2019-12-21T10:13:56.763Z] #72 naming to docker.io/library/docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 done [2019-12-21T10:13:56.763Z] #72 DONE 6.1s [Pipeline] } [2019-12-21T10:13:56.771Z] #32 ... [2019-12-21T10:13:56.771Z] [2019-12-21T10:13:56.771Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:13:56.771Z] #11 82.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-21T10:13:56.771Z] #11 82.63 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-12-21T10:13:56.771Z] #11 82.64 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:13:56.771Z] #11 86.30 Selecting previously unselected package binutils-mingw-w64. [2019-12-21T10:13:56.771Z] #11 86.32 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-21T10:13:56.771Z] #11 86.34 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:13:56.771Z] #11 86.56 Selecting previously unselected package mingw-w64-common. [2019-12-21T10:13:56.771Z] #11 86.57 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-21T10:13:56.771Z] #11 86.57 Unpacking mingw-w64-common (5.0.1-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-12-21T10:13:57.209Z] #17 44.42 Selecting previously unselected package python3. [2019-12-21T10:13:57.209Z] #17 44.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24906 files and directories currently installed.) [2019-12-21T10:13:57.209Z] #17 44.49 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-12-21T10:13:57.209Z] #17 44.51 Unpacking python3 (3.5.3-1) ... [2019-12-21T10:13:57.209Z] #17 44.57 Selecting previously unselected package pigz. [2019-12-21T10:13:57.209Z] #17 44.59 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-12-21T10:13:57.209Z] #17 44.59 Unpacking pigz (2.3.4-1) ... [2019-12-21T10:13:57.209Z] #17 44.67 Selecting previously unselected package libip4tc0:amd64. [2019-12-21T10:13:57.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39998/.git:/go/src/github.com/docker/docker/.git --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/validate/default [2019-12-21T10:13:57.403Z] #11 ... [2019-12-21T10:13:57.403Z] [2019-12-21T10:13:57.403Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:13:57.403Z] #32 88.26 bufio [2019-12-21T10:13:57.467Z] #17 44.68 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:13:57.467Z] #17 44.69 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:13:57.467Z] #17 44.81 Selecting previously unselected package libip6tc0:amd64. [2019-12-21T10:13:57.467Z] #17 44.82 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:13:57.467Z] #17 44.82 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:13:57.725Z] #17 44.92 Selecting previously unselected package libiptc0:amd64. [2019-12-21T10:13:57.725Z] #17 44.92 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:13:57.725Z] #17 44.93 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:13:57.725Z] #17 45.00 Selecting previously unselected package libxtables12:amd64. [2019-12-21T10:13:57.725Z] #17 45.01 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:13:57.725Z] #17 45.01 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:13:57.725Z] #17 45.10 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-12-21T10:13:57.725Z] #17 45.10 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-12-21T10:13:57.725Z] #17 45.11 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-21T10:13:57.984Z] #17 45.19 Selecting previously unselected package iptables. [2019-12-21T10:13:57.984Z] #17 45.21 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-21T10:13:57.984Z] #17 45.22 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:13:58.150Z] Congratulations! All commits are properly signed with the DCO! [2019-12-21T10:13:58.150Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-12-21T10:13:58.150Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-12-21T10:13:58.242Z] #17 45.53 Selecting previously unselected package xxd. [2019-12-21T10:13:58.242Z] #17 45.54 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:13:58.242Z] #17 45.55 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:58.500Z] #17 45.69 Selecting previously unselected package vim-common. [2019-12-21T10:13:58.500Z] #17 45.70 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:13:58.500Z] #17 45.72 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:13:58.500Z] #17 45.86 Selecting previously unselected package bzip2. [2019-12-21T10:13:58.500Z] #17 45.88 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-12-21T10:13:58.500Z] #17 45.88 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-21T10:13:58.758Z] #17 45.99 Selecting previously unselected package libgpm2:amd64. [2019-12-21T10:13:58.758Z] #17 46.00 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-12-21T10:13:58.758Z] #17 46.02 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-21T10:13:58.758Z] #17 46.08 Selecting previously unselected package xz-utils. [2019-12-21T10:13:58.758Z] #17 46.10 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-12-21T10:13:58.909Z] #32 89.57 reflect [2019-12-21T10:13:59.016Z] #17 46.19 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:13:59.016Z] #17 46.42 Selecting previously unselected package aufs-tools. [2019-12-21T10:13:59.016Z] #17 46.43 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-12-21T10:13:59.016Z] #17 46.43 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:13:59.034Z] --- PASS: TestBuildMultiStageOnBuild (2.66s) [2019-12-21T10:13:59.274Z] #17 46.58 Selecting previously unselected package libonig4:amd64. [2019-12-21T10:13:59.274Z] #17 46.59 Preparing to unpack .../14-libonig4_6.1.3-2_amd64.deb ... [2019-12-21T10:13:59.274Z] #17 46.59 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:13:59.293Z] === RUN TestBuildUncleanTarFilenames [2019-12-21T10:13:59.532Z] #17 46.72 Selecting previously unselected package libjq1:amd64. [2019-12-21T10:13:59.532Z] #17 46.74 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:13:59.532Z] #17 46.74 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:13:59.532Z] #17 46.86 Selecting previously unselected package jq. [2019-12-21T10:13:59.532Z] #17 46.86 Preparing to unpack .../16-jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-21T10:13:59.532Z] #17 46.87 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:13:59.532Z] #17 46.97 Selecting previously unselected package libaio1:amd64. [2019-12-21T10:13:59.790Z] #17 46.97 Preparing to unpack .../17-libaio1_0.3.110-3_amd64.deb ... [2019-12-21T10:13:59.790Z] #17 46.98 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-12-21T10:13:59.790Z] #17 47.05 Selecting previously unselected package libcap2-bin. [2019-12-21T10:13:59.790Z] #17 47.07 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-12-21T10:13:59.790Z] #17 47.08 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-21T10:13:59.790Z] #17 47.16 Selecting previously unselected package libnl-3-200:amd64. [2019-12-21T10:13:59.790Z] #17 47.17 Preparing to unpack .../19-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-21T10:13:59.790Z] #17 47.17 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:14:00.062Z] #17 47.25 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-21T10:14:00.062Z] #17 47.25 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-21T10:14:00.062Z] #17 47.25 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:14:00.062Z] #17 47.34 Selecting previously unselected package libreadline5:amd64. [2019-12-21T10:14:00.062Z] #17 47.34 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-12-21T10:14:00.062Z] #17 47.35 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-21T10:14:00.320Z] #17 47.45 Selecting previously unselected package net-tools. [2019-12-21T10:14:00.320Z] #17 47.46 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-12-21T10:14:00.320Z] #17 47.47 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:14:00.320Z] #17 47.69 Selecting previously unselected package python-pip-whl. [2019-12-21T10:14:00.320Z] #17 47.69 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:14:00.320Z] #17 47.70 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:14:00.452Z] #32 ... [2019-12-21T10:14:00.452Z] [2019-12-21T10:14:00.452Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-21T10:14:00.452Z] #27 39.07 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-21T10:14:00.452Z] #27 40.17 [2019-12-21T10:14:00.452Z] #27 40.69 ######################################################################## 100.0% [2019-12-21T10:14:00.452Z] #27 41.03 [2019-12-21T10:14:00.452Z] #27 41.12 Download of images into '/build' complete. [2019-12-21T10:14:00.452Z] #27 41.12 Use something like the following to load the result into a Docker daemon: [2019-12-21T10:14:00.452Z] #27 41.12 tar -cC '/build' . | docker load [2019-12-21T10:14:00.452Z] #27 DONE 41.2s [2019-12-21T10:14:00.452Z] [2019-12-21T10:14:00.452Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:00.452Z] #42 2.831 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:14:00.452Z] #42 2.831 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:14:00.452Z] #42 4.761 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:14:00.452Z] #42 4.817 GEN .gitid [2019-12-21T10:14:00.452Z] #42 4.840 GEN criu/include/version.h [2019-12-21T10:14:00.452Z] #42 4.885 GEN include/common/asm [2019-12-21T10:14:00.452Z] #42 7.344 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-21T10:14:00.452Z] #42 7.555 PBCC images/opts.pb-c.c [2019-12-21T10:14:00.452Z] #42 7.631 PBCC images/sit.pb-c.c [2019-12-21T10:14:00.452Z] #42 7.760 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.016 DEP images/opts.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.154 DEP images/sit.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.318 PBCC images/macvlan.pb-c.c [2019-12-21T10:14:00.452Z] #42 8.360 DEP images/macvlan.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.507 PBCC images/autofs.pb-c.c [2019-12-21T10:14:00.452Z] #42 8.546 DEP images/autofs.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.677 PBCC images/sysctl.pb-c.c [2019-12-21T10:14:00.452Z] #42 8.734 DEP images/sysctl.pb-c.d [2019-12-21T10:14:00.452Z] #42 8.870 PBCC images/time.pb-c.c [2019-12-21T10:14:00.452Z] #42 8.939 DEP images/time.pb-c.d [2019-12-21T10:14:00.452Z] #42 9.022 PBCC images/binfmt-misc.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.086 DEP images/binfmt-misc.pb-c.d [2019-12-21T10:14:00.452Z] #42 9.163 PBCC images/seccomp.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.204 DEP images/seccomp.pb-c.d [2019-12-21T10:14:00.452Z] #42 9.272 PBCC images/userns.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.377 DEP images/userns.pb-c.d [2019-12-21T10:14:00.452Z] #42 9.581 PBCC images/cgroup.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.629 DEP images/cgroup.pb-c.d [2019-12-21T10:14:00.452Z] #42 9.694 PBCC images/fown.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.748 PBCC images/ext-file.pb-c.c [2019-12-21T10:14:00.452Z] #42 9.796 DEP images/fown.pb-c.d [2019-12-21T10:14:00.452Z] #42 10.08 DEP images/ext-file.pb-c.d [2019-12-21T10:14:00.452Z] #42 10.18 PBCC images/rpc.pb-c.c [2019-12-21T10:14:00.670Z] --- PASS: TestBuildUncleanTarFilenames (1.37s) [2019-12-21T10:14:00.670Z] === RUN TestBuildMultiStageLayerLeak [2019-12-21T10:14:00.743Z] #42 10.29 DEP images/rpc.pb-c.d [2019-12-21T10:14:00.743Z] #42 ... [2019-12-21T10:14:00.743Z] [2019-12-21T10:14:00.743Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:00.743Z] #45 91.73 bufio [2019-12-21T10:14:01.149Z] #17 48.22 Selecting previously unselected package python3-pip. [2019-12-21T10:14:01.149Z] #17 48.24 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:14:01.149Z] #17 48.24 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:14:01.149Z] #17 48.39 Selecting previously unselected package python3-pkg-resources. [2019-12-21T10:14:01.149Z] #17 48.39 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:14:01.149Z] #17 48.39 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:14:01.384Z] #45 ... [2019-12-21T10:14:01.384Z] [2019-12-21T10:14:01.384Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:01.384Z] #37 2.258 + cd /tmp/tmp.5R91GflXJ8/tini [2019-12-21T10:14:01.384Z] #37 2.258 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-21T10:14:01.384Z] #37 2.292 + cmake . [2019-12-21T10:14:01.384Z] #37 3.490 -- The C compiler identification is GNU 6.3.0 [2019-12-21T10:14:01.384Z] #37 3.614 -- Check for working C compiler: /usr/bin/cc [2019-12-21T10:14:01.384Z] #37 4.752 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-21T10:14:01.384Z] #37 4.761 -- Detecting C compiler ABI info [2019-12-21T10:14:01.384Z] #37 5.859 -- Detecting C compiler ABI info - done [2019-12-21T10:14:01.384Z] #37 6.125 -- Detecting C compile features [2019-12-21T10:14:01.384Z] #37 8.655 -- Detecting C compile features - done [2019-12-21T10:14:01.384Z] #37 8.732 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-21T10:14:01.384Z] #37 9.073 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-21T10:14:01.384Z] #37 9.320 -- Configuring done [2019-12-21T10:14:01.384Z] #37 9.369 -- Generating done [2019-12-21T10:14:01.384Z] #37 9.394 -- Build files have been written to: /tmp/tmp.5R91GflXJ8/tini [2019-12-21T10:14:01.384Z] #37 9.406 + make tini-static [2019-12-21T10:14:01.384Z] #37 10.00 Scanning dependencies of target tini-static [2019-12-21T10:14:01.384Z] #37 10.12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-21T10:14:01.384Z] #37 ... [2019-12-21T10:14:01.384Z] [2019-12-21T10:14:01.384Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:14:01.384Z] #32 92.32 path [2019-12-21T10:14:01.407Z] #17 48.51 Selecting previously unselected package python3-setuptools. [2019-12-21T10:14:01.407Z] #17 48.51 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-21T10:14:01.407Z] #17 48.52 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-21T10:14:01.407Z] #17 48.68 Selecting previously unselected package python3-wheel. [2019-12-21T10:14:01.407Z] #17 48.68 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-21T10:14:01.407Z] #17 48.68 Unpacking python3-wheel (0.29.0-2) ... [2019-12-21T10:14:01.407Z] #17 48.80 Selecting previously unselected package thin-provisioning-tools. [2019-12-21T10:14:01.665Z] #17 48.80 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-12-21T10:14:01.665Z] #17 48.80 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:14:01.665Z] #17 49.01 Selecting previously unselected package vim-runtime. [2019-12-21T10:14:01.665Z] #17 49.02 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:14:01.923Z] #17 49.05 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-21T10:14:01.923Z] #17 49.07 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-21T10:14:01.923Z] #17 49.08 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:01.923Z] #17 ... [2019-12-21T10:14:01.923Z] [2019-12-21T10:14:01.923Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:01.923Z] #41 149.3 CC criu/cr-errno.o [2019-12-21T10:14:01.923Z] #41 149.4 CC criu/cr-restore.o [2019-12-21T10:14:01.923Z] #41 153.6 CC criu/cr-service.o [2019-12-21T10:14:01.923Z] #41 155.2 CC criu/crtools.o [2019-12-21T10:14:01.923Z] #41 155.8 CC criu/eventfd.o [2019-12-21T10:14:01.923Z] #41 156.2 CC criu/eventpoll.o [2019-12-21T10:14:01.923Z] #41 157.0 CC criu/external.o [2019-12-21T10:14:01.923Z] #41 157.4 CC criu/fault-injection.o [2019-12-21T10:14:01.923Z] #41 157.6 CC criu/fdstore.o [2019-12-21T10:14:01.923Z] #41 158.0 CC criu/fifo.o [2019-12-21T10:14:01.923Z] #41 158.5 CC criu/file-ids.o [2019-12-21T10:14:01.923Z] #41 158.9 CC criu/file-lock.o [2019-12-21T10:14:02.076Z] #60 217.7 + bin/containerd-stress [2019-12-21T10:14:02.489Z] #41 160.0 CC criu/files-ext.o [2019-12-21T10:14:02.747Z] #41 160.3 CC criu/files-reg.o [2019-12-21T10:14:03.958Z] --- PASS: TestBuildMultiStageLayerLeak (2.82s) [2019-12-21T10:14:03.958Z] === RUN TestBuildWithHugeFile [2019-12-21T10:14:04.311Z] #60 219.9 + bin/containerd-shim [2019-12-21T10:14:05.280Z] #41 162.6 CC criu/files.o [2019-12-21T10:14:05.280Z] #41 ... [2019-12-21T10:14:05.280Z] [2019-12-21T10:14:05.280Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:14:05.280Z] #17 52.42 Selecting previously unselected package vim. [2019-12-21T10:14:05.280Z] #17 52.42 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-21T10:14:05.280Z] #17 52.42 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:05.796Z] #17 52.92 Selecting previously unselected package xfsprogs. [2019-12-21T10:14:05.796Z] #17 52.93 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-12-21T10:14:05.796Z] #17 52.93 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:14:05.824Z] #32 96.51 text/tabwriter [2019-12-21T10:14:05.824Z] #32 ... [2019-12-21T10:14:05.824Z] [2019-12-21T10:14:05.824Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:05.824Z] #37 15.09 [100%] Linking C executable tini-static [2019-12-21T10:14:05.824Z] #37 16.48 [100%] Built target tini-static [2019-12-21T10:14:05.824Z] #37 16.51 + mkdir -p /build [2019-12-21T10:14:05.824Z] #37 16.52 + cp tini-static /build/docker-init [2019-12-21T10:14:05.824Z] #37 DONE 16.7s [2019-12-21T10:14:05.824Z] [2019-12-21T10:14:05.824Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:14:05.824Z] #11 96.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-21T10:14:05.824Z] #11 96.76 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-21T10:14:05.824Z] #11 96.77 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:14:06.055Z] #17 53.43 Selecting previously unselected package zip. [2019-12-21T10:14:06.055Z] #17 53.43 Preparing to unpack .../32-zip_3.0-11+b1_amd64.deb ... [2019-12-21T10:14:06.055Z] #17 53.45 Unpacking zip (3.0-11+b1) ... [2019-12-21T10:14:06.073Z] Running on azwin-2-8c6d60 in d:\jenkins\workspace\moby_PR-39998 [Pipeline] { [Pipeline] ws [2019-12-21T10:14:06.089Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-12-21T10:14:06.313Z] #17 53.60 Selecting previously unselected package libapparmor-perl. [2019-12-21T10:14:06.313Z] #17 53.60 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:14:06.313Z] #17 53.61 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:14:06.571Z] #17 53.74 Selecting previously unselected package apparmor. [2019-12-21T10:14:06.571Z] #17 53.75 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-12-21T10:14:06.571Z] #17 53.83 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:14:07.137Z] #17 54.29 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:14:07.137Z] #17 54.32 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:14:07.137Z] #17 54.34 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-21T10:14:07.137Z] #17 54.39 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:14:07.137Z] #17 54.40 Processing triggers for mime-support (3.60) ... [2019-12-21T10:14:07.137Z] #17 54.44 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:07.137Z] #17 54.45 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-21T10:14:07.137Z] #17 54.46 Setting up libcap2-bin (1:2.25-1) ... [2019-12-21T10:14:07.137Z] #17 54.47 Setting up bash-completion (1:2.1-4.3) ... [2019-12-21T10:14:10.420Z] #17 57.44 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-21T10:14:10.420Z] #17 57.45 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-21T10:14:10.420Z] #17 57.46 Setting up zip (3.0-11+b1) ... [2019-12-21T10:14:10.420Z] #17 57.47 Setting up bzip2 (1.0.6-8.1) ... [2019-12-21T10:14:10.420Z] #17 57.48 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-21T10:14:10.420Z] #17 57.49 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:14:10.420Z] #17 57.51 Setting up libaio1:amd64 (0.3.110-3) ... [2019-12-21T10:14:10.420Z] #17 57.52 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:14:10.420Z] #17 57.53 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:14:10.420Z] #17 57.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-21T10:14:10.420Z] #17 57.57 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:14:10.420Z] #17 57.58 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:10.420Z] #17 57.60 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-21T10:14:10.420Z] #17 57.62 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:10.679Z] #17 57.94 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-21T10:14:10.679Z] #17 57.96 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-21T10:14:10.679Z] #17 57.98 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:14:10.679Z] #17 57.99 Setting up pigz (2.3.4-1) ... [2019-12-21T10:14:10.679Z] #17 58.00 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:14:10.679Z] #17 58.01 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-12-21T10:14:10.679Z] #17 58.03 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:14:10.679Z] #17 58.04 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:14:10.679Z] #17 58.05 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-21T10:14:10.679Z] #17 58.07 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:14:10.679Z] #17 58.08 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:14:10.679Z] #17 58.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-21T10:14:10.726Z] #60 226.2 + bin/containerd-shim-runc-v1 [2019-12-21T10:14:10.937Z] #17 58.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-21T10:14:10.937Z] #17 58.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-21T10:14:10.937Z] #17 58.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-21T10:14:10.937Z] #17 58.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-21T10:14:10.937Z] #17 58.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-21T10:14:10.937Z] #17 58.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-21T10:14:10.937Z] #17 58.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-21T10:14:10.937Z] #17 58.15 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-21T10:14:10.937Z] #17 58.17 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-21T10:14:10.937Z] #17 58.18 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:14:10.937Z] #17 58.20 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:14:11.379Z] #11 ... [2019-12-21T10:14:11.379Z] [2019-12-21T10:14:11.379Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:11.379Z] #42 10.50 PBCC images/siginfo.pb-c.c [2019-12-21T10:14:11.379Z] #42 10.61 DEP images/siginfo.pb-c.d [2019-12-21T10:14:11.379Z] #42 10.82 PBCC images/pagemap.pb-c.c [2019-12-21T10:14:11.379Z] #42 11.02 DEP images/pagemap.pb-c.d [2019-12-21T10:14:11.379Z] #42 11.11 PBCC images/rlimit.pb-c.c [2019-12-21T10:14:11.379Z] #42 11.16 DEP images/rlimit.pb-c.d [2019-12-21T10:14:11.379Z] #42 11.47 PBCC images/file-lock.pb-c.c [2019-12-21T10:14:11.379Z] #42 11.58 DEP images/file-lock.pb-c.d [2019-12-21T10:14:11.379Z] #42 11.72 PBCC images/tty.pb-c.c [2019-12-21T10:14:11.379Z] #42 11.87 DEP images/tty.pb-c.d [2019-12-21T10:14:11.379Z] #42 12.03 PBCC images/tun.pb-c.c [2019-12-21T10:14:11.379Z] #42 12.13 PBCC images/netdev.pb-c.c [2019-12-21T10:14:11.379Z] #42 12.30 DEP images/tun.pb-c.d [2019-12-21T10:14:11.379Z] #42 12.45 DEP images/netdev.pb-c.d [2019-12-21T10:14:11.379Z] #42 12.58 PBCC images/vma.pb-c.c [2019-12-21T10:14:11.379Z] #42 12.77 DEP images/vma.pb-c.d [2019-12-21T10:14:11.379Z] #42 12.92 PBCC images/creds.pb-c.c [2019-12-21T10:14:11.379Z] #42 13.00 DEP images/creds.pb-c.d [2019-12-21T10:14:11.379Z] #42 13.12 PBCC images/utsns.pb-c.c [2019-12-21T10:14:11.379Z] #42 13.19 DEP images/utsns.pb-c.d [2019-12-21T10:14:11.379Z] #42 13.30 PBCC images/ipc-desc.pb-c.c [2019-12-21T10:14:11.379Z] #42 13.37 PBCC images/ipc-sem.pb-c.c [2019-12-21T10:14:11.379Z] #42 13.45 DEP images/ipc-desc.pb-c.d [2019-12-21T10:14:11.379Z] #42 13.61 DEP images/ipc-sem.pb-c.d [2019-12-21T10:14:11.379Z] #42 13.80 PBCC images/ipc-msg.pb-c.c [2019-12-21T10:14:11.379Z] #42 13.85 DEP images/ipc-msg.pb-c.d [2019-12-21T10:14:11.379Z] #42 14.06 PBCC images/ipc-shm.pb-c.c [2019-12-21T10:14:11.379Z] #42 14.11 DEP images/ipc-shm.pb-c.d [2019-12-21T10:14:11.379Z] #42 14.32 PBCC images/ipc-var.pb-c.c [2019-12-21T10:14:11.379Z] #42 14.37 DEP images/ipc-var.pb-c.d [2019-12-21T10:14:11.379Z] #42 14.63 PBCC images/sk-opts.pb-c.c [2019-12-21T10:14:11.379Z] #42 14.75 PBCC images/packet-sock.pb-c.c [2019-12-21T10:14:11.379Z] #42 14.80 DEP images/sk-opts.pb-c.d [2019-12-21T10:14:11.379Z] #42 14.86 DEP images/packet-sock.pb-c.d [2019-12-21T10:14:11.379Z] #42 14.94 PBCC images/sk-netlink.pb-c.c [2019-12-21T10:14:11.379Z] #42 14.98 DEP images/sk-netlink.pb-c.d [2019-12-21T10:14:11.379Z] #42 15.09 PBCC images/sk-inet.pb-c.c [2019-12-21T10:14:11.379Z] #42 15.16 DEP images/sk-inet.pb-c.d [2019-12-21T10:14:11.379Z] #42 15.28 PBCC images/sk-unix.pb-c.c [2019-12-21T10:14:11.379Z] #42 15.41 DEP images/sk-unix.pb-c.d [2019-12-21T10:14:11.379Z] #42 15.58 PBCC images/mm.pb-c.c [2019-12-21T10:14:11.379Z] #42 15.73 DEP images/mm.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.00 PBCC images/timerfd.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.04 DEP images/timerfd.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.10 PBCC images/timer.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.16 DEP images/timer.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.24 PBCC images/sa.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.31 DEP images/sa.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.41 PBCC images/pipe-data.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.46 DEP images/pipe-data.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.53 PBCC images/mnt.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.61 DEP images/mnt.pb-c.d [2019-12-21T10:14:11.379Z] #42 16.73 PBCC images/sk-packet.pb-c.c [2019-12-21T10:14:11.379Z] #42 16.89 DEP images/sk-packet.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.13 PBCC images/tcp-stream.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.20 DEP images/tcp-stream.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.32 PBCC images/pipe.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.38 DEP images/pipe.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.47 PBCC images/pstree.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.51 DEP images/pstree.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.58 PBCC images/fs.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.63 DEP images/fs.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.72 PBCC images/signalfd.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.78 DEP images/signalfd.pb-c.d [2019-12-21T10:14:11.379Z] #42 17.90 PBCC images/fh.pb-c.c [2019-12-21T10:14:11.379Z] #42 17.96 PBCC images/fsnotify.pb-c.c [2019-12-21T10:14:11.379Z] #42 18.08 DEP images/fh.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.15 DEP images/fsnotify.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.27 PBCC images/eventpoll.pb-c.c [2019-12-21T10:14:11.379Z] #42 18.31 DEP images/eventpoll.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.45 PBCC images/eventfd.pb-c.c [2019-12-21T10:14:11.379Z] #42 18.48 DEP images/eventfd.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.58 PBCC images/remap-file-path.pb-c.c [2019-12-21T10:14:11.379Z] #42 18.64 DEP images/remap-file-path.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.73 PBCC images/fifo.pb-c.c [2019-12-21T10:14:11.379Z] #42 18.78 DEP images/fifo.pb-c.d [2019-12-21T10:14:11.379Z] #42 18.90 PBCC images/ghost-file.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.03 DEP images/ghost-file.pb-c.d [2019-12-21T10:14:11.379Z] #42 19.10 PBCC images/regfile.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.17 DEP images/regfile.pb-c.d [2019-12-21T10:14:11.379Z] #42 19.26 PBCC images/ns.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.31 DEP images/ns.pb-c.d [2019-12-21T10:14:11.379Z] #42 19.40 PBCC images/fdinfo.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.60 DEP images/fdinfo.pb-c.d [2019-12-21T10:14:11.379Z] #42 19.72 PBCC images/core-aarch64.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.80 PBCC images/core-arm.pb-c.c [2019-12-21T10:14:11.379Z] #42 19.92 PBCC images/core-ppc64.pb-c.c [2019-12-21T10:14:11.379Z] #42 20.08 PBCC images/core-s390.pb-c.c [2019-12-21T10:14:11.379Z] #42 20.20 PBCC images/core-x86.pb-c.c [2019-12-21T10:14:11.379Z] #42 20.41 PBCC images/core.pb-c.c [2019-12-21T10:14:11.379Z] #42 20.58 PBCC images/inventory.pb-c.c [2019-12-21T10:14:11.379Z] #42 20.73 DEP images/core-aarch64.pb-c.d [2019-12-21T10:14:11.379Z] #42 20.93 DEP images/core-arm.pb-c.d [2019-12-21T10:14:11.379Z] #42 21.03 DEP images/core-ppc64.pb-c.d [2019-12-21T10:14:11.670Z] #42 21.18 DEP images/core-s390.pb-c.d [2019-12-21T10:14:11.670Z] #42 21.30 DEP images/core-x86.pb-c.d [2019-12-21T10:14:11.670Z] #42 21.41 DEP images/core.pb-c.d [2019-12-21T10:14:11.989Z] #42 21.60 DEP images/inventory.pb-c.d [2019-12-21T10:14:11.989Z] #42 21.70 PBCC images/cpuinfo.pb-c.c [2019-12-21T10:14:12.286Z] #42 21.76 DEP images/cpuinfo.pb-c.d [2019-12-21T10:14:12.286Z] #42 21.87 PBCC images/stats.pb-c.c [2019-12-21T10:14:12.286Z] #42 21.91 DEP images/stats.pb-c.d [2019-12-21T10:14:12.920Z] #42 ... [2019-12-21T10:14:12.920Z] [2019-12-21T10:14:12.920Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:14:12.920Z] #32 103.8 internal/syscall/unix [2019-12-21T10:14:12.920Z] #32 103.8 time [2019-12-21T10:14:13.251Z] #60 229.2 + bin/containerd-shim-runc-v2 [2019-12-21T10:14:13.552Z] #32 ... [2019-12-21T10:14:13.552Z] [2019-12-21T10:14:13.552Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:13.552Z] #45 94.60 path [2019-12-21T10:14:13.552Z] #45 95.62 reflect [2019-12-21T10:14:13.552Z] #45 96.13 regexp/syntax [2019-12-21T10:14:13.552Z] #45 97.39 hash/crc32 [2019-12-21T10:14:13.552Z] #45 102.3 crypto [2019-12-21T10:14:13.552Z] #45 103.1 crypto/rc4 [2019-12-21T10:14:13.552Z] #45 104.0 vendor/golang.org/x/net/dns/dnsmessage [2019-12-21T10:14:14.546Z] #60 230.3 + binaries [2019-12-21T10:14:14.546Z] #60 230.3 + mkdir -p /build [2019-12-21T10:14:14.546Z] #60 230.3 + cp bin/containerd /build/containerd [2019-12-21T10:14:14.546Z] #60 230.3 + cp bin/containerd-shim /build/containerd-shim [2019-12-21T10:14:14.546Z] #60 230.3 + cp bin/ctr /build/ctr [2019-12-21T10:14:14.546Z] #60 DONE 230.5s [2019-12-21T10:14:14.584Z] #45 ... [2019-12-21T10:14:14.584Z] [2019-12-21T10:14:14.584Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:14.584Z] #42 24.17 make[1]: Nothing to be done for 'all'. [2019-12-21T10:14:15.325Z] [2019-12-21T10:14:15.325Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-21T10:14:15.803Z] #61 DONE 0.2s [2019-12-21T10:14:15.803Z] [2019-12-21T10:14:15.803Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-21T10:14:15.803Z] #65 DONE 0.1s [2019-12-21T10:14:15.803Z] [2019-12-21T10:14:15.803Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-21T10:14:15.803Z] #67 DONE 0.1s [2019-12-21T10:14:15.803Z] [2019-12-21T10:14:15.803Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-21T10:14:15.803Z] #70 DONE 0.1s [2019-12-21T10:14:15.803Z] [2019-12-21T10:14:15.803Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-21T10:14:15.803Z] #71 DONE 0.0s [2019-12-21T10:14:15.803Z] [2019-12-21T10:14:15.803Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-21T10:14:16.199Z] #17 62.85 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-21T10:14:16.200Z] #17 62.87 Setting up python3 (3.5.3-1) ... [2019-12-21T10:14:16.695Z] #72 DONE 0.6s [2019-12-21T10:14:16.695Z] [2019-12-21T10:14:16.695Z] #73 exporting to oci image format [2019-12-21T10:14:16.695Z] #73 exporting layers [2019-12-21T10:14:17.301Z] #42 26.62 CC images/stats.o [2019-12-21T10:14:17.408Z] #17 64.48 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:14:17.408Z] #17 ... [2019-12-21T10:14:17.408Z] [2019-12-21T10:14:17.408Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:17.408Z] #41 164.7 CC criu/filesystems.o [2019-12-21T10:14:17.408Z] #41 165.6 CC criu/fsnotify.o [2019-12-21T10:14:17.408Z] #41 166.9 CC criu/image-desc.o [2019-12-21T10:14:17.408Z] #41 167.1 CC criu/image.o [2019-12-21T10:14:17.408Z] #41 168.3 CC criu/ipc_ns.o [2019-12-21T10:14:17.408Z] #41 169.6 CC criu/irmap.o [2019-12-21T10:14:17.408Z] #41 170.3 CC criu/kcmp-ids.o [2019-12-21T10:14:17.408Z] #41 170.6 CC criu/kerndat.o [2019-12-21T10:14:17.408Z] #41 171.6 CC criu/libnetlink.o [2019-12-21T10:14:17.408Z] #41 172.1 CC criu/log.o [2019-12-21T10:14:17.408Z] #41 172.7 CC criu/lsm.o [2019-12-21T10:14:17.408Z] #41 173.1 CC criu/mem.o [2019-12-21T10:14:17.408Z] #41 174.7 CC criu/mount.o [2019-12-21T10:14:17.408Z] #41 ... [2019-12-21T10:14:17.408Z] [2019-12-21T10:14:17.408Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:14:17.408Z] #38 261.8 + dpkg --print-architecture [2019-12-21T10:14:17.408Z] #38 261.8 + cd /tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution [2019-12-21T10:14:17.408Z] #38 261.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-21T10:14:17.408Z] #38 262.3 + GOPATH=/tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ufhqBruUfq [2019-12-21T10:14:17.409Z] #38 262.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-21T10:14:17.593Z] #42 27.31 CC images/core.o [2019-12-21T10:14:18.782Z] #38 ... [2019-12-21T10:14:18.782Z] [2019-12-21T10:14:18.782Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:14:18.782Z] #17 65.91 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-21T10:14:18.782Z] #17 66.08 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-21T10:14:18.782Z] #17 66.13 Setting up python3-wheel (0.29.0-2) ... [2019-12-21T10:14:19.110Z] #42 28.59 CC images/core-x86.o [2019-12-21T10:14:19.716Z] #17 67.11 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:14:20.150Z] #42 29.69 CC images/core-arm.o [2019-12-21T10:14:20.441Z] #42 ... [2019-12-21T10:14:20.441Z] [2019-12-21T10:14:20.441Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:20.441Z] #45 111.4 time [2019-12-21T10:14:21.091Z] #17 68.23 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:14:22.464Z] #17 69.54 Setting up python3-setuptools (33.1.1-1) ... [2019-12-21T10:14:23.398Z] #17 70.67 Setting up dh-python (2.20170125) ... [2019-12-21T10:14:24.332Z] #17 71.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:14:24.898Z] #17 DONE 72.1s [2019-12-21T10:14:24.898Z] [2019-12-21T10:14:24.898Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:14:25.994Z] #45 ... [2019-12-21T10:14:25.994Z] [2019-12-21T10:14:25.994Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:14:25.994Z] #11 106.5 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-21T10:14:25.994Z] #11 106.5 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-21T10:14:25.994Z] #11 106.5 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:14:25.994Z] #11 106.7 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-21T10:14:25.994Z] #11 106.7 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-21T10:14:25.994Z] #11 106.8 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:14:25.994Z] #11 ... [2019-12-21T10:14:25.994Z] [2019-12-21T10:14:25.994Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:14:25.994Z] #60 60.51 + cd /tmp/tmp.3VvCUWQq4T/src/github.com/containerd/containerd [2019-12-21T10:14:25.994Z] #60 60.51 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2019-12-21T10:14:25.994Z] #60 61.31 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-21T10:14:25.994Z] #60 61.31 + BUILDTAGS='netgo osusergo static_build' [2019-12-21T10:14:25.994Z] #60 61.31 + export EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:14:25.994Z] #60 61.31 + EXTRA_FLAGS=-buildmode=pie [2019-12-21T10:14:25.994Z] #60 61.31 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-21T10:14:25.994Z] #60 61.31 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-21T10:14:25.994Z] #60 61.31 + '[' '' = dynamic ']' [2019-12-21T10:14:25.994Z] #60 61.31 + make [2019-12-21T10:14:25.994Z] #60 62.83 + bin/ctr [2019-12-21T10:14:27.028Z] #60 ... [2019-12-21T10:14:27.028Z] [2019-12-21T10:14:27.028Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:27.028Z] #45 117.9 regexp [2019-12-21T10:14:28.950Z] using credential docker-jenkins-github-credentials [2019-12-21T10:14:29.027Z] Cloning the remote Git repository [2019-12-21T10:14:29.027Z] Cloning with configured refspecs honoured and without tags [2019-12-21T10:14:29.273Z] Cloning repository https://github.com/moby/moby.git [2019-12-21T10:14:29.645Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-12-21T10:14:31.459Z] #18 ... [2019-12-21T10:14:31.459Z] [2019-12-21T10:14:31.459Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:31.459Z] #41 178.9 CC criu/namespaces.o [2019-12-21T10:14:31.459Z] #41 181.0 CC criu/net.o [2019-12-21T10:14:31.459Z] #41 184.7 CC criu/netfilter.o [2019-12-21T10:14:31.459Z] #41 185.2 CC criu/page-pipe.o [2019-12-21T10:14:31.459Z] #41 185.9 CC criu/page-xfer.o [2019-12-21T10:14:31.459Z] #41 187.3 CC criu/pagemap-cache.o [2019-12-21T10:14:31.459Z] #41 187.7 CC criu/pagemap.o [2019-12-21T10:14:31.459Z] #41 ... [2019-12-21T10:14:31.459Z] [2019-12-21T10:14:31.459Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:14:31.459Z] #18 6.478 Collecting yamllint==1.16.0 [2019-12-21T10:14:31.513Z] #45 ... [2019-12-21T10:14:31.513Z] [2019-12-21T10:14:31.513Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:31.513Z] #42 30.57 CC images/core-aarch64.o [2019-12-21T10:14:31.513Z] #42 31.32 CC images/core-ppc64.o [2019-12-21T10:14:31.513Z] #42 32.56 CC images/core-s390.o [2019-12-21T10:14:31.513Z] #42 34.03 CC images/cpuinfo.o [2019-12-21T10:14:31.513Z] #42 34.84 CC images/inventory.o [2019-12-21T10:14:31.513Z] #42 35.30 CC images/fdinfo.o [2019-12-21T10:14:31.513Z] #42 36.06 CC images/fown.o [2019-12-21T10:14:31.513Z] #42 36.40 CC images/ns.o [2019-12-21T10:14:31.513Z] #42 36.83 CC images/regfile.o [2019-12-21T10:14:31.513Z] #42 37.22 CC images/ghost-file.o [2019-12-21T10:14:31.513Z] #42 37.77 CC images/fifo.o [2019-12-21T10:14:31.513Z] #42 38.18 CC images/remap-file-path.o [2019-12-21T10:14:31.513Z] #42 38.60 CC images/eventfd.o [2019-12-21T10:14:31.513Z] #42 39.14 CC images/eventpoll.o [2019-12-21T10:14:31.513Z] #42 39.64 CC images/fh.o [2019-12-21T10:14:31.513Z] #42 40.27 CC images/fsnotify.o [2019-12-21T10:14:32.139Z] #42 41.58 CC images/signalfd.o [2019-12-21T10:14:32.139Z] #42 ... [2019-12-21T10:14:32.139Z] [2019-12-21T10:14:32.139Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:14:32.139Z] #32 112.8 internal/poll [2019-12-21T10:14:32.139Z] #32 116.5 os [2019-12-21T10:14:32.139Z] #32 117.6 internal/fmtsort [2019-12-21T10:14:32.139Z] #32 120.6 path/filepath [2019-12-21T10:14:32.140Z] #32 120.6 fmt [2019-12-21T10:14:32.428Z] #32 123.4 io/ioutil [2019-12-21T10:14:32.428Z] #32 ... [2019-12-21T10:14:32.428Z] [2019-12-21T10:14:32.428Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:32.428Z] #42 42.11 CC images/fs.o [2019-12-21T10:14:32.716Z] #42 42.45 CC images/pstree.o [2019-12-21T10:14:33.351Z] #42 42.89 CC images/pipe.o [2019-12-21T10:14:33.640Z] #42 43.33 CC images/tcp-stream.o [2019-12-21T10:14:34.439Z] #42 43.74 CC images/sk-packet.o [2019-12-21T10:14:34.731Z] #42 44.39 CC images/mnt.o [2019-12-21T10:14:35.024Z] #42 44.75 CC images/pipe-data.o [2019-12-21T10:14:33.133Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:14:33.133Z] > git --version # timeout=10 [2019-12-21T10:14:33.180Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:14:33.181Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:14:35.656Z] #42 45.08 CC images/sa.o [2019-12-21T10:14:35.945Z] #42 45.58 CC images/timer.o [2019-12-21T10:14:36.645Z] #42 46.30 CC images/timerfd.o [2019-12-21T10:14:36.855Z] #18 ... [2019-12-21T10:14:36.855Z] [2019-12-21T10:14:36.855Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:36.855Z] #41 188.9 CC criu/parasite-syscall.o [2019-12-21T10:14:36.855Z] #41 189.8 CC criu/path.o [2019-12-21T10:14:36.855Z] #41 190.2 CC criu/pie-util-vdso-elf32.o [2019-12-21T10:14:36.855Z] #41 190.6 CC criu/pie-util-vdso.o [2019-12-21T10:14:36.855Z] #41 191.1 CC criu/pie-util.o [2019-12-21T10:14:36.855Z] #41 191.2 CC criu/pipes.o [2019-12-21T10:14:36.855Z] #41 191.9 CC criu/plugin.o [2019-12-21T10:14:36.855Z] #41 192.3 CC criu/proc_parse.o [2019-12-21T10:14:37.274Z] #42 46.67 CC images/mm.o [2019-12-21T10:14:37.790Z] #41 195.1 CC criu/protobuf-desc.o [2019-12-21T10:14:37.904Z] #42 47.25 CC images/sk-opts.o [2019-12-21T10:14:38.195Z] #42 47.70 CC images/sk-unix.o [2019-12-21T10:14:38.356Z] #41 ... [2019-12-21T10:14:38.356Z] [2019-12-21T10:14:38.356Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:14:38.356Z] #18 13.43 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-21T10:14:38.486Z] #42 ... [2019-12-21T10:14:38.486Z] [2019-12-21T10:14:38.486Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:38.486Z] #45 129.3 os/exec [2019-12-21T10:14:38.486Z] #45 129.3 net [2019-12-21T10:14:38.614Z] #18 13.80 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-21T10:14:39.522Z] #45 130.2 internal/lazyregexp [2019-12-21T10:14:39.987Z] #18 14.95 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-21T10:14:40.245Z] #18 ... [2019-12-21T10:14:40.245Z] [2019-12-21T10:14:40.245Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:14:40.245Z] #38 290.5 + rm -rf /tmp/tmp.ufhqBruUfq/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ufhqBruUfq [2019-12-21T10:14:40.245Z] #38 DONE 290.9s [2019-12-21T10:14:40.245Z] [2019-12-21T10:14:40.245Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:40.245Z] #41 196.2 CC criu/protobuf.o [2019-12-21T10:14:40.245Z] #41 196.7 CC criu/pstree.o [2019-12-21T10:14:40.812Z] #41 198.3 CC criu/rbtree.o [2019-12-21T10:14:41.071Z] #41 198.7 CC criu/rst-malloc.o [2019-12-21T10:14:41.640Z] #41 199.1 CC criu/seccomp.o [2019-12-21T10:14:43.014Z] #41 200.2 CC criu/seize.o [2019-12-21T10:14:43.580Z] #41 201.1 CC criu/servicefd.o [2019-12-21T10:14:43.971Z] #45 ... [2019-12-21T10:14:43.971Z] [2019-12-21T10:14:43.971Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:14:43.971Z] #11 132.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-21T10:14:43.971Z] #11 132.6 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-21T10:14:43.971Z] #11 132.6 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:14:44.147Z] #41 201.5 CC criu/shmem.o [2019-12-21T10:14:45.081Z] #41 202.5 CC criu/sigframe.o [2019-12-21T10:14:45.081Z] #41 202.7 CC criu/signalfd.o [2019-12-21T10:14:45.649Z] #41 203.0 CC criu/sk-inet.o [2019-12-21T10:14:46.057Z] #11 ... [2019-12-21T10:14:46.057Z] [2019-12-21T10:14:46.057Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:14:46.057Z] #32 126.8 log [2019-12-21T10:14:46.057Z] #32 126.8 github.com/BurntSushi/toml [2019-12-21T10:14:46.057Z] #32 126.8 flag [2019-12-21T10:14:46.057Z] #32 134.2 github.com/BurntSushi/toml/cmd/tomlv [2019-12-21T10:14:46.057Z] #32 ... [2019-12-21T10:14:46.057Z] [2019-12-21T10:14:46.057Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:46.057Z] #45 136.9 go/token [2019-12-21T10:14:46.057Z] #45 136.9 net/url [2019-12-21T10:14:46.057Z] #45 136.9 text/template/parse [2019-12-21T10:14:46.583Z] #41 204.1 CC criu/sk-netlink.o [2019-12-21T10:14:47.149Z] #41 204.5 CC criu/sk-packet.o [2019-12-21T10:14:47.407Z] #41 ... [2019-12-21T10:14:47.407Z] [2019-12-21T10:14:47.407Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:14:47.407Z] #18 16.99 Collecting pyyaml (from yamllint==1.16.0) [2019-12-21T10:14:47.407Z] #18 18.19 Downloading https://files.pythonhosted.org/packages/8d/c9/e5be955a117a1ac548cdd31e37e8fd7b02ce987f9655f5c7563c656d5dcb/PyYAML-5.2.tar.gz (265kB) [2019-12-21T10:14:47.407Z] #18 19.67 Building wheels for collected packages: pathspec, pyyaml [2019-12-21T10:14:47.407Z] #18 19.67 Running setup.py bdist_wheel for pathspec: started [2019-12-21T10:14:47.407Z] #18 20.83 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-21T10:14:47.407Z] #18 20.83 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-21T10:14:47.407Z] #18 20.88 Running setup.py bdist_wheel for pyyaml: started [2019-12-21T10:14:47.407Z] #18 22.05 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-21T10:14:47.407Z] #18 22.05 Stored in directory: /root/.cache/pip/wheels/54/b7/c7/2ada654ee54483c9329871665aaf4a6056c3ce36f29cf66e67 [2019-12-21T10:14:47.407Z] #18 22.13 Successfully built pathspec pyyaml [2019-12-21T10:14:47.407Z] #18 22.13 Installing collected packages: pathspec, pyyaml, yamllint [2019-12-21T10:14:47.407Z] #18 22.62 Successfully installed pathspec-0.6.0 pyyaml-5.2 yamllint-1.16.0 [2019-12-21T10:14:47.666Z] #18 ... [2019-12-21T10:14:47.666Z] [2019-12-21T10:14:47.666Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:47.666Z] #41 205.3 CC criu/sk-queue.o [2019-12-21T10:14:47.924Z] #41 ... [2019-12-21T10:14:47.924Z] [2019-12-21T10:14:47.924Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:14:47.924Z] #18 DONE 23.0s [2019-12-21T10:14:47.924Z] [2019-12-21T10:14:47.924Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-21T10:14:48.182Z] #23 DONE 0.3s [2019-12-21T10:14:48.182Z] [2019-12-21T10:14:48.182Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:14:48.786Z] #45 ... [2019-12-21T10:14:48.786Z] [2019-12-21T10:14:48.786Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:48.786Z] #42 48.27 CC images/sk-inet.o [2019-12-21T10:14:48.786Z] #42 48.95 CC images/tun.o [2019-12-21T10:14:48.786Z] #42 49.57 CC images/sk-netlink.o [2019-12-21T10:14:48.786Z] #42 49.97 CC images/packet-sock.o [2019-12-21T10:14:48.786Z] #42 50.75 CC images/ipc-var.o [2019-12-21T10:14:48.786Z] #42 51.19 CC images/ipc-desc.o [2019-12-21T10:14:48.786Z] #42 51.77 CC images/ipc-shm.o [2019-12-21T10:14:48.786Z] #42 52.23 CC images/ipc-msg.o [2019-12-21T10:14:48.786Z] #42 52.78 CC images/ipc-sem.o [2019-12-21T10:14:48.786Z] #42 53.21 CC images/utsns.o [2019-12-21T10:14:48.786Z] #42 53.55 CC images/creds.o [2019-12-21T10:14:48.786Z] #42 53.86 CC images/vma.o [2019-12-21T10:14:48.786Z] #42 54.33 CC images/netdev.o [2019-12-21T10:14:48.786Z] #42 55.11 CC images/tty.o [2019-12-21T10:14:48.786Z] #42 56.97 CC images/file-lock.o [2019-12-21T10:14:48.786Z] #42 57.35 CC images/rlimit.o [2019-12-21T10:14:48.786Z] #42 57.77 CC images/pagemap.o [2019-12-21T10:14:48.786Z] #42 58.39 CC images/siginfo.o [2019-12-21T10:14:49.413Z] #42 58.94 CC images/rpc.o [2019-12-21T10:14:50.045Z] #42 ... [2019-12-21T10:14:50.045Z] [2019-12-21T10:14:50.045Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:50.045Z] #45 140.8 go/scanner [2019-12-21T10:14:50.045Z] #45 ... [2019-12-21T10:14:50.045Z] [2019-12-21T10:14:50.045Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-21T10:14:50.045Z] #32 DONE 141.1s [2019-12-21T10:14:50.084Z] #27 DONE 1.6s [2019-12-21T10:14:50.084Z] [2019-12-21T10:14:50.084Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-21T10:14:50.084Z] #29 DONE 0.2s [2019-12-21T10:14:50.084Z] [2019-12-21T10:14:50.084Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-21T10:14:50.084Z] #32 DONE 0.1s [2019-12-21T10:14:50.084Z] [2019-12-21T10:14:50.084Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:50.084Z] #41 205.7 CC criu/sk-tcp.o [2019-12-21T10:14:50.084Z] #41 206.6 CC criu/sk-unix.o [2019-12-21T10:14:50.084Z] #41 ... [2019-12-21T10:14:50.084Z] [2019-12-21T10:14:50.084Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-21T10:14:50.084Z] #37 DONE 0.1s [2019-12-21T10:14:50.335Z] [2019-12-21T10:14:50.335Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:14:50.342Z] [2019-12-21T10:14:50.342Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-21T10:14:50.342Z] #39 DONE 0.3s [2019-12-21T10:14:50.342Z] [2019-12-21T10:14:50.342Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:14:50.342Z] #54 120.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-21T10:14:50.644Z] --- PASS: TestBuildWithHugeFile (40.68s) [2019-12-21T10:14:50.644Z] === RUN TestBuildWithEmptyDockerfile [2019-12-21T10:14:50.644Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:14:50.644Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:14:50.644Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:14:50.644Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:14:50.644Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:14:50.644Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:14:50.644Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:14:50.644Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:14:50.644Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:14:50.644Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2019-12-21T10:14:50.644Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2019-12-21T10:14:50.644Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-12-21T10:14:50.644Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.22s) [2019-12-21T10:14:50.644Z] === RUN TestBuildPreserveOwnership [2019-12-21T10:14:50.644Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-21T10:14:50.644Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-21T10:14:50.644Z] --- PASS: TestBuildPreserveOwnership (5.73s) [2019-12-21T10:14:50.644Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.74s) [2019-12-21T10:14:50.644Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.98s) [2019-12-21T10:14:50.644Z] === RUN TestBuildPlatformInvalid [2019-12-21T10:14:50.644Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-12-21T10:14:50.644Z] PASS [2019-12-21T10:14:50.644Z] [2019-12-21T10:14:50.644Z] === Skipped [2019-12-21T10:14:50.644Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-12-21T10:14:50.644Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:14:50.644Z] [2019-12-21T10:14:50.644Z] [2019-12-21T10:14:50.644Z] DONE 32 tests, 1 skipped in 87.650s [2019-12-21T10:14:50.644Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-12-21T10:14:50.644Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:14:50.644Z] ++ set -e [2019-12-21T10:14:50.644Z] ++ '[' -n 0 ']' [2019-12-21T10:14:50.644Z] ++ set -x [2019-12-21T10:14:50.644Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:14:50.644Z] INFO: Testing against a local daemon [2019-12-21T10:14:50.644Z] === RUN TestConfigList [2019-12-21T10:14:51.716Z] #54 122.0 + mkdir -p /build [2019-12-21T10:14:51.716Z] #54 122.0 + cp runc /build/runc [2019-12-21T10:14:51.974Z] #54 DONE 122.2s [2019-12-21T10:14:51.974Z] [2019-12-21T10:14:51.974Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:51.974Z] #41 208.4 CC criu/sockets.o [2019-12-21T10:14:51.974Z] #41 209.2 CC criu/stats.o [2019-12-21T10:14:51.974Z] #41 209.5 CC criu/string.o [2019-12-21T10:14:52.230Z] Fetching without tags [2019-12-21T10:14:52.233Z] #41 209.6 CC criu/sysctl.o [2019-12-21T10:14:52.948Z] Merging remotes/origin/master commit 36cf709abdf820cc04b8a61bbc3724644924237b into PR head commit 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:14:53.050Z] #39 ... [2019-12-21T10:14:53.050Z] [2019-12-21T10:14:53.050Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:14:53.050Z] #42 62.49 CC images/ext-file.o [2019-12-21T10:14:53.170Z] #41 210.5 CC criu/sysfs_parse.o [2019-12-21T10:14:53.358Z] #42 62.89 CC images/cgroup.o [2019-12-21T10:14:53.428Z] #41 211.1 CC criu/timerfd.o [2019-12-21T10:14:53.686Z] #41 211.3 CC criu/tty.o [2019-12-21T10:14:51.906Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:14:51.960Z] > git config --add remote.origin.fetch +refs/pull/39998/head:refs/remotes/origin/PR-39998 # timeout=10 [2019-12-21T10:14:52.012Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-21T10:14:52.134Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-21T10:14:52.258Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-21T10:14:52.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-21T10:14:52.261Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39998/head:refs/remotes/origin/PR-39998 +refs/heads/master:refs/remotes/origin/master [2019-12-21T10:14:53.046Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:14:53.097Z] > git checkout -f 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:14:53.933Z] --- PASS: TestConfigList (3.35s) [2019-12-21T10:14:53.933Z] === RUN TestConfigsCreateAndDelete [2019-12-21T10:14:54.857Z] #42 64.16 CC images/userns.o [2019-12-21T10:14:55.059Z] #41 212.6 CC criu/tun.o [2019-12-21T10:14:55.145Z] #42 64.64 CC images/google/protobuf/descriptor.o [2019-12-21T10:14:55.625Z] #41 213.1 CC criu/uffd.o [2019-12-21T10:14:56.190Z] #41 213.7 CC criu/util.o [2019-12-21T10:14:56.481Z] Merge succeeded, producing e558622cc9ab6bb298e5c828778e619c1a82045e [2019-12-21T10:14:56.482Z] Checking out Revision e558622cc9ab6bb298e5c828778e619c1a82045e (PR-39998) [2019-12-21T10:14:55.726Z] > git merge 36cf709abdf820cc04b8a61bbc3724644924237b # timeout=10 [2019-12-21T10:14:56.367Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-12-21T10:14:56.509Z] > git config core.sparsecheckout # timeout=10 [2019-12-21T10:14:56.554Z] > git checkout -f e558622cc9ab6bb298e5c828778e619c1a82045e [2019-12-21T10:14:57.220Z] --- PASS: TestConfigsCreateAndDelete (3.22s) [2019-12-21T10:14:57.220Z] === RUN TestConfigsUpdate [2019-12-21T10:14:57.564Z] #41 214.8 CC criu/uts_ns.o [2019-12-21T10:14:57.564Z] #41 215.0 CC criu/vdso-compat.o [2019-12-21T10:14:57.822Z] #41 215.2 CC criu/vdso.o [2019-12-21T10:14:57.876Z] #42 67.54 CC images/opts.o [2019-12-21T10:14:58.392Z] #41 215.8 LINK criu/built-in.o [2019-12-21T10:14:58.392Z] #41 215.9 LINK criu/criu [2019-12-21T10:14:58.507Z] #42 67.94 CC images/seccomp.o [2019-12-21T10:14:58.798Z] #42 68.33 CC images/binfmt-misc.o [2019-12-21T10:14:58.958Z] #41 216.4 DEP lib/c/criu.d [2019-12-21T10:14:58.958Z] #41 216.6 CC images/rpc.pb-c.o [2019-12-21T10:14:59.088Z] #42 68.59 CC images/time.o [2019-12-21T10:14:59.380Z] #42 69.01 CC images/sysctl.o [2019-12-21T10:14:59.525Z] #41 217.0 CC lib/c/criu.o [2019-12-21T10:14:59.671Z] #42 69.31 CC images/autofs.o [2019-12-21T10:15:00.303Z] #42 69.63 CC images/macvlan.o [2019-12-21T10:15:00.303Z] #42 69.98 CC images/sit.o [2019-12-21T10:15:00.459Z] #41 217.7 LINK lib/c/built-in.o [2019-12-21T10:15:00.459Z] #41 217.7 LINK lib/c/libcriu.so [2019-12-21T10:15:00.459Z] #41 217.8 GEN magic.py [2019-12-21T10:15:00.459Z] #41 217.9 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:15:00.459Z] #41 217.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:15:00.507Z] --- PASS: TestConfigsUpdate (3.19s) [2019-12-21T10:15:00.507Z] === RUN TestTemplatedConfig [2019-12-21T10:15:00.717Z] #41 218.2 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:15:00.946Z] #42 70.40 LINK images/built-in.o [2019-12-21T10:15:00.946Z] #42 70.63 GEN compel/include/asm [2019-12-21T10:15:00.975Z] #41 ... [2019-12-21T10:15:00.975Z] [2019-12-21T10:15:00.975Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:00.975Z] #59 249.4 + bin/containerd [2019-12-21T10:15:01.236Z] #42 70.63 GEN compel/include/version.h [2019-12-21T10:15:01.236Z] #42 70.68 touch .config [2019-12-21T10:15:01.236Z] #42 70.70 GEN include/common/config.h [2019-12-21T10:15:01.236Z] #42 70.85 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-21T10:15:01.236Z] #42 70.89 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-21T10:15:01.526Z] #42 70.95 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-12-21T10:15:01.526Z] #42 70.98 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-12-21T10:15:01.526Z] #42 71.04 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-12-21T10:15:01.527Z] #42 71.07 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-12-21T10:15:01.527Z] #42 71.13 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-12-21T10:15:01.527Z] #42 71.17 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-21T10:15:01.817Z] #42 71.18 DEP compel/plugins/std/infect.d [2019-12-21T10:15:01.817Z] #42 71.41 DEP compel/plugins/std/string.d [2019-12-21T10:15:02.108Z] #42 71.62 DEP compel/plugins/std/log.d [2019-12-21T10:15:02.108Z] #42 ... [2019-12-21T10:15:02.108Z] [2019-12-21T10:15:02.108Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-21T10:15:02.108Z] #11 153.2 Selecting previously unselected package libapparmor1:ppc64el. [2019-12-21T10:15:02.399Z] #11 153.2 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-21T10:15:02.399Z] #11 153.2 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-12-21T10:15:02.399Z] #11 153.4 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-12-21T10:15:02.399Z] #11 153.4 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-21T10:15:02.399Z] #11 153.4 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-12-21T10:15:02.691Z] #11 153.6 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-21T10:15:02.691Z] #11 153.6 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-12-21T10:15:02.691Z] #11 153.7 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-21T10:15:02.691Z] #11 153.7 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-21T10:15:02.691Z] #11 153.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-21T10:15:02.691Z] #11 153.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:15:02.691Z] #11 153.8 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-21T10:15:02.691Z] #11 153.8 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-12-21T10:15:02.691Z] #11 153.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-12-21T10:15:02.691Z] #11 153.9 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-12-21T10:15:02.691Z] #11 153.9 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-12-21T10:15:02.691Z] #11 153.9 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-12-21T10:15:02.691Z] #11 153.9 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-12-21T10:15:02.964Z] #59 ... [2019-12-21T10:15:02.964Z] [2019-12-21T10:15:02.964Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:02.964Z] #41 218.7 make[1]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.3 make[1]: 'images/built-in.o' is up to date. [2019-12-21T10:15:02.964Z] #41 219.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-21T10:15:02.964Z] #41 219.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-21T10:15:02.964Z] #41 219.4 make[1]: 'compel/libcompel.a' is up to date. [2019-12-21T10:15:02.964Z] #41 219.4 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-21T10:15:02.964Z] #41 219.4 make[1]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.4 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:15:02.964Z] #41 219.5 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.7 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.7 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.8 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.8 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.9 make[2]: Nothing to be done for 'all'. [2019-12-21T10:15:02.964Z] #41 219.9 INSTALL criu/criu [2019-12-21T10:15:02.964Z] #41 DONE 220.2s [2019-12-21T10:15:02.964Z] [2019-12-21T10:15:02.964Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up btrfs-progs (4.7.3-1) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-12-21T10:15:02.986Z] #11 154.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:15:02.986Z] #11 154.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-12-21T10:15:02.986Z] #11 154.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:15:02.986Z] #11 154.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 [2019-12-21T10:15:02.986Z] #11 154.1 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-12-21T10:15:02.986Z] #11 154.1 Setting up btrfs-tools (4.7.3-1) ... [2019-12-21T10:15:02.986Z] #11 154.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-21T10:15:02.986Z] #11 154.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:15:03.277Z] #11 154.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-12-21T10:15:03.277Z] #11 154.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-21T10:15:03.277Z] #11 154.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-21T10:15:03.277Z] #11 154.2 Setting up dmsetup (2:1.02.137-2) ... [2019-12-21T10:15:03.277Z] #11 154.2 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-12-21T10:15:03.277Z] #11 154.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:15:03.569Z] #11 DONE 154.6s [2019-12-21T10:15:03.569Z] [2019-12-21T10:15:03.569Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:15:03.794Z] --- PASS: TestTemplatedConfig (3.47s) [2019-12-21T10:15:03.794Z] === RUN TestConfigInspect [2019-12-21T10:15:03.859Z] #53 ... [2019-12-21T10:15:03.859Z] [2019-12-21T10:15:03.859Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:03.859Z] #45 144.5 encoding/json [2019-12-21T10:15:03.859Z] #45 146.0 go/ast [2019-12-21T10:15:03.859Z] #45 154.2 text/template [2019-12-21T10:15:03.859Z] #45 ... [2019-12-21T10:15:03.859Z] [2019-12-21T10:15:03.859Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:15:03.859Z] #53 DONE 0.3s [2019-12-21T10:15:03.859Z] [2019-12-21T10:15:03.859Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-21T10:15:03.859Z] #54 DONE 0.1s [2019-12-21T10:15:03.859Z] [2019-12-21T10:15:03.859Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:03.859Z] #42 71.80 DEP compel/plugins/std/fds.d [2019-12-21T10:15:03.859Z] #42 72.06 DEP compel/plugins/std/std.d [2019-12-21T10:15:03.859Z] #42 72.25 DEP compel/plugins/shmem/shmem.d [2019-12-21T10:15:03.859Z] #42 72.46 DEP compel/plugins/fds/fds.d [2019-12-21T10:15:03.859Z] #42 72.81 CC compel/plugins/std/std.o [2019-12-21T10:15:03.859Z] #42 73.45 CC compel/plugins/std/fds.o [2019-12-21T10:15:04.337Z] #50 ... [2019-12-21T10:15:04.338Z] [2019-12-21T10:15:04.338Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-21T10:15:04.338Z] #42 DONE 0.1s [2019-12-21T10:15:04.489Z] #42 ... [2019-12-21T10:15:04.489Z] [2019-12-21T10:15:04.489Z] #12 [dev 1/24] RUN groupadd -r docker [2019-12-21T10:15:04.489Z] #12 DONE 0.9s [2019-12-21T10:15:04.489Z] [2019-12-21T10:15:04.489Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:04.489Z] #42 74.15 CC compel/plugins/std/log.o [2019-12-21T10:15:04.595Z] [2019-12-21T10:15:04.595Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-21T10:15:04.595Z] #45 DONE 0.1s [2019-12-21T10:15:04.595Z] [2019-12-21T10:15:04.595Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:04.853Z] #59 ... [2019-12-21T10:15:04.853Z] [2019-12-21T10:15:04.853Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-21T10:15:04.853Z] #48 DONE 0.2s [2019-12-21T10:15:04.853Z] [2019-12-21T10:15:04.853Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:05.119Z] #42 ... [2019-12-21T10:15:05.119Z] [2019-12-21T10:15:05.119Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-21T10:15:05.119Z] #13 DONE 0.4s [2019-12-21T10:15:05.119Z] [2019-12-21T10:15:05.119Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:05.119Z] #55 0.323 + RM_GOPATH=0 [2019-12-21T10:15:05.119Z] #55 0.324 + TMP_GOPATH= [2019-12-21T10:15:05.119Z] #55 0.324 + : /build [2019-12-21T10:15:05.119Z] #55 0.324 + '[' -z '' ']' [2019-12-21T10:15:05.119Z] #55 0.325 ++ mktemp -d [2019-12-21T10:15:05.119Z] #55 0.331 + export GOPATH=/tmp/tmp.0M1l9RGTFv [2019-12-21T10:15:05.119Z] #55 0.337 + GOPATH=/tmp/tmp.0M1l9RGTFv [2019-12-21T10:15:05.119Z] #55 0.337 + RM_GOPATH=1 [2019-12-21T10:15:05.119Z] #55 0.340 ++ dirname ./install.sh [2019-12-21T10:15:05.119Z] #55 0.342 + dir=. [2019-12-21T10:15:05.119Z] #55 0.342 + bin=runc [2019-12-21T10:15:05.119Z] #55 0.342 + shift [2019-12-21T10:15:05.119Z] #55 0.342 + '[' '!' -f ./runc.installer ']' [2019-12-21T10:15:05.119Z] #55 0.343 + . ./runc.installer [2019-12-21T10:15:05.119Z] #55 0.344 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:15:05.119Z] #55 0.350 + install_runc [2019-12-21T10:15:05.119Z] #55 0.353 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-21T10:15:05.119Z] #55 0.358 + uname -r [2019-12-21T10:15:05.119Z] #55 0.368 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-21T10:15:05.119Z] #55 0.377 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-21T10:15:05.119Z] #55 0.378 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-21T10:15:05.119Z] #55 0.378 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.0M1l9RGTFv/src/github.com/opencontainers/runc [2019-12-21T10:15:05.119Z] #55 0.386 Cloning into '/tmp/tmp.0M1l9RGTFv/src/github.com/opencontainers/runc'... [2019-12-21T10:15:05.119Z] #55 ... [2019-12-21T10:15:05.119Z] [2019-12-21T10:15:05.119Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-21T10:15:05.119Z] #14 0.277 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-21T10:15:05.119Z] #14 DONE 0.4s [2019-12-21T10:15:05.409Z] [2019-12-21T10:15:05.409Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-21T10:15:05.698Z] #15 DONE 0.4s [2019-12-21T10:15:05.698Z] [2019-12-21T10:15:05.698Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-21T10:15:05.988Z] #16 DONE 0.4s [2019-12-21T10:15:05.988Z] [2019-12-21T10:15:05.988Z] #17 [dev 6/24] RUN ldconfig [2019-12-21T10:15:06.304Z] #17 DONE 0.4s [2019-12-21T10:15:06.304Z] [2019-12-21T10:15:06.304Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:06.304Z] #42 75.84 CC compel/plugins/std/string.o [2019-12-21T10:15:06.749Z] #50 DONE 317.2s [2019-12-21T10:15:06.749Z] [2019-12-21T10:15:06.749Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:06.925Z] Commit message: "Merge commit '36cf709abdf820cc04b8a61bbc3724644924237b' into HEAD" [2019-12-21T10:15:07.080Z] --- PASS: TestConfigInspect (3.20s) [2019-12-21T10:15:07.080Z] === RUN TestConfigCreateWithLabels [2019-12-21T10:15:06.951Z] > git rev-list --no-walk 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 # timeout=10 [2019-12-21T10:15:07.336Z] #42 76.99 CC compel/plugins/std/infect.o [Pipeline] withEnv [2019-12-21T10:15:08.120Z] #59 ... [2019-12-21T10:15:08.120Z] [2019-12-21T10:15:08.120Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-21T10:15:08.367Z] #42 77.82 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-12-21T10:15:08.367Z] #42 77.90 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-12-21T10:15:08.367Z] #42 77.99 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-12-21T10:15:08.367Z] #42 78.07 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-12-21T10:15:08.377Z] #51 DONE 0.2s [2019-12-21T10:15:08.377Z] [2019-12-21T10:15:08.377Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-21T10:15:08.377Z] #55 DONE 0.1s [2019-12-21T10:15:08.377Z] [2019-12-21T10:15:08.377Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:08.659Z] #42 78.22 AR compel/plugins/std.lib.a [2019-12-21T10:15:08.659Z] #42 78.37 CC compel/plugins/fds/fds.o [2019-12-21T10:15:09.290Z] #42 78.87 AR compel/plugins/fds.lib.a [2019-12-21T10:15:09.581Z] #42 78.98 HOSTDEP compel/src/lib/log-host.d [2019-12-21T10:15:09.871Z] #42 79.30 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-21T10:15:10.162Z] #42 79.59 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-12-21T10:15:10.162Z] #42 79.86 HOSTDEP compel/src/main-host.d [2019-12-21T10:15:10.293Z] + docker version [2019-12-21T10:15:10.367Z] --- PASS: TestConfigCreateWithLabels (3.17s) [2019-12-21T10:15:10.367Z] === RUN TestConfigCreateResolve [2019-12-21T10:15:10.607Z] #42 80.18 DEP compel/src/lib/ptrace.d [2019-12-21T10:15:10.899Z] #42 80.42 DEP compel/src/lib/infect.d [2019-12-21T10:15:11.192Z] #42 80.70 DEP compel/src/lib/infect-util.d [2019-12-21T10:15:11.192Z] #42 80.97 DEP compel/src/lib/infect-rpc.d [2019-12-21T10:15:11.827Z] #42 81.28 DEP compel/arch/ppc64/src/lib/infect.d [2019-12-21T10:15:11.827Z] #42 81.53 DEP compel/arch/ppc64/src/lib/cpu.d [2019-12-21T10:15:12.117Z] #42 81.74 DEP compel/src/lib/log.d [2019-12-21T10:15:12.410Z] #42 81.94 DEP compel/src/main.d [2019-12-21T10:15:12.709Z] #42 82.21 DEP compel/src/lib/handle-elf.d [2019-12-21T10:15:13.032Z] #42 82.52 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-12-21T10:15:13.322Z] #42 82.86 CC compel/src/lib/log.o [2019-12-21T10:15:13.653Z] --- PASS: TestConfigCreateResolve (3.18s) [2019-12-21T10:15:13.653Z] === RUN TestConfigDaemonLibtrustID [2019-12-21T10:15:13.913Z] --- PASS: TestConfigDaemonLibtrustID (0.63s) [2019-12-21T10:15:13.913Z] PASS [2019-12-21T10:15:13.913Z] [2019-12-21T10:15:13.913Z] DONE 8 tests in 23.534s [2019-12-21T10:15:13.913Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-12-21T10:15:13.913Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:15:13.913Z] ++ set -e [2019-12-21T10:15:13.913Z] ++ '[' -n 0 ']' [2019-12-21T10:15:13.913Z] ++ set -x [2019-12-21T10:15:13.913Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:15:13.952Z] #42 83.41 CC compel/arch/ppc64/src/lib/cpu.o [2019-12-21T10:15:14.172Z] INFO: Testing against a local daemon [2019-12-21T10:15:14.172Z] === RUN TestCheckpoint [2019-12-21T10:15:14.172Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-21T10:15:14.172Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:15:14.172Z] === RUN TestContainerInvalidJSON [2019-12-21T10:15:14.172Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:15:14.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:15:14.172Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:15:14.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:15:14.172Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:15:14.172Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:15:14.172Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:15:14.172Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:15:14.172Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:15:14.172Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-12-21T10:15:14.172Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-21T10:15:14.172Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-21T10:15:14.172Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-21T10:15:14.172Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-21T10:15:14.172Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-12-21T10:15:14.172Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-21T10:15:14.431Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-12-21T10:15:14.431Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-21T10:15:14.431Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-12-21T10:15:14.431Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-21T10:15:14.590Z] #42 84.07 CC compel/arch/ppc64/src/lib/infect.o [2019-12-21T10:15:14.689Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-12-21T10:15:14.689Z] === RUN TestCopyFromContainer [2019-12-21T10:15:15.621Z] #42 ... [2019-12-21T10:15:15.621Z] [2019-12-21T10:15:15.621Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:15.621Z] #45 166.3 go/parser [2019-12-21T10:15:16.025Z] #73 exporting layers 52.6s done [2019-12-21T10:15:16.025Z] #73 exporting manifest sha256:b128d05ce230f49b38c6d4d1e8b918fab890bb697de57f05405850d094cb0aac 0.0s done [2019-12-21T10:15:16.025Z] #73 exporting config sha256:692342ffc0197aa83b21f73bdaf761bf64f9b546a5d015d35c45df9a9395459a done [2019-12-21T10:15:16.025Z] #73 sending tarball [2019-12-21T10:15:16.593Z] === RUN TestCopyFromContainer// [2019-12-21T10:15:16.593Z] === RUN TestCopyFromContainer//bar/root [2019-12-21T10:15:16.593Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-21T10:15:16.653Z] #45 ... [2019-12-21T10:15:16.653Z] [2019-12-21T10:15:16.653Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:15:16.653Z] #18 0.811 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-21T10:15:16.653Z] #18 0.903 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-21T10:15:16.653Z] #18 1.106 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-21T10:15:16.653Z] #18 1.242 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-21T10:15:16.653Z] #18 1.396 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-21T10:15:16.653Z] #18 2.263 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [491 kB] [2019-12-21T10:15:16.653Z] #18 4.380 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-21T10:15:16.653Z] #18 5.704 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-21T10:15:16.653Z] #18 ... [2019-12-21T10:15:16.653Z] [2019-12-21T10:15:16.653Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:16.653Z] #55 12.32 + cd /tmp/tmp.0M1l9RGTFv/src/github.com/opencontainers/runc [2019-12-21T10:15:16.653Z] #55 12.32 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-21T10:15:16.853Z] === RUN TestCopyFromContainer/bar/quux [2019-12-21T10:15:16.853Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-21T10:15:16.946Z] #55 13.13 + '[' -z '' ']' [2019-12-21T10:15:16.946Z] #55 13.13 + target=static [2019-12-21T10:15:16.946Z] #55 13.13 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-21T10:15:17.112Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-21T10:15:17.112Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-21T10:15:17.371Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-21T10:15:17.371Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-21T10:15:17.631Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer (3.06s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-12-21T10:15:17.631Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-12-21T10:15:17.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-21T10:15:17.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:15:17.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:15:17.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:15:17.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:15:17.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:15:17.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:15:17.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:15:17.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:15:17.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:15:17.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-12-21T10:15:17.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-21T10:15:17.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-21T10:15:17.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-21T10:15:17.631Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-21T10:15:17.631Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-12-21T10:15:17.631Z] === RUN TestCreateWithInvalidEnv [2019-12-21T10:15:17.890Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-21T10:15:17.890Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-21T10:15:17.890Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-21T10:15:17.890Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-21T10:15:17.890Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-21T10:15:17.890Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-21T10:15:17.890Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-21T10:15:17.890Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-21T10:15:17.890Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-21T10:15:17.890Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-12-21T10:15:17.890Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-21T10:15:17.890Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-12-21T10:15:17.890Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-21T10:15:17.890Z] === RUN TestCreateTmpfsMountsTarget [2019-12-21T10:15:17.890Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-12-21T10:15:17.890Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-21T10:15:19.028Z] #73 ... [2019-12-21T10:15:19.028Z] [2019-12-21T10:15:19.028Z] #74 importing to docker [2019-12-21T10:15:19.028Z] #74 ... [2019-12-21T10:15:19.028Z] [2019-12-21T10:15:19.028Z] #73 exporting to oci image format [2019-12-21T10:15:19.028Z] #73 sending tarball 9.6s done [2019-12-21T10:15:19.028Z] #73 DONE 62.2s [2019-12-21T10:15:19.028Z] [2019-12-21T10:15:19.028Z] #74 importing to docker [2019-12-21T10:15:19.680Z] #55 15.79 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-21T10:15:19.795Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2019-12-21T10:15:19.795Z] === RUN TestCreateWithCapabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:15:20.054Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:15:20.054Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-12-21T10:15:20.054Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-12-21T10:15:20.054Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.34s) [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:15:22.601Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:15:22.601Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:15:22.601Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:15:22.601Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:15:22.601Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:15:22.601Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:15:22.601Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:15:22.601Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:15:22.601Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:15:22.601Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:15:22.601Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2019-12-21T10:15:22.601Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-12-21T10:15:22.601Z] === RUN TestContainerStartOnDaemonRestart [2019-12-21T10:15:22.601Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-21T10:15:22.601Z] === RUN TestDaemonRestartIpcMode [2019-12-21T10:15:22.601Z] === PAUSE TestDaemonRestartIpcMode [2019-12-21T10:15:22.601Z] === RUN TestDiff [2019-12-21T10:15:23.538Z] --- PASS: TestDiff (0.77s) [2019-12-21T10:15:23.538Z] === RUN TestExecWithCloseStdin [2019-12-21T10:15:24.106Z] --- PASS: TestExecWithCloseStdin (0.89s) [2019-12-21T10:15:24.106Z] === RUN TestExec [2019-12-21T10:15:24.156Z] #55 ... [2019-12-21T10:15:24.156Z] [2019-12-21T10:15:24.156Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:24.156Z] #63 175.0 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-21T10:15:24.156Z] #63 175.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-21T10:15:25.044Z] --- PASS: TestExec (0.90s) [2019-12-21T10:15:25.044Z] === RUN TestExecUser [2019-12-21T10:15:25.981Z] --- PASS: TestExecUser (0.89s) [2019-12-21T10:15:25.981Z] === RUN TestExportContainerAndImportImage [2019-12-21T10:15:26.220Z] #63 ... [2019-12-21T10:15:26.220Z] [2019-12-21T10:15:26.220Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:26.220Z] #42 85.45 CC compel/src/lib/infect-rpc.o [2019-12-21T10:15:26.220Z] #42 86.18 CC compel/src/lib/infect-util.o [2019-12-21T10:15:26.220Z] #42 86.94 CC compel/src/lib/infect.o [2019-12-21T10:15:26.220Z] #42 92.38 CC compel/src/lib/ptrace.o [2019-12-21T10:15:26.220Z] #42 93.24 AR compel/libcompel.a [2019-12-21T10:15:26.220Z] #42 93.36 HOSTCC compel/src/main-host.o [2019-12-21T10:15:26.220Z] #42 94.11 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-12-21T10:15:26.220Z] #42 94.48 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-21T10:15:26.220Z] #42 95.37 HOSTCC compel/src/lib/log-host.o [2019-12-21T10:15:26.220Z] #42 95.81 HOSTLINK compel/compel-host-bin [2019-12-21T10:15:26.511Z] #42 95.99 DEP soccr/soccr.d [2019-12-21T10:15:26.801Z] #42 96.37 CC soccr/soccr.o [2019-12-21T10:15:27.358Z] --- PASS: TestExportContainerAndImportImage (1.22s) [2019-12-21T10:15:27.358Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-21T10:15:29.262Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2019-12-21T10:15:29.263Z] === RUN TestHealthCheckWorkdir [2019-12-21T10:15:29.539Z] #42 ... [2019-12-21T10:15:29.539Z] [2019-12-21T10:15:29.539Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:29.539Z] #45 169.9 encoding/xml [2019-12-21T10:15:29.539Z] #45 180.2 go/doc [2019-12-21T10:15:29.539Z] #45 ... [2019-12-21T10:15:29.539Z] [2019-12-21T10:15:29.539Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:15:29.539Z] #18 17.88 Fetched 7731 kB in 17s (446 kB/s) [2019-12-21T10:15:29.846Z] #18 17.88 Reading package lists... [2019-12-21T10:15:30.136Z] #18 ... [2019-12-21T10:15:30.136Z] [2019-12-21T10:15:30.136Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:30.136Z] #42 99.65 AR soccr/libsoccr.a [2019-12-21T10:15:30.136Z] #42 99.72 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:15:30.199Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2019-12-21T10:15:30.199Z] === RUN TestHealthKillContainer [2019-12-21T10:15:30.291Z] #59 278.5 + bin/containerd-stress [2019-12-21T10:15:30.766Z] #42 100.3 DEP criu/arch/ppc64/sigframe.d [2019-12-21T10:15:31.056Z] #42 100.6 DEP criu/arch/ppc64/crtools.d [2019-12-21T10:15:31.345Z] #42 101.0 DEP criu/arch/ppc64/cpu.d [2019-12-21T10:15:31.382Z] Client: Docker Engine - Enterprise [2019-12-21T10:15:31.382Z] Version: 19.03.2 [2019-12-21T10:15:31.382Z] API version: 1.40 [2019-12-21T10:15:31.382Z] Go version: go1.12.8 [2019-12-21T10:15:31.382Z] Git commit: c92ab06ed9 [2019-12-21T10:15:31.382Z] Built: 09/03/2019 16:38:11 [2019-12-21T10:15:31.382Z] OS/Arch: windows/amd64 [2019-12-21T10:15:31.382Z] Experimental: false [2019-12-21T10:15:31.382Z] [2019-12-21T10:15:31.382Z] Server: Docker Engine - Enterprise [2019-12-21T10:15:31.382Z] Engine: [2019-12-21T10:15:31.382Z] Version: 19.03.2 [2019-12-21T10:15:31.382Z] API version: 1.40 (minimum version 1.24) [2019-12-21T10:15:31.382Z] Go version: go1.12.8 [2019-12-21T10:15:31.382Z] Git commit: c92ab06ed9 [2019-12-21T10:15:31.382Z] Built: 09/03/2019 16:35:47 [2019-12-21T10:15:31.382Z] OS/Arch: windows/amd64 [2019-12-21T10:15:31.382Z] Experimental: true [2019-12-21T10:15:31.661Z] #59 280.3 + bin/containerd-shim [2019-12-21T10:15:31.974Z] #42 101.6 CC criu/arch/ppc64/cpu.o [Pipeline] sh [2019-12-21T10:15:32.903Z] + docker info [2019-12-21T10:15:33.006Z] #42 102.6 CC criu/arch/ppc64/crtools.o [2019-12-21T10:15:33.485Z] --- PASS: TestHealthKillContainer (3.00s) [2019-12-21T10:15:33.485Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-21T10:15:34.052Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2019-12-21T10:15:34.052Z] === RUN TestIpcModeNone [2019-12-21T10:15:34.991Z] --- PASS: TestIpcModeNone (0.87s) [2019-12-21T10:15:34.991Z] === RUN TestIpcModePrivate [2019-12-21T10:15:35.723Z] #42 105.2 CC criu/arch/ppc64/sigframe.o [2019-12-21T10:15:35.929Z] --- PASS: TestIpcModePrivate (0.87s) [2019-12-21T10:15:35.929Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:100, shared: false, mustBeShared: false [2019-12-21T10:15:35.929Z] === RUN TestIpcModeShareable [2019-12-21T10:15:36.360Z] #42 105.8 LINK criu/arch/ppc64/crtools.built-in.o [2019-12-21T10:15:36.360Z] #42 105.9 DEP criu/arch/ppc64/misc.d [2019-12-21T10:15:36.360Z] #42 105.9 DEP criu/arch/ppc64/vdso-trampoline.d [2019-12-21T10:15:36.360Z] #42 106.0 DEP criu/arch/ppc64/vdso-pie.d [2019-12-21T10:15:36.663Z] #42 ... [2019-12-21T10:15:36.663Z] [2019-12-21T10:15:36.663Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:15:36.663Z] #63 DONE 187.4s [2019-12-21T10:15:36.663Z] [2019-12-21T10:15:36.663Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:36.663Z] #45 182.3 math/big [2019-12-21T10:15:36.663Z] #45 ... [2019-12-21T10:15:36.663Z] [2019-12-21T10:15:36.663Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-21T10:15:36.663Z] #64 DONE 0.1s [2019-12-21T10:15:36.663Z] [2019-12-21T10:15:36.663Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:36.663Z] #42 106.2 DEP criu/pie/parasite-vdso.d [2019-12-21T10:15:36.866Z] --- PASS: TestIpcModeShareable (0.93s) [2019-12-21T10:15:36.866Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2019-12-21T10:15:36.866Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-21T10:15:36.953Z] #42 106.6 DEP criu/pie/util-vdso.d [2019-12-21T10:15:37.581Z] #42 107.1 DEP criu/pie/util.d [2019-12-21T10:15:38.211Z] #42 107.7 CC criu/pie/util.o [2019-12-21T10:15:39.244Z] #42 108.5 CC criu/pie/util-vdso.o [2019-12-21T10:15:39.399Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2019-12-21T10:15:39.399Z] === RUN TestAPIIpcModeHost [2019-12-21T10:15:39.763Z] #59 286.8 + bin/containerd-shim-runc-v1 [2019-12-21T10:15:39.968Z] --- PASS: TestAPIIpcModeHost (0.63s) [2019-12-21T10:15:39.968Z] === RUN TestDaemonIpcModeShareable [2019-12-21T10:15:40.275Z] #42 109.6 CC criu/pie/parasite-vdso.o [2019-12-21T10:15:40.275Z] #42 ... [2019-12-21T10:15:40.275Z] [2019-12-21T10:15:40.275Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:15:40.275Z] #18 23.90 Reading package lists... [2019-12-21T10:15:40.275Z] #18 30.68 Building dependency tree... [2019-12-21T10:15:40.275Z] #18 33.29 The following additional packages will be installed: [2019-12-21T10:15:40.275Z] #18 33.29 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-21T10:15:40.275Z] #18 33.29 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-21T10:15:40.275Z] #18 33.29 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-21T10:15:40.275Z] #18 33.30 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-21T10:15:40.275Z] #18 33.30 python3.5 python3.5-minimal vim-runtime xxd [2019-12-21T10:15:40.275Z] #18 33.31 Suggested packages: [2019-12-21T10:15:40.275Z] #18 33.31 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-21T10:15:40.275Z] #18 33.31 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-21T10:15:40.275Z] #18 33.31 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-21T10:15:40.275Z] #18 33.31 quota [2019-12-21T10:15:40.275Z] #18 33.31 Recommended packages: [2019-12-21T10:15:40.275Z] #18 33.31 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-21T10:15:40.275Z] #18 33.31 python3-keyrings.alt python3-xdg unzip [2019-12-21T10:15:41.304Z] #18 ... [2019-12-21T10:15:41.304Z] [2019-12-21T10:15:41.304Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:41.304Z] #42 110.8 CC criu/arch/ppc64/vdso-pie.o [2019-12-21T10:15:41.658Z] #59 289.9 + bin/containerd-shim-runc-v2 [2019-12-21T10:15:41.873Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2019-12-21T10:15:41.873Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-12-21T10:15:41.873Z] === RUN TestDaemonIpcModePrivate [2019-12-21T10:15:41.935Z] #42 111.5 CC criu/arch/ppc64/vdso-trampoline.o [2019-12-21T10:15:41.936Z] #42 111.6 CC criu/arch/ppc64/misc.o [2019-12-21T10:15:41.936Z] #42 111.6 AR criu/pie/pie.lib.a [2019-12-21T10:15:42.222Z] #59 290.7 + binaries [2019-12-21T10:15:42.222Z] #59 290.7 + mkdir -p /build [2019-12-21T10:15:42.222Z] #59 290.7 + cp bin/containerd /build/containerd [2019-12-21T10:15:42.222Z] #59 290.7 + cp bin/containerd-shim /build/containerd-shim [2019-12-21T10:15:42.222Z] #59 290.7 + cp bin/ctr /build/ctr [2019-12-21T10:15:42.224Z] #42 111.8 DEP criu/pie/restorer.d [2019-12-21T10:15:42.776Z] #74 DONE 22.4s [2019-12-21T10:15:42.785Z] #59 DONE 291.3s [2019-12-21T10:15:42.871Z] #42 112.3 DEP criu/arch/ppc64/restorer.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-21T10:15:43.160Z] #42 112.7 DEP criu/pie/parasite.d [2019-12-21T10:15:43.717Z] [2019-12-21T10:15:43.717Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-21T10:15:43.777Z] --- PASS: TestDaemonIpcModePrivate (1.80s) [2019-12-21T10:15:43.777Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-12-21T10:15:43.777Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-21T10:15:43.787Z] #42 113.3 CC criu/pie/parasite.o [2019-12-21T10:15:43.939Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/test/unit [2019-12-21T10:15:43.974Z] #60 DONE 0.2s [2019-12-21T10:15:43.974Z] [2019-12-21T10:15:43.974Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-21T10:15:44.231Z] #64 DONE 0.3s [2019-12-21T10:15:44.231Z] [2019-12-21T10:15:44.231Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-21T10:15:44.488Z] #66 DONE 0.2s [2019-12-21T10:15:44.488Z] [2019-12-21T10:15:44.488Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-21T10:15:44.488Z] #69 DONE 0.1s [2019-12-21T10:15:44.488Z] [2019-12-21T10:15:44.488Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-21T10:15:44.488Z] #70 DONE 0.0s [2019-12-21T10:15:44.488Z] [2019-12-21T10:15:44.488Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-21T10:15:45.685Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2019-12-21T10:15:45.685Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-12-21T10:15:45.685Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-21T10:15:46.516Z] #42 116.0 LINK criu/pie/parasite.built-in.o [2019-12-21T10:15:46.516Z] #42 116.0 GEN criu/pie/parasite-blob.h [2019-12-21T10:15:46.516Z] #42 116.1 CC criu/arch/ppc64/restorer.o [2019-12-21T10:15:46.805Z] #42 ... [2019-12-21T10:15:46.805Z] [2019-12-21T10:15:46.805Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:15:46.805Z] #18 36.97 The following NEW packages will be installed: [2019-12-21T10:15:46.805Z] #18 36.98 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-21T10:15:46.805Z] #18 36.98 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-21T10:15:46.805Z] #18 36.98 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-21T10:15:46.805Z] #18 36.98 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-21T10:15:46.805Z] #18 36.98 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-21T10:15:46.805Z] #18 36.98 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-21T10:15:46.805Z] #18 36.99 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-21T10:15:46.805Z] #18 36.99 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-21T10:15:46.805Z] #18 37.19 0 upgraded, 46 newly installed, 0 to remove and 4 not upgraded. [2019-12-21T10:15:46.805Z] #18 37.19 Need to get 17.5 MB of archives. [2019-12-21T10:15:46.805Z] #18 37.19 After this operation, 89.1 MB of additional disk space will be used. [2019-12-21T10:15:46.805Z] #18 37.19 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-12-21T10:15:46.805Z] #18 37.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-12-21T10:15:46.805Z] #18 37.27 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-12-21T10:15:46.805Z] #18 37.27 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-12-21T10:15:46.805Z] #18 37.36 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-12-21T10:15:46.805Z] #18 37.60 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-12-21T10:15:46.806Z] #18 37.61 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-12-21T10:15:46.806Z] #18 37.62 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-12-21T10:15:46.806Z] #18 37.88 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-12-21T10:15:46.806Z] #18 37.92 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-12-21T10:15:46.806Z] #18 37.92 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-12-21T10:15:46.806Z] #18 37.93 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-12-21T10:15:46.806Z] #18 37.94 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-12-21T10:15:46.806Z] #18 37.95 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-12-21T10:15:46.806Z] #18 37.97 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-12-21T10:15:46.806Z] #18 37.98 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-12-21T10:15:46.806Z] #18 38.00 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-12-21T10:15:46.806Z] #18 38.01 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-12-21T10:15:46.806Z] #18 38.02 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-12-21T10:15:46.806Z] #18 38.05 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-21T10:15:46.806Z] #18 38.07 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-21T10:15:46.806Z] #18 38.10 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-12-21T10:15:46.806Z] #18 38.11 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-12-21T10:15:46.806Z] #18 38.12 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-12-21T10:15:46.806Z] #18 38.15 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-12-21T10:15:46.806Z] #18 38.17 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-12-21T10:15:46.806Z] #18 38.19 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-12-21T10:15:46.806Z] #18 38.22 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-12-21T10:15:46.806Z] #18 38.23 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-12-21T10:15:46.806Z] #18 38.24 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-12-21T10:15:46.806Z] #18 38.25 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-12-21T10:15:46.806Z] #18 38.26 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-12-21T10:15:46.806Z] #18 38.26 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-12-21T10:15:46.806Z] #18 38.29 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-12-21T10:15:46.806Z] #18 38.31 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-21T10:15:46.806Z] #18 38.49 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-21T10:15:46.806Z] #18 38.51 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-21T10:15:46.806Z] #18 38.53 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-12-21T10:15:46.806Z] #18 38.57 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-21T10:15:46.806Z] #18 38.59 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-12-21T10:15:46.806Z] #18 38.64 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-21T10:15:46.806Z] #18 39.14 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-12-21T10:15:46.806Z] #18 39.23 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-12-21T10:15:46.806Z] #18 39.32 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-12-21T10:15:46.806Z] #18 39.34 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-12-21T10:15:46.806Z] #18 39.35 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-12-21T10:15:46.806Z] #18 40.47 debconf: delaying package configuration, since apt-utils is not installed [2019-12-21T10:15:47.011Z] #71 DONE 2.2s [2019-12-21T10:15:47.011Z] [2019-12-21T10:15:47.011Z] #72 exporting to image [2019-12-21T10:15:47.011Z] #72 exporting layers [2019-12-21T10:15:47.096Z] #18 40.58 Fetched 17.5 MB in 2s (7494 kB/s) [2019-12-21T10:15:47.096Z] #18 40.71 Selecting previously unselected package bash-completion. [2019-12-21T10:15:47.235Z] ? github.com/docker/docker/api [no test files] [2019-12-21T10:15:47.385Z] #18 40.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23261 files and directories currently installed.) [2019-12-21T10:15:47.385Z] #18 40.85 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-21T10:15:47.588Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2019-12-21T10:15:47.588Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-12-21T10:15:47.588Z] === RUN TestIpcModeOlderClient [2019-12-21T10:15:47.588Z] === PAUSE TestIpcModeOlderClient [2019-12-21T10:15:47.588Z] === RUN TestKillContainerInvalidSignal [2019-12-21T10:15:48.156Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2019-12-21T10:15:48.156Z] === RUN TestKillContainer [2019-12-21T10:15:48.156Z] === RUN TestKillContainer/no_signal [2019-12-21T10:15:49.093Z] === RUN TestKillContainer/non_killing_signal [2019-12-21T10:15:49.352Z] === RUN TestKillContainer/killing_signal [2019-12-21T10:15:49.516Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 1m51.008128086s [2019-12-21T10:15:49.516Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.6869ms [2019-12-21T10:15:50.288Z] --- PASS: TestKillContainer (2.30s) [2019-12-21T10:15:50.288Z] --- PASS: TestKillContainer/no_signal (0.75s) [2019-12-21T10:15:50.288Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2019-12-21T10:15:50.288Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2019-12-21T10:15:50.288Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-21T10:15:50.288Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-21T10:15:51.226Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-21T10:15:52.167Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2019-12-21T10:15:52.167Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2019-12-21T10:15:52.167Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2019-12-21T10:15:52.167Z] === RUN TestKillStoppedContainer [2019-12-21T10:15:52.167Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-12-21T10:15:52.167Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-21T10:15:52.167Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-12-21T10:15:52.167Z] === RUN TestKillDifferentUserContainer [2019-12-21T10:15:52.954Z] #18 46.33 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-21T10:15:53.104Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2019-12-21T10:15:53.104Z] === RUN TestInspectOomKilledTrue [2019-12-21T10:15:53.104Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-12-21T10:15:53.104Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:15:53.104Z] === RUN TestInspectOomKilledFalse [2019-12-21T10:15:53.104Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-21T10:15:53.104Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:15:53.104Z] === RUN TestLinksEtcHostsContentMatch [2019-12-21T10:15:53.564Z] #72 exporting layers 6.0s done [2019-12-21T10:15:53.564Z] #72 writing image sha256:71c69d50fdc1d3d2e41ca06bf871b7613e1091c86d29e974455d6178768f97b3 done [2019-12-21T10:15:53.564Z] #72 naming to docker.io/library/docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 done [2019-12-21T10:15:53.564Z] #72 DONE 6.0s [Pipeline] } [Pipeline] // stage [2019-12-21T10:15:53.582Z] #18 47.13 Selecting previously unselected package libnet1:ppc64el. [2019-12-21T10:15:53.582Z] #18 47.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-21T10:15:53.582Z] #18 47.15 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-21T10:15:53.582Z] #18 47.30 Selecting previously unselected package libnfnetlink0:ppc64el. [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-12-21T10:15:53.672Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-12-21T10:15:53.672Z] === RUN TestLinksContainerNames [2019-12-21T10:15:53.870Z] #18 47.31 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-12-21T10:15:53.870Z] #18 47.32 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-12-21T10:15:53.870Z] #18 47.44 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-12-21T10:15:53.870Z] #18 47.44 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-21T10:15:53.870Z] #18 47.45 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-12-21T10:15:54.895Z] #18 48.25 Selecting previously unselected package python3.5-minimal. [2019-12-21T10:15:54.895Z] #18 48.25 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-21T10:15:54.895Z] #18 48.28 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:15:54.895Z] #18 ... [2019-12-21T10:15:54.895Z] [2019-12-21T10:15:54.895Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:15:54.895Z] #45 195.6 github.com/LK4D4/vndr/build [2019-12-21T10:15:54.895Z] #45 200.6 vendor/golang.org/x/text/unicode/norm [2019-12-21T10:15:54.895Z] #45 ... [2019-12-21T10:15:54.895Z] [2019-12-21T10:15:54.895Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:15:54.895Z] #42 117.1 CC criu/pie/restorer.o [2019-12-21T10:15:54.895Z] #42 123.1 LINK criu/pie/restorer.built-in.o [2019-12-21T10:15:54.895Z] #42 123.2 GEN criu/pie/restorer-blob.h [2019-12-21T10:15:54.895Z] #42 123.5 DEP criu/vdso.d [2019-12-21T10:15:54.895Z] #42 124.0 DEP criu/uts_ns.d [2019-12-21T10:15:54.895Z] #42 124.3 DEP criu/util.d [2019-12-21T10:15:55.049Z] --- PASS: TestLinksContainerNames (1.50s) [2019-12-21T10:15:55.049Z] === RUN TestLogsFollowTailEmpty [2019-12-21T10:15:55.183Z] #42 124.8 DEP criu/uffd.d [2019-12-21T10:15:55.540Z] [2019-12-21T10:15:55.540Z] Removing bundles/ [2019-12-21T10:15:55.540Z] [2019-12-21T10:15:55.540Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-12-21T10:15:55.540Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:15:55.540Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:15:55.812Z] #42 125.4 DEP criu/tun.d [2019-12-21T10:15:55.987Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2019-12-21T10:15:55.987Z] === RUN TestContainerNetworkMountsNoChown [2019-12-21T10:15:56.102Z] #42 ... [2019-12-21T10:15:56.102Z] [2019-12-21T10:15:56.102Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:15:56.102Z] #18 49.64 Selecting previously unselected package python3-minimal. [2019-12-21T10:15:56.102Z] #18 49.65 Preparing to unpack .../05-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-12-21T10:15:56.102Z] #18 49.67 Unpacking python3-minimal (3.5.3-1) ... [2019-12-21T10:15:56.393Z] #18 49.81 Selecting previously unselected package libmpdec2:ppc64el. [2019-12-21T10:15:56.393Z] #18 49.82 Preparing to unpack .../06-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-12-21T10:15:56.393Z] #18 49.83 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-12-21T10:15:56.393Z] #18 49.97 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-12-21T10:15:56.393Z] #18 49.97 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-21T10:15:56.393Z] #18 49.98 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-12-21T10:15:56.554Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2019-12-21T10:15:56.554Z] === RUN TestMountDaemonRoot [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/default [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/default [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/private [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/private [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rprivate [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/slave [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/slave [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rslave [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/shared [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/shared [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rshared [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-21T10:15:56.813Z] === CONT TestMountDaemonRoot/default [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-21T10:15:56.813Z] === CONT TestMountDaemonRoot/rslave [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:15:56.813Z] === CONT TestMountDaemonRoot/rshared [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:15:56.813Z] === CONT TestMountDaemonRoot/rprivate [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:15:56.813Z] === CONT TestMountDaemonRoot/slave [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:15:56.813Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-21T10:15:56.813Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/private [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/shared [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-21T10:15:56.814Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:15:56.814Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-21T10:15:56.814Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-21T10:15:57.072Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-21T10:15:57.073Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-12-21T10:15:57.073Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-12-21T10:15:57.073Z] === RUN TestContainerBindMountNonRecursive [2019-12-21T10:15:58.460Z] #18 51.91 Selecting previously unselected package python3.5. [2019-12-21T10:15:58.460Z] #18 51.92 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-21T10:15:58.460Z] #18 51.93 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:15:58.460Z] #18 52.12 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-12-21T10:15:58.750Z] #18 52.13 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-12-21T10:15:58.750Z] #18 52.14 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-12-21T10:15:58.750Z] #18 52.23 Selecting previously unselected package dh-python. [2019-12-21T10:15:58.750Z] #18 52.24 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-21T10:15:58.750Z] #18 52.24 Unpacking dh-python (2.20170125) ... [2019-12-21T10:15:58.977Z] --- PASS: TestContainerBindMountNonRecursive (1.89s) [2019-12-21T10:15:58.978Z] === RUN TestNetworkNat [2019-12-21T10:15:59.041Z] #18 52.48 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-12-21T10:15:59.041Z] #18 52.51 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-21T10:15:59.921Z] --- PASS: TestNetworkNat (0.93s) [2019-12-21T10:15:59.921Z] === RUN TestNetworkLocalhostTCPNat [2019-12-21T10:16:00.859Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2019-12-21T10:16:00.859Z] === RUN TestNetworkLoopbackNat [2019-12-21T10:16:01.277Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-12-21T10:16:01.925Z] --- PASS: TestNetworkLoopbackNat (1.15s) [2019-12-21T10:16:01.925Z] === RUN TestPause [2019-12-21T10:16:02.862Z] --- PASS: TestPause (0.93s) [2019-12-21T10:16:02.862Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-21T10:16:02.862Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:16:02.862Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:16:02.862Z] === RUN TestPauseStopPausedContainer [2019-12-21T10:16:03.798Z] --- PASS: TestPauseStopPausedContainer (0.82s) [2019-12-21T10:16:03.798Z] === RUN TestPsFilter [2019-12-21T10:16:04.058Z] --- PASS: TestPsFilter (0.26s) [2019-12-21T10:16:04.058Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-21T10:16:04.750Z] #18 58.05 Setting up python3-minimal (3.5.3-1) ... [2019-12-21T10:16:04.995Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2019-12-21T10:16:04.995Z] === RUN TestRemoveContainerWithVolume [2019-12-21T10:16:05.040Z] #18 ... [2019-12-21T10:16:05.040Z] [2019-12-21T10:16:05.040Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:05.040Z] #42 125.8 DEP criu/tty.d [2019-12-21T10:16:05.040Z] #42 126.2 DEP criu/timerfd.d [2019-12-21T10:16:05.040Z] #42 126.4 DEP criu/sysfs_parse.d [2019-12-21T10:16:05.040Z] #42 126.9 DEP criu/sysctl.d [2019-12-21T10:16:05.040Z] #42 127.2 DEP criu/string.d [2019-12-21T10:16:05.040Z] #42 127.3 DEP criu/stats.d [2019-12-21T10:16:05.040Z] #42 127.7 DEP criu/sockets.d [2019-12-21T10:16:05.040Z] #42 128.0 DEP criu/sk-unix.d [2019-12-21T10:16:05.040Z] #42 128.6 DEP criu/sk-tcp.d [2019-12-21T10:16:05.040Z] #42 128.9 DEP criu/sk-queue.d [2019-12-21T10:16:05.040Z] #42 129.3 DEP criu/sk-packet.d [2019-12-21T10:16:05.040Z] #42 129.7 DEP criu/sk-netlink.d [2019-12-21T10:16:05.040Z] #42 130.1 DEP criu/sk-inet.d [2019-12-21T10:16:05.040Z] #42 130.6 DEP criu/signalfd.d [2019-12-21T10:16:05.040Z] #42 130.9 DEP criu/sigframe.d [2019-12-21T10:16:05.040Z] #42 131.1 DEP criu/shmem.d [2019-12-21T10:16:05.040Z] #42 131.4 DEP criu/servicefd.d [2019-12-21T10:16:05.040Z] #42 131.8 DEP criu/seize.d [2019-12-21T10:16:05.040Z] #42 132.1 DEP criu/seccomp.d [2019-12-21T10:16:05.040Z] #42 132.6 DEP criu/rst-malloc.d [2019-12-21T10:16:05.040Z] #42 132.8 DEP criu/rbtree.d [2019-12-21T10:16:05.040Z] #42 132.9 DEP criu/pstree.d [2019-12-21T10:16:05.040Z] #42 133.3 DEP criu/protobuf.d [2019-12-21T10:16:05.040Z] #42 133.6 GEN criu/protobuf-desc-gen.h [2019-12-21T10:16:05.562Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2019-12-21T10:16:05.562Z] === RUN TestRemoveContainerRunning [2019-12-21T10:16:06.499Z] --- PASS: TestRemoveContainerRunning (0.79s) [2019-12-21T10:16:06.499Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-21T10:16:06.544Z] #42 ... [2019-12-21T10:16:06.544Z] [2019-12-21T10:16:06.544Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:06.544Z] #18 60.19 Selecting previously unselected package python3. [2019-12-21T10:16:06.838Z] #18 60.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24765 files and directories currently installed.) [2019-12-21T10:16:06.838Z] #18 60.25 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-12-21T10:16:06.838Z] #18 60.26 Unpacking python3 (3.5.3-1) ... [2019-12-21T10:16:06.838Z] #18 60.43 Selecting previously unselected package pigz. [2019-12-21T10:16:06.838Z] #18 60.44 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-12-21T10:16:06.838Z] #18 60.44 Unpacking pigz (2.3.4-1) ... [2019-12-21T10:16:07.068Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2019-12-21T10:16:07.068Z] === RUN TestRemoveInvalidContainer [2019-12-21T10:16:07.068Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-12-21T10:16:07.068Z] === RUN TestRenameLinkedContainer [2019-12-21T10:16:07.127Z] #18 60.67 Selecting previously unselected package libip4tc0:ppc64el. [2019-12-21T10:16:07.127Z] #18 60.68 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-21T10:16:07.127Z] #18 60.69 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:07.417Z] #18 60.82 Selecting previously unselected package libip6tc0:ppc64el. [2019-12-21T10:16:07.417Z] #18 60.82 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-21T10:16:07.417Z] #18 60.84 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:07.417Z] #18 60.97 Selecting previously unselected package libiptc0:ppc64el. [2019-12-21T10:16:07.417Z] #18 60.97 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-21T10:16:07.417Z] #18 60.99 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:07.417Z] #18 61.09 Selecting previously unselected package libxtables12:ppc64el. [2019-12-21T10:16:07.712Z] #18 61.10 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-21T10:16:07.712Z] #18 61.10 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:07.712Z] #18 61.23 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-12-21T10:16:07.712Z] #18 61.25 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-12-21T10:16:07.712Z] #18 61.26 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-12-21T10:16:08.002Z] #18 61.44 Selecting previously unselected package iptables. [2019-12-21T10:16:08.002Z] #18 61.46 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-21T10:16:08.002Z] #18 61.47 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:08.650Z] #18 62.15 Selecting previously unselected package xxd. [2019-12-21T10:16:08.650Z] #18 62.15 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-21T10:16:08.650Z] #18 62.16 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:08.939Z] #18 62.52 Selecting previously unselected package vim-common. [2019-12-21T10:16:08.939Z] #18 62.58 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:16:08.939Z] #18 62.60 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:08.939Z] #18 ... [2019-12-21T10:16:08.939Z] [2019-12-21T10:16:08.939Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:16:08.939Z] #45 209.9 vendor/golang.org/x/net/http2/hpack [2019-12-21T10:16:08.939Z] #45 214.4 mime [2019-12-21T10:16:09.230Z] #45 ... [2019-12-21T10:16:09.230Z] [2019-12-21T10:16:09.230Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:09.230Z] #42 136.9 DEP criu/protobuf-desc.d [2019-12-21T10:16:09.230Z] #42 137.2 DEP criu/proc_parse.d [2019-12-21T10:16:09.230Z] #42 137.6 DEP criu/plugin.d [2019-12-21T10:16:09.230Z] #42 137.9 DEP criu/pipes.d [2019-12-21T10:16:09.230Z] #42 138.3 DEP criu/pie-util.d [2019-12-21T10:16:09.230Z] #42 138.5 DEP criu/pie-util-vdso.d [2019-12-21T10:16:09.230Z] #42 138.8 DEP criu/pie-util-vdso-elf32.d [2019-12-21T10:16:09.519Z] #42 139.1 DEP criu/path.d [2019-12-21T10:16:09.808Z] #42 139.5 DEP criu/parasite-syscall.d [2019-12-21T10:16:10.360Z] --- PASS: TestRenameLinkedContainer (3.28s) [2019-12-21T10:16:10.360Z] === RUN TestRenameStoppedContainer [2019-12-21T10:16:10.437Z] #42 139.9 DEP criu/pagemap.d [2019-12-21T10:16:10.727Z] #42 140.3 DEP criu/pagemap-cache.d [2019-12-21T10:16:11.018Z] #42 140.6 DEP criu/page-xfer.d [2019-12-21T10:16:11.298Z] --- PASS: TestRenameStoppedContainer (0.79s) [2019-12-21T10:16:11.298Z] === RUN TestRenameRunningContainerAndReuse [2019-12-21T10:16:11.308Z] #42 140.9 DEP criu/page-pipe.d [2019-12-21T10:16:11.600Z] #42 141.1 DEP criu/netfilter.d [2019-12-21T10:16:11.893Z] #42 141.5 DEP criu/net.d [2019-12-21T10:16:12.524Z] #42 141.9 DEP criu/namespaces.d [2019-12-21T10:16:12.524Z] #42 142.3 DEP criu/mount.d [2019-12-21T10:16:13.157Z] #42 ... [2019-12-21T10:16:13.157Z] [2019-12-21T10:16:13.157Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:16:13.157Z] #45 224.0 vendor/golang.org/x/net/http/httpproxy [2019-12-21T10:16:13.157Z] #45 224.0 net/textproto [2019-12-21T10:16:13.157Z] #45 224.0 crypto/x509 [2019-12-21T10:16:13.203Z] --- PASS: TestRenameRunningContainerAndReuse (1.60s) [2019-12-21T10:16:13.203Z] === RUN TestRenameInvalidName [2019-12-21T10:16:13.461Z] --- PASS: TestRenameInvalidName (0.76s) [2019-12-21T10:16:13.462Z] === RUN TestRenameAnonymousContainer [2019-12-21T10:16:15.880Z] #45 226.8 mime/multipart [2019-12-21T10:16:15.880Z] #45 226.8 vendor/golang.org/x/net/http/httpguts [2019-12-21T10:16:17.654Z] --- PASS: TestRenameAnonymousContainer (3.89s) [2019-12-21T10:16:17.654Z] === RUN TestRenameContainerWithSameName [2019-12-21T10:16:17.962Z] #45 ... [2019-12-21T10:16:17.962Z] [2019-12-21T10:16:17.962Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:16:17.962Z] #48 DONE 228.6s [2019-12-21T10:16:18.222Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2019-12-21T10:16:18.222Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-21T10:16:18.251Z] [2019-12-21T10:16:18.251Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:16:19.422Z] #23 227.9 Checking out files: 21% (2243/10442) Checking out files: 22% (2298/10442) Checking out files: 23% (2402/10442) Checking out files: 24% (2507/10442) Checking out files: 25% (2611/10442) Checking out files: 26% (2715/10442) Checking out files: 27% (2820/10442) Checking out files: 28% (2924/10442) Checking out files: 29% (3029/10442) Checking out files: 30% (3133/10442) Checking out files: 31% (3238/10442) Checking out files: 32% (3342/10442) Checking out files: 33% (3446/10442) Checking out files: 33% (3529/10442) Checking out files: 34% (3551/10442) Checking out files: 35% (3655/10442) Checking out files: 36% (3760/10442) Checking out files: 37% (3864/10442) Checking out files: 38% (3968/10442) Checking out files: 39% (4073/10442) Checking out files: 40% (4177/10442) Checking out files: 41% (4282/10442) Checking out files: 42% (4386/10442) Checking out files: 43% (4491/10442) Checking out files: 43% (4588/10442) Checking out files: 44% (4595/10442) Checking out files: 45% (4699/10442) Checking out files: 46% (4804/10442) [2019-12-21T10:16:19.422Z] #23 ... [2019-12-21T10:16:19.422Z] [2019-12-21T10:16:19.422Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:19.422Z] #18 62.85 Selecting previously unselected package bzip2. [2019-12-21T10:16:19.422Z] #18 62.86 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 62.86 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-21T10:16:19.422Z] #18 63.02 Selecting previously unselected package libgpm2:ppc64el. [2019-12-21T10:16:19.422Z] #18 63.07 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 63.08 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-12-21T10:16:19.422Z] #18 63.22 Selecting previously unselected package xz-utils. [2019-12-21T10:16:19.422Z] #18 63.22 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 63.22 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:16:19.422Z] #18 63.40 Selecting previously unselected package aufs-tools. [2019-12-21T10:16:19.422Z] #18 63.41 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 63.41 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:16:19.422Z] #18 63.64 Selecting previously unselected package libonig4:ppc64el. [2019-12-21T10:16:19.422Z] #18 63.65 Preparing to unpack .../14-libonig4_6.1.3-2_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 63.65 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-12-21T10:16:19.422Z] #18 63.87 Selecting previously unselected package libjq1:ppc64el. [2019-12-21T10:16:19.422Z] #18 63.88 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 63.88 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-21T10:16:19.422Z] #18 64.08 Selecting previously unselected package jq. [2019-12-21T10:16:19.422Z] #18 64.08 Preparing to unpack .../16-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.09 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-21T10:16:19.422Z] #18 64.21 Selecting previously unselected package libaio1:ppc64el. [2019-12-21T10:16:19.422Z] #18 64.23 Preparing to unpack .../17-libaio1_0.3.110-3_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.24 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-12-21T10:16:19.422Z] #18 64.34 Selecting previously unselected package libcap2-bin. [2019-12-21T10:16:19.422Z] #18 64.35 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.35 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-21T10:16:19.422Z] #18 64.45 Selecting previously unselected package libnl-3-200:ppc64el. [2019-12-21T10:16:19.422Z] #18 64.46 Preparing to unpack .../19-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.47 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-21T10:16:19.422Z] #18 64.62 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-12-21T10:16:19.422Z] #18 64.64 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.64 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-21T10:16:19.422Z] #18 64.77 Selecting previously unselected package libreadline5:ppc64el. [2019-12-21T10:16:19.422Z] #18 64.77 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 64.79 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-12-21T10:16:19.422Z] #18 65.01 Selecting previously unselected package net-tools. [2019-12-21T10:16:19.422Z] #18 65.01 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 65.02 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:16:19.422Z] #18 65.40 Selecting previously unselected package python-pip-whl. [2019-12-21T10:16:19.422Z] #18 65.41 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:16:19.422Z] #18 65.41 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:16:19.422Z] #18 66.12 Selecting previously unselected package python3-pip. [2019-12-21T10:16:19.422Z] #18 66.13 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-21T10:16:19.422Z] #18 66.13 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:16:19.422Z] #18 66.32 Selecting previously unselected package python3-pkg-resources. [2019-12-21T10:16:19.422Z] #18 66.33 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-21T10:16:19.422Z] #18 66.34 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:16:19.422Z] #18 66.53 Selecting previously unselected package python3-setuptools. [2019-12-21T10:16:19.422Z] #18 66.56 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-21T10:16:19.422Z] #18 66.57 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-21T10:16:19.422Z] #18 66.89 Selecting previously unselected package python3-wheel. [2019-12-21T10:16:19.422Z] #18 66.90 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-21T10:16:19.422Z] #18 66.92 Unpacking python3-wheel (0.29.0-2) ... [2019-12-21T10:16:19.422Z] #18 67.11 Selecting previously unselected package thin-provisioning-tools. [2019-12-21T10:16:19.422Z] #18 67.12 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-12-21T10:16:19.422Z] #18 67.14 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:16:19.422Z] #18 67.60 Selecting previously unselected package vim-runtime. [2019-12-21T10:16:19.422Z] #18 67.60 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-21T10:16:19.422Z] #18 67.67 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-21T10:16:19.422Z] #18 67.73 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-21T10:16:19.422Z] #18 67.74 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:19.422Z] #18 ... [2019-12-21T10:16:19.422Z] [2019-12-21T10:16:19.422Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:16:20.128Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2019-12-21T10:16:20.128Z] === RUN TestResize [2019-12-21T10:16:20.696Z] --- PASS: TestResize (0.79s) [2019-12-21T10:16:20.696Z] === RUN TestResizeWithInvalidSize [2019-12-21T10:16:21.264Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2019-12-21T10:16:21.264Z] === RUN TestResizeWhenContainerNotStarted [2019-12-21T10:16:22.201Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:16:22.201Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:16:22.201Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:16:22.202Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:16:22.202Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:22.202Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:22.202Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:22.202Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:22.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:22.202Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:16:22.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:16:22.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:16:22.202Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:16:23.244Z] #23 227.9 Checking out files: 21% (2243/10442) Checking out files: 22% (2298/10442) Checking out files: 23% (2402/10442) Checking out files: 24% (2507/10442) Checking out files: 25% (2611/10442) Checking out files: 26% (2715/10442) Checking out files: 27% (2820/10442) Checking out files: 28% (2924/10442) Checking out files: 29% (3029/10442) Checking out files: 30% (3133/10442) Checking out files: 31% (3238/10442) Checking out files: 32% (3342/10442) Checking out files: 33% (3446/10442) Checking out files: 33% (3529/10442) Checking out files: 34% (3551/10442) Checking out files: 35% (3655/10442) Checking out files: 36% (3760/10442) Checking out files: 37% (3864/10442) Checking out files: 38% (3968/10442) Checking out files: 39% (4073/10442) Checking out files: 40% (4177/10442) Checking out files: 41% (4282/10442) Checking out files: 42% (4386/10442) Checking out files: 43% (4491/10442) Checking out files: 43% (4588/10442) Checking out files: 44% (4595/10442) Checking out files: 45% (4699/10442) Checking out files: 46% (4804/10442) Checking out files: 47% (4908/10442) Checking out files: 48% (5013/10442) Checking out files: 49% (5117/10442) Checking out files: 50% (5221/10442) Checking out files: 51% (5326/10442) Checking out files: 52% (5430/10442) Checking out files: 53% (5535/10442) Checking out files: 54% (5639/10442) Checking out files: 54% (5678/10442) Checking out files: 55% (5744/10442) Checking out files: 56% (5848/10442) Checking out files: 57% (5952/10442) Checking out files: 58% (6057/10442) Checking out files: 59% (6161/10442) Checking out files: 60% (6266/10442) Checking out files: 61% (6370/10442) Checking out files: 62% (6475/10442) Checking out files: 63% (6579/10442) Checking out files: 64% (6683/10442) Checking out files: 65% (6788/10442) Checking out files: 66% (6892/10442) Checking out files: 67% (6997/10442) Checking out files: 68% (7101/10442) Checking out files: 69% (7205/10442) Checking out files: 70% (7310/10442) Checking out files: 71% (7414/10442) Checking out files: 71% (7424/10442) Checking out files: 72% (7519/10442) Checking out files: 73% (7623/10442) Checking out files: 74% (7728/10442) Checking out files: 75% (7832/10442) Checking out files: 76% (7936/10442) Checking out files: 77% (8041/10442) Checking out files: 78% (8145/10442) Checking out files: 79% (8250/10442) Checking out files: 80% (8354/10442) Checking out files: 81% (8459/10442) Checking out files: 82% (8563/10442) Checking out files: 83% (8667/10442) Checking out files: 84% (8772/10442) Checking out files: 85% (8876/10442) Checking out files: 85% (8890/10442) Checking out files: 86% (8981/10442) Checking out files: 87% (9085/10442) Checking out files: 88% (9189/10442) Checking out files: 89% (9294/10442) Checking out files: 90% (9398/10442) Checking out files: 91% (9503/10442) Checking out files: 92% (9607/10442) Checking out files: 93% (9712/10442) Checking out files: 94% (9816/10442) Checking out files: 95% (9920/10442) Checking out files: 96% (10025/10442) Checking out files: 97% (10129/10442) Checking out files: 98% (10234/10442) Checking out files: 99% (10338/10442) Checking out files: 100% (10442/10442) Checking out files: 100% (10442/10442), done. [2019-12-21T10:16:23.244Z] #23 ... [2019-12-21T10:16:23.244Z] [2019-12-21T10:16:23.244Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:23.244Z] #42 142.7 DEP criu/mem.d [2019-12-21T10:16:23.244Z] #42 143.2 DEP criu/lsm.d [2019-12-21T10:16:23.244Z] #42 143.5 DEP criu/log.d [2019-12-21T10:16:23.244Z] #42 143.9 DEP criu/libnetlink.d [2019-12-21T10:16:23.244Z] #42 144.2 DEP criu/kerndat.d [2019-12-21T10:16:23.244Z] #42 144.6 DEP criu/kcmp-ids.d [2019-12-21T10:16:23.244Z] #42 144.8 DEP criu/irmap.d [2019-12-21T10:16:23.244Z] #42 145.1 DEP criu/ipc_ns.d [2019-12-21T10:16:23.244Z] #42 145.5 DEP criu/image.d [2019-12-21T10:16:23.244Z] #42 145.9 DEP criu/image-desc.d [2019-12-21T10:16:23.244Z] #42 146.1 DEP criu/fsnotify.d [2019-12-21T10:16:23.244Z] #42 146.5 DEP criu/filesystems.d [2019-12-21T10:16:23.244Z] #42 146.9 DEP criu/files.d [2019-12-21T10:16:23.244Z] #42 147.4 DEP criu/files-reg.d [2019-12-21T10:16:23.244Z] #42 148.1 DEP criu/files-ext.d [2019-12-21T10:16:23.244Z] #42 148.7 DEP criu/file-lock.d [2019-12-21T10:16:23.244Z] #42 149.2 DEP criu/file-ids.d [2019-12-21T10:16:23.244Z] #42 149.5 DEP criu/fifo.d [2019-12-21T10:16:23.244Z] #42 149.7 DEP criu/fdstore.d [2019-12-21T10:16:23.244Z] #42 149.9 DEP criu/fault-injection.d [2019-12-21T10:16:23.244Z] #42 150.0 DEP criu/external.d [2019-12-21T10:16:23.244Z] #42 150.3 DEP criu/eventpoll.d [2019-12-21T10:16:23.244Z] #42 150.6 DEP criu/eventfd.d [2019-12-21T10:16:23.244Z] #42 151.1 DEP criu/crtools.d [2019-12-21T10:16:23.244Z] #42 151.6 DEP criu/cr-service.d [2019-12-21T10:16:23.244Z] #42 152.1 DEP criu/cr-restore.d [2019-12-21T10:16:23.244Z] #42 152.9 DEP criu/cr-errno.d [2019-12-21T10:16:23.244Z] #42 152.9 DEP criu/cr-dump.d [2019-12-21T10:16:23.244Z] #42 ... [2019-12-21T10:16:23.244Z] [2019-12-21T10:16:23.244Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:16:23.244Z] #23 234.1 + cd /tmp/tmp.idcrn1ApLc/tmp/docker-ce [2019-12-21T10:16:23.244Z] #23 234.1 + git checkout -q v17.06.2-ce [2019-12-21T10:16:23.573Z] Client: [2019-12-21T10:16:23.573Z] Debug Mode: false [2019-12-21T10:16:23.573Z] Plugins: [2019-12-21T10:16:23.573Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-12-21T10:16:23.573Z] [2019-12-21T10:16:23.573Z] Server: [2019-12-21T10:16:23.573Z] Containers: 0 [2019-12-21T10:16:23.573Z] Running: 0 [2019-12-21T10:16:23.573Z] Paused: 0 [2019-12-21T10:16:23.573Z] Stopped: 0 [2019-12-21T10:16:23.573Z] Images: 0 [2019-12-21T10:16:23.573Z] Server Version: 19.03.2 [2019-12-21T10:16:23.573Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-12-21T10:16:23.573Z] Windows: [2019-12-21T10:16:23.573Z] LCOW: [2019-12-21T10:16:23.573Z] Logging Driver: json-file [2019-12-21T10:16:23.573Z] Plugins: [2019-12-21T10:16:23.573Z] Volume: local [2019-12-21T10:16:23.573Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-12-21T10:16:23.573Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-21T10:16:23.573Z] Swarm: inactive [2019-12-21T10:16:23.573Z] Default Isolation: process [2019-12-21T10:16:23.573Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-21T10:16:23.573Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-21T10:16:23.573Z] OSType: windows [2019-12-21T10:16:23.573Z] Architecture: x86_64 [2019-12-21T10:16:23.573Z] CPUs: 4 [2019-12-21T10:16:23.573Z] Total Memory: 32GiB [2019-12-21T10:16:23.573Z] Name: azwin-2-8c6d60 [2019-12-21T10:16:23.573Z] ID: QTTQ:M7RZ:2NA6:EI22:D2PD:ZI4W:RA6Q:C36T:AXPG:HG52:W2NW:AFCP [2019-12-21T10:16:23.573Z] Docker Root Dir: D:\docker [2019-12-21T10:16:23.573Z] Debug Mode: false [2019-12-21T10:16:23.573Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:16:23.573Z] Labels: [2019-12-21T10:16:23.573Z] Experimental: true [2019-12-21T10:16:23.573Z] Insecure Registries: [2019-12-21T10:16:23.573Z] 10.0.0.4:5000 [2019-12-21T10:16:23.573Z] 127.0.0.0/8 [2019-12-21T10:16:23.573Z] Registry Mirrors: [2019-12-21T10:16:23.573Z] http://10.0.0.4:5000/ [2019-12-21T10:16:23.573Z] Live Restore Enabled: false [2019-12-21T10:16:23.573Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-12-21T10:16:24.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:16:25.305Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:27.217Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:16:27.478Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:27.685Z] #23 238.0 + mkdir -p /tmp/tmp.idcrn1ApLc/src/github.com/docker [2019-12-21T10:16:27.686Z] #23 238.0 + mv components/cli /tmp/tmp.idcrn1ApLc/src/github.com/docker/cli [2019-12-21T10:16:27.686Z] #23 238.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-12-21T10:16:27.738Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:16:27.738Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:16:28.717Z] #23 ... [2019-12-21T10:16:28.717Z] [2019-12-21T10:16:28.717Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:28.717Z] #18 73.22 Selecting previously unselected package vim. [2019-12-21T10:16:28.717Z] #18 73.25 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-21T10:16:28.717Z] #18 73.26 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:28.717Z] #18 74.05 Selecting previously unselected package xfsprogs. [2019-12-21T10:16:28.717Z] #18 74.07 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-12-21T10:16:28.717Z] #18 74.08 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:16:28.717Z] #18 75.09 Selecting previously unselected package zip. [2019-12-21T10:16:28.717Z] #18 75.10 Preparing to unpack .../32-zip_3.0-11+b1_ppc64el.deb ... [2019-12-21T10:16:28.717Z] #18 75.10 Unpacking zip (3.0-11+b1) ... [2019-12-21T10:16:28.717Z] #18 75.41 Selecting previously unselected package libapparmor-perl. [2019-12-21T10:16:28.717Z] #18 75.42 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-21T10:16:28.717Z] #18 75.44 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:16:28.717Z] #18 75.71 Selecting previously unselected package apparmor. [2019-12-21T10:16:28.717Z] #18 75.73 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-21T10:16:28.717Z] #18 75.87 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:16:28.717Z] #18 76.46 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-21T10:16:28.717Z] #18 76.50 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-21T10:16:28.717Z] #18 76.50 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-21T10:16:28.717Z] #18 76.55 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:28.717Z] #18 76.56 Processing triggers for mime-support (3.60) ... [2019-12-21T10:16:28.717Z] #18 76.64 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:28.717Z] #18 76.66 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-12-21T10:16:28.717Z] #18 76.67 Setting up libcap2-bin (1:2.25-1) ... [2019-12-21T10:16:28.717Z] #18 76.68 Setting up bash-completion (1:2.1-4.3) ... [2019-12-21T10:16:28.717Z] #18 82.27 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-12-21T10:16:28.717Z] #18 82.28 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-21T10:16:28.717Z] #18 82.28 Setting up zip (3.0-11+b1) ... [2019-12-21T10:16:28.717Z] #18 82.29 Setting up bzip2 (1.0.6-8.1) ... [2019-12-21T10:16:28.717Z] #18 82.29 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-21T10:16:28.717Z] #18 82.30 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:16:28.717Z] #18 82.33 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-12-21T10:16:28.717Z] #18 82.35 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:28.717Z] #18 82.35 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-21T10:16:28.717Z] #18 82.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-21T10:16:28.717Z] #18 82.40 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-21T10:16:28.717Z] #18 82.41 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:28.717Z] #18 82.42 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-12-21T10:16:29.007Z] #18 82.46 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:29.137Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:16:29.137Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:16:30.041Z] #18 83.47 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-12-21T10:16:30.041Z] #18 83.48 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-21T10:16:30.041Z] #18 83.49 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-21T10:16:30.041Z] #18 83.50 Setting up pigz (2.3.4-1) ... [2019-12-21T10:16:30.041Z] #18 83.51 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-21T10:16:30.041Z] #18 83.52 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-12-21T10:16:30.041Z] #18 83.53 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:30.041Z] #18 83.54 Setting up jq (1.5+dfsg-1.3) ... [2019-12-21T10:16:30.041Z] #18 83.55 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-12-21T10:16:30.041Z] #18 83.57 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-21T10:16:30.041Z] #18 83.59 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-21T10:16:30.041Z] #18 83.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-21T10:16:30.041Z] #18 83.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-21T10:16:30.041Z] #18 83.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-21T10:16:30.041Z] #18 83.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-21T10:16:30.041Z] #18 83.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-21T10:16:30.330Z] #18 83.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-21T10:16:30.330Z] #18 83.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-21T10:16:30.330Z] #18 83.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-21T10:16:30.330Z] #18 83.76 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-12-21T10:16:30.330Z] #18 83.77 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:30.330Z] #18 83.77 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-21T10:16:30.330Z] #18 83.79 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.26s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.26s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.49s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.27s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (5.68s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.82s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.61s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2019-12-21T10:16:31.757Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2019-12-21T10:16:31.757Z] === RUN TestCgroupNamespacesRun [2019-12-21T10:16:33.052Z] #18 ... [2019-12-21T10:16:33.052Z] [2019-12-21T10:16:33.052Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:16:33.052Z] #45 233.6 crypto/tls [2019-12-21T10:16:33.052Z] #45 ... [2019-12-21T10:16:33.052Z] [2019-12-21T10:16:33.052Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:33.052Z] #42 153.4 DEP criu/cr-dedup.d [2019-12-21T10:16:33.052Z] #42 153.7 DEP criu/cr-check.d [2019-12-21T10:16:33.052Z] #42 154.1 DEP criu/config.d [2019-12-21T10:16:33.052Z] #42 154.4 DEP criu/clone-noasan.d [2019-12-21T10:16:33.052Z] #42 154.5 DEP criu/cgroup.d [2019-12-21T10:16:33.052Z] #42 154.8 DEP criu/cgroup-props.d [2019-12-21T10:16:33.052Z] #42 155.1 DEP criu/bitmap.d [2019-12-21T10:16:33.052Z] #42 155.1 DEP criu/bfd.d [2019-12-21T10:16:33.052Z] #42 155.4 DEP criu/autofs.d [2019-12-21T10:16:33.052Z] #42 155.7 DEP criu/aio.d [2019-12-21T10:16:33.052Z] #42 156.2 DEP criu/action-scripts.d [2019-12-21T10:16:33.052Z] #42 156.9 CC criu/action-scripts.o [2019-12-21T10:16:33.052Z] #42 158.1 CC criu/aio.o [2019-12-21T10:16:33.052Z] #42 159.7 CC criu/autofs.o [2019-12-21T10:16:33.663Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2019-12-21T10:16:33.663Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-21T10:16:33.681Z] #42 163.1 CC criu/bfd.o [2019-12-21T10:16:34.310Z] #42 ... [2019-12-21T10:16:34.310Z] [2019-12-21T10:16:34.310Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:16:34.310Z] #45 245.3 net/http/httptrace [2019-12-21T10:16:34.939Z] #45 245.7 net/http [2019-12-21T10:16:35.040Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2019-12-21T10:16:35.040Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-21T10:16:36.638Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-12-21T10:16:36.638Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-64a899c2\powershellScript.ps1'; exit $LASTEXITCODE; [2019-12-21T10:16:36.638Z] ---------------------------------------------------------------------------- [2019-12-21T10:16:36.638Z] [2019-12-21T10:16:36.638Z] INFO: executeCI.ps1 starting at Sat Dec 21 10:16:35 CUT 2019 [2019-12-21T10:16:36.638Z] [2019-12-21T10:16:36.638Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-12-21T10:16:36.638Z] INFO: Running git version 2.24.0.windows.1 [2019-12-21T10:16:36.638Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-12-21T10:16:36.638Z] INFO: Environment variables: [2019-12-21T10:16:36.638Z] [2019-12-21T10:16:36.638Z] Name Value [2019-12-21T10:16:36.638Z] ---- ----- [2019-12-21T10:16:36.638Z] ALLUSERSPROFILE C:\ProgramData [2019-12-21T10:16:36.638Z] amd64 true [2019-12-21T10:16:36.638Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-12-21T10:16:36.638Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-12-21T10:16:36.638Z] arm64 true [2019-12-21T10:16:36.638Z] BRANCH_NAME PR-39998 [2019-12-21T10:16:36.638Z] BUILD_DISPLAY_NAME #49 [2019-12-21T10:16:36.638Z] BUILD_ID 49 [2019-12-21T10:16:36.638Z] BUILD_NUMBER 49 [2019-12-21T10:16:36.638Z] BUILD_TAG jenkins-moby-PR-39998-49 [2019-12-21T10:16:36.638Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39998/49/ [2019-12-21T10:16:36.638Z] CHANGE_AUTHOR thaJeztah [2019-12-21T10:16:36.638Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-12-21T10:16:36.639Z] CHANGE_BRANCH carry_39971_unittests_junit_1 [2019-12-21T10:16:36.639Z] CHANGE_FORK thaJeztah [2019-12-21T10:16:36.639Z] CHANGE_ID 39998 [2019-12-21T10:16:36.639Z] CHANGE_TARGET master [2019-12-21T10:16:36.639Z] CHANGE_TITLE Windows: Build and use gotestsum for running all tests [2019-12-21T10:16:36.639Z] CHANGE_URL https://github.com/moby/moby/pull/39998 [2019-12-21T10:16:36.639Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-21T10:16:36.639Z] CommonProgramFiles C:\Program Files\Common Files [2019-12-21T10:16:36.639Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-12-21T10:16:36.639Z] CommonProgramW6432 C:\Program Files\Common Files [2019-12-21T10:16:36.639Z] COMPUTERNAME azwin-2-8c6d60 [2019-12-21T10:16:36.639Z] ComSpec C:\windows\system32\cmd.exe [2019-12-21T10:16:36.639Z] ConfigSequenceNumber 0 [2019-12-21T10:16:36.639Z] dco true [2019-12-21T10:16:36.639Z] DOCKER_BUILDKIT 0 [2019-12-21T10:16:36.639Z] DOCKER_DUT_DEBUG 1 [2019-12-21T10:16:36.639Z] DOCKER_EXPERIMENTAL 1 [2019-12-21T10:16:36.639Z] DOCKER_GRAPHDRIVER overlay2 [2019-12-21T10:16:36.639Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-12-21T10:16:36.639Z] EXECUTOR_NUMBER 0 [2019-12-21T10:16:36.639Z] FQDN azwin-2-8c6d60.westus.cloudapp.azure.com [2019-12-21T10:16:36.639Z] GIT_BRANCH PR-39998 [2019-12-21T10:16:36.639Z] GIT_COMMIT a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:16:36.639Z] GIT_PREVIOUS_COMMIT 8d2e1ee5467b7b0d8c917260adf7b08bd09ff476 [2019-12-21T10:16:36.639Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 413a18e3b21270e56c750c71f5d3412999825a99 [2019-12-21T10:16:36.639Z] GIT_URL https://github.com/moby/moby.git [2019-12-21T10:16:36.639Z] HUDSON_COOKIE cfac95a5-8f86-4c3c-b731-04a0ae38139a [2019-12-21T10:16:36.639Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-12-21T10:16:36.639Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-12-21T10:16:36.639Z] HUDSON_URL https://ci.docker.com/public/ [2019-12-21T10:16:36.639Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64 [2019-12-21T10:16:36.639Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-12-21T10:16:36.639Z] JENKINS_NODE_COOKIE 896fc895-d384-4531-aee7-1459fb95fb92 [2019-12-21T10:16:36.639Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-12-21T10:16:36.639Z] JENKINS_URL https://ci.docker.com/public/ [2019-12-21T10:16:36.639Z] JOB_BASE_NAME PR-39998 [2019-12-21T10:16:36.639Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39998/display/redirect [2019-12-21T10:16:36.639Z] JOB_NAME moby/PR-39998 [2019-12-21T10:16:36.639Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39998/ [2019-12-21T10:16:36.639Z] library.jps.version master [2019-12-21T10:16:36.639Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-12-21T10:16:36.639Z] NODE_LABELS amd64 azure azwin-2-8c6d60 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-12-21T10:16:36.639Z] NODE_NAME azwin-2-8c6d60 [2019-12-21T10:16:36.639Z] NUMBER_OF_PROCESSORS 4 [2019-12-21T10:16:36.639Z] OS Windows_NT [2019-12-21T10:16:36.639Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-12-21T10:16:36.639Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-12-21T10:16:36.640Z] ppc64le true [2019-12-21T10:16:36.640Z] PROCESSOR_ARCHITECTURE AMD64 [2019-12-21T10:16:36.640Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-12-21T10:16:36.640Z] PROCESSOR_LEVEL 6 [2019-12-21T10:16:36.640Z] PROCESSOR_REVISION 4f01 [2019-12-21T10:16:36.640Z] ProgramData C:\ProgramData [2019-12-21T10:16:36.640Z] ProgramFiles C:\Program Files [2019-12-21T10:16:36.640Z] ProgramFiles(x86) C:\Program Files (x86) [2019-12-21T10:16:36.640Z] ProgramW6432 C:\Program Files [2019-12-21T10:16:36.640Z] PROMPT $P$G [2019-12-21T10:16:36.640Z] PSExecutionPolicyPreference Bypass [2019-12-21T10:16:36.640Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-12-21T10:16:36.640Z] PUBLIC C:\Users\Public [2019-12-21T10:16:36.640Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39998/49/display/redirect?page=changes [2019-12-21T10:16:36.640Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39998/49/display/redirect [2019-12-21T10:16:36.640Z] s390x true [2019-12-21T10:16:36.640Z] SKIP_VALIDATION_TESTS 1 [2019-12-21T10:16:36.640Z] SOURCES_DRIVE d [2019-12-21T10:16:36.640Z] SOURCES_SUBDIR gopath [2019-12-21T10:16:36.640Z] STAGE_NAME Run tests [2019-12-21T10:16:36.640Z] SystemDrive C: [2019-12-21T10:16:36.640Z] SystemRoot C:\windows [2019-12-21T10:16:36.640Z] TEMP C:\windows\TEMP [2019-12-21T10:16:36.640Z] TESTDEBUG 0 [2019-12-21T10:16:36.640Z] TESTRUN_DRIVE d [2019-12-21T10:16:36.640Z] TESTRUN_SUBDIR CI [2019-12-21T10:16:36.640Z] TIMEOUT 120m [2019-12-21T10:16:36.640Z] TMP C:\windows\TEMP [2019-12-21T10:16:36.640Z] unit_validate true [2019-12-21T10:16:36.640Z] USERDOMAIN WORKGROUP [2019-12-21T10:16:36.640Z] USERNAME azwin-2-8c6d60$ [2019-12-21T10:16:36.640Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-12-21T10:16:36.640Z] windir C:\windows [2019-12-21T10:16:36.640Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-12-21T10:16:36.640Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-12-21T10:16:36.640Z] windowsRS1 false [2019-12-21T10:16:36.640Z] windowsRS5 true [2019-12-21T10:16:36.640Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-12-21T10:16:36.640Z] [2019-12-21T10:16:36.640Z] [2019-12-21T10:16:36.640Z] [2019-12-21T10:16:36.946Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.79s) [2019-12-21T10:16:36.946Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-21T10:16:38.176Z] INFO: Sources under d:\gopath\... [2019-12-21T10:16:38.176Z] INFO: Test run under d:\CI\... [2019-12-21T10:16:38.176Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-12-21T10:16:38.176Z] INFO: docker/docker repository was found [2019-12-21T10:16:38.176Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-12-21T10:16:38.859Z] --- PASS: TestCgroupNamespacesRunHostMode (1.89s) [2019-12-21T10:16:38.859Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-21T10:16:39.144Z] ltsc2019: Pulling from windows/servercore [2019-12-21T10:16:39.607Z] 65014b3c3121: Pulling fs layer [2019-12-21T10:16:39.607Z] faf31ee0aa3d: Pulling fs layer [2019-12-21T10:16:40.501Z] #45 ... [2019-12-21T10:16:40.501Z] [2019-12-21T10:16:40.501Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:40.501Z] #18 93.82 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-12-21T10:16:40.501Z] #18 93.83 Setting up python3 (3.5.3-1) ... [2019-12-21T10:16:40.766Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s) [2019-12-21T10:16:40.766Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-21T10:16:41.704Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.93s) [2019-12-21T10:16:41.704Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-21T10:16:42.641Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2019-12-21T10:16:42.641Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-21T10:16:44.008Z] #18 97.26 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-21T10:16:44.545Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2019-12-21T10:16:44.545Z] === RUN TestKernelTCPMemory [2019-12-21T10:16:45.035Z] #18 ... [2019-12-21T10:16:45.035Z] [2019-12-21T10:16:45.035Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:45.035Z] #42 164.4 CC criu/bitmap.o [2019-12-21T10:16:45.035Z] #42 164.7 CC criu/cgroup-props.o [2019-12-21T10:16:45.035Z] #42 166.5 CC criu/cgroup.o [2019-12-21T10:16:45.035Z] #42 172.8 CC criu/clone-noasan.o [2019-12-21T10:16:45.035Z] #42 173.2 CC criu/config.o [2019-12-21T10:16:45.115Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-12-21T10:16:45.115Z] === RUN TestNISDomainname [2019-12-21T10:16:45.664Z] #42 ... [2019-12-21T10:16:45.665Z] [2019-12-21T10:16:45.665Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:45.665Z] #18 99.15 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-21T10:16:45.954Z] #18 99.49 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-21T10:16:45.954Z] #18 99.58 Setting up python3-wheel (0.29.0-2) ... [2019-12-21T10:16:46.051Z] --- PASS: TestNISDomainname (0.99s) [2019-12-21T10:16:46.051Z] === RUN TestHostnameDnsResolution [2019-12-21T10:16:46.768Z] faf31ee0aa3d: Verifying Checksum [2019-12-21T10:16:46.768Z] faf31ee0aa3d: Download complete [2019-12-21T10:16:47.955Z] --- PASS: TestHostnameDnsResolution (1.66s) [2019-12-21T10:16:47.955Z] === RUN TestStats [2019-12-21T10:16:48.675Z] #18 101.8 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-21T10:16:50.487Z] --- PASS: TestStats (2.78s) [2019-12-21T10:16:50.487Z] === RUN TestStopContainerWithTimeout [2019-12-21T10:16:50.487Z] === RUN TestStopContainerWithTimeout/0 [2019-12-21T10:16:50.487Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-21T10:16:50.487Z] === RUN TestStopContainerWithTimeout/1 [2019-12-21T10:16:50.487Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-21T10:16:50.487Z] === RUN TestStopContainerWithTimeout/3 [2019-12-21T10:16:50.487Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-21T10:16:50.487Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-21T10:16:50.487Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-21T10:16:50.487Z] === CONT TestStopContainerWithTimeout/0 [2019-12-21T10:16:50.487Z] === CONT TestStopContainerWithTimeout/1 [2019-12-21T10:16:50.487Z] === CONT TestStopContainerWithTimeout/3 [2019-12-21T10:16:50.487Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-21T10:16:50.733Z] #18 104.1 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-21T10:16:52.797Z] #18 106.1 Setting up python3-setuptools (33.1.1-1) ... [2019-12-21T10:16:53.169Z] #18 ... [2019-12-21T10:16:53.169Z] [2019-12-21T10:16:53.169Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:16:53.169Z] #45 263.9 github.com/LK4D4/vndr/godl [2019-12-21T10:16:53.776Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-12-21T10:16:53.776Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2019-12-21T10:16:53.776Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2019-12-21T10:16:53.776Z] --- PASS: TestStopContainerWithTimeout/3 (3.21s) [2019-12-21T10:16:53.776Z] --- PASS: TestStopContainerWithTimeout/-1 (3.26s) [2019-12-21T10:16:53.776Z] === RUN TestDeleteDevicemapper [2019-12-21T10:16:53.776Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-21T10:16:53.776Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:16:53.776Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-21T10:16:54.673Z] #45 265.2 github.com/LK4D4/vndr [2019-12-21T10:16:56.311Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.05s) [2019-12-21T10:16:56.311Z] === RUN TestUpdateMemory [2019-12-21T10:16:56.311Z] --- SKIP: TestUpdateMemory (0.00s) [2019-12-21T10:16:56.311Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:16:56.311Z] === RUN TestUpdateCPUQuota [2019-12-21T10:16:56.740Z] #45 ... [2019-12-21T10:16:56.740Z] [2019-12-21T10:16:56.740Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:16:56.740Z] #42 176.0 CC criu/cr-check.o [2019-12-21T10:16:56.740Z] #42 179.8 CC criu/cr-dedup.o [2019-12-21T10:16:56.740Z] #42 180.7 CC criu/cr-dump.o [2019-12-21T10:16:56.740Z] #42 185.7 CC criu/cr-errno.o [2019-12-21T10:16:56.740Z] #42 186.0 CC criu/cr-restore.o [2019-12-21T10:16:56.740Z] #42 ... [2019-12-21T10:16:56.740Z] [2019-12-21T10:16:56.740Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-21T10:16:56.740Z] #18 108.3 Setting up dh-python (2.20170125) ... [2019-12-21T10:16:56.740Z] #18 109.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-21T10:16:56.740Z] #18 DONE 110.0s [2019-12-21T10:16:56.740Z] [2019-12-21T10:16:56.740Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:16:57.247Z] --- PASS: TestUpdateCPUQuota (1.49s) [2019-12-21T10:16:57.247Z] === RUN TestUpdatePidsLimit [2019-12-21T10:16:57.247Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-21T10:16:57.815Z] === RUN TestUpdatePidsLimit/no_change [2019-12-21T10:16:58.073Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-21T10:16:58.642Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-21T10:16:58.900Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-21T10:16:59.468Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-21T10:16:59.727Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-21T10:17:00.184Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-12-21T10:17:00.184Z] ok github.com/docker/docker/api/types/versions 0.036s coverage: 75.0% of statements [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-21T10:17:00.622Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-21T10:17:01.105Z] --- PASS: TestUpdatePidsLimit (3.90s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-12-21T10:17:01.106Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-12-21T10:17:01.106Z] === RUN TestUpdateRestartPolicy [2019-12-21T10:17:01.284Z] ok github.com/docker/docker/builder/dockerignore 0.008s coverage: 96.8% of statements [2019-12-21T10:17:05.915Z] ok github.com/docker/docker/builder/dockerfile 0.829s coverage: 48.2% of statements [2019-12-21T10:17:05.915Z] ok github.com/docker/docker/builder/remotecontext 0.331s coverage: 13.6% of statements [2019-12-21T10:17:06.767Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2019-12-21T10:17:07.088Z] #19 ... [2019-12-21T10:17:07.088Z] [2019-12-21T10:17:07.088Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:17:07.088Z] #42 196.6 CC criu/cr-service.o [2019-12-21T10:17:08.071Z] ok github.com/docker/docker/builder/remotecontext/git 1.348s coverage: 86.3% of statements [2019-12-21T10:17:08.071Z] ? github.com/docker/docker/cli [no test files] [2019-12-21T10:17:08.071Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-21T10:17:10.597Z] ok github.com/docker/docker/client 0.277s coverage: 75.8% of statements [2019-12-21T10:17:10.628Z] #42 ... [2019-12-21T10:17:10.629Z] [2019-12-21T10:17:10.629Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:17:10.629Z] #45 DONE 280.9s [2019-12-21T10:17:10.629Z] [2019-12-21T10:17:10.629Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:17:10.629Z] #19 10.95 Collecting yamllint==1.16.0 [2019-12-21T10:17:10.629Z] #19 12.91 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-21T10:17:10.629Z] #19 14.11 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-21T10:17:11.257Z] #19 14.62 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-21T10:17:14.920Z] #19 ... [2019-12-21T10:17:14.920Z] [2019-12-21T10:17:14.920Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:17:14.920Z] #42 202.3 CC criu/crtools.o [2019-12-21T10:17:14.920Z] #42 203.6 CC criu/eventfd.o [2019-12-21T10:17:14.920Z] #42 204.3 CC criu/eventpoll.o [2019-12-21T10:17:16.144Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2019-12-21T10:17:16.144Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-21T10:17:16.144Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2019-12-21T10:17:16.144Z] === RUN TestWaitNonBlocked [2019-12-21T10:17:16.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:17:16.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:17:16.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:17:16.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:17:16.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:17:16.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:17:16.144Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-12-21T10:17:16.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2019-12-21T10:17:16.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2019-12-21T10:17:16.144Z] === RUN TestWaitBlocked [2019-12-21T10:17:16.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:17:16.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:17:16.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:17:16.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:17:16.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:17:16.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:17:16.403Z] --- PASS: TestWaitBlocked (0.03s) [2019-12-21T10:17:16.403Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2019-12-21T10:17:16.403Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2019-12-21T10:17:16.403Z] === CONT TestContainerStartOnDaemonRestart [2019-12-21T10:17:16.403Z] === CONT TestIpcModeOlderClient [2019-12-21T10:17:16.403Z] === CONT TestDaemonRestartIpcMode [2019-12-21T10:17:16.418Z] #42 206.0 CC criu/external.o [2019-12-21T10:17:16.662Z] --- PASS: TestIpcModeOlderClient (0.20s) [2019-12-21T10:17:16.726Z] 65014b3c3121: Verifying Checksum [2019-12-21T10:17:16.726Z] 65014b3c3121: Download complete [2019-12-21T10:17:16.953Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:17:16.953Z] [2019-12-21T10:17:17.048Z] #42 206.6 CC criu/fault-injection.o [2019-12-21T10:17:17.338Z] #42 206.7 CC criu/fdstore.o [2019-12-21T10:17:17.629Z] #42 207.4 CC criu/fifo.o [2019-12-21T10:17:18.687Z] #42 208.2 CC criu/file-ids.o [2019-12-21T10:17:18.852Z] [2019-12-21T10:17:18.852Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-12-21T10:17:19.110Z] [2019-12-21T10:17:19.316Z] #42 209.0 CC criu/file-lock.o [2019-12-21T10:17:19.369Z] No new tests added to integration. [2019-12-21T10:17:19.369Z] [2019-12-21T10:17:19.369Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:17:19.369Z] [2019-12-21T10:17:19.369Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:17:19.369Z] PKG_CONFIG=pkg-config [2019-12-21T10:17:19.369Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:17:19.369Z] HOSTNAME=0a8a62b493e9 [2019-12-21T10:17:19.369Z] KEEPBUNDLE=1 [2019-12-21T10:17:19.369Z] container=docker [2019-12-21T10:17:19.369Z] TEST_SKIP_INTEGRATION=1 [2019-12-21T10:17:19.369Z] GO111MODULE=off [2019-12-21T10:17:19.369Z] GOPATH=/go [2019-12-21T10:17:19.369Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:17:19.369Z] HOME=/root [2019-12-21T10:17:19.369Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:17:19.369Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:17:19.369Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:17:19.369Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:17:19.369Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:17:19.369Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:17:19.369Z] TERM=xterm [2019-12-21T10:17:19.369Z] VALIDATE_BRANCH=master [2019-12-21T10:17:19.369Z] DEST=bundles/test-integration [2019-12-21T10:17:19.369Z] SHLVL=1 [2019-12-21T10:17:19.369Z] TIMEOUT=120m [2019-12-21T10:17:19.369Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-12-21T10:17:19.369Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:17:19.369Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:17:19.369Z] TESTDEBUG=0 [2019-12-21T10:17:19.369Z] _=/usr/bin/env [2019-12-21T10:17:19.369Z] Building test suite binary ./integration-cli/test.main [2019-12-21T10:17:19.369Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:17:19.369Z] PKG_CONFIG=pkg-config [2019-12-21T10:17:19.369Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:17:19.369Z] HOSTNAME=d1da7ad921cf [2019-12-21T10:17:19.369Z] KEEPBUNDLE=1 [2019-12-21T10:17:19.369Z] container=docker [2019-12-21T10:17:19.369Z] TEST_SKIP_INTEGRATION=1 [2019-12-21T10:17:19.369Z] GO111MODULE=off [2019-12-21T10:17:19.369Z] GOPATH=/go [2019-12-21T10:17:19.369Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:17:19.369Z] HOME=/root [2019-12-21T10:17:19.369Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:17:19.369Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:17:19.369Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:17:19.369Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:17:19.369Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:17:19.369Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:17:19.369Z] TERM=xterm [2019-12-21T10:17:19.369Z] VALIDATE_BRANCH=master [2019-12-21T10:17:19.369Z] DEST=bundles/test-integration [2019-12-21T10:17:19.369Z] SHLVL=1 [2019-12-21T10:17:19.369Z] TIMEOUT=120m [2019-12-21T10:17:19.369Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-12-21T10:17:19.369Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:17:19.369Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:17:19.369Z] TESTDEBUG=0 [2019-12-21T10:17:19.369Z] _=/usr/bin/env [2019-12-21T10:17:19.369Z] Building test suite binary ./integration-cli/test.main [2019-12-21T10:17:20.740Z] PKG_CONFIG=pkg-config [2019-12-21T10:17:20.740Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:17:20.740Z] HOSTNAME=b0edbd02eda1 [2019-12-21T10:17:20.740Z] KEEPBUNDLE=1 [2019-12-21T10:17:20.740Z] container=docker [2019-12-21T10:17:20.740Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-21T10:17:20.740Z] GO111MODULE=off [2019-12-21T10:17:20.740Z] GOPATH=/go [2019-12-21T10:17:20.740Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:17:20.740Z] HOME=/root [2019-12-21T10:17:20.740Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:17:20.740Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:17:20.740Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:17:20.740Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:17:20.740Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:17:20.740Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:17:20.740Z] TERM=xterm [2019-12-21T10:17:20.740Z] VALIDATE_BRANCH=master [2019-12-21T10:17:20.740Z] DEST=bundles/test-integration [2019-12-21T10:17:20.740Z] SHLVL=1 [2019-12-21T10:17:20.740Z] TIMEOUT=120m [2019-12-21T10:17:20.740Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:17:20.740Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:17:20.740Z] TESTDEBUG=0 [2019-12-21T10:17:20.740Z] _=/usr/bin/env [2019-12-21T10:17:20.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-21T10:17:20.981Z] --- PASS: TestDaemonRestartIpcMode (3.85s) [2019-12-21T10:17:20.981Z] --- PASS: TestContainerStartOnDaemonRestart (4.05s) [2019-12-21T10:17:20.981Z] PASS [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === Skipped [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-12-21T10:17:20.981Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-12-21T10:17:20.981Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-21T10:17:20.981Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:17:20.981Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-12-21T10:17:20.981Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-12-21T10:17:20.981Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] [2019-12-21T10:17:20.981Z] DONE 197 tests, 6 skipped in 126.605s [2019-12-21T10:17:20.981Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-12-21T10:17:20.981Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:17:20.981Z] ++ set -e [2019-12-21T10:17:20.981Z] ++ '[' -n 0 ']' [2019-12-21T10:17:20.981Z] ++ set -x [2019-12-21T10:17:20.981Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:17:20.981Z] INFO: Testing against a local daemon [2019-12-21T10:17:20.981Z] === RUN TestCommitInheritsEnv [2019-12-21T10:17:21.240Z] --- PASS: TestCommitInheritsEnv (0.52s) [2019-12-21T10:17:21.240Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-21T10:17:21.240Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-12-21T10:17:21.240Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-12-21T10:17:21.240Z] === RUN TestImagesFilterMultiReference [2019-12-21T10:17:21.377Z] #42 211.0 CC criu/files-ext.o [2019-12-21T10:17:21.499Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-12-21T10:17:21.499Z] === RUN TestImagePullPlatformInvalid [2019-12-21T10:17:21.499Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-12-21T10:17:21.499Z] === RUN TestRemoveImageOrphaning [2019-12-21T10:17:22.065Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2019-12-21T10:17:22.065Z] === RUN TestRemoveImageGarbageCollector [2019-12-21T10:17:22.065Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:17:22.065Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:17:22.065Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-21T10:17:22.065Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-12-21T10:17:22.065Z] === RUN TestTagInvalidReference [2019-12-21T10:17:22.065Z] --- PASS: TestTagInvalidReference (0.03s) [2019-12-21T10:17:22.065Z] === RUN TestTagValidPrefixedRepo [2019-12-21T10:17:22.065Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-12-21T10:17:22.065Z] === RUN TestTagExistedNameWithoutForce [2019-12-21T10:17:22.065Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-12-21T10:17:22.065Z] === RUN TestTagOfficialNames [2019-12-21T10:17:22.324Z] --- PASS: TestTagOfficialNames (0.07s) [2019-12-21T10:17:22.324Z] === RUN TestTagMatchesDigest [2019-12-21T10:17:22.324Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-12-21T10:17:22.324Z] PASS [2019-12-21T10:17:22.324Z] [2019-12-21T10:17:22.324Z] === Skipped [2019-12-21T10:17:22.324Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-12-21T10:17:22.324Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-12-21T10:17:22.324Z] [2019-12-21T10:17:22.324Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:17:22.324Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:17:22.324Z] [2019-12-21T10:17:22.324Z] [2019-12-21T10:17:22.324Z] DONE 12 tests, 2 skipped in 1.687s [2019-12-21T10:17:22.324Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-12-21T10:17:22.324Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:17:22.324Z] ++ set -e [2019-12-21T10:17:22.324Z] ++ '[' -n 0 ']' [2019-12-21T10:17:22.324Z] ++ set -x [2019-12-21T10:17:22.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:17:22.324Z] INFO: Testing against a local daemon [2019-12-21T10:17:22.324Z] === RUN TestNetworkCreateDelete [2019-12-21T10:17:22.410Z] #42 211.8 CC criu/files-reg.o [2019-12-21T10:17:22.892Z] --- PASS: TestNetworkCreateDelete (0.40s) [2019-12-21T10:17:22.892Z] === RUN TestDockerNetworkDeletePreferID [2019-12-21T10:17:24.270Z] --- PASS: TestDockerNetworkDeletePreferID (1.15s) [2019-12-21T10:17:24.270Z] === RUN TestInspectNetwork [2019-12-21T10:17:25.883Z] WARN [runner] Can't run linter goanalysis_metalinter: ctrlflow: failed prerequisites: inspect@github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/instructions [2019-12-21T10:17:25.883Z] INFO [runner] Issues before processing: 46, after processing: 0 [2019-12-21T10:17:25.883Z] INFO [runner] Processors filtering stat (out/in): cgo: 10/46, skip_files: 10/10, nolint: 0/1, autogenerated_exclude: 1/10, exclude-rules: 1/1, exclude: 1/1, filename_unadjuster: 10/10, path_prettifier: 10/10, skip_dirs: 10/10, identifier_marker: 1/1 [2019-12-21T10:17:25.883Z] INFO [runner] processing took 905.284µs with stages: nolint: 390.435µs, path_prettifier: 334.601µs, skip_dirs: 84.287µs, autogenerated_exclude: 53.346µs, identifier_marker: 20.068µs, cgo: 12.746µs, filename_unadjuster: 3.337µs, exclude-rules: 2.709µs, max_same_issues: 946ns, max_from_linter: 824ns, path_shortener: 334ns, skip_files: 321ns, diff: 280ns, uniq_by_line: 276ns, exclude: 272ns, max_per_file_from_linter: 254ns, source_code: 248ns [2019-12-21T10:17:25.883Z] INFO [runner] linters took 1m30.29354733s with stages: goanalysis_metalinter: 1m12.288897249s, unused: 18.003607916s [2019-12-21T10:17:25.883Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2019-12-21T10:17:25.883Z] INFO Memory: 1348 samples, avg is 738.1MB, max is 4509.8MB [2019-12-21T10:17:25.883Z] INFO Execution took 3m21.765054045s [2019-12-21T10:17:25.883Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-12-21T10:17:25.883Z] No api/types/ or api/swagger.yaml changes in diff. [2019-12-21T10:17:25.883Z] Congratulations! All toml source files changed here have valid syntax. [2019-12-21T10:17:25.883Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-12-21T10:17:25.883Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2019-12-21T10:17:25.920Z] #42 ... [2019-12-21T10:17:25.920Z] [2019-12-21T10:17:25.920Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:17:25.920Z] #19 19.30 Collecting pyyaml (from yamllint==1.16.0) [2019-12-21T10:17:25.920Z] #19 20.00 Downloading https://files.pythonhosted.org/packages/8d/c9/e5be955a117a1ac548cdd31e37e8fd7b02ce987f9655f5c7563c656d5dcb/PyYAML-5.2.tar.gz (265kB) [2019-12-21T10:17:25.920Z] #19 23.84 Building wheels for collected packages: pathspec, pyyaml [2019-12-21T10:17:25.920Z] #19 23.85 Running setup.py bdist_wheel for pathspec: started [2019-12-21T10:17:25.920Z] #19 26.49 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-21T10:17:25.920Z] #19 26.49 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-21T10:17:25.920Z] #19 26.54 Running setup.py bdist_wheel for pyyaml: started [2019-12-21T10:17:25.920Z] #19 29.05 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-21T10:17:25.920Z] #19 29.05 Stored in directory: /root/.cache/pip/wheels/54/b7/c7/2ada654ee54483c9329871665aaf4a6056c3ce36f29cf66e67 [2019-12-21T10:17:25.920Z] #19 29.19 Successfully built pathspec pyyaml [2019-12-21T10:17:25.920Z] #19 29.19 Installing collected packages: pathspec, pyyaml, yamllint [Pipeline] sh [2019-12-21T10:17:26.307Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh dynbinary-daemon test-docker-py [2019-12-21T10:17:26.562Z] #19 29.95 Successfully installed pathspec-0.6.0 pyyaml-5.2 yamllint-1.16.0 [2019-12-21T10:17:26.562Z] #19 ... [2019-12-21T10:17:26.562Z] [2019-12-21T10:17:26.562Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:17:26.562Z] #29 297.6 + rm -rf /tmp/tmp.SpdmpkyuKV [2019-12-21T10:17:26.851Z] #29 ... [2019-12-21T10:17:26.851Z] [2019-12-21T10:17:26.851Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-21T10:17:26.851Z] #19 DONE 30.4s [2019-12-21T10:17:26.870Z] [2019-12-21T10:17:26.870Z] Removing bundles/ [2019-12-21T10:17:26.870Z] [2019-12-21T10:17:26.870Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-12-21T10:17:26.870Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:17:26.870Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:17:27.139Z] [2019-12-21T10:17:27.139Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:17:27.139Z] #42 216.1 CC criu/files.o [2019-12-21T10:17:27.139Z] #42 ... [2019-12-21T10:17:27.139Z] [2019-12-21T10:17:27.140Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-21T10:17:27.140Z] #29 DONE 298.2s [2019-12-21T10:17:27.429Z] [2019-12-21T10:17:27.429Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:17:30.836Z] === RUN TestInspectNetwork/full_network_id [2019-12-21T10:17:30.836Z] === RUN TestInspectNetwork/partial_network_id [2019-12-21T10:17:30.836Z] === RUN TestInspectNetwork/network_name [2019-12-21T10:17:30.836Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-21T10:17:30.936Z] #60 ... [2019-12-21T10:17:30.936Z] [2019-12-21T10:17:30.936Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:17:30.936Z] #42 220.5 CC criu/filesystems.o [2019-12-21T10:17:31.966Z] #42 221.6 CC criu/fsnotify.o [2019-12-21T10:17:34.032Z] #42 223.5 CC criu/image-desc.o [2019-12-21T10:17:34.322Z] #42 223.8 CC criu/image.o [2019-12-21T10:17:35.025Z] --- PASS: TestInspectNetwork (10.80s) [2019-12-21T10:17:35.025Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-21T10:17:35.025Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-21T10:17:35.025Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-21T10:17:35.025Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-21T10:17:35.025Z] === RUN TestRunContainerWithBridgeNone [2019-12-21T10:17:35.832Z] #42 225.5 CC criu/ipc_ns.o [2019-12-21T10:17:37.559Z] --- PASS: TestRunContainerWithBridgeNone (2.55s) [2019-12-21T10:17:37.559Z] === RUN TestNetworkInvalidJSON [2019-12-21T10:17:37.559Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-21T10:17:37.559Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-21T10:17:37.559Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:17:37.559Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:17:37.559Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:17:37.559Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:17:37.559Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-21T10:17:37.559Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:17:37.559Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:17:37.559Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-21T10:17:37.559Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-21T10:17:37.559Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-21T10:17:37.559Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-21T10:17:37.559Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-21T10:17:37.891Z] #42 227.5 CC criu/irmap.o [2019-12-21T10:17:38.922Z] #42 228.6 CC criu/kcmp-ids.o [2019-12-21T10:17:38.938Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s) [2019-12-21T10:17:38.938Z] === RUN TestDaemonDefaultNetworkPools [2019-12-21T10:17:39.552Z] #42 229.2 CC criu/kerndat.o [2019-12-21T10:17:39.875Z] --- PASS: TestDaemonDefaultNetworkPools (1.18s) [2019-12-21T10:17:39.875Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-21T10:17:41.615Z] #42 231.3 CC criu/libnetlink.o [2019-12-21T10:17:41.779Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.83s) [2019-12-21T10:17:41.779Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-21T10:17:42.255Z] #42 231.9 CC criu/log.o [2019-12-21T10:17:43.752Z] #42 232.9 CC criu/lsm.o [2019-12-21T10:17:44.081Z] #42 233.6 CC criu/mem.o [2019-12-21T10:17:44.314Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.30s) [2019-12-21T10:17:44.314Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-21T10:17:44.882Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) [2019-12-21T10:17:44.882Z] === RUN TestServiceWithPredefinedNetwork [2019-12-21T10:17:45.450Z] ok github.com/docker/docker/cmd/dockerd 0.066s coverage: 30.3% of statements [2019-12-21T10:17:45.450Z] ok github.com/docker/docker/container 0.124s coverage: 35.3% of statements [2019-12-21T10:17:45.450Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-21T10:17:45.450Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-21T10:17:45.450Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-21T10:17:45.450Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-21T10:17:47.593Z] #42 236.7 CC criu/mount.o [2019-12-21T10:17:48.168Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2019-12-21T10:17:48.168Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-21T10:17:48.168Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:17:48.168Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:17:48.168Z] === RUN TestServiceWithDataPathPortInit [2019-12-21T10:17:53.528Z] ok github.com/docker/docker/daemon/cluster 0.046s coverage: 0.5% of statements [2019-12-21T10:17:54.497Z] #42 244.0 CC criu/namespaces.o [2019-12-21T10:17:54.873Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.028s coverage: 65.3% of statements [2019-12-21T10:17:56.975Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.8% of statements [2019-12-21T10:17:58.008Z] #42 247.4 CC criu/net.o [2019-12-21T10:18:03.561Z] #42 252.4 CC criu/netfilter.o [2019-12-21T10:18:03.561Z] #42 253.2 CC criu/page-pipe.o [2019-12-21T10:18:05.075Z] #42 254.5 CC criu/page-xfer.o [2019-12-21T10:18:06.341Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.6% of statements [2019-12-21T10:18:06.341Z] ok github.com/docker/docker/daemon 12.280s coverage: 17.6% of statements [2019-12-21T10:18:06.341Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-21T10:18:06.341Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-21T10:18:07.513Z] ok github.com/docker/docker/daemon/discovery 0.006s coverage: 30.0% of statements [2019-12-21T10:18:07.796Z] #42 256.9 CC criu/pagemap-cache.o [2019-12-21T10:18:08.054Z] ok github.com/docker/docker/daemon/config 0.119s coverage: 82.1% of statements [2019-12-21T10:18:08.427Z] #42 257.8 CC criu/pagemap.o [2019-12-21T10:18:08.953Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2019-12-21T10:18:08.953Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-21T10:18:08.953Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-21T10:18:09.934Z] #42 259.5 CC criu/parasite-syscall.o [2019-12-21T10:18:10.102Z] --- PASS: TestServiceWithDataPathPortInit (18.31s) [2019-12-21T10:18:10.102Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-21T10:18:10.300Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2019-12-21T10:18:11.997Z] #42 261.2 CC criu/path.o [2019-12-21T10:18:12.289Z] #42 261.8 CC criu/pie-util-vdso-elf32.o [2019-12-21T10:18:12.805Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-12-21T10:18:12.950Z] #42 262.6 CC criu/pie-util-vdso.o [2019-12-21T10:18:13.979Z] #42 ... [2019-12-21T10:18:13.979Z] [2019-12-21T10:18:13.979Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:18:13.979Z] #39 344.8 + dpkg --print-architecture [2019-12-21T10:18:13.979Z] #39 344.8 + cd /tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution [2019-12-21T10:18:13.979Z] #39 344.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-21T10:18:14.088Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.305s coverage: 57.9% of statements [2019-12-21T10:18:14.559Z] #39 345.5 + GOPATH=/tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.DrvmuqJdLU [2019-12-21T10:18:14.559Z] #39 345.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-21T10:18:16.664Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.67s) [2019-12-21T10:18:16.664Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gxztc64tc6yh4hcmq5hnno73v Created:2019-12-21 10:18:08.048975366 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[176fcbdb5f6c828783e755680cb99ba7ba2f7742b05afab48a727b0c7e2ff0e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kozclkkjl5uzmo1mog697p9by EndpointID:22e8ccefa4f88f77d2f9dd976e4e24a7f195cb31d8e287b183b98c9a75157aad MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:23c36b9cbd7d1af229c26690fffee7cc775684e72dc0e7cbdd5fd5e2d81729d6 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:beff99ffe978 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kozclkkjl5uzmo1mog697p9by EndpointID:22e8ccefa4f88f77d2f9dd976e4e24a7f195cb31d8e287b183b98c9a75157aad EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-21T10:18:16.664Z] PASS [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] === Skipped [2019-12-21T10:18:16.664Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:18:16.664Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] DONE 21 tests, 1 skipped in 53.830s [2019-12-21T10:18:16.664Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] ++ set -e [2019-12-21T10:18:16.664Z] ++ '[' -n 0 ']' [2019-12-21T10:18:16.664Z] ++ set -x [2019-12-21T10:18:16.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] INFO: Testing against a local daemon [2019-12-21T10:18:16.664Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-21T10:18:16.664Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:18:16.664Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:18:16.664Z] === RUN TestDockerNetworkIpvlan [2019-12-21T10:18:16.664Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:18:16.664Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:18:16.664Z] PASS [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] === Skipped [2019-12-21T10:18:16.664Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:18:16.664Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:18:16.664Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] [2019-12-21T10:18:16.664Z] DONE 2 tests, 2 skipped in 0.170s [2019-12-21T10:18:16.664Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] ++ set -e [2019-12-21T10:18:16.664Z] ++ '[' -n 0 ']' [2019-12-21T10:18:16.664Z] ++ set -x [2019-12-21T10:18:16.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:16.664Z] INFO: Testing against a local daemon [2019-12-21T10:18:16.664Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-21T10:18:18.569Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.05s) [2019-12-21T10:18:18.569Z] === RUN TestDockerNetworkMacvlan [2019-12-21T10:18:19.505Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-21T10:18:20.636Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.664s coverage: 46.2% of statements [2019-12-21T10:18:20.884Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-21T10:18:22.264Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-21T10:18:23.160Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.156s coverage: 72.5% of statements [2019-12-21T10:18:23.160Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-21T10:18:24.021Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.165s coverage: 48.6% of statements [2019-12-21T10:18:24.913Z] #39 ... [2019-12-21T10:18:24.913Z] [2019-12-21T10:18:24.913Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:18:24.913Z] #42 263.6 CC criu/pie-util.o [2019-12-21T10:18:24.913Z] #42 263.9 CC criu/pipes.o [2019-12-21T10:18:24.913Z] #42 265.2 CC criu/plugin.o [2019-12-21T10:18:24.913Z] #42 265.9 CC criu/proc_parse.o [2019-12-21T10:18:24.913Z] #42 271.1 CC criu/protobuf-desc.o [2019-12-21T10:18:24.913Z] #42 273.0 CC criu/protobuf.o [2019-12-21T10:18:24.913Z] #42 273.7 CC criu/pstree.o [2019-12-21T10:18:25.567Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-21T10:18:26.438Z] #42 276.1 CC criu/rbtree.o [2019-12-21T10:18:26.521Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.554s coverage: 76.1% of statements [2019-12-21T10:18:27.065Z] #42 276.8 CC criu/rst-malloc.o [2019-12-21T10:18:27.330Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-12-21T10:18:27.692Z] #42 277.4 CC criu/seccomp.o [2019-12-21T10:18:28.619Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-12-21T10:18:29.188Z] #42 278.8 CC criu/seize.o [2019-12-21T10:18:29.757Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-21T10:18:30.222Z] #42 ... [2019-12-21T10:18:30.222Z] [2019-12-21T10:18:30.222Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-21T10:18:30.222Z] #55 206.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-21T10:18:31.297Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.150s coverage: 59.8% of statements [2019-12-21T10:18:31.297Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-21T10:18:31.297Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-21T10:18:31.753Z] ok github.com/docker/docker/daemon/images 0.045s coverage: 4.9% of statements [2019-12-21T10:18:31.753Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-21T10:18:31.753Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-12-21T10:18:31.753Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-21T10:18:33.618Z] ok github.com/docker/docker/daemon/logger 0.212s coverage: 42.7% of statements [2019-12-21T10:18:33.738Z] #55 209.8 + mkdir -p /build [2019-12-21T10:18:33.738Z] #55 209.8 + cp runc /build/runc [2019-12-21T10:18:33.738Z] #55 DONE 209.9s [2019-12-21T10:18:33.738Z] [2019-12-21T10:18:33.738Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:18:33.738Z] #42 280.5 CC criu/servicefd.o [2019-12-21T10:18:33.738Z] #42 281.4 CC criu/shmem.o [2019-12-21T10:18:33.738Z] #42 282.8 CC criu/sigframe.o [2019-12-21T10:18:33.738Z] #42 283.3 CC criu/signalfd.o [2019-12-21T10:18:34.006Z] ok github.com/docker/docker/daemon/logger/awslogs 0.169s coverage: 77.8% of statements [2019-12-21T10:18:34.006Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-21T10:18:34.006Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-21T10:18:34.791Z] #42 284.3 CC criu/sk-inet.o [2019-12-21T10:18:34.829Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2019-12-21T10:18:35.227Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2019-12-21T10:18:36.053Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2019-12-21T10:18:36.323Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-21T10:18:36.455Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements [2019-12-21T10:18:37.294Z] ok github.com/docker/docker/daemon/logger/local 0.010s coverage: 74.7% of statements [2019-12-21T10:18:37.294Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-21T10:18:37.522Z] #42 286.9 CC criu/sk-netlink.o [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan (19.24s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.98s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.95s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.80s) [2019-12-21T10:18:37.701Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2019-12-21T10:18:37.701Z] PASS [2019-12-21T10:18:37.701Z] [2019-12-21T10:18:37.701Z] DONE 8 tests in 21.464s [2019-12-21T10:18:37.701Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-21T10:18:37.701Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:37.701Z] ++ set -e [2019-12-21T10:18:37.701Z] ++ '[' -n 0 ']' [2019-12-21T10:18:37.701Z] ++ set -x [2019-12-21T10:18:37.701Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:37.960Z] testing: warning: no tests to run [2019-12-21T10:18:37.960Z] PASS [2019-12-21T10:18:37.960Z] [2019-12-21T10:18:37.960Z] DONE 0 tests in 0.028s [2019-12-21T10:18:37.960Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-21T10:18:37.960Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:37.960Z] ++ set -e [2019-12-21T10:18:37.960Z] ++ '[' -n 0 ']' [2019-12-21T10:18:37.960Z] ++ set -x [2019-12-21T10:18:37.960Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:18:37.960Z] INFO: Testing against a local daemon [2019-12-21T10:18:37.960Z] === RUN TestAuthZPluginAllowRequest [2019-12-21T10:18:38.124Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 19.9% of statements [2019-12-21T10:18:38.154Z] #42 287.6 CC criu/sk-packet.o [2019-12-21T10:18:39.191Z] #42 288.7 CC criu/sk-queue.o [2019-12-21T10:18:39.459Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-12-21T10:18:39.849Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-12-21T10:18:39.864Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2019-12-21T10:18:39.864Z] === RUN TestAuthZPluginTLS [2019-12-21T10:18:40.222Z] #42 289.6 CC criu/sk-tcp.o [2019-12-21T10:18:40.432Z] --- PASS: TestAuthZPluginTLS (0.65s) [2019-12-21T10:18:40.432Z] === RUN TestAuthZPluginDenyRequest [2019-12-21T10:18:40.795Z] ok github.com/docker/docker/daemon/logger/splunk 1.627s coverage: 82.5% of statements [2019-12-21T10:18:40.795Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-21T10:18:40.999Z] --- PASS: TestAuthZPluginDenyRequest (0.61s) [2019-12-21T10:18:40.999Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-21T10:18:41.222Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-12-21T10:18:41.223Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-21T10:18:41.272Z] #42 290.5 CC criu/sk-unix.o [2019-12-21T10:18:41.567Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.63s) [2019-12-21T10:18:41.567Z] === RUN TestAuthZPluginDenyResponse [2019-12-21T10:18:42.504Z] --- PASS: TestAuthZPluginDenyResponse (0.64s) [2019-12-21T10:18:42.504Z] === RUN TestAuthZPluginAllowEventStream [2019-12-21T10:18:43.831Z] ok github.com/docker/docker/distribution/metadata 0.034s coverage: 48.2% of statements [2019-12-21T10:18:43.881Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-12-21T10:18:43.881Z] === RUN TestAuthZPluginErrorResponse [2019-12-21T10:18:44.640Z] ok github.com/docker/docker/distribution 0.382s coverage: 22.1% of statements [2019-12-21T10:18:44.640Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-21T10:18:44.770Z] #42 294.0 CC criu/sockets.o [2019-12-21T10:18:44.818Z] --- PASS: TestAuthZPluginErrorResponse (0.64s) [2019-12-21T10:18:44.818Z] === RUN TestAuthZPluginErrorRequest [2019-12-21T10:18:45.386Z] --- PASS: TestAuthZPluginErrorRequest (0.62s) [2019-12-21T10:18:45.386Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-21T10:18:45.905Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-12-21T10:18:45.953Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.63s) [2019-12-21T10:18:45.953Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-21T10:18:46.263Z] #42 295.6 CC criu/stats.o [2019-12-21T10:18:46.893Z] #42 296.2 CC criu/string.o [2019-12-21T10:18:46.893Z] #42 296.4 CC criu/sysctl.o [2019-12-21T10:18:47.222Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-12-21T10:18:47.587Z] ok github.com/docker/docker/distribution/xfer 2.002s coverage: 85.6% of statements [2019-12-21T10:18:47.587Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-21T10:18:47.923Z] #42 297.7 CC criu/sysfs_parse.o [2019-12-21T10:18:47.974Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2019-12-21T10:18:47.974Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-21T10:18:48.229Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:18:48.484Z] [2019-12-21T10:18:48.484Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-12-21T10:18:48.487Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-12-21T10:18:48.487Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-21T10:18:48.955Z] #42 298.4 CC criu/timerfd.o [2019-12-21T10:18:49.045Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-12-21T10:18:49.045Z] Using test binary docker [2019-12-21T10:18:49.045Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-21T10:18:49.045Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:18:49.045Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:18:49.045Z] Warning failed to create cache: (null) [2019-12-21T10:18:49.045Z] . [2019-12-21T10:18:49.045Z] INFO: Waiting for daemon to start... [2019-12-21T10:18:49.045Z] Starting dockerd [2019-12-21T10:18:49.293Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-12-21T10:18:49.293Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-21T10:18:50.018Z] #42 299.4 CC criu/tty.o [2019-12-21T10:18:50.276Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-12-21T10:18:50.389Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2019-12-21T10:18:50.389Z] === RUN TestAuthZPluginHeader [2019-12-21T10:18:51.325Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-12-21T10:18:51.325Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-21T10:18:51.325Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:18:51.325Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:18:51.325Z] === RUN TestAuthZPluginV2Disable [2019-12-21T10:18:51.325Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:18:51.325Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:18:51.325Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-21T10:18:51.325Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:18:51.325Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:18:51.325Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-21T10:18:51.325Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:18:51.325Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:18:51.325Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-21T10:18:51.552Z] . [2019-12-21T10:18:51.552Z] INFO: Building docker-sdk-python3:4.1.0... [2019-12-21T10:18:51.804Z] ok github.com/docker/docker/opts 0.036s coverage: 66.9% of statements [2019-12-21T10:18:51.804Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-12-21T10:18:53.524Z] #42 302.9 CC criu/tun.o [2019-12-21T10:18:54.153Z] #42 303.8 CC criu/uffd.o [2019-12-21T10:18:54.312Z] ok github.com/docker/docker/pkg/archive 0.561s coverage: 77.0% of statements [2019-12-21T10:18:55.610Z] ok github.com/docker/docker/pkg/authorization 0.502s coverage: 68.3% of statements [2019-12-21T10:18:55.998Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-12-21T10:18:55.998Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-12-21T10:18:56.868Z] #42 306.0 CC criu/util.o [2019-12-21T10:18:57.158Z] #42 ... [2019-12-21T10:18:57.158Z] [2019-12-21T10:18:57.158Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-21T10:18:57.158Z] #39 388.3 + rm -rf /tmp/tmp.DrvmuqJdLU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.DrvmuqJdLU [2019-12-21T10:18:57.158Z] #39 DONE 388.4s [2019-12-21T10:18:57.448Z] [2019-12-21T10:18:57.448Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:18:58.492Z] ok github.com/docker/docker/layer 7.837s coverage: 68.8% of statements [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/oci [no test files] [2019-12-21T10:18:58.492Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-21T10:18:58.492Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-12-21T10:18:58.876Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-12-21T10:18:59.688Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 92.9% of statements [2019-12-21T10:19:00.169Z] #23 ... [2019-12-21T10:19:00.169Z] [2019-12-21T10:19:00.169Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-21T10:19:00.169Z] #42 309.3 CC criu/uts_ns.o [2019-12-21T10:19:00.169Z] #42 309.7 CC criu/vdso.o [2019-12-21T10:19:00.524Z] ok github.com/docker/docker/pkg/chrootarchive 3.591s coverage: 43.2% of statements [2019-12-21T10:19:00.524Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-21T10:19:00.524Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-21T10:19:01.199Z] #42 310.7 LINK criu/built-in.o [2019-12-21T10:19:01.489Z] #42 311.0 LINK criu/criu [2019-12-21T10:19:02.120Z] #42 311.7 DEP lib/c/criu.d [2019-12-21T10:19:02.410Z] #42 311.9 CC images/rpc.pb-c.o [2019-12-21T10:19:02.557Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2019-12-21T10:19:03.383Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-12-21T10:19:03.383Z] ok github.com/docker/docker/pkg/discovery/kv 3.102s coverage: 84.1% of statements [2019-12-21T10:19:03.440Z] #42 313.0 CC lib/c/criu.o [2019-12-21T10:19:03.785Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-12-21T10:19:04.624Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-12-21T10:19:04.624Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-12-21T10:19:04.993Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2019-12-21T10:19:05.384Z] ok github.com/docker/docker/pkg/fsutils 0.383s coverage: 85.1% of statements [2019-12-21T10:19:05.496Z] #42 315.0 LINK lib/c/built-in.o [2019-12-21T10:19:05.496Z] #42 315.0 LINK lib/c/libcriu.so [2019-12-21T10:19:05.808Z] #42 315.5 GEN magic.py [2019-12-21T10:19:06.099Z] #42 315.7 Note: Building without setproctitle() and strlcpy() support. [2019-12-21T10:19:06.099Z] #42 315.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-21T10:19:06.233Z] ok github.com/docker/docker/pkg/idtools 0.330s coverage: 70.1% of statements [2019-12-21T10:19:06.628Z] ok github.com/docker/docker/pkg/ioutils 0.477s coverage: 70.6% of statements [2019-12-21T10:19:06.628Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2019-12-21T10:19:07.126Z] #42 316.5 fatal: Not a git repository (or any of the parent directories): .git [2019-12-21T10:19:07.444Z] ok github.com/docker/docker/pkg/locker 0.084s coverage: 88.9% of statements [2019-12-21T10:19:07.444Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-12-21T10:19:07.444Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-21T10:19:07.832Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2019-12-21T10:19:08.235Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-12-21T10:19:08.611Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-12-21T10:19:08.630Z] #42 317.9 make[1]: Nothing to be done for 'all'. [2019-12-21T10:19:08.979Z] ok github.com/docker/docker/pkg/mount 1.142s coverage: 70.0% of statements [2019-12-21T10:19:08.979Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-21T10:19:09.372Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 91.4% of statements [2019-12-21T10:19:09.407Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.08s) [2019-12-21T10:19:09.407Z] PASS [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] === Skipped [2019-12-21T10:19:09.407Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:19:09.407Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:19:09.407Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:19:09.407Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:19:09.407Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] [2019-12-21T10:19:09.407Z] DONE 17 tests, 4 skipped in 31.543s [2019-12-21T10:19:09.407Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-21T10:19:09.407Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:09.407Z] ++ set -e [2019-12-21T10:19:09.407Z] ++ '[' -n 0 ']' [2019-12-21T10:19:09.407Z] ++ set -x [2019-12-21T10:19:09.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-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:09.666Z] INFO: Testing against a local daemon [2019-12-21T10:19:09.666Z] === RUN TestPluginInvalidJSON [2019-12-21T10:19:09.666Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:19:09.666Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:19:09.666Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:19:09.666Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-12-21T10:19:09.666Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-21T10:19:09.666Z] PASS [2019-12-21T10:19:09.666Z] [2019-12-21T10:19:09.666Z] DONE 2 tests in 0.160s [2019-12-21T10:19:09.666Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-21T10:19:09.666Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:09.666Z] ++ set -e [2019-12-21T10:19:09.666Z] ++ '[' -n 0 ']' [2019-12-21T10:19:09.666Z] ++ set -x [2019-12-21T10:19:09.666Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:09.666Z] INFO: Testing against a local daemon [2019-12-21T10:19:09.666Z] === RUN TestExternalGraphDriver [2019-12-21T10:19:09.886Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2019-12-21T10:19:09.886Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-21T10:19:09.886Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-21T10:19:09.925Z] === RUN TestExternalGraphDriver/json [2019-12-21T10:19:10.135Z] #42 319.4 make[1]: 'images/built-in.o' is up to date. [2019-12-21T10:19:10.135Z] #42 319.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-21T10:19:10.135Z] #42 319.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-21T10:19:10.135Z] #42 319.6 make[1]: 'compel/libcompel.a' is up to date. [2019-12-21T10:19:10.135Z] #42 319.7 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-21T10:19:10.135Z] #42 319.7 make[1]: Nothing to be done for 'all'. [2019-12-21T10:19:10.135Z] #42 319.8 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-21T10:19:10.425Z] #42 320.1 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:10.425Z] #42 320.1 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:10.716Z] #42 320.2 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:10.716Z] #42 320.5 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:11.007Z] #42 320.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:11.007Z] #42 320.6 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:11.297Z] #42 320.7 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:11.297Z] #42 320.9 make[2]: Nothing to be done for 'all'. [2019-12-21T10:19:11.297Z] #42 320.9 INSTALL criu/criu [2019-12-21T10:19:11.369Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2019-12-21T10:19:11.588Z] #42 DONE 321.1s [2019-12-21T10:19:11.588Z] [2019-12-21T10:19:11.588Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:11.775Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-12-21T10:19:12.168Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-12-21T10:19:12.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-21T10:19:12.459Z] === RUN TestExternalGraphDriver/spec [2019-12-21T10:19:12.581Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-12-21T10:19:13.868Z] ok github.com/docker/docker/pkg/pubsub 1.036s coverage: 73.9% of statements [2019-12-21T10:19:14.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-21T10:19:14.236Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2019-12-21T10:19:14.993Z] === RUN TestExternalGraphDriver/pull [2019-12-21T10:19:17.473Z] ok github.com/docker/docker/pkg/signal 2.534s coverage: 61.0% of statements [2019-12-21T10:19:17.535Z] --- PASS: TestExternalGraphDriver (7.47s) [2019-12-21T10:19:17.535Z] --- PASS: TestExternalGraphDriver/json (2.44s) [2019-12-21T10:19:17.535Z] --- PASS: TestExternalGraphDriver/spec (2.68s) [2019-12-21T10:19:17.535Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2019-12-21T10:19:17.535Z] === RUN TestGraphdriverPluginV2 [2019-12-21T10:19:17.535Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2019-12-21T10:19:17.535Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:17.535Z] PASS [2019-12-21T10:19:17.535Z] [2019-12-21T10:19:17.535Z] === Skipped [2019-12-21T10:19:17.535Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2019-12-21T10:19:17.535Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:19:17.535Z] [2019-12-21T10:19:17.535Z] [2019-12-21T10:19:17.535Z] DONE 5 tests, 1 skipped in 7.644s [2019-12-21T10:19:17.535Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-21T10:19:17.535Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:17.535Z] ++ set -e [2019-12-21T10:19:17.535Z] ++ '[' -n 0 ']' [2019-12-21T10:19:17.535Z] ++ set -x [2019-12-21T10:19:17.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:17.535Z] INFO: Testing against a local daemon [2019-12-21T10:19:17.535Z] === RUN TestContinueAfterPluginCrash [2019-12-21T10:19:17.535Z] === PAUSE TestContinueAfterPluginCrash [2019-12-21T10:19:17.535Z] === RUN TestDaemonStartWithLogOpt [2019-12-21T10:19:17.535Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-21T10:19:17.535Z] === CONT TestContinueAfterPluginCrash [2019-12-21T10:19:17.535Z] === CONT TestDaemonStartWithLogOpt [2019-12-21T10:19:17.853Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-12-21T10:19:18.659Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-12-21T10:19:18.659Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-12-21T10:19:19.045Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-12-21T10:19:19.936Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-12-21T10:19:20.420Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 36.2% of statements [2019-12-21T10:19:21.452Z] ok github.com/docker/docker/pkg/tailfile 0.070s coverage: 88.6% of statements [2019-12-21T10:19:22.300Z] ok github.com/docker/docker/pkg/tarsum 0.057s coverage: 89.3% of statements [2019-12-21T10:19:22.683Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-12-21T10:19:22.683Z] testing: warning: no tests to run [2019-12-21T10:19:22.683Z] coverage: [no statements] [2019-12-21T10:19:22.683Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2019-12-21T10:19:23.502Z] ok github.com/docker/docker/pkg/truncindex 0.118s coverage: 91.5% of statements [2019-12-21T10:19:23.502Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-12-21T10:19:23.921Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-12-21T10:19:24.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-21T10:19:26.395Z] ok github.com/docker/docker/plugin 0.551s coverage: 27.1% of statements [2019-12-21T10:19:27.201Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-12-21T10:19:27.607Z] --- PASS: TestDaemonStartWithLogOpt (10.05s) [2019-12-21T10:19:28.381Z] 65014b3c3121: Pull complete [2019-12-21T10:19:28.538Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-12-21T10:19:28.933Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-12-21T10:19:30.941Z] ok github.com/docker/docker/registry 0.224s coverage: 56.0% of statements [2019-12-21T10:19:31.745Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-12-21T10:19:31.745Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-12-21T10:19:32.876Z] --- PASS: TestContinueAfterPluginCrash (14.90s) [2019-12-21T10:19:32.876Z] PASS [2019-12-21T10:19:32.876Z] [2019-12-21T10:19:32.876Z] DONE 2 tests in 15.044s [2019-12-21T10:19:32.876Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-21T10:19:32.876Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:32.876Z] ++ set -e [2019-12-21T10:19:32.876Z] ++ '[' -n 0 ']' [2019-12-21T10:19:32.876Z] ++ set -x [2019-12-21T10:19:32.877Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:32.877Z] INFO: Testing against a local daemon [2019-12-21T10:19:32.877Z] === RUN TestPluginWithDevMounts [2019-12-21T10:19:32.877Z] === PAUSE TestPluginWithDevMounts [2019-12-21T10:19:32.877Z] === CONT TestPluginWithDevMounts [2019-12-21T10:19:33.065Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2019-12-21T10:19:33.065Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-12-21T10:19:34.781Z] --- PASS: TestPluginWithDevMounts (2.27s) [2019-12-21T10:19:34.781Z] PASS [2019-12-21T10:19:34.781Z] [2019-12-21T10:19:34.781Z] DONE 1 tests in 2.422s [2019-12-21T10:19:34.781Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-12-21T10:19:34.781Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:34.781Z] ++ set -e [2019-12-21T10:19:34.781Z] ++ '[' -n 0 ']' [2019-12-21T10:19:34.781Z] ++ set -x [2019-12-21T10:19:34.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:35.040Z] INFO: Testing against a local daemon [2019-12-21T10:19:35.040Z] === RUN TestSecretInspect [2019-12-21T10:19:36.363Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-12-21T10:19:37.159Z] ok github.com/docker/docker/volume/local 0.045s coverage: 73.0% of statements [2019-12-21T10:19:38.011Z] ok github.com/docker/docker/volume/mounts 0.039s coverage: 67.0% of statements [2019-12-21T10:19:38.207Z] sha256:09efc7e6d8430b866dc644e77aacaa12b01cd463c562e2845c0c564a49e43a6a [2019-12-21T10:19:38.208Z] INFO: Starting docker-py tests... [2019-12-21T10:19:38.208Z] ============================= test session starts ============================== [2019-12-21T10:19:38.208Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.0, pluggy-0.13.1 [2019-12-21T10:19:38.208Z] rootdir: /src, inifile: pytest.ini [2019-12-21T10:19:38.208Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-12-21T10:19:38.208Z] collected 385 items / 5 deselected / 380 selected [2019-12-21T10:19:38.208Z] [2019-12-21T10:19:38.327Z] --- PASS: TestSecretInspect (3.27s) [2019-12-21T10:19:38.327Z] === RUN TestSecretList [2019-12-21T10:19:39.300Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.0% of statements [2019-12-21T10:19:40.861Z] --- PASS: TestSecretList (2.72s) [2019-12-21T10:19:40.861Z] === RUN TestSecretsCreateAndDelete [2019-12-21T10:19:44.149Z] --- PASS: TestSecretsCreateAndDelete (3.22s) [2019-12-21T10:19:44.149Z] === RUN TestSecretsUpdate [2019-12-21T10:19:44.321Z] #23 ... [2019-12-21T10:19:44.321Z] [2019-12-21T10:19:44.321Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:44.321Z] #60 381.7 + bin/containerd [2019-12-21T10:19:44.530Z] ok github.com/docker/docker/pkg/plugins 33.623s coverage: 76.6% of statements [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/rootless [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-21T10:19:44.530Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/volume [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-21T10:19:44.531Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === Skipped [2019-12-21T10:19:44.901Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-21T10:19:44.901Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-21T10:19:44.901Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-21T10:19:44.901Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-21T10:19:44.901Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-21T10:19:44.901Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-21T10:19:44.901Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.901Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:19:44.901Z] [2019-12-21T10:19:44.901Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-21T10:19:44.902Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.902Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-21T10:19:44.902Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.902Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-21T10:19:44.902Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.902Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-21T10:19:44.902Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:19:44.902Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-21T10:19:44.902Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-21T10:19:44.902Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-21T10:19:44.902Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] [2019-12-21T10:19:44.902Z] DONE 2155 tests, 20 skipped in 239.034s Post stage [Pipeline] junit [2019-12-21T10:19:45.403Z] Recording test results [2019-12-21T10:19:47.048Z] #60 ... [2019-12-21T10:19:47.048Z] [2019-12-21T10:19:47.048Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:47.048Z] #51 DONE 437.6s [2019-12-21T10:19:47.048Z] [2019-12-21T10:19:47.048Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-21T10:19:47.435Z] --- PASS: TestSecretsUpdate (3.33s) [2019-12-21T10:19:47.435Z] === RUN TestTemplatedSecret [2019-12-21T10:19:48.025Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -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:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh dynbinary test-integration [2019-12-21T10:19:48.408Z] [2019-12-21T10:19:48.408Z] Removing bundles/ [2019-12-21T10:19:48.408Z] [2019-12-21T10:19:48.408Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-21T10:19:48.408Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:19:48.408Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:19:51.624Z] --- PASS: TestTemplatedSecret (3.45s) [2019-12-21T10:19:51.624Z] === RUN TestSecretCreateResolve [2019-12-21T10:19:52.585Z] #23 443.3 + return [2019-12-21T10:19:52.585Z] #23 DONE 443.5s [2019-12-21T10:19:52.585Z] [2019-12-21T10:19:52.585Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:54.157Z] --- PASS: TestSecretCreateResolve (3.20s) [2019-12-21T10:19:54.157Z] PASS [2019-12-21T10:19:54.157Z] [2019-12-21T10:19:54.157Z] DONE 6 tests in 19.334s [2019-12-21T10:19:54.157Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-12-21T10:19:54.157Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:54.157Z] ++ set -e [2019-12-21T10:19:54.157Z] ++ '[' -n 0 ']' [2019-12-21T10:19:54.157Z] ++ set -x [2019-12-21T10:19:54.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:19:54.416Z] INFO: Testing against a local daemon [2019-12-21T10:19:54.416Z] === RUN TestServiceCreateInit [2019-12-21T10:19:54.416Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-21T10:19:55.322Z] #60 ... [2019-12-21T10:19:55.322Z] [2019-12-21T10:19:55.322Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-21T10:19:55.322Z] #24 DONE 0.1s [2019-12-21T10:19:55.322Z] [2019-12-21T10:19:55.322Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:19:55.611Z] #28 DONE 0.6s [2019-12-21T10:19:55.611Z] [2019-12-21T10:19:55.611Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:55.611Z] #60 ... [2019-12-21T10:19:55.611Z] [2019-12-21T10:19:55.611Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-21T10:19:55.611Z] #30 DONE 0.1s [2019-12-21T10:19:55.611Z] [2019-12-21T10:19:55.611Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-21T10:19:55.918Z] #33 DONE 0.1s [2019-12-21T10:19:55.918Z] [2019-12-21T10:19:55.918Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-21T10:19:55.918Z] #38 DONE 0.1s [2019-12-21T10:19:55.918Z] [2019-12-21T10:19:55.918Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-21T10:19:55.918Z] #40 DONE 0.1s [2019-12-21T10:19:55.918Z] [2019-12-21T10:19:55.918Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-21T10:19:55.918Z] #43 DONE 0.1s [2019-12-21T10:19:55.918Z] [2019-12-21T10:19:55.918Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:56.204Z] #60 ... [2019-12-21T10:19:56.204Z] [2019-12-21T10:19:56.204Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-21T10:19:56.204Z] #46 DONE 0.1s [2019-12-21T10:19:56.204Z] [2019-12-21T10:19:56.204Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-21T10:19:56.204Z] #49 DONE 0.1s [2019-12-21T10:19:56.204Z] [2019-12-21T10:19:56.205Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-21T10:19:56.205Z] #52 DONE 0.1s [2019-12-21T10:19:56.205Z] [2019-12-21T10:19:56.205Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:56.494Z] #60 ... [2019-12-21T10:19:56.494Z] [2019-12-21T10:19:56.494Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-21T10:19:56.494Z] #56 DONE 0.1s [2019-12-21T10:19:56.494Z] [2019-12-21T10:19:56.494Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-21T10:19:58.885Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-12-21T10:19:59.139Z] tests/integration/api_client_test.py ..... [ 7%] [2019-12-21T10:19:59.688Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-21T10:20:00.499Z] tests/integration/api_config_test.py ..... [ 8%] [2019-12-21T10:20:03.879Z] --- PASS: TestServiceCreateInit (9.63s) [2019-12-21T10:20:03.879Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.58s) [2019-12-21T10:20:03.879Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.00s) [2019-12-21T10:20:03.879Z] === RUN TestCreateServiceMultipleTimes [2019-12-21T10:20:30.438Z] --- PASS: TestCreateServiceMultipleTimes (23.37s) [2019-12-21T10:20:30.438Z] === RUN TestCreateServiceConflict [2019-12-21T10:20:30.438Z] --- PASS: TestCreateServiceConflict (2.74s) [2019-12-21T10:20:30.438Z] === RUN TestCreateServiceMaxReplicas [2019-12-21T10:20:33.725Z] --- PASS: TestCreateServiceMaxReplicas (3.59s) [2019-12-21T10:20:33.725Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-21T10:20:34.543Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-12-21T10:20:35.785Z] #60 431.0 + bin/containerd-stress [2019-12-21T10:20:35.785Z] #60 434.7 + bin/containerd-shim [2019-12-21T10:20:45.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-21T10:20:45.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-21T10:20:45.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-21T10:20:46.119Z] #60 445.0 + bin/containerd-shim-runc-v1 [2019-12-21T10:20:46.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-21T10:20:48.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-21T10:20:51.667Z] #60 450.0 + bin/containerd-shim-runc-v2 [2019-12-21T10:20:51.812Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.11s) [2019-12-21T10:20:51.812Z] === RUN TestCreateServiceSecretFileMode [2019-12-21T10:20:52.070Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2019-12-21T10:20:52.070Z] === RUN TestCreateServiceConfigFileMode [2019-12-21T10:20:52.286Z] #60 451.4 + binaries [2019-12-21T10:20:52.287Z] #60 451.4 + mkdir -p /build [2019-12-21T10:20:52.287Z] #60 451.4 + cp bin/containerd /build/containerd [2019-12-21T10:20:52.287Z] #60 451.4 + cp bin/containerd-shim /build/containerd-shim [2019-12-21T10:20:52.287Z] #60 451.4 + cp bin/ctr /build/ctr [2019-12-21T10:20:52.287Z] #60 DONE 451.5s [2019-12-21T10:20:53.772Z] [2019-12-21T10:20:53.772Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-21T10:20:53.772Z] #61 DONE 0.1s [2019-12-21T10:20:53.772Z] [2019-12-21T10:20:53.772Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-21T10:20:54.057Z] #65 DONE 0.1s [2019-12-21T10:20:54.057Z] [2019-12-21T10:20:54.057Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-21T10:20:54.057Z] #67 DONE 0.1s [2019-12-21T10:20:54.057Z] [2019-12-21T10:20:54.057Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-21T10:20:54.057Z] #70 DONE 0.1s [2019-12-21T10:20:54.057Z] [2019-12-21T10:20:54.057Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-21T10:20:54.057Z] #71 DONE 0.0s [2019-12-21T10:20:54.341Z] [2019-12-21T10:20:54.341Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-21T10:20:55.358Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2019-12-21T10:20:55.358Z] === RUN TestCreateServiceSysctls [2019-12-21T10:20:56.381Z] #72 DONE 2.1s [2019-12-21T10:20:56.381Z] [2019-12-21T10:20:56.381Z] #73 exporting to oci image format [2019-12-21T10:20:56.381Z] #73 exporting layers [2019-12-21T10:20:56.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-21T10:20:58.826Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:20:58.826Z] [2019-12-21T10:20:58.826Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:20:58.826Z] PKG_CONFIG=pkg-config [2019-12-21T10:20:58.826Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:20:58.826Z] HOSTNAME=93c8f2dab689 [2019-12-21T10:20:58.826Z] DOCKER_EXPERIMENTAL=1 [2019-12-21T10:20:58.826Z] container=docker [2019-12-21T10:20:58.826Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-21T10:20:58.826Z] GO111MODULE=off [2019-12-21T10:20:58.826Z] GOPATH=/go [2019-12-21T10:20:58.826Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:20:58.826Z] HOME=/root [2019-12-21T10:20:58.826Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:20:58.826Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:20:58.826Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:20:58.826Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:20:58.826Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:20:58.826Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:20:58.826Z] TERM=xterm [2019-12-21T10:20:58.826Z] VALIDATE_BRANCH=master [2019-12-21T10:20:58.826Z] DEST=bundles/test-integration [2019-12-21T10:20:58.826Z] SHLVL=1 [2019-12-21T10:20:58.826Z] TIMEOUT=120m [2019-12-21T10:20:58.826Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:20:58.826Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:20:58.826Z] TESTDEBUG=0 [2019-12-21T10:20:58.826Z] _=/usr/bin/env [2019-12-21T10:20:58.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-21T10:20:59.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-21T10:21:00.627Z] --- PASS: TestCreateServiceSysctls (4.41s) [2019-12-21T10:21:00.628Z] === RUN TestCreateServiceCapabilities [2019-12-21T10:21:03.162Z] --- PASS: TestCreateServiceCapabilities (3.31s) [2019-12-21T10:21:03.162Z] === RUN TestInspect [2019-12-21T10:21:06.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-21T10:21:07.361Z] --- PASS: TestInspect (3.46s) [2019-12-21T10:21:07.361Z] === RUN TestServiceListWithStatuses [2019-12-21T10:21:07.361Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-21T10:21:07.361Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:21:07.361Z] === RUN TestDockerNetworkConnectAlias [2019-12-21T10:21:13.925Z] --- PASS: TestDockerNetworkConnectAlias (7.32s) [2019-12-21T10:21:13.925Z] === RUN TestDockerNetworkReConnect [2019-12-21T10:21:14.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-21T10:21:19.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-21T10:21:20.492Z] --- PASS: TestDockerNetworkReConnect (5.99s) [2019-12-21T10:21:20.492Z] === RUN TestServicePlugin [2019-12-21T10:21:20.492Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-21T10:21:20.492Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:21:20.492Z] === RUN TestServiceUpdateLabel [2019-12-21T10:21:23.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-21T10:21:23.778Z] --- PASS: TestServiceUpdateLabel (3.27s) [2019-12-21T10:21:23.778Z] === RUN TestServiceUpdateSecrets [2019-12-21T10:21:24.864Z] faf31ee0aa3d: Pull complete [2019-12-21T10:21:24.864Z] Digest: sha256:4fd18320df2be163bd7a526e2b2131f9e89069fcc1a8c17e6c188e0e58e66bbd [2019-12-21T10:21:24.864Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:21:24.864Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:21:24.864Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-12-21T10:21:24.864Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-12-21T10:21:24.864Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.914' [2019-12-21T10:21:24.864Z] INFO: Docker version of control daemon [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] Client: Docker Engine - Enterprise [2019-12-21T10:21:24.864Z] Version: 19.03.2 [2019-12-21T10:21:24.864Z] API version: 1.40 [2019-12-21T10:21:24.864Z] Go version: go1.12.8 [2019-12-21T10:21:24.864Z] Git commit: c92ab06ed9 [2019-12-21T10:21:24.864Z] Built: 09/03/2019 16:38:11 [2019-12-21T10:21:24.864Z] OS/Arch: windows/amd64 [2019-12-21T10:21:24.864Z] Experimental: false [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] Server: Docker Engine - Enterprise [2019-12-21T10:21:24.864Z] Engine: [2019-12-21T10:21:24.864Z] Version: 19.03.2 [2019-12-21T10:21:24.864Z] API version: 1.40 (minimum version 1.24) [2019-12-21T10:21:24.864Z] Go version: go1.12.8 [2019-12-21T10:21:24.864Z] Git commit: c92ab06ed9 [2019-12-21T10:21:24.864Z] Built: 09/03/2019 16:35:47 [2019-12-21T10:21:24.864Z] OS/Arch: windows/amd64 [2019-12-21T10:21:24.864Z] Experimental: true [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] INFO: Docker info of control daemon [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] Client: [2019-12-21T10:21:24.864Z] Debug Mode: false [2019-12-21T10:21:24.864Z] Plugins: [2019-12-21T10:21:24.864Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] Server: [2019-12-21T10:21:24.864Z] Containers: 0 [2019-12-21T10:21:24.864Z] Running: 0 [2019-12-21T10:21:24.864Z] Paused: 0 [2019-12-21T10:21:24.864Z] Stopped: 0 [2019-12-21T10:21:24.864Z] Images: 1 [2019-12-21T10:21:24.864Z] Server Version: 19.03.2 [2019-12-21T10:21:24.864Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-12-21T10:21:24.864Z] Windows: [2019-12-21T10:21:24.864Z] LCOW: [2019-12-21T10:21:24.864Z] Logging Driver: json-file [2019-12-21T10:21:24.864Z] Plugins: [2019-12-21T10:21:24.864Z] Volume: local [2019-12-21T10:21:24.864Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-12-21T10:21:24.864Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-21T10:21:24.864Z] Swarm: inactive [2019-12-21T10:21:24.864Z] Default Isolation: process [2019-12-21T10:21:24.864Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-21T10:21:24.864Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-21T10:21:24.864Z] OSType: windows [2019-12-21T10:21:24.864Z] Architecture: x86_64 [2019-12-21T10:21:24.864Z] CPUs: 4 [2019-12-21T10:21:24.864Z] Total Memory: 32GiB [2019-12-21T10:21:24.864Z] Name: azwin-2-8c6d60 [2019-12-21T10:21:24.864Z] ID: QTTQ:M7RZ:2NA6:EI22:D2PD:ZI4W:RA6Q:C36T:AXPG:HG52:W2NW:AFCP [2019-12-21T10:21:24.864Z] Docker Root Dir: D:\docker [2019-12-21T10:21:24.864Z] Debug Mode: false [2019-12-21T10:21:24.864Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:21:24.864Z] Labels: [2019-12-21T10:21:24.864Z] Experimental: true [2019-12-21T10:21:24.864Z] Insecure Registries: [2019-12-21T10:21:24.864Z] 10.0.0.4:5000 [2019-12-21T10:21:24.864Z] 127.0.0.0/8 [2019-12-21T10:21:24.864Z] Registry Mirrors: [2019-12-21T10:21:24.864Z] http://10.0.0.4:5000/ [2019-12-21T10:21:24.864Z] Live Restore Enabled: false [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] INFO: Commit hash is e558622cc [2019-12-21T10:21:24.864Z] INFO: Nuke-Everything... [2019-12-21T10:21:24.864Z] INFO: Container count on control daemon to delete is 0 [2019-12-21T10:21:24.864Z] INFO: Nuking d:\CI [2019-12-21T10:21:24.864Z] INFO: Zapped successfully [2019-12-21T10:21:24.864Z] INFO: Location for testing is d:\CI\PR-39998\49 [2019-12-21T10:21:24.864Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:24.864Z] INFO: Building the image from Dockerfile.windows at 12/21/2019 10:21:23... [2019-12-21T10:21:24.864Z] [2019-12-21T10:21:27.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-21T10:21:30.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-21T10:21:30.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-21T10:21:30.664Z] Sending build context to Docker daemon 50.82MB [2019-12-21T10:21:30.664Z] [2019-12-21T10:21:30.664Z] Step 1/10 : FROM microsoft/windowsservercore [2019-12-21T10:21:30.664Z] ---> 782a75e44953 [2019-12-21T10:21:30.664Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-12-21T10:21:30.664Z] ---> Running in 2cbc471441d7 [2019-12-21T10:21:30.664Z] Removing intermediate container 2cbc471441d7 [2019-12-21T10:21:30.664Z] ---> d94689b3c3ef [2019-12-21T10:21:30.664Z] Step 3/10 : ARG GO_VERSION=1.13.4 [2019-12-21T10:21:30.664Z] ---> Running in 5026080f511e [2019-12-21T10:21:31.125Z] Removing intermediate container 5026080f511e [2019-12-21T10:21:31.125Z] ---> caa683cb9bce [2019-12-21T10:21:31.125Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2019-12-21T10:21:31.125Z] ---> Running in 88cd11ca32b0 [2019-12-21T10:21:31.585Z] Removing intermediate container 88cd11ca32b0 [2019-12-21T10:21:31.585Z] ---> 8446a0b42746 [2019-12-21T10:21:31.585Z] 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} [2019-12-21T10:21:31.585Z] ---> Running in a33b1639faa2 [2019-12-21T10:21:32.045Z] Removing intermediate container a33b1639faa2 [2019-12-21T10:21:32.045Z] ---> 088a57deb6ed [2019-12-21T10:21:32.045Z] 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; [2019-12-21T10:21:32.504Z] ---> Running in e225e6123aa7 [2019-12-21T10:21:33.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-21T10:21:34.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-21T10:21:35.181Z] ................................................ [ 29%] [2019-12-21T10:21:37.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-21T10:21:38.667Z] --- PASS: TestServiceUpdateSecrets (15.41s) [2019-12-21T10:21:38.667Z] === RUN TestServiceUpdateConfigs [2019-12-21T10:21:41.255Z] [2019-12-21T10:21:41.255Z] SUCCESS: Specified value was saved. [2019-12-21T10:21:41.255Z] INFO: Downloading git... [2019-12-21T10:21:42.009Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:21:42.009Z] Using test binary docker [2019-12-21T10:21:42.009Z] +++ /etc/init.d/apparmor start [2019-12-21T10:21:42.009Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:21:42.009Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:21:42.009Z] Warning failed to create cache: (null) [2019-12-21T10:21:42.009Z] . [2019-12-21T10:21:42.009Z] INFO: Waiting for daemon to start... [2019-12-21T10:21:42.009Z] Starting dockerd [2019-12-21T10:21:42.009Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-12-21T10:21:42.797Z] INFO: Downloading go... [2019-12-21T10:21:44.538Z] . [2019-12-21T10:21:44.538Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:21:44.538Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:21:44.538Z] Error: No such image: emptyfs [2019-12-21T10:21:44.538Z] ++++ docker load [2019-12-21T10:21:44.538Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:21:44.796Z] Running integration-test (iteration 1) [2019-12-21T10:21:44.796Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-12-21T10:21:44.796Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:21:44.796Z] ++ set -e [2019-12-21T10:21:44.796Z] ++ '[' -n 0 ']' [2019-12-21T10:21:44.796Z] ++ set -x [2019-12-21T10:21:44.796Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:21:48.594Z] INFO: Downloading compiler 1 of 3... [2019-12-21T10:21:48.594Z] INFO: Downloading compiler 2 of 3... [2019-12-21T10:21:49.055Z] INFO: Downloading compiler 3 of 3... [2019-12-21T10:21:49.528Z] INFO: Extracting git... [2019-12-21T10:21:53.340Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-12-21T10:21:56.755Z] --- PASS: TestServiceUpdateConfigs (15.22s) [2019-12-21T10:21:56.755Z] === RUN TestServiceUpdateNetwork [2019-12-21T10:21:57.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-21T10:21:57.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-21T10:21:58.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-21T10:22:00.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-21T10:22:00.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-21T10:22:00.948Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-12-21T10:22:03.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-21T10:22:04.432Z] INFO: Expanding go... [2019-12-21T10:22:05.021Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-12-21T10:22:05.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-21T10:22:08.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-21T10:22:11.632Z] --- PASS: TestServiceUpdateNetwork (15.53s) [2019-12-21T10:22:11.632Z] PASS [2019-12-21T10:22:11.632Z] [2019-12-21T10:22:11.632Z] === Skipped [2019-12-21T10:22:11.632Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-12-21T10:22:11.632Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:22:11.632Z] [2019-12-21T10:22:11.632Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-12-21T10:22:11.632Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:22:11.632Z] [2019-12-21T10:22:11.632Z] [2019-12-21T10:22:11.632Z] DONE 20 tests, 2 skipped in 135.195s [2019-12-21T10:22:11.632Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-12-21T10:22:11.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:11.632Z] ++ set -e [2019-12-21T10:22:11.632Z] ++ '[' -n 0 ']' [2019-12-21T10:22:11.632Z] ++ set -x [2019-12-21T10:22:11.633Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:11.633Z] INFO: Testing against a local daemon [2019-12-21T10:22:11.633Z] === RUN TestSessionCreate [2019-12-21T10:22:11.633Z] --- PASS: TestSessionCreate (0.05s) [2019-12-21T10:22:11.633Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-21T10:22:11.633Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-12-21T10:22:11.633Z] PASS [2019-12-21T10:22:11.633Z] [2019-12-21T10:22:11.633Z] DONE 2 tests in 0.240s [2019-12-21T10:22:11.633Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-12-21T10:22:11.633Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:11.633Z] ++ set -e [2019-12-21T10:22:11.633Z] ++ '[' -n 0 ']' [2019-12-21T10:22:11.633Z] ++ set -x [2019-12-21T10:22:11.633Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:11.633Z] INFO: Testing against a local daemon [2019-12-21T10:22:11.633Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-21T10:22:11.633Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:22:11.633Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:22:11.633Z] === RUN TestEventsExecDie [2019-12-21T10:22:11.633Z] --- PASS: TestEventsExecDie (0.93s) [2019-12-21T10:22:11.633Z] === RUN TestEventsBackwardsCompatible [2019-12-21T10:22:11.633Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-12-21T10:22:11.633Z] === RUN TestInfoBinaryCommits [2019-12-21T10:22:11.633Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-12-21T10:22:11.633Z] === RUN TestInfoAPIVersioned [2019-12-21T10:22:11.633Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-12-21T10:22:11.633Z] === RUN TestInfoDiscoveryBackend [2019-12-21T10:22:11.633Z] --- PASS: TestInfoDiscoveryBackend (0.66s) [2019-12-21T10:22:11.633Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-21T10:22:11.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-21T10:22:12.568Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-21T10:22:12.568Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-21T10:22:13.136Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2019-12-21T10:22:13.136Z] === RUN TestInfoAPI [2019-12-21T10:22:13.136Z] --- PASS: TestInfoAPI (0.05s) [2019-12-21T10:22:13.136Z] === RUN TestInfoAPIWarnings [2019-12-21T10:22:14.073Z] --- PASS: TestInfoAPIWarnings (0.60s) [2019-12-21T10:22:14.073Z] === RUN TestInfoDebug [2019-12-21T10:22:14.640Z] --- PASS: TestInfoDebug (0.68s) [2019-12-21T10:22:14.640Z] === RUN TestInfoInsecureRegistries [2019-12-21T10:22:15.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-21T10:22:15.208Z] --- PASS: TestInfoInsecureRegistries (0.60s) [2019-12-21T10:22:15.208Z] === RUN TestInfoRegistryMirrors [2019-12-21T10:22:15.776Z] --- PASS: TestInfoRegistryMirrors (0.59s) [2019-12-21T10:22:15.776Z] === RUN TestLoginFailsWithBadCredentials [2019-12-21T10:22:16.035Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s) [2019-12-21T10:22:16.035Z] === RUN TestPingCacheHeaders [2019-12-21T10:22:16.035Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-12-21T10:22:16.035Z] === RUN TestPingGet [2019-12-21T10:22:16.035Z] --- PASS: TestPingGet (0.03s) [2019-12-21T10:22:16.035Z] === RUN TestPingHead [2019-12-21T10:22:16.293Z] --- PASS: TestPingHead (0.05s) [2019-12-21T10:22:16.293Z] === RUN TestVersion [2019-12-21T10:22:16.293Z] --- PASS: TestVersion (0.05s) [2019-12-21T10:22:16.293Z] PASS [2019-12-21T10:22:16.293Z] [2019-12-21T10:22:16.293Z] === Skipped [2019-12-21T10:22:16.293Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:22:16.293Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:22:16.293Z] [2019-12-21T10:22:16.293Z] [2019-12-21T10:22:16.293Z] DONE 18 tests, 1 skipped in 6.611s [2019-12-21T10:22:16.293Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-12-21T10:22:16.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:16.293Z] ++ set -e [2019-12-21T10:22:16.293Z] ++ '[' -n 0 ']' [2019-12-21T10:22:16.293Z] ++ set -x [2019-12-21T10:22:16.294Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:16.294Z] INFO: Testing against a local daemon [2019-12-21T10:22:16.294Z] === RUN TestVolumesCreateAndList [2019-12-21T10:22:16.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-21T10:22:16.552Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-21T10:22:16.552Z] === RUN TestVolumesRemove [2019-12-21T10:22:16.552Z] --- PASS: TestVolumesRemove (0.12s) [2019-12-21T10:22:16.552Z] === RUN TestVolumesInspect [2019-12-21T10:22:16.552Z] --- PASS: TestVolumesInspect (0.03s) [2019-12-21T10:22:16.552Z] === RUN TestVolumesInvalidJSON [2019-12-21T10:22:16.552Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-21T10:22:16.552Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-21T10:22:16.552Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-21T10:22:16.552Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-12-21T10:22:16.552Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-21T10:22:16.552Z] PASS [2019-12-21T10:22:16.552Z] [2019-12-21T10:22:16.552Z] DONE 5 tests in 0.356s [2019-12-21T10:22:16.552Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T10:22:16.858Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:22:16.858Z] Loaded image: busybox:latest [2019-12-21T10:22:16.858Z] Loaded image: busybox:glibc [2019-12-21T10:22:16.858Z] Loaded image: debian:jessie [2019-12-21T10:22:16.858Z] Loaded image: hello-world:latest [2019-12-21T10:22:16.858Z] INFO: Testing against a local daemon [2019-12-21T10:22:16.858Z] === RUN TestCgroupNamespacesBuild [2019-12-21T10:22:17.119Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T10:22:17.119Z] +++ kill 13102 [2019-12-21T10:22:18.495Z] +++ /etc/init.d/apparmor stop [2019-12-21T10:22:18.495Z] Clearing AppArmor profiles cache:. [2019-12-21T10:22:18.495Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:22:18.495Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:22:18.495Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:22:18.495Z] [2019-12-21T10:22:18.495Z] To set a process to complain mode, use the command line tool [2019-12-21T10:22:18.495Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:22:18.495Z] with the 'teardown' option." [2019-12-21T10:22:18.495Z] [2019-12-21T10:22:19.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-21T10:22:21.045Z] --- PASS: TestCgroupNamespacesBuild (4.89s) [2019-12-21T10:22:21.046Z] === RUN TestCgroupNamespacesBuildDaemonHostMode Post stage [Pipeline] junit [2019-12-21T10:22:21.794Z] Recording test results [2019-12-21T10:22:22.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-21T10:22:22.443Z] + echo Ensuring container killed. [2019-12-21T10:22:22.443Z] Ensuring container killed. [2019-12-21T10:22:22.443Z] + docker rm -vf docker-pr49 [2019-12-21T10:22:22.443Z] Error: No such container: docker-pr49 [2019-12-21T10:22:22.443Z] + true [Pipeline] sh [2019-12-21T10:22:22.735Z] + echo Chowning /workspace to jenkins user [2019-12-21T10:22:22.735Z] Chowning /workspace to jenkins user [2019-12-21T10:22:22.735Z] + id -u [2019-12-21T10:22:22.735Z] + id -g [2019-12-21T10:22:22.735Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39998:/workspace busybox chown -R 1000:1000 /workspace [2019-12-21T10:22:23.576Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.46s) [2019-12-21T10:22:23.576Z] === RUN TestBuildWithSession [2019-12-21T10:22:23.576Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-21T10:22:23.576Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:22:23.576Z] === RUN TestBuildSquashParent [2019-12-21T10:22:23.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-21T10:22:25.108Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:22:25.108Z] Using test binary docker [2019-12-21T10:22:25.108Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-21T10:22:25.108Z] +++ /etc/init.d/apparmor start [2019-12-21T10:22:25.108Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:22:25.108Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:22:25.108Z] Warning failed to create cache: (null) [2019-12-21T10:22:25.108Z] . [2019-12-21T10:22:25.108Z] INFO: Waiting for daemon to start... [2019-12-21T10:22:25.477Z] Starting dockerd [2019-12-21T10:22:25.477Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-12-21T10:22:25.579Z] tests/integration/api_network_test.py ........................... [ 47%] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T10:22:26.330Z] + bundleName=arm64-integration [2019-12-21T10:22:26.330Z] + echo Creating arm64-integration-bundles.tar.gz [2019-12-21T10:22:26.330Z] Creating arm64-integration-bundles.tar.gz [2019-12-21T10:22:26.330Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2019-12-21T10:22:26.330Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-12-21T10:22:26.602Z] Archiving artifacts [2019-12-21T10:22:26.910Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-21T10:22:27.226Z] + make clean [2019-12-21T10:22:27.275Z] . [2019-12-21T10:22:27.275Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:22:27.275Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:22:27.275Z] Error: No such image: emptyfs [2019-12-21T10:22:27.275Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:22:27.275Z] ++++ docker load [2019-12-21T10:22:27.661Z] Running integration-test (iteration 1) [2019-12-21T10:22:27.661Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-12-21T10:22:27.661Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:27.661Z] ++ set -e [2019-12-21T10:22:27.661Z] ++ '[' -n 0 ']' [2019-12-21T10:22:27.661Z] ++ set -x [2019-12-21T10:22:27.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:22:27.794Z] docker volume rm -f docker-dev-cache [2019-12-21T10:22:27.794Z] docker-dev-cache [Pipeline] deleteDir [2019-12-21T10:22:29.590Z] INFO: Expanding compiler 1 of 3... [2019-12-21T10:22:29.590Z] INFO: Expanding compiler 2 of 3... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-21T10:22:33.908Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-12-21T10:22:35.397Z] INFO: Expanding compiler 3 of 3... [2019-12-21T10:22:35.397Z] INFO: Removing downloaded files... [2019-12-21T10:22:35.397Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2019-12-21T10:22:35.397Z] INFO: Configuring git core.autocrlf... [2019-12-21T10:22:35.772Z] --- PASS: TestBuildSquashParent (10.73s) [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:35.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:35.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:35.772Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:35.772Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:35.828Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-12-21T10:22:37.226Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:22:37.226Z] Loaded image: busybox:latest [2019-12-21T10:22:37.226Z] Loaded image: busybox:glibc [2019-12-21T10:22:37.226Z] Loaded image: debian:jessie [2019-12-21T10:22:37.226Z] Loaded image: hello-world:latest [2019-12-21T10:22:37.226Z] INFO: Testing against a local daemon [2019-12-21T10:22:37.226Z] === RUN TestCgroupNamespacesBuild [2019-12-21T10:22:37.670Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:38.235Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:39.067Z] --- PASS: TestCgroupNamespacesBuild (1.73s) [2019-12-21T10:22:39.067Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-21T10:22:40.034Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-12-21T10:22:40.902Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s) [2019-12-21T10:22:40.902Z] === RUN TestBuildWithSession [2019-12-21T10:22:40.902Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-21T10:22:40.902Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:22:40.902Z] === RUN TestBuildSquashParent [2019-12-21T10:22:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:41.513Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.58s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.91s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.34s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.51s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.29s) [2019-12-21T10:22:45.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.45s) [2019-12-21T10:22:45.697Z] === RUN TestBuildMultiStageCopy [2019-12-21T10:22:45.697Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-21T10:22:47.326Z] --- PASS: TestBuildSquashParent (6.16s) [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:47.326Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:47.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:47.326Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:22:47.326Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:22:48.623Z] #73 exporting layers 103.9s done [2019-12-21T10:22:48.623Z] #73 exporting manifest sha256:9a4c7beb9934bbea76fe50b95ae23d57165315629218659eaaff8cd92f77c899 done [2019-12-21T10:22:48.623Z] #73 exporting config sha256:341f1036572e3ba634456190ab6fc541fc8f1ea768bccb650350c09cf1de0b3f done [2019-12-21T10:22:48.623Z] #73 sending tarball [2019-12-21T10:22:48.980Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-21T10:22:49.239Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-21T10:22:49.805Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-21T10:22:49.820Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:22:49.820Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:22:50.738Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy (6.15s) [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.49s) [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2019-12-21T10:22:51.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.72s) [2019-12-21T10:22:51.304Z] === RUN TestBuildMultiStageParentConfig [2019-12-21T10:22:52.326Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:22:52.326Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:22:53.204Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2019-12-21T10:22:53.204Z] === RUN TestBuildLabelWithTargets [2019-12-21T10:22:53.769Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:22:53.769Z] Using test binary docker [2019-12-21T10:22:54.027Z] +++ /etc/init.d/apparmor start [2019-12-21T10:22:54.027Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:22:54.027Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:22:54.027Z] Warning failed to create cache: (null) [2019-12-21T10:22:54.027Z] . [2019-12-21T10:22:54.027Z] INFO: Waiting for daemon to start... [2019-12-21T10:22:54.027Z] Starting dockerd [2019-12-21T10:22:54.027Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-12-21T10:22:54.671Z] ......................... [ 67%] [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.91s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.35s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.33s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.41s) [2019-12-21T10:22:54.809Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.40s) [2019-12-21T10:22:54.809Z] === RUN TestBuildMultiStageCopy [2019-12-21T10:22:54.809Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-21T10:22:54.958Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:22:54.958Z] Using test binary docker [2019-12-21T10:22:54.958Z] +++ /etc/init.d/apparmor start [2019-12-21T10:22:54.958Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:22:54.958Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:22:54.958Z] Warning failed to create cache: (null) [2019-12-21T10:22:54.958Z] . [2019-12-21T10:22:54.958Z] INFO: Waiting for daemon to start... [2019-12-21T10:22:54.958Z] Starting dockerd [2019-12-21T10:22:54.958Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-12-21T10:22:55.521Z] .--- PASS: TestBuildLabelWithTargets (2.57s) [2019-12-21T10:22:55.521Z] === RUN TestBuildWithEmptyLayers [2019-12-21T10:22:56.085Z] [2019-12-21T10:22:56.085Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:22:56.085Z] --- PASS: TestBuildWithEmptyLayers (0.67s) [2019-12-21T10:22:56.085Z] === RUN TestBuildMultiStageOnBuild [2019-12-21T10:22:56.085Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:22:56.085Z] Error: No such image: emptyfs [2019-12-21T10:22:56.085Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:22:56.085Z] ++++ docker load [2019-12-21T10:22:56.342Z] Running integration-test (iteration 1) [2019-12-21T10:22:56.343Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-12-21T10:22:56.343Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-12-21T10:22:56.343Z] ++ set -e [2019-12-21T10:22:56.343Z] ++ '[' -n 0 ']' [2019-12-21T10:22:56.343Z] ++ set -x [2019-12-21T10:22:56.343Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-12-21T10:22:56.938Z] [2019-12-21T10:22:56.938Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:22:56.938Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:22:56.938Z] Error: No such image: emptyfs [2019-12-21T10:22:56.938Z] ++++ docker load [2019-12-21T10:22:56.938Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:22:57.335Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-21T10:22:57.502Z] Running integration-test (iteration 1) [2019-12-21T10:22:57.502Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-12-21T10:22:57.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-12-21T10:22:57.502Z] ++ set -e [2019-12-21T10:22:57.502Z] ++ '[' -n 0 ']' [2019-12-21T10:22:57.502Z] ++ set -x [2019-12-21T10:22:57.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-12-21T10:22:57.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-21T10:22:58.289Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-21T10:22:59.024Z] #73 sending tarball 17.0s done [2019-12-21T10:22:59.024Z] #73 DONE 120.9s [2019-12-21T10:22:59.024Z] [2019-12-21T10:22:59.024Z] #74 importing to docker [2019-12-21T10:22:59.124Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy (4.97s) [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.66s) [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.64s) [2019-12-21T10:22:59.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2019-12-21T10:22:59.505Z] === RUN TestBuildMultiStageParentConfig [2019-12-21T10:23:01.319Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2019-12-21T10:23:01.319Z] === RUN TestBuildLabelWithTargets [2019-12-21T10:23:02.824Z] --- PASS: TestBuildMultiStageOnBuild (6.43s) [2019-12-21T10:23:02.824Z] === RUN TestBuildUncleanTarFilenames [2019-12-21T10:23:03.145Z] --- PASS: TestBuildLabelWithTargets (2.19s) [2019-12-21T10:23:03.145Z] === RUN TestBuildWithEmptyLayers [2019-12-21T10:23:04.429Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2019-12-21T10:23:04.429Z] === RUN TestBuildMultiStageOnBuild [2019-12-21T10:23:04.724Z] --- PASS: TestBuildUncleanTarFilenames (2.04s) [2019-12-21T10:23:04.725Z] === RUN TestBuildMultiStageLayerLeak [2019-12-21T10:23:07.631Z] --- PASS: TestBuildMultiStageOnBuild (2.99s) [2019-12-21T10:23:07.631Z] === RUN TestBuildUncleanTarFilenames [2019-12-21T10:23:08.546Z] --- PASS: TestBuildUncleanTarFilenames (1.24s) [2019-12-21T10:23:08.546Z] === RUN TestBuildMultiStageLayerLeak [2019-12-21T10:23:09.983Z] --- PASS: TestBuildMultiStageLayerLeak (5.30s) [2019-12-21T10:23:09.983Z] === RUN TestBuildWithHugeFile [2019-12-21T10:23:11.944Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2019-12-21T10:23:11.944Z] === RUN TestBuildWithHugeFile [2019-12-21T10:23:24.842Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:23:24.842Z] Loaded image: busybox:latest [2019-12-21T10:23:24.842Z] Loaded image: busybox:glibc [2019-12-21T10:23:24.842Z] Loaded image: debian:jessie [2019-12-21T10:23:24.842Z] Loaded image: hello-world:latest [2019-12-21T10:23:24.842Z] INFO: Testing against a local daemon [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-12-21T10:23:24.842Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-12-21T10:23:25.102Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:23:25.361Z] Loaded image: busybox:latest [2019-12-21T10:23:25.926Z] Loaded image: busybox:glibc [2019-12-21T10:23:25.926Z] Loaded image: debian:jessie [2019-12-21T10:23:26.183Z] Loaded image: hello-world:latest [2019-12-21T10:23:26.183Z] INFO: Testing against a local daemon [2019-12-21T10:23:26.183Z] === RUN TestDockerDaemonSuite [2019-12-21T10:23:26.183Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-12-21T10:23:26.439Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-12-21T10:23:26.697Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-12-21T10:23:27.629Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-12-21T10:23:27.629Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-12-21T10:23:29.005Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-12-21T10:23:29.005Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-12-21T10:23:29.005Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-12-21T10:23:32.003Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-12-21T10:23:32.285Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-12-21T10:23:32.285Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-12-21T10:23:32.285Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-12-21T10:23:32.285Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-12-21T10:23:32.542Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-12-21T10:23:33.474Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-12-21T10:23:35.998Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-12-21T10:23:35.998Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-12-21T10:23:35.998Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-12-21T10:23:35.998Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-12-21T10:23:35.998Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-12-21T10:23:36.255Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-12-21T10:23:38.320Z] #74 DONE 34.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-21T10:23:38.766Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/test/unit [2019-12-21T10:23:40.433Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-12-21T10:23:41.366Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-12-21T10:23:43.296Z] ? github.com/docker/docker/api [no test files] [2019-12-21T10:23:43.899Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-12-21T10:23:43.899Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-12-21T10:23:46.260Z] --- PASS: TestBuildWithHugeFile (31.89s) [2019-12-21T10:23:46.260Z] === RUN TestBuildWithEmptyDockerfile [2019-12-21T10:23:46.260Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:23:46.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:23:46.260Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:23:46.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:23:46.260Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:23:46.260Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:23:46.260Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:23:46.260Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:23:46.260Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:23:46.260Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2019-12-21T10:23:46.260Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-12-21T10:23:46.260Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2019-12-21T10:23:46.260Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-12-21T10:23:46.260Z] === RUN TestBuildPreserveOwnership [2019-12-21T10:23:46.260Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-21T10:23:46.436Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-12-21T10:23:46.902Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-12-21T10:23:47.004Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-12-21T10:23:48.080Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-21T10:23:48.376Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-12-21T10:23:48.783Z] tests/integration/client_test.py ..... [ 75%] [2019-12-21T10:23:49.082Z] tests/integration/errors_test.py . [ 76%] [2019-12-21T10:23:49.907Z] --- PASS: TestBuildPreserveOwnership (6.18s) [2019-12-21T10:23:49.907Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.04s) [2019-12-21T10:23:49.907Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.13s) [2019-12-21T10:23:49.907Z] === RUN TestBuildPlatformInvalid [2019-12-21T10:23:50.272Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-12-21T10:23:50.291Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-12-21T10:23:50.291Z] PASS [2019-12-21T10:23:50.291Z] [2019-12-21T10:23:50.291Z] === Skipped [2019-12-21T10:23:50.291Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-12-21T10:23:50.291Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:23:50.291Z] [2019-12-21T10:23:50.291Z] [2019-12-21T10:23:50.291Z] DONE 32 tests, 1 skipped in 82.479s [2019-12-21T10:23:50.291Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-12-21T10:23:50.291Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:23:50.291Z] ++ set -e [2019-12-21T10:23:50.291Z] ++ '[' -n 0 ']' [2019-12-21T10:23:50.291Z] ++ set -x [2019-12-21T10:23:50.292Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:23:50.669Z] INFO: Testing against a local daemon [2019-12-21T10:23:50.669Z] === RUN TestConfigList [2019-12-21T10:23:52.167Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-12-21T10:23:53.537Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-12-21T10:23:53.874Z] --- PASS: TestConfigList (3.05s) [2019-12-21T10:23:53.874Z] === RUN TestConfigsCreateAndDelete [2019-12-21T10:23:54.101Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-12-21T10:23:54.665Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-12-21T10:23:56.037Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-12-21T10:23:56.482Z] --- PASS: TestConfigsCreateAndDelete (3.02s) [2019-12-21T10:23:56.482Z] === RUN TestConfigsUpdate [2019-12-21T10:23:59.316Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-12-21T10:23:59.573Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-12-21T10:23:59.802Z] --- PASS: TestConfigsUpdate (2.99s) [2019-12-21T10:23:59.802Z] === RUN TestTemplatedConfig [2019-12-21T10:24:01.475Z] === RUN TestDockerSuite/TestAttachDetach [2019-12-21T10:24:03.026Z] --- PASS: TestTemplatedConfig (3.40s) [2019-12-21T10:24:03.026Z] === RUN TestConfigInspect [2019-12-21T10:24:03.371Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-12-21T10:24:04.302Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-12-21T10:24:05.235Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-12-21T10:24:05.707Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2019-12-21T10:24:06.221Z] --- PASS: TestConfigInspect (3.00s) [2019-12-21T10:24:06.221Z] === RUN TestConfigCreateWithLabels [2019-12-21T10:24:07.758Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-12-21T10:24:08.837Z] --- PASS: TestConfigCreateWithLabels (2.74s) [2019-12-21T10:24:08.837Z] === RUN TestConfigCreateResolve [2019-12-21T10:24:09.655Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-12-21T10:24:11.026Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-12-21T10:24:11.591Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-12-21T10:24:12.040Z] --- PASS: TestConfigCreateResolve (2.90s) [2019-12-21T10:24:12.040Z] === RUN TestConfigDaemonLibtrustID [2019-12-21T10:24:12.040Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-12-21T10:24:12.040Z] PASS [2019-12-21T10:24:12.040Z] [2019-12-21T10:24:12.040Z] DONE 8 tests in 21.853s [2019-12-21T10:24:12.040Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-12-21T10:24:12.040Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:24:12.040Z] ++ set -e [2019-12-21T10:24:12.040Z] ++ '[' -n 0 ']' [2019-12-21T10:24:12.040Z] ++ set -x [2019-12-21T10:24:12.040Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:24:12.409Z] INFO: Testing against a local daemon [2019-12-21T10:24:12.409Z] === RUN TestCheckpoint [2019-12-21T10:24:12.409Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-21T10:24:12.409Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:24:12.409Z] === RUN TestContainerInvalidJSON [2019-12-21T10:24:12.409Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:24:12.409Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:24:12.409Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:24:12.409Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:24:12.409Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:24:12.409Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:24:12.409Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:24:12.409Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:24:12.409Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:24:12.409Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-12-21T10:24:12.409Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-21T10:24:12.409Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-21T10:24:12.409Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-21T10:24:12.409Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-21T10:24:12.409Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-12-21T10:24:12.409Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-21T10:24:12.523Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-12-21T10:24:12.780Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-12-21T10:24:12.780Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-21T10:24:12.780Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-12-21T10:24:12.780Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-21T10:24:12.780Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-12-21T10:24:12.780Z] === RUN TestCopyFromContainer [2019-12-21T10:24:15.047Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer// [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer//bar/root [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer/bar/quux [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-21T10:24:15.230Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-21T10:24:15.601Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-21T10:24:15.602Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-21T10:24:15.602Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer (2.89s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-12-21T10:24:15.602Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-12-21T10:24:15.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-21T10:24:15.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:24:15.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:24:15.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:24:15.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:24:15.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:24:15.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:24:15.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:24:15.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:24:15.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:24:15.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-12-21T10:24:15.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-21T10:24:15.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-12-21T10:24:15.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-12-21T10:24:15.602Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-21T10:24:15.602Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-12-21T10:24:15.602Z] === RUN TestCreateWithInvalidEnv [2019-12-21T10:24:15.602Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-21T10:24:15.602Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-21T10:24:15.602Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-21T10:24:15.602Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-21T10:24:15.602Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-21T10:24:15.602Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-21T10:24:15.602Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-21T10:24:15.602Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-21T10:24:15.602Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-21T10:24:15.611Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-12-21T10:24:16.120Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-12-21T10:24:16.120Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-21T10:24:16.120Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-21T10:24:16.120Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-12-21T10:24:16.120Z] === RUN TestCreateTmpfsMountsTarget [2019-12-21T10:24:16.120Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-12-21T10:24:16.120Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-21T10:24:16.545Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-12-21T10:24:17.477Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-12-21T10:24:18.636Z] --- PASS: TestCreateWithCustomMaskedPaths (2.61s) [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:24:18.636Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-21T10:24:18.636Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-21T10:24:18.637Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:24:18.637Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:24:18.637Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:24:18.637Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:24:18.637Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:24:18.637Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:24:18.637Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:24:18.637Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:24:18.637Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.10s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-12-21T10:24:18.637Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-12-21T10:24:18.637Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-21T10:24:20.002Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-12-21T10:24:20.002Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-12-21T10:24:20.259Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-12-21T10:24:20.823Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-12-21T10:24:21.341Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.78s) [2019-12-21T10:24:21.341Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-21T10:24:21.387Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-12-21T10:24:21.645Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-12-21T10:24:21.719Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:24:21.719Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:24:21.719Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:24:21.719Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:24:21.719Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:24:21.719Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:24:21.719Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:24:21.719Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:24:21.719Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:24:21.719Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:24:21.719Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:24:21.719Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:24:21.719Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:24:21.719Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:24:21.719Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-12-21T10:24:21.719Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-12-21T10:24:21.719Z] === RUN TestContainerStartOnDaemonRestart [2019-12-21T10:24:21.719Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-21T10:24:21.719Z] === RUN TestDaemonRestartIpcMode [2019-12-21T10:24:21.719Z] === PAUSE TestDaemonRestartIpcMode [2019-12-21T10:24:21.719Z] === RUN TestDiff [2019-12-21T10:24:22.500Z] --- PASS: TestDiff (0.81s) [2019-12-21T10:24:22.500Z] === RUN TestExecWithCloseStdin [2019-12-21T10:24:23.017Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-12-21T10:24:23.274Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-12-21T10:24:23.295Z] --- PASS: TestExecWithCloseStdin (1.11s) [2019-12-21T10:24:23.296Z] === RUN TestExec [2019-12-21T10:24:24.257Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-12-21T10:24:24.555Z] --- PASS: TestExec (0.98s) [2019-12-21T10:24:24.555Z] === RUN TestExecUser [2019-12-21T10:24:24.739Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-12-21T10:24:25.369Z] --- PASS: TestExecUser (1.08s) [2019-12-21T10:24:25.369Z] === RUN TestExportContainerAndImportImage [2019-12-21T10:24:26.636Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2019-12-21T10:24:26.636Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-21T10:24:28.092Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-12-21T10:24:28.444Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2019-12-21T10:24:28.444Z] === RUN TestHealthCheckWorkdir [2019-12-21T10:24:29.368Z] --- PASS: TestHealthCheckWorkdir (1.19s) [2019-12-21T10:24:29.368Z] === RUN TestHealthKillContainer [2019-12-21T10:24:29.993Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-12-21T10:24:32.605Z] --- PASS: TestHealthKillContainer (3.14s) [2019-12-21T10:24:32.605Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-21T10:24:33.392Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2019-12-21T10:24:33.392Z] === RUN TestIpcModeNone [2019-12-21T10:24:34.170Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-12-21T10:24:34.647Z] --- PASS: TestIpcModeNone (1.10s) [2019-12-21T10:24:34.647Z] === RUN TestIpcModePrivate [2019-12-21T10:24:35.907Z] --- PASS: TestIpcModePrivate (1.06s) [2019-12-21T10:24:35.907Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-12-21T10:24:35.907Z] === RUN TestIpcModeShareable [2019-12-21T10:24:36.697Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-12-21T10:24:36.712Z] --- PASS: TestIpcModeShareable (1.10s) [2019-12-21T10:24:36.712Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-12-21T10:24:36.712Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-21T10:24:36.954Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-12-21T10:24:39.479Z] --- PASS: TestBuildWithHugeFile (89.14s) [2019-12-21T10:24:39.479Z] === RUN TestBuildWithEmptyDockerfile [2019-12-21T10:24:39.479Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:24:39.479Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:24:39.479Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:24:39.479Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:24:39.479Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:24:39.479Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:24:39.479Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:24:39.479Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:24:39.479Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:24:39.479Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-12-21T10:24:39.479Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2019-12-21T10:24:39.479Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2019-12-21T10:24:39.479Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-12-21T10:24:39.479Z] === RUN TestBuildPreserveOwnership [2019-12-21T10:24:39.479Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-21T10:24:40.028Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s) [2019-12-21T10:24:40.028Z] === RUN TestAPIIpcModeHost [2019-12-21T10:24:40.402Z] --- PASS: TestAPIIpcModeHost (0.87s) [2019-12-21T10:24:40.402Z] === RUN TestDaemonIpcModeShareable [2019-12-21T10:24:40.412Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-12-21T10:24:42.044Z] ......... [ 85%] [2019-12-21T10:24:42.241Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-12-21T10:24:42.241Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-12-21T10:24:42.241Z] === RUN TestDaemonIpcModePrivate [2019-12-21T10:24:43.685Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-21T10:24:44.072Z] --- PASS: TestDaemonIpcModePrivate (1.81s) [2019-12-21T10:24:44.073Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-12-21T10:24:44.073Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-21T10:24:44.249Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-12-21T10:24:44.812Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-12-21T10:24:45.376Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-12-21T10:24:45.376Z] --- PASS: TestBuildPreserveOwnership (6.06s) [2019-12-21T10:24:45.376Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.09s) [2019-12-21T10:24:45.376Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.96s) [2019-12-21T10:24:45.376Z] === RUN TestBuildPlatformInvalid [2019-12-21T10:24:45.632Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-12-21T10:24:45.632Z] PASS [2019-12-21T10:24:45.632Z] [2019-12-21T10:24:45.632Z] === Skipped [2019-12-21T10:24:45.632Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-12-21T10:24:45.632Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:24:45.632Z] [2019-12-21T10:24:45.632Z] [2019-12-21T10:24:45.632Z] DONE 32 tests, 1 skipped in 180.748s [2019-12-21T10:24:45.632Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-12-21T10:24:45.633Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:24:45.633Z] ++ set -e [2019-12-21T10:24:45.633Z] ++ '[' -n 0 ']' [2019-12-21T10:24:45.633Z] ++ set -x [2019-12-21T10:24:45.633Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:24:45.633Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-12-21T10:24:45.890Z] INFO: Testing against a local daemon [2019-12-21T10:24:45.890Z] === RUN TestConfigList [2019-12-21T10:24:45.911Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2019-12-21T10:24:45.911Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-12-21T10:24:45.911Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-21T10:24:46.147Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-12-21T10:24:47.092Z] tests/integration/models_images_test.py ............... [ 89%] [2019-12-21T10:24:47.197Z] Removing intermediate container e225e6123aa7 [2019-12-21T10:24:47.197Z] ---> 29078652e81a [2019-12-21T10:24:47.197Z] 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 [2019-12-21T10:24:47.197Z] ---> Running in 4b9eefe41ecf [2019-12-21T10:24:47.197Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2019-12-21T10:24:47.754Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-12-21T10:24:47.754Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-12-21T10:24:47.754Z] === RUN TestIpcModeOlderClient [2019-12-21T10:24:47.754Z] === PAUSE TestIpcModeOlderClient [2019-12-21T10:24:47.754Z] === RUN TestKillContainerInvalidSignal [2019-12-21T10:24:48.566Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2019-12-21T10:24:48.566Z] === RUN TestKillContainer [2019-12-21T10:24:48.566Z] === RUN TestKillContainer/no_signal [2019-12-21T10:24:48.754Z] tests/integration/models_networks_test.py .... [ 90%] [2019-12-21T10:24:49.426Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-12-21T10:24:49.426Z] --- PASS: TestConfigList (3.48s) [2019-12-21T10:24:49.426Z] === RUN TestConfigsCreateAndDelete [2019-12-21T10:24:49.682Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-12-21T10:24:49.682Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-12-21T10:24:49.930Z] === RUN TestKillContainer/non_killing_signal [2019-12-21T10:24:49.939Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-12-21T10:24:50.340Z] === RUN TestKillContainer/killing_signal [2019-12-21T10:24:51.314Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-12-21T10:24:51.572Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-12-21T10:24:51.698Z] --- PASS: TestKillContainer (2.92s) [2019-12-21T10:24:51.698Z] --- PASS: TestKillContainer/no_signal (0.97s) [2019-12-21T10:24:51.698Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2019-12-21T10:24:51.698Z] --- PASS: TestKillContainer/killing_signal (0.93s) [2019-12-21T10:24:51.698Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-21T10:24:51.698Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-21T10:24:52.503Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-21T10:24:52.504Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-12-21T10:24:52.761Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-12-21T10:24:52.761Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-12-21T10:24:53.019Z] --- PASS: TestConfigsCreateAndDelete (3.64s) [2019-12-21T10:24:53.019Z] === RUN TestConfigsUpdate [2019-12-21T10:24:53.294Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.91s) [2019-12-21T10:24:53.294Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.99s) [2019-12-21T10:24:53.294Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2019-12-21T10:24:53.294Z] === RUN TestKillStoppedContainer [2019-12-21T10:24:53.668Z] --- PASS: TestKillStoppedContainer (0.12s) [2019-12-21T10:24:53.668Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-21T10:24:53.668Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-12-21T10:24:53.668Z] === RUN TestKillDifferentUserContainer [2019-12-21T10:24:54.465Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-12-21T10:24:54.465Z] === RUN TestInspectOomKilledTrue [2019-12-21T10:24:54.465Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-12-21T10:24:54.465Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:24:54.465Z] === RUN TestInspectOomKilledFalse [2019-12-21T10:24:54.465Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-21T10:24:54.465Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:24:54.465Z] === RUN TestLinksEtcHostsContentMatch [2019-12-21T10:24:54.915Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-12-21T10:24:54.915Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-12-21T10:24:55.275Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2019-12-21T10:24:55.276Z] === RUN TestLinksContainerNames [2019-12-21T10:24:55.278Z] tests/integration/models_nodes_test.py . [ 91%] [2019-12-21T10:24:55.532Z] tests/integration/models_resources_test.py . [ 91%] [2019-12-21T10:24:56.811Z] --- PASS: TestConfigsUpdate (3.54s) [2019-12-21T10:24:56.811Z] === RUN TestTemplatedConfig [2019-12-21T10:24:56.811Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-12-21T10:24:57.086Z] --- PASS: TestLinksContainerNames (1.70s) [2019-12-21T10:24:57.086Z] === RUN TestLogsFollowTailEmpty [2019-12-21T10:24:57.743Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-12-21T10:24:57.869Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2019-12-21T10:24:57.869Z] === RUN TestContainerNetworkMountsNoChown [2019-12-21T10:24:58.675Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-12-21T10:24:58.675Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-12-21T10:24:58.773Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/default [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/default [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/private [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/private [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rprivate [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/slave [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/slave [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rslave [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/shared [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/shared [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rshared [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/default [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/rshared [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/shared [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/rslave [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:24:58.773Z] === CONT TestMountDaemonRoot/slave [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-21T10:24:58.773Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:24:58.773Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/rprivate [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/private [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:24:58.774Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-21T10:24:58.774Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-21T10:24:58.774Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:24:59.280Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:24:59.549Z] INFO: Sources obtained for gotestsum... [2019-12-21T10:24:59.549Z] INFO: Checkout done for gotestsum... [2019-12-21T10:24:59.739Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:24:59.739Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:24:59.739Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:24:59.739Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-21T10:24:59.739Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.12s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-12-21T10:24:59.739Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-12-21T10:24:59.739Z] === RUN TestContainerBindMountNonRecursive [2019-12-21T10:25:00.007Z] INFO: Build done for gotestsum... [2019-12-21T10:25:00.055Z] --- PASS: TestTemplatedConfig (3.63s) [2019-12-21T10:25:00.055Z] === RUN TestConfigInspect [2019-12-21T10:25:00.987Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-12-21T10:25:01.573Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-12-21T10:25:02.315Z] --- PASS: TestContainerBindMountNonRecursive (2.48s) [2019-12-21T10:25:02.315Z] === RUN TestNetworkNat [2019-12-21T10:25:03.120Z] --- PASS: TestNetworkNat (0.92s) [2019-12-21T10:25:03.120Z] === RUN TestNetworkLocalhostTCPNat [2019-12-21T10:25:03.511Z] --- PASS: TestConfigInspect (3.14s) [2019-12-21T10:25:03.511Z] === RUN TestConfigCreateWithLabels [2019-12-21T10:25:03.902Z] --- PASS: TestNetworkLocalhostTCPNat (1.00s) [2019-12-21T10:25:03.902Z] === RUN TestNetworkLoopbackNat [2019-12-21T10:25:04.444Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-12-21T10:25:04.898Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-12-21T10:25:04.898Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-12-21T10:25:05.008Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-12-21T10:25:05.186Z] --- PASS: TestNetworkLoopbackNat (1.12s) [2019-12-21T10:25:05.186Z] === RUN TestPause [2019-12-21T10:25:05.973Z] --- PASS: TestPause (0.90s) [2019-12-21T10:25:05.973Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-21T10:25:05.973Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:25:05.973Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:25:05.973Z] === RUN TestPauseStopPausedContainer [2019-12-21T10:25:06.903Z] --- PASS: TestConfigCreateWithLabels (3.29s) [2019-12-21T10:25:06.903Z] === RUN TestConfigCreateResolve [2019-12-21T10:25:07.271Z] --- PASS: TestPauseStopPausedContainer (1.00s) [2019-12-21T10:25:07.271Z] === RUN TestPsFilter [2019-12-21T10:25:07.271Z] --- PASS: TestPsFilter (0.26s) [2019-12-21T10:25:07.271Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-21T10:25:07.468Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-12-21T10:25:08.090Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.87s) [2019-12-21T10:25:08.090Z] === RUN TestRemoveContainerWithVolume [2019-12-21T10:25:08.562Z] Removing intermediate container 4b9eefe41ecf [2019-12-21T10:25:08.562Z] ---> 16867db1d0bd [2019-12-21T10:25:08.562Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2019-12-21T10:25:08.562Z] ---> Running in ac81ffbe9990 [2019-12-21T10:25:08.562Z] Removing intermediate container ac81ffbe9990 [2019-12-21T10:25:08.562Z] ---> e58875373ba0 [2019-12-21T10:25:08.562Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-12-21T10:25:08.562Z] ---> Running in 1b04ebb2c3d3 [2019-12-21T10:25:09.018Z] Removing intermediate container 1b04ebb2c3d3 [2019-12-21T10:25:09.018Z] ---> cadfa2e40fe4 [2019-12-21T10:25:09.018Z] Step 10/10 : COPY . . [2019-12-21T10:25:09.085Z] --- PASS: TestRemoveContainerWithVolume (0.93s) [2019-12-21T10:25:09.085Z] === RUN TestRemoveContainerRunning [2019-12-21T10:25:09.367Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-12-21T10:25:09.587Z] tests/integration/regression_test.py ...... [ 98%] [2019-12-21T10:25:09.625Z] --- PASS: TestConfigCreateResolve (3.22s) [2019-12-21T10:25:09.625Z] === RUN TestConfigDaemonLibtrustID [2019-12-21T10:25:09.842Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-12-21T10:25:09.842Z] tests/integration/credentials/utils_test.py . [100%] [2019-12-21T10:25:09.842Z] [2019-12-21T10:25:09.842Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-12-21T10:25:09.842Z] =========================== short test summary info ============================ [2019-12-21T10:25:09.842Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-12-21T10:25:09.842Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-12-21T10:25:09.842Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-12-21T10:25:09.842Z] Not supported on most drivers [2019-12-21T10:25:09.842Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-12-21T10:25:09.842Z] This doesn't seem to be taken into account by the engine [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-12-21T10:25:09.842Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-12-21T10:25:09.842Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-12-21T10:25:09.842Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 332.98 seconds == [2019-12-21T10:25:09.944Z] --- PASS: TestRemoveContainerRunning (1.06s) [2019-12-21T10:25:09.944Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-21T10:25:10.191Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-12-21T10:25:10.191Z] PASS [2019-12-21T10:25:10.191Z] [2019-12-21T10:25:10.191Z] DONE 8 tests in 24.649s [2019-12-21T10:25:10.191Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-12-21T10:25:10.191Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:25:10.191Z] ++ set -e [2019-12-21T10:25:10.191Z] ++ '[' -n 0 ']' [2019-12-21T10:25:10.191Z] ++ set -x [2019-12-21T10:25:10.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:25:10.401Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-12-21T10:25:10.448Z] INFO: Testing against a local daemon [2019-12-21T10:25:10.448Z] === RUN TestCheckpoint [2019-12-21T10:25:10.448Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-21T10:25:10.448Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:25:10.448Z] === RUN TestContainerInvalidJSON [2019-12-21T10:25:10.448Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:25:10.448Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:25:10.448Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:25:10.448Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:25:10.448Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:25:10.448Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:25:10.448Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:25:10.448Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:25:10.448Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:25:10.448Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-12-21T10:25:10.448Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-12-21T10:25:10.448Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-21T10:25:10.448Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-12-21T10:25:10.448Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-21T10:25:10.706Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.32s) [2019-12-21T10:25:10.706Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-21T10:25:10.988Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-12-21T10:25:10.988Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-21T10:25:10.988Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-12-21T10:25:10.988Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-21T10:25:11.228Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.99s) [2019-12-21T10:25:11.228Z] === RUN TestRemoveInvalidContainer [2019-12-21T10:25:11.228Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-12-21T10:25:11.228Z] === RUN TestRenameLinkedContainer [2019-12-21T10:25:11.244Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2019-12-21T10:25:11.244Z] === RUN TestCopyFromContainer [2019-12-21T10:25:12.748Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-12-21T10:25:12.748Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-12-21T10:25:13.313Z] === RUN TestCopyFromContainer// [2019-12-21T10:25:13.313Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-12-21T10:25:13.570Z] === RUN TestCopyFromContainer//bar/root [2019-12-21T10:25:13.570Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-21T10:25:13.828Z] === RUN TestCopyFromContainer/bar/quux [2019-12-21T10:25:13.828Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-21T10:25:14.086Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-21T10:25:14.086Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-21T10:25:14.344Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-21T10:25:14.344Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-21T10:25:14.602Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer (3.46s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-12-21T10:25:14.602Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2019-12-21T10:25:14.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-21T10:25:14.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:25:14.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:25:14.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:25:14.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:25:14.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:25:14.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:25:14.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:25:14.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:25:14.602Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:25:14.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-12-21T10:25:14.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-21T10:25:14.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-21T10:25:14.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-21T10:25:14.602Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-21T10:25:14.859Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-12-21T10:25:14.859Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-12-21T10:25:14.859Z] === RUN TestCreateWithInvalidEnv [2019-12-21T10:25:14.859Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-21T10:25:14.859Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-21T10:25:14.859Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-21T10:25:14.859Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-21T10:25:14.859Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-21T10:25:14.859Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-21T10:25:14.859Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-21T10:25:14.859Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-21T10:25:14.859Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-21T10:25:14.859Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-12-21T10:25:14.859Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-12-21T10:25:14.859Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-21T10:25:14.859Z] --- PASS: TestCreateWithInvalidEnv/0 (0.02s) [2019-12-21T10:25:14.859Z] === RUN TestCreateTmpfsMountsTarget [2019-12-21T10:25:14.859Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-12-21T10:25:14.859Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-21T10:25:15.302Z] --- PASS: TestRenameLinkedContainer (3.50s) [2019-12-21T10:25:15.302Z] === RUN TestRenameStoppedContainer [2019-12-21T10:25:15.302Z] --- PASS: TestRenameStoppedContainer (0.82s) [2019-12-21T10:25:15.302Z] === RUN TestRenameRunningContainerAndReuse [2019-12-21T10:25:17.122Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s) [2019-12-21T10:25:17.122Z] === RUN TestRenameInvalidName [2019-12-21T10:25:17.386Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-12-21T10:25:17.643Z] --- PASS: TestCreateWithCustomMaskedPaths (2.74s) [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:25:17.643Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:25:17.643Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:25:17.643Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:25:17.643Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:25:17.900Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:25:17.900Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:25:17.900Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:25:17.900Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-12-21T10:25:17.900Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-12-21T10:25:17.900Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-21T10:25:18.157Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-12-21T10:25:18.376Z] --- PASS: TestRenameInvalidName (1.00s) [2019-12-21T10:25:18.377Z] === RUN TestRenameAnonymousContainer [2019-12-21T10:25:18.722Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-12-21T10:25:19.287Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.72s) [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-21T10:25:20.658Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:25:20.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:25:20.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:25:20.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:25:20.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:25:20.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:25:20.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:25:20.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:25:20.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:25:20.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:25:20.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:25:20.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-12-21T10:25:20.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-12-21T10:25:20.658Z] === RUN TestContainerStartOnDaemonRestart [2019-12-21T10:25:20.658Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-21T10:25:20.658Z] === RUN TestDaemonRestartIpcMode [2019-12-21T10:25:20.658Z] === PAUSE TestDaemonRestartIpcMode [2019-12-21T10:25:20.658Z] === RUN TestDiff [2019-12-21T10:25:20.915Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-12-21T10:25:21.110Z] --- PASS: TestRenameAnonymousContainer (2.90s) [2019-12-21T10:25:21.110Z] === RUN TestRenameContainerWithSameName [2019-12-21T10:25:21.481Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-12-21T10:25:21.739Z] --- PASS: TestDiff (1.11s) [2019-12-21T10:25:21.739Z] === RUN TestExecWithCloseStdin [2019-12-21T10:25:21.913Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2019-12-21T10:25:21.913Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-21T10:25:22.549Z] Clearing AppArmor profiles cache:. [2019-12-21T10:25:22.549Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:25:22.549Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:25:22.549Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:25:22.549Z] [2019-12-21T10:25:22.549Z] To set a process to complain mode, use the command line tool [2019-12-21T10:25:22.549Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:25:22.549Z] with the 'teardown' option." [2019-12-21T10:25:22.549Z] Post stage [Pipeline] junit [2019-12-21T10:25:22.812Z] Recording test results [2019-12-21T10:25:23.115Z] --- PASS: TestExecWithCloseStdin (1.17s) [2019-12-21T10:25:23.115Z] === RUN TestExec [2019-12-21T10:25:23.115Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-12-21T10:25:23.721Z] --- PASS: TestRenameContainerWithLinkedContainer (1.85s) [2019-12-21T10:25:23.721Z] === RUN TestResize [Pipeline] sh [2019-12-21T10:25:24.047Z] --- PASS: TestExec (1.15s) [2019-12-21T10:25:24.047Z] === RUN TestExecUser [2019-12-21T10:25:24.352Z] + echo Ensuring container killed. [2019-12-21T10:25:24.352Z] Ensuring container killed. [2019-12-21T10:25:24.352Z] + docker rm -vf docker-pr49 [2019-12-21T10:25:24.352Z] Error: No such container: docker-pr49 [2019-12-21T10:25:24.352Z] + true [Pipeline] sh [2019-12-21T10:25:24.507Z] --- PASS: TestResize (0.91s) [2019-12-21T10:25:24.507Z] === RUN TestResizeWithInvalidSize [2019-12-21T10:25:24.627Z] + echo Chowning /workspace to jenkins user [2019-12-21T10:25:24.627Z] Chowning /workspace to jenkins user [2019-12-21T10:25:24.627Z] + id -u [2019-12-21T10:25:24.627Z] + id -g [2019-12-21T10:25:24.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39998:/workspace busybox chown -R 1000:1000 /workspace [2019-12-21T10:25:24.627Z] Unable to find image 'busybox:latest' locally [2019-12-21T10:25:24.627Z] latest: Pulling from library/busybox [2019-12-21T10:25:24.627Z] 322973677ef5: Pulling fs layer [2019-12-21T10:25:24.883Z] 322973677ef5: Verifying Checksum [2019-12-21T10:25:24.883Z] 322973677ef5: Download complete [2019-12-21T10:25:24.883Z] 322973677ef5: Pull complete [2019-12-21T10:25:24.883Z] Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084 [2019-12-21T10:25:24.883Z] Status: Downloaded newer image for busybox:latest [2019-12-21T10:25:24.980Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-12-21T10:25:25.545Z] --- PASS: TestExecUser (1.23s) [2019-12-21T10:25:25.545Z] === RUN TestExportContainerAndImportImage [2019-12-21T10:25:25.545Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-12-21T10:25:25.766Z] --- PASS: TestResizeWithInvalidSize (0.99s) [2019-12-21T10:25:25.766Z] === RUN TestResizeWhenContainerNotStarted [2019-12-21T10:25:26.583Z] --- PASS: TestResizeWhenContainerNotStarted (0.95s) [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:26.583Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:26.583Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:26.583Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:25:26.583Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T10:25:26.916Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2019-12-21T10:25:26.916Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-21T10:25:26.916Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-12-21T10:25:27.241Z] + bundleName=docker-py [2019-12-21T10:25:27.242Z] + echo Creating docker-py-bundles.tar.gz [2019-12-21T10:25:27.242Z] Creating docker-py-bundles.tar.gz [2019-12-21T10:25:27.242Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-12-21T10:25:27.292Z] Archiving artifacts [2019-12-21T10:25:28.287Z] --- PASS: TestExportContainerAfterDaemonRestart (1.37s) [2019-12-21T10:25:28.287Z] === RUN TestHealthCheckWorkdir [2019-12-21T10:25:28.465Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:28.545Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-12-21T10:25:28.545Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-12-21T10:25:29.092Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [2019-12-21T10:25:29.111Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2019-12-21T10:25:29.111Z] === RUN TestHealthKillContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-12-21T10:25:29.263Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:29.575Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh binary-daemon [2019-12-21T10:25:30.041Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-12-21T10:25:30.136Z] [2019-12-21T10:25:30.136Z] Removing bundles/ [2019-12-21T10:25:30.136Z] [2019-12-21T10:25:30.136Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-12-21T10:25:30.136Z] Building: bundles/binary-daemon/dockerd-dev [2019-12-21T10:25:30.136Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:25:30.261Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:25:30.607Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-12-21T10:25:30.725Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:25:30.864Z] === RUN TestDockerSuite/TestBuildAddScript [2019-12-21T10:25:32.091Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:25:32.091Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:25:32.238Z] --- PASS: TestHealthKillContainer (3.02s) [2019-12-21T10:25:32.238Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-21T10:25:32.495Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-12-21T10:25:33.059Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2019-12-21T10:25:33.059Z] === RUN TestIpcModeNone [2019-12-21T10:25:33.059Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-12-21T10:25:33.991Z] --- PASS: TestIpcModeNone (0.95s) [2019-12-21T10:25:33.991Z] === RUN TestIpcModePrivate [2019-12-21T10:25:34.554Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-12-21T10:25:34.592Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:25:34.592Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:25:34.811Z] --- PASS: TestIpcModePrivate (0.93s) [2019-12-21T10:25:34.811Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:192, shared: false, mustBeShared: false [2019-12-21T10:25:34.811Z] === RUN TestIpcModeShareable [2019-12-21T10:25:35.807Z] --- PASS: TestIpcModeShareable (0.89s) [2019-12-21T10:25:35.807Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:193, shared: true, mustBeShared: true [2019-12-21T10:25:35.807Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-21T10:25:36.382Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-12-21T10:25:37.095Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:25:37.873Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:25:38.932Z] ---> 31ce5b239dca [2019-12-21T10:25:38.932Z] Successfully built 31ce5b239dca [2019-12-21T10:25:38.932Z] Successfully tagged docker:latest [2019-12-21T10:25:38.932Z] INFO: Image build ended at 12/21/2019 10:25:36. Duration:00:04:12.2586397 [2019-12-21T10:25:38.932Z] [2019-12-21T10:25:38.932Z] [2019-12-21T10:25:38.932Z] INFO: Building the test binaries at 12/21/2019 10:25:36... [2019-12-21T10:25:39.009Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.04s) [2019-12-21T10:25:39.009Z] === RUN TestAPIIpcModeHost [2019-12-21T10:25:39.575Z] --- PASS: TestAPIIpcModeHost (0.78s) [2019-12-21T10:25:39.575Z] === RUN TestDaemonIpcModeShareable [2019-12-21T10:25:40.539Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.02s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.51s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.53s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.31s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.30s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.03s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.25s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2019-12-21T10:25:40.540Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s) [2019-12-21T10:25:40.540Z] === RUN TestCgroupNamespacesRun [2019-12-21T10:25:41.099Z] INFO: make.ps1 starting at 12/21/2019 10:25:40 [2019-12-21T10:25:41.099Z] INFO: Git commit (e558622cc) assumed from DOCKER_GITCOMMIT environment variable [2019-12-21T10:25:41.099Z] INFO: Invoking autogen... [2019-12-21T10:25:41.469Z] --- PASS: TestDaemonIpcModeShareable (1.63s) [2019-12-21T10:25:41.469Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:209, shared: true, mustBeShared: true [2019-12-21T10:25:41.469Z] === RUN TestDaemonIpcModePrivate [2019-12-21T10:25:42.063Z] INFO: Building daemon... [2019-12-21T10:25:42.147Z] --- PASS: TestCgroupNamespacesRun (1.99s) [2019-12-21T10:25:42.147Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-21T10:25:42.399Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-12-21T10:25:42.953Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-12-21T10:25:42.966Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-12-21T10:25:42.966Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: false, mustBeShared: false [2019-12-21T10:25:42.966Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-21T10:25:42.966Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-12-21T10:25:43.240Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-21T10:25:43.527Z] ok github.com/docker/docker/api/server/middleware 0.029s coverage: 37.7% of statements [2019-12-21T10:25:43.527Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-21T10:25:43.527Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-21T10:25:43.527Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-21T10:25:43.996Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2019-12-21T10:25:43.996Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-21T10:25:44.552Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-21T10:25:44.552Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-21T10:25:44.552Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-21T10:25:44.552Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-21T10:25:44.552Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-21T10:25:44.840Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-21T10:25:44.862Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2019-12-21T10:25:44.862Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:212, shared: false, mustBeShared: false [2019-12-21T10:25:44.862Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-21T10:25:45.838Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2019-12-21T10:25:45.838Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-21T10:25:46.760Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-12-21T10:25:46.761Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: true, mustBeShared: true [2019-12-21T10:25:46.761Z] === RUN TestIpcModeOlderClient [2019-12-21T10:25:46.761Z] === PAUSE TestIpcModeOlderClient [2019-12-21T10:25:46.761Z] === RUN TestKillContainerInvalidSignal [2019-12-21T10:25:46.888Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-21T10:25:46.888Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-21T10:25:47.175Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2019-12-21T10:25:47.664Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2019-12-21T10:25:47.664Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-21T10:25:47.693Z] --- PASS: TestKillContainerInvalidSignal (1.06s) [2019-12-21T10:25:47.693Z] === RUN TestKillContainer [2019-12-21T10:25:47.693Z] === RUN TestKillContainer/no_signal [2019-12-21T10:25:47.804Z] ok github.com/docker/docker/api/types/filters 0.029s coverage: 92.2% of statements [2019-12-21T10:25:47.804Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 4.0% of statements [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-21T10:25:47.804Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-21T10:25:47.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-12-21T10:25:48.091Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2019-12-21T10:25:48.381Z] ok github.com/docker/docker/api/types/versions 0.079s coverage: 75.0% of statements [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-21T10:25:48.382Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-21T10:25:48.884Z] === RUN TestKillContainer/non_killing_signal [2019-12-21T10:25:49.141Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-12-21T10:25:49.398Z] === RUN TestKillContainer/killing_signal [2019-12-21T10:25:49.418Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2019-12-21T10:25:49.474Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2019-12-21T10:25:49.474Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-21T10:25:50.264Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2019-12-21T10:25:50.264Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-21T10:25:50.768Z] --- PASS: TestKillContainer (3.07s) [2019-12-21T10:25:50.768Z] --- PASS: TestKillContainer/no_signal (1.08s) [2019-12-21T10:25:50.768Z] --- PASS: TestKillContainer/non_killing_signal (0.71s) [2019-12-21T10:25:50.768Z] --- PASS: TestKillContainer/killing_signal (0.90s) [2019-12-21T10:25:50.768Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-21T10:25:50.768Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-21T10:25:51.343Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2019-12-21T10:25:51.343Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-21T10:25:51.701Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-21T10:25:51.701Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-12-21T10:25:51.701Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-12-21T10:25:52.265Z] === RUN TestDockerSuite/TestBuildAddTar [2019-12-21T10:25:52.525Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.80s) [2019-12-21T10:25:52.525Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2019-12-21T10:25:52.525Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2019-12-21T10:25:52.525Z] === RUN TestKillStoppedContainer [2019-12-21T10:25:52.525Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-12-21T10:25:52.525Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-21T10:25:52.770Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s) [2019-12-21T10:25:52.770Z] === RUN TestKernelTCPMemory [2019-12-21T10:25:52.782Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.14s) [2019-12-21T10:25:52.782Z] === RUN TestKillDifferentUserContainer [2019-12-21T10:25:54.036Z] --- PASS: TestKernelTCPMemory (0.92s) [2019-12-21T10:25:54.036Z] === RUN TestNISDomainname [2019-12-21T10:25:54.155Z] --- PASS: TestKillDifferentUserContainer (1.35s) [2019-12-21T10:25:54.155Z] === RUN TestInspectOomKilledTrue [2019-12-21T10:25:54.155Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-12-21T10:25:54.155Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:25:54.155Z] === RUN TestInspectOomKilledFalse [2019-12-21T10:25:54.155Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-21T10:25:54.155Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:25:54.155Z] === RUN TestLinksEtcHostsContentMatch [2019-12-21T10:25:54.960Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2019-12-21T10:25:55.087Z] --- PASS: TestLinksEtcHostsContentMatch (0.96s) [2019-12-21T10:25:55.087Z] === RUN TestLinksContainerNames [2019-12-21T10:25:55.315Z] --- PASS: TestNISDomainname (1.25s) [2019-12-21T10:25:55.315Z] === RUN TestHostnameDnsResolution [2019-12-21T10:25:56.583Z] --- PASS: TestHostnameDnsResolution (1.27s) [2019-12-21T10:25:56.583Z] === RUN TestStats [2019-12-21T10:25:57.035Z] ok github.com/docker/docker/builder/remotecontext/git 5.251s coverage: 86.3% of statements [2019-12-21T10:25:57.610Z] --- PASS: TestLinksContainerNames (2.35s) [2019-12-21T10:25:57.610Z] === RUN TestLogsFollowTailEmpty [2019-12-21T10:25:58.981Z] --- PASS: TestLogsFollowTailEmpty (1.45s) [2019-12-21T10:25:58.981Z] === RUN TestContainerNetworkMountsNoChown [2019-12-21T10:25:59.267Z] --- PASS: TestStats (2.62s) [2019-12-21T10:25:59.267Z] === RUN TestStopContainerWithTimeout [2019-12-21T10:25:59.267Z] === RUN TestStopContainerWithTimeout/0 [2019-12-21T10:25:59.267Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-21T10:25:59.267Z] === RUN TestStopContainerWithTimeout/1 [2019-12-21T10:25:59.267Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-21T10:25:59.267Z] === RUN TestStopContainerWithTimeout/3 [2019-12-21T10:25:59.267Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-21T10:25:59.267Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-21T10:25:59.267Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-21T10:25:59.267Z] === CONT TestStopContainerWithTimeout/0 [2019-12-21T10:25:59.267Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-21T10:25:59.760Z] ok github.com/docker/docker/builder/remotecontext 0.510s coverage: 13.6% of statements [2019-12-21T10:25:59.913Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s) [2019-12-21T10:25:59.913Z] === RUN TestMountDaemonRoot [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/default [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/default [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/private [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/private [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rprivate [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/slave [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/slave [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rslave [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/shared [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/shared [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rshared [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/default [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/rslave [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/rshared [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/shared [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/rprivate [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/slave [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/private [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-21T10:25:59.914Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:25:59.914Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:25:59.914Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:26:00.048Z] === CONT TestStopContainerWithTimeout/3 [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:26:00.171Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:26:00.428Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-21T10:26:00.685Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:26:00.943Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.13s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-12-21T10:26:00.943Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-12-21T10:26:00.943Z] === RUN TestContainerBindMountNonRecursive [2019-12-21T10:26:01.260Z] ok github.com/docker/docker/builder/dockerfile 1.446s coverage: 48.2% of statements [2019-12-21T10:26:01.260Z] ? github.com/docker/docker/cli [no test files] [2019-12-21T10:26:01.260Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-21T10:26:01.841Z] === CONT TestStopContainerWithTimeout/1 [2019-12-21T10:26:04.220Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-12-21T10:26:04.220Z] --- PASS: TestContainerBindMountNonRecursive (3.33s) [2019-12-21T10:26:04.220Z] === RUN TestNetworkNat [2019-12-21T10:26:04.275Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-12-21T10:26:04.276Z] --- PASS: TestStopContainerWithTimeout/0 (0.95s) [2019-12-21T10:26:04.276Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2019-12-21T10:26:04.276Z] --- PASS: TestStopContainerWithTimeout/3 (2.92s) [2019-12-21T10:26:04.276Z] --- PASS: TestStopContainerWithTimeout/1 (1.85s) [2019-12-21T10:26:04.276Z] === RUN TestDeleteDevicemapper [2019-12-21T10:26:04.276Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-21T10:26:04.276Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:26:04.276Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-21T10:26:05.150Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-12-21T10:26:05.407Z] --- PASS: TestNetworkNat (1.14s) [2019-12-21T10:26:05.407Z] === RUN TestNetworkLocalhostTCPNat [2019-12-21T10:26:05.664Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-12-21T10:26:06.596Z] --- PASS: TestNetworkLocalhostTCPNat (1.04s) [2019-12-21T10:26:06.596Z] === RUN TestNetworkLoopbackNat [2019-12-21T10:26:07.349Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-12-21T10:26:07.484Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.80s) [2019-12-21T10:26:07.484Z] === RUN TestUpdateMemory [2019-12-21T10:26:07.484Z] --- SKIP: TestUpdateMemory (0.00s) [2019-12-21T10:26:07.484Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:26:07.484Z] === RUN TestUpdateCPUQuota [2019-12-21T10:26:07.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-12-21T10:26:07.866Z] --- PASS: TestNetworkLoopbackNat (1.46s) [2019-12-21T10:26:07.866Z] === RUN TestPause [2019-12-21T10:26:08.800Z] --- PASS: TestPause (0.89s) [2019-12-21T10:26:08.800Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-21T10:26:08.800Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:26:08.800Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:26:08.800Z] === RUN TestPauseStopPausedContainer [2019-12-21T10:26:08.800Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-12-21T10:26:09.283Z] --- PASS: TestUpdateCPUQuota (1.40s) [2019-12-21T10:26:09.284Z] === RUN TestUpdatePidsLimit [2019-12-21T10:26:09.284Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-21T10:26:09.689Z] === RUN TestUpdatePidsLimit/no_change [2019-12-21T10:26:09.711Z] ok github.com/docker/docker/client 0.907s coverage: 75.8% of statements [2019-12-21T10:26:09.731Z] --- PASS: TestPauseStopPausedContainer (1.03s) [2019-12-21T10:26:09.731Z] === RUN TestPsFilter [2019-12-21T10:26:09.994Z] --- PASS: TestPsFilter (0.19s) [2019-12-21T10:26:09.994Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-21T10:26:10.066Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-21T10:26:10.433Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-21T10:26:10.832Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-21T10:26:10.926Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.90s) [2019-12-21T10:26:10.926Z] === RUN TestRemoveContainerWithVolume [2019-12-21T10:26:11.245Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-21T10:26:11.657Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-21T10:26:11.861Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-12-21T10:26:11.861Z] --- PASS: TestRemoveContainerWithVolume (1.14s) [2019-12-21T10:26:11.861Z] === RUN TestRemoveContainerRunning [2019-12-21T10:26:12.794Z] --- PASS: TestRemoveContainerRunning (0.93s) [2019-12-21T10:26:12.794Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit (4.15s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.47s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2019-12-21T10:26:13.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2019-12-21T10:26:13.051Z] === RUN TestUpdateRestartPolicy [2019-12-21T10:26:13.727Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2019-12-21T10:26:13.727Z] === RUN TestRemoveInvalidContainer [2019-12-21T10:26:13.727Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-12-21T10:26:13.727Z] === RUN TestRenameLinkedContainer [2019-12-21T10:26:13.985Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-12-21T10:26:17.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-12-21T10:26:17.827Z] --- PASS: TestRenameLinkedContainer (3.98s) [2019-12-21T10:26:17.827Z] === RUN TestRenameStoppedContainer [2019-12-21T10:26:18.760Z] --- PASS: TestRenameStoppedContainer (1.09s) [2019-12-21T10:26:18.760Z] === RUN TestRenameRunningContainerAndReuse [2019-12-21T10:26:19.694Z] === RUN TestDockerSuite/TestBuildBlankName [2019-12-21T10:26:20.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-12-21T10:26:20.824Z] --- PASS: TestRenameRunningContainerAndReuse (2.07s) [2019-12-21T10:26:20.824Z] === RUN TestRenameInvalidName [2019-12-21T10:26:21.756Z] --- PASS: TestRenameInvalidName (0.79s) [2019-12-21T10:26:21.757Z] === RUN TestRenameAnonymousContainer [2019-12-21T10:26:22.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-12-21T10:26:23.252Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-12-21T10:26:24.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-12-21T10:26:24.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-12-21T10:26:25.813Z] --- PASS: TestRenameAnonymousContainer (4.05s) [2019-12-21T10:26:25.813Z] === RUN TestRenameContainerWithSameName [2019-12-21T10:26:26.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-12-21T10:26:26.782Z] --- PASS: TestUpdateRestartPolicy (12.92s) [2019-12-21T10:26:26.782Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-21T10:26:27.068Z] --- PASS: TestRenameContainerWithSameName (1.06s) [2019-12-21T10:26:27.068Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-21T10:26:27.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-12-21T10:26:27.213Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2019-12-21T10:26:27.213Z] === RUN TestWaitNonBlocked [2019-12-21T10:26:27.213Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:26:27.213Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:26:27.213Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:26:27.213Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:26:27.213Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:26:27.213Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:26:28.117Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-12-21T10:26:28.118Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2019-12-21T10:26:28.118Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2019-12-21T10:26:28.118Z] === RUN TestWaitBlocked [2019-12-21T10:26:28.118Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:26:28.118Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:26:28.118Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:26:28.118Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:26:28.118Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:26:28.118Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:26:28.964Z] --- PASS: TestRenameContainerWithLinkedContainer (1.90s) [2019-12-21T10:26:28.964Z] === RUN TestResize [2019-12-21T10:26:28.964Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-12-21T10:26:29.530Z] --- PASS: TestResize (0.92s) [2019-12-21T10:26:29.530Z] === RUN TestResizeWithInvalidSize [2019-12-21T10:26:29.932Z] --- PASS: TestWaitBlocked (0.02s) [2019-12-21T10:26:29.932Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.36s) [2019-12-21T10:26:29.932Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.42s) [2019-12-21T10:26:29.932Z] === CONT TestContainerStartOnDaemonRestart [2019-12-21T10:26:29.932Z] === CONT TestIpcModeOlderClient [2019-12-21T10:26:29.932Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-12-21T10:26:29.932Z] === CONT TestDaemonRestartIpcMode [2019-12-21T10:26:30.900Z] --- PASS: TestResizeWithInvalidSize (1.13s) [2019-12-21T10:26:30.900Z] === RUN TestResizeWhenContainerNotStarted [2019-12-21T10:26:31.158Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-12-21T10:26:31.723Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:31.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:31.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:31.723Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:26:31.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:26:33.137Z] --- PASS: TestContainerStartOnDaemonRestart (3.23s) [2019-12-21T10:26:34.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:26:34.248Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-12-21T10:26:34.407Z] --- PASS: TestDaemonRestartIpcMode (4.42s) [2019-12-21T10:26:34.407Z] PASS [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === Skipped [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-12-21T10:26:34.407Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-12-21T10:26:34.407Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-21T10:26:34.407Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:26:34.407Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-12-21T10:26:34.407Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-12-21T10:26:34.407Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] [2019-12-21T10:26:34.407Z] DONE 197 tests, 6 skipped in 142.126s [2019-12-21T10:26:34.407Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-12-21T10:26:34.407Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:26:34.407Z] ++ set -e [2019-12-21T10:26:34.407Z] ++ '[' -n 0 ']' [2019-12-21T10:26:34.407Z] ++ set -x [2019-12-21T10:26:34.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:26:34.407Z] INFO: Testing against a local daemon [2019-12-21T10:26:34.407Z] === RUN TestCommitInheritsEnv [2019-12-21T10:26:35.180Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:26:35.203Z] --- PASS: TestCommitInheritsEnv (0.54s) [2019-12-21T10:26:35.203Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-21T10:26:35.203Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-21T10:26:35.203Z] === RUN TestImagesFilterMultiReference [2019-12-21T10:26:35.203Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-12-21T10:26:35.203Z] === RUN TestImagePullPlatformInvalid [2019-12-21T10:26:35.203Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-12-21T10:26:35.203Z] === RUN TestRemoveImageOrphaning [2019-12-21T10:26:35.576Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-12-21T10:26:35.576Z] === RUN TestRemoveImageGarbageCollector [2019-12-21T10:26:35.576Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:26:35.576Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:26:35.576Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-21T10:26:35.576Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-12-21T10:26:35.576Z] === RUN TestTagInvalidReference [2019-12-21T10:26:35.967Z] --- PASS: TestTagInvalidReference (0.05s) [2019-12-21T10:26:35.967Z] === RUN TestTagValidPrefixedRepo [2019-12-21T10:26:35.967Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-12-21T10:26:35.967Z] === RUN TestTagExistedNameWithoutForce [2019-12-21T10:26:35.967Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-12-21T10:26:35.967Z] === RUN TestTagOfficialNames [2019-12-21T10:26:35.967Z] --- PASS: TestTagOfficialNames (0.04s) [2019-12-21T10:26:35.967Z] === RUN TestTagMatchesDigest [2019-12-21T10:26:35.967Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-12-21T10:26:35.967Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-21T10:26:36.115Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-12-21T10:26:38.010Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:26:38.269Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-12-21T10:26:39.205Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:26:40.580Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:26:40.580Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-12-21T10:26:41.955Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:41.955Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-12-21T10:26:43.328Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:26:43.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-12-21T10:26:44.288Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:44.860Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:26:45.792Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:26:46.049Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-12-21T10:26:48.574Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.35s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.44s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.89s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.02s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.55s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.72s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.48s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2019-12-21T10:26:48.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) [2019-12-21T10:26:48.575Z] === RUN TestCgroupNamespacesRun [2019-12-21T10:26:49.507Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-12-21T10:26:49.507Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-12-21T10:26:49.507Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-12-21T10:26:50.071Z] --- PASS: TestCgroupNamespacesRun (1.88s) [2019-12-21T10:26:50.071Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-21T10:26:51.698Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-12-21T10:26:51.698Z] Copying nested executables into bundles/binary-daemon [2019-12-21T10:26:51.698Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-12-21T10:26:51.967Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s) [2019-12-21T10:26:51.967Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-21T10:26:52.020Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh cross [2019-12-21T10:26:52.583Z] [2019-12-21T10:26:52.583Z] Removing bundles/ [2019-12-21T10:26:52.583Z] [2019-12-21T10:26:52.583Z] ---> Making bundle: cross (in bundles/cross) [2019-12-21T10:26:52.583Z] Cross building: bundles/cross/linux/amd64 [2019-12-21T10:26:52.583Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-12-21T10:26:52.583Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-12-21T10:26:53.338Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2019-12-21T10:26:53.338Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-21T10:26:53.596Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-12-21T10:26:54.123Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-12-21T10:26:54.123Z] [2019-12-21T10:26:54.123Z] ________ ____ __. [2019-12-21T10:26:54.123Z] \_____ \ | |/ _| [2019-12-21T10:26:54.123Z] / | \| < [2019-12-21T10:26:54.123Z] / | \ | \ [2019-12-21T10:26:54.123Z] \_______ /____|__ \ [2019-12-21T10:26:54.123Z] \/ \/ [2019-12-21T10:26:54.123Z] [2019-12-21T10:26:54.123Z] INFO: make.ps1 ended at 12/21/2019 10:26:51 [2019-12-21T10:26:54.123Z] INFO: Binaries build ended at 12/21/2019 10:26:53. Duration:00:01:16.8239773 [2019-12-21T10:26:54.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-12-21T10:26:55.461Z] --- PASS: TestCgroupNamespacesRunHostMode (1.94s) [2019-12-21T10:26:55.461Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-21T10:26:55.652Z] INFO: Copying the built daemon binary to d:\CI\PR-39998\49\binary\dockerd-e558622cc.exe... [2019-12-21T10:26:56.615Z] INFO: Copying the built client binary to d:\CI\PR-39998\49\binary\docker-e558622cc.exe... [2019-12-21T10:26:56.615Z] INFO: Copying dockerversion from the container... [2019-12-21T10:26:57.071Z] INFO: Copying the golang package from the container to d:\CI\PR-39998\49\installer\go.zip... [2019-12-21T10:26:57.357Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-12-21T10:26:57.357Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-21T10:26:57.922Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2019-12-21T10:26:57.922Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-21T10:26:58.178Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-12-21T10:26:58.743Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-12-21T10:26:58.743Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-21T10:26:59.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-12-21T10:26:59.967Z] INFO: Extracting go.zip to d:\CI\PR-39998\49\go [2019-12-21T10:27:00.896Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.00s) [2019-12-21T10:27:00.896Z] === RUN TestKernelTCPMemory [2019-12-21T10:27:01.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-12-21T10:27:01.718Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-12-21T10:27:01.975Z] --- PASS: TestKernelTCPMemory (1.08s) [2019-12-21T10:27:01.975Z] === RUN TestNISDomainname [2019-12-21T10:27:02.540Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-12-21T10:27:03.473Z] --- PASS: TestNISDomainname (1.43s) [2019-12-21T10:27:03.473Z] === RUN TestHostnameDnsResolution [2019-12-21T10:27:04.406Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-12-21T10:27:05.338Z] --- PASS: TestHostnameDnsResolution (1.74s) [2019-12-21T10:27:05.338Z] === RUN TestStats [2019-12-21T10:27:05.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-12-21T10:27:06.574Z] ok github.com/docker/docker/cmd/dockerd 0.248s coverage: 30.3% of statements [2019-12-21T10:27:06.574Z] ok github.com/docker/docker/container 0.190s coverage: 35.0% of statements [2019-12-21T10:27:06.574Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-21T10:27:06.574Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-21T10:27:06.574Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-21T10:27:06.574Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-21T10:27:07.275Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-12-21T10:27:07.532Z] --- PASS: TestStats (2.46s) [2019-12-21T10:27:07.532Z] === RUN TestStopContainerWithTimeout [2019-12-21T10:27:07.532Z] === RUN TestStopContainerWithTimeout/0 [2019-12-21T10:27:07.532Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-21T10:27:07.532Z] === RUN TestStopContainerWithTimeout/1 [2019-12-21T10:27:07.532Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-21T10:27:07.532Z] === RUN TestStopContainerWithTimeout/3 [2019-12-21T10:27:07.532Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-21T10:27:07.532Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-21T10:27:07.532Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-21T10:27:07.532Z] === CONT TestStopContainerWithTimeout/0 [2019-12-21T10:27:07.532Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-21T10:27:08.543Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-12-21T10:27:08.640Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.053s coverage: 65.3% of statements [2019-12-21T10:27:09.107Z] === CONT TestStopContainerWithTimeout/3 [2019-12-21T10:27:11.002Z] === CONT TestStopContainerWithTimeout/1 [2019-12-21T10:27:11.933Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-12-21T10:27:12.497Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-12-21T10:27:12.497Z] --- PASS: TestStopContainerWithTimeout/0 (1.35s) [2019-12-21T10:27:12.497Z] --- PASS: TestStopContainerWithTimeout/-1 (3.09s) [2019-12-21T10:27:12.497Z] --- PASS: TestStopContainerWithTimeout/3 (2.88s) [2019-12-21T10:27:12.497Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) [2019-12-21T10:27:12.497Z] === RUN TestDeleteDevicemapper [2019-12-21T10:27:12.497Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-21T10:27:12.497Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:27:12.497Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-21T10:27:13.061Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-12-21T10:27:14.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-12-21T10:27:16.329Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.61s) [2019-12-21T10:27:16.329Z] === RUN TestUpdateMemory [2019-12-21T10:27:16.329Z] --- SKIP: TestUpdateMemory (0.01s) [2019-12-21T10:27:16.329Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:27:16.329Z] === RUN TestUpdateCPUQuota [2019-12-21T10:27:16.329Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-12-21T10:27:16.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-12-21T10:27:17.085Z] ok github.com/docker/docker/daemon/cluster/convert 0.069s coverage: 35.8% of statements [2019-12-21T10:27:17.261Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-12-21T10:27:18.192Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-12-21T10:27:18.192Z] --- PASS: TestUpdateCPUQuota (1.97s) [2019-12-21T10:27:18.192Z] === RUN TestUpdatePidsLimit [2019-12-21T10:27:18.192Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-21T10:27:18.450Z] === RUN TestUpdatePidsLimit/no_change [2019-12-21T10:27:19.015Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-21T10:27:19.139Z] ok github.com/docker/docker/daemon/cluster 0.136s coverage: 0.5% of statements [2019-12-21T10:27:19.273Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-21T10:27:19.844Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-21T10:27:20.410Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-21T10:27:20.668Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-21T10:27:21.603Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit (4.19s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-12-21T10:27:22.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.49s) [2019-12-21T10:27:22.534Z] === RUN TestUpdateRestartPolicy [2019-12-21T10:27:23.905Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-12-21T10:27:24.469Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-12-21T10:27:24.688Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2019-12-21T10:27:26.364Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-12-21T10:27:26.738Z] ok github.com/docker/docker/daemon/events 0.070s coverage: 50.0% of statements [2019-12-21T10:27:26.929Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-12-21T10:27:27.496Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-12-21T10:27:27.761Z] ok github.com/docker/docker/daemon/config 0.087s coverage: 82.1% of statements [2019-12-21T10:27:28.059Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-12-21T10:27:29.979Z] INFO: Extraction ended at 12/21/2019 10:27:25. Duration:00:00:25.8817648 [2019-12-21T10:27:29.979Z] INFO: Updating the golang and path environment variables [2019-12-21T10:27:29.979Z] INFO: GOPATH=d:\gopath [2019-12-21T10:27:29.979Z] INFO: go version go1.13.4 windows/amd64 [2019-12-21T10:27:29.979Z] INFO: Running the daemon under test in debug mode [2019-12-21T10:27:29.979Z] INFO: Starting a daemon under test... [2019-12-21T10:27:29.979Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39998\49\daemon --pidfile d:\CI\PR-39998\49\docker.pid -D [2019-12-21T10:27:29.979Z] INFO: Process started successfully. [2019-12-21T10:27:29.979Z] INFO: Start tailing logs of the daemon under tests [2019-12-21T10:27:29.979Z] INFO: Waiting for the daemon under test to start... [2019-12-21T10:27:29.979Z] INFO: Daemon under test started and replied! [2019-12-21T10:27:29.979Z] INFO: Docker version of the daemon under test [2019-12-21T10:27:29.979Z] [2019-12-21T10:27:29.979Z] Client: [2019-12-21T10:27:29.979Z] Version: 17.06.2-ce [2019-12-21T10:27:29.979Z] API version: 1.30 [2019-12-21T10:27:29.979Z] Go version: go1.8.3 [2019-12-21T10:27:29.979Z] Git commit: cec0b72 [2019-12-21T10:27:29.979Z] Built: Tue Sep 5 19:57:19 2017 [2019-12-21T10:27:29.979Z] OS/Arch: windows/amd64 [2019-12-21T10:27:29.979Z] [2019-12-21T10:27:29.979Z] Server: [2019-12-21T10:27:29.979Z] Version: 0.0.0-dev [2019-12-21T10:27:29.979Z] API version: 1.41 (minimum version 1.24) [2019-12-21T10:27:29.979Z] Go version: go1.13.4 [2019-12-21T10:27:29.979Z] Git commit: e558622cc [2019-12-21T10:27:29.979Z] Built: 12/21/2019 10:25:40 [2019-12-21T10:27:29.979Z] OS/Arch: windows/amd64 [2019-12-21T10:27:29.979Z] Experimental: false [2019-12-21T10:27:29.979Z] [2019-12-21T10:27:29.979Z] INFO: Docker info of the daemon under test [2019-12-21T10:27:29.979Z] [2019-12-21T10:27:29.979Z] Containers: 0 [2019-12-21T10:27:29.979Z] Running: 0 [2019-12-21T10:27:29.979Z] Paused: 0 [2019-12-21T10:27:29.979Z] Stopped: 0 [2019-12-21T10:27:29.979Z] Images: 0 [2019-12-21T10:27:29.979Z] Server Version: 0.0.0-dev [2019-12-21T10:27:29.979Z] Storage Driver: windowsfilter [2019-12-21T10:27:29.979Z] Windows: [2019-12-21T10:27:29.979Z] Logging Driver: json-file [2019-12-21T10:27:29.979Z] Plugins: [2019-12-21T10:27:29.979Z] Volume: local [2019-12-21T10:27:29.979Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-12-21T10:27:29.979Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-21T10:27:29.979Z] Swarm: inactive [2019-12-21T10:27:29.979Z] Default Isolation: process [2019-12-21T10:27:29.979Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-21T10:27:29.979Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-21T10:27:29.979Z] OSType: windows [2019-12-21T10:27:29.980Z] Architecture: x86_64 [2019-12-21T10:27:29.980Z] CPUs: 4 [2019-12-21T10:27:29.980Z] Total Memory: 32GiB [2019-12-21T10:27:29.980Z] Name: azwin-2-8c6d60 [2019-12-21T10:27:29.980Z] ID: IKY3:YNTI:JUGV:DRGE:YHLM:YZHR:ILDP:KG7W:Y7C2:SMZL:EPFX:RYOH [2019-12-21T10:27:29.980Z] Docker Root Dir: D:\CI\PR-39998\49\daemon [2019-12-21T10:27:29.980Z] Debug Mode (client): false [2019-12-21T10:27:29.980Z] Debug Mode (server): true [2019-12-21T10:27:29.980Z] File Descriptors: -1 [2019-12-21T10:27:29.980Z] Goroutines: 17 [2019-12-21T10:27:29.980Z] System Time: 2019-12-21T10:27:29.0461888Z [2019-12-21T10:27:29.980Z] EventsListeners: 0 [2019-12-21T10:27:29.980Z] Registry: https://index.docker.io/v1/ [2019-12-21T10:27:29.980Z] Labels: [2019-12-21T10:27:29.980Z] Experimental: false [2019-12-21T10:27:29.980Z] Insecure Registries: [2019-12-21T10:27:29.980Z] 127.0.0.0/8 [2019-12-21T10:27:29.980Z] Live Restore Enabled: false [2019-12-21T10:27:29.980Z] [2019-12-21T10:27:29.980Z] [2019-12-21T10:27:29.980Z] INFO: Docker images of the daemon under test [2019-12-21T10:27:29.980Z] [2019-12-21T10:27:29.980Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-12-21T10:27:29.980Z] [2019-12-21T10:27:29.980Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-12-21T10:27:29.980Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-12-21T10:27:29.980Z] ltsc2019: Pulling from windows/servercore [2019-12-21T10:27:29.980Z] 65014b3c3121: Pulling fs layer [2019-12-21T10:27:29.980Z] faf31ee0aa3d: Pulling fs layer [2019-12-21T10:27:30.475Z] ok github.com/docker/docker/daemon/graphdriver 0.023s coverage: 2.2% of statements [2019-12-21T10:27:31.463Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-12-21T10:27:33.171Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.530s coverage: 13.7% of statements [2019-12-21T10:27:33.358Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-12-21T10:27:35.211Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 2.9% of statements [2019-12-21T10:27:35.256Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-12-21T10:27:36.234Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.999s coverage: 57.9% of statements [2019-12-21T10:27:36.626Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-12-21T10:27:36.884Z] --- PASS: TestUpdateRestartPolicy (14.58s) [2019-12-21T10:27:36.884Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-21T10:27:37.258Z] ok github.com/docker/docker/daemon 12.575s coverage: 17.6% of statements [2019-12-21T10:27:37.258Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-21T10:27:37.258Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-21T10:27:37.258Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-21T10:27:37.258Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-21T10:27:37.449Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-12-21T10:27:38.014Z] --- PASS: TestUpdateRestartWithAutoRemove (1.02s) [2019-12-21T10:27:38.014Z] === RUN TestWaitNonBlocked [2019-12-21T10:27:38.014Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:27:38.014Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:27:38.014Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:27:38.014Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:27:38.014Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:27:38.014Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:27:38.271Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-12-21T10:27:38.542Z] faf31ee0aa3d: Verifying Checksum [2019-12-21T10:27:38.542Z] faf31ee0aa3d: Download complete [2019-12-21T10:27:39.209Z] === RUN TestDockerSuite/TestBuildCmd [2019-12-21T10:27:39.209Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-12-21T10:27:39.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2019-12-21T10:27:39.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.23s) [2019-12-21T10:27:39.209Z] === RUN TestWaitBlocked [2019-12-21T10:27:39.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:27:39.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:27:39.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:27:39.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:27:39.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:27:39.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:27:39.209Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-12-21T10:27:39.773Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-12-21T10:27:40.340Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-12-21T10:27:40.340Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-12-21T10:27:40.598Z] --- PASS: TestWaitBlocked (0.04s) [2019-12-21T10:27:40.598Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2019-12-21T10:27:40.598Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.33s) [2019-12-21T10:27:40.598Z] === CONT TestContainerStartOnDaemonRestart [2019-12-21T10:27:40.598Z] === CONT TestIpcModeOlderClient [2019-12-21T10:27:40.598Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-12-21T10:27:40.598Z] === CONT TestDaemonRestartIpcMode [2019-12-21T10:27:41.978Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-12-21T10:27:42.814Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.593s coverage: 68.6% of statements [2019-12-21T10:27:43.101Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.782s coverage: 48.6% of statements [2019-12-21T10:27:43.349Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-12-21T10:27:44.283Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-12-21T10:27:44.541Z] --- PASS: TestContainerStartOnDaemonRestart (3.99s) [2019-12-21T10:27:44.595Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.034s coverage: 46.2% of statements [2019-12-21T10:27:44.595Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-21T10:27:44.798Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-12-21T10:27:45.056Z] --- PASS: TestDaemonRestartIpcMode (4.36s) [2019-12-21T10:27:45.056Z] PASS [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === Skipped [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-12-21T10:27:45.056Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-12-21T10:27:45.056Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-21T10:27:45.056Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:27:45.056Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-12-21T10:27:45.056Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2019-12-21T10:27:45.056Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] [2019-12-21T10:27:45.056Z] DONE 197 tests, 6 skipped in 154.720s [2019-12-21T10:27:45.056Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-12-21T10:27:45.056Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:27:45.056Z] ++ set -e [2019-12-21T10:27:45.056Z] ++ '[' -n 0 ']' [2019-12-21T10:27:45.056Z] ++ set -x [2019-12-21T10:27:45.056Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:27:45.314Z] INFO: Testing against a local daemon [2019-12-21T10:27:45.314Z] === RUN TestCommitInheritsEnv [2019-12-21T10:27:45.572Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-12-21T10:27:45.829Z] --- PASS: TestCommitInheritsEnv (0.59s) [2019-12-21T10:27:45.829Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-21T10:27:45.829Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-21T10:27:45.829Z] === RUN TestImagesFilterMultiReference [2019-12-21T10:27:46.086Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-12-21T10:27:46.086Z] === RUN TestImagePullPlatformInvalid [2019-12-21T10:27:46.086Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-12-21T10:27:46.086Z] === RUN TestRemoveImageOrphaning [2019-12-21T10:27:46.643Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.705s coverage: 76.1% of statements [2019-12-21T10:27:46.643Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.374s coverage: 54.8% of statements [2019-12-21T10:27:46.643Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-21T10:27:46.643Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-21T10:27:46.650Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2019-12-21T10:27:46.650Z] === RUN TestRemoveImageGarbageCollector [2019-12-21T10:27:47.225Z] 65014b3c3121: Verifying Checksum [2019-12-21T10:27:47.225Z] 65014b3c3121: Download complete [2019-12-21T10:27:47.280Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2019-12-21T10:27:48.308Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2019-12-21T10:27:48.550Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-12-21T10:27:48.550Z] --- PASS: TestRemoveImageGarbageCollector (2.08s) [2019-12-21T10:27:48.550Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-21T10:27:48.550Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2019-12-21T10:27:48.550Z] === RUN TestTagInvalidReference [2019-12-21T10:27:48.550Z] --- PASS: TestTagInvalidReference (0.03s) [2019-12-21T10:27:48.550Z] === RUN TestTagValidPrefixedRepo [2019-12-21T10:27:48.808Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-12-21T10:27:48.808Z] === RUN TestTagExistedNameWithoutForce [2019-12-21T10:27:48.808Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-12-21T10:27:48.808Z] === RUN TestTagOfficialNames [2019-12-21T10:27:48.808Z] --- PASS: TestTagOfficialNames (0.07s) [2019-12-21T10:27:48.808Z] === RUN TestTagMatchesDigest [2019-12-21T10:27:48.808Z] --- PASS: TestTagMatchesDigest (0.05s) [2019-12-21T10:27:48.808Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-21T10:27:49.373Z] === RUN TestDockerSuite/TestBuildContChar [2019-12-21T10:27:50.362Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.055s coverage: 3.0% of statements [2019-12-21T10:27:50.800Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-12-21T10:27:51.742Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-12-21T10:27:52.306Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-12-21T10:27:52.871Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-12-21T10:27:53.803Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-12-21T10:27:53.859Z] ok github.com/docker/docker/daemon/logger 0.315s coverage: 42.7% of statements [2019-12-21T10:27:54.884Z] ok github.com/docker/docker/daemon/logger/awslogs 0.505s coverage: 77.8% of statements [2019-12-21T10:27:54.884Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2019-12-21T10:27:55.172Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-12-21T10:27:55.738Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-12-21T10:27:56.302Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-12-21T10:27:57.234Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-12-21T10:27:57.234Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-12-21T10:27:57.491Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-12-21T10:27:57.611Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 26.2% of statements [2019-12-21T10:27:57.611Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.015s coverage: 88.3% of statements [2019-12-21T10:27:57.611Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 4.9% of statements [2019-12-21T10:27:57.611Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-21T10:27:57.611Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-21T10:27:57.611Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-21T10:27:57.611Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-21T10:27:57.748Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-12-21T10:27:59.106Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.038s coverage: 62.1% of statements [2019-12-21T10:28:01.022Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-12-21T10:28:01.812Z] ok github.com/docker/docker/daemon/logger/local 0.111s coverage: 74.7% of statements [2019-12-21T10:28:01.812Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-21T10:28:02.100Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 19.9% of statements [2019-12-21T10:28:02.922Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-12-21T10:28:03.590Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 47.8% of statements [2019-12-21T10:28:03.590Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2019-12-21T10:28:05.101Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2019-12-21T10:28:05.390Z] ok github.com/docker/docker/daemon/logger/splunk 3.020s coverage: 82.5% of statements [2019-12-21T10:28:05.390Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-21T10:28:05.390Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-21T10:28:08.180Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-12-21T10:28:08.438Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-12-21T10:28:09.818Z] ok github.com/docker/docker/distribution/metadata 0.174s coverage: 48.2% of statements [2019-12-21T10:28:10.446Z] ok github.com/docker/docker/errdefs 0.030s coverage: 49.4% of statements [2019-12-21T10:28:11.940Z] ok github.com/docker/docker/distribution 0.655s coverage: 22.1% of statements [2019-12-21T10:28:11.940Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-21T10:28:12.974Z] ok github.com/docker/docker/distribution/xfer 1.719s coverage: 85.1% of statements [2019-12-21T10:28:12.974Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-21T10:28:13.697Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-12-21T10:28:13.954Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-12-21T10:28:14.146Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-12-21T10:28:14.146Z] Copying nested executables into bundles/cross/linux/amd64 [2019-12-21T10:28:14.146Z] Cross building: bundles/cross/windows/amd64 [2019-12-21T10:28:14.146Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-12-21T10:28:14.146Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-12-21T10:28:14.518Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-12-21T10:28:15.029Z] ok github.com/docker/docker/image 0.121s coverage: 86.4% of statements [2019-12-21T10:28:15.451Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-12-21T10:28:15.652Z] ok github.com/docker/docker/image/cache 0.058s coverage: 19.2% of statements [2019-12-21T10:28:15.652Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-21T10:28:16.277Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2019-12-21T10:28:16.277Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-21T10:28:16.564Z] ok github.com/docker/docker/libcontainerd/queue 0.049s coverage: 100.0% of statements [2019-12-21T10:28:17.977Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-12-21T10:28:18.613Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 50.0% of statements [2019-12-21T10:28:19.872Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-12-21T10:28:21.243Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-12-21T10:28:22.123Z] ok github.com/docker/docker/opts 0.081s coverage: 66.9% of statements [2019-12-21T10:28:23.144Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-12-21T10:28:23.431Z] ok github.com/docker/docker/pkg/archive 1.220s coverage: 76.8% of statements [2019-12-21T10:28:23.766Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-12-21T10:28:24.022Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-12-21T10:28:24.057Z] ok github.com/docker/docker/pkg/capabilities 0.022s coverage: 87.5% of statements [2019-12-21T10:28:24.344Z] ok github.com/docker/docker/pkg/authorization 2.122s coverage: 68.3% of statements [2019-12-21T10:28:24.586Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-12-21T10:28:24.586Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-12-21T10:28:24.968Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2019-12-21T10:28:25.149Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-12-21T10:28:25.993Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2019-12-21T10:28:26.523Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-12-21T10:28:26.523Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-12-21T10:28:26.523Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-12-21T10:28:26.523Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-12-21T10:28:26.523Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-12-21T10:28:26.618Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2019-12-21T10:28:27.454Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-12-21T10:28:27.454Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-12-21T10:28:28.133Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-12-21T10:28:28.133Z] ok github.com/docker/docker/layer 7.504s coverage: 68.8% of statements [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/oci [no test files] [2019-12-21T10:28:28.133Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-21T10:28:29.155Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-12-21T10:28:29.443Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2019-12-21T10:28:29.978Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-12-21T10:28:30.933Z] ok github.com/docker/docker/pkg/chrootarchive 4.366s coverage: 43.2% of statements [2019-12-21T10:28:30.933Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-21T10:28:30.933Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-21T10:28:30.933Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2019-12-21T10:28:30.933Z] ok github.com/docker/docker/pkg/fileutils 0.043s coverage: 89.5% of statements [2019-12-21T10:28:31.348Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-12-21T10:28:31.913Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-12-21T10:28:32.427Z] ok github.com/docker/docker/pkg/fsutils 0.394s coverage: 85.1% of statements [2019-12-21T10:28:32.427Z] ok github.com/docker/docker/pkg/discovery/kv 3.324s coverage: 84.1% of statements [2019-12-21T10:28:32.427Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2019-12-21T10:28:34.480Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2019-12-21T10:28:34.480Z] ok github.com/docker/docker/pkg/locker 0.047s coverage: 88.9% of statements [2019-12-21T10:28:35.127Z] ok github.com/docker/docker/pkg/longpath 0.081s coverage: 100.0% of statements [2019-12-21T10:28:35.127Z] ok github.com/docker/docker/pkg/idtools 0.790s coverage: 70.1% of statements [2019-12-21T10:28:36.112Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-12-21T10:28:36.151Z] ok github.com/docker/docker/pkg/ioutils 1.675s coverage: 69.3% of statements [2019-12-21T10:28:36.151Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-21T10:28:36.439Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2019-12-21T10:28:37.045Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-12-21T10:28:37.066Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2019-12-21T10:28:37.353Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2019-12-21T10:28:37.642Z] ok github.com/docker/docker/pkg/mount 0.971s coverage: 70.0% of statements [2019-12-21T10:28:37.642Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-21T10:28:37.929Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.020s coverage: 91.4% of statements [2019-12-21T10:28:37.929Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2019-12-21T10:28:37.929Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-21T10:28:37.929Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-21T10:28:38.939Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-12-21T10:28:38.939Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-12-21T10:28:39.425Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.028s coverage: 56.8% of statements [2019-12-21T10:28:40.925Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2019-12-21T10:28:40.925Z] ok github.com/docker/docker/pkg/pools 0.026s coverage: 88.2% of statements [2019-12-21T10:28:40.925Z] ok github.com/docker/docker/pkg/progress 0.020s coverage: 75.9% of statements [2019-12-21T10:28:41.961Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-12-21T10:28:42.979Z] ok github.com/docker/docker/pkg/pubsub 1.182s coverage: 73.9% of statements [2019-12-21T10:28:42.979Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2019-12-21T10:28:43.116Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-12-21T10:28:43.116Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-12-21T10:28:43.681Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-12-21T10:28:43.999Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-12-21T10:28:44.286Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-12-21T10:28:44.910Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-12-21T10:28:45.533Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 80.0% of statements [2019-12-21T10:28:45.819Z] ok github.com/docker/docker/pkg/signal 3.500s coverage: 61.0% of statements [2019-12-21T10:28:45.825Z] --- PASS: TestImportExtremelyLargeImageWorks (118.88s) [2019-12-21T10:28:45.825Z] PASS [2019-12-21T10:28:45.825Z] [2019-12-21T10:28:45.825Z] === Skipped [2019-12-21T10:28:45.825Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:28:45.825Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:28:45.825Z] [2019-12-21T10:28:45.825Z] [2019-12-21T10:28:45.825Z] DONE 12 tests, 1 skipped in 120.514s [2019-12-21T10:28:45.825Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-12-21T10:28:45.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:28:45.825Z] ++ set -e [2019-12-21T10:28:45.825Z] ++ '[' -n 0 ']' [2019-12-21T10:28:45.825Z] ++ set -x [2019-12-21T10:28:45.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:28:45.825Z] INFO: Testing against a local daemon [2019-12-21T10:28:45.825Z] === RUN TestNetworkCreateDelete [2019-12-21T10:28:45.825Z] --- PASS: TestNetworkCreateDelete (0.13s) [2019-12-21T10:28:45.825Z] === RUN TestDockerNetworkDeletePreferID [2019-12-21T10:28:45.825Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2019-12-21T10:28:45.825Z] === RUN TestInspectNetwork [2019-12-21T10:28:45.825Z] === RUN TestInspectNetwork/full_network_id [2019-12-21T10:28:45.825Z] === RUN TestInspectNetwork/partial_network_id [2019-12-21T10:28:45.825Z] === RUN TestInspectNetwork/network_name [2019-12-21T10:28:45.825Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-21T10:28:45.825Z] --- PASS: TestInspectNetwork (9.32s) [2019-12-21T10:28:45.825Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-12-21T10:28:45.825Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-21T10:28:45.825Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-21T10:28:45.825Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-21T10:28:45.825Z] === RUN TestRunContainerWithBridgeNone [2019-12-21T10:28:46.446Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.2% of statements [2019-12-21T10:28:46.956Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-12-21T10:28:47.071Z] ok github.com/docker/docker/pkg/tailfile 0.219s coverage: 88.6% of statements [2019-12-21T10:28:47.656Z] --- PASS: TestRunContainerWithBridgeNone (2.52s) [2019-12-21T10:28:47.656Z] === RUN TestNetworkInvalidJSON [2019-12-21T10:28:47.656Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-21T10:28:47.656Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-21T10:28:47.656Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:28:47.656Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:28:47.656Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:28:47.656Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:28:47.656Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-21T10:28:47.656Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:28:47.656Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:28:47.656Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-21T10:28:47.656Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-21T10:28:47.656Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-21T10:28:47.656Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-21T10:28:47.656Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-21T10:28:48.096Z] ok github.com/docker/docker/pkg/term 0.023s coverage: 84.8% of statements [2019-12-21T10:28:48.096Z] testing: warning: no tests to run [2019-12-21T10:28:48.096Z] coverage: [no statements] [2019-12-21T10:28:48.097Z] ok github.com/docker/docker/pkg/term/windows 0.007s coverage: [no statements] [no tests to run] [2019-12-21T10:28:48.446Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-12-21T10:28:48.446Z] === RUN TestDaemonDefaultNetworkPools [2019-12-21T10:28:48.722Z] ok github.com/docker/docker/pkg/tarsum 0.241s coverage: 89.3% of statements [2019-12-21T10:28:49.008Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2019-12-21T10:28:49.008Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-12-21T10:28:49.247Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2019-12-21T10:28:49.247Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-21T10:28:49.638Z] ok github.com/docker/docker/pkg/useragent 0.006s coverage: 88.9% of statements [2019-12-21T10:28:50.492Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2019-12-21T10:28:50.492Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-21T10:28:51.696Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-12-21T10:28:51.752Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2019-12-21T10:28:51.752Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-21T10:28:52.126Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2019-12-21T10:28:52.126Z] === RUN TestServiceWithPredefinedNetwork [2019-12-21T10:28:52.218Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-12-21T10:28:52.218Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-12-21T10:28:53.752Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-12-21T10:28:54.116Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-12-21T10:28:54.776Z] ok github.com/docker/docker/profiles/seccomp 0.036s coverage: 68.8% of statements [2019-12-21T10:28:55.048Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-12-21T10:28:55.348Z] --- PASS: TestServiceWithPredefinedNetwork (2.96s) [2019-12-21T10:28:55.348Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-21T10:28:55.348Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:28:55.348Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:28:55.348Z] === RUN TestServiceWithDataPathPortInit [2019-12-21T10:28:55.819Z] ok github.com/docker/docker/plugin 0.574s coverage: 27.1% of statements [2019-12-21T10:28:56.418Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-12-21T10:28:56.840Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2019-12-21T10:28:57.865Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2019-12-21T10:28:58.892Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2019-12-21T10:28:59.178Z] ok github.com/docker/docker/runconfig 0.037s coverage: 68.2% of statements [2019-12-21T10:28:59.698Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-12-21T10:28:59.807Z] ok github.com/docker/docker/registry 0.543s coverage: 56.0% of statements [2019-12-21T10:29:00.264Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-12-21T10:29:00.522Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-12-21T10:29:02.419Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-12-21T10:29:03.321Z] ok github.com/docker/docker/volume/drivers 0.037s coverage: 36.1% of statements [2019-12-21T10:29:06.042Z] ok github.com/docker/docker/volume/mounts 0.074s coverage: 67.0% of statements [2019-12-21T10:29:06.042Z] ok github.com/docker/docker/volume/local 0.063s coverage: 73.0% of statements [2019-12-21T10:29:07.523Z] ok github.com/docker/docker/volume/service 0.034s coverage: 73.0% of statements [2019-12-21T10:29:07.677Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-12-21T10:29:07.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-12-21T10:29:07.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-12-21T10:29:09.833Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-12-21T10:29:09.833Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-12-21T10:29:11.204Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-12-21T10:29:13.140Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-12-21T10:29:15.470Z] --- PASS: TestServiceWithDataPathPortInit (17.49s) [2019-12-21T10:29:15.470Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-21T10:29:15.925Z] ok github.com/docker/docker/pkg/plugins 33.658s coverage: 76.6% of statements [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/rootless [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-21T10:29:15.925Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/volume [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-21T10:29:15.926Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === Skipped [2019-12-21T10:29:15.926Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-21T10:29:15.926Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-21T10:29:15.926Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-21T10:29:15.926Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-21T10:29:15.926Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-21T10:29:15.926Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:29:15.926Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-21T10:29:15.926Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-21T10:29:15.926Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-21T10:29:15.926Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] [2019-12-21T10:29:15.926Z] DONE 2155 tests, 20 skipped in 333.959s Post stage [Pipeline] junit [2019-12-21T10:29:15.964Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-21T10:29:16.912Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -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:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/make.sh dynbinary test-integration [2019-12-21T10:29:17.199Z] [2019-12-21T10:29:17.488Z] Removing bundles/ [2019-12-21T10:29:17.488Z] [2019-12-21T10:29:17.488Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-21T10:29:17.488Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:29:17.488Z] GOOS="" GOARCH="" GOARM="" [2019-12-21T10:29:19.741Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-12-21T10:29:21.904Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.89s) [2019-12-21T10:29:21.905Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:algv7oj239ck6qcd6dyb6xoz2 Created:2019-12-21 10:29:14.062251426 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[f822ecd0c41a8f0577faf5dbef28215f6324d503566718bc9c7307d049b29dbd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utdq9jj9num5arsw4r28e0qh1 EndpointID:b8a11a17163a2a3d71e9a90746440288d2aa0ca4889c70bc9a6aa8616032af6c MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cd0a74b63f7424c49b8f3222dfe783bf8dec140f98872f5366095fc9c2d9def6 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:298476b189e1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utdq9jj9num5arsw4r28e0qh1 EndpointID:b8a11a17163a2a3d71e9a90746440288d2aa0ca4889c70bc9a6aa8616032af6c EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-21T10:29:21.905Z] PASS [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] === Skipped [2019-12-21T10:29:21.905Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:29:21.905Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] DONE 21 tests, 1 skipped in 46.691s [2019-12-21T10:29:21.905Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] ++ set -e [2019-12-21T10:29:21.905Z] ++ '[' -n 0 ']' [2019-12-21T10:29:21.905Z] ++ set -x [2019-12-21T10:29:21.905Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] INFO: Testing against a local daemon [2019-12-21T10:29:21.905Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-21T10:29:21.905Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:29:21.905Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:29:21.905Z] === RUN TestDockerNetworkIpvlan [2019-12-21T10:29:21.905Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:29:21.905Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:29:21.905Z] PASS [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] === Skipped [2019-12-21T10:29:21.905Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:29:21.905Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:29:21.905Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] [2019-12-21T10:29:21.905Z] DONE 2 tests, 2 skipped in 0.204s [2019-12-21T10:29:21.905Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] ++ set -e [2019-12-21T10:29:21.905Z] ++ '[' -n 0 ']' [2019-12-21T10:29:21.905Z] ++ set -x [2019-12-21T10:29:21.905Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:21.905Z] INFO: Testing against a local daemon [2019-12-21T10:29:21.905Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-21T10:29:23.022Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-12-21T10:29:23.193Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2019-12-21T10:29:23.193Z] === RUN TestDockerNetworkMacvlan [2019-12-21T10:29:24.453Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-21T10:29:24.917Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-12-21T10:29:25.239Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-21T10:29:26.046Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-21T10:29:27.441Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-12-21T10:29:28.009Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-12-21T10:29:28.009Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-12-21T10:29:28.942Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-12-21T10:29:29.289Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-21T10:29:32.469Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-21T10:29:33.125Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite (367.43s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.19s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.20s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.27s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:1449: [dbf47a927e9ed] daemon is not started [2019-12-21T10:29:33.690Z] check_test.go:309: [d88bcdba13bb1] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.42s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.49s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d15894a150786] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.94s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.74s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (5.47s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.70s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.36s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.32s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.58s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.69s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d8bc8ebc4a63e] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d3c6af60c4ee8] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.88s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (1.27s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d5d5092fcb85c] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.49s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.06s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.20s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.99s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.73s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-12-21T10:29:33.690Z] check_test.go:309: [dec8d5f0f321a] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.37s) [2019-12-21T10:29:33.690Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-12-21T10:29:33.690Z] check_test.go:309: [dfdce1566a537] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.08s) [2019-12-21T10:29:33.690Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-12-21T10:29:33.690Z] check_test.go:309: [dfe87780ea8ef] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.16s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.94s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.83s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.28s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d3e5b621612da] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.48s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d13ccfaac0d03] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.09s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_plugins_test.go:79: [dd9f3f54af586] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.39s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_plugins_test.go:169: [d24c5272ccfb4] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.74s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d57a5763f0fd7] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.19s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.32s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.73s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.88s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.06s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d6923347e0f47] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.60s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.43s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.58s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.20s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.24s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.88s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d3e758edfec2e] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.46s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.56s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.11s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.55s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.64s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.43s) [2019-12-21T10:29:33.690Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-12-21T10:29:33.690Z] check_test.go:309: [d2ab0f803d9b6] daemon is not started [2019-12-21T10:29:33.690Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-12-21T10:29:33.690Z] check_test.go:309: [d7b3943a768da] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.12s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d7195da8793ad] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.42s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.33s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.57s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.42s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.63s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.34s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.00s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.61s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d74ff051ffa3e] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.37s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.85s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.98s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d54c30d4aed0d] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.41s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.19s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-12-21T10:29:33.690Z] check_test.go:309: [da15f00cfbbad] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.12s) [2019-12-21T10:29:33.690Z] check_test.go:309: [dec52e6f103ce] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.58s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.08s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d45ca7e6aa08c] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.27s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.03s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.59s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-12-21T10:29:33.690Z] check_test.go:309: [dd18ddc51c0ee] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.36s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.22s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.16s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.22s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d900d8645c01d] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.07s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d1bbcc93096be] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.25s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.87s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.96s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.15s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.93s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.91s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.13s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.88s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.07s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.14s) [2019-12-21T10:29:33.690Z] docker_cli_daemon_test.go:2542: [d3d992897c344] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.82s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.16s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.18s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.28s) [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2019-12-21T10:29:33.690Z] check_test.go:309: [d7b70dc4d404a] daemon is not started [2019-12-21T10:29:33.690Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.71s) [2019-12-21T10:29:33.690Z] === RUN TestDockerSwarmSuite [2019-12-21T10:29:33.690Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-12-21T10:29:35.614Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-12-21T10:29:35.614Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-12-21T10:29:35.614Z] remote: Enumerating objects: 19, done. [2019-12-21T10:29:35.614Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-12-21T10:29:35.614Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-12-21T10:29:35.614Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-12-21T10:29:35.614Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-21T10:29:36.060Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/test/unit [2019-12-21T10:29:37.964Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-21T10:29:38.619Z] ? github.com/docker/docker/api [no test files] [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan (15.45s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.31s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.47s) [2019-12-21T10:29:38.758Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2019-12-21T10:29:38.758Z] PASS [2019-12-21T10:29:38.758Z] [2019-12-21T10:29:38.758Z] DONE 8 tests in 17.031s [2019-12-21T10:29:38.758Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-21T10:29:38.758Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:38.758Z] ++ set -e [2019-12-21T10:29:38.758Z] ++ '[' -n 0 ']' [2019-12-21T10:29:38.758Z] ++ set -x [2019-12-21T10:29:38.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:38.758Z] testing: warning: no tests to run [2019-12-21T10:29:38.758Z] PASS [2019-12-21T10:29:38.758Z] [2019-12-21T10:29:38.758Z] DONE 0 tests in 0.059s [2019-12-21T10:29:38.758Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-21T10:29:38.758Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:38.758Z] ++ set -e [2019-12-21T10:29:38.758Z] ++ '[' -n 0 ']' [2019-12-21T10:29:38.758Z] ++ set -x [2019-12-21T10:29:38.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:29:38.948Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-12-21T10:29:39.121Z] INFO: Testing against a local daemon [2019-12-21T10:29:39.121Z] === RUN TestAuthZPluginAllowRequest [2019-12-21T10:29:40.966Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2019-12-21T10:29:40.966Z] === RUN TestAuthZPluginTLS [2019-12-21T10:29:41.335Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-12-21T10:29:41.335Z] === RUN TestAuthZPluginDenyRequest [2019-12-21T10:29:42.125Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-12-21T10:29:42.125Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-21T10:29:42.224Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-12-21T10:29:42.494Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-12-21T10:29:42.494Z] === RUN TestAuthZPluginDenyResponse [2019-12-21T10:29:43.289Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-12-21T10:29:43.289Z] === RUN TestAuthZPluginAllowEventStream [2019-12-21T10:29:44.674Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-12-21T10:29:44.674Z] === RUN TestAuthZPluginErrorResponse [2019-12-21T10:29:45.471Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-12-21T10:29:45.471Z] === RUN TestAuthZPluginErrorRequest [2019-12-21T10:29:45.844Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-12-21T10:29:45.844Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-21T10:29:46.639Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2019-12-21T10:29:46.639Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-21T10:29:48.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-12-21T10:29:48.779Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-12-21T10:29:48.779Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-12-21T10:29:48.779Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-12-21T10:29:49.130Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.26s) [2019-12-21T10:29:49.130Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-21T10:29:50.974Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2019-12-21T10:29:50.974Z] === RUN TestAuthZPluginHeader [2019-12-21T10:29:51.811Z] --- PASS: TestAuthZPluginHeader (0.87s) [2019-12-21T10:29:51.811Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-21T10:29:51.811Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:29:51.811Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:29:51.811Z] === RUN TestAuthZPluginV2Disable [2019-12-21T10:29:51.811Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:29:51.811Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:29:51.811Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-21T10:29:51.811Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:29:51.811Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:29:51.811Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-21T10:29:51.811Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:29:51.811Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:29:51.811Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-21T10:29:53.537Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2019-12-21T10:29:55.331Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-12-21T10:29:57.244Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-12-21T10:29:59.767Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-12-21T10:30:01.138Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-12-21T10:30:02.509Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-12-21T10:30:07.770Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-12-21T10:30:11.051Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-12-21T10:30:11.632Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-12-21T10:30:11.632Z] PASS [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] === Skipped [2019-12-21T10:30:11.632Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:30:11.632Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:30:11.632Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:30:11.632Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:30:11.632Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] DONE 17 tests, 4 skipped in 29.832s [2019-12-21T10:30:11.632Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] ++ set -e [2019-12-21T10:30:11.632Z] ++ '[' -n 0 ']' [2019-12-21T10:30:11.632Z] ++ set -x [2019-12-21T10:30:11.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] INFO: Testing against a local daemon [2019-12-21T10:30:11.632Z] === RUN TestPluginInvalidJSON [2019-12-21T10:30:11.632Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:30:11.632Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:30:11.632Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:30:11.632Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-12-21T10:30:11.632Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-21T10:30:11.632Z] PASS [2019-12-21T10:30:11.632Z] [2019-12-21T10:30:11.632Z] DONE 2 tests in 0.220s [2019-12-21T10:30:11.632Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] ++ set -e [2019-12-21T10:30:11.632Z] ++ '[' -n 0 ']' [2019-12-21T10:30:11.632Z] ++ set -x [2019-12-21T10:30:11.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:11.632Z] INFO: Testing against a local daemon [2019-12-21T10:30:11.632Z] === RUN TestExternalGraphDriver [2019-12-21T10:30:11.632Z] === RUN TestExternalGraphDriver/json [2019-12-21T10:30:11.632Z] === RUN TestExternalGraphDriver/spec [2019-12-21T10:30:13.461Z] === RUN TestExternalGraphDriver/pull [2019-12-21T10:30:13.576Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-12-21T10:30:14.162Z] 65014b3c3121: Pull complete [2019-12-21T10:30:15.913Z] --- PASS: TestExternalGraphDriver (6.44s) [2019-12-21T10:30:15.913Z] --- PASS: TestExternalGraphDriver/json (2.13s) [2019-12-21T10:30:15.913Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2019-12-21T10:30:15.913Z] --- PASS: TestExternalGraphDriver/pull (2.07s) [2019-12-21T10:30:15.913Z] === RUN TestGraphdriverPluginV2 [2019-12-21T10:30:15.913Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-12-21T10:30:15.913Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:15.913Z] PASS [2019-12-21T10:30:15.913Z] [2019-12-21T10:30:15.913Z] === Skipped [2019-12-21T10:30:15.913Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-12-21T10:30:15.913Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:30:15.913Z] [2019-12-21T10:30:15.913Z] [2019-12-21T10:30:15.913Z] DONE 5 tests, 1 skipped in 6.669s [2019-12-21T10:30:15.913Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-21T10:30:15.913Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:15.913Z] ++ set -e [2019-12-21T10:30:15.913Z] ++ '[' -n 0 ']' [2019-12-21T10:30:15.913Z] ++ set -x [2019-12-21T10:30:15.913Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:15.913Z] INFO: Testing against a local daemon [2019-12-21T10:30:15.913Z] === RUN TestContinueAfterPluginCrash [2019-12-21T10:30:15.913Z] === PAUSE TestContinueAfterPluginCrash [2019-12-21T10:30:15.913Z] === RUN TestDaemonStartWithLogOpt [2019-12-21T10:30:15.913Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-21T10:30:15.913Z] === CONT TestContinueAfterPluginCrash [2019-12-21T10:30:15.913Z] === CONT TestDaemonStartWithLogOpt [2019-12-21T10:30:27.732Z] --- PASS: TestDaemonStartWithLogOpt (11.66s) [2019-12-21T10:30:31.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-12-21T10:30:31.640Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-12-21T10:30:32.759Z] --- PASS: TestContinueAfterPluginCrash (16.59s) [2019-12-21T10:30:32.759Z] PASS [2019-12-21T10:30:32.759Z] [2019-12-21T10:30:32.759Z] DONE 2 tests in 16.711s [2019-12-21T10:30:32.759Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-21T10:30:32.759Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:32.759Z] ++ set -e [2019-12-21T10:30:32.759Z] ++ '[' -n 0 ']' [2019-12-21T10:30:32.759Z] ++ set -x [2019-12-21T10:30:32.759Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:32.759Z] INFO: Testing against a local daemon [2019-12-21T10:30:32.759Z] === RUN TestPluginWithDevMounts [2019-12-21T10:30:32.759Z] === PAUSE TestPluginWithDevMounts [2019-12-21T10:30:32.759Z] === CONT TestPluginWithDevMounts [2019-12-21T10:30:33.010Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-12-21T10:30:33.010Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-12-21T10:30:34.705Z] --- PASS: TestPluginWithDevMounts (2.03s) [2019-12-21T10:30:34.705Z] PASS [2019-12-21T10:30:34.705Z] [2019-12-21T10:30:34.705Z] DONE 1 tests in 2.234s [2019-12-21T10:30:34.705Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-12-21T10:30:34.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:34.705Z] ++ set -e [2019-12-21T10:30:34.705Z] ++ '[' -n 0 ']' [2019-12-21T10:30:34.705Z] ++ set -x [2019-12-21T10:30:34.705Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:34.705Z] INFO: Testing against a local daemon [2019-12-21T10:30:34.705Z] === RUN TestSecretInspect [2019-12-21T10:30:37.924Z] --- PASS: TestSecretInspect (2.99s) [2019-12-21T10:30:37.924Z] === RUN TestSecretList [2019-12-21T10:30:39.560Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-12-21T10:30:39.560Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-12-21T10:30:39.817Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-12-21T10:30:40.749Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-12-21T10:30:41.006Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-12-21T10:30:41.166Z] --- PASS: TestSecretList (2.98s) [2019-12-21T10:30:41.166Z] === RUN TestSecretsCreateAndDelete [2019-12-21T10:30:41.265Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-12-21T10:30:41.829Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-12-21T10:30:43.672Z] --- PASS: TestSecretsCreateAndDelete (3.01s) [2019-12-21T10:30:43.672Z] === RUN TestSecretsUpdate [2019-12-21T10:30:45.106Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-12-21T10:30:46.226Z] --- PASS: TestSecretsUpdate (2.61s) [2019-12-21T10:30:46.226Z] === RUN TestTemplatedSecret [2019-12-21T10:30:46.479Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-12-21T10:30:49.007Z] === RUN TestDockerSuite/TestBuildEnv [2019-12-21T10:30:49.474Z] --- PASS: TestTemplatedSecret (3.01s) [2019-12-21T10:30:49.474Z] === RUN TestSecretCreateResolve [2019-12-21T10:30:50.903Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-12-21T10:30:51.937Z] --- PASS: TestSecretCreateResolve (2.51s) [2019-12-21T10:30:51.937Z] PASS [2019-12-21T10:30:51.937Z] [2019-12-21T10:30:51.937Z] DONE 6 tests in 17.309s [2019-12-21T10:30:51.937Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-12-21T10:30:51.937Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:51.937Z] ++ set -e [2019-12-21T10:30:51.937Z] ++ '[' -n 0 ']' [2019-12-21T10:30:51.937Z] ++ set -x [2019-12-21T10:30:51.937Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:52.311Z] INFO: Testing against a local daemon [2019-12-21T10:30:52.311Z] === RUN TestServiceCreateInit [2019-12-21T10:30:52.311Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-21T10:30:52.800Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-12-21T10:30:54.171Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-12-21T10:30:54.171Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-12-21T10:30:54.430Z] --- PASS: TestImportExtremelyLargeImageWorks (185.62s) [2019-12-21T10:30:54.430Z] PASS [2019-12-21T10:30:54.430Z] [2019-12-21T10:30:54.430Z] DONE 12 tests in 189.448s [2019-12-21T10:30:54.705Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-12-21T10:30:54.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:54.705Z] ++ set -e [2019-12-21T10:30:54.705Z] ++ '[' -n 0 ']' [2019-12-21T10:30:54.705Z] ++ set -x [2019-12-21T10:30:54.705Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:30:54.962Z] INFO: Testing against a local daemon [2019-12-21T10:30:54.962Z] === RUN TestNetworkCreateDelete [2019-12-21T10:30:55.219Z] --- PASS: TestNetworkCreateDelete (0.24s) [2019-12-21T10:30:55.219Z] === RUN TestDockerNetworkDeletePreferID [2019-12-21T10:30:55.219Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-12-21T10:30:55.477Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2019-12-21T10:30:55.477Z] === RUN TestInspectNetwork [2019-12-21T10:30:57.763Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-21T10:31:01.151Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-12-21T10:31:01.151Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-21T10:31:01.151Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-21T10:31:01.407Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-21T10:31:01.407Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-21T10:31:02.013Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 4.0% of statements [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/types [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-21T10:31:02.013Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-21T10:31:02.574Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2019-12-21T10:31:02.574Z] ok github.com/docker/docker/api/types/filters 0.018s coverage: 92.2% of statements [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-21T10:31:02.574Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-21T10:31:02.830Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2019-12-21T10:31:02.880Z] --- PASS: TestServiceCreateInit (10.22s) [2019-12-21T10:31:02.880Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s) [2019-12-21T10:31:02.880Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.16s) [2019-12-21T10:31:02.880Z] === RUN TestCreateServiceMultipleTimes [2019-12-21T10:31:03.086Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-21T10:31:03.086Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-21T10:31:03.651Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-12-21T10:31:03.651Z] === RUN TestInspectNetwork/full_network_id [2019-12-21T10:31:03.651Z] === RUN TestInspectNetwork/partial_network_id [2019-12-21T10:31:03.651Z] === RUN TestInspectNetwork/network_name [2019-12-21T10:31:03.651Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-21T10:31:04.012Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-12-21T10:31:06.933Z] --- PASS: TestInspectNetwork (11.23s) [2019-12-21T10:31:06.933Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-21T10:31:06.933Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-21T10:31:06.933Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-21T10:31:06.933Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-21T10:31:06.933Z] === RUN TestRunContainerWithBridgeNone [2019-12-21T10:31:08.177Z] ok github.com/docker/docker/builder/remotecontext 0.187s coverage: 13.6% of statements [2019-12-21T10:31:08.177Z] ok github.com/docker/docker/builder/dockerfile 0.549s coverage: 48.2% of statements [2019-12-21T10:31:08.433Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2019-12-21T10:31:09.457Z] --- PASS: TestRunContainerWithBridgeNone (2.56s) [2019-12-21T10:31:09.457Z] === RUN TestNetworkInvalidJSON [2019-12-21T10:31:09.457Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-21T10:31:09.457Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-21T10:31:09.457Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:31:09.457Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:31:09.457Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:31:09.457Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:31:09.457Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-21T10:31:09.457Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:31:09.457Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:31:09.457Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-21T10:31:09.457Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-21T10:31:09.457Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-21T10:31:09.457Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-21T10:31:09.457Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-21T10:31:09.795Z] ok github.com/docker/docker/builder/remotecontext/git 1.308s coverage: 86.3% of statements [2019-12-21T10:31:09.795Z] ? github.com/docker/docker/cli [no test files] [2019-12-21T10:31:09.795Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-21T10:31:10.388Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-12-21T10:31:10.388Z] === RUN TestDaemonDefaultNetworkPools [2019-12-21T10:31:11.319Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2019-12-21T10:31:11.319Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-21T10:31:12.250Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-12-21T10:31:12.250Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-21T10:31:13.099Z] ok github.com/docker/docker/client 0.189s coverage: 75.8% of statements [2019-12-21T10:31:13.621Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2019-12-21T10:31:13.621Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-21T10:31:14.185Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-12-21T10:31:14.185Z] === RUN TestServiceWithPredefinedNetwork [2019-12-21T10:31:17.460Z] --- PASS: TestServiceWithPredefinedNetwork (3.26s) [2019-12-21T10:31:17.460Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-21T10:31:17.460Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:31:17.460Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:31:17.460Z] === RUN TestServiceWithDataPathPortInit [2019-12-21T10:31:22.719Z] --- PASS: TestCreateServiceMultipleTimes (17.79s) [2019-12-21T10:31:22.720Z] === RUN TestCreateServiceConflict [2019-12-21T10:31:23.098Z] --- PASS: TestCreateServiceConflict (2.98s) [2019-12-21T10:31:23.098Z] === RUN TestCreateServiceMaxReplicas [2019-12-21T10:31:24.721Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-21T10:31:24.721Z] [2019-12-21T10:31:24.721Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-21T10:31:24.721Z] PKG_CONFIG=pkg-config [2019-12-21T10:31:24.721Z] GOLANG_VERSION=1.13.4 [2019-12-21T10:31:24.721Z] HOSTNAME=bfe217244fa5 [2019-12-21T10:31:24.721Z] DOCKER_EXPERIMENTAL=1 [2019-12-21T10:31:24.721Z] container=docker [2019-12-21T10:31:24.721Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-21T10:31:24.721Z] GO111MODULE=off [2019-12-21T10:31:24.721Z] GOPATH=/go [2019-12-21T10:31:24.721Z] PWD=/go/src/github.com/docker/docker [2019-12-21T10:31:24.721Z] HOME=/root [2019-12-21T10:31:24.721Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-21T10:31:24.721Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-21T10:31:24.721Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-21T10:31:24.721Z] DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 [2019-12-21T10:31:24.721Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-21T10:31:24.721Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-21T10:31:24.721Z] TERM=xterm [2019-12-21T10:31:24.721Z] VALIDATE_BRANCH=master [2019-12-21T10:31:24.721Z] DEST=bundles/test-integration [2019-12-21T10:31:24.721Z] SHLVL=1 [2019-12-21T10:31:24.721Z] TIMEOUT=120m [2019-12-21T10:31:24.721Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-21T10:31:24.721Z] DOCKER_PKG=github.com/docker/docker [2019-12-21T10:31:24.721Z] TESTDEBUG=0 [2019-12-21T10:31:24.721Z] _=/usr/bin/env [2019-12-21T10:31:24.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-21T10:31:25.556Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-12-21T10:31:27.238Z] --- PASS: TestCreateServiceMaxReplicas (3.72s) [2019-12-21T10:31:27.238Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-21T10:31:27.452Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-12-21T10:31:37.413Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-12-21T10:31:37.413Z] --- PASS: TestServiceWithDataPathPortInit (19.65s) [2019-12-21T10:31:37.413Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-21T10:31:37.714Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-12-21T10:31:38.278Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-12-21T10:31:38.843Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-12-21T10:31:40.214Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-12-21T10:31:40.214Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-12-21T10:31:40.471Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-12-21T10:31:41.052Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.29s) [2019-12-21T10:31:41.052Z] === RUN TestCreateServiceSecretFileMode [2019-12-21T10:31:43.745Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-12-21T10:31:44.257Z] --- PASS: TestCreateServiceSecretFileMode (3.13s) [2019-12-21T10:31:44.257Z] === RUN TestCreateServiceConfigFileMode [2019-12-21T10:31:47.019Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.69s) [2019-12-21T10:31:47.019Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:iifd0h1cel0ns5za4h7t3dm3x Created:2019-12-21 10:31:37.831547529 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[dda54abb1f1e81954a2eec339c8e870cb13bb4ac46a511f0a39a3f68428e3ee8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kxjmbbl2artykahp2cngyg7do EndpointID:c052691614cfeeea4c4d69669aac9ad52691e86d5bd24b55826e4bb7aacd4214 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:eb2b466245aec0510fa2a30c1225db074db755feed3b7b01c39419b635ab849b MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:fed4749c8556 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kxjmbbl2artykahp2cngyg7do EndpointID:c052691614cfeeea4c4d69669aac9ad52691e86d5bd24b55826e4bb7aacd4214 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-21T10:31:47.019Z] PASS [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] === Skipped [2019-12-21T10:31:47.019Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:31:47.019Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] DONE 21 tests, 1 skipped in 52.152s [2019-12-21T10:31:47.019Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] ++ set -e [2019-12-21T10:31:47.019Z] ++ '[' -n 0 ']' [2019-12-21T10:31:47.019Z] ++ set -x [2019-12-21T10:31:47.019Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] INFO: Testing against a local daemon [2019-12-21T10:31:47.019Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-21T10:31:47.019Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:31:47.019Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:31:47.019Z] === RUN TestDockerNetworkIpvlan [2019-12-21T10:31:47.019Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:31:47.019Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:31:47.019Z] PASS [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] === Skipped [2019-12-21T10:31:47.019Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-21T10:31:47.019Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:31:47.019Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] [2019-12-21T10:31:47.019Z] DONE 2 tests, 2 skipped in 0.138s [2019-12-21T10:31:47.019Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] ++ set -e [2019-12-21T10:31:47.019Z] ++ '[' -n 0 ']' [2019-12-21T10:31:47.019Z] ++ set -x [2019-12-21T10:31:47.019Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:31:47.019Z] INFO: Testing against a local daemon [2019-12-21T10:31:47.019Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-21T10:31:47.652Z] --- PASS: TestCreateServiceConfigFileMode (3.30s) [2019-12-21T10:31:47.652Z] === RUN TestCreateServiceSysctls [2019-12-21T10:31:48.915Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.53s) [2019-12-21T10:31:48.915Z] === RUN TestDockerNetworkMacvlan [2019-12-21T10:31:49.479Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-21T10:31:50.412Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-21T10:31:51.342Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-21T10:31:51.791Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 30.3% of statements [2019-12-21T10:31:51.791Z] ok github.com/docker/docker/container 0.127s coverage: 35.3% of statements [2019-12-21T10:31:51.791Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-21T10:31:51.791Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-21T10:31:51.791Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-21T10:31:51.791Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-21T10:31:51.902Z] --- PASS: TestCreateServiceSysctls (4.50s) [2019-12-21T10:31:51.902Z] === RUN TestCreateServiceCapabilities [2019-12-21T10:31:52.274Z] === RUN TestDockerSuite/TestBuildExpose [2019-12-21T10:31:52.531Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-12-21T10:31:53.095Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-12-21T10:31:53.659Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-12-21T10:31:53.917Z] === RUN TestDockerSuite/TestBuildFails [2019-12-21T10:31:54.517Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-21T10:31:54.774Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-12-21T10:31:55.031Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-12-21T10:31:55.307Z] --- PASS: TestCreateServiceCapabilities (3.36s) [2019-12-21T10:31:55.307Z] === RUN TestInspect [2019-12-21T10:31:57.554Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-12-21T10:31:58.926Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-21T10:31:59.467Z] --- PASS: TestInspect (3.55s) [2019-12-21T10:31:59.467Z] === RUN TestServiceListWithStatuses [2019-12-21T10:31:59.467Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2019-12-21T10:31:59.467Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:31:59.467Z] === RUN TestDockerNetworkConnectAlias [2019-12-21T10:31:59.857Z] === RUN TestDockerSuite/TestBuildForceRm [2019-12-21T10:32:01.744Z] ok github.com/docker/docker/daemon/cluster 0.096s coverage: 0.5% of statements [2019-12-21T10:32:02.310Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-12-21T10:32:02.384Z] === RUN TestDockerSuite/TestBuildFromGit [2019-12-21T10:32:04.234Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-12-21T10:32:04.281Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-12-21T10:32:04.281Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-12-21T10:32:04.845Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-21T10:32:05.776Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-12-21T10:32:06.061Z] --- PASS: TestDockerNetworkConnectAlias (6.24s) [2019-12-21T10:32:06.061Z] === RUN TestDockerNetworkReConnect [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan (17.93s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.09s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.10s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.87s) [2019-12-21T10:32:06.708Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.24s) [2019-12-21T10:32:06.708Z] PASS [2019-12-21T10:32:06.708Z] [2019-12-21T10:32:06.708Z] DONE 8 tests in 19.660s [2019-12-21T10:32:06.708Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-21T10:32:06.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:06.708Z] ++ set -e [2019-12-21T10:32:06.708Z] ++ '[' -n 0 ']' [2019-12-21T10:32:06.708Z] ++ set -x [2019-12-21T10:32:06.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:06.708Z] testing: warning: no tests to run [2019-12-21T10:32:06.708Z] PASS [2019-12-21T10:32:06.708Z] [2019-12-21T10:32:06.708Z] DONE 0 tests in 0.028s [2019-12-21T10:32:06.708Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-21T10:32:06.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:06.708Z] ++ set -e [2019-12-21T10:32:06.708Z] ++ '[' -n 0 ']' [2019-12-21T10:32:06.708Z] ++ set -x [2019-12-21T10:32:06.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:06.965Z] INFO: Testing against a local daemon [2019-12-21T10:32:06.965Z] === RUN TestAuthZPluginAllowRequest [2019-12-21T10:32:07.896Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-12-21T10:32:08.829Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2019-12-21T10:32:08.829Z] === RUN TestAuthZPluginTLS [2019-12-21T10:32:08.829Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-12-21T10:32:09.085Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-12-21T10:32:09.342Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-12-21T10:32:09.342Z] === RUN TestAuthZPluginDenyRequest [2019-12-21T10:32:09.906Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-12-21T10:32:09.906Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-21T10:32:10.470Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-12-21T10:32:10.470Z] === RUN TestAuthZPluginDenyResponse [2019-12-21T10:32:10.584Z] faf31ee0aa3d: Pull complete [2019-12-21T10:32:10.584Z] Digest: sha256:4fd18320df2be163bd7a526e2b2131f9e89069fcc1a8c17e6c188e0e58e66bbd [2019-12-21T10:32:10.584Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:32:10.584Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-12-21T10:32:10.584Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-12-21T10:32:10.584Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.914' [2019-12-21T10:32:10.584Z] WARN: Skipping validation tests [2019-12-21T10:32:10.584Z] INFO: Running unit tests at 12/21/2019 10:32:03... [2019-12-21T10:32:10.584Z] INFO: make.ps1 starting at 12/21/2019 10:32:07 [2019-12-21T10:32:10.584Z] INFO: Git commit (e558622cc) assumed from DOCKER_GITCOMMIT environment variable [2019-12-21T10:32:10.584Z] INFO: Invoking autogen... [2019-12-21T10:32:10.584Z] INFO: Running unit tests... [2019-12-21T10:32:11.035Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-12-21T10:32:11.035Z] === RUN TestAuthZPluginAllowEventStream [2019-12-21T10:32:11.292Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-12-21T10:32:12.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-21T10:32:12.325Z] --- PASS: TestDockerNetworkReConnect (6.17s) [2019-12-21T10:32:12.325Z] === RUN TestServicePlugin [2019-12-21T10:32:12.325Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-21T10:32:12.325Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:32:12.325Z] === RUN TestServiceUpdateLabel [2019-12-21T10:32:12.390Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.7% of statements [2019-12-21T10:32:12.665Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2019-12-21T10:32:12.665Z] === RUN TestAuthZPluginErrorResponse [2019-12-21T10:32:13.231Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-12-21T10:32:13.231Z] === RUN TestAuthZPluginErrorRequest [2019-12-21T10:32:13.314Z] ok github.com/docker/docker/daemon 12.209s coverage: 17.6% of statements [2019-12-21T10:32:13.314Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-21T10:32:13.314Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-21T10:32:13.488Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-12-21T10:32:13.569Z] ok github.com/docker/docker/daemon/config 0.051s coverage: 82.1% of statements [2019-12-21T10:32:13.745Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-12-21T10:32:13.745Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-21T10:32:14.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-21T10:32:14.309Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-12-21T10:32:14.309Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-21T10:32:14.779Z] --- PASS: TestServiceUpdateLabel (3.07s) [2019-12-21T10:32:14.779Z] === RUN TestServiceUpdateSecrets [2019-12-21T10:32:14.875Z] === RUN TestDockerSuite/TestBuildHistory [2019-12-21T10:32:14.930Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-12-21T10:32:14.930Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-12-21T10:32:14.930Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-21T10:32:14.930Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-21T10:32:16.246Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.11s) [2019-12-21T10:32:16.246Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-21T10:32:16.813Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-12-21T10:32:18.697Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-12-21T10:32:18.768Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s) [2019-12-21T10:32:18.768Z] === RUN TestAuthZPluginHeader [2019-12-21T10:32:19.136Z] 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 [2019-12-21T10:32:19.331Z] --- PASS: TestAuthZPluginHeader (0.86s) [2019-12-21T10:32:19.331Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-21T10:32:19.622Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.238s coverage: 57.0% of statements [2019-12-21T10:32:19.897Z] === RUN TestDockerSuite/TestBuildIidFile [2019-12-21T10:32:20.156Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-12-21T10:32:20.720Z] === RUN TestDockerSuite/TestBuildInheritance [2019-12-21T10:32:20.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-21T10:32:21.285Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-12-21T10:32:21.850Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-12-21T10:32:21.850Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-12-21T10:32:22.780Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-12-21T10:32:22.931Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.566s coverage: 72.5% of statements [2019-12-21T10:32:23.036Z] === RUN TestDockerSuite/TestBuildLabel [2019-12-21T10:32:23.187Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.683s coverage: 45.9% of statements [2019-12-21T10:32:23.187Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-21T10:32:23.601Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-12-21T10:32:24.165Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.76s) [2019-12-21T10:32:24.165Z] === RUN TestAuthZPluginV2Disable [2019-12-21T10:32:24.165Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-12-21T10:32:24.728Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-12-21T10:32:25.293Z] === RUN TestDockerSuite/TestBuildLabels [2019-12-21T10:32:25.748Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.063s coverage: 48.6% of statements [2019-12-21T10:32:25.857Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-12-21T10:32:26.760Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.299s coverage: 76.1% of statements [2019-12-21T10:32:27.226Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-12-21T10:32:27.791Z] --- PASS: TestAuthZPluginV2Disable (3.86s) [2019-12-21T10:32:27.791Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-21T10:32:28.121Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-12-21T10:32:28.121Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.162s coverage: 60.1% of statements [2019-12-21T10:32:28.121Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-21T10:32:28.121Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-21T10:32:29.502Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2019-12-21T10:32:29.581Z] ? github.com/docker/docker/api [no test files] [2019-12-21T10:32:30.427Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2019-12-21T10:32:31.068Z] === RUN TestDockerSuite/TestBuildLastModified [2019-12-21T10:32:31.326Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2019-12-21T10:32:31.326Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-21T10:32:31.431Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2019-12-21T10:32:31.431Z] === RUN TestServiceUpdateConfigs [2019-12-21T10:32:31.791Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 4.9% of statements [2019-12-21T10:32:31.791Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-21T10:32:31.791Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-21T10:32:32.047Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 42.7% of statements [2019-12-21T10:32:33.934Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2019-12-21T10:32:33.934Z] ok github.com/docker/docker/daemon/logger/awslogs 0.175s coverage: 77.8% of statements [2019-12-21T10:32:33.934Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-21T10:32:33.934Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-21T10:32:34.860Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-12-21T10:32:35.116Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-12-21T10:32:35.371Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-12-21T10:32:36.734Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 74.7% of statements [2019-12-21T10:32:36.734Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-21T10:32:36.989Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 19.9% of statements [2019-12-21T10:32:38.875Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-12-21T10:32:38.875Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-12-21T10:32:39.424Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-12-21T10:32:39.802Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-12-21T10:32:40.057Z] ok github.com/docker/docker/daemon/logger/splunk 1.657s coverage: 82.5% of statements [2019-12-21T10:32:40.057Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-21T10:32:40.057Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-21T10:32:41.947Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-12-21T10:32:42.204Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-12-21T10:32:42.204Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-12-21T10:32:42.204Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.09s) [2019-12-21T10:32:42.204Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-21T10:32:42.462Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-12-21T10:32:42.462Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-12-21T10:32:42.571Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2019-12-21T10:32:42.571Z] ok github.com/docker/docker/distribution 0.175s coverage: 22.1% of statements [2019-12-21T10:32:42.571Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-21T10:32:42.719Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-12-21T10:32:43.933Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2019-12-21T10:32:44.383Z] ok github.com/docker/docker/api/server 0.144s coverage: 9.0% of statements [2019-12-21T10:32:44.616Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-12-21T10:32:44.858Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-12-21T10:32:45.784Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-12-21T10:32:45.784Z] ok github.com/docker/docker/distribution/xfer 1.877s coverage: 85.1% of statements [2019-12-21T10:32:45.784Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-21T10:32:45.784Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-21T10:32:45.986Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-12-21T10:32:47.190Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-12-21T10:32:47.190Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-21T10:32:47.850Z] --- PASS: TestServiceUpdateConfigs (15.77s) [2019-12-21T10:32:47.850Z] === RUN TestServiceUpdateNetwork [2019-12-21T10:32:47.881Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-12-21T10:32:48.160Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-12-21T10:32:49.086Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-12-21T10:32:49.342Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-12-21T10:32:50.406Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-12-21T10:32:50.663Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-12-21T10:32:51.227Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-12-21T10:32:51.227Z] ok github.com/docker/docker/pkg/archive 0.397s coverage: 77.3% of statements [2019-12-21T10:32:52.590Z] ok github.com/docker/docker/pkg/authorization 0.266s coverage: 68.3% of statements [2019-12-21T10:32:52.590Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-12-21T10:32:52.845Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-12-21T10:32:56.189Z] ok github.com/docker/docker/layer 7.620s coverage: 68.8% of statements [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/oci [no test files] [2019-12-21T10:32:56.189Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-21T10:32:56.444Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-12-21T10:32:56.444Z] ok github.com/docker/docker/pkg/chrootarchive 2.953s coverage: 43.2% of statements [2019-12-21T10:32:56.444Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-21T10:32:56.444Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-21T10:32:57.004Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-12-21T10:32:57.259Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-12-21T10:32:57.818Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-12-21T10:32:58.743Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-12-21T10:32:58.999Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-12-21T10:32:59.429Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2019-12-21T10:32:59.429Z] PASS [2019-12-21T10:32:59.429Z] [2019-12-21T10:32:59.429Z] DONE 17 tests in 52.237s [2019-12-21T10:32:59.429Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] ++ set -e [2019-12-21T10:32:59.429Z] ++ '[' -n 0 ']' [2019-12-21T10:32:59.429Z] ++ set -x [2019-12-21T10:32:59.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] INFO: Testing against a local daemon [2019-12-21T10:32:59.429Z] === RUN TestPluginInvalidJSON [2019-12-21T10:32:59.429Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:32:59.429Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:32:59.429Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:32:59.429Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-12-21T10:32:59.429Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-21T10:32:59.429Z] PASS [2019-12-21T10:32:59.429Z] [2019-12-21T10:32:59.429Z] DONE 2 tests in 0.162s [2019-12-21T10:32:59.429Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] ++ set -e [2019-12-21T10:32:59.429Z] ++ '[' -n 0 ']' [2019-12-21T10:32:59.429Z] ++ set -x [2019-12-21T10:32:59.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:32:59.429Z] INFO: Testing against a local daemon [2019-12-21T10:32:59.429Z] === RUN TestExternalGraphDriver [2019-12-21T10:32:59.686Z] === RUN TestExternalGraphDriver/json [2019-12-21T10:33:00.360Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-12-21T10:33:00.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-21T10:33:00.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-21T10:33:00.920Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2019-12-21T10:33:01.479Z] ok github.com/docker/docker/pkg/discovery/kv 3.119s coverage: 84.1% of statements [2019-12-21T10:33:01.537Z] --- PASS: TestServiceUpdateNetwork (14.01s) [2019-12-21T10:33:01.537Z] PASS [2019-12-21T10:33:01.537Z] [2019-12-21T10:33:01.537Z] === Skipped [2019-12-21T10:33:01.537Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2019-12-21T10:33:01.537Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:33:01.537Z] [2019-12-21T10:33:01.537Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-12-21T10:33:01.537Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:33:01.537Z] [2019-12-21T10:33:01.537Z] [2019-12-21T10:33:01.537Z] DONE 20 tests, 2 skipped in 127.698s [2019-12-21T10:33:01.537Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] ++ set -e [2019-12-21T10:33:01.537Z] ++ '[' -n 0 ']' [2019-12-21T10:33:01.537Z] ++ set -x [2019-12-21T10:33:01.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] INFO: Testing against a local daemon [2019-12-21T10:33:01.537Z] === RUN TestSessionCreate [2019-12-21T10:33:01.537Z] --- PASS: TestSessionCreate (0.03s) [2019-12-21T10:33:01.537Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-21T10:33:01.537Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-12-21T10:33:01.537Z] PASS [2019-12-21T10:33:01.537Z] [2019-12-21T10:33:01.537Z] DONE 2 tests in 0.258s [2019-12-21T10:33:01.537Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] ++ set -e [2019-12-21T10:33:01.537Z] ++ '[' -n 0 ']' [2019-12-21T10:33:01.537Z] ++ set -x [2019-12-21T10:33:01.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:01.537Z] INFO: Testing against a local daemon [2019-12-21T10:33:01.537Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-21T10:33:01.537Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-12-21T10:33:01.537Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:33:01.537Z] === RUN TestEventsExecDie [2019-12-21T10:33:01.537Z] --- PASS: TestEventsExecDie (1.01s) [2019-12-21T10:33:01.537Z] === RUN TestEventsBackwardsCompatible [2019-12-21T10:33:01.537Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-12-21T10:33:01.537Z] === RUN TestInfoBinaryCommits [2019-12-21T10:33:01.537Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-12-21T10:33:01.537Z] === RUN TestInfoAPIVersioned [2019-12-21T10:33:01.537Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-12-21T10:33:01.537Z] === RUN TestInfoDiscoveryBackend [2019-12-21T10:33:01.580Z] === RUN TestExternalGraphDriver/spec [2019-12-21T10:33:01.735Z] ok github.com/docker/docker/pkg/fsutils 0.198s coverage: 85.1% of statements [2019-12-21T10:33:01.735Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2019-12-21T10:33:01.904Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2019-12-21T10:33:01.904Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-21T10:33:02.145Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-12-21T10:33:02.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-21T10:33:02.685Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-21T10:33:02.685Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-21T10:33:03.096Z] ok github.com/docker/docker/pkg/idtools 0.433s coverage: 70.1% of statements [2019-12-21T10:33:03.351Z] ok github.com/docker/docker/pkg/ioutils 0.501s coverage: 69.3% of statements [2019-12-21T10:33:03.494Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2019-12-21T10:33:03.494Z] === RUN TestInfoAPI [2019-12-21T10:33:03.494Z] --- PASS: TestInfoAPI (0.03s) [2019-12-21T10:33:03.494Z] === RUN TestInfoAPIWarnings [2019-12-21T10:33:03.606Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-12-21T10:33:03.861Z] ok github.com/docker/docker/pkg/locker 0.025s coverage: 88.9% of statements [2019-12-21T10:33:03.866Z] --- PASS: TestInfoAPIWarnings (0.53s) [2019-12-21T10:33:03.866Z] === RUN TestInfoDebug [2019-12-21T10:33:04.038Z] === RUN TestExternalGraphDriver/pull [2019-12-21T10:33:04.116Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-12-21T10:33:04.116Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-21T10:33:04.244Z] --- PASS: TestInfoDebug (0.55s) [2019-12-21T10:33:04.244Z] === RUN TestInfoInsecureRegistries [2019-12-21T10:33:04.676Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2019-12-21T10:33:04.964Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2019-12-21T10:33:05.045Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2019-12-21T10:33:05.045Z] === RUN TestInfoRegistryMirrors [2019-12-21T10:33:05.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-21T10:33:05.220Z] ok github.com/docker/docker/pkg/mount 0.596s coverage: 70.0% of statements [2019-12-21T10:33:05.220Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-21T10:33:05.220Z] ok github.com/docker/docker/pkg/parsers/kernel 0.014s coverage: 60.0% of statements [2019-12-21T10:33:05.420Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2019-12-21T10:33:05.420Z] === RUN TestLoginFailsWithBadCredentials [2019-12-21T10:33:05.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-21T10:33:05.793Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-12-21T10:33:05.793Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-12-21T10:33:05.793Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-21T10:33:05.793Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-21T10:33:05.805Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-12-21T10:33:05.805Z] === RUN TestPingCacheHeaders [2019-12-21T10:33:05.805Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-12-21T10:33:05.805Z] === RUN TestPingGet [2019-12-21T10:33:05.805Z] --- PASS: TestPingGet (0.01s) [2019-12-21T10:33:05.805Z] === RUN TestPingHead [2019-12-21T10:33:05.805Z] --- PASS: TestPingHead (0.02s) [2019-12-21T10:33:05.805Z] === RUN TestVersion [2019-12-21T10:33:05.805Z] --- PASS: TestVersion (0.03s) [2019-12-21T10:33:05.805Z] PASS [2019-12-21T10:33:05.805Z] [2019-12-21T10:33:05.805Z] === Skipped [2019-12-21T10:33:05.805Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-12-21T10:33:05.805Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:33:05.805Z] [2019-12-21T10:33:05.805Z] [2019-12-21T10:33:05.805Z] DONE 18 tests, 1 skipped in 6.024s [2019-12-21T10:33:05.805Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-12-21T10:33:05.805Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:05.805Z] ++ set -e [2019-12-21T10:33:05.805Z] ++ '[' -n 0 ']' [2019-12-21T10:33:05.805Z] ++ set -x [2019-12-21T10:33:05.805Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:05.936Z] --- PASS: TestExternalGraphDriver (6.34s) [2019-12-21T10:33:05.936Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2019-12-21T10:33:05.936Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-12-21T10:33:05.936Z] --- PASS: TestExternalGraphDriver/pull (1.96s) [2019-12-21T10:33:05.936Z] === RUN TestGraphdriverPluginV2 [2019-12-21T10:33:06.177Z] INFO: Testing against a local daemon [2019-12-21T10:33:06.177Z] === RUN TestVolumesCreateAndList [2019-12-21T10:33:06.177Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-12-21T10:33:06.177Z] === RUN TestVolumesRemove [2019-12-21T10:33:06.177Z] --- PASS: TestVolumesRemove (0.09s) [2019-12-21T10:33:06.177Z] === RUN TestVolumesInspect [2019-12-21T10:33:06.177Z] --- PASS: TestVolumesInspect (0.02s) [2019-12-21T10:33:06.177Z] === RUN TestVolumesInvalidJSON [2019-12-21T10:33:06.177Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-21T10:33:06.177Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-21T10:33:06.177Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-21T10:33:06.177Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-12-21T10:33:06.177Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-21T10:33:06.177Z] PASS [2019-12-21T10:33:06.177Z] [2019-12-21T10:33:06.177Z] DONE 5 tests in 0.289s [2019-12-21T10:33:06.177Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T10:33:06.654Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-12-21T10:33:06.687Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T10:33:06.687Z] +++ kill 11494 [2019-12-21T10:33:06.719Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2019-12-21T10:33:07.591Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-12-21T10:33:07.644Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-12-21T10:33:07.899Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-12-21T10:33:07.942Z] +++ /etc/init.d/apparmor stop [2019-12-21T10:33:07.942Z] Clearing AppArmor profiles cache:. [2019-12-21T10:33:07.942Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:33:07.942Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:33:07.942Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:33:07.942Z] [2019-12-21T10:33:07.942Z] To set a process to complain mode, use the command line tool [2019-12-21T10:33:07.942Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:33:07.942Z] with the 'teardown' option." [2019-12-21T10:33:07.942Z] [2019-12-21T10:33:08.154Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-12-21T10:33:09.513Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-12-21T10:33:09.768Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-12-21T10:33:10.115Z] --- PASS: TestGraphdriverPluginV2 (4.58s) [2019-12-21T10:33:10.115Z] PASS [2019-12-21T10:33:10.115Z] [2019-12-21T10:33:10.115Z] DONE 5 tests in 11.109s [2019-12-21T10:33:10.115Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-21T10:33:10.115Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:10.115Z] ++ set -e [2019-12-21T10:33:10.115Z] ++ '[' -n 0 ']' [2019-12-21T10:33:10.115Z] ++ set -x [2019-12-21T10:33:10.115Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:10.372Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-12-21T10:33:10.372Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-12-21T10:33:10.372Z] INFO: Testing against a local daemon [2019-12-21T10:33:10.372Z] === RUN TestContinueAfterPluginCrash [2019-12-21T10:33:10.372Z] === PAUSE TestContinueAfterPluginCrash [2019-12-21T10:33:10.372Z] === RUN TestDaemonStartWithLogOpt [2019-12-21T10:33:10.372Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-21T10:33:10.372Z] === CONT TestContinueAfterPluginCrash [2019-12-21T10:33:10.372Z] === CONT TestDaemonStartWithLogOpt Post stage [Pipeline] junit [2019-12-21T10:33:10.657Z] Recording test results [2019-12-21T10:33:11.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-21T10:33:12.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-12-21T10:33:12.612Z] + echo Ensuring container killed. [2019-12-21T10:33:12.613Z] Ensuring container killed. [2019-12-21T10:33:12.613Z] + docker rm -vf docker-pr49 [2019-12-21T10:33:12.613Z] Error: No such container: docker-pr49 [2019-12-21T10:33:12.613Z] + true [Pipeline] sh [2019-12-21T10:33:13.026Z] ok github.com/docker/docker/pkg/signal 2.415s coverage: 61.0% of statements [2019-12-21T10:33:13.027Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-12-21T10:33:13.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-21T10:33:13.282Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-12-21T10:33:13.442Z] + echo Chowning /workspace to jenkins user [2019-12-21T10:33:13.442Z] Chowning /workspace to jenkins user [2019-12-21T10:33:13.442Z] + id -u [2019-12-21T10:33:13.442Z] + id -g [2019-12-21T10:33:13.442Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39998:/workspace busybox chown -R 1001:1001 /workspace [2019-12-21T10:33:13.442Z] Unable to find image 'busybox:latest' locally [2019-12-21T10:33:13.442Z] latest: Pulling from library/busybox [2019-12-21T10:33:13.537Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-12-21T10:33:13.792Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-12-21T10:33:13.821Z] 6dc7af96dfc8: Pulling fs layer [2019-12-21T10:33:13.821Z] 6dc7af96dfc8: Verifying Checksum [2019-12-21T10:33:13.821Z] 6dc7af96dfc8: Download complete [2019-12-21T10:33:14.352Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-12-21T10:33:14.608Z] 6dc7af96dfc8: Pull complete [2019-12-21T10:33:14.609Z] Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084 [2019-12-21T10:33:14.609Z] Status: Downloaded newer image for busybox:latest [2019-12-21T10:33:14.911Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.2% of statements [2019-12-21T10:33:15.166Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2019-12-21T10:33:15.811Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2019-12-21T10:33:16.415Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-12-21T10:33:16.415Z] testing: warning: no tests to run [2019-12-21T10:33:16.415Z] coverage: [no statements] [2019-12-21T10:33:16.415Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T10:33:16.670Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-12-21T10:33:16.925Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-12-21T10:33:17.181Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-12-21T10:33:17.226Z] + bundleName=s390x-integration [2019-12-21T10:33:17.226Z] + echo Creating s390x-integration-bundles.tar.gz [2019-12-21T10:33:17.226Z] Creating s390x-integration-bundles.tar.gz [2019-12-21T10:33:17.226Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-12-21T10:33:17.226Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-12-21T10:33:17.367Z] Archiving artifacts [2019-12-21T10:33:17.531Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-12-21T10:33:17.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-21T10:33:17.788Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-12-21T10:33:18.706Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [2019-12-21T10:33:18.719Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [Pipeline] sh [2019-12-21T10:33:19.458Z] + make clean [2019-12-21T10:33:19.691Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2019-12-21T10:33:19.824Z] make: command: Command not found [2019-12-21T10:33:19.824Z] make: command: Command not found [2019-12-21T10:33:19.824Z] docker volume rm -f docker-dev-cache [2019-12-21T10:33:19.824Z] docker-dev-cache [Pipeline] deleteDir [2019-12-21T10:33:20.251Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-12-21T10:33:20.810Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-12-21T10:33:21.370Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-12-21T10:33:22.734Z] ok github.com/docker/docker/registry 0.093s coverage: 56.0% of statements [2019-12-21T10:33:22.898Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-12-21T10:33:22.898Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-12-21T10:33:23.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-21T10:33:23.659Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-12-21T10:33:23.659Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-12-21T10:33:24.609Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-12-21T10:33:24.864Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-12-21T10:33:26.178Z] === RUN TestDockerSuite/TestBuildNetNone [2019-12-21T10:33:27.110Z] === RUN TestDockerSuite/TestBuildNoContext [2019-12-21T10:33:27.462Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-12-21T10:33:27.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-21T10:33:28.021Z] ok github.com/docker/docker/volume/local 0.025s coverage: 73.0% of statements [2019-12-21T10:33:28.481Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-12-21T10:33:28.944Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2019-12-21T10:33:29.411Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-12-21T10:33:29.411Z] --- PASS: TestDaemonStartWithLogOpt (19.03s) [2019-12-21T10:33:29.869Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-12-21T10:33:31.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-21T10:33:31.303Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-12-21T10:33:31.560Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-12-21T10:33:31.560Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-12-21T10:33:31.818Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-12-21T10:33:32.382Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-12-21T10:33:32.382Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-12-21T10:33:32.946Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-12-21T10:33:33.878Z] --- PASS: TestContinueAfterPluginCrash (23.48s) [2019-12-21T10:33:33.878Z] PASS [2019-12-21T10:33:33.878Z] [2019-12-21T10:33:33.878Z] DONE 2 tests in 23.639s [2019-12-21T10:33:33.878Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-21T10:33:33.878Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:33.878Z] ++ set -e [2019-12-21T10:33:33.878Z] ++ '[' -n 0 ']' [2019-12-21T10:33:33.878Z] ++ set -x [2019-12-21T10:33:33.878Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:34.135Z] INFO: Testing against a local daemon [2019-12-21T10:33:34.135Z] === RUN TestPluginWithDevMounts [2019-12-21T10:33:34.135Z] === PAUSE TestPluginWithDevMounts [2019-12-21T10:33:34.135Z] === CONT TestPluginWithDevMounts [2019-12-21T10:33:35.088Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-21T10:33:35.507Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-12-21T10:33:35.548Z] ok github.com/docker/docker/api/server/httputils 0.096s coverage: 14.7% of statements [2019-12-21T10:33:36.439Z] --- PASS: TestPluginWithDevMounts (2.13s) [2019-12-21T10:33:36.439Z] PASS [2019-12-21T10:33:36.439Z] [2019-12-21T10:33:36.439Z] DONE 1 tests in 2.297s [2019-12-21T10:33:36.439Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-12-21T10:33:36.439Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:36.439Z] ++ set -e [2019-12-21T10:33:36.439Z] ++ '[' -n 0 ']' [2019-12-21T10:33:36.439Z] ++ set -x [2019-12-21T10:33:36.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:36.439Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-12-21T10:33:36.439Z] INFO: Testing against a local daemon [2019-12-21T10:33:36.439Z] === RUN TestSecretInspect [2019-12-21T10:33:36.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-21T10:33:37.720Z] ok github.com/docker/docker/api/server/middleware 0.193s coverage: 37.7% of statements [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-21T10:33:37.720Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-21T10:33:38.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-21T10:33:39.264Z] ok github.com/docker/docker/api/types/filters 0.114s coverage: 92.2% of statements [2019-12-21T10:33:39.264Z] ok github.com/docker/docker/api/types/strslice 0.056s coverage: 90.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-21T10:33:39.716Z] --- PASS: TestSecretInspect (2.92s) [2019-12-21T10:33:39.716Z] === RUN TestSecretList [2019-12-21T10:33:39.727Z] ok github.com/docker/docker/api/types/time 0.224s coverage: 100.0% of statements [2019-12-21T10:33:39.727Z] ok github.com/docker/docker/api/server/router/swarm 0.138s coverage: 4.0% of statements [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-21T10:33:39.727Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-21T10:33:39.973Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-12-21T10:33:40.189Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 75.0% of statements [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-21T10:33:40.189Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-21T10:33:40.778Z] ok github.com/docker/docker/builder/dockerignore 0.053s coverage: 96.8% of statements [2019-12-21T10:33:41.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-21T10:33:42.074Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-12-21T10:33:42.074Z] --- PASS: TestSecretList (2.77s) [2019-12-21T10:33:42.074Z] === RUN TestSecretsCreateAndDelete [2019-12-21T10:33:42.147Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/rootless [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/volume [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-21T10:33:42.147Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === Skipped [2019-12-21T10:33:42.147Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-21T10:33:42.147Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-21T10:33:42.147Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-21T10:33:42.147Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-21T10:33:42.147Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-21T10:33:42.147Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-21T10:33:42.147Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-21T10:33:42.147Z] graphtest_unix.go:73: No driver to put! [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-21T10:33:42.147Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-21T10:33:42.147Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.147Z] [2019-12-21T10:33:42.148Z] DONE 2155 tests, 20 skipped in 243.444s Post stage [Pipeline] junit [2019-12-21T10:33:42.201Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-12-21T10:33:43.267Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39998/.git:/go/src/github.com/docker/docker/.git --name docker-pr49 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a1f92df52ed79c85a6a04ae97141e7bee72888b8 hack/validate/vendor [2019-12-21T10:33:44.090Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-21T10:33:44.090Z] Using test binary docker [2019-12-21T10:33:44.090Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-21T10:33:44.090Z] +++ /etc/init.d/apparmor start [2019-12-21T10:33:44.090Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-21T10:33:44.090Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-21T10:33:44.090Z] Warning failed to create cache: (null) [2019-12-21T10:33:44.090Z] . [2019-12-21T10:33:44.090Z] INFO: Waiting for daemon to start... [2019-12-21T10:33:44.090Z] Starting dockerd [2019-12-21T10:33:44.090Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-12-21T10:33:44.194Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-12-21T10:33:44.611Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-12-21T10:33:44.769Z] + echo Building e2e image [2019-12-21T10:33:44.769Z] Building e2e image [2019-12-21T10:33:44.769Z] + docker build --build-arg DOCKER_GITCOMMIT=a1f92df52ed79c85a6a04ae97141e7bee72888b8 -t moby-e2e-test -f Dockerfile.e2e . [2019-12-21T10:33:44.769Z] #2 [internal] load .dockerignore [2019-12-21T10:33:44.769Z] #2 transferring context: 34B done [2019-12-21T10:33:44.769Z] #2 DONE 0.0s [2019-12-21T10:33:44.769Z] [2019-12-21T10:33:44.769Z] #1 [internal] load build definition from Dockerfile.e2e [2019-12-21T10:33:44.769Z] #1 transferring dockerfile: 3.21kB done [2019-12-21T10:33:44.769Z] #1 DONE 0.0s [2019-12-21T10:33:44.769Z] [2019-12-21T10:33:44.769Z] #4 [internal] load metadata for docker.io/library/golang:1.13.4-alpine [2019-12-21T10:33:45.034Z] #4 DONE 0.2s [2019-12-21T10:33:45.034Z] [2019-12-21T10:33:45.034Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-12-21T10:33:45.034Z] #3 DONE 0.2s [2019-12-21T10:33:45.034Z] [2019-12-21T10:33:45.034Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:45.034Z] #14 resolve docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b6447f525da0a4f18efd2cb05bf7d70228f75d713b7a67345f30157ac done [2019-12-21T10:33:45.034Z] #14 sha256:9d2a7c5b6447f525da0a4f18efd2cb05bf7d70228f75d713b7a67345f30157ac 1.65kB / 1.65kB done [2019-12-21T10:33:45.034Z] #14 sha256:679fe3791d2710d53efe26b05ba1c7083178d6375318b0c669b6bcd98f25c448 1.36kB / 1.36kB done [2019-12-21T10:33:45.034Z] #14 sha256:3024b4e742b095f3c81ed71f3ddc7bb6796664827845988333fac28564a96b85 3.80kB / 3.80kB done [2019-12-21T10:33:45.034Z] #14 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 1.32MB / 2.79MB 0.1s [2019-12-21T10:33:45.034Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.1s [2019-12-21T10:33:45.034Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 0B / 155B 0.1s [2019-12-21T10:33:45.175Z] --- PASS: TestSecretsCreateAndDelete (2.95s) [2019-12-21T10:33:45.175Z] === RUN TestSecretsUpdate [2019-12-21T10:33:45.288Z] #14 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 2.79MB / 2.79MB 0.1s done [2019-12-21T10:33:45.288Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.1s done [2019-12-21T10:33:45.288Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 155B / 155B 0.1s done [2019-12-21T10:33:45.288Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 730.66kB / 126.86MB 0.2s [2019-12-21T10:33:45.288Z] #14 sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 125B / 125B 0.1s done [2019-12-21T10:33:45.288Z] #14 ... [2019-12-21T10:33:45.288Z] [2019-12-21T10:33:45.288Z] #8 [internal] load build context [2019-12-21T10:33:45.288Z] #8 transferring context: 817.57kB 0.3s done [2019-12-21T10:33:45.288Z] #8 DONE 0.3s [2019-12-21T10:33:45.288Z] [2019-12-21T10:33:45.288Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:45.288Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 12.64MB / 126.86MB 0.4s [2019-12-21T10:33:45.288Z] #14 extracting sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 0.2s [2019-12-21T10:33:45.487Z] ok github.com/docker/docker/cli/debug 0.292s coverage: 100.0% of statements [2019-12-21T10:33:45.487Z] ok github.com/docker/docker/builder/remotecontext 0.682s coverage: 9.2% of statements [2019-12-21T10:33:45.487Z] ok github.com/docker/docker/builder/dockerfile 0.584s coverage: 46.3% of statements [2019-12-21T10:33:45.543Z] #14 ... [2019-12-21T10:33:45.543Z] [2019-12-21T10:33:45.543Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:c19173c5ada610a5... [2019-12-21T10:33:45.543Z] #5 resolve docker.io/library/alpine:3.10@sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a done [2019-12-21T10:33:45.543Z] #5 sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a 1.64kB / 1.64kB done [2019-12-21T10:33:45.543Z] #5 sha256:e4355b66995c96b4b468159fc5c7e3540fcef961189ca13fee877798649f531a 528B / 528B done [2019-12-21T10:33:45.543Z] #5 sha256:965ea09ff2ebd2b9eeec88cd822ce156f6674c7e99be082c7efac3c62f3ff652 1.51kB / 1.51kB done [2019-12-21T10:33:45.543Z] #5 extracting sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 0.3s done [2019-12-21T10:33:45.543Z] #5 DONE 0.5s [2019-12-21T10:33:45.543Z] [2019-12-21T10:33:45.543Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:45.543Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 20.68MB / 126.86MB 0.5s [2019-12-21T10:33:45.543Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 [2019-12-21T10:33:45.543Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 31.19MB / 126.86MB 0.7s [2019-12-21T10:33:45.739Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-12-21T10:33:45.801Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 40.86MB / 126.86MB 0.9s [2019-12-21T10:33:45.801Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.3s done [2019-12-21T10:33:45.801Z] #14 extracting sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd done [2019-12-21T10:33:46.059Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 51.84MB / 126.86MB 1.1s [2019-12-21T10:33:46.059Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 61.19MB / 126.86MB 1.2s [2019-12-21T10:33:46.125Z] . [2019-12-21T10:33:46.125Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-21T10:33:46.125Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-21T10:33:46.125Z] Error: No such image: emptyfs [2019-12-21T10:33:46.125Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-21T10:33:46.125Z] ++++ docker load [2019-12-21T10:33:46.317Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 71.88MB / 126.86MB 1.3s [2019-12-21T10:33:46.411Z] Running integration-test (iteration 1) [2019-12-21T10:33:46.411Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-12-21T10:33:46.411Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:46.411Z] ++ set -e [2019-12-21T10:33:46.411Z] ++ '[' -n 0 ']' [2019-12-21T10:33:46.411Z] ++ set -x [2019-12-21T10:33:46.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:46.572Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 90.60MB / 126.86MB 1.5s [2019-12-21T10:33:46.572Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 98.43MB / 126.86MB 1.6s [2019-12-21T10:33:46.827Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 116.15MB / 126.86MB 1.9s [2019-12-21T10:33:47.085Z] #14 ... [2019-12-21T10:33:47.085Z] [2019-12-21T10:33:47.085Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-12-21T10:33:47.085Z] #6 DONE 1.4s [2019-12-21T10:33:47.085Z] [2019-12-21T10:33:47.085Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:47.085Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 126.86MB / 126.86MB 1.9s done [2019-12-21T10:33:47.085Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 [2019-12-21T10:33:47.638Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-12-21T10:33:47.895Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-12-21T10:33:47.895Z] --- PASS: TestSecretsUpdate (2.77s) [2019-12-21T10:33:47.895Z] === RUN TestTemplatedSecret [2019-12-21T10:33:52.072Z] --- PASS: TestTemplatedSecret (3.52s) [2019-12-21T10:33:52.072Z] === RUN TestSecretCreateResolve [2019-12-21T10:33:52.072Z] === RUN TestDockerSuite/TestBuildPATH [2019-12-21T10:33:52.320Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 5.1s [2019-12-21T10:33:53.245Z] #14 ... [2019-12-21T10:33:53.245Z] [2019-12-21T10:33:53.245Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-12-21T10:33:53.245Z] #7 1.003 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-12-21T10:33:53.245Z] #7 2.187 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-12-21T10:33:53.245Z] #7 2.302 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-12-21T10:33:53.245Z] #7 2.305 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-12-21T10:33:53.245Z] #7 2.522 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-12-21T10:33:53.245Z] #7 2.535 (4/31) Installing readline (8.0.0-r0) [2019-12-21T10:33:53.245Z] #7 2.544 (5/31) Installing bash (5.0.0-r0) [2019-12-21T10:33:53.245Z] #7 2.561 Executing bash-5.0.0-r0.post-install [2019-12-21T10:33:53.245Z] #7 2.565 (6/31) Installing ca-certificates (20190108-r0) [2019-12-21T10:33:53.245Z] #7 2.586 (7/31) Installing libgcc (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 2.590 (8/31) Installing libstdc++ (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 2.610 (9/31) Installing binutils (2.32-r0) [2019-12-21T10:33:53.245Z] #7 2.721 (10/31) Installing gmp (6.1.2-r1) [2019-12-21T10:33:53.245Z] #7 2.729 (11/31) Installing isl (0.18-r0) [2019-12-21T10:33:53.245Z] #7 2.750 (12/31) Installing libgomp (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 2.755 (13/31) Installing libatomic (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 2.757 (14/31) Installing mpfr3 (3.1.5-r1) [2019-12-21T10:33:53.245Z] #7 2.764 (15/31) Installing mpc1 (1.1.0-r0) [2019-12-21T10:33:53.245Z] #7 2.766 (16/31) Installing gcc (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 3.778 (17/31) Installing musl-dev (1.1.22-r3) [2019-12-21T10:33:53.245Z] #7 3.893 (18/31) Installing libc-dev (0.7.1-r0) [2019-12-21T10:33:53.245Z] #7 3.895 (19/31) Installing g++ (8.3.0-r0) [2019-12-21T10:33:53.245Z] #7 4.537 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-12-21T10:33:53.245Z] #7 4.541 (21/31) Installing libcurl (7.66.0-r0) [2019-12-21T10:33:53.245Z] #7 4.550 (22/31) Installing expat (2.2.8-r0) [2019-12-21T10:33:53.245Z] #7 4.554 (23/31) Installing pcre2 (10.33-r0) [2019-12-21T10:33:53.245Z] #7 4.564 (24/31) Installing git (2.22.2-r0) [2019-12-21T10:33:53.245Z] #7 4.801 (25/31) Installing libmnl (1.0.4-r0) [2019-12-21T10:33:53.245Z] #7 4.805 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-12-21T10:33:53.245Z] #7 4.808 (27/31) Installing iptables (1.8.3-r0) [2019-12-21T10:33:53.245Z] #7 4.838 (28/31) Installing pigz (2.4-r0) [2019-12-21T10:33:53.245Z] #7 4.843 (29/31) Installing tar (1.32-r0) [2019-12-21T10:33:53.245Z] #7 4.857 (30/31) Installing xz-libs (5.2.4-r0) [2019-12-21T10:33:53.245Z] #7 4.863 (31/31) Installing xz (5.2.4-r0) [2019-12-21T10:33:53.245Z] #7 4.870 Executing busybox-1.30.1-r2.trigger [2019-12-21T10:33:53.245Z] #7 4.877 Executing ca-certificates-20190108-r0.trigger [2019-12-21T10:33:53.245Z] #7 4.936 OK: 185 MiB in 45 packages [2019-12-21T10:33:53.245Z] #7 DONE 6.3s [2019-12-21T10:33:53.245Z] [2019-12-21T10:33:53.245Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:53.245Z] #14 ... [2019-12-21T10:33:53.245Z] [2019-12-21T10:33:53.245Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-12-21T10:33:53.245Z] #9 DONE 0.1s [2019-12-21T10:33:53.245Z] [2019-12-21T10:33:53.245Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:53.500Z] #14 ... [2019-12-21T10:33:53.500Z] [2019-12-21T10:33:53.500Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-12-21T10:33:53.500Z] #10 DONE 0.1s [2019-12-21T10:33:53.761Z] [2019-12-21T10:33:53.761Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-12-21T10:33:53.761Z] #11 DONE 0.1s [2019-12-21T10:33:53.761Z] [2019-12-21T10:33:53.761Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-12-21T10:33:53.761Z] #12 DONE 0.1s [2019-12-21T10:33:53.761Z] [2019-12-21T10:33:53.761Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-12-21T10:33:53.761Z] #13 DONE 0.1s [2019-12-21T10:33:53.761Z] [2019-12-21T10:33:53.761Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-21T10:33:53.761Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 6.5s done [2019-12-21T10:33:53.761Z] #14 extracting sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 [2019-12-21T10:33:54.015Z] #14 extracting sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 done [2019-12-21T10:33:54.015Z] #14 DONE 9.0s [2019-12-21T10:33:54.015Z] [2019-12-21T10:33:54.015Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-12-21T10:33:54.574Z] #15 0.622 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-12-21T10:33:54.596Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-12-21T10:33:54.596Z] --- PASS: TestSecretCreateResolve (3.22s) [2019-12-21T10:33:54.596Z] PASS [2019-12-21T10:33:54.596Z] [2019-12-21T10:33:54.596Z] DONE 6 tests in 18.402s [2019-12-21T10:33:54.596Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-12-21T10:33:54.596Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:54.597Z] ++ set -e [2019-12-21T10:33:54.597Z] ++ '[' -n 0 ']' [2019-12-21T10:33:54.597Z] ++ set -x [2019-12-21T10:33:54.597Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:33:54.853Z] INFO: Testing against a local daemon [2019-12-21T10:33:54.853Z] === RUN TestServiceCreateInit [2019-12-21T10:33:54.853Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-21T10:33:55.110Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-12-21T10:33:55.934Z] #15 1.698 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-12-21T10:33:55.934Z] #15 1.777 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-12-21T10:33:55.934Z] #15 1.779 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-12-21T10:33:55.934Z] #15 1.914 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-12-21T10:33:55.934Z] #15 1.921 (4/43) Installing readline (8.0.0-r0) [2019-12-21T10:33:55.934Z] #15 1.925 (5/43) Installing bash (5.0.0-r0) [2019-12-21T10:33:55.934Z] #15 1.937 Executing bash-5.0.0-r0.post-install [2019-12-21T10:33:55.934Z] #15 1.939 (6/43) Installing linux-headers (4.19.36-r0) [2019-12-21T10:33:55.934Z] #15 2.012 (7/43) Installing libuuid (2.33.2-r0) [2019-12-21T10:33:55.934Z] #15 2.015 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-12-21T10:33:55.934Z] #15 2.018 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-12-21T10:33:55.934Z] #15 2.022 (10/43) Installing binutils (2.32-r0) [2019-12-21T10:33:55.934Z] #15 2.092 (11/43) Installing libmagic (5.37-r1) [2019-12-21T10:33:55.934Z] #15 2.112 (12/43) Installing file (5.37-r1) [2019-12-21T10:33:55.934Z] #15 2.114 (13/43) Installing gmp (6.1.2-r1) [2019-12-21T10:33:55.934Z] #15 2.121 (14/43) Installing isl (0.18-r0) [2019-12-21T10:33:56.042Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-12-21T10:33:56.189Z] #15 2.140 (15/43) Installing libgomp (8.3.0-r0) [2019-12-21T10:33:56.189Z] #15 2.143 (16/43) Installing libatomic (8.3.0-r0) [2019-12-21T10:33:56.189Z] #15 2.145 (17/43) Installing libgcc (8.3.0-r0) [2019-12-21T10:33:56.189Z] #15 2.147 (18/43) Installing mpfr3 (3.1.5-r1) [2019-12-21T10:33:56.189Z] #15 2.152 (19/43) Installing mpc1 (1.1.0-r0) [2019-12-21T10:33:56.189Z] #15 2.156 (20/43) Installing libstdc++ (8.3.0-r0) [2019-12-21T10:33:56.189Z] #15 2.167 (21/43) Installing gcc (8.3.0-r0) [2019-12-21T10:33:56.750Z] #15 2.851 (22/43) Installing musl-dev (1.1.22-r3) [2019-12-21T10:33:57.004Z] #15 2.929 (23/43) Installing libc-dev (0.7.1-r0) [2019-12-21T10:33:57.004Z] #15 2.931 (24/43) Installing g++ (8.3.0-r0) [2019-12-21T10:33:57.260Z] #15 3.379 (25/43) Installing make (4.2.1-r2) [2019-12-21T10:33:57.260Z] #15 3.383 (26/43) Installing fortify-headers (1.1-r0) [2019-12-21T10:33:57.260Z] #15 3.386 (27/43) Installing build-base (0.5-r1) [2019-12-21T10:33:57.260Z] #15 3.387 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-12-21T10:33:57.260Z] #15 3.390 (29/43) Installing libcurl (7.66.0-r0) [2019-12-21T10:33:57.260Z] #15 3.397 (30/43) Installing curl (7.66.0-r0) [2019-12-21T10:33:57.260Z] #15 3.401 (31/43) Installing oniguruma (6.9.4-r0) [2019-12-21T10:33:57.260Z] #15 3.407 (32/43) Installing jq (1.6-r0) [2019-12-21T10:33:57.514Z] #15 3.414 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-12-21T10:33:57.514Z] #15 3.420 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-12-21T10:33:57.514Z] #15 3.422 (35/43) Installing libaio (0.3.111-r0) [2019-12-21T10:33:57.514Z] #15 3.424 (36/43) Installing libblkid (2.33.2-r0) [2019-12-21T10:33:57.514Z] #15 3.429 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-12-21T10:33:57.514Z] #15 3.458 (38/43) Installing libfdisk (2.33.2-r0) [2019-12-21T10:33:57.514Z] #15 3.464 (39/43) Installing libmount (2.33.2-r0) [2019-12-21T10:33:57.514Z] #15 3.469 (40/43) Installing libsmartcols (2.33.2-r0) [2019-12-21T10:33:57.514Z] #15 3.472 (41/43) Installing pkgconf (1.6.1-r1) [2019-12-21T10:33:57.514Z] #15 3.475 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-12-21T10:33:57.514Z] #15 3.500 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-12-21T10:33:57.514Z] #15 3.505 Executing busybox-1.30.1-r2.trigger [2019-12-21T10:33:57.514Z] #15 3.512 OK: 189 MiB in 58 packages [2019-12-21T10:33:58.074Z] #15 DONE 4.2s [2019-12-21T10:33:58.329Z] [2019-12-21T10:33:58.329Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-12-21T10:33:59.254Z] #16 DONE 0.8s [2019-12-21T10:33:59.254Z] [2019-12-21T10:33:59.254Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-12-21T10:33:59.814Z] #17 DONE 0.8s [2019-12-21T10:33:59.814Z] [2019-12-21T10:33:59.814Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-12-21T10:33:59.814Z] #18 DONE 0.0s [2019-12-21T10:33:59.814Z] [2019-12-21T10:33:59.814Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-12-21T10:33:59.814Z] #19 DONE 0.1s [2019-12-21T10:33:59.814Z] [2019-12-21T10:33:59.814Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-12-21T10:34:00.345Z] ok github.com/docker/docker/client 0.469s coverage: 75.3% of statements [2019-12-21T10:34:01.175Z] #20 1.342 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-21T10:34:01.307Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-21T10:34:01.430Z] #20 1.526 [2019-12-21T10:34:01.674Z] Loaded image: buildpack-deps:jessie [2019-12-21T10:34:01.674Z] Loaded image: busybox:latest [2019-12-21T10:34:01.674Z] Loaded image: busybox:glibc [2019-12-21T10:34:01.674Z] Loaded image: debian:jessie [2019-12-21T10:34:01.674Z] Loaded image: hello-world:latest [2019-12-21T10:34:01.674Z] INFO: Testing against a local daemon [2019-12-21T10:34:01.674Z] === RUN TestCgroupNamespacesBuild [2019-12-21T10:34:01.940Z] #20 1.636 ###### 8.7% ######################## 34.2% ###################################### 53.3% ############################################# 63.8% ################################################################## 92.5% ######################################################################## 100.0% [2019-12-21T10:34:02.196Z] #20 2.290 [2019-12-21T10:34:02.296Z] --- PASS: TestCgroupNamespacesBuild (1.64s) [2019-12-21T10:34:02.296Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-21T10:34:02.455Z] #20 2.399 # 2.3% ######################################################### 80.3% ######################################################################## 100.0% [2019-12-21T10:34:02.710Z] #20 2.815 [2019-12-21T10:34:03.223Z] #20 2.924 0.5% ########################### 37.9% ############################################### 66.0% ####################################################### 77.6% ######################################################################## 100.0% [2019-12-21T10:34:03.478Z] #20 3.496 [2019-12-21T10:34:03.775Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s) [2019-12-21T10:34:03.775Z] === RUN TestBuildWithSession [2019-12-21T10:34:03.775Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-21T10:34:03.775Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:34:03.775Z] === RUN TestBuildSquashParent [2019-12-21T10:34:04.754Z] #20 3.605 1.0% ###### 9.2% ############## 20.1% ################# 24.9% ######################## 33.4% ################################ 45.8% ################################### 49.7% ####################################### 55.0% ############################################## 64.1% ##################################################### 74.6% ########################################################### 83.1% ############################################################### 87.8% ######################################################################## 100.0% [2019-12-21T10:34:05.010Z] #20 5.071 [2019-12-21T10:34:05.281Z] #20 5.546 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-21T10:34:05.570Z] #20 5.759 [2019-12-21T10:34:05.825Z] #20 5.842 ######################################################################## 100.0% [2019-12-21T10:34:06.080Z] #20 6.002 [2019-12-21T10:34:06.080Z] #20 ... [2019-12-21T10:34:06.080Z] [2019-12-21T10:34:06.080Z] #31 [builder 1/4] COPY . . [2019-12-21T10:34:06.080Z] #31 DONE 6.3s [2019-12-21T10:34:06.080Z] [2019-12-21T10:34:06.080Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-12-21T10:34:06.559Z] --- PASS: TestServiceCreateInit (10.94s) [2019-12-21T10:34:06.559Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.97s) [2019-12-21T10:34:06.559Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.94s) [2019-12-21T10:34:06.559Z] === RUN TestCreateServiceMultipleTimes [2019-12-21T10:34:07.528Z] #32 DONE 1.2s [2019-12-21T10:34:07.528Z] [2019-12-21T10:34:07.528Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-12-21T10:34:07.528Z] #20 6.651 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-21T10:34:07.528Z] #20 6.912 [2019-12-21T10:34:07.528Z] #20 7.020 ################################################## 70.4% ######################################################################## 100.0% [2019-12-21T10:34:07.528Z] #20 7.290 [2019-12-21T10:34:08.453Z] #20 8.418 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-21T10:34:08.453Z] #20 8.523 skipping existing 1849cc453dee [2019-12-21T10:34:08.456Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-12-21T10:34:08.709Z] #20 8.734 [2019-12-21T10:34:09.313Z] #20 9.517 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-21T10:34:09.567Z] #20 9.806 [2019-12-21T10:34:09.821Z] #20 9.894 ######################################################################## 100.0% [2019-12-21T10:34:10.076Z] #20 10.12 [2019-12-21T10:34:10.076Z] #20 10.19 Download of images into '/build' complete. [2019-12-21T10:34:10.076Z] #20 10.19 Use something like the following to load the result into a Docker daemon: [2019-12-21T10:34:10.076Z] #20 10.19 tar -cC '/build' . | docker load [2019-12-21T10:34:10.331Z] #20 DONE 10.3s [2019-12-21T10:34:10.331Z] [2019-12-21T10:34:10.331Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-21T10:34:10.331Z] #22 DONE 0.1s [2019-12-21T10:34:10.331Z] [2019-12-21T10:34:10.331Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-12-21T10:34:10.331Z] #26 DONE 0.1s [2019-12-21T10:34:10.331Z] [2019-12-21T10:34:10.331Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-21T10:34:10.331Z] #23 DONE 0.1s [2019-12-21T10:34:10.331Z] [2019-12-21T10:34:10.331Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-12-21T10:34:10.587Z] #27 DONE 0.1s [2019-12-21T10:34:10.587Z] [2019-12-21T10:34:10.587Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-12-21T10:34:10.587Z] #28 DONE 0.1s [2019-12-21T10:34:10.587Z] [2019-12-21T10:34:10.587Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-12-21T10:34:10.603Z] --- PASS: TestBuildSquashParent (5.63s) [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:34:10.603Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-21T10:34:10.603Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-21T10:34:10.603Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-21T10:34:12.096Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-21T10:34:12.396Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-21T10:34:13.708Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-12-21T10:34:14.913Z] #29 ... [2019-12-21T10:34:14.913Z] [2019-12-21T10:34:14.913Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-21T10:34:14.913Z] #21 DONE 1.0s [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.35s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.97s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.01s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.38s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s) [2019-12-21T10:34:15.084Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2019-12-21T10:34:15.084Z] === RUN TestBuildMultiStageCopy [2019-12-21T10:34:15.084Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-21T10:34:15.168Z] [2019-12-21T10:34:15.168Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-12-21T10:34:15.168Z] #24 2.553 + RM_GOPATH=0 [2019-12-21T10:34:15.168Z] #24 2.553 + TMP_GOPATH= [2019-12-21T10:34:15.168Z] #24 2.553 + : /build [2019-12-21T10:34:15.168Z] #24 2.553 + '[' -z '' ']' [2019-12-21T10:34:15.168Z] #24 2.557 ++ mktemp -d [2019-12-21T10:34:15.168Z] #24 2.558 + export GOPATH=/tmp/tmp.AFmDkk [2019-12-21T10:34:15.168Z] #24 2.558 + GOPATH=/tmp/tmp.AFmDkk [2019-12-21T10:34:15.168Z] #24 2.558 + RM_GOPATH=1 [2019-12-21T10:34:15.168Z] #24 2.561 ++ dirname ./install.sh [2019-12-21T10:34:15.168Z] #24 2.561 + dir=. [2019-12-21T10:34:15.168Z] #24 2.561 + bin=dockercli [2019-12-21T10:34:15.168Z] #24 2.561 + shift [2019-12-21T10:34:15.168Z] #24 2.561 + '[' '!' -f ./dockercli.installer ']' [2019-12-21T10:34:15.168Z] #24 2.561 + . ./dockercli.installer [2019-12-21T10:34:15.168Z] #24 2.561 ++ : stable [2019-12-21T10:34:15.168Z] #24 2.561 ++ : 17.06.2-ce [2019-12-21T10:34:15.168Z] #24 2.561 + install_dockercli [2019-12-21T10:34:15.168Z] #24 2.561 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-21T10:34:15.168Z] #24 2.561 ++ uname -m [2019-12-21T10:34:15.168Z] #24 2.561 + arch=x86_64 [2019-12-21T10:34:15.168Z] #24 2.561 + '[' x86_64 '!=' x86_64 ']' [2019-12-21T10:34:15.168Z] #24 2.561 + url=https://download.docker.com/linux/static [2019-12-21T10:34:15.168Z] #24 2.561 + tar -xz docker/docker [2019-12-21T10:34:15.168Z] #24 2.561 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-21T10:34:15.168Z] #24 2.562 Install docker/cli version 17.06.2-ce from stable [2019-12-21T10:34:15.190Z] ok github.com/docker/docker/builder/remotecontext/git 31.756s coverage: 86.3% of statements [2019-12-21T10:34:15.190Z] ? github.com/docker/docker/cli [no test files] [2019-12-21T10:34:15.190Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-21T10:34:15.602Z] === RUN TestDockerSuite/TestBuildRm [2019-12-21T10:34:16.094Z] #24 5.780 + mkdir -p /build [2019-12-21T10:34:16.349Z] #24 5.782 + mv docker/docker /build/ [2019-12-21T10:34:16.349Z] #24 5.782 + rmdir docker [2019-12-21T10:34:16.349Z] #24 DONE 5.9s [2019-12-21T10:34:16.349Z] [2019-12-21T10:34:16.349Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-21T10:34:16.349Z] #33 0.845 [2019-12-21T10:34:16.349Z] #33 0.893 Removing bundles/ [2019-12-21T10:34:16.349Z] #33 0.894 [2019-12-21T10:34:16.349Z] #33 0.897 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-12-21T10:34:16.349Z] #33 1.567 Building test suite binary ./integration-cli/test.main [2019-12-21T10:34:16.566Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-21T10:34:16.851Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-21T10:34:17.136Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-21T10:34:17.273Z] #33 ... [2019-12-21T10:34:17.273Z] [2019-12-21T10:34:17.273Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-12-21T10:34:17.273Z] #25 DONE 0.2s [2019-12-21T10:34:17.273Z] [2019-12-21T10:34:17.273Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-12-21T10:34:17.757Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.86s) [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.39s) [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.45s) [2019-12-21T10:34:18.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.44s) [2019-12-21T10:34:18.042Z] === RUN TestBuildMultiStageParentConfig [2019-12-21T10:34:18.127Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-12-21T10:34:19.057Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-12-21T10:34:19.062Z] --- PASS: TestBuildMultiStageParentConfig (1.01s) [2019-12-21T10:34:19.062Z] === RUN TestBuildLabelWithTargets [2019-12-21T10:34:20.427Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-12-21T10:34:20.553Z] --- PASS: TestBuildLabelWithTargets (1.56s) [2019-12-21T10:34:20.554Z] === RUN TestBuildWithEmptyLayers [2019-12-21T10:34:21.579Z] --- PASS: TestBuildWithEmptyLayers (0.82s) [2019-12-21T10:34:21.579Z] === RUN TestBuildMultiStageOnBuild [2019-12-21T10:34:21.797Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-12-21T10:34:22.295Z] ok github.com/docker/docker/cmd/dockerd 0.673s coverage: 19.0% of statements [2019-12-21T10:34:22.730Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-12-21T10:34:23.267Z] ok github.com/docker/docker/container 0.594s coverage: 42.5% of statements [2019-12-21T10:34:23.267Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-21T10:34:23.267Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-21T10:34:23.267Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-21T10:34:23.267Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-21T10:34:23.294Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-12-21T10:34:23.611Z] --- PASS: TestBuildMultiStageOnBuild (2.20s) [2019-12-21T10:34:23.611Z] === RUN TestBuildUncleanTarFilenames [2019-12-21T10:34:24.663Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-12-21T10:34:24.812Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.294s coverage: 65.3% of statements [2019-12-21T10:34:25.091Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2019-12-21T10:34:25.091Z] === RUN TestBuildMultiStageLayerLeak [2019-12-21T10:34:26.035Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-12-21T10:34:26.966Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-12-21T10:34:27.134Z] --- PASS: TestBuildMultiStageLayerLeak (2.26s) [2019-12-21T10:34:27.135Z] === RUN TestBuildWithHugeFile [2019-12-21T10:34:27.898Z] --- PASS: TestCreateServiceMultipleTimes (22.02s) [2019-12-21T10:34:27.898Z] === RUN TestCreateServiceConflict [2019-12-21T10:34:29.526Z] ok github.com/docker/docker/daemon/cluster/convert 0.879s coverage: 35.8% of statements [2019-12-21T10:34:30.423Z] --- PASS: TestCreateServiceConflict (2.49s) [2019-12-21T10:34:30.423Z] === RUN TestCreateServiceMaxReplicas [2019-12-21T10:34:31.354Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-12-21T10:34:31.354Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-12-21T10:34:31.610Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-12-21T10:34:31.610Z] === RUN TestDockerSuite/TestBuildSpaces [2019-12-21T10:34:32.174Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-12-21T10:34:33.545Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-12-21T10:34:33.545Z] === RUN TestDockerSuite/TestBuildStderr [2019-12-21T10:34:33.802Z] --- PASS: TestCreateServiceMaxReplicas (3.64s) [2019-12-21T10:34:33.802Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-21T10:34:34.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-12-21T10:34:34.625Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-12-21T10:34:36.629Z] ok github.com/docker/docker/daemon/cluster 1.142s coverage: 0.5% of statements [2019-12-21T10:34:37.092Z] ok github.com/docker/docker/daemon/config 1.040s coverage: 80.1% of statements [2019-12-21T10:34:38.636Z] ok github.com/docker/docker/daemon/discovery 0.247s coverage: 30.0% of statements [2019-12-21T10:34:39.101Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.337s coverage: 10.9% of statements [2019-12-21T10:34:39.881Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-12-21T10:34:40.077Z] ok github.com/docker/docker/daemon/events 0.337s coverage: 50.0% of statements [2019-12-21T10:34:40.812Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-12-21T10:34:42.182Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-12-21T10:34:42.264Z] ok github.com/docker/docker/daemon/graphdriver 0.950s coverage: 2.3% of statements [2019-12-21T10:34:42.264Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2019-12-21T10:34:42.439Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-12-21T10:34:43.799Z] #29 29.56 # github.com/docker/docker/contrib/httpserver [2019-12-21T10:34:43.800Z] #29 29.56 loadinternal: cannot find runtime/cgo [2019-12-21T10:34:43.800Z] #29 DONE 30.2s [2019-12-21T10:34:43.800Z] [2019-12-21T10:34:43.800Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-21T10:34:43.800Z] #33 ... [2019-12-21T10:34:43.800Z] [2019-12-21T10:34:43.800Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-12-21T10:34:43.800Z] #30 DONE 0.1s [2019-12-21T10:34:43.800Z] [2019-12-21T10:34:43.800Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-21T10:34:43.810Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-12-21T10:34:44.458Z] ok github.com/docker/docker/daemon 3.290s coverage: 9.2% of statements [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-12-21T10:34:44.458Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-12-21T10:34:45.177Z] === RUN TestDockerSuite/TestBuildUser [2019-12-21T10:34:46.003Z] ok github.com/docker/docker/daemon/logger 0.369s coverage: 43.0% of statements [2019-12-21T10:34:46.003Z] ok github.com/docker/docker/daemon/logger/awslogs 0.567s coverage: 77.4% of statements [2019-12-21T10:34:46.003Z] ok github.com/docker/docker/daemon/images 0.420s coverage: 4.9% of statements [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-12-21T10:34:46.003Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-12-21T10:34:47.070Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-12-21T10:34:47.552Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.439s coverage: 88.3% of statements [2019-12-21T10:34:48.533Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.585s coverage: 62.1% of statements [2019-12-21T10:34:48.994Z] ok github.com/docker/docker/daemon/logger/local 0.470s coverage: 74.7% of statements [2019-12-21T10:34:48.994Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-21T10:34:49.458Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.360s coverage: 21.4% of statements [2019-12-21T10:34:50.347Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.16s) [2019-12-21T10:34:50.347Z] === RUN TestCreateServiceSecretFileMode [2019-12-21T10:34:50.604Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-12-21T10:34:51.006Z] ok github.com/docker/docker/daemon/logger/templates 0.080s coverage: 8.3% of statements [2019-12-21T10:34:51.468Z] ok github.com/docker/docker/daemon/logger/syslog 0.165s coverage: 47.8% of statements [2019-12-21T10:34:53.878Z] --- PASS: TestCreateServiceSecretFileMode (3.33s) [2019-12-21T10:34:53.878Z] === RUN TestCreateServiceConfigFileMode [2019-12-21T10:34:54.386Z] ok github.com/docker/docker/daemon/logger/splunk 2.705s coverage: 82.5% of statements [2019-12-21T10:34:54.386Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-21T10:34:54.386Z] ? github.com/docker/docker/daemon/network [no test files] [2019-12-21T10:34:54.386Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-21T10:34:55.359Z] ok github.com/docker/docker/distribution/metadata 1.678s coverage: 48.2% of statements [2019-12-21T10:34:55.821Z] ok github.com/docker/docker/distribution 1.825s coverage: 20.3% of statements [2019-12-21T10:34:55.821Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-21T10:34:56.283Z] ok github.com/docker/docker/errdefs 0.165s coverage: 49.4% of statements [2019-12-21T10:34:56.401Z] --- PASS: TestCreateServiceConfigFileMode (3.04s) [2019-12-21T10:34:56.401Z] === RUN TestCreateServiceSysctls [2019-12-21T10:34:56.745Z] ok github.com/docker/docker/distribution/xfer 2.256s coverage: 77.3% of statements [2019-12-21T10:34:56.745Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-21T10:34:57.718Z] ok github.com/docker/docker/image/cache 0.201s coverage: 19.2% of statements [2019-12-21T10:34:58.691Z] ok github.com/docker/docker/image/v1 0.179s coverage: 25.0% of statements [2019-12-21T10:34:59.157Z] ok github.com/docker/docker/image 1.289s coverage: 86.4% of statements [2019-12-21T10:34:59.663Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-21T10:34:59.663Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-21T10:35:01.210Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2019-12-21T10:35:01.210Z] ok github.com/docker/docker/layer 0.461s coverage: 30.0% of statements [2019-12-21T10:35:01.210Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-21T10:35:01.651Z] --- PASS: TestCreateServiceSysctls (4.45s) [2019-12-21T10:35:01.652Z] === RUN TestCreateServiceCapabilities [2019-12-21T10:35:02.184Z] ok github.com/docker/docker/pkg/aaparser 0.051s coverage: 50.0% of statements [2019-12-21T10:35:02.646Z] ok github.com/docker/docker/opts 0.301s coverage: 67.3% of statements [2019-12-21T10:35:03.620Z] ok github.com/docker/docker/libcontainerd/local 0.331s coverage: 1.0% of statements [2019-12-21T10:35:03.620Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-21T10:35:03.620Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-21T10:35:03.620Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-21T10:35:03.620Z] ? github.com/docker/docker/oci [no test files] [2019-12-21T10:35:03.620Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-21T10:35:04.177Z] --- PASS: TestCreateServiceCapabilities (3.07s) [2019-12-21T10:35:04.177Z] === RUN TestInspect [2019-12-21T10:35:04.594Z] ok github.com/docker/docker/pkg/broadcaster 0.071s coverage: 100.0% of statements [2019-12-21T10:35:04.594Z] ok github.com/docker/docker/pkg/capabilities 0.072s coverage: 87.5% of statements [2019-12-21T10:35:05.057Z] ok github.com/docker/docker/pkg/authorization 0.633s coverage: 26.8% of statements [2019-12-21T10:35:06.036Z] ok github.com/docker/docker/pkg/directory 0.134s coverage: 80.0% of statements [2019-12-21T10:35:06.036Z] ok github.com/docker/docker/pkg/chrootarchive 0.203s coverage: 15.4% of statements [2019-12-21T10:35:07.009Z] ok github.com/docker/docker/pkg/discovery 0.224s coverage: 58.3% of statements [2019-12-21T10:35:07.471Z] ok github.com/docker/docker/pkg/discovery/file 0.113s coverage: 92.9% of statements [2019-12-21T10:35:07.487Z] --- PASS: TestInspect (3.57s) [2019-12-21T10:35:07.487Z] === RUN TestServiceListWithStatuses [2019-12-21T10:35:07.487Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-21T10:35:07.487Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:35:07.487Z] === RUN TestDockerNetworkConnectAlias [2019-12-21T10:35:08.446Z] ok github.com/docker/docker/pkg/discovery/memory 0.092s coverage: 92.3% of statements [2019-12-21T10:35:08.908Z] ok github.com/docker/docker/pkg/discovery/nodes 0.136s coverage: 93.8% of statements [2019-12-21T10:35:10.009Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-12-21T10:35:10.009Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-12-21T10:35:10.454Z] ok github.com/docker/docker/pkg/filenotify 0.094s coverage: 36.2% of statements [2019-12-21T10:35:10.917Z] ok github.com/docker/docker/pkg/fileutils 0.161s coverage: 87.7% of statements [2019-12-21T10:35:10.940Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-12-21T10:35:11.197Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-12-21T10:35:11.379Z] ok github.com/docker/docker/pkg/homedir 0.090s coverage: 42.9% of statements [2019-12-21T10:35:12.352Z] ok github.com/docker/docker/pkg/discovery/kv 3.420s coverage: 84.1% of statements [2019-12-21T10:35:12.352Z] ok github.com/docker/docker/pkg/idtools 0.098s coverage: 6.3% of statements [2019-12-21T10:35:12.568Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-12-21T10:35:13.326Z] ok github.com/docker/docker/pkg/jsonmessage 0.209s coverage: 91.7% of statements [2019-12-21T10:35:13.499Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-12-21T10:35:13.788Z] ok github.com/docker/docker/pkg/locker 0.059s coverage: 88.9% of statements [2019-12-21T10:35:13.788Z] ok github.com/docker/docker/pkg/archive 9.752s coverage: 62.0% of statements [2019-12-21T10:35:13.788Z] ok github.com/docker/docker/pkg/ioutils 0.792s coverage: 68.4% of statements [2019-12-21T10:35:14.763Z] ok github.com/docker/docker/pkg/longpath 0.082s coverage: 100.0% of statements [2019-12-21T10:35:14.763Z] ok github.com/docker/docker/pkg/namesgenerator 0.085s coverage: 85.7% of statements [2019-12-21T10:35:14.869Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-12-21T10:35:14.869Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-12-21T10:35:15.126Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-12-21T10:35:15.126Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-12-21T10:35:15.126Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-12-21T10:35:15.224Z] ok github.com/docker/docker/pkg/parsers 0.206s coverage: 97.0% of statements [2019-12-21T10:35:15.383Z] --- PASS: TestDockerNetworkConnectAlias (7.81s) [2019-12-21T10:35:15.383Z] === RUN TestDockerNetworkReConnect [2019-12-21T10:35:15.687Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2019-12-21T10:35:16.314Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-12-21T10:35:17.237Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.223s coverage: 56.8% of statements [2019-12-21T10:35:17.248Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-12-21T10:35:17.248Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-12-21T10:35:18.210Z] ok github.com/docker/docker/pkg/plugins/transport 0.129s coverage: 85.7% of statements [2019-12-21T10:35:18.621Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-12-21T10:35:18.672Z] ok github.com/docker/docker/pkg/pools 0.053s coverage: 88.2% of statements [2019-12-21T10:35:19.135Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2019-12-21T10:35:19.552Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-12-21T10:35:20.108Z] ok github.com/docker/docker/pkg/reexec 0.082s coverage: 82.4% of statements [2019-12-21T10:35:20.108Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 73.9% of statements [2019-12-21T10:35:20.484Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-12-21T10:35:20.740Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-12-21T10:35:21.082Z] ok github.com/docker/docker/pkg/signal 0.063s coverage: 20.3% of statements [2019-12-21T10:35:21.544Z] ok github.com/docker/docker/pkg/stdcopy 0.040s coverage: 100.0% of statements [2019-12-21T10:35:22.110Z] --- PASS: TestDockerNetworkReConnect (6.63s) [2019-12-21T10:35:22.110Z] === RUN TestServicePlugin [2019-12-21T10:35:22.518Z] ok github.com/docker/docker/pkg/streamformatter 0.089s coverage: 66.2% of statements [2019-12-21T10:35:22.518Z] ok github.com/docker/docker/pkg/stringid 0.074s coverage: 70.6% of statements [2019-12-21T10:35:23.493Z] ok github.com/docker/docker/pkg/sysinfo 0.070s coverage: 38.2% of statements [2019-12-21T10:35:24.008Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-12-21T10:35:24.467Z] ok github.com/docker/docker/pkg/system 0.097s coverage: 13.1% of statements [2019-12-21T10:35:24.929Z] ok github.com/docker/docker/pkg/tailfile 0.150s coverage: 88.6% of statements [2019-12-21T10:35:25.904Z] ok github.com/docker/docker/pkg/tarsum 0.178s coverage: 89.3% of statements [2019-12-21T10:35:26.366Z] ok github.com/docker/docker/pkg/term 0.064s coverage: 30.8% of statements [2019-12-21T10:35:26.533Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-12-21T10:35:26.828Z] testing: warning: no tests to run [2019-12-21T10:35:26.828Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: 0.0% of statements [no tests to run] [2019-12-21T10:35:27.290Z] ok github.com/docker/docker/pkg/truncindex 0.187s coverage: 91.5% of statements [2019-12-21T10:35:27.464Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-12-21T10:35:27.752Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2019-12-21T10:35:28.028Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-12-21T10:35:28.214Z] ok github.com/docker/docker/pkg/useragent 0.060s coverage: 88.9% of statements [2019-12-21T10:35:28.592Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-12-21T10:35:28.850Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-21T10:35:29.762Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-21T10:35:30.221Z] === RUN TestDockerSuite/TestBuildXZHost [2019-12-21T10:35:30.228Z] ok github.com/docker/docker/plugin 0.133s coverage: 11.6% of statements [2019-12-21T10:35:30.228Z] ok github.com/docker/docker/plugin/v2 0.229s coverage: 20.1% of statements [2019-12-21T10:35:31.210Z] ok github.com/docker/docker/reference 0.156s coverage: 84.4% of statements [2019-12-21T10:35:32.184Z] ok github.com/docker/docker/restartmanager 0.063s coverage: 50.9% of statements [2019-12-21T10:35:32.184Z] ok github.com/docker/docker/registry/resumable 0.291s coverage: 100.0% of statements [2019-12-21T10:35:32.742Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-12-21T10:35:32.742Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-12-21T10:35:32.742Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-12-21T10:35:33.673Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-12-21T10:35:33.742Z] ok github.com/docker/docker/testutil 0.074s coverage: 62.5% of statements [2019-12-21T10:35:33.742Z] ok github.com/docker/docker/registry 0.457s coverage: 51.7% of statements [2019-12-21T10:35:34.207Z] ok github.com/docker/docker/runconfig 0.170s coverage: 54.5% of statements [2019-12-21T10:35:34.603Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-12-21T10:35:34.603Z] === RUN TestDockerSuite/TestCommitChange [2019-12-21T10:35:35.975Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-12-21T10:35:37.129Z] ok github.com/docker/docker/volume/drivers 0.173s coverage: 36.1% of statements [2019-12-21T10:35:37.344Z] === RUN TestDockerSuite/TestCommitHardlink [2019-12-21T10:35:38.103Z] ok github.com/docker/docker/volume/local 0.265s coverage: 37.7% of statements [2019-12-21T10:35:38.103Z] ok github.com/docker/docker/volume/mounts 0.106s coverage: 66.2% of statements [2019-12-21T10:35:39.327Z] === RUN TestDockerSuite/TestCommitNewFile [2019-12-21T10:35:39.645Z] ok github.com/docker/docker/volume/service 0.526s coverage: 70.3% of statements [2019-12-21T10:35:41.851Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-12-21T10:35:42.415Z] === RUN TestDockerSuite/TestCommitTTY [2019-12-21T10:35:44.940Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-12-21T10:35:45.505Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-12-21T10:35:47.403Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-12-21T10:35:48.335Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-12-21T10:35:48.335Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-12-21T10:35:48.335Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-12-21T10:35:48.335Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-12-21T10:35:48.593Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-12-21T10:35:48.593Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-12-21T10:35:48.593Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-12-21T10:35:49.184Z] --- PASS: TestBuildWithHugeFile (81.93s) [2019-12-21T10:35:49.184Z] === RUN TestBuildWithEmptyDockerfile [2019-12-21T10:35:49.184Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:35:49.184Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:35:49.184Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:35:49.184Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:35:49.184Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:35:49.184Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:35:49.184Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-21T10:35:49.184Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-21T10:35:49.184Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-21T10:35:49.470Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-12-21T10:35:49.470Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2019-12-21T10:35:49.470Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2019-12-21T10:35:49.470Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.34s) [2019-12-21T10:35:49.470Z] === RUN TestBuildPreserveOwnership [2019-12-21T10:35:49.470Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-21T10:35:50.488Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-12-21T10:35:52.051Z] ok github.com/docker/docker/pkg/plugins 35.098s coverage: 73.4% of statements [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/rootless [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/volume [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-21T10:35:52.051Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-21T10:35:52.382Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-12-21T10:35:52.382Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-12-21T10:35:52.944Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-21T10:35:52.946Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-12-21T10:35:53.882Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-12-21T10:35:54.241Z] [2019-12-21T10:35:54.242Z] === Skipped [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2019-12-21T10:35:54.242Z] dispatchers_test.go:376: Windows does not support stopsignal [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2019-12-21T10:35:54.242Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2019-12-21T10:35:54.242Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2019-12-21T10:35:54.242Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2019-12-21T10:35:54.242Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2019-12-21T10:35:54.242Z] client_test.go:23: runtime.GOOS == "windows" [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2019-12-21T10:35:54.242Z] daemon_test.go:147: root required [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2019-12-21T10:35:54.242Z] reload_test.go:520: root required [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2019-12-21T10:35:54.242Z] config_test.go:518: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2019-12-21T10:35:54.242Z] pull_v2_test.go:73: Needs fixing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2019-12-21T10:35:54.242Z] pull_v2_test.go:118: Needs fixing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2019-12-21T10:35:54.242Z] download_test.go:268: Needs fixing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2019-12-21T10:35:54.242Z] layer_test.go:304: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2019-12-21T10:35:54.242Z] layer_test.go:353: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2019-12-21T10:35:54.242Z] layer_test.go:468: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2019-12-21T10:35:54.242Z] layer_test.go:697: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2019-12-21T10:35:54.242Z] migration_test.go:46: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2019-12-21T10:35:54.242Z] migration_test.go:182: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2019-12-21T10:35:54.242Z] mount_test.go:17: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2019-12-21T10:35:54.242Z] mount_test.go:76: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2019-12-21T10:35:54.242Z] mount_test.go:125: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2019-12-21T10:35:54.242Z] mount_test.go:212: Failing on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:133: Xz not present in msys2 [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:238: Failing on Windows CI machines [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2019-12-21T10:35:54.242Z] archive_windows_test.go:16: Currently fails [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2019-12-21T10:35:54.242Z] changes_test.go:192: needs more investigation [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2019-12-21T10:35:54.242Z] changes_test.go:405: needs further investigation [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2019-12-21T10:35:54.242Z] changes_test.go:441: needs further investigation [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2019-12-21T10:35:54.242Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2019-12-21T10:35:54.242Z] poller_test.go:41: No chmod on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2019-12-21T10:35:54.242Z] fileutils_test.go:134: Needs porting to Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2019-12-21T10:35:54.242Z] fileutils_test.go:180: Needs porting to Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2019-12-21T10:35:54.242Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2019-12-21T10:35:54.242Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2019-12-21T10:35:54.242Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2019-12-21T10:35:54.242Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2019-12-21T10:35:54.242Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2019-12-21T10:35:54.242Z] local_test.go:181: runtime.GOOS == "windows" [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] [2019-12-21T10:35:54.242Z] DONE 1759 tests, 46 skipped in 214.796s [2019-12-21T10:35:54.242Z] INFO: make.ps1 ended at 12/21/2019 10:35:53 [2019-12-21T10:35:54.428Z] --- PASS: TestBuildPreserveOwnership (4.78s) [2019-12-21T10:35:54.428Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.12s) [2019-12-21T10:35:54.428Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.64s) [2019-12-21T10:35:54.428Z] === RUN TestBuildPlatformInvalid [2019-12-21T10:35:54.428Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-12-21T10:35:54.428Z] PASS [2019-12-21T10:35:54.428Z] [2019-12-21T10:35:54.428Z] === Skipped [2019-12-21T10:35:54.428Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-12-21T10:35:54.428Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:35:54.428Z] [2019-12-21T10:35:54.428Z] [2019-12-21T10:35:54.428Z] DONE 32 tests, 1 skipped in 127.939s [2019-12-21T10:35:54.428Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-12-21T10:35:54.428Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:35:54.428Z] ++ set -e [2019-12-21T10:35:54.428Z] ++ '[' -n 0 ']' [2019-12-21T10:35:54.428Z] ++ set -x [2019-12-21T10:35:54.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:35:54.428Z] INFO: Testing against a local daemon [2019-12-21T10:35:54.428Z] === RUN TestConfigList [2019-12-21T10:35:54.817Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-12-21T10:35:55.381Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-12-21T10:35:56.312Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-12-21T10:35:56.312Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-12-21T10:35:56.312Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-12-21T10:35:57.114Z] --- PASS: TestConfigList (2.24s) [2019-12-21T10:35:57.114Z] === RUN TestConfigsCreateAndDelete [2019-12-21T10:35:57.243Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-12-21T10:35:57.243Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-12-21T10:35:57.243Z] --- PASS: TestServicePlugin (35.29s) [2019-12-21T10:35:57.243Z] plugin_test.go:62: [d995cdb7094b3] joining swarm manager [dc227ecddbcb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:35:57.243Z] plugin_test.go:65: [d7315960a5861] joining swarm manager [dc227ecddbcb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:35:57.243Z] === RUN TestServiceUpdateLabel [2019-12-21T10:35:57.243Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-12-21T10:35:57.500Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-12-21T10:35:57.500Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-12-21T10:35:58.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-12-21T10:35:58.946Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2019-12-21T10:35:59.145Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2019-12-21T10:35:59.145Z] === RUN TestConfigsUpdate [2019-12-21T10:35:59.365Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-12-21T10:35:59.406Z] INFO: Unit tests ended at 12/21/2019 10:35:59. Duration:00:03:52.5328621 [2019-12-21T10:35:59.406Z] INFO: Building busybox [2019-12-21T10:35:59.870Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-12-21T10:35:59.870Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-12-21T10:35:59.870Z] [2019-12-21T10:35:59.870Z] Sending build context to Docker daemon 2.56kB [2019-12-21T10:35:59.870Z] [2019-12-21T10:35:59.870Z] Step 1/6 : FROM microsoft/windowsservercore [2019-12-21T10:35:59.870Z] ---> 782a75e44953 [2019-12-21T10:35:59.870Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-12-21T10:35:59.870Z] ---> Running in ee35aca5d28f [2019-12-21T10:36:00.295Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-12-21T10:36:00.295Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-12-21T10:36:00.552Z] --- PASS: TestServiceUpdateLabel (3.18s) [2019-12-21T10:36:00.552Z] === RUN TestServiceUpdateSecrets [2019-12-21T10:36:01.837Z] --- PASS: TestConfigsUpdate (2.34s) [2019-12-21T10:36:01.837Z] === RUN TestTemplatedConfig [2019-12-21T10:36:02.450Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-12-21T10:36:03.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-12-21T10:36:03.382Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-12-21T10:36:03.946Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-12-21T10:36:04.534Z] --- PASS: TestTemplatedConfig (2.70s) [2019-12-21T10:36:04.534Z] === RUN TestConfigInspect [2019-12-21T10:36:04.878Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-12-21T10:36:05.682Z] Removing intermediate container ee35aca5d28f [2019-12-21T10:36:05.683Z] ---> 66f7952c2435 [2019-12-21T10:36:05.683Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-12-21T10:36:05.809Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-12-21T10:36:06.144Z] [2019-12-21T10:36:06.373Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-12-21T10:36:06.373Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-12-21T10:36:06.585Z] --- PASS: TestConfigInspect (2.17s) [2019-12-21T10:36:06.585Z] === RUN TestConfigCreateWithLabels [2019-12-21T10:36:06.606Z] ---> f35b1f6733aa [2019-12-21T10:36:06.606Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-12-21T10:36:06.606Z] ---> Running in 352a30e5eb5b [2019-12-21T10:36:07.302Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-12-21T10:36:08.151Z] [2019-12-21T10:36:08.151Z] SUCCESS: Specified value was saved. [2019-12-21T10:36:08.234Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-12-21T10:36:08.619Z] --- PASS: TestConfigCreateWithLabels (2.26s) [2019-12-21T10:36:08.619Z] === RUN TestConfigCreateResolve [2019-12-21T10:36:09.166Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-12-21T10:36:09.166Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-12-21T10:36:10.096Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-12-21T10:36:10.656Z] --- PASS: TestConfigCreateResolve (2.23s) [2019-12-21T10:36:10.656Z] === RUN TestConfigDaemonLibtrustID [2019-12-21T10:36:11.274Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-12-21T10:36:11.274Z] PASS [2019-12-21T10:36:11.274Z] [2019-12-21T10:36:11.274Z] DONE 8 tests in 16.805s [2019-12-21T10:36:11.274Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-12-21T10:36:11.274Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:11.274Z] ++ set -e [2019-12-21T10:36:11.274Z] ++ '[' -n 0 ']' [2019-12-21T10:36:11.274Z] ++ set -x [2019-12-21T10:36:11.274Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:11.274Z] INFO: Testing against a local daemon [2019-12-21T10:36:11.274Z] === RUN TestCheckpoint [2019-12-21T10:36:11.274Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-21T10:36:11.274Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:36:11.274Z] === RUN TestContainerInvalidJSON [2019-12-21T10:36:11.274Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:36:11.274Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:36:11.274Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:36:11.274Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:36:11.274Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:36:11.274Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:36:11.274Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-21T10:36:11.274Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-21T10:36:11.274Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-21T10:36:11.274Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-12-21T10:36:11.274Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-21T10:36:11.274Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-21T10:36:11.274Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-21T10:36:11.274Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-21T10:36:11.466Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-12-21T10:36:11.556Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-12-21T10:36:11.556Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-21T10:36:11.556Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2019-12-21T10:36:11.556Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-21T10:36:11.556Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-12-21T10:36:11.556Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-21T10:36:11.841Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-12-21T10:36:11.841Z] === RUN TestCopyFromContainer [2019-12-21T10:36:13.360Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-12-21T10:36:13.360Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-12-21T10:36:13.360Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-12-21T10:36:13.360Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-12-21T10:36:13.360Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-12-21T10:36:13.362Z] === RUN TestCopyFromContainer// [2019-12-21T10:36:13.362Z] === RUN TestCopyFromContainer//bar/root [2019-12-21T10:36:13.362Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-21T10:36:13.362Z] === RUN TestCopyFromContainer/bar/quux [2019-12-21T10:36:13.646Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-21T10:36:13.646Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-21T10:36:13.646Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-21T10:36:13.923Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-12-21T10:36:13.932Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-21T10:36:13.932Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-21T10:36:13.932Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer (2.45s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-12-21T10:36:14.394Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-12-21T10:36:14.394Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-21T10:36:14.394Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:36:14.394Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:36:14.394Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:36:14.394Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:36:14.394Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:36:14.394Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:36:14.394Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-21T10:36:14.394Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-21T10:36:14.394Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-21T10:36:14.394Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-21T10:36:14.394Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-21T10:36:14.394Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-12-21T10:36:14.394Z] === RUN TestCreateWithInvalidEnv [2019-12-21T10:36:14.394Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-21T10:36:14.394Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-21T10:36:14.394Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-21T10:36:14.394Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-21T10:36:14.394Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-21T10:36:14.394Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-21T10:36:14.394Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-21T10:36:14.394Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-21T10:36:14.394Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-21T10:36:14.394Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-21T10:36:14.394Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-12-21T10:36:14.394Z] === RUN TestCreateTmpfsMountsTarget [2019-12-21T10:36:14.394Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-12-21T10:36:14.394Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-21T10:36:15.830Z] --- PASS: TestServiceUpdateSecrets (15.20s) [2019-12-21T10:36:15.831Z] === RUN TestServiceUpdateConfigs [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCustomMaskedPaths (1.89s) [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:36:16.440Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-21T10:36:16.440Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-12-21T10:36:16.440Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-12-21T10:36:16.440Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-21T10:36:16.738Z] Removing intermediate container 352a30e5eb5b [2019-12-21T10:36:16.738Z] ---> dba2582f3df5 [2019-12-21T10:36:16.738Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-12-21T10:36:16.738Z] ---> Running in 8ab3a667e3f0 [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.99s) [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:36:18.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:36:18.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:36:18.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:36:18.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:36:18.470Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:36:18.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:36:18.470Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-21T10:36:18.470Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-21T10:36:18.470Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-21T10:36:18.470Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-21T10:36:18.470Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-12-21T10:36:18.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-12-21T10:36:18.470Z] === RUN TestContainerStartOnDaemonRestart [2019-12-21T10:36:18.470Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-21T10:36:18.470Z] === RUN TestDaemonRestartIpcMode [2019-12-21T10:36:18.470Z] === PAUSE TestDaemonRestartIpcMode [2019-12-21T10:36:18.470Z] === RUN TestDiff [2019-12-21T10:36:19.089Z] --- PASS: TestDiff (0.71s) [2019-12-21T10:36:19.089Z] === RUN TestExecWithCloseStdin [2019-12-21T10:36:19.107Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-12-21T10:36:19.364Z] === RUN TestDockerSuite/TestContainerAPITop [2019-12-21T10:36:20.104Z] --- PASS: TestExecWithCloseStdin (0.76s) [2019-12-21T10:36:20.104Z] === RUN TestExec [2019-12-21T10:36:20.151Z] #33 131.8 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-21T10:36:20.295Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-12-21T10:36:20.295Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-12-21T10:36:20.295Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-12-21T10:36:20.728Z] --- PASS: TestExec (0.73s) [2019-12-21T10:36:20.728Z] === RUN TestExecUser [2019-12-21T10:36:21.348Z] --- PASS: TestExecUser (0.81s) [2019-12-21T10:36:21.348Z] === RUN TestExportContainerAndImportImage [2019-12-21T10:36:21.453Z] Cannot create a file when that file already exists. [2019-12-21T10:36:22.369Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2019-12-21T10:36:22.369Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-21T10:36:22.659Z] #33 135.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-21T10:36:23.570Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-12-21T10:36:24.134Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-12-21T10:36:24.402Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2019-12-21T10:36:24.402Z] === RUN TestHealthCheckWorkdir [2019-12-21T10:36:24.541Z] #33 137.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-21T10:36:25.026Z] --- PASS: TestHealthCheckWorkdir (0.88s) [2019-12-21T10:36:25.026Z] === RUN TestHealthKillContainer [2019-12-21T10:36:25.503Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-12-21T10:36:27.265Z] Removing intermediate container 8ab3a667e3f0 [2019-12-21T10:36:27.265Z] ---> af38085cfdfa [2019-12-21T10:36:27.265Z] Step 6/6 : CMD ["sh"] [2019-12-21T10:36:27.265Z] ---> Running in a45c32d9c3ab [2019-12-21T10:36:27.265Z] Removing intermediate container a45c32d9c3ab [2019-12-21T10:36:27.265Z] ---> ab4bcd3cf02b [2019-12-21T10:36:27.265Z] Successfully built ab4bcd3cf02b [2019-12-21T10:36:27.265Z] Successfully tagged busybox:latest [2019-12-21T10:36:27.265Z] INFO: Docker images of the daemon under test [2019-12-21T10:36:27.265Z] [2019-12-21T10:36:27.265Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-12-21T10:36:27.265Z] busybox latest ab4bcd3cf02b Less than a second ago 4.85GB [2019-12-21T10:36:27.265Z] microsoft/windowsservercore latest 782a75e44953 3 weeks ago 4.82GB [2019-12-21T10:36:27.265Z] mcr.microsoft.com/windows/servercore ltsc2019 782a75e44953 3 weeks ago 4.82GB [2019-12-21T10:36:27.265Z] [2019-12-21T10:36:27.265Z] INFO: Running integration tests at 12/21/2019 10:36:26... [2019-12-21T10:36:27.265Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-12-21T10:36:27.265Z] INFO: Integration API tests being run from the host: [2019-12-21T10:36:27.265Z] INFO: make.ps1 starting at 12/21/2019 10:36:26 [2019-12-21T10:36:27.706Z] --- PASS: TestHealthKillContainer (2.82s) [2019-12-21T10:36:27.706Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-21T10:36:27.799Z] #33 140.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-21T10:36:28.240Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-12-21T10:36:28.330Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-12-21T10:36:28.330Z] === RUN TestIpcModeNone [2019-12-21T10:36:29.353Z] --- PASS: TestIpcModeNone (0.78s) [2019-12-21T10:36:29.353Z] === RUN TestIpcModePrivate [2019-12-21T10:36:29.675Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-12-21T10:36:29.971Z] --- PASS: TestIpcModePrivate (0.75s) [2019-12-21T10:36:29.971Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-12-21T10:36:29.971Z] === RUN TestIpcModeShareable [2019-12-21T10:36:30.239Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-12-21T10:36:30.804Z] --- PASS: TestServiceUpdateConfigs (15.23s) [2019-12-21T10:36:30.804Z] === RUN TestServiceUpdateNetwork [2019-12-21T10:36:30.983Z] --- PASS: TestIpcModeShareable (0.82s) [2019-12-21T10:36:30.983Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-12-21T10:36:30.983Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-21T10:36:31.736Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-12-21T10:36:31.956Z] #33 144.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-21T10:36:32.667Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-12-21T10:36:33.015Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.30s) [2019-12-21T10:36:33.015Z] === RUN TestAPIIpcModeHost [2019-12-21T10:36:33.317Z] #33 145.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-21T10:36:33.636Z] --- PASS: TestAPIIpcModeHost (0.60s) [2019-12-21T10:36:33.636Z] === RUN TestDaemonIpcModeShareable [2019-12-21T10:36:34.562Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-12-21T10:36:34.679Z] #33 147.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-21T10:36:35.668Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2019-12-21T10:36:35.668Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-12-21T10:36:35.668Z] === RUN TestDaemonIpcModePrivate [2019-12-21T10:36:35.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2019-12-21T10:36:36.041Z] #33 148.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-21T10:36:36.600Z] #33 149.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-21T10:36:37.151Z] --- PASS: TestDaemonIpcModePrivate (1.66s) [2019-12-21T10:36:37.151Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-12-21T10:36:37.151Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-21T10:36:37.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2019-12-21T10:36:38.634Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2019-12-21T10:36:38.634Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-12-21T10:36:38.634Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-21T10:36:39.110Z] #33 151.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-21T10:36:39.197Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2019-12-21T10:36:40.473Z] #33 153.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-21T10:36:40.567Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2019-12-21T10:36:40.667Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s) [2019-12-21T10:36:40.667Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-12-21T10:36:40.667Z] === RUN TestIpcModeOlderClient [2019-12-21T10:36:40.667Z] === PAUSE TestIpcModeOlderClient [2019-12-21T10:36:40.667Z] === RUN TestKillContainerInvalidSignal [2019-12-21T10:36:40.951Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2019-12-21T10:36:40.951Z] === RUN TestKillContainer [2019-12-21T10:36:40.952Z] === RUN TestKillContainer/no_signal [2019-12-21T10:36:41.571Z] === RUN TestKillContainer/non_killing_signal [2019-12-21T10:36:42.192Z] === RUN TestKillContainer/killing_signal [2019-12-21T10:36:42.461Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000979200_} [2019-12-21T10:36:42.981Z] #33 155.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-21T10:36:43.208Z] --- PASS: TestKillContainer (2.01s) [2019-12-21T10:36:43.209Z] --- PASS: TestKillContainer/no_signal (0.62s) [2019-12-21T10:36:43.209Z] --- PASS: TestKillContainer/non_killing_signal (0.46s) [2019-12-21T10:36:43.209Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2019-12-21T10:36:43.209Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-21T10:36:43.209Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-21T10:36:43.492Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-21T10:36:44.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1301975057_/foo_false____} [2019-12-21T10:36:44.504Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2019-12-21T10:36:44.504Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-12-21T10:36:44.504Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2019-12-21T10:36:44.504Z] === RUN TestKillStoppedContainer [2019-12-21T10:36:44.504Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-12-21T10:36:44.504Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-21T10:36:44.504Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-12-21T10:36:44.504Z] === RUN TestKillDifferentUserContainer [2019-12-21T10:36:45.129Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2019-12-21T10:36:45.129Z] === RUN TestInspectOomKilledTrue [2019-12-21T10:36:45.538Z] #33 158.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-21T10:36:45.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1301975057_/foo_true____} [2019-12-21T10:36:45.987Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:36:45.987Z] INFO: Testing against a local daemon [2019-12-21T10:36:46.613Z] --- PASS: TestInspectOomKilledTrue (1.19s) [2019-12-21T10:36:46.613Z] === RUN TestInspectOomKilledFalse [2019-12-21T10:36:46.908Z] --- PASS: TestInspectOomKilledFalse (0.64s) [2019-12-21T10:36:46.908Z] === RUN TestLinksEtcHostsContentMatch [2019-12-21T10:36:47.091Z] --- PASS: TestServiceUpdateNetwork (16.31s) [2019-12-21T10:36:47.091Z] PASS [2019-12-21T10:36:47.091Z] [2019-12-21T10:36:47.091Z] === Skipped [2019-12-21T10:36:47.091Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2019-12-21T10:36:47.091Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:36:47.091Z] [2019-12-21T10:36:47.091Z] [2019-12-21T10:36:47.091Z] DONE 20 tests, 1 skipped in 172.489s [2019-12-21T10:36:47.091Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-12-21T10:36:47.091Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:47.091Z] ++ set -e [2019-12-21T10:36:47.091Z] ++ '[' -n 0 ']' [2019-12-21T10:36:47.091Z] ++ set -x [2019-12-21T10:36:47.091Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:47.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_false____} [2019-12-21T10:36:47.348Z] INFO: Testing against a local daemon [2019-12-21T10:36:47.348Z] === RUN TestSessionCreate [2019-12-21T10:36:47.348Z] --- PASS: TestSessionCreate (0.04s) [2019-12-21T10:36:47.348Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-21T10:36:47.348Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-12-21T10:36:47.348Z] PASS [2019-12-21T10:36:47.348Z] [2019-12-21T10:36:47.348Z] DONE 2 tests in 0.225s [2019-12-21T10:36:47.348Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-12-21T10:36:47.348Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:47.348Z] ++ set -e [2019-12-21T10:36:47.348Z] ++ '[' -n 0 ']' [2019-12-21T10:36:47.348Z] ++ set -x [2019-12-21T10:36:47.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:47.532Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2019-12-21T10:36:47.532Z] === RUN TestLinksContainerNames [2019-12-21T10:36:47.605Z] INFO: Testing against a local daemon [2019-12-21T10:36:47.605Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-21T10:36:47.605Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:36:47.605Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:36:47.605Z] === RUN TestEventsExecDie [2019-12-21T10:36:48.049Z] #33 160.7 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-21T10:36:48.537Z] --- PASS: TestEventsExecDie (0.91s) [2019-12-21T10:36:48.537Z] === RUN TestEventsBackwardsCompatible [2019-12-21T10:36:48.537Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-12-21T10:36:48.537Z] === RUN TestInfoBinaryCommits [2019-12-21T10:36:48.537Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-12-21T10:36:48.537Z] === RUN TestInfoAPIVersioned [2019-12-21T10:36:48.794Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-12-21T10:36:48.794Z] === RUN TestInfoDiscoveryBackend [2019-12-21T10:36:49.014Z] --- PASS: TestLinksContainerNames (1.28s) [2019-12-21T10:36:49.014Z] === RUN TestLogsFollowTailEmpty [2019-12-21T10:36:49.051Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_true____} [2019-12-21T10:36:49.298Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2019-12-21T10:36:49.298Z] === RUN TestContainerNetworkMountsNoChown [2019-12-21T10:36:49.307Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2019-12-21T10:36:49.308Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-21T10:36:49.409Z] #33 162.2 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-21T10:36:50.239Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-21T10:36:50.239Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-21T10:36:50.313Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/default [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/default [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/private [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/private [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rprivate [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/slave [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/slave [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rslave [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/shared [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/shared [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rshared [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/default [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rshared [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/shared [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rslave [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rprivate [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/slave [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/private [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-21T10:36:50.313Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:36:50.313Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-21T10:36:50.313Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-21T10:36:50.496Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_true__0xc000979680__} [2019-12-21T10:36:50.599Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-21T10:36:50.599Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-21T10:36:50.599Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-12-21T10:36:50.599Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-12-21T10:36:50.599Z] === RUN TestContainerBindMountNonRecursive [2019-12-21T10:36:50.754Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2019-12-21T10:36:50.754Z] === RUN TestInfoAPI [2019-12-21T10:36:50.754Z] --- PASS: TestInfoAPI (0.03s) [2019-12-21T10:36:50.754Z] === RUN TestInfoAPIWarnings [2019-12-21T10:36:51.317Z] --- PASS: TestInfoAPIWarnings (0.52s) [2019-12-21T10:36:51.317Z] === RUN TestInfoDebug [2019-12-21T10:36:51.881Z] --- PASS: TestInfoDebug (0.52s) [2019-12-21T10:36:51.881Z] === RUN TestInfoInsecureRegistries [2019-12-21T10:36:52.084Z] --- PASS: TestContainerBindMountNonRecursive (1.58s) [2019-12-21T10:36:52.084Z] === RUN TestNetworkNat [2019-12-21T10:36:52.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009796a0_} [2019-12-21T10:36:52.397Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2019-12-21T10:36:52.397Z] === RUN TestInfoRegistryMirrors [2019-12-21T10:36:52.668Z] #33 164.9 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-21T10:36:52.702Z] --- PASS: TestNetworkNat (0.70s) [2019-12-21T10:36:52.702Z] === RUN TestNetworkLocalhostTCPNat [2019-12-21T10:36:52.961Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2019-12-21T10:36:52.961Z] === RUN TestLoginFailsWithBadCredentials [2019-12-21T10:36:52.961Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2019-12-21T10:36:52.961Z] === RUN TestPingCacheHeaders [2019-12-21T10:36:53.218Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-12-21T10:36:53.218Z] === RUN TestPingGet [2019-12-21T10:36:53.218Z] --- PASS: TestPingGet (0.02s) [2019-12-21T10:36:53.218Z] === RUN TestPingHead [2019-12-21T10:36:53.218Z] --- PASS: TestPingHead (0.02s) [2019-12-21T10:36:53.218Z] === RUN TestVersion [2019-12-21T10:36:53.218Z] --- PASS: TestVersion (0.02s) [2019-12-21T10:36:53.218Z] PASS [2019-12-21T10:36:53.218Z] [2019-12-21T10:36:53.218Z] === Skipped [2019-12-21T10:36:53.218Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:36:53.218Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:36:53.218Z] [2019-12-21T10:36:53.218Z] [2019-12-21T10:36:53.218Z] DONE 18 tests, 1 skipped in 5.704s [2019-12-21T10:36:53.218Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-12-21T10:36:53.218Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:53.218Z] ++ set -e [2019-12-21T10:36:53.218Z] ++ '[' -n 0 ']' [2019-12-21T10:36:53.218Z] ++ set -x [2019-12-21T10:36:53.218Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:36:53.218Z] INFO: Testing against a local daemon [2019-12-21T10:36:53.218Z] === RUN TestVolumesCreateAndList [2019-12-21T10:36:53.218Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-12-21T10:36:53.218Z] === RUN TestVolumesRemove [2019-12-21T10:36:53.475Z] --- PASS: TestVolumesRemove (0.09s) [2019-12-21T10:36:53.475Z] === RUN TestVolumesInspect [2019-12-21T10:36:53.475Z] --- PASS: TestVolumesInspect (0.02s) [2019-12-21T10:36:53.475Z] === RUN TestVolumesInvalidJSON [2019-12-21T10:36:53.475Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-21T10:36:53.475Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-21T10:36:53.475Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-21T10:36:53.475Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-12-21T10:36:53.475Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-21T10:36:53.475Z] PASS [2019-12-21T10:36:53.475Z] [2019-12-21T10:36:53.475Z] DONE 5 tests in 0.282s [2019-12-21T10:36:53.475Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T10:36:53.637Z] #33 166.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-21T10:36:53.717Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2019-12-21T10:36:53.717Z] === RUN TestNetworkLoopbackNat [2019-12-21T10:36:53.731Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T10:36:53.732Z] +++ kill 5350 [2019-12-21T10:36:53.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009796c0_} [2019-12-21T10:36:54.342Z] --- PASS: TestNetworkLoopbackNat (0.93s) [2019-12-21T10:36:54.342Z] === RUN TestPause [2019-12-21T10:36:55.045Z] #33 167.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-21T10:36:55.106Z] +++ /etc/init.d/apparmor stop [2019-12-21T10:36:55.106Z] Clearing AppArmor profiles cache:. [2019-12-21T10:36:55.106Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:36:55.106Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:36:55.106Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:36:55.106Z] [2019-12-21T10:36:55.106Z] To set a process to complain mode, use the command line tool [2019-12-21T10:36:55.106Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:36:55.106Z] with the 'teardown' option." [2019-12-21T10:36:55.106Z] [2019-12-21T10:36:55.357Z] --- PASS: TestPause (0.74s) [2019-12-21T10:36:55.357Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-21T10:36:55.357Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:36:55.357Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:36:55.357Z] === RUN TestPauseStopPausedContainer [2019-12-21T10:36:55.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009796e0_} [2019-12-21T10:36:55.977Z] --- PASS: TestPauseStopPausedContainer (0.68s) [2019-12-21T10:36:55.977Z] === RUN TestPsFilter [2019-12-21T10:36:55.977Z] --- PASS: TestPsFilter (0.17s) [2019-12-21T10:36:55.977Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-21T10:36:56.594Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2019-12-21T10:36:56.594Z] === RUN TestRemoveContainerWithVolume [2019-12-21T10:36:57.012Z] #33 169.4 [2019-12-21T10:36:57.012Z] #33 DONE 169.9s [2019-12-21T10:36:57.012Z] [2019-12-21T10:36:57.012Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-12-21T10:36:57.214Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2019-12-21T10:36:57.214Z] === RUN TestRemoveContainerRunning [2019-12-21T10:36:57.257Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000979700_} [2019-12-21T10:36:57.971Z] --- PASS: TestRemoveContainerRunning (0.65s) [2019-12-21T10:36:57.972Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-21T10:36:58.591Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2019-12-21T10:36:58.591Z] === RUN TestRemoveInvalidContainer [2019-12-21T10:36:58.591Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-12-21T10:36:58.591Z] === RUN TestRenameLinkedContainer [2019-12-21T10:36:59.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-12-21T10:36:59.570Z] #34 DONE 2.3s [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2019-12-21T10:37:00.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2019-12-21T10:37:00.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2019-12-21T10:37:00.913Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2019-12-21T10:37:00.913Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-12-21T10:37:01.287Z] --- PASS: TestRenameLinkedContainer (2.60s) [2019-12-21T10:37:01.287Z] === RUN TestRenameStoppedContainer [2019-12-21T10:37:01.496Z] [2019-12-21T10:37:01.496Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-12-21T10:37:01.906Z] --- PASS: TestRenameStoppedContainer (0.65s) [2019-12-21T10:37:01.906Z] === RUN TestRenameRunningContainerAndReuse [2019-12-21T10:37:02.462Z] #35 DONE 1.3s [2019-12-21T10:37:02.462Z] [2019-12-21T10:37:02.462Z] #36 exporting to image [2019-12-21T10:37:02.462Z] #36 exporting layers [2019-12-21T10:37:03.387Z] --- PASS: TestRenameRunningContainerAndReuse (1.30s) [2019-12-21T10:37:03.387Z] === RUN TestRenameInvalidName [2019-12-21T10:37:03.703Z] ok github.com/docker/docker/integration/build 15.447s [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === Skipped [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2019-12-21T10:37:03.703Z] build_session_test.go:25: TODO: BuildKit [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2019-12-21T10:37:03.703Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:491: testEnv.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2019-12-21T10:37:03.703Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] DONE 22 tests, 10 skipped in 33.313s [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-12-21T10:37:03.703Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:37:03.703Z] INFO: Testing against a local daemon [2019-12-21T10:37:03.703Z] ok github.com/docker/docker/integration/config 0.202s [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === Skipped [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2019-12-21T10:37:03.703Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] DONE 8 tests, 8 skipped in 2.211s [2019-12-21T10:37:03.703Z] [2019-12-21T10:37:03.703Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-12-21T10:37:04.012Z] --- PASS: TestRenameInvalidName (0.66s) [2019-12-21T10:37:04.012Z] === RUN TestRenameAnonymousContainer [2019-12-21T10:37:04.186Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-12-21T10:37:06.631Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:37:06.631Z] INFO: Testing against a local daemon [2019-12-21T10:37:06.658Z] #36 exporting layers 3.5s done [2019-12-21T10:37:06.658Z] #36 writing image sha256:2b64142eee9cb6047e3eb38767fe4ce619d84f94d3a386ed5829210972cbddad done [2019-12-21T10:37:06.658Z] #36 naming to docker.io/library/moby-e2e-test done [2019-12-21T10:37:06.658Z] #36 DONE 3.5s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-21T10:37:06.698Z] --- PASS: TestRenameAnonymousContainer (2.43s) [2019-12-21T10:37:06.698Z] === RUN TestRenameContainerWithSameName [2019-12-21T10:37:06.708Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-12-21T10:37:06.967Z] + echo Ensuring container killed. [2019-12-21T10:37:06.968Z] Ensuring container killed. [2019-12-21T10:37:06.968Z] + docker rm -vf docker-pr49 [2019-12-21T10:37:06.968Z] Error: No such container: docker-pr49 [2019-12-21T10:37:06.968Z] + true [Pipeline] sh [2019-12-21T10:37:06.982Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2019-12-21T10:37:06.982Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-21T10:37:07.249Z] + echo Chowning /workspace to jenkins user [2019-12-21T10:37:07.250Z] Chowning /workspace to jenkins user [2019-12-21T10:37:07.250Z] + id -u [2019-12-21T10:37:07.250Z] + id -g [2019-12-21T10:37:07.250Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39998:/workspace busybox chown -R 1000:1000 /workspace [2019-12-21T10:37:08.470Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-12-21T10:37:08.470Z] === RUN TestResize [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T10:37:08.947Z] + bundleName=unit [2019-12-21T10:37:08.947Z] + echo Creating unit-bundles.tar.gz [2019-12-21T10:37:08.947Z] Creating unit-bundles.tar.gz [2019-12-21T10:37:08.947Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-12-21T10:37:08.947Z] bundles/junit-report.xml [2019-12-21T10:37:08.947Z] bundles/go-test-report.json [2019-12-21T10:37:08.947Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-12-21T10:37:08.956Z] Archiving artifacts [2019-12-21T10:37:09.091Z] --- PASS: TestResize (0.70s) [2019-12-21T10:37:09.091Z] === RUN TestResizeWithInvalidSize [2019-12-21T10:37:09.391Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-21T10:37:09.710Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2019-12-21T10:37:09.710Z] === RUN TestResizeWhenContainerNotStarted [2019-12-21T10:37:09.782Z] + make clean [2019-12-21T10:37:09.981Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-12-21T10:37:10.039Z] docker volume rm -f docker-dev-cache [2019-12-21T10:37:10.039Z] docker-dev-cache [Pipeline] deleteDir [2019-12-21T10:37:10.336Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:10.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:37:10.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:37:10.336Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-21T10:37:10.336Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-21T10:37:10.336Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-21T10:37:10.336Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-21T10:37:10.913Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-12-21T10:37:11.170Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-12-21T10:37:12.379Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-21T10:37:12.538Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-12-21T10:37:13.003Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:13.102Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-12-21T10:37:14.033Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-21T10:37:14.033Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-21T10:37:14.471Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-12-21T10:37:15.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-21T10:37:15.402Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-12-21T10:37:16.102Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-21T10:37:16.335Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-12-21T10:37:17.285Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-12-21T10:37:17.604Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-21T10:37:17.604Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-21T10:37:18.654Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-12-21T10:37:19.585Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-12-21T10:37:20.516Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.60s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.93s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.75s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.14s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.08s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.99s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.37s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.24s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.53s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.10s) [2019-12-21T10:37:21.093Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.05s) [2019-12-21T10:37:21.093Z] === RUN TestCgroupNamespacesRun [2019-12-21T10:37:21.447Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-12-21T10:37:22.109Z] --- PASS: TestCgroupNamespacesRun (1.60s) [2019-12-21T10:37:22.109Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-21T10:37:22.817Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-12-21T10:37:23.381Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-12-21T10:37:24.150Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.61s) [2019-12-21T10:37:24.150Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-21T10:37:24.751Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-12-21T10:37:25.629Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.58s) [2019-12-21T10:37:25.629Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-21T10:37:26.120Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-12-21T10:37:27.107Z] --- PASS: TestCgroupNamespacesRunHostMode (1.60s) [2019-12-21T10:37:27.107Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-21T10:37:27.491Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-12-21T10:37:28.054Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-12-21T10:37:28.054Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-12-21T10:37:28.588Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.61s) [2019-12-21T10:37:28.588Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-21T10:37:28.983Z] === RUN TestDockerSuite/TestCpRelativePath [2019-12-21T10:37:29.603Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-12-21T10:37:29.603Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-21T10:37:29.913Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-12-21T10:37:30.224Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2019-12-21T10:37:30.224Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-21T10:37:31.281Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-12-21T10:37:32.215Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-12-21T10:37:32.261Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2019-12-21T10:37:32.261Z] === RUN TestKernelTCPMemory [2019-12-21T10:37:32.878Z] --- PASS: TestKernelTCPMemory (0.80s) [2019-12-21T10:37:32.878Z] === RUN TestNISDomainname [2019-12-21T10:37:33.584Z] === RUN TestDockerSuite/TestCpToCaseA [2019-12-21T10:37:34.024Z] --- PASS: TestNISDomainname (0.87s) [2019-12-21T10:37:34.024Z] === RUN TestHostnameDnsResolution [2019-12-21T10:37:34.305Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-12-21T10:37:34.642Z] --- PASS: TestHostnameDnsResolution (1.05s) [2019-12-21T10:37:34.642Z] === RUN TestStats [2019-12-21T10:37:35.678Z] === RUN TestDockerSuite/TestCpToCaseB [2019-12-21T10:37:36.242Z] === RUN TestDockerSuite/TestCpToCaseC [2019-12-21T10:37:36.665Z] --- PASS: TestStats (1.88s) [2019-12-21T10:37:36.665Z] === RUN TestStopContainerWithTimeout [2019-12-21T10:37:36.665Z] === RUN TestStopContainerWithTimeout/0 [2019-12-21T10:37:36.665Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-21T10:37:36.665Z] === RUN TestStopContainerWithTimeout/1 [2019-12-21T10:37:36.665Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-21T10:37:36.665Z] === RUN TestStopContainerWithTimeout/3 [2019-12-21T10:37:36.665Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-21T10:37:36.665Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-21T10:37:36.665Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-21T10:37:36.665Z] === CONT TestStopContainerWithTimeout/0 [2019-12-21T10:37:36.665Z] === CONT TestStopContainerWithTimeout/3 [2019-12-21T10:37:36.665Z] === CONT TestStopContainerWithTimeout/1 [2019-12-21T10:37:36.665Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-21T10:37:38.763Z] === RUN TestDockerSuite/TestCpToCaseD [2019-12-21T10:37:40.135Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-12-21T10:37:40.135Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2019-12-21T10:37:40.135Z] --- PASS: TestStopContainerWithTimeout/1 (2.29s) [2019-12-21T10:37:40.135Z] --- PASS: TestStopContainerWithTimeout/3 (3.15s) [2019-12-21T10:37:40.135Z] --- PASS: TestStopContainerWithTimeout/-1 (3.29s) [2019-12-21T10:37:40.135Z] === RUN TestDeleteDevicemapper [2019-12-21T10:37:40.135Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-21T10:37:40.135Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:37:40.135Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-21T10:37:42.171Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.88s) [2019-12-21T10:37:42.171Z] === RUN TestUpdateMemory [2019-12-21T10:37:42.789Z] --- PASS: TestUpdateMemory (0.88s) [2019-12-21T10:37:42.789Z] === RUN TestUpdateCPUQuota [2019-12-21T10:37:43.804Z] --- PASS: TestUpdateCPUQuota (1.14s) [2019-12-21T10:37:43.804Z] === RUN TestUpdatePidsLimit [2019-12-21T10:37:43.804Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-21T10:37:44.016Z] === RUN TestDockerSuite/TestCpToCaseE [2019-12-21T10:37:44.094Z] === RUN TestUpdatePidsLimit/no_change [2019-12-21T10:37:44.713Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-21T10:37:44.713Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-21T10:37:45.331Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-21T10:37:45.616Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-21T10:37:45.900Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-21T10:37:47.290Z] === RUN TestDockerSuite/TestCpToCaseF [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit (3.27s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/no_change (0.33s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/update_lower (0.31s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.31s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.32s) [2019-12-21T10:37:47.380Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2019-12-21T10:37:47.380Z] === RUN TestUpdateRestartPolicy [2019-12-21T10:37:47.855Z] === RUN TestDockerSuite/TestCpToCaseG [2019-12-21T10:37:53.104Z] === RUN TestDockerSuite/TestCpToCaseH [2019-12-21T10:37:55.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-12-21T10:37:56.556Z] === RUN TestDockerSuite/TestCpToCaseI [2019-12-21T10:37:57.491Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-12-21T10:37:59.920Z] --- PASS: TestUpdateRestartPolicy (12.27s) [2019-12-21T10:37:59.920Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-21T10:38:00.208Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2019-12-21T10:38:00.208Z] === RUN TestWaitNonBlocked [2019-12-21T10:38:00.208Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:38:00.208Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:38:00.208Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:38:00.208Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:38:00.208Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-21T10:38:00.208Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-21T10:38:00.769Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-12-21T10:38:01.223Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-12-21T10:38:01.223Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.84s) [2019-12-21T10:38:01.223Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2019-12-21T10:38:01.223Z] === RUN TestWaitBlocked [2019-12-21T10:38:01.223Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:38:01.223Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:38:01.223Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:38:01.223Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:38:01.223Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-21T10:38:01.223Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-21T10:38:02.235Z] --- PASS: TestWaitBlocked (0.03s) [2019-12-21T10:38:02.235Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2019-12-21T10:38:02.235Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2019-12-21T10:38:02.235Z] === CONT TestContainerStartOnDaemonRestart [2019-12-21T10:38:02.235Z] === CONT TestIpcModeOlderClient [2019-12-21T10:38:02.235Z] === CONT TestDaemonRestartIpcMode [2019-12-21T10:38:02.235Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-12-21T10:38:03.293Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-12-21T10:38:04.224Z] === RUN TestDockerSuite/TestCpToDot [2019-12-21T10:38:04.935Z] --- PASS: TestContainerStartOnDaemonRestart (2.94s) [2019-12-21T10:38:05.160Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-12-21T10:38:06.414Z] --- PASS: TestDaemonRestartIpcMode (4.32s) [2019-12-21T10:38:06.414Z] PASS [2019-12-21T10:38:06.414Z] [2019-12-21T10:38:06.414Z] === Skipped [2019-12-21T10:38:06.414Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-12-21T10:38:06.414Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:38:06.414Z] [2019-12-21T10:38:06.414Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-21T10:38:06.414Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-21T10:38:06.414Z] [2019-12-21T10:38:06.414Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-12-21T10:38:06.414Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-21T10:38:06.414Z] [2019-12-21T10:38:06.414Z] [2019-12-21T10:38:06.414Z] DONE 197 tests, 3 skipped in 115.094s [2019-12-21T10:38:06.414Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-12-21T10:38:06.414Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:38:06.414Z] ++ set -e [2019-12-21T10:38:06.414Z] ++ '[' -n 0 ']' [2019-12-21T10:38:06.414Z] ++ set -x [2019-12-21T10:38:06.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:38:06.414Z] INFO: Testing against a local daemon [2019-12-21T10:38:06.414Z] === RUN TestCommitInheritsEnv [2019-12-21T10:38:07.032Z] --- PASS: TestCommitInheritsEnv (0.40s) [2019-12-21T10:38:07.032Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-21T10:38:07.032Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-21T10:38:07.032Z] === RUN TestImagesFilterMultiReference [2019-12-21T10:38:07.032Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-12-21T10:38:07.032Z] === RUN TestImagePullPlatformInvalid [2019-12-21T10:38:07.032Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-12-21T10:38:07.032Z] === RUN TestRemoveImageOrphaning [2019-12-21T10:38:07.055Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-12-21T10:38:07.315Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2019-12-21T10:38:07.316Z] === RUN TestRemoveImageGarbageCollector [2019-12-21T10:38:07.316Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:38:07.316Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:38:07.316Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-21T10:38:07.600Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-12-21T10:38:07.600Z] === RUN TestTagInvalidReference [2019-12-21T10:38:07.600Z] --- PASS: TestTagInvalidReference (0.04s) [2019-12-21T10:38:07.600Z] === RUN TestTagValidPrefixedRepo [2019-12-21T10:38:07.600Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-12-21T10:38:07.600Z] === RUN TestTagExistedNameWithoutForce [2019-12-21T10:38:07.600Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-12-21T10:38:07.600Z] === RUN TestTagOfficialNames [2019-12-21T10:38:07.600Z] --- PASS: TestTagOfficialNames (0.07s) [2019-12-21T10:38:07.600Z] === RUN TestTagMatchesDigest [2019-12-21T10:38:07.600Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-12-21T10:38:07.600Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-21T10:38:09.577Z] === RUN TestDockerSuite/TestCpToStdout [2019-12-21T10:38:10.141Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-12-21T10:38:13.413Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-12-21T10:38:13.670Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-12-21T10:38:15.040Z] === RUN TestDockerSuite/TestCpVolumePath [2019-12-21T10:38:16.411Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-12-21T10:38:16.668Z] === RUN TestDockerSuite/TestCreateArgs [2019-12-21T10:38:16.668Z] === RUN TestDockerSuite/TestCreateByImageID [2019-12-21T10:38:17.232Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-12-21T10:38:18.163Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-12-21T10:38:18.163Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-12-21T10:38:18.163Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-12-21T10:38:18.776Z] ok github.com/docker/docker/integration/container 61.631s [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === Skipped [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2019-12-21T10:38:18.776Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2019-12-21T10:38:18.776Z] copy_test.go:25: testEnv.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2019-12-21T10:38:18.776Z] copy_test.go:39: testEnv.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2019-12-21T10:38:18.776Z] copy_test.go:51: testEnv.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2019-12-21T10:38:18.776Z] copy_test.go:65: testEnv.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2019-12-21T10:38:18.776Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2019-12-21T10:38:18.776Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2019-12-21T10:38:18.776Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2019-12-21T10:38:18.776Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2019-12-21T10:38:18.776Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2019-12-21T10:38:18.776Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2019-12-21T10:38:18.776Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2019-12-21T10:38:18.776Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.04s) [2019-12-21T10:38:18.776Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2019-12-21T10:38:18.776Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2019-12-21T10:38:18.776Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2019-12-21T10:38:18.776Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2019-12-21T10:38:18.776Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2019-12-21T10:38:18.776Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2019-12-21T10:38:18.776Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-12-21T10:38:18.776Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-21T10:38:18.776Z] [2019-12-21T10:38:18.776Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2019-12-21T10:38:18.777Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2019-12-21T10:38:18.777Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2019-12-21T10:38:18.777Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2019-12-21T10:38:18.777Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2019-12-21T10:38:18.777Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2019-12-21T10:38:18.777Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2019-12-21T10:38:18.777Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2019-12-21T10:38:18.777Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2019-12-21T10:38:18.777Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2019-12-21T10:38:18.777Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2019-12-21T10:38:18.777Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2019-12-21T10:38:18.777Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2019-12-21T10:38:18.777Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2019-12-21T10:38:18.777Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2019-12-21T10:38:18.777Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2019-12-21T10:38:18.777Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2019-12-21T10:38:18.777Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2019-12-21T10:38:18.777Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2019-12-21T10:38:18.777Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 79 tests, 40 skipped in 64.126s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-12-21T10:38:18.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:18.777Z] INFO: Testing against a local daemon [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/image 0.655s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === Skipped [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2019-12-21T10:38:18.777Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2019-12-21T10:38:18.777Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2019-12-21T10:38:18.777Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2019-12-21T10:38:18.777Z] tag_test.go:98: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 11 tests, 4 skipped in 2.682s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-12-21T10:38:18.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:18.777Z] INFO: Testing against a local daemon [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/network 0.283s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === Skipped [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2019-12-21T10:38:18.777Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2019-12-21T10:38:18.777Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2019-12-21T10:38:18.777Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2019-12-21T10:38:18.777Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:29: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:51: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:94: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:127: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:177: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:201: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:319: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2019-12-21T10:38:18.777Z] service_test.go:386: testEnv.OSType == "windows" [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 17 tests, 13 skipped in 2.486s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-12-21T10:38:18.777Z] testing: warning: no tests to run [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/network/ipvlan 0.110s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 0 tests in 0.765s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-12-21T10:38:18.777Z] testing: warning: no tests to run [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/network/macvlan 0.179s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 0 tests in 0.861s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-12-21T10:38:18.777Z] testing: warning: no tests to run [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/plugin 0.152s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 0 tests in 0.800s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-12-21T10:38:18.777Z] testing: warning: no tests to run [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/plugin/authz 0.375s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] DONE 0 tests in 1.024s [2019-12-21T10:38:18.777Z] [2019-12-21T10:38:18.777Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-12-21T10:38:18.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:18.777Z] INFO: Testing against a local daemon [2019-12-21T10:38:18.777Z] ok github.com/docker/docker/integration/plugin/common 0.309s [2019-12-21T10:38:19.093Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-12-21T10:38:19.238Z] [2019-12-21T10:38:19.238Z] DONE 2 tests in 2.241s [2019-12-21T10:38:19.238Z] [2019-12-21T10:38:19.238Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-12-21T10:38:19.350Z] === RUN TestDockerSuite/TestCreateLabels [2019-12-21T10:38:19.350Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-12-21T10:38:19.350Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-12-21T10:38:19.607Z] === RUN TestDockerSuite/TestCreateRM [2019-12-21T10:38:19.607Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-12-21T10:38:19.607Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-12-21T10:38:19.864Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-12-21T10:38:20.122Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-12-21T10:38:22.184Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:22.184Z] INFO: Testing against a local daemon [2019-12-21T10:38:22.184Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.321s [2019-12-21T10:38:22.658Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-12-21T10:38:22.915Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-12-21T10:38:22.915Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-12-21T10:38:23.156Z] [2019-12-21T10:38:23.156Z] === Skipped [2019-12-21T10:38:23.156Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2019-12-21T10:38:23.156Z] external_test.go:48: runtime.GOOS == "windows" [2019-12-21T10:38:23.156Z] [2019-12-21T10:38:23.156Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2019-12-21T10:38:23.156Z] external_test.go:407: runtime.GOOS == "windows" [2019-12-21T10:38:23.156Z] [2019-12-21T10:38:23.156Z] [2019-12-21T10:38:23.156Z] DONE 2 tests, 2 skipped in 3.760s [2019-12-21T10:38:23.156Z] [2019-12-21T10:38:23.156Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-12-21T10:38:28.170Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-12-21T10:38:28.170Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-12-21T10:38:28.170Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-12-21T10:38:28.426Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-12-21T10:38:28.426Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-12-21T10:38:28.683Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-12-21T10:38:29.020Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:29.020Z] INFO: Testing against a local daemon [2019-12-21T10:38:29.020Z] testing: warning: no tests to run [2019-12-21T10:38:29.020Z] ok github.com/docker/docker/integration/plugin/logging 0.265s [2019-12-21T10:38:29.020Z] [2019-12-21T10:38:29.020Z] DONE 0 tests in 6.232s [2019-12-21T10:38:29.247Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-12-21T10:38:29.484Z] [2019-12-21T10:38:29.484Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-12-21T10:38:31.139Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-12-21T10:38:31.673Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:31.673Z] INFO: Testing against a local daemon [2019-12-21T10:38:31.673Z] ok github.com/docker/docker/integration/plugin/volumes 0.328s [2019-12-21T10:38:31.703Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-12-21T10:38:32.139Z] [2019-12-21T10:38:32.139Z] === Skipped [2019-12-21T10:38:32.139Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2019-12-21T10:38:32.139Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:32.139Z] [2019-12-21T10:38:32.139Z] [2019-12-21T10:38:32.139Z] DONE 1 tests, 1 skipped in 2.791s [2019-12-21T10:38:32.139Z] [2019-12-21T10:38:32.139Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-12-21T10:38:33.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-12-21T10:38:34.326Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:34.326Z] INFO: Testing against a local daemon [2019-12-21T10:38:34.326Z] ok github.com/docker/docker/integration/secret 0.250s [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === Skipped [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2019-12-21T10:38:34.788Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] DONE 6 tests, 6 skipped in 2.445s [2019-12-21T10:38:34.788Z] [2019-12-21T10:38:34.788Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-12-21T10:38:34.964Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-12-21T10:38:35.896Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-12-21T10:38:36.826Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-12-21T10:38:36.826Z] === RUN TestDockerSuite/TestDevicePermissions [2019-12-21T10:38:37.706Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:37.707Z] INFO: Testing against a local daemon [2019-12-21T10:38:37.707Z] ok github.com/docker/docker/integration/service 0.380s [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === Skipped [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-12-21T10:38:37.707Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-12-21T10:38:37.707Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2019-12-21T10:38:37.707Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2019-12-21T10:38:37.707Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2019-12-21T10:38:37.707Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2019-12-21T10:38:37.707Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2019-12-21T10:38:37.707Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2019-12-21T10:38:37.707Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2019-12-21T10:38:37.707Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2019-12-21T10:38:37.707Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2019-12-21T10:38:37.707Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2019-12-21T10:38:37.707Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2019-12-21T10:38:37.707Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2019-12-21T10:38:37.707Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2019-12-21T10:38:37.707Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] DONE 20 tests, 19 skipped in 3.126s [2019-12-21T10:38:37.707Z] [2019-12-21T10:38:37.707Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-12-21T10:38:37.756Z] === RUN TestDockerSuite/TestDockerFails [2019-12-21T10:38:37.756Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-12-21T10:38:37.756Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-12-21T10:38:37.756Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-12-21T10:38:38.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-12-21T10:38:38.944Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-12-21T10:38:39.876Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-12-21T10:38:40.624Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:40.624Z] INFO: Testing against a local daemon [2019-12-21T10:38:40.624Z] ok github.com/docker/docker/integration/session 0.484s [2019-12-21T10:38:40.624Z] [2019-12-21T10:38:40.624Z] === Skipped [2019-12-21T10:38:40.624Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2019-12-21T10:38:40.624Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:40.624Z] [2019-12-21T10:38:40.624Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2019-12-21T10:38:40.624Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:40.624Z] [2019-12-21T10:38:40.624Z] [2019-12-21T10:38:40.624Z] DONE 2 tests, 2 skipped in 2.763s [2019-12-21T10:38:40.624Z] [2019-12-21T10:38:40.624Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-12-21T10:38:41.770Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-12-21T10:38:41.770Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-12-21T10:38:41.770Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-12-21T10:38:41.770Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-12-21T10:38:42.816Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:42.816Z] INFO: Testing against a local daemon [2019-12-21T10:38:43.788Z] ok github.com/docker/docker/integration/system 1.323s [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === Skipped [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:38:44.250Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2019-12-21T10:38:44.250Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2019-12-21T10:38:44.250Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2019-12-21T10:38:44.250Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2019-12-21T10:38:44.250Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2019-12-21T10:38:44.250Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2019-12-21T10:38:44.250Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] DONE 13 tests, 7 skipped in 3.503s [2019-12-21T10:38:44.250Z] [2019-12-21T10:38:44.250Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-12-21T10:38:46.438Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:46.438Z] INFO: Testing against a local daemon [2019-12-21T10:38:46.438Z] ok github.com/docker/docker/integration/volume 0.254s [2019-12-21T10:38:46.438Z] [2019-12-21T10:38:46.438Z] === Skipped [2019-12-21T10:38:46.438Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2019-12-21T10:38:46.438Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-12-21T10:38:46.438Z] [2019-12-21T10:38:46.438Z] [2019-12-21T10:38:46.438Z] DONE 5 tests, 1 skipped in 2.247s [2019-12-21T10:38:46.438Z] [2019-12-21T10:38:46.438Z] INFO: make.ps1 ended at 12/21/2019 10:38:46 [2019-12-21T10:38:46.438Z] INFO: Integration CLI tests being run from the host: [2019-12-21T10:38:46.438Z] 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" [2019-12-21T10:38:48.328Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-12-21T10:38:51.602Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-12-21T10:38:54.126Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-12-21T10:38:54.383Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-12-21T10:38:55.022Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-21T10:38:55.022Z] INFO: Testing against a local daemon [2019-12-21T10:38:56.282Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-12-21T10:38:57.718Z] === RUN TestDockerSuite/TestEventsAttach [2019-12-21T10:38:58.648Z] === RUN TestDockerSuite/TestEventsCommit [2019-12-21T10:38:59.579Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-12-21T10:39:00.142Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-12-21T10:39:00.399Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-12-21T10:39:01.330Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-12-21T10:39:02.261Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-12-21T10:39:04.154Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-12-21T10:39:06.683Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-12-21T10:39:09.961Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-12-21T10:39:12.482Z] === RUN TestDockerSuite/TestEventsCopy [2019-12-21T10:39:13.413Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-12-21T10:39:15.307Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-12-21T10:39:15.871Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-12-21T10:39:16.131Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-12-21T10:39:18.025Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-12-21T10:39:18.587Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-12-21T10:39:18.587Z] === RUN TestDockerSuite/TestEventsFilterType [2019-12-21T10:39:19.151Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-12-21T10:39:19.151Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-12-21T10:39:19.151Z] === RUN TestDockerSuite/TestEventsFilters [2019-12-21T10:39:21.044Z] === RUN TestDockerSuite/TestEventsFormat [2019-12-21T10:39:22.413Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-12-21T10:39:22.413Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-12-21T10:39:22.413Z] === RUN TestDockerSuite/TestEventsImageImport [2019-12-21T10:39:23.343Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-12-21T10:39:23.599Z] === RUN TestDockerSuite/TestEventsImagePull [2019-12-21T10:39:23.856Z] === RUN TestDockerSuite/TestEventsImageTag [2019-12-21T10:39:25.224Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-12-21T10:39:25.224Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-12-21T10:39:25.224Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-12-21T10:39:25.224Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-12-21T10:39:27.117Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-12-21T10:39:27.686Z] === RUN TestDockerSuite/TestEventsRename [2019-12-21T10:39:28.618Z] === RUN TestDockerSuite/TestEventsResize [2019-12-21T10:39:29.547Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-12-21T10:39:29.547Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-12-21T10:39:30.111Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-12-21T10:39:31.480Z] === RUN TestDockerSuite/TestEventsStreaming [2019-12-21T10:39:32.045Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-12-21T10:39:32.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-12-21T10:39:35.130Z] === RUN TestDockerSuite/TestEventsTop [2019-12-21T10:39:36.061Z] === RUN TestDockerSuite/TestEventsUntag [2019-12-21T10:39:38.583Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-12-21T10:39:40.477Z] === RUN TestDockerSuite/TestExec [2019-12-21T10:39:41.041Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-12-21T10:39:41.972Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-12-21T10:39:42.901Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-12-21T10:39:43.464Z] === RUN TestDockerSuite/TestExecAPIStart [2019-12-21T10:39:45.985Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-12-21T10:39:46.548Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-12-21T10:39:47.478Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-12-21T10:39:48.411Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-12-21T10:39:48.974Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-12-21T10:39:49.904Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-12-21T10:39:50.837Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-12-21T10:39:52.731Z] === RUN TestDockerSuite/TestExecCgroup [2019-12-21T10:39:54.100Z] === RUN TestDockerSuite/TestExecEnv [2019-12-21T10:39:54.664Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-12-21T10:39:56.035Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-12-21T10:39:56.291Z] === RUN TestDockerSuite/TestExecExitStatus [2019-12-21T10:39:57.661Z] === RUN TestDockerSuite/TestExecInspectID [2019-12-21T10:40:00.936Z] === RUN TestDockerSuite/TestExecInteractive [2019-12-21T10:40:01.868Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-12-21T10:40:03.241Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-12-21T10:40:04.610Z] === RUN TestDockerSuite/TestExecParseError [2019-12-21T10:40:05.173Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-12-21T10:40:06.102Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-12-21T10:40:07.039Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-12-21T10:40:08.415Z] === RUN TestDockerSuite/TestExecSetEnv [2019-12-21T10:40:09.347Z] === RUN TestDockerSuite/TestExecStartFails [2019-12-21T10:40:10.279Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-12-21T10:40:22.458Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-12-21T10:40:22.458Z] === RUN TestDockerSuite/TestExecTTY [2019-12-21T10:40:23.387Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-12-21T10:40:24.317Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-12-21T10:40:24.882Z] === RUN TestDockerSuite/TestExecUlimits [2019-12-21T10:40:25.812Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-12-21T10:40:25.812Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-12-21T10:40:26.069Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-12-21T10:40:28.591Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-12-21T10:40:29.154Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-12-21T10:40:30.522Z] === RUN TestDockerSuite/TestExecWithTERM [2019-12-21T10:40:31.453Z] === RUN TestDockerSuite/TestExecWithUser [2019-12-21T10:40:33.353Z] === RUN TestDockerSuite/TestGetContainerStats [2019-12-21T10:40:38.606Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-12-21T10:40:43.859Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-12-21T10:40:45.752Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-12-21T10:40:49.024Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-12-21T10:40:50.392Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-12-21T10:40:51.763Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-12-21T10:40:51.763Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-12-21T10:40:51.763Z] === RUN TestDockerSuite/TestHealth [2019-12-21T10:41:13.689Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-12-21T10:41:13.689Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-12-21T10:41:13.689Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-12-21T10:41:13.689Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-12-21T10:41:14.624Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-12-21T10:41:14.624Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-12-21T10:41:15.555Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-12-21T10:41:15.555Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-12-21T10:41:15.555Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-12-21T10:41:15.555Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-12-21T10:41:15.812Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-12-21T10:41:16.068Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-12-21T10:41:16.631Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-12-21T10:41:16.631Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-12-21T10:41:18.002Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-12-21T10:41:18.002Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-12-21T10:41:18.933Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-12-21T10:41:19.863Z] === RUN TestDockerSuite/TestImagesFormat [2019-12-21T10:41:19.863Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-12-21T10:41:20.793Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-12-21T10:41:24.064Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-12-21T10:41:24.064Z] === RUN TestDockerSuite/TestImportBadURL [2019-12-21T10:41:24.064Z] === RUN TestDockerSuite/TestImportDisplay [2019-12-21T10:41:25.433Z] === RUN TestDockerSuite/TestImportFile [2019-12-21T10:41:27.326Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-12-21T10:41:27.326Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-12-21T10:41:29.219Z] === RUN TestDockerSuite/TestImportGzipped [2019-12-21T10:41:29.476Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-12-21T10:41:31.371Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-12-21T10:41:33.897Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-12-21T10:41:34.833Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-12-21T10:41:35.778Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-12-21T10:41:36.708Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-12-21T10:41:36.708Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-12-21T10:41:36.708Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-12-21T10:41:37.639Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-12-21T10:41:38.571Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-12-21T10:41:39.501Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-12-21T10:41:40.066Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-12-21T10:41:41.002Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-12-21T10:41:41.934Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-12-21T10:41:41.934Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-12-21T10:41:43.828Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-12-21T10:41:44.392Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-12-21T10:41:45.322Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-12-21T10:41:45.322Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-12-21T10:41:46.252Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-12-21T10:41:46.252Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-12-21T10:41:48.147Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-12-21T10:41:48.712Z] === RUN TestDockerSuite/TestInspectDefault [2019-12-21T10:41:49.645Z] === RUN TestDockerSuite/TestInspectHistory [2019-12-21T10:41:51.015Z] === RUN TestDockerSuite/TestInspectImage [2019-12-21T10:41:51.015Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-12-21T10:41:51.015Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-12-21T10:41:51.015Z] === RUN TestDockerSuite/TestInspectInt64 [2019-12-21T10:41:51.949Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-12-21T10:41:52.513Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-12-21T10:41:52.771Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-12-21T10:41:53.702Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-12-21T10:41:54.633Z] === RUN TestDockerSuite/TestInspectPlugin [2019-12-21T10:41:55.563Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-12-21T10:41:56.525Z] === RUN TestDockerSuite/TestInspectRootFS [2019-12-21T10:41:56.525Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-12-21T10:41:57.457Z] === RUN TestDockerSuite/TestInspectStatus [2019-12-21T10:41:58.827Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-12-21T10:42:01.350Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-12-21T10:42:01.350Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-12-21T10:42:01.914Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-12-21T10:42:02.847Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-12-21T10:42:03.781Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-12-21T10:42:03.781Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-12-21T10:42:04.712Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-12-21T10:42:05.643Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-12-21T10:42:06.575Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-12-21T10:42:06.575Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-12-21T10:42:07.139Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-12-21T10:42:09.661Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-12-21T10:42:11.033Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-12-21T10:42:11.034Z] === RUN TestDockerSuite/TestLinksEnvs [2019-12-21T10:42:12.927Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-12-21T10:42:12.927Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-12-21T10:42:13.859Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-12-21T10:42:15.230Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-12-21T10:42:17.750Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-12-21T10:42:17.750Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-12-21T10:42:20.271Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-12-21T10:42:20.272Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-12-21T10:42:22.796Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-12-21T10:42:23.359Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-12-21T10:42:24.292Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-12-21T10:42:26.813Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-12-21T10:42:33.360Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-12-21T10:42:37.548Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-12-21T10:42:40.068Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-12-21T10:42:41.962Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-12-21T10:42:42.892Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-12-21T10:42:45.413Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-12-21T10:42:45.413Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-12-21T10:42:45.977Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-12-21T10:42:45.977Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-12-21T10:42:45.977Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-12-21T10:42:46.540Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-12-21T10:42:47.470Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-12-21T10:42:51.642Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-12-21T10:42:52.205Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-12-21T10:42:57.454Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-12-21T10:42:57.710Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-12-21T10:42:57.710Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-12-21T10:42:59.085Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-12-21T10:42:59.085Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-12-21T10:43:00.454Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-12-21T10:43:01.826Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-12-21T10:43:02.756Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-12-21T10:43:04.128Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-12-21T10:43:06.655Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-12-21T10:43:07.584Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-12-21T10:43:08.514Z] === RUN TestDockerSuite/TestLogsSince [2019-12-21T10:43:10.407Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-12-21T10:43:13.684Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-12-21T10:43:15.241Z] --- PASS: TestImportExtremelyLargeImageWorks (297.96s) [2019-12-21T10:43:15.242Z] PASS [2019-12-21T10:43:15.242Z] [2019-12-21T10:43:15.242Z] === Skipped [2019-12-21T10:43:15.242Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-12-21T10:43:15.242Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:43:15.242Z] [2019-12-21T10:43:15.242Z] [2019-12-21T10:43:15.242Z] DONE 12 tests, 1 skipped in 299.273s [2019-12-21T10:43:15.242Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-12-21T10:43:15.242Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:15.242Z] ++ set -e [2019-12-21T10:43:15.242Z] ++ '[' -n 0 ']' [2019-12-21T10:43:15.242Z] ++ set -x [2019-12-21T10:43:15.242Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:15.242Z] INFO: Testing against a local daemon [2019-12-21T10:43:15.242Z] === RUN TestNetworkCreateDelete [2019-12-21T10:43:15.242Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-12-21T10:43:15.242Z] === RUN TestDockerNetworkDeletePreferID [2019-12-21T10:43:15.242Z] --- PASS: TestDockerNetworkDeletePreferID (0.60s) [2019-12-21T10:43:15.242Z] === RUN TestInspectNetwork [2019-12-21T10:43:15.242Z] === RUN TestInspectNetwork/full_network_id [2019-12-21T10:43:15.242Z] === RUN TestInspectNetwork/partial_network_id [2019-12-21T10:43:15.242Z] === RUN TestInspectNetwork/network_name [2019-12-21T10:43:15.242Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-21T10:43:15.242Z] --- PASS: TestInspectNetwork (7.60s) [2019-12-21T10:43:15.242Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-21T10:43:15.242Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-21T10:43:15.242Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-21T10:43:15.242Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-21T10:43:15.242Z] === RUN TestRunContainerWithBridgeNone [2019-12-21T10:43:15.577Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-12-21T10:43:16.725Z] --- PASS: TestRunContainerWithBridgeNone (2.29s) [2019-12-21T10:43:16.725Z] === RUN TestNetworkInvalidJSON [2019-12-21T10:43:16.725Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-21T10:43:16.725Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-21T10:43:16.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:43:16.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:43:16.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:43:16.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:43:16.725Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-21T10:43:16.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-21T10:43:16.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-21T10:43:16.725Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-21T10:43:16.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-21T10:43:16.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-21T10:43:16.725Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-21T10:43:16.725Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-21T10:43:17.752Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-12-21T10:43:17.752Z] === RUN TestDaemonDefaultNetworkPools [2019-12-21T10:43:18.373Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2019-12-21T10:43:18.373Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-21T10:43:19.864Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2019-12-21T10:43:19.864Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-21T10:43:21.351Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.48s) [2019-12-21T10:43:21.351Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-21T10:43:21.636Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-12-21T10:43:21.636Z] === RUN TestServiceWithPredefinedNetwork [2019-12-21T10:43:22.126Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-12-21T10:43:22.126Z] === RUN TestDockerSuite/TestLogsTail [2019-12-21T10:43:22.808Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-12-21T10:43:23.738Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-12-21T10:43:24.302Z] === RUN TestDockerSuite/TestMountIntoProc [2019-12-21T10:43:24.483Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s) [2019-12-21T10:43:24.483Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-21T10:43:24.483Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:43:24.483Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:43:24.483Z] === RUN TestServiceWithDataPathPortInit [2019-12-21T10:43:24.867Z] === RUN TestDockerSuite/TestMountIntoSys [2019-12-21T10:43:25.799Z] === RUN TestDockerSuite/TestNetHostname [2019-12-21T10:43:27.170Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-12-21T10:43:28.100Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-12-21T10:43:28.357Z] === RUN TestDockerSuite/TestNetworkEvents [2019-12-21T10:43:29.727Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-12-21T10:43:29.727Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-12-21T10:43:32.251Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-12-21T10:43:33.181Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-12-21T10:43:33.181Z] === RUN TestDockerSuite/TestPluginActive [2019-12-21T10:43:35.075Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-12-21T10:43:36.008Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-12-21T10:43:39.735Z] --- PASS: TestServiceWithDataPathPortInit (15.63s) [2019-12-21T10:43:39.735Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-21T10:43:41.264Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-12-21T10:43:42.202Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-12-21T10:43:42.202Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-12-21T10:43:43.132Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-12-21T10:43:45.654Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-12-21T10:43:46.585Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-12-21T10:43:48.143Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.29s) [2019-12-21T10:43:48.144Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gnfvnr32n73t1icku7dlpahkx Created:2019-12-21 10:43:40.844713461 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[d4005f12ff6c2dfd3ada35342bfd064961dab0c74d83e64ea0fe059e83c4664c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k1bitm3u4twgdnr8h555u0wvw EndpointID:2b949349009dbf06a0dd7c650a497961700c34606b699a422520d69048595909 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:95317caf39fae0e94c7117adb7ef094e185b15f0f6e1c777d2a4ef7efe8e9e26 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:696e16dd3bb0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k1bitm3u4twgdnr8h555u0wvw EndpointID:2b949349009dbf06a0dd7c650a497961700c34606b699a422520d69048595909 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-21T10:43:48.144Z] PASS [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] === Skipped [2019-12-21T10:43:48.144Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-21T10:43:48.144Z] service_test.go:230: FLAKY_TEST [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] DONE 21 tests, 1 skipped in 42.301s [2019-12-21T10:43:48.144Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] ++ set -e [2019-12-21T10:43:48.144Z] ++ '[' -n 0 ']' [2019-12-21T10:43:48.144Z] ++ set -x [2019-12-21T10:43:48.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] INFO: Testing against a local daemon [2019-12-21T10:43:48.144Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-21T10:43:48.144Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-21T10:43:48.144Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:43:48.144Z] === RUN TestDockerNetworkIpvlan [2019-12-21T10:43:48.144Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:43:48.144Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:43:48.144Z] PASS [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] === Skipped [2019-12-21T10:43:48.144Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-21T10:43:48.144Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-21T10:43:48.144Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] [2019-12-21T10:43:48.144Z] DONE 2 tests, 2 skipped in 0.101s [2019-12-21T10:43:48.144Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] ++ set -e [2019-12-21T10:43:48.144Z] ++ '[' -n 0 ']' [2019-12-21T10:43:48.144Z] ++ set -x [2019-12-21T10:43:48.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:43:48.144Z] INFO: Testing against a local daemon [2019-12-21T10:43:48.144Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-21T10:43:48.579Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-12-21T10:43:48.579Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-12-21T10:43:49.630Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-12-21T10:43:49.630Z] === RUN TestDockerNetworkMacvlan [2019-12-21T10:43:50.472Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-12-21T10:43:50.646Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-21T10:43:51.662Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-21T10:43:51.839Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-12-21T10:43:53.152Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-21T10:43:55.116Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-12-21T10:43:55.185Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-21T10:43:55.374Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-12-21T10:43:58.651Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-12-21T10:43:58.659Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-21T10:43:59.585Z] === RUN TestDockerSuite/TestPortHostBinding [2019-12-21T10:44:01.486Z] === RUN TestDockerSuite/TestPortList [2019-12-21T10:44:02.051Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-12-21T10:44:04.171Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan (14.68s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.13s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.09s) [2019-12-21T10:44:04.457Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.88s) [2019-12-21T10:44:04.457Z] PASS [2019-12-21T10:44:04.457Z] [2019-12-21T10:44:04.457Z] DONE 8 tests in 16.281s [2019-12-21T10:44:04.457Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-21T10:44:04.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:04.457Z] ++ set -e [2019-12-21T10:44:04.457Z] ++ '[' -n 0 ']' [2019-12-21T10:44:04.457Z] ++ set -x [2019-12-21T10:44:04.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:04.457Z] testing: warning: no tests to run [2019-12-21T10:44:04.457Z] PASS [2019-12-21T10:44:04.457Z] [2019-12-21T10:44:04.457Z] DONE 0 tests in 0.016s [2019-12-21T10:44:04.457Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-21T10:44:04.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:04.457Z] ++ set -e [2019-12-21T10:44:04.457Z] ++ '[' -n 0 ']' [2019-12-21T10:44:04.457Z] ++ set -x [2019-12-21T10:44:04.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:04.458Z] INFO: Testing against a local daemon [2019-12-21T10:44:04.458Z] === RUN TestAuthZPluginAllowRequest [2019-12-21T10:44:06.017Z] --- PASS: TestAuthZPluginAllowRequest (1.54s) [2019-12-21T10:44:06.017Z] === RUN TestAuthZPluginTLS [2019-12-21T10:44:06.637Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-12-21T10:44:06.637Z] === RUN TestAuthZPluginDenyRequest [2019-12-21T10:44:07.256Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-12-21T10:44:07.256Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-21T10:44:07.875Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-12-21T10:44:07.875Z] === RUN TestAuthZPluginDenyResponse [2019-12-21T10:44:08.496Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-12-21T10:44:08.496Z] === RUN TestAuthZPluginAllowEventStream [2019-12-21T10:44:08.608Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-12-21T10:44:10.003Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s) [2019-12-21T10:44:10.003Z] === RUN TestAuthZPluginErrorResponse [2019-12-21T10:44:10.622Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-12-21T10:44:10.622Z] === RUN TestAuthZPluginErrorRequest [2019-12-21T10:44:11.241Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-12-21T10:44:11.241Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-21T10:44:11.862Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-12-21T10:44:11.862Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-21T10:44:11.882Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-12-21T10:44:13.251Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-12-21T10:44:13.899Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s) [2019-12-21T10:44:13.899Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-21T10:44:15.939Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.01s) [2019-12-21T10:44:15.939Z] === RUN TestAuthZPluginHeader [2019-12-21T10:44:16.954Z] --- PASS: TestAuthZPluginHeader (0.96s) [2019-12-21T10:44:16.954Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-21T10:44:16.954Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:44:16.954Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:16.954Z] === RUN TestAuthZPluginV2Disable [2019-12-21T10:44:16.954Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:44:16.954Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:16.954Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-21T10:44:16.954Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:44:16.954Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:16.954Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-21T10:44:16.954Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:44:16.954Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:16.954Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-21T10:44:21.345Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-12-21T10:44:21.346Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-12-21T10:44:21.346Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-12-21T10:44:21.346Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-12-21T10:44:21.346Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-12-21T10:44:21.346Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-12-21T10:44:22.277Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-12-21T10:44:22.277Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-12-21T10:44:22.842Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-12-21T10:44:23.100Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-12-21T10:44:24.031Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-12-21T10:44:24.594Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-12-21T10:44:24.594Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-12-21T10:44:27.871Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-12-21T10:44:27.871Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-12-21T10:44:29.769Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-12-21T10:44:30.702Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-12-21T10:44:30.702Z] === RUN TestDockerSuite/TestPsByOrder [2019-12-21T10:44:31.265Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-12-21T10:44:34.542Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-12-21T10:44:35.417Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-12-21T10:44:35.417Z] PASS [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] === Skipped [2019-12-21T10:44:35.417Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-21T10:44:35.417Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-21T10:44:35.417Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-21T10:44:35.417Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-21T10:44:35.417Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] DONE 17 tests, 4 skipped in 29.158s [2019-12-21T10:44:35.417Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] ++ set -e [2019-12-21T10:44:35.417Z] ++ '[' -n 0 ']' [2019-12-21T10:44:35.417Z] ++ set -x [2019-12-21T10:44:35.417Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] INFO: Testing against a local daemon [2019-12-21T10:44:35.417Z] === RUN TestPluginInvalidJSON [2019-12-21T10:44:35.417Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:44:35.417Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:44:35.417Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-21T10:44:35.417Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-12-21T10:44:35.417Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-21T10:44:35.417Z] PASS [2019-12-21T10:44:35.417Z] [2019-12-21T10:44:35.417Z] DONE 2 tests in 0.124s [2019-12-21T10:44:35.417Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] ++ set -e [2019-12-21T10:44:35.417Z] ++ '[' -n 0 ']' [2019-12-21T10:44:35.417Z] ++ set -x [2019-12-21T10:44:35.417Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:35.417Z] INFO: Testing against a local daemon [2019-12-21T10:44:35.417Z] === RUN TestExternalGraphDriver [2019-12-21T10:44:35.417Z] === RUN TestExternalGraphDriver/json [2019-12-21T10:44:35.475Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-12-21T10:44:36.037Z] === RUN TestExternalGraphDriver/spec [2019-12-21T10:44:36.040Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-12-21T10:44:38.075Z] === RUN TestExternalGraphDriver/pull [2019-12-21T10:44:39.316Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-12-21T10:44:39.316Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-12-21T10:44:40.767Z] --- PASS: TestExternalGraphDriver (6.53s) [2019-12-21T10:44:40.767Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2019-12-21T10:44:40.767Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2019-12-21T10:44:40.767Z] --- PASS: TestExternalGraphDriver/pull (2.22s) [2019-12-21T10:44:40.767Z] === RUN TestGraphdriverPluginV2 [2019-12-21T10:44:40.767Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-12-21T10:44:40.767Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:40.767Z] PASS [2019-12-21T10:44:40.767Z] [2019-12-21T10:44:40.767Z] === Skipped [2019-12-21T10:44:40.767Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-12-21T10:44:40.767Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:44:40.767Z] [2019-12-21T10:44:40.767Z] [2019-12-21T10:44:40.767Z] DONE 5 tests, 1 skipped in 6.690s [2019-12-21T10:44:40.767Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-21T10:44:40.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:40.767Z] ++ set -e [2019-12-21T10:44:40.767Z] ++ '[' -n 0 ']' [2019-12-21T10:44:40.767Z] ++ set -x [2019-12-21T10:44:40.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:44:40.767Z] INFO: Testing against a local daemon [2019-12-21T10:44:40.767Z] === RUN TestContinueAfterPluginCrash [2019-12-21T10:44:40.767Z] === PAUSE TestContinueAfterPluginCrash [2019-12-21T10:44:40.767Z] === RUN TestDaemonStartWithLogOpt [2019-12-21T10:44:40.767Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-21T10:44:40.767Z] === CONT TestContinueAfterPluginCrash [2019-12-21T10:44:40.767Z] === CONT TestDaemonStartWithLogOpt [2019-12-21T10:44:44.570Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-12-21T10:44:44.570Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-12-21T10:44:48.743Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-12-21T10:44:52.018Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-12-21T10:44:56.047Z] --- PASS: TestDaemonStartWithLogOpt (14.40s) [2019-12-21T10:44:57.276Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-12-21T10:44:58.205Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-12-21T10:45:00.437Z] --- PASS: TestContinueAfterPluginCrash (19.43s) [2019-12-21T10:45:00.437Z] PASS [2019-12-21T10:45:00.437Z] [2019-12-21T10:45:00.437Z] DONE 2 tests in 19.531s [2019-12-21T10:45:00.437Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-21T10:45:00.437Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:00.437Z] ++ set -e [2019-12-21T10:45:00.437Z] ++ '[' -n 0 ']' [2019-12-21T10:45:00.437Z] ++ set -x [2019-12-21T10:45:00.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:00.437Z] INFO: Testing against a local daemon [2019-12-21T10:45:00.437Z] === RUN TestPluginWithDevMounts [2019-12-21T10:45:00.437Z] === PAUSE TestPluginWithDevMounts [2019-12-21T10:45:00.437Z] === CONT TestPluginWithDevMounts [2019-12-21T10:45:00.725Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-12-21T10:45:02.093Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-12-21T10:45:02.467Z] --- PASS: TestPluginWithDevMounts (2.25s) [2019-12-21T10:45:02.468Z] PASS [2019-12-21T10:45:02.468Z] [2019-12-21T10:45:02.468Z] DONE 1 tests in 2.346s [2019-12-21T10:45:02.468Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-12-21T10:45:02.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:02.468Z] ++ set -e [2019-12-21T10:45:02.468Z] ++ '[' -n 0 ']' [2019-12-21T10:45:02.468Z] ++ set -x [2019-12-21T10:45:02.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:02.468Z] INFO: Testing against a local daemon [2019-12-21T10:45:02.468Z] === RUN TestSecretInspect [2019-12-21T10:45:03.986Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-12-21T10:45:05.158Z] --- PASS: TestSecretInspect (2.31s) [2019-12-21T10:45:05.158Z] === RUN TestSecretList [2019-12-21T10:45:05.355Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-12-21T10:45:05.355Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-12-21T10:45:07.194Z] --- PASS: TestSecretList (2.31s) [2019-12-21T10:45:07.194Z] === RUN TestSecretsCreateAndDelete [2019-12-21T10:45:08.629Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-12-21T10:45:09.239Z] --- PASS: TestSecretsCreateAndDelete (2.23s) [2019-12-21T10:45:09.239Z] === RUN TestSecretsUpdate [2019-12-21T10:45:09.998Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-12-21T10:45:09.998Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-12-21T10:45:10.928Z] === RUN TestDockerSuite/TestPsRightTagName [2019-12-21T10:45:11.927Z] --- PASS: TestSecretsUpdate (2.28s) [2019-12-21T10:45:11.927Z] === RUN TestTemplatedSecret [2019-12-21T10:45:13.450Z] === RUN TestDockerSuite/TestPsShowMounts [2019-12-21T10:45:14.619Z] --- PASS: TestTemplatedSecret (2.74s) [2019-12-21T10:45:14.619Z] === RUN TestSecretCreateResolve [2019-12-21T10:45:15.971Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-12-21T10:45:16.658Z] --- PASS: TestSecretCreateResolve (2.25s) [2019-12-21T10:45:16.658Z] PASS [2019-12-21T10:45:16.658Z] [2019-12-21T10:45:16.658Z] DONE 6 tests in 14.214s [2019-12-21T10:45:16.658Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-12-21T10:45:16.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:16.658Z] ++ set -e [2019-12-21T10:45:16.658Z] ++ '[' -n 0 ']' [2019-12-21T10:45:16.658Z] ++ set -x [2019-12-21T10:45:16.658Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:45:16.658Z] INFO: Testing against a local daemon [2019-12-21T10:45:16.658Z] === RUN TestServiceCreateInit [2019-12-21T10:45:16.658Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-21T10:45:16.900Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-12-21T10:45:16.900Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-12-21T10:45:17.157Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-12-21T10:45:17.157Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-12-21T10:45:17.157Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-12-21T10:45:18.089Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-12-21T10:45:18.652Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-12-21T10:45:20.020Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-12-21T10:45:21.062Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-21T10:45:21.388Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-12-21T10:45:21.646Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-12-21T10:45:22.576Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-12-21T10:45:25.464Z] --- PASS: TestServiceCreateInit (8.22s) [2019-12-21T10:45:25.464Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.15s) [2019-12-21T10:45:25.464Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.03s) [2019-12-21T10:45:25.464Z] === RUN TestCreateServiceMultipleTimes [2019-12-21T10:45:30.673Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-12-21T10:45:32.044Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-12-21T10:45:34.565Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-12-21T10:45:34.565Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-12-21T10:45:34.565Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-12-21T10:45:34.822Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-12-21T10:45:38.094Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-12-21T10:45:39.463Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-12-21T10:45:41.989Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-12-21T10:45:43.884Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-12-21T10:45:43.946Z] --- PASS: TestCreateServiceMultipleTimes (18.90s) [2019-12-21T10:45:43.946Z] === RUN TestCreateServiceConflict [2019-12-21T10:45:44.814Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-12-21T10:45:45.071Z] === RUN TestDockerSuite/TestRmiBlank [2019-12-21T10:45:45.071Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-12-21T10:45:45.071Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-12-21T10:45:46.646Z] --- PASS: TestCreateServiceConflict (2.28s) [2019-12-21T10:45:46.646Z] === RUN TestCreateServiceMaxReplicas [2019-12-21T10:45:48.347Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-12-21T10:45:49.277Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-12-21T10:45:49.344Z] --- PASS: TestCreateServiceMaxReplicas (3.16s) [2019-12-21T10:45:49.344Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-21T10:45:50.651Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-12-21T10:45:50.908Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-12-21T10:45:52.806Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-12-21T10:45:53.740Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-12-21T10:45:55.636Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-12-21T10:45:56.570Z] === RUN TestDockerSuite/TestRmiTag [2019-12-21T10:45:56.826Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-12-21T10:45:57.757Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-12-21T10:46:03.014Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-12-21T10:46:03.014Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-12-21T10:46:03.945Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-12-21T10:46:04.202Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-12-21T10:46:04.459Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-12-21T10:46:04.590Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s) [2019-12-21T10:46:04.590Z] === RUN TestCreateServiceSecretFileMode [2019-12-21T10:46:05.211Z] --- PASS: TestCreateServiceSecretFileMode (2.55s) [2019-12-21T10:46:05.211Z] === RUN TestCreateServiceConfigFileMode [2019-12-21T10:46:06.354Z] === RUN TestDockerSuite/TestRunAddHost [2019-12-21T10:46:07.284Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-12-21T10:46:07.541Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-12-21T10:46:07.897Z] --- PASS: TestCreateServiceConfigFileMode (2.51s) [2019-12-21T10:46:07.897Z] === RUN TestCreateServiceSysctls [2019-12-21T10:46:08.471Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-12-21T10:46:08.471Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-12-21T10:46:09.034Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-12-21T10:46:10.927Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-12-21T10:46:11.383Z] --- PASS: TestCreateServiceSysctls (3.46s) [2019-12-21T10:46:11.383Z] === RUN TestCreateServiceCapabilities [2019-12-21T10:46:11.858Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-12-21T10:46:12.115Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-12-21T10:46:13.046Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-12-21T10:46:13.975Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-12-21T10:46:14.074Z] --- PASS: TestCreateServiceCapabilities (2.62s) [2019-12-21T10:46:14.074Z] === RUN TestInspect [2019-12-21T10:46:14.906Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-12-21T10:46:15.837Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-12-21T10:46:16.768Z] --- PASS: TestInspect (2.82s) [2019-12-21T10:46:16.768Z] === RUN TestServiceListWithStatuses [2019-12-21T10:46:16.768Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-21T10:46:16.768Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:46:16.768Z] === RUN TestDockerNetworkConnectAlias [2019-12-21T10:46:17.731Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-12-21T10:46:18.663Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-12-21T10:46:19.593Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-12-21T10:46:20.523Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-12-21T10:46:21.087Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-12-21T10:46:22.018Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-12-21T10:46:22.433Z] --- PASS: TestDockerNetworkConnectAlias (5.68s) [2019-12-21T10:46:22.433Z] === RUN TestDockerNetworkReConnect [2019-12-21T10:46:23.387Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-12-21T10:46:24.316Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-12-21T10:46:24.879Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-12-21T10:46:25.808Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-12-21T10:46:25.910Z] --- PASS: TestDockerNetworkReConnect (3.66s) [2019-12-21T10:46:25.910Z] === RUN TestServicePlugin [2019-12-21T10:46:25.910Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-21T10:46:25.910Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:46:25.910Z] === RUN TestServiceUpdateLabel [2019-12-21T10:46:26.739Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-12-21T10:46:26.739Z] === RUN TestDockerSuite/TestRunBindMounts [2019-12-21T10:46:28.598Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-12-21T10:46:28.598Z] === RUN TestServiceUpdateSecrets [2019-12-21T10:46:29.259Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-12-21T10:46:29.823Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-12-21T10:46:30.388Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-12-21T10:46:30.645Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-12-21T10:46:31.576Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-12-21T10:46:32.506Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-12-21T10:46:32.506Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-12-21T10:46:33.436Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-12-21T10:46:34.000Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-12-21T10:46:34.930Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-12-21T10:46:35.860Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-12-21T10:46:36.424Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-12-21T10:46:36.424Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-12-21T10:46:37.353Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-12-21T10:46:37.353Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-12-21T10:46:38.724Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-12-21T10:46:39.653Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-12-21T10:46:40.216Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-12-21T10:46:41.147Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-12-21T10:46:41.147Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-12-21T10:46:42.078Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-12-21T10:46:43.844Z] --- PASS: TestServiceUpdateSecrets (14.74s) [2019-12-21T10:46:43.844Z] === RUN TestServiceUpdateConfigs [2019-12-21T10:46:43.972Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-12-21T10:46:45.339Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-12-21T10:46:46.707Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-12-21T10:46:47.638Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-12-21T10:46:48.567Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-12-21T10:46:49.130Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-12-21T10:46:49.694Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-12-21T10:46:49.951Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-12-21T10:46:50.881Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-12-21T10:46:52.777Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-12-21T10:46:56.952Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-12-21T10:46:56.952Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-12-21T10:46:57.211Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-12-21T10:46:58.149Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-12-21T10:46:59.082Z] --- PASS: TestServiceUpdateConfigs (14.74s) [2019-12-21T10:46:59.082Z] === RUN TestServiceUpdateNetwork [2019-12-21T10:47:00.044Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-12-21T10:47:01.939Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-12-21T10:47:04.469Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-12-21T10:47:07.741Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-12-21T10:47:07.741Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-12-21T10:47:07.741Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-12-21T10:47:07.997Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-12-21T10:47:09.891Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-12-21T10:47:11.617Z] --- PASS: TestServiceUpdateNetwork (12.94s) [2019-12-21T10:47:11.617Z] PASS [2019-12-21T10:47:11.617Z] [2019-12-21T10:47:11.617Z] === Skipped [2019-12-21T10:47:11.617Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-12-21T10:47:11.617Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-21T10:47:11.617Z] [2019-12-21T10:47:11.617Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-12-21T10:47:11.617Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-21T10:47:11.617Z] [2019-12-21T10:47:11.617Z] [2019-12-21T10:47:11.617Z] DONE 20 tests, 2 skipped in 113.937s [2019-12-21T10:47:11.617Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] ++ set -e [2019-12-21T10:47:11.617Z] ++ '[' -n 0 ']' [2019-12-21T10:47:11.617Z] ++ set -x [2019-12-21T10:47:11.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] INFO: Testing against a local daemon [2019-12-21T10:47:11.617Z] === RUN TestSessionCreate [2019-12-21T10:47:11.617Z] --- PASS: TestSessionCreate (0.05s) [2019-12-21T10:47:11.617Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-21T10:47:11.617Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2019-12-21T10:47:11.617Z] PASS [2019-12-21T10:47:11.617Z] [2019-12-21T10:47:11.617Z] DONE 2 tests in 0.204s [2019-12-21T10:47:11.617Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] ++ set -e [2019-12-21T10:47:11.617Z] ++ '[' -n 0 ']' [2019-12-21T10:47:11.617Z] ++ set -x [2019-12-21T10:47:11.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:11.617Z] INFO: Testing against a local daemon [2019-12-21T10:47:11.617Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-21T10:47:11.617Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:47:11.617Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:47:11.617Z] === RUN TestEventsExecDie [2019-12-21T10:47:11.617Z] --- PASS: TestEventsExecDie (0.80s) [2019-12-21T10:47:11.617Z] === RUN TestEventsBackwardsCompatible [2019-12-21T10:47:11.783Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-12-21T10:47:11.902Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-12-21T10:47:11.902Z] === RUN TestInfoBinaryCommits [2019-12-21T10:47:11.902Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-12-21T10:47:11.902Z] === RUN TestInfoAPIVersioned [2019-12-21T10:47:11.902Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-12-21T10:47:11.902Z] === RUN TestInfoDiscoveryBackend [2019-12-21T10:47:12.519Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2019-12-21T10:47:12.519Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-21T10:47:13.529Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-21T10:47:13.529Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-21T10:47:14.146Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2019-12-21T10:47:14.146Z] === RUN TestInfoAPI [2019-12-21T10:47:14.146Z] --- PASS: TestInfoAPI (0.05s) [2019-12-21T10:47:14.146Z] === RUN TestInfoAPIWarnings [2019-12-21T10:47:14.304Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-12-21T10:47:14.561Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-12-21T10:47:14.764Z] --- PASS: TestInfoAPIWarnings (0.54s) [2019-12-21T10:47:14.764Z] === RUN TestInfoDebug [2019-12-21T10:47:15.048Z] --- PASS: TestInfoDebug (0.54s) [2019-12-21T10:47:15.048Z] === RUN TestInfoInsecureRegistries [2019-12-21T10:47:15.670Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2019-12-21T10:47:15.670Z] === RUN TestInfoRegistryMirrors [2019-12-21T10:47:16.298Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2019-12-21T10:47:16.298Z] === RUN TestLoginFailsWithBadCredentials [2019-12-21T10:47:16.456Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-12-21T10:47:16.916Z] --- PASS: TestLoginFailsWithBadCredentials (0.69s) [2019-12-21T10:47:16.916Z] === RUN TestPingCacheHeaders [2019-12-21T10:47:16.916Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-12-21T10:47:16.916Z] === RUN TestPingGet [2019-12-21T10:47:16.916Z] --- PASS: TestPingGet (0.04s) [2019-12-21T10:47:16.916Z] === RUN TestPingHead [2019-12-21T10:47:16.916Z] --- PASS: TestPingHead (0.05s) [2019-12-21T10:47:16.916Z] === RUN TestVersion [2019-12-21T10:47:17.020Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-12-21T10:47:17.020Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-12-21T10:47:17.202Z] --- PASS: TestVersion (0.05s) [2019-12-21T10:47:17.202Z] PASS [2019-12-21T10:47:17.202Z] [2019-12-21T10:47:17.202Z] === Skipped [2019-12-21T10:47:17.202Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-21T10:47:17.202Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-21T10:47:17.202Z] [2019-12-21T10:47:17.202Z] [2019-12-21T10:47:17.202Z] DONE 18 tests, 1 skipped in 6.263s [2019-12-21T10:47:17.202Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-12-21T10:47:17.202Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:17.202Z] ++ set -e [2019-12-21T10:47:17.202Z] ++ '[' -n 0 ']' [2019-12-21T10:47:17.202Z] ++ set -x [2019-12-21T10:47:17.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-21T10:47:17.202Z] INFO: Testing against a local daemon [2019-12-21T10:47:17.202Z] === RUN TestVolumesCreateAndList [2019-12-21T10:47:17.202Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-21T10:47:17.202Z] === RUN TestVolumesRemove [2019-12-21T10:47:17.487Z] --- PASS: TestVolumesRemove (0.09s) [2019-12-21T10:47:17.487Z] === RUN TestVolumesInspect [2019-12-21T10:47:17.487Z] --- PASS: TestVolumesInspect (0.04s) [2019-12-21T10:47:17.487Z] === RUN TestVolumesInvalidJSON [2019-12-21T10:47:17.487Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-21T10:47:17.487Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-21T10:47:17.487Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-21T10:47:17.487Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-12-21T10:47:17.487Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-21T10:47:17.487Z] PASS [2019-12-21T10:47:17.487Z] [2019-12-21T10:47:17.487Z] DONE 5 tests in 0.294s [2019-12-21T10:47:17.487Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T10:47:17.772Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T10:47:17.772Z] +++ kill 13157 [2019-12-21T10:47:17.950Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-12-21T10:47:19.246Z] +++ /etc/init.d/apparmor stop [2019-12-21T10:47:19.246Z] Clearing AppArmor profiles cache:. [2019-12-21T10:47:19.246Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:47:19.246Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:47:19.246Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:47:19.246Z] [2019-12-21T10:47:19.246Z] To set a process to complain mode, use the command line tool [2019-12-21T10:47:19.246Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:47:19.246Z] with the 'teardown' option." [2019-12-21T10:47:19.246Z] [2019-12-21T10:47:19.845Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-12-21T10:47:19.845Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-12-21T10:47:20.408Z] === RUN TestDockerSuite/TestRunEchoNamedContainer Post stage [Pipeline] junit [2019-12-21T10:47:21.321Z] Recording test results [2019-12-21T10:47:21.338Z] === RUN TestDockerSuite/TestRunEchoStdout [Pipeline] } [Pipeline] // withEnv [2019-12-21T10:47:21.903Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-21T10:47:22.304Z] + echo Ensuring container killed. [2019-12-21T10:47:22.304Z] Ensuring container killed. [2019-12-21T10:47:22.304Z] + docker rm -vf docker-pr49 [2019-12-21T10:47:22.304Z] Error: No such container: docker-pr49 [2019-12-21T10:47:22.304Z] + true [Pipeline] sh [2019-12-21T10:47:22.691Z] + echo Chowning /workspace to jenkins user [2019-12-21T10:47:22.691Z] Chowning /workspace to jenkins user [2019-12-21T10:47:22.691Z] + id -u [2019-12-21T10:47:22.691Z] + id -g [2019-12-21T10:47:22.691Z] + docker run --rm -v /home/docker/workspace/moby_PR-39998:/workspace busybox chown -R 1001:1001 /workspace [2019-12-21T10:47:22.691Z] Unable to find image 'busybox:latest' locally [2019-12-21T10:47:22.834Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-12-21T10:47:22.834Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-12-21T10:47:22.983Z] latest: Pulling from library/busybox [2019-12-21T10:47:22.983Z] d7e28ec550a2: Pulling fs layer [2019-12-21T10:47:23.268Z] d7e28ec550a2: Verifying Checksum [2019-12-21T10:47:23.268Z] d7e28ec550a2: Download complete [2019-12-21T10:47:23.555Z] d7e28ec550a2: Pull complete [2019-12-21T10:47:23.555Z] Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084 [2019-12-21T10:47:23.555Z] Status: Downloaded newer image for busybox:latest [2019-12-21T10:47:23.764Z] === RUN TestDockerSuite/TestRunEnvironment [2019-12-21T10:47:24.331Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-12-21T10:47:25.264Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T10:47:25.986Z] + bundleName=ppc64le-integration [2019-12-21T10:47:25.986Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-12-21T10:47:25.986Z] Creating ppc64le-integration-bundles.tar.gz [2019-12-21T10:47:25.986Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [2019-12-21T10:47:25.986Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-12-21T10:47:26.194Z] === RUN TestDockerSuite/TestRunExitCode [Pipeline] archiveArtifacts [2019-12-21T10:47:26.307Z] Archiving artifacts [2019-12-21T10:47:26.686Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-21T10:47:26.757Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-12-21T10:47:27.077Z] + make clean [2019-12-21T10:47:27.694Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-12-21T10:47:27.696Z] make: command: Command not found [2019-12-21T10:47:27.696Z] make: command: Command not found [2019-12-21T10:47:27.696Z] docker volume rm -f docker-dev-cache [2019-12-21T10:47:27.696Z] docker-dev-cache [Pipeline] deleteDir [2019-12-21T10:47:28.260Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-12-21T10:47:29.193Z] === RUN TestDockerSuite/TestRunExposePort [2019-12-21T10:47:29.193Z] === RUN TestDockerSuite/TestRunFullHostnameSet [Pipeline] } [2019-12-21T10:47:30.124Z] === RUN TestDockerSuite/TestRunGroupAdd [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-21T10:47:30.688Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-12-21T10:47:32.587Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-12-21T10:47:32.587Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-21T10:47:32.587Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-12-21T10:47:36.760Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-12-21T10:47:37.017Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-12-21T10:47:49.196Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-12-21T10:47:49.759Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-12-21T10:47:51.127Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-12-21T10:47:51.127Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-12-21T10:47:51.384Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-12-21T10:47:51.384Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-12-21T10:47:52.315Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-12-21T10:47:55.592Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-12-21T10:47:56.961Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-12-21T10:47:58.332Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-12-21T10:47:59.262Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-12-21T10:48:00.195Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-12-21T10:48:00.759Z] === RUN TestDockerSuite/TestRunModeHostname [2019-12-21T10:48:02.129Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-12-21T10:48:02.129Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-12-21T10:48:02.386Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-12-21T10:48:03.762Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-12-21T10:48:05.132Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-12-21T10:48:07.025Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-12-21T10:48:07.025Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-12-21T10:48:07.025Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-12-21T10:48:08.921Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-12-21T10:48:10.291Z] === RUN TestDockerSuite/TestRunMount [2019-12-21T10:48:16.838Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-12-21T10:48:17.402Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-12-21T10:48:18.332Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-12-21T10:48:19.703Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-12-21T10:48:22.222Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-12-21T10:48:25.494Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-12-21T10:48:28.022Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-12-21T10:48:30.542Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-12-21T10:48:32.437Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-12-21T10:48:33.807Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-12-21T10:48:33.807Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-12-21T10:48:34.737Z] === RUN TestDockerSuite/TestRunNetHost [2019-12-21T10:48:35.667Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-12-21T10:48:36.597Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-12-21T10:48:37.161Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-12-21T10:48:39.680Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-12-21T10:48:42.207Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-12-21T10:48:47.460Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-12-21T10:48:47.460Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-12-21T10:48:47.717Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-12-21T10:48:48.647Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-12-21T10:48:48.647Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-12-21T10:48:49.214Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-12-21T10:48:50.144Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-12-21T10:48:50.144Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-12-21T10:48:51.073Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-12-21T10:48:52.003Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-12-21T10:48:52.003Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-12-21T10:48:52.566Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-12-21T10:48:53.496Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-12-21T10:48:55.388Z] === RUN TestDockerSuite/TestRunPortInUse [2019-12-21T10:48:56.317Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-12-21T10:48:56.880Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-12-21T10:48:57.810Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-12-21T10:48:58.067Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-12-21T10:48:58.630Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-12-21T10:48:59.559Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-12-21T10:49:00.126Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-21T10:49:00.126Z] === RUN TestDockerSuite/TestRunPublishPort [2019-12-21T10:49:01.057Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-12-21T10:49:01.990Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-12-21T10:49:01.990Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-12-21T10:49:02.558Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-12-21T10:49:04.453Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-12-21T10:49:04.453Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-12-21T10:49:04.710Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-12-21T10:49:08.001Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-12-21T10:49:09.896Z] === RUN TestDockerSuite/TestRunRm [2019-12-21T10:49:10.461Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-12-21T10:49:14.635Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-12-21T10:49:15.570Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-12-21T10:49:15.570Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-12-21T10:49:16.133Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-12-21T10:49:18.029Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-12-21T10:49:18.959Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-12-21T10:49:23.138Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-12-21T10:49:25.031Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-12-21T10:49:28.308Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-12-21T10:49:28.308Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-12-21T10:49:28.882Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-12-21T10:49:29.814Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-12-21T10:49:30.746Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-12-21T10:49:31.310Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-12-21T10:49:32.241Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-12-21T10:49:32.805Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-12-21T10:49:33.736Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-12-21T10:49:33.736Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-12-21T10:49:34.668Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-12-21T10:49:35.599Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-12-21T10:49:38.121Z] === RUN TestDockerSuite/TestRunState [2019-12-21T10:49:40.015Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-12-21T10:49:40.579Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-12-21T10:49:40.579Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-12-21T10:49:41.509Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-12-21T10:49:41.766Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-12-21T10:49:41.766Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-12-21T10:49:42.697Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-12-21T10:49:43.627Z] === RUN TestDockerSuite/TestRunSysctls [2019-12-21T10:49:45.522Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-12-21T10:49:45.522Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-12-21T10:49:45.522Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-12-21T10:49:46.087Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-12-21T10:49:46.087Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-12-21T10:49:46.087Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-12-21T10:49:49.368Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-12-21T10:49:49.932Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-12-21T10:49:51.826Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-12-21T10:49:54.349Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-12-21T10:49:54.606Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-12-21T10:49:55.536Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-12-21T10:49:56.466Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-12-21T10:49:58.363Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-12-21T10:49:59.295Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-12-21T10:50:00.226Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-12-21T10:50:01.157Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-12-21T10:50:02.087Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-12-21T10:50:04.608Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-12-21T10:50:05.538Z] === RUN TestDockerSuite/TestRunUserByID [2019-12-21T10:50:06.474Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-12-21T10:50:06.474Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-12-21T10:50:06.731Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-12-21T10:50:07.662Z] === RUN TestDockerSuite/TestRunUserByName [2019-12-21T10:50:08.226Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-12-21T10:50:09.157Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-12-21T10:50:09.157Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-12-21T10:50:09.157Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-12-21T10:50:10.087Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-12-21T10:50:15.343Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-12-21T10:50:15.343Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-12-21T10:50:16.712Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-12-21T10:50:19.235Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-12-21T10:50:20.602Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-12-21T10:50:23.122Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-12-21T10:50:25.644Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-12-21T10:50:26.573Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-12-21T10:50:27.136Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-12-21T10:50:28.067Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-12-21T10:50:28.067Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-12-21T10:50:28.067Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-12-21T10:50:28.067Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-12-21T10:50:28.323Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-12-21T10:50:29.252Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-12-21T10:50:30.182Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-12-21T10:50:31.114Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-12-21T10:50:32.482Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-12-21T10:50:33.413Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-12-21T10:50:34.344Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-12-21T10:50:34.344Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-12-21T10:50:34.908Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-12-21T10:50:34.908Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-12-21T10:50:34.908Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-12-21T10:50:34.908Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-12-21T10:50:34.908Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-12-21T10:50:35.165Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-12-21T10:50:35.422Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-12-21T10:50:35.422Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-12-21T10:50:35.679Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-12-21T10:50:35.935Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-12-21T10:50:36.865Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-12-21T10:50:37.429Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-12-21T10:50:38.360Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-12-21T10:50:38.360Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-12-21T10:50:39.291Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-12-21T10:50:39.547Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-12-21T10:50:40.111Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-12-21T10:50:40.368Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-12-21T10:50:41.299Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-12-21T10:50:41.864Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-12-21T10:50:41.864Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-12-21T10:50:42.121Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-12-21T10:50:42.685Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-12-21T10:50:44.579Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-12-21T10:50:45.152Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-12-21T10:50:45.152Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-12-21T10:50:46.082Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-12-21T10:50:46.082Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-12-21T10:50:47.452Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-12-21T10:50:48.389Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-12-21T10:50:50.910Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-12-21T10:50:51.473Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-12-21T10:50:51.473Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-12-21T10:50:51.473Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-12-21T10:50:52.038Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-12-21T10:50:52.602Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-12-21T10:50:53.971Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-12-21T10:50:55.340Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-12-21T10:50:55.340Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-12-21T10:50:57.232Z] === RUN TestDockerSuite/TestSaveImageId [2019-12-21T10:50:57.232Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-12-21T10:50:57.795Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-12-21T10:51:00.317Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-12-21T10:51:00.317Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-12-21T10:51:02.211Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-12-21T10:51:02.211Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-12-21T10:51:02.211Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-12-21T10:51:03.581Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-12-21T10:51:05.530Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-12-21T10:51:05.530Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-12-21T10:51:05.530Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-12-21T10:51:05.786Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-12-21T10:51:05.786Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-12-21T10:51:06.043Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-12-21T10:51:08.564Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-12-21T10:51:15.109Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-12-21T10:51:17.002Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-12-21T10:51:17.933Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-12-21T10:51:19.304Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-12-21T10:51:22.582Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-12-21T10:51:25.103Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-12-21T10:51:26.035Z] === RUN TestDockerSuite/TestStartRecordError [2019-12-21T10:51:27.933Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-12-21T10:51:30.453Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-12-21T10:51:32.975Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-12-21T10:51:37.150Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-12-21T10:51:39.705Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-12-21T10:51:40.636Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-12-21T10:51:43.910Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-12-21T10:51:50.453Z] === RUN TestDockerSuite/TestStatsNoStream [2019-12-21T10:51:52.982Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-12-21T10:51:53.238Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-12-21T10:51:54.606Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-12-21T10:51:55.171Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-12-21T10:51:56.101Z] === RUN TestDockerSuite/TestTopPrivileged [2019-12-21T10:51:57.032Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-12-21T10:51:57.032Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-12-21T10:51:57.597Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-12-21T10:51:58.527Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-12-21T10:52:02.699Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-12-21T10:52:05.970Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-12-21T10:52:06.900Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-12-21T10:52:07.463Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-12-21T10:52:07.464Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-12-21T10:52:08.394Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-12-21T10:52:10.286Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-12-21T10:52:10.286Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-12-21T10:52:12.180Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-12-21T10:52:13.111Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-12-21T10:52:14.054Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-12-21T10:52:15.423Z] === RUN TestDockerSuite/TestUpdateStats [2019-12-21T10:52:20.675Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-12-21T10:52:21.604Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-12-21T10:52:21.604Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-12-21T10:52:22.534Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-12-21T10:52:23.466Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-12-21T10:52:27.640Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-12-21T10:52:31.812Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-12-21T10:52:35.087Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-12-21T10:52:37.612Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-12-21T10:52:41.793Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-12-21T10:52:47.045Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-12-21T10:52:49.565Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-12-21T10:52:51.459Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-12-21T10:52:53.353Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-12-21T10:52:54.721Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-12-21T10:52:57.240Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-12-21T10:52:59.761Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-12-21T10:53:02.281Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-12-21T10:53:04.174Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-12-21T10:53:06.696Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-12-21T10:53:21.544Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-12-21T10:53:21.544Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-12-21T10:53:21.544Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-12-21T10:53:22.476Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-12-21T10:53:22.476Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-12-21T10:53:22.476Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-12-21T10:53:22.732Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-12-21T10:53:23.662Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-12-21T10:53:23.662Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-12-21T10:53:24.593Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-12-21T10:53:24.593Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-12-21T10:53:24.593Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-12-21T10:53:24.593Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-12-21T10:53:24.593Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-12-21T10:53:27.113Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-12-21T10:53:27.113Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-12-21T10:53:27.370Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-12-21T10:53:27.370Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-12-21T10:53:27.370Z] === RUN TestDockerSuite/TestVolumeEvents [2019-12-21T10:53:28.300Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-12-21T10:53:30.823Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-12-21T10:53:30.823Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-12-21T10:53:30.823Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-12-21T10:53:34.107Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-12-21T10:53:38.281Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite (1813.74s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.89s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.46s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.79s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.21s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.27s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.59s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.27s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (2.45s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.23s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.62s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.23s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.24s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.69s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.40s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.17s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.27s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (3.44s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.11s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachDetach (1.67s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.39s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.13s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.83s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.39s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.89s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.92s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.82s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (2.47s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.88s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.37s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (25.95s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.79s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.37s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.64s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.24s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.76s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.79s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.26s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.39s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.54s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.13s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.10s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.52s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.81s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.70s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.69s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.68s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.76s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.56s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.73s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.85s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.43s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.21s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.40s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.55s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.29s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.02s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.82s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.77s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.74s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.65s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.15s) [2019-12-21T10:53:38.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.45s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.86s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.09s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.48s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.71s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.84s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.93s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.75s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.05s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.80s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.38s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.70s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCmd (0.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.41s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.68s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.39s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.15s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContChar (4.20s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.62s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.51s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.53s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.64s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.15s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.87s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.16s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.12s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.91s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.30s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.92s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.27s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.93s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.95s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.86s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.91s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.79s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.56s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.37s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.85s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.11s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.69s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.10s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.66s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.83s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.17s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.68s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.63s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.57s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (6.17s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.87s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.37s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.85s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.79s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.38s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnv (2.20s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.63s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.42s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.40s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.02s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.78s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.62s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.54s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.45s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.56s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.57s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFails (1.01s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.34s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.24s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.84s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.46s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.16s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.41s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.34s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.11s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.21s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.52s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildHistory (4.81s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.51s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.71s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.11s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabel (0.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.44s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabels (0.79s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.22s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLastModified (7.64s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.86s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.15s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.17s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.52s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.55s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.19s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.56s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.87s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.24s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.29s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.65s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (7.55s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.86s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (3.58s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.93s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNetNone (1.30s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.14s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.86s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.36s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.58s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.80s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.46s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.91s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.50s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.56s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.52s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildPATH (2.50s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.77s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.06s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (12.12s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.71s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.49s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRm (3.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.18s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.64s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.61s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.33s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.19s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.31s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.14s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.24s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildStderr (1.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.04s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.16s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.10s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.51s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.09s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.51s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildUser (2.03s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.59s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.95s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.20s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.45s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.11s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.16s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.12s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.06s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.41s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.38s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.13s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.47s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.61s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-12-21T10:53:38.282Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-21T10:53:38.282Z] docker_cli_sni_test.go:18: Flakey test [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.81s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.05s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitChange (1.32s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.29s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.10s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.30s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.96s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitTTY (2.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.98s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.85s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.98s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.81s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.75s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.81s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.93s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.77s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.88s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-12-21T10:53:38.282Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.89s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.84s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.16s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.97s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.77s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.83s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.82s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.83s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.81s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.83s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.91s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.89s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.46s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.55s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-12-21T10:53:38.540Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.81s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.59s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.86s) [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-21T10:53:38.541Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.30s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.41s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.29s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.91s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.42s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.65s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.57s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.74s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000979200_} (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1301975057_/foo_false____} (1.63s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1301975057_/foo_true____} (1.62s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_false____} (1.75s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_true____} (1.60s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3728038972_/foo_true__0xc000979680__} (1.60s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009796a0_} (1.62s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009796c0_} (1.57s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009796e0_} (1.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000979700_} (1.62s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.49s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.05s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.41s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.66s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.06s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.06s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.11s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.96s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.04s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.02s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.44s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.26s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.94s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.30s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.30s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.86s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.47s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.91s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.44s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.86s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.91s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.44s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.21s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToDot (1.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.88s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.11s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToStdout (0.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.32s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.40s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.74s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.54s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.80s) [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-21T10:53:38.541Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.76s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-21T10:53:38.541Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.21s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.59s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.32s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.69s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.94s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.62s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.78s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.78s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.39s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.73s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.77s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.71s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.28s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.28s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsAttach (1.08s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsCommit (1.11s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.78s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.89s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.90s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (2.25s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.30s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.52s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsCopy (1.28s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.54s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.78s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.34s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.50s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.91s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.10s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.40s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFilters (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFormat (1.60s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.22s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.27s) [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-21T10:53:38.541Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-21T10:53:38.541Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.69s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.83s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsRename (0.81s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsResize (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.97s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.88s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.07s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsTop (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.61s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExec (0.92s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.87s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.81s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.81s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.90s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.86s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.89s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.68s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecCgroup (1.30s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecEnv (0.90s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.68s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.96s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecInspectID (3.13s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecInteractive (1.32s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.47s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.04s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecParseError (0.88s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.82s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.89s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.45s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.96s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecStartFails (0.97s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.13s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.79s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecTTY (0.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.94s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.83s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecUlimits (0.93s) [2019-12-21T10:53:38.541Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-21T10:53:38.541Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.23s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.40s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestExecWithUser (1.88s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.93s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.85s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.42s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.08s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHealth (21.84s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.99s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.88s) [2019-12-21T10:53:38.541Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.30s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.13s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.07s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.93s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.72s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.89s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportDisplay (1.75s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportFile (1.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportGzipped (2.31s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.16s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.17s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.97s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.92s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.91s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.93s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.74s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.89s) [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-21T10:53:38.542Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.59s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectDefault (1.12s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectHistory (1.22s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-21T10:53:38.542Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.98s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectStatus (1.38s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.18s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.99s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.84s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.60s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.70s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.43s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.92s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.65s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.71s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.50s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.42s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.20s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.59s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.00s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.59s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.24s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.33s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.43s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.10s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.20s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.73s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsSince (6.87s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsTail (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.49s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.72s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestNetHostname (2.48s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.24s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.66s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginActive (1.94s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.05s) [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-21T10:53:38.542Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.89s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.49s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.73s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.08s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.06s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.69s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.48s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.52s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPortList (10.52s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.51s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.42s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.67s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.84s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.78s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.12s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.40s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.46s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.73s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.18s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsByOrder (3.70s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.07s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.26s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.03s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.87s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.52s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.38s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.58s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.59s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.87s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.55s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.58s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.57s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.84s) [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-21T10:53:38.542Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.98s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.65s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.69s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.88s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.15s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.44s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.40s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.70s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.13s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.51s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.06s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.49s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.96s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.03s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.60s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.95s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.55s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddHost (0.84s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.35s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.20s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.93s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.88s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.97s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.94s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.93s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.83s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.91s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.01s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.08s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.48s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.84s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.90s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.76s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.80s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.26s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.87s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.77s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.62s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.63s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.58s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.79s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.81s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.89s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.92s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.50s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.82s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.72s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.84s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.71s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.73s) [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-12-21T10:53:38.542Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.542Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-21T10:53:38.542Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.85s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.75s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.61s) [2019-12-21T10:53:38.542Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.38s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.67s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.80s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.74s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunExitCode (0.73s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.83s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.57s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.38s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.53s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.58s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.10s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.58s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.15s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.62s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.59s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.87s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.21s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.24s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.61s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.31s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.61s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.62s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.68s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMount (6.21s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.68s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.38s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.33s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.48s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.55s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.65s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.60s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.75s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetHost (1.12s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.72s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.45s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.35s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.72s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.72s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.89s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.85s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.96s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.69s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.97s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.72s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.88s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.74s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.98s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.68s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.93s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.44s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRm (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.99s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.85s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.86s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.85s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.13s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.10s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.85s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.83s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.73s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.91s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.92s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunState (1.62s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.83s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.92s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunSysctls (1.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.73s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.93s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.43s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.11s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.93s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.41s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.21s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserByID (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserByName (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.55s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.12s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.34s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.58s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.35s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.98s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.00s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.50s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.19s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.16s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.16s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.16s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.86s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.78s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.82s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.85s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.55s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.83s) [2019-12-21T10:53:38.543Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-21T10:53:38.543Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.66s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.55s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.50s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.77s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.08s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.53s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.84s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.53s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.06s) [2019-12-21T10:53:38.543Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents053434182 [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.23s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.84s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.57s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.60s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.37s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.50s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.53s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.52s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.09s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.65s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.91s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.79s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.86s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartRecordError (1.76s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.46s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.50s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.81s) [2019-12-21T10:53:38.543Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.23s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.75s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.98s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.81s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.95s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.80s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.78s) [2019-12-21T10:53:38.544Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-21T10:53:38.544Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.83s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.94s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.40s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.80s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.76s) [2019-12-21T10:53:38.544Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-12-21T10:53:38.544Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.94s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.78s) [2019-12-21T10:53:38.544Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-21T10:53:38.544Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.64s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.96s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.96s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.62s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateStats (4.54s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.54s) [2019-12-21T10:53:38.544Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-21T10:53:38.544Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.02s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.92s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.55s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.43s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.69s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.22s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.31s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.40s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.39s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.63s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.58s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.39s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.41s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.33s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.28s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.43s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.82s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.84s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.02s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.50s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.86s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.23s) [2019-12-21T10:53:38.544Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.33s) [2019-12-21T10:53:38.544Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-21T10:53:38.544Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-12-21T10:53:38.544Z] === RUN TestDockerRegistrySuite [2019-12-21T10:53:38.544Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-12-21T10:53:40.438Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-12-21T10:53:41.807Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-12-21T10:53:43.701Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-12-21T10:53:43.958Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-12-21T10:53:48.133Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-12-21T10:53:53.384Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-12-21T10:53:56.659Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-12-21T10:53:58.043Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-12-21T10:53:59.411Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-12-21T10:54:00.779Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-12-21T10:54:02.148Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-12-21T10:54:03.516Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-12-21T10:54:05.410Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-12-21T10:54:06.340Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-12-21T10:54:09.613Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-12-21T10:54:10.981Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-12-21T10:54:11.912Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-12-21T10:54:13.813Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-12-21T10:54:17.085Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-12-21T10:54:18.467Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-12-21T10:54:18.467Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-12-21T10:54:19.837Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-12-21T10:54:21.205Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-12-21T10:54:22.575Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-12-21T10:54:25.096Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-12-21T10:54:26.025Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2019-12-21T10:54:26.025Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-12-21T10:54:26.025Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2019-12-21T10:54:26.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2019-12-21T10:54:26.589Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-12-21T10:54:26.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2019-12-21T10:54:27.958Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-12-21T10:54:28.216Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-12-21T10:54:28.780Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-12-21T10:54:28.780Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-12-21T10:54:29.038Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-12-21T10:54:29.294Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-12-21T10:54:29.859Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-12-21T10:54:29.859Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-12-21T10:54:30.788Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-12-21T10:54:31.353Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-12-21T10:54:34.639Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-12-21T10:54:35.572Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-12-21T10:54:37.473Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-12-21T10:54:37.473Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-12-21T10:54:38.405Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite (60.67s) [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.06s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d961328490c7c] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.43s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d3058dfa658a9] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.85s) [2019-12-21T10:54:38.969Z] check_test.go:196: [da6de7fec1b42] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2019-12-21T10:54:38.969Z] check_test.go:196: [de2ec7bccfe5f] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.36s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dbe918e6533b0] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.29s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d1ddc848c5510] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.14s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d9e16fbc409b0] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.45s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dc04e143389e8] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d04a7bad2cb0d] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.41s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d7456f48d31a7] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.46s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d14713bb304ac] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.42s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d64ecf675fc1e] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.41s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d69151ca87be1] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.43s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dd069a604fdd8] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.61s) [2019-12-21T10:54:38.969Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:369ccd69c1ab6cb2da624e9176fab51b3a35c91e39e59aba14f4b40ae34d1de6 [2019-12-21T10:54:38.969Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c12088492e19e0941806268a0ecd749c2e87a20e8673eb3906a69e6d604cd9f0 [2019-12-21T10:54:38.969Z] check_test.go:196: [d7078f4c60f27] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.85s) [2019-12-21T10:54:38.969Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e0fc855f96dd4dd9b4389f4a1d1288cc325fd400b4d5c148fb1886186f728f45 [2019-12-21T10:54:38.969Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b6ef09fe2bddfd702fb3c5ebe209dd9d533e12ceeb26ea5894af2c488e29e5f1 [2019-12-21T10:54:38.969Z] check_test.go:196: [d37517836492b] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.64s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dbe2162dbf252] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.43s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d5fa9f521126f] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.34s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d5eba90a738da] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d1fa3dff77b6d] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.36s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d49f5a4db2326] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.33s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d7e5c2725c8fd] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.24s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dffecdebc9c06] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.68s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d3880fad71f98] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.46s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d93462ce4b469] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.59s) [2019-12-21T10:54:38.969Z] check_test.go:196: [ddcc9b23be0f0] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.51s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d46907bef7877] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d6136f3843a7b] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dfb4e6f729f76] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.33s) [2019-12-21T10:54:38.969Z] check_test.go:196: [df38771674ea2] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.37s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dbc85e1d03d8d] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dfd36530b377f] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.62s) [2019-12-21T10:54:38.969Z] check_test.go:196: [d6acedecb4276] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.93s) [2019-12-21T10:54:38.969Z] check_test.go:196: [df8394c39b550] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.08s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dcf2b34f55fbc] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.64s) [2019-12-21T10:54:38.969Z] check_test.go:196: [dc2a8a8e7d26b] daemon is not started [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.10s) [2019-12-21T10:54:38.969Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.83s) [2019-12-21T10:54:38.969Z] === RUN TestDockerSchema1RegistrySuite [2019-12-21T10:54:38.969Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-12-21T10:54:39.226Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-12-21T10:54:40.596Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-12-21T10:54:44.773Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-12-21T10:54:48.946Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-12-21T10:54:54.200Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-12-21T10:54:55.131Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-12-21T10:54:56.501Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-12-21T10:54:56.758Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-12-21T10:54:58.126Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-12-21T10:54:59.494Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-12-21T10:55:01.022Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-12-21T10:55:05.197Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-12-21T10:55:05.197Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-12-21T10:55:05.761Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-12-21T10:55:05.761Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-12-21T10:55:06.326Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-12-21T10:55:06.326Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-12-21T10:55:06.891Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite (27.89s) [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d17a70cf80909] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (5.24s) [2019-12-21T10:55:06.891Z] check_test.go:223: [dc9c95474240d] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.48s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d578b6c55d280] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.53s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d9aa85f0df580] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.37s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d4ce8767906f3] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.61s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d832cc4cc2e4a] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-12-21T10:55:06.891Z] check_test.go:223: [dba03253ca944] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.46s) [2019-12-21T10:55:06.891Z] check_test.go:223: [dce766b72cc0f] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d86f9698e16bd] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.37s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d0a0033ee829b] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.00s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d87bb58ff7c42] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d33edb70bcc3c] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d7d89557b692a] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-12-21T10:55:06.891Z] check_test.go:223: [da5e8ed04b95d] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d5e7666c3ff8f] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d5e7bc41e6ad2] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2019-12-21T10:55:06.891Z] check_test.go:223: [dd3939fd2418b] daemon is not started [2019-12-21T10:55:06.891Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-12-21T10:55:06.891Z] check_test.go:223: [d12d41c8c0d56] daemon is not started [2019-12-21T10:55:06.891Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-12-21T10:55:06.891Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-12-21T10:55:08.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-12-21T10:55:08.522Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-12-21T10:55:08.779Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-12-21T10:55:10.149Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-12-21T10:55:10.149Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-12-21T10:55:10.406Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-12-21T10:55:10.970Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.13s) [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.02s) [2019-12-21T10:55:10.970Z] check_test.go:252: [dd00f5fac860f] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2019-12-21T10:55:10.970Z] check_test.go:252: [d0927b5ac818e] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2019-12-21T10:55:10.970Z] check_test.go:252: [d58be0d27528a] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-12-21T10:55:10.970Z] check_test.go:252: [d0bc0900c811d] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2019-12-21T10:55:10.970Z] check_test.go:252: [d7eef121a2c92] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2019-12-21T10:55:10.970Z] check_test.go:252: [dd6eb767184dd] daemon is not started [2019-12-21T10:55:10.970Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-12-21T10:55:10.970Z] check_test.go:252: [db55ce9d68434] daemon is not started [2019-12-21T10:55:10.970Z] === RUN TestDockerRegistryAuthTokenSuite [2019-12-21T10:55:10.970Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-12-21T10:55:16.221Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-12-21T10:55:16.478Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-12-21T10:55:16.478Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-12-21T10:55:16.736Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-12-21T10:55:16.736Z] check_test.go:279: [da8b1972e7fde] daemon is not started [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-12-21T10:55:16.736Z] check_test.go:279: [df7ae9f5ede2f] daemon is not started [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-12-21T10:55:16.736Z] check_test.go:279: [dee0a94fdaeff] daemon is not started [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-12-21T10:55:16.736Z] check_test.go:279: [d75fbc0723980] daemon is not started [2019-12-21T10:55:16.736Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-12-21T10:55:16.736Z] check_test.go:279: [dc87292d0c05c] daemon is not started [2019-12-21T10:55:16.736Z] === RUN TestDockerNetworkSuite [2019-12-21T10:55:16.736Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-12-21T10:55:20.009Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-12-21T10:55:20.939Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-12-21T10:55:26.198Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-12-21T10:55:28.723Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-12-21T10:55:32.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-12-21T10:55:34.039Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-12-21T10:55:35.407Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-12-21T10:55:38.679Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-12-21T10:55:42.855Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-12-21T10:55:43.785Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-12-21T10:55:45.679Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-12-21T10:55:48.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-12-21T10:55:50.102Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-12-21T10:55:50.360Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-12-21T10:55:50.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-12-21T10:55:51.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-12-21T10:55:53.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-12-21T10:55:53.789Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-12-21T10:55:54.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-12-21T10:55:54.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-12-21T10:55:54.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-12-21T10:55:56.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-12-21T10:55:56.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-12-21T10:55:56.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-12-21T10:55:57.128Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-12-21T10:55:58.497Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-12-21T10:55:59.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-12-21T10:55:59.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-12-21T10:56:00.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-12-21T10:56:00.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-12-21T10:56:04.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-12-21T10:56:07.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-12-21T10:56:14.476Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-12-21T10:56:17.750Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-12-21T10:56:18.007Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-12-21T10:56:18.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-12-21T10:56:18.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-12-21T10:56:18.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-12-21T10:56:19.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-12-21T10:56:19.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-12-21T10:56:19.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-12-21T10:56:24.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-12-21T10:56:24.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-12-21T10:56:24.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-12-21T10:56:25.268Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-12-21T10:56:30.521Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-12-21T10:56:30.779Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-12-21T10:56:34.069Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-12-21T10:56:36.591Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-12-21T10:56:36.591Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-12-21T10:56:36.591Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-12-21T10:56:38.486Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-12-21T10:56:40.383Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-12-21T10:56:40.947Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-12-21T10:56:40.947Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-12-21T10:56:42.325Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-12-21T10:56:43.255Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-12-21T10:56:44.626Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-12-21T10:56:51.173Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite (94.35s) [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.93s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [db2a125cf9658] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.25s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [df5399074aa9c] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.74s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [dd0ec51b5fbff] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.62s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d449a5de2212f] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.80s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:1233: [d7cab940af5b1] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.87s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d3bc8ffc7e76a] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.58s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d5fb8eec083f9] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.28s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d8d6e245a1221] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.13s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d3b1ab13d6aa1] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.89s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d7c020e362bb3] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.72s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d8f6304bd81c2] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.49s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d925edc08abbc] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.53s) [2019-12-21T10:56:51.173Z] docker_cli_network_unix_test.go:46: [d0c7e503c3ac5] daemon is not started [2019-12-21T10:56:51.173Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d8b9072d6f67d] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.27s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [da8e816371fb2] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.61s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d2014d85ab1de] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d63bd5bb298dd] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d4c6518edf512] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.13s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d5c664654b893] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.25s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d1ebab08995c7] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.52s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [dedab935d8cf4] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d92f95d5b5ca2] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.41s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d2e35df49381a] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d177bbaad8156] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.91s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:968: [d738642eb2d01] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.60s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d37168703b055] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.82s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:1116: [d4b0b5e34edce] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [df6c83f75787b] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.71s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d0be62d36c1af] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [df431d0c96669] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d9b1675f0a23d] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d9978712ee9af] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d6f98af9ffb91] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d9812cd982716] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.37s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [daba3018fb0a6] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d675d79bbd5da] daemon is not started [2019-12-21T10:56:51.174Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [db15af0420a53] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.74s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [de006f2353e3a] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.50s) [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.76s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:1084: [d5f964a122b61] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.09s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [dc2fe9b281f7b] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.49s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d00eb62bbe05a] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.68s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d2db0fcd0beec] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [de9ecf727ff28] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.37s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d33fe3717167f] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.86s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d8a88ee55f130] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.65s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d6d19e9355ae8] daemon is not started [2019-12-21T10:56:51.174Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.46s) [2019-12-21T10:56:51.174Z] docker_cli_network_unix_test.go:46: [d9664f00d1763] daemon is not started [2019-12-21T10:56:51.174Z] === RUN TestDockerHubPullSuite [2019-12-21T10:56:51.174Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-12-21T10:56:53.067Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-12-21T10:56:54.963Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-12-21T10:56:55.220Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-12-21T10:56:56.589Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-12-21T10:56:56.846Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-12-21T10:56:56.846Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite (5.66s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.50s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.40s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.25s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2019-12-21T10:56:56.846Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2019-12-21T10:56:56.846Z] PASS [2019-12-21T10:56:56.846Z] [2019-12-21T10:56:56.846Z] === Skipped [2019-12-21T10:56:56.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-21T10:56:56.846Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-21T10:56:56.846Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.846Z] [2019-12-21T10:56:56.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-12-21T10:56:56.846Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_sni_test.go:18: Flakey test [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-21T10:56:56.847Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-21T10:56:56.847Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-21T10:56:56.847Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-12-21T10:56:56.847Z] docker_cli_network_unix_test.go:46: [db15af0420a53] daemon is not started [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] [2019-12-21T10:56:56.847Z] DONE 1277 tests, 44 skipped in 2040.107s [2019-12-21T10:56:56.847Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T10:56:56.847Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T10:56:56.847Z] +++ kill 7247 [2019-12-21T10:56:58.217Z] +++ /etc/init.d/apparmor stop [2019-12-21T10:56:58.217Z] Clearing AppArmor profiles cache:. [2019-12-21T10:56:58.217Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T10:56:58.217Z] Unloading profiles will leave already running processes permanently [2019-12-21T10:56:58.217Z] unconfined, which can lead to unexpected situations. [2019-12-21T10:56:58.217Z] [2019-12-21T10:56:58.217Z] To set a process to complain mode, use the command line tool [2019-12-21T10:56:58.217Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T10:56:58.217Z] with the 'teardown' option." [2019-12-21T10:56:58.217Z] [2019-12-21T10:57:00.112Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-12-21T10:57:03.388Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-12-21T10:57:06.662Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-12-21T10:57:09.186Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-12-21T10:57:11.706Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-12-21T10:57:14.227Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-12-21T10:58:10.425Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-12-21T10:58:25.275Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite (1748.36s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.52s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.64s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.70s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.57s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.33s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:563: [db9b8039907ca] joining swarm manager [d7ad0f11d8f25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:585: [ddc8cd7808c58] joining swarm manager [d7ad0f11d8f25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] check_test.go:380: [db9b8039907ca] daemon is not started [2019-12-21T10:58:43.378Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.48s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:46: [d3ca6dd6c9645] joining swarm manager [dfb2c7ce00799]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.05s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.03s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.53s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:304: [d1fe7f3151ba2] joining swarm manager [dd51ebcde013d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:305: [d21c3b1c81db6] joining swarm manager [dd51ebcde013d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.21s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:272: [ddcde1ba18d5e] joining swarm manager [dafb96732f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:273: [db97ad696198f] joining swarm manager [dafb96732f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.91s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.95s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (15.62s) [2019-12-21T10:58:43.378Z] docker_api_swarm_node_test.go:19: [d93eb24d60014] joining swarm manager [d9f9dba60180d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_node_test.go:20: [d21d0e43f2bae] joining swarm manager [d9f9dba60180d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.30s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:502: [d65e74d491e03] joining swarm manager [deb2b9c05bf35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:507: [dcb316caee066] joining swarm manager [deb2b9c05bf35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.41s) [2019-12-21T10:58:43.378Z] docker_api_swarm_node_test.go:80: [dc708548ffcb3] joining swarm manager [d832b22d07e98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.76s) [2019-12-21T10:58:43.378Z] docker_api_swarm_node_test.go:52: [d3a99cf917731] joining swarm manager [daee639189a09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_node_test.go:53: [d909acd72e991] joining swarm manager [daee639189a09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.49s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.02s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:202: [dcd486fe11b88] joining swarm manager [d00f5bb033269]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.22s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:384: [d1e37a29bc1ba] joining swarm manager [d8f4b6af12927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:385: [de6cc55bdf213] joining swarm manager [d8f4b6af12927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] check_test.go:380: [de6cc55bdf213] daemon is not started [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.37s) [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:802: [d5598fb7c5b22] joining swarm manager [db1476435e500]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:802: [d9ad375a0f887] joining swarm manager [db1476435e500]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:802: [d09e3a2a54b26] joining swarm manager [db1476435e500]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:802: [d6edd28075088] joining swarm manager [db1476435e500]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-12-21T10:58:43.378Z] docker_api_swarm_test.go:810: [d046e43d70d88] joining swarm manager [db1476435e500]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.38s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.82s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.09s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:394: [dc05c4038d3c8] joining swarm manager [dfce16401e37c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:394: [d697da2752787] joining swarm manager [dfce16401e37c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.15s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:342: [ddb44bb55f87d] joining swarm manager [df0d070699ead]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:342: [d6862365f765c] joining swarm manager [df0d070699ead]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.94s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:489: [d707b29fa0536] joining swarm manager [d9aa25e0cccaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:489: [dd83b87485aab] joining swarm manager [d9aa25e0cccaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.76s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.09s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:127: [db8105b8bda27] joining swarm manager [d01272a0d63c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:128: [d6de1d369656f] joining swarm manager [d01272a0d63c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:136: [d664ac310aa76] joining swarm manager [d01272a0d63c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:137: [d21300f151461] joining swarm manager [d01272a0d63c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.17s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.52s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:303: [de41ecd029a0f] joining swarm manager [d7cf5597bb72d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:303: [d2f223243d51b] joining swarm manager [d7cf5597bb72d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.05s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:99: [d1502434cd013] joining swarm manager [d6480545a32d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:100: [d753f74ab051b] joining swarm manager [d6480545a32d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] check_test.go:380: [d1502434cd013] daemon is not started [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (23.03s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:532: [d6548ffbb3394] joining swarm manager [d1b9a58fcdb3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:533: [d67f365cacdbe] joining swarm manager [d1b9a58fcdb3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.32s) [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:147: [d12cdb3265b70] joining swarm manager [dc5ab4eaf7bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_api_swarm_service_test.go:147: [dccfa6dd7bc71] joining swarm manager [dc5ab4eaf7bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.12s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.35s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.83s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.38s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.57s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.24s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.56s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (9.23s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (6.05s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.39s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.87s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.71s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.07s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.87s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.42s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.91s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.73s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.66s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.17s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.12s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.36s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.88s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.88s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.03s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.25s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.60s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.63s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.70s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.89s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.78s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.31s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.57s) [2019-12-21T10:58:43.378Z] docker_cli_service_logs_test.go:241: checking task 1k4d4a8wxbx6 [2019-12-21T10:58:43.378Z] docker_cli_service_logs_test.go:246: checking messages for 1k4d4a8wxbx6 [2019-12-21T10:58:43.378Z] docker_cli_service_logs_test.go:241: checking task oiaz6h9ils0v [2019-12-21T10:58:43.378Z] docker_cli_service_logs_test.go:246: checking messages for oiaz6h9ils0v [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.60s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.65s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.88s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.12s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (16.30s) [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1901: [dfd603d580921] joining swarm manager [db77c1e5b35c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1902: [dbd34b069187a] joining swarm manager [db77c1e5b35c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.88s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.68s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.73s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.31s) [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1802: [db2eed204092e] joining swarm manager [d12008a3f4967]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1803: [dab96dd481b67] joining swarm manager [d12008a3f4967]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.21s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (120.14s) [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1321: [df955c54a75be] joining swarm manager [da46529f84ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:1322: [d933514ff3358] joining swarm manager [da46529f84ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.47s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.88s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.31s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.96s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.99s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.82s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.34s) [2019-12-21T10:58:43.378Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-12-21T10:58:43.378Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.96s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.87s) [2019-12-21T10:58:43.378Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.68s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.63s) [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1186: [d1d343509f5d5] joining swarm manager [d6ab7c87ea51e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1195: [d5f94b0e4b947] joining swarm manager [d6ab7c87ea51e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.41s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.39s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.28s) [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1118: [d40a5832d1761] joining swarm manager [da474f79864e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1119: [d7ab644667be1] joining swarm manager [da474f79864e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1172: [de4086b027c7a] joining swarm manager [da474f79864e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.05s) [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1453: [d75c20f72658e] joining swarm manager [dbac27a320daa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.379Z] docker_cli_swarm_test.go:1454: [dc6629577b93d] joining swarm manager [dbac27a320daa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.79s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.40s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.10s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.22s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.40s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.22s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.68s) [2019-12-21T10:58:43.379Z] docker_cli_swarm_unix_test.go:62: [d006e8d0615c8] joining swarm manager [d685906da261c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.07s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.84s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.39s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.74s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.37s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.68s) [2019-12-21T10:58:43.379Z] docker_api_swarm_test.go:962: [d47fb4959062f] joining swarm manager [df1dd0ab2fbaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.23s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.27s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.74s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.61s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (10.97s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.62s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.40s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.32s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.82s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.62s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.56s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.58s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.42s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.94s) [2019-12-21T10:58:43.379Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.01s) [2019-12-21T10:58:43.379Z] === RUN TestDockerExternalVolumeSuite [2019-12-21T10:58:43.379Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-12-21T10:58:58.227Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-12-21T11:00:05.873Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-12-21T11:00:15.822Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-12-21T11:00:47.861Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-12-21T11:01:02.710Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-12-21T11:01:34.748Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-12-21T11:01:46.925Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-12-21T11:02:18.976Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-12-21T11:02:37.039Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-12-21T11:02:51.887Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-12-21T11:03:38.521Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-12-21T11:03:56.634Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-12-21T11:04:28.676Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-12-21T11:05:00.716Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-12-21T11:05:15.569Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-12-21T11:05:35.516Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-12-21T11:05:50.498Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite (441.20s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.92s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:53: [d2eec656bede2] daemon is not started [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:53: [d6bb09d8879cd] daemon is not started [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:53: [d638abffa57ab] daemon is not started [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:53: [db641d78cbce0] daemon is not started [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.60s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.81s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.64s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.77s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.43s) [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.31s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:485: [d31c64c492567] daemon is not started [2019-12-21T11:06:05.348Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2019-12-21T11:06:05.348Z] docker_cli_external_volume_driver_test.go:53: [d665366f73468] daemon is not started [2019-12-21T11:06:05.348Z] PASS [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === Skipped [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-12-21T11:06:05.348Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-12-21T11:06:05.348Z] check_test.go:309: [dfdce1566a537] daemon is not started [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-21T11:06:05.348Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-12-21T11:06:05.348Z] check_test.go:309: [dfe87780ea8ef] daemon is not started [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-12-21T11:06:05.348Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-12-21T11:06:05.348Z] check_test.go:309: [d2ab0f803d9b6] daemon is not started [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-12-21T11:06:05.348Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-12-21T11:06:05.348Z] check_test.go:309: [d7b3943a768da] daemon is not started [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-12-21T11:06:05.348Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-12-21T11:06:05.348Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-12-21T11:06:05.348Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] DONE 273 tests, 6 skipped in 2585.688s [2019-12-21T11:06:05.348Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-21T11:06:05.348Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9a6aab8d03e1/docker.pid [2019-12-21T11:06:05.348Z] +++ kill 3713 [2019-12-21T11:06:05.348Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 3713 is not a child of this shell [2019-12-21T11:06:05.348Z] warning: PID 3713 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9a6aab8d03e1/docker.pid had a nonzero exit code [2019-12-21T11:06:05.348Z] ++++ cat bundles/test-integration/docker.pid [2019-12-21T11:06:05.348Z] +++ kill 7308 [2019-12-21T11:06:05.348Z] +++ /etc/init.d/apparmor stop [2019-12-21T11:06:05.348Z] Clearing AppArmor profiles cache:. [2019-12-21T11:06:05.348Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-21T11:06:05.348Z] Unloading profiles will leave already running processes permanently [2019-12-21T11:06:05.348Z] unconfined, which can lead to unexpected situations. [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.348Z] To set a process to complain mode, use the command line tool [2019-12-21T11:06:05.348Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-21T11:06:05.348Z] with the 'teardown' option." [2019-12-21T11:06:05.348Z] [2019-12-21T11:06:05.606Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-12-21T11:06:05.622Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-21T11:06:08.318Z] + echo Ensuring container killed. [2019-12-21T11:06:08.318Z] Ensuring container killed. [2019-12-21T11:06:08.318Z] + docker ps -aq -f name=docker-pr49-* [2019-12-21T11:06:08.318Z] + cids=d1da7ad921cf [2019-12-21T11:06:08.318Z] 0a8a62b493e9 [2019-12-21T11:06:08.318Z] b0edbd02eda1 [2019-12-21T11:06:08.318Z] + [ -n d1da7ad921cf [2019-12-21T11:06:08.318Z] 0a8a62b493e9 [2019-12-21T11:06:08.318Z] b0edbd02eda1 ] [2019-12-21T11:06:08.318Z] + docker rm -vf d1da7ad921cf 0a8a62b493e9 b0edbd02eda1 [2019-12-21T11:06:10.842Z] d1da7ad921cf [2019-12-21T11:06:10.842Z] 0a8a62b493e9 [2019-12-21T11:06:10.842Z] b0edbd02eda1 [Pipeline] sh [2019-12-21T11:06:11.126Z] + echo Chowning /workspace to jenkins user [2019-12-21T11:06:11.126Z] Chowning /workspace to jenkins user [2019-12-21T11:06:11.126Z] + id -u [2019-12-21T11:06:11.126Z] + id -g [2019-12-21T11:06:11.126Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39998:/workspace busybox chown -R 1000:1000 /workspace [2019-12-21T11:06:11.126Z] Unable to find image 'busybox:latest' locally [2019-12-21T11:06:11.126Z] latest: Pulling from library/busybox [2019-12-21T11:06:11.126Z] 322973677ef5: Pulling fs layer [2019-12-21T11:06:11.384Z] 322973677ef5: Download complete [2019-12-21T11:06:11.384Z] 322973677ef5: Pull complete [2019-12-21T11:06:11.384Z] Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084 [2019-12-21T11:06:11.384Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-21T11:06:15.867Z] + bundleName=amd64 [2019-12-21T11:06:15.867Z] + echo Creating amd64-bundles.tar.gz [2019-12-21T11:06:15.867Z] Creating amd64-bundles.tar.gz [2019-12-21T11:06:15.867Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -name *.prof -o -namexargs *-report.xml tar ) -czf -print amd64-bundles.tar.gz [2019-12-21T11:06:15.867Z] [Pipeline] archiveArtifacts [2019-12-21T11:06:17.256Z] Archiving artifacts [2019-12-21T11:06:19.130Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-21T11:06:19.450Z] + make clean [2019-12-21T11:06:19.708Z] docker volume rm -f docker-dev-cache [2019-12-21T11:06:19.708Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-21T11:20:54.993Z] ok github.com/docker/docker/integration-cli 2517.406s [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === Skipped [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-12-21T11:20:54.995Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-12-21T11:20:54.995Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2019-12-21T11:20:54.995Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-12-21T11:20:54.995Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-12-21T11:20:54.995Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2019-12-21T11:20:54.995Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2019-12-21T11:20:54.995Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2019-12-21T11:20:54.995Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.76s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.76s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.42s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-12-21T11:20:54.995Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2019-12-21T11:20:54.995Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-12-21T11:20:54.995Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.995Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.38s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2019-12-21T11:20:54.996Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.42s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.46s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2019-12-21T11:20:54.996Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-12-21T11:20:54.996Z] docker_cli_sni_test.go:18: Flakey test [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-12-21T11:20:54.996Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-12-21T11:20:54.996Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-12-21T11:20:54.996Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-12-21T11:20:54.996Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2019-12-21T11:20:54.996Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2019-12-21T11:20:54.996Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.996Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-12-21T11:20:54.997Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-12-21T11:20:54.997Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-12-21T11:20:54.997Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.997Z] [2019-12-21T11:20:54.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2019-12-21T11:20:54.997Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-12-21T11:20:54.997Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-12-21T11:20:54.998Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-12-21T11:20:54.998Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-12-21T11:20:54.998Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2019-12-21T11:20:54.998Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-12-21T11:20:54.998Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-12-21T11:20:54.998Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-12-21T11:20:54.998Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-12-21T11:20:54.998Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.998Z] [2019-12-21T11:20:54.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2019-12-21T11:20:54.998Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-12-21T11:20:54.999Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-12-21T11:20:54.999Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-12-21T11:20:54.999Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-12-21T11:20:54.999Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-12-21T11:20:54.999Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-12-21T11:20:54.999Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-12-21T11:20:54.999Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-12-21T11:20:54.999Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:54.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-12-21T11:20:54.999Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-12-21T11:20:54.999Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-12-21T11:20:54.999Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-12-21T11:20:55.000Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2019-12-21T11:20:55.000Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-12-21T11:20:55.000Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.000Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.001Z] [2019-12-21T11:20:55.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-12-21T11:20:55.001Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-12-21T11:20:55.001Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-12-21T11:20:55.002Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-12-21T11:20:55.002Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-12-21T11:20:55.002Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-12-21T11:20:55.002Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-12-21T11:20:55.002Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.002Z] [2019-12-21T11:20:55.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-12-21T11:20:55.003Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-12-21T11:20:55.003Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.003Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2019-12-21T11:20:55.004Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2019-12-21T11:20:55.004Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] DONE 1096 tests, 549 skipped in 2525.399s [2019-12-21T11:20:55.004Z] INFO: Integration tests ended at 12/21/2019 11:20:51. Duration:00:42:05.5174996 [2019-12-21T11:20:55.004Z] INFO: Docker info of the daemon under test at end of run [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] Containers: 2 [2019-12-21T11:20:55.004Z] Running: 0 [2019-12-21T11:20:55.004Z] Paused: 0 [2019-12-21T11:20:55.004Z] Stopped: 2 [2019-12-21T11:20:55.004Z] Images: 12 [2019-12-21T11:20:55.004Z] Server Version: 0.0.0-dev [2019-12-21T11:20:55.004Z] Storage Driver: windowsfilter [2019-12-21T11:20:55.004Z] Windows: [2019-12-21T11:20:55.004Z] Logging Driver: json-file [2019-12-21T11:20:55.004Z] Plugins: [2019-12-21T11:20:55.004Z] Volume: local [2019-12-21T11:20:55.004Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-12-21T11:20:55.004Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-21T11:20:55.004Z] Swarm: inactive [2019-12-21T11:20:55.004Z] Default Isolation: process [2019-12-21T11:20:55.004Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-21T11:20:55.004Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-21T11:20:55.004Z] OSType: windows [2019-12-21T11:20:55.004Z] Architecture: x86_64 [2019-12-21T11:20:55.004Z] CPUs: 4 [2019-12-21T11:20:55.004Z] Total Memory: 32GiB [2019-12-21T11:20:55.004Z] Name: azwin-2-8c6d60 [2019-12-21T11:20:55.004Z] ID: IKY3:YNTI:JUGV:DRGE:YHLM:YZHR:ILDP:KG7W:Y7C2:SMZL:EPFX:RYOH [2019-12-21T11:20:55.004Z] Docker Root Dir: D:\CI\PR-39998\49\daemon [2019-12-21T11:20:55.004Z] Debug Mode (client): false [2019-12-21T11:20:55.004Z] Debug Mode (server): true [2019-12-21T11:20:55.004Z] File Descriptors: -1 [2019-12-21T11:20:55.004Z] Goroutines: 18 [2019-12-21T11:20:55.004Z] System Time: 2019-12-21T11:20:51.8428293Z [2019-12-21T11:20:55.004Z] EventsListeners: 0 [2019-12-21T11:20:55.004Z] Registry: https://index.docker.io/v1/ [2019-12-21T11:20:55.004Z] Labels: [2019-12-21T11:20:55.004Z] Experimental: false [2019-12-21T11:20:55.004Z] Insecure Registries: [2019-12-21T11:20:55.004Z] 127.0.0.0/8 [2019-12-21T11:20:55.004Z] Live Restore Enabled: false [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] [2019-12-21T11:20:55.004Z] INFO: Stopping daemon under test [2019-12-21T11:20:55.004Z] SUCCESS: The process with PID 5204 (child process of PID 1340) has been terminated. [2019-12-21T11:20:55.004Z] SUCCESS: The process with PID 1340 (child process of PID 5532) has been terminated. [2019-12-21T11:20:55.004Z] INFO: Stop tailing logs of the daemon under tests [2019-12-21T11:20:55.004Z] INFO: executeCI.ps1 Completed successfully at 12/21/2019 11:20:52. [2019-12-21T11:20:55.004Z] INFO: Tidying up at end of run [2019-12-21T11:20:55.004Z] INFO: Saving daemon under test log (d:\CI\PR-39998\49\dut.out) to C:\windows\TEMP\CIDUT.out [2019-12-21T11:20:55.004Z] INFO: Saving daemon under test log (d:\CI\PR-39998\49\dut.err) to C:\windows\TEMP\CIDUT.err [2019-12-21T11:20:55.004Z] INFO: Nuke-Everything... [2019-12-21T11:20:55.004Z] INFO: Container count on control daemon to delete is 2 [2019-12-21T11:20:55.004Z] 74925e143be6 [2019-12-21T11:20:55.004Z] 010996d602b8 [2019-12-21T11:20:55.004Z] INFO: Tidying pidfile d:\CI\PR-39998\49\docker.pid [2019-12-21T11:20:55.004Z] INFO: Nuking d:\CI [2019-12-21T11:21:24.900Z] INFO: Zapped successfully [2019-12-21T11:21:24.900Z] [2019-12-21T11:21:24.900Z] INFO: executeCI.ps1 exiting at Sat Dec 21 11:21:22 CUT 2019. Duration 01:04:46.4469196 [2019-12-21T11:21:24.900Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2019-12-21T11:21:25.137Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-12-21T11:21:37.704Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-12-21T11:21:40.099Z] Archiving artifacts [2019-12-21T11:21:52.848Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39998/49/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-21T11:21:53.770Z] + make clean [2019-12-21T11:21:56.663Z] docker volume rm -f docker-dev-cache [2019-12-21T11:21:56.663Z] 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