Pull request #40583 opened Started by user Sebastiaan van Stijn Rebuilds build #1 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from f508db483395059344d972b18559317fd9b2636f+28f62c5a356ec5852afeddddc22e9db8044ca69e (366cd4872f0a18efa68b405fe4487dc2de3c5909) 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 49b252bdf16273de41b9b961caae5440a249d3e0 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 49b252bdf16273de41b9b961caae5440a249d3e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49b252bdf16273de41b9b961caae5440a249d3e0 Commit message: "Merge pull request #19 from docker/add-getNodeNamesByLabel" > git rev-list --no-walk 49b252bdf16273de41b9b961caae5440a249d3e0 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-02-26T15:26:06.907Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-02-26T15:26:06.914Z] Trying to pass milestone 1 [Pipeline] milestone [2020-02-26T15:26:06.942Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-02-26T15:26:07.101Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0051299519e65e070) in /home/ubuntu/workspace/moby_PR-40583 [Pipeline] { [Pipeline] checkout [2020-02-26T15:26:07.157Z] using credential docker-jenkins-github-credentials [2020-02-26T15:26:07.165Z] Cloning the remote Git repository [2020-02-26T15:26:07.165Z] Cloning with configured refspecs honoured and without tags [2020-02-26T15:26:07.166Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:07.166Z] > git init /home/ubuntu/workspace/moby_PR-40583 # timeout=10 [2020-02-26T15:26:07.189Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:07.189Z] > git --version # timeout=10 [2020-02-26T15:26:07.199Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:07.200Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:20.132Z] Fetching without tags [2020-02-26T15:26:20.421Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:20.912Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:20.913Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:20.111Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:20.113Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:20.117Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:20.125Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:20.133Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:20.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:20.133Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:20.423Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:20.431Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:20.877Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:20.905Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:20.913Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:20.918Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:21.403Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:21.403Z] > git rev-list --no-walk f508db483395059344d972b18559317fd9b2636f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-26T15:26:22.240Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40583:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-02-26T15:26:22.240Z] Unable to find image 'alpine:latest' locally [2020-02-26T15:26:22.240Z] latest: Pulling from library/alpine [2020-02-26T15:26:22.240Z] c9b1b535fdd9: Pulling fs layer [2020-02-26T15:26:22.497Z] c9b1b535fdd9: Verifying Checksum [2020-02-26T15:26:22.497Z] c9b1b535fdd9: Download complete [2020-02-26T15:26:22.497Z] c9b1b535fdd9: Pull complete [2020-02-26T15:26:22.497Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-02-26T15:26:22.497Z] Status: Downloaded newer image for alpine:latest [2020-02-26T15:26:25.104Z] 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 [2020-02-26T15:26:25.896Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0051299519e65e070) in /home/ubuntu/workspace/moby_PR-40583 [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2020-02-26T15:26:25.912Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0edf171169f2bbc2f) in /home/ubuntu/workspace/moby_PR-40583 [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] } [2020-02-26T15:26:25.927Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0f8287076b2a2c3cc) in /home/ubuntu/workspace/moby_PR-40583 [Pipeline] { [Pipeline] { [2020-02-26T15:26:25.958Z] Running on ppc64le-ubuntu-14 in /home/docker/workspace/moby_PR-40583 [Pipeline] checkout [2020-02-26T15:26:25.979Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-02-26T15:26:25.994Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-02-26T15:26:25.999Z] Fetching without tags [Pipeline] checkout [2020-02-26T15:26:26.018Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2020-02-26T15:26:26.027Z] Cloning the remote Git repository [2020-02-26T15:26:26.027Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [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] { [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-02-26T15:26:26.085Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-02-26T15:26:26.094Z] Running on s390x-ubuntu-02 in /home/jenkins/workspace/moby_PR-40583 [2020-02-26T15:26:26.098Z] Cloning the remote Git repository [2020-02-26T15:26:26.098Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2020-02-26T15:26:26.145Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [2020-02-26T15:26:26.164Z] Cloning the remote Git repository [2020-02-26T15:26:26.164Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-02-26T15:26:26.244Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-02-26T15:26:26.328Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:26.329Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:26.336Z] Running on azwin-2-0c5680 in d:\jenkins\workspace\moby_PR-40583 [Pipeline] { [2020-02-26T15:26:26.349Z] using credential docker-jenkins-github-credentials [Pipeline] ws [2020-02-26T15:26:26.350Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-02-26T15:26:26.392Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:26.394Z] Cloning the remote Git repository [2020-02-26T15:26:26.394Z] Cloning with configured refspecs honoured and without tags [2020-02-26T15:26:26.668Z] using credential docker-jenkins-github-credentials [2020-02-26T15:26:26.746Z] Cloning the remote Git repository [2020-02-26T15:26:26.747Z] Cloning with configured refspecs honoured and without tags [2020-02-26T15:26:25.986Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-02-26T15:26:25.993Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:25.999Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:25.999Z] > git --version # timeout=10 [2020-02-26T15:26:26.009Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.009Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:26.244Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:26.253Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:26.293Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:26.311Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:26.329Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:26.344Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:26.029Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:26.029Z] > git init /home/ubuntu/workspace/moby_PR-40583 # timeout=10 [2020-02-26T15:26:26.035Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:26.036Z] > git --version # timeout=10 [2020-02-26T15:26:26.040Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.040Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-26T15:26:26.102Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:26.102Z] > git init /home/ubuntu/workspace/moby_PR-40583 # timeout=10 [2020-02-26T15:26:26.120Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:26.120Z] > git --version # timeout=10 [2020-02-26T15:26:26.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.129Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:26.169Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:26.170Z] > git init /home/docker/workspace/moby_PR-40583 # timeout=10 [2020-02-26T15:26:26.186Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:26.186Z] > git --version # timeout=10 [2020-02-26T15:26:26.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.192Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:26.428Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:26.430Z] > git init /home/jenkins/workspace/moby_PR-40583 # timeout=10 [2020-02-26T15:26:26.462Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:26.463Z] > git --version # timeout=10 [2020-02-26T15:26:26.475Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.476Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:27.344Z] + [ PR != PR ] [2020-02-26T15:26:27.344Z] + [ master != master ] [2020-02-26T15:26:27.344Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-26T15:26:26.780Z] Cloning repository https://github.com/moby/moby.git [2020-02-26T15:26:26.780Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-02-26T15:26:26.843Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:26.843Z] > git --version # timeout=10 [2020-02-26T15:26:26.889Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:26.889Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:27.714Z] + docker version [2020-02-26T15:26:27.714Z] Client: Docker Engine - Community [2020-02-26T15:26:27.714Z] Version: 19.03.5 [2020-02-26T15:26:27.714Z] API version: 1.40 [2020-02-26T15:26:27.714Z] Go version: go1.12.12 [2020-02-26T15:26:27.714Z] Git commit: 633a0ea838 [2020-02-26T15:26:27.714Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-26T15:26:27.714Z] OS/Arch: linux/amd64 [2020-02-26T15:26:27.714Z] Experimental: false [2020-02-26T15:26:27.714Z] [2020-02-26T15:26:27.714Z] Server: Docker Engine - Community [2020-02-26T15:26:27.714Z] Engine: [2020-02-26T15:26:27.714Z] Version: 19.03.5 [2020-02-26T15:26:27.714Z] API version: 1.40 (minimum version 1.12) [2020-02-26T15:26:27.714Z] Go version: go1.12.12 [2020-02-26T15:26:27.714Z] Git commit: 633a0ea838 [2020-02-26T15:26:27.714Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-26T15:26:27.714Z] OS/Arch: linux/amd64 [2020-02-26T15:26:27.714Z] Experimental: true [2020-02-26T15:26:27.714Z] containerd: [2020-02-26T15:26:27.714Z] Version: 1.2.10 [2020-02-26T15:26:27.714Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:27.714Z] runc: [2020-02-26T15:26:27.714Z] Version: 1.0.0-rc8+dev [2020-02-26T15:26:27.714Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:27.714Z] docker-init: [2020-02-26T15:26:27.714Z] Version: 0.18.0 [2020-02-26T15:26:27.714Z] GitCommit: fec3683 [Pipeline] sh [2020-02-26T15:26:27.997Z] + docker info [2020-02-26T15:26:28.255Z] Client: [2020-02-26T15:26:28.255Z] Debug Mode: false [2020-02-26T15:26:28.255Z] [2020-02-26T15:26:28.255Z] Server: [2020-02-26T15:26:28.255Z] Containers: 0 [2020-02-26T15:26:28.255Z] Running: 0 [2020-02-26T15:26:28.255Z] Paused: 0 [2020-02-26T15:26:28.255Z] Stopped: 0 [2020-02-26T15:26:28.255Z] Images: 3 [2020-02-26T15:26:28.255Z] Server Version: 19.03.5 [2020-02-26T15:26:28.255Z] Storage Driver: overlay2 [2020-02-26T15:26:28.255Z] Backing Filesystem: extfs [2020-02-26T15:26:28.255Z] Supports d_type: true [2020-02-26T15:26:28.255Z] Native Overlay Diff: true [2020-02-26T15:26:28.255Z] Logging Driver: json-file [2020-02-26T15:26:28.255Z] Cgroup Driver: cgroupfs [2020-02-26T15:26:28.255Z] Plugins: [2020-02-26T15:26:28.255Z] Volume: local [2020-02-26T15:26:28.255Z] Network: bridge host ipvlan macvlan null overlay [2020-02-26T15:26:28.255Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-26T15:26:28.255Z] Swarm: inactive [2020-02-26T15:26:28.255Z] Runtimes: runc [2020-02-26T15:26:28.255Z] Default Runtime: runc [2020-02-26T15:26:28.255Z] Init Binary: docker-init [2020-02-26T15:26:28.255Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:28.255Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:28.255Z] init version: fec3683 [2020-02-26T15:26:28.255Z] Security Options: [2020-02-26T15:26:28.255Z] apparmor [2020-02-26T15:26:28.255Z] seccomp [2020-02-26T15:26:28.255Z] Profile: default [2020-02-26T15:26:28.255Z] Kernel Version: 4.15.0-1058-aws [2020-02-26T15:26:28.255Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-26T15:26:28.255Z] OSType: linux [2020-02-26T15:26:28.255Z] Architecture: x86_64 [2020-02-26T15:26:28.255Z] CPUs: 2 [2020-02-26T15:26:28.255Z] Total Memory: 7.583GiB [2020-02-26T15:26:28.255Z] Name: ip-10-100-121-111 [2020-02-26T15:26:28.255Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-26T15:26:28.255Z] Docker Root Dir: /var/lib/docker [2020-02-26T15:26:28.255Z] Debug Mode: false [2020-02-26T15:26:28.255Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:28.255Z] Labels: [2020-02-26T15:26:28.255Z] Experimental: true [2020-02-26T15:26:28.255Z] Insecure Registries: [2020-02-26T15:26:28.255Z] 127.0.0.0/8 [2020-02-26T15:26:28.255Z] Live Restore Enabled: true [2020-02-26T15:26:28.255Z] [2020-02-26T15:26:28.255Z] WARNING: No swap limit support [Pipeline] sh [2020-02-26T15:26:28.537Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:28.537Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:28.537Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40583/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-26T15:26:28.537Z] + bash /home/ubuntu/workspace/moby_PR-40583/check-config.sh [2020-02-26T15:26:28.537Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-26T15:26:28.537Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-26T15:26:28.537Z] [2020-02-26T15:26:28.537Z] Generally Necessary: [2020-02-26T15:26:28.537Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-26T15:26:28.537Z] - apparmor: enabled and tools installed [2020-02-26T15:26:28.537Z] - CONFIG_NAMESPACES: enabled [2020-02-26T15:26:28.537Z] - CONFIG_NET_NS: enabled [2020-02-26T15:26:28.537Z] - CONFIG_PID_NS: enabled [2020-02-26T15:26:28.537Z] - CONFIG_IPC_NS: enabled [2020-02-26T15:26:28.537Z] - CONFIG_UTS_NS: enabled [2020-02-26T15:26:28.537Z] - CONFIG_CGROUPS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CPUSETS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_MEMCG: enabled [2020-02-26T15:26:28.795Z] - CONFIG_KEYS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_VETH: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-26T15:26:28.795Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-26T15:26:28.795Z] [2020-02-26T15:26:28.795Z] Optional Features: [2020-02-26T15:26:28.795Z] - CONFIG_USER_NS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_SECCOMP: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-26T15:26:28.795Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-26T15:26:28.795Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-26T15:26:28.795Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-26T15:26:28.795Z] - CONFIG_BLK_CGROUP: enabled [2020-02-26T15:26:28.795Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-26T15:26:28.795Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_PERF: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-26T15:26:28.795Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-26T15:26:28.795Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-26T15:26:28.795Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-26T15:26:28.795Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-26T15:26:28.795Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_IP_VS: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-26T15:26:28.795Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-26T15:26:28.795Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-26T15:26:28.795Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_EXT4_FS: enabled [2020-02-26T15:26:28.795Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-26T15:26:28.795Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-26T15:26:28.795Z] - Network Drivers: [2020-02-26T15:26:28.795Z] - "overlay": [2020-02-26T15:26:28.795Z] - CONFIG_VXLAN: enabled (as module) [2020-02-26T15:26:28.795Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-26T15:26:28.795Z] Optional (for encrypted networks): [2020-02-26T15:26:29.053Z] - CONFIG_CRYPTO: enabled [2020-02-26T15:26:29.053Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-26T15:26:29.053Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-26T15:26:29.053Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-26T15:26:29.053Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-26T15:26:29.053Z] - CONFIG_XFRM: enabled [2020-02-26T15:26:29.053Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-26T15:26:29.053Z] - "ipvlan": [2020-02-26T15:26:29.053Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-26T15:26:29.053Z] - "macvlan": [2020-02-26T15:26:29.053Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_DUMMY: enabled (as module) [2020-02-26T15:26:29.053Z] - "ftp,tftp client in container": [2020-02-26T15:26:29.053Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-26T15:26:29.053Z] - Storage Drivers: [2020-02-26T15:26:29.053Z] - "aufs": [2020-02-26T15:26:29.053Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-26T15:26:29.053Z] - "btrfs": [2020-02-26T15:26:29.053Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-26T15:26:29.053Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-26T15:26:29.053Z] - "devicemapper": [2020-02-26T15:26:29.053Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-26T15:26:29.053Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-26T15:26:29.053Z] - "overlay": [2020-02-26T15:26:29.053Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-26T15:26:29.053Z] - "zfs": [2020-02-26T15:26:29.053Z] - /dev/zfs: missing [2020-02-26T15:26:29.053Z] - zfs command: missing [2020-02-26T15:26:29.053Z] - zpool command: missing [2020-02-26T15:26:29.053Z] [2020-02-26T15:26:29.053Z] Limits: [2020-02-26T15:26:29.053Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-26T15:26:29.053Z] [2020-02-26T15:26:29.053Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-26T15:26:29.387Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f508db483395059344d972b18559317fd9b2636f . [2020-02-26T15:26:29.387Z] #2 [internal] load .dockerignore [2020-02-26T15:26:29.387Z] #2 transferring context: 87B done [2020-02-26T15:26:29.387Z] #2 DONE 0.0s [2020-02-26T15:26:29.387Z] [2020-02-26T15:26:29.387Z] #1 [internal] load build definition from Dockerfile [2020-02-26T15:26:29.387Z] #1 transferring dockerfile: 15.71kB done [2020-02-26T15:26:29.387Z] #1 DONE 0.0s [2020-02-26T15:26:29.387Z] [2020-02-26T15:26:29.387Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-26T15:26:29.645Z] #3 DONE 0.2s [2020-02-26T15:26:29.645Z] [2020-02-26T15:26:29.645Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-26T15:26:29.645Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-26T15:26:29.645Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-02-26T15:26:29.645Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-02-26T15:26:29.645Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.0s [2020-02-26T15:26:29.645Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-26T15:26:29.901Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2020-02-26T15:26:29.901Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-02-26T15:26:30.158Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-02-26T15:26:30.158Z] #4 DONE 0.6s [2020-02-26T15:26:30.415Z] [2020-02-26T15:26:30.415Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-26T15:26:30.679Z] #5 DONE 0.0s [2020-02-26T15:26:30.679Z] [2020-02-26T15:26:30.679Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:26:30.679Z] #6 DONE 0.2s [2020-02-26T15:26:30.679Z] [2020-02-26T15:26:30.679Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:26:30.679Z] #68 CACHED [2020-02-26T15:26:30.679Z] [2020-02-26T15:26:30.679Z] #20 [internal] load build context [2020-02-26T15:26:34.612Z] Fetching without tags [2020-02-26T15:26:34.859Z] #20 transferring context: 37.58MB 3.8s [2020-02-26T15:26:34.859Z] #20 transferring context: 49.57MB 4.1s done [2020-02-26T15:26:34.859Z] #20 DONE 4.2s [2020-02-26T15:26:34.859Z] [2020-02-26T15:26:34.859Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:26:34.859Z] #7 resolve docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea done [2020-02-26T15:26:34.859Z] #7 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 0.8s done [2020-02-26T15:26:34.859Z] #7 sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea 1.42kB / 1.42kB done [2020-02-26T15:26:34.859Z] #7 sha256:297e5bf50f50837ab5f136b3b0568b5890a5e03e3e2faf0abfdd3e10945ed440 5.46kB / 5.46kB done [2020-02-26T15:26:34.859Z] #7 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.7s done [2020-02-26T15:26:34.859Z] #7 sha256:85f189a5bda8f1cf807fe77c50a231dffd7e7c955ece38feeed9e416e9676400 1.79kB / 1.79kB done [2020-02-26T15:26:34.859Z] #7 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.3s done [2020-02-26T15:26:34.859Z] #7 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.5s done [2020-02-26T15:26:34.859Z] #7 sha256:f47e6cebc5126c53ef9c1635358e57ff7f11f5ad1689d43d105350519ec7531b 120.07MB / 120.07MB 2.8s done [2020-02-26T15:26:34.859Z] #7 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.0s done [2020-02-26T15:26:34.859Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 3.1s [2020-02-26T15:26:34.859Z] #7 sha256:5303501560106b7786bf68a88b0ac18bb9479fbb16233f262510188f69c61110 126B / 126B 1.5s done [2020-02-26T15:26:35.003Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:35.423Z] #7 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 3.7s done [2020-02-26T15:26:35.653Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:35.654Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:35.680Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 [2020-02-26T15:26:34.515Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:34.528Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:34.540Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:34.592Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:34.647Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:34.649Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:34.650Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:35.036Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:35.048Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:35.576Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:35.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:35.690Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:35.704Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:35.937Z] #7 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.3s done [2020-02-26T15:26:35.937Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc [2020-02-26T15:26:36.194Z] #7 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.2s done [2020-02-26T15:26:36.297Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:36.452Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-26T15:26:37.534Z] + docker version [2020-02-26T15:26:37.534Z] Client: [2020-02-26T15:26:37.534Z] Version: 18.06.3-ce [2020-02-26T15:26:37.534Z] API version: 1.38 [2020-02-26T15:26:37.534Z] Go version: go1.10.3 [2020-02-26T15:26:37.534Z] Git commit: d7080c1 [2020-02-26T15:26:37.534Z] Built: Wed Feb 20 02:27:09 2019 [2020-02-26T15:26:37.534Z] OS/Arch: linux/s390x [2020-02-26T15:26:37.534Z] Experimental: false [2020-02-26T15:26:37.534Z] [2020-02-26T15:26:37.534Z] Server: [2020-02-26T15:26:37.534Z] Engine: [2020-02-26T15:26:37.534Z] Version: 18.06.3-ce [2020-02-26T15:26:37.534Z] API version: 1.38 (minimum version 1.12) [2020-02-26T15:26:37.534Z] Go version: go1.10.3 [2020-02-26T15:26:37.534Z] Git commit: d7080c1 [2020-02-26T15:26:37.534Z] Built: Wed Feb 20 02:26:03 2019 [2020-02-26T15:26:37.534Z] OS/Arch: linux/s390x [2020-02-26T15:26:37.534Z] Experimental: true [Pipeline] sh [2020-02-26T15:26:38.265Z] + docker info [2020-02-26T15:26:38.265Z] Containers: 0 [2020-02-26T15:26:38.265Z] Running: 0 [2020-02-26T15:26:38.265Z] Paused: 0 [2020-02-26T15:26:38.265Z] Stopped: 0 [2020-02-26T15:26:38.265Z] Images: 0 [2020-02-26T15:26:38.265Z] Server Version: 18.06.3-ce [2020-02-26T15:26:38.265Z] Storage Driver: overlay2 [2020-02-26T15:26:38.265Z] Backing Filesystem: extfs [2020-02-26T15:26:38.265Z] Supports d_type: true [2020-02-26T15:26:38.265Z] Native Overlay Diff: true [2020-02-26T15:26:38.265Z] Logging Driver: json-file [2020-02-26T15:26:38.265Z] Cgroup Driver: cgroupfs [2020-02-26T15:26:38.265Z] Plugins: [2020-02-26T15:26:38.265Z] Volume: local [2020-02-26T15:26:38.265Z] Network: bridge host ipvlan macvlan null overlay [2020-02-26T15:26:38.265Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-26T15:26:38.265Z] Swarm: inactive [2020-02-26T15:26:38.265Z] Runtimes: runc [2020-02-26T15:26:38.265Z] Default Runtime: runc [2020-02-26T15:26:38.265Z] Init Binary: docker-init [2020-02-26T15:26:38.265Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-26T15:26:38.265Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2020-02-26T15:26:38.265Z] init version: fec3683 [2020-02-26T15:26:38.265Z] Security Options: [2020-02-26T15:26:38.265Z] apparmor [2020-02-26T15:26:38.265Z] seccomp [2020-02-26T15:26:38.265Z] Profile: default [2020-02-26T15:26:38.265Z] Kernel Version: 4.4.0-171-generic [2020-02-26T15:26:38.265Z] Operating System: Ubuntu 16.04.5 LTS [2020-02-26T15:26:38.265Z] OSType: linux [2020-02-26T15:26:38.265Z] Architecture: s390x [2020-02-26T15:26:38.265Z] CPUs: 2 [2020-02-26T15:26:38.265Z] Total Memory: 7.862GiB [2020-02-26T15:26:38.265Z] Name: s390x-ubuntu-02 [2020-02-26T15:26:38.265Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-02-26T15:26:38.265Z] Docker Root Dir: /var/lib/docker [2020-02-26T15:26:38.265Z] Debug Mode (client): false [2020-02-26T15:26:38.265Z] Debug Mode (server): false [2020-02-26T15:26:38.265Z] Username: dockerbuildbot [2020-02-26T15:26:38.265Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:38.265Z] Labels: [2020-02-26T15:26:38.265Z] Experimental: true [2020-02-26T15:26:38.265Z] Insecure Registries: [2020-02-26T15:26:38.265Z] 127.0.0.0/8 [2020-02-26T15:26:38.265Z] Live Restore Enabled: false [2020-02-26T15:26:38.265Z] [2020-02-26T15:26:38.265Z] WARNING: No swap limit support [Pipeline] sh [2020-02-26T15:26:38.347Z] #7 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.0s done [2020-02-26T15:26:38.347Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 [2020-02-26T15:26:38.558Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:38.563Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:38.568Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:38.580Z] Fetching without tags [2020-02-26T15:26:38.819Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:39.059Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:39.060Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:39.060Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40583/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-26T15:26:39.060Z] + bash /home/jenkins/workspace/moby_PR-40583/check-config.sh [2020-02-26T15:26:39.060Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-26T15:26:39.060Z] info: reading kernel config from /boot/config-4.4.0-171-generic ... [2020-02-26T15:26:39.060Z] [2020-02-26T15:26:39.060Z] Generally Necessary: [2020-02-26T15:26:39.290Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:39.291Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:39.417Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-26T15:26:39.417Z] - apparmor: enabled and tools installed [2020-02-26T15:26:39.417Z] - CONFIG_NAMESPACES: enabled [2020-02-26T15:26:39.417Z] - CONFIG_NET_NS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_PID_NS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_IPC_NS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_UTS_NS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUPS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CPUSETS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_MEMCG: enabled [2020-02-26T15:26:39.417Z] - CONFIG_KEYS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_VETH: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-26T15:26:39.417Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-26T15:26:39.417Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-26T15:26:39.417Z] [2020-02-26T15:26:39.417Z] Optional Features: [2020-02-26T15:26:39.417Z] - CONFIG_USER_NS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_SECCOMP: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-26T15:26:39.417Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-26T15:26:39.417Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-26T15:26:39.417Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-26T15:26:39.417Z] - CONFIG_BLK_CGROUP: enabled [2020-02-26T15:26:39.417Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-26T15:26:39.417Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_PERF: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-26T15:26:39.417Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-26T15:26:39.417Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-26T15:26:39.417Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-26T15:26:39.417Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_IP_VS: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-26T15:26:39.417Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-26T15:26:39.417Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-26T15:26:39.417Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_EXT4_FS: enabled [2020-02-26T15:26:39.417Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-26T15:26:39.417Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-26T15:26:39.417Z] - Network Drivers: [2020-02-26T15:26:39.417Z] - "overlay": [2020-02-26T15:26:39.417Z] - CONFIG_VXLAN: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-26T15:26:39.417Z] Optional (for encrypted networks): [2020-02-26T15:26:39.417Z] - CONFIG_CRYPTO: enabled [2020-02-26T15:26:39.417Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_XFRM: enabled [2020-02-26T15:26:39.417Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-26T15:26:39.417Z] - "ipvlan": [2020-02-26T15:26:39.417Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-26T15:26:39.417Z] - "macvlan": [2020-02-26T15:26:39.417Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_DUMMY: enabled (as module) [2020-02-26T15:26:39.417Z] - "ftp,tftp client in container": [2020-02-26T15:26:39.417Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-26T15:26:39.417Z] - Storage Drivers: [2020-02-26T15:26:39.417Z] - "aufs": [2020-02-26T15:26:39.417Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-26T15:26:39.417Z] - "btrfs": [2020-02-26T15:26:39.417Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-26T15:26:39.417Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-26T15:26:39.417Z] - "devicemapper": [2020-02-26T15:26:39.417Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-26T15:26:39.417Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-26T15:26:39.417Z] - "overlay": [2020-02-26T15:26:39.417Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-26T15:26:39.417Z] - "zfs": [2020-02-26T15:26:39.484Z] - /dev/zfs: missing [2020-02-26T15:26:39.484Z] - zfs command: missing [2020-02-26T15:26:39.484Z] - zpool command: missing [2020-02-26T15:26:39.484Z] [2020-02-26T15:26:39.484Z] Limits: [2020-02-26T15:26:39.484Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-26T15:26:39.484Z] [2020-02-26T15:26:39.484Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-26T15:26:39.650Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-02-26T15:26:38.576Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:38.583Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:38.583Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:38.583Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:38.822Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:38.832Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:39.273Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:39.280Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:39.293Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:39.308Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:40.207Z] + make bundles/buildx [2020-02-26T15:26:40.207Z] make: command: Command not found [2020-02-26T15:26:40.207Z] make: command: Command not found [2020-02-26T15:26:40.207Z] mkdir bundles [2020-02-26T15:26:40.207Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-26T15:26:40.207Z] --build-arg BUILDX_COMMIT \ [2020-02-26T15:26:40.207Z] --build-arg BUILDX_REPO \ [2020-02-26T15:26:40.207Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-26T15:26:40.207Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-26T15:26:40.207Z] . [2020-02-26T15:26:40.207Z] /bin/sh: 4: go: not found [2020-02-26T15:26:40.207Z] /bin/sh: 5: go: not found [Pipeline] sh [2020-02-26T15:26:40.489Z] + docker version [2020-02-26T15:26:40.489Z] Client: Docker Engine - Community [2020-02-26T15:26:40.489Z] Version: 19.03.5 [2020-02-26T15:26:40.489Z] API version: 1.40 [2020-02-26T15:26:40.489Z] Go version: go1.12.12 [2020-02-26T15:26:40.489Z] Git commit: 633a0ea838 [2020-02-26T15:26:40.489Z] Built: Wed Nov 13 07:29:52 2019 [2020-02-26T15:26:40.489Z] OS/Arch: linux/amd64 [2020-02-26T15:26:40.489Z] Experimental: false [2020-02-26T15:26:40.489Z] [2020-02-26T15:26:40.489Z] Server: Docker Engine - Community [2020-02-26T15:26:40.489Z] Engine: [2020-02-26T15:26:40.489Z] Version: 19.03.5 [2020-02-26T15:26:40.489Z] API version: 1.40 (minimum version 1.12) [2020-02-26T15:26:40.489Z] Go version: go1.12.12 [2020-02-26T15:26:40.489Z] Git commit: 633a0ea838 [2020-02-26T15:26:40.489Z] Built: Wed Nov 13 07:28:22 2019 [2020-02-26T15:26:40.489Z] OS/Arch: linux/amd64 [2020-02-26T15:26:40.489Z] Experimental: true [2020-02-26T15:26:40.489Z] containerd: [2020-02-26T15:26:40.489Z] Version: 1.2.10 [2020-02-26T15:26:40.489Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:40.489Z] runc: [2020-02-26T15:26:40.489Z] Version: 1.0.0-rc8+dev [2020-02-26T15:26:40.489Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:40.489Z] docker-init: [2020-02-26T15:26:40.489Z] Version: 0.18.0 [2020-02-26T15:26:40.489Z] GitCommit: fec3683 [Pipeline] sh [2020-02-26T15:26:40.553Z] Fetching without tags [2020-02-26T15:26:40.771Z] + docker info [2020-02-26T15:26:40.771Z] Client: [2020-02-26T15:26:40.771Z] Debug Mode: false [2020-02-26T15:26:40.771Z] [2020-02-26T15:26:40.771Z] Server: [2020-02-26T15:26:40.771Z] Containers: 0 [2020-02-26T15:26:40.771Z] Running: 0 [2020-02-26T15:26:40.771Z] Paused: 0 [2020-02-26T15:26:40.771Z] Stopped: 0 [2020-02-26T15:26:40.771Z] Images: 7 [2020-02-26T15:26:40.771Z] Server Version: 19.03.5 [2020-02-26T15:26:40.771Z] Storage Driver: overlay2 [2020-02-26T15:26:40.771Z] Backing Filesystem: extfs [2020-02-26T15:26:40.771Z] Supports d_type: true [2020-02-26T15:26:40.771Z] Native Overlay Diff: true [2020-02-26T15:26:40.771Z] Logging Driver: json-file [2020-02-26T15:26:40.771Z] Cgroup Driver: cgroupfs [2020-02-26T15:26:40.771Z] Plugins: [2020-02-26T15:26:40.771Z] Volume: local [2020-02-26T15:26:40.771Z] Network: bridge host ipvlan macvlan null overlay [2020-02-26T15:26:40.771Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-26T15:26:40.771Z] Swarm: inactive [2020-02-26T15:26:40.771Z] Runtimes: runc [2020-02-26T15:26:40.771Z] Default Runtime: runc [2020-02-26T15:26:40.771Z] Init Binary: docker-init [2020-02-26T15:26:40.771Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:40.771Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:40.771Z] init version: fec3683 [2020-02-26T15:26:40.771Z] Security Options: [2020-02-26T15:26:40.771Z] apparmor [2020-02-26T15:26:40.771Z] seccomp [2020-02-26T15:26:40.771Z] Profile: default [2020-02-26T15:26:40.771Z] Kernel Version: 4.15.0-1058-aws [2020-02-26T15:26:40.771Z] Operating System: Ubuntu 18.04.4 LTS [2020-02-26T15:26:40.771Z] OSType: linux [2020-02-26T15:26:40.771Z] Architecture: x86_64 [2020-02-26T15:26:40.771Z] CPUs: 2 [2020-02-26T15:26:40.771Z] Total Memory: 7.501GiB [2020-02-26T15:26:40.771Z] Name: ip-10-100-33-248 [2020-02-26T15:26:40.771Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-02-26T15:26:40.771Z] Docker Root Dir: /var/lib/docker [2020-02-26T15:26:40.771Z] Debug Mode: false [2020-02-26T15:26:40.771Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:40.771Z] Labels: [2020-02-26T15:26:40.771Z] Experimental: true [2020-02-26T15:26:40.771Z] Insecure Registries: [2020-02-26T15:26:40.771Z] 127.0.0.0/8 [2020-02-26T15:26:40.771Z] Live Restore Enabled: true [2020-02-26T15:26:40.771Z] [2020-02-26T15:26:40.771Z] WARNING: No swap limit support [Pipeline] sh [2020-02-26T15:26:40.871Z] #7 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 1.9s done [2020-02-26T15:26:40.871Z] #7 extracting sha256:f47e6cebc5126c53ef9c1635358e57ff7f11f5ad1689d43d105350519ec7531b [2020-02-26T15:26:40.968Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:41.052Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:41.052Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:41.052Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40583/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-26T15:26:41.310Z] + bash /home/ubuntu/workspace/moby_PR-40583/check-config.sh [2020-02-26T15:26:41.310Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-26T15:26:41.310Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-02-26T15:26:41.310Z] [2020-02-26T15:26:41.310Z] Generally Necessary: [2020-02-26T15:26:41.310Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-26T15:26:41.310Z] - apparmor: enabled and tools installed [2020-02-26T15:26:41.310Z] - CONFIG_NAMESPACES: enabled [2020-02-26T15:26:41.310Z] - CONFIG_NET_NS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_PID_NS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_IPC_NS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_UTS_NS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUPS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CPUSETS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_MEMCG: enabled [2020-02-26T15:26:41.310Z] - CONFIG_KEYS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_VETH: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-26T15:26:41.310Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-26T15:26:41.310Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-26T15:26:41.310Z] [2020-02-26T15:26:41.310Z] Optional Features: [2020-02-26T15:26:41.310Z] - CONFIG_USER_NS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_SECCOMP: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-26T15:26:41.310Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-26T15:26:41.310Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-26T15:26:41.310Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-26T15:26:41.310Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-02-26T15:26:41.310Z] - CONFIG_BLK_CGROUP: enabled [2020-02-26T15:26:41.310Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-26T15:26:41.310Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_PERF: enabled [2020-02-26T15:26:41.310Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-26T15:26:41.449Z] Sending build context to Docker daemon 54.16MB [2020-02-26T15:26:41.449Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-26T15:26:41.449Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-26T15:26:41.449Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-26T15:26:41.449Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-26T15:26:41.566Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-26T15:26:41.566Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-26T15:26:41.566Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-26T15:26:41.566Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-26T15:26:41.566Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_IP_VS: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-26T15:26:41.566Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-26T15:26:41.566Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-26T15:26:41.566Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_EXT4_FS: enabled [2020-02-26T15:26:41.566Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-26T15:26:41.566Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-26T15:26:41.566Z] - Network Drivers: [2020-02-26T15:26:41.566Z] - "overlay": [2020-02-26T15:26:41.566Z] - CONFIG_VXLAN: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-26T15:26:41.566Z] Optional (for encrypted networks): [2020-02-26T15:26:41.566Z] - CONFIG_CRYPTO: enabled [2020-02-26T15:26:41.566Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-26T15:26:41.566Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-26T15:26:41.566Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-26T15:26:41.566Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-26T15:26:41.566Z] - CONFIG_XFRM: enabled [2020-02-26T15:26:41.566Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-26T15:26:41.566Z] - "ipvlan": [2020-02-26T15:26:41.566Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-26T15:26:41.566Z] - "macvlan": [2020-02-26T15:26:41.566Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_DUMMY: enabled (as module) [2020-02-26T15:26:41.566Z] - "ftp,tftp client in container": [2020-02-26T15:26:41.566Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-26T15:26:41.566Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-26T15:26:41.566Z] - Storage Drivers: [2020-02-26T15:26:41.566Z] - "aufs": [2020-02-26T15:26:41.566Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-26T15:26:41.566Z] - "btrfs": [2020-02-26T15:26:41.567Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-26T15:26:41.567Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-26T15:26:41.567Z] - "devicemapper": [2020-02-26T15:26:41.567Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-26T15:26:41.567Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-26T15:26:41.567Z] - "overlay": [2020-02-26T15:26:41.567Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-26T15:26:41.567Z] - "zfs": [2020-02-26T15:26:41.567Z] - /dev/zfs: missing [2020-02-26T15:26:41.567Z] - zfs command: missing [2020-02-26T15:26:41.567Z] - zpool command: missing [2020-02-26T15:26:41.567Z] [2020-02-26T15:26:41.567Z] Limits: [2020-02-26T15:26:41.567Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-26T15:26:41.567Z] [2020-02-26T15:26:41.567Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-26T15:26:41.809Z] 1.12.10-stretch: Pulling from library/golang [2020-02-26T15:26:41.809Z] ade01ea651a2: Pulling fs layer [2020-02-26T15:26:41.809Z] fbabdb69f639: Pulling fs layer [2020-02-26T15:26:41.809Z] ff33bd1013d7: Pulling fs layer [2020-02-26T15:26:41.809Z] 85cfe9d77eff: Pulling fs layer [2020-02-26T15:26:41.809Z] ace5139f9caa: Pulling fs layer [2020-02-26T15:26:41.809Z] e4d79466b81c: Pulling fs layer [2020-02-26T15:26:41.809Z] b00baabad4ce: Pulling fs layer [2020-02-26T15:26:41.809Z] 85cfe9d77eff: Waiting [2020-02-26T15:26:41.809Z] ace5139f9caa: Waiting [2020-02-26T15:26:41.809Z] e4d79466b81c: Waiting [2020-02-26T15:26:41.809Z] b00baabad4ce: Waiting [2020-02-26T15:26:41.829Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:41.830Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:41.893Z] + sudo modprobe ip_vs [2020-02-26T15:26:41.893Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f508db483395059344d972b18559317fd9b2636f . [2020-02-26T15:26:41.893Z] #2 [internal] load .dockerignore [2020-02-26T15:26:41.893Z] #2 transferring context: 87B done [2020-02-26T15:26:41.893Z] #2 DONE 0.0s [2020-02-26T15:26:41.893Z] [2020-02-26T15:26:41.893Z] #1 [internal] load build definition from Dockerfile [2020-02-26T15:26:41.893Z] #1 transferring dockerfile: 15.71kB done [2020-02-26T15:26:41.893Z] #1 DONE 0.0s [2020-02-26T15:26:41.893Z] [2020-02-26T15:26:41.893Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-26T15:26:41.893Z] #3 DONE 0.1s [2020-02-26T15:26:40.534Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:40.537Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:40.541Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:40.549Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:40.556Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:40.557Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:40.557Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:40.971Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:40.975Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:41.804Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:41.818Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:41.833Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:41.843Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:42.016Z] Fetching without tags [2020-02-26T15:26:42.149Z] [2020-02-26T15:26:42.149Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-26T15:26:42.149Z] #4 CACHED [2020-02-26T15:26:42.224Z] ff33bd1013d7: Verifying Checksum [2020-02-26T15:26:42.224Z] ff33bd1013d7: Download complete [2020-02-26T15:26:42.224Z] fbabdb69f639: Verifying Checksum [2020-02-26T15:26:42.224Z] fbabdb69f639: Download complete [2020-02-26T15:26:41.654Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:41.701Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:41.748Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:41.873Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:42.045Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:42.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:42.045Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:42.551Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-26T15:26:42.717Z] #6 DONE 0.0s [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:26:42.717Z] #5 DONE 0.1s [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:26:42.717Z] #68 DONE 0.0s [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:26:42.717Z] #7 DONE 0.0s [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-26T15:26:42.717Z] #9 CACHED [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-26T15:26:42.717Z] #8 CACHED [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:26:42.717Z] #43 CACHED [2020-02-26T15:26:42.717Z] [2020-02-26T15:26:42.717Z] #20 [internal] load build context [2020-02-26T15:26:43.006Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:43.123Z] ace5139f9caa: Verifying Checksum [2020-02-26T15:26:43.123Z] ace5139f9caa: Download complete [2020-02-26T15:26:43.123Z] ade01ea651a2: Verifying Checksum [2020-02-26T15:26:43.123Z] ade01ea651a2: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-26T15:26:43.484Z] + docker version [2020-02-26T15:26:43.484Z] Client: Docker Engine - Community [2020-02-26T15:26:43.484Z] Version: 19.03.5 [2020-02-26T15:26:43.484Z] API version: 1.40 [2020-02-26T15:26:43.484Z] Go version: go1.12.12 [2020-02-26T15:26:43.484Z] Git commit: 633a0ea [2020-02-26T15:26:43.484Z] Built: Wed Nov 13 07:27:53 2019 [2020-02-26T15:26:43.484Z] OS/Arch: linux/arm64 [2020-02-26T15:26:43.484Z] Experimental: false [2020-02-26T15:26:43.484Z] [2020-02-26T15:26:43.484Z] Server: Docker Engine - Community [2020-02-26T15:26:43.484Z] Engine: [2020-02-26T15:26:43.484Z] Version: 19.03.5 [2020-02-26T15:26:43.484Z] API version: 1.40 (minimum version 1.12) [2020-02-26T15:26:43.484Z] Go version: go1.12.12 [2020-02-26T15:26:43.484Z] Git commit: 633a0ea [2020-02-26T15:26:43.484Z] Built: Wed Nov 13 07:26:25 2019 [2020-02-26T15:26:43.484Z] OS/Arch: linux/arm64 [2020-02-26T15:26:43.484Z] Experimental: true [2020-02-26T15:26:43.484Z] containerd: [2020-02-26T15:26:43.484Z] Version: 1.2.10 [2020-02-26T15:26:43.484Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:43.484Z] runc: [2020-02-26T15:26:43.484Z] Version: 1.0.0-rc8+dev [2020-02-26T15:26:43.484Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:43.484Z] docker-init: [2020-02-26T15:26:43.484Z] Version: 0.18.0 [2020-02-26T15:26:43.484Z] GitCommit: fec3683 [Pipeline] sh [2020-02-26T15:26:43.493Z] 85cfe9d77eff: Verifying Checksum [2020-02-26T15:26:43.493Z] 85cfe9d77eff: Download complete [2020-02-26T15:26:43.493Z] b00baabad4ce: Verifying Checksum [2020-02-26T15:26:43.493Z] b00baabad4ce: Download complete [2020-02-26T15:26:43.773Z] + docker info [2020-02-26T15:26:44.269Z] e4d79466b81c: Verifying Checksum [2020-02-26T15:26:44.269Z] e4d79466b81c: Download complete [2020-02-26T15:26:43.033Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:43.079Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:44.654Z] #20 transferring context: 49.57MB 1.6s done [2020-02-26T15:26:44.654Z] #20 DONE 1.6s [2020-02-26T15:26:44.654Z] [2020-02-26T15:26:44.654Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:26:44.654Z] #44 1.644 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:26:44.654Z] #44 1.644 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:26:44.654Z] #44 1.649 Note: Building without GnuTLS support [2020-02-26T15:26:44.654Z] #44 1.850 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:26:44.654Z] #44 1.856 GEN .gitid [2020-02-26T15:26:44.654Z] #44 1.859 GEN criu/include/version.h [2020-02-26T15:26:44.654Z] #44 1.864 GEN include/common/asm [2020-02-26T15:26:44.654Z] #44 2.036 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-26T15:26:44.708Z] Client: [2020-02-26T15:26:44.709Z] Debug Mode: false [2020-02-26T15:26:44.709Z] [2020-02-26T15:26:44.709Z] Server: [2020-02-26T15:26:44.709Z] Containers: 0 [2020-02-26T15:26:44.709Z] Running: 0 [2020-02-26T15:26:44.709Z] Paused: 0 [2020-02-26T15:26:44.709Z] Stopped: 0 [2020-02-26T15:26:44.709Z] Images: 3 [2020-02-26T15:26:44.709Z] Server Version: 19.03.5 [2020-02-26T15:26:44.709Z] Storage Driver: overlay2 [2020-02-26T15:26:44.709Z] Backing Filesystem: extfs [2020-02-26T15:26:44.709Z] Supports d_type: true [2020-02-26T15:26:44.709Z] Native Overlay Diff: true [2020-02-26T15:26:44.709Z] Logging Driver: json-file [2020-02-26T15:26:44.709Z] Cgroup Driver: cgroupfs [2020-02-26T15:26:44.709Z] Plugins: [2020-02-26T15:26:44.709Z] Volume: local [2020-02-26T15:26:44.709Z] Network: bridge host ipvlan macvlan null overlay [2020-02-26T15:26:44.709Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-02-26T15:26:44.709Z] Swarm: inactive [2020-02-26T15:26:44.709Z] Runtimes: runc [2020-02-26T15:26:44.709Z] Default Runtime: runc [2020-02-26T15:26:44.709Z] Init Binary: docker-init [2020-02-26T15:26:44.709Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-02-26T15:26:44.709Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-02-26T15:26:44.709Z] init version: fec3683 [2020-02-26T15:26:44.709Z] Security Options: [2020-02-26T15:26:44.709Z] apparmor [2020-02-26T15:26:44.709Z] seccomp [2020-02-26T15:26:44.709Z] Profile: default [2020-02-26T15:26:44.709Z] Kernel Version: 4.15.0-1057-aws [2020-02-26T15:26:44.709Z] Operating System: Ubuntu 16.04.6 LTS [2020-02-26T15:26:44.709Z] OSType: linux [2020-02-26T15:26:44.709Z] Architecture: aarch64 [2020-02-26T15:26:44.709Z] CPUs: 4 [2020-02-26T15:26:44.709Z] Total Memory: 7.525GiB [2020-02-26T15:26:44.709Z] Name: ip-10-100-96-206 [2020-02-26T15:26:44.709Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-02-26T15:26:44.709Z] Docker Root Dir: /var/lib/docker [2020-02-26T15:26:44.709Z] Debug Mode: false [2020-02-26T15:26:44.709Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:44.709Z] Labels: [2020-02-26T15:26:44.709Z] Experimental: true [2020-02-26T15:26:44.709Z] Insecure Registries: [2020-02-26T15:26:44.709Z] 127.0.0.0/8 [2020-02-26T15:26:44.709Z] Live Restore Enabled: true [2020-02-26T15:26:44.709Z] [2020-02-26T15:26:44.709Z] WARNING: No swap limit support [Pipeline] sh [2020-02-26T15:26:44.910Z] #44 2.076 PBCC images/opts.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.083 PBCC images/sit.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.089 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.099 DEP images/opts.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.106 DEP images/sit.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.113 PBCC images/macvlan.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.117 DEP images/macvlan.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.124 PBCC images/autofs.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.128 DEP images/autofs.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.134 PBCC images/sysctl.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.138 DEP images/sysctl.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.145 PBCC images/time.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.149 DEP images/time.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.155 PBCC images/binfmt-misc.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.159 DEP images/binfmt-misc.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.166 PBCC images/seccomp.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.169 DEP images/seccomp.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.176 PBCC images/userns.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.180 DEP images/userns.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.187 PBCC images/cgroup.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.191 DEP images/cgroup.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.198 PBCC images/fown.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.202 PBCC images/ext-file.pb-c.c [2020-02-26T15:26:44.910Z] #44 2.206 DEP images/fown.pb-c.d [2020-02-26T15:26:44.910Z] #44 2.212 DEP images/ext-file.pb-c.d [2020-02-26T15:26:44.911Z] #44 2.219 PBCC images/rpc.pb-c.c [2020-02-26T15:26:44.911Z] #44 2.225 DEP images/rpc.pb-c.d [2020-02-26T15:26:44.911Z] #44 2.233 PBCC images/siginfo.pb-c.c [2020-02-26T15:26:44.911Z] #44 2.237 DEP images/siginfo.pb-c.d [2020-02-26T15:26:44.911Z] #44 2.244 PBCC images/pagemap.pb-c.c [2020-02-26T15:26:44.998Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:44.998Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:44.998Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40583/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-26T15:26:44.998Z] + bash /home/ubuntu/workspace/moby_PR-40583/check-config.sh [2020-02-26T15:26:44.998Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-26T15:26:44.998Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-02-26T15:26:44.998Z] [2020-02-26T15:26:44.998Z] Generally Necessary: [2020-02-26T15:26:44.998Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-26T15:26:44.998Z] - apparmor: enabled and tools installed [2020-02-26T15:26:44.998Z] - CONFIG_NAMESPACES: enabled [2020-02-26T15:26:44.998Z] - CONFIG_NET_NS: enabled [2020-02-26T15:26:44.998Z] - CONFIG_PID_NS: enabled [2020-02-26T15:26:44.998Z] - CONFIG_IPC_NS: enabled [2020-02-26T15:26:44.998Z] - CONFIG_UTS_NS: enabled [2020-02-26T15:26:44.998Z] - CONFIG_CGROUPS: enabled [2020-02-26T15:26:44.998Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-26T15:26:45.009Z] ade01ea651a2: Pull complete [2020-02-26T15:26:45.009Z] fbabdb69f639: Pull complete [2020-02-26T15:26:45.054Z] #7 extracting sha256:f47e6cebc5126c53ef9c1635358e57ff7f11f5ad1689d43d105350519ec7531b 4.0s done [2020-02-26T15:26:45.054Z] #7 extracting sha256:5303501560106b7786bf68a88b0ac18bb9479fbb16233f262510188f69c61110 [2020-02-26T15:26:45.054Z] #7 extracting sha256:5303501560106b7786bf68a88b0ac18bb9479fbb16233f262510188f69c61110 done [2020-02-26T15:26:45.054Z] #7 DONE 14.1s [2020-02-26T15:26:45.054Z] [2020-02-26T15:26:45.054Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-26T15:26:45.167Z] #44 2.250 DEP images/pagemap.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.257 PBCC images/rlimit.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.261 DEP images/rlimit.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.268 PBCC images/file-lock.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.272 DEP images/file-lock.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.278 PBCC images/tty.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.285 DEP images/tty.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.293 PBCC images/tun.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.299 PBCC images/netdev.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.306 DEP images/tun.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.314 DEP images/netdev.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.322 PBCC images/vma.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.329 DEP images/vma.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.336 PBCC images/creds.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.340 DEP images/creds.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.346 PBCC images/utsns.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.350 DEP images/utsns.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.356 PBCC images/ipc-desc.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.360 PBCC images/ipc-sem.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.363 DEP images/ipc-desc.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.370 DEP images/ipc-sem.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.376 PBCC images/ipc-msg.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.379 DEP images/ipc-msg.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.386 PBCC images/ipc-shm.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.389 DEP images/ipc-shm.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.396 PBCC images/ipc-var.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.400 DEP images/ipc-var.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.406 PBCC images/sk-opts.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.410 PBCC images/packet-sock.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.417 DEP images/sk-opts.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.424 DEP images/packet-sock.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.431 PBCC images/sk-netlink.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.438 DEP images/sk-netlink.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.445 PBCC images/sk-inet.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.452 DEP images/sk-inet.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.459 PBCC images/sk-unix.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.466 DEP images/sk-unix.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.473 PBCC images/mm.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.480 DEP images/mm.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.487 PBCC images/timerfd.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.494 DEP images/timerfd.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.500 PBCC images/timer.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.505 DEP images/timer.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.511 PBCC images/sa.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.517 DEP images/sa.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.524 PBCC images/pipe-data.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.528 DEP images/pipe-data.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.534 PBCC images/mnt.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.541 DEP images/mnt.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.548 PBCC images/sk-packet.pb-c.c [2020-02-26T15:26:45.167Z] #44 2.551 DEP images/sk-packet.pb-c.d [2020-02-26T15:26:45.167Z] #44 2.558 PBCC images/tcp-stream.pb-c.c [2020-02-26T15:26:45.258Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-26T15:26:45.258Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-26T15:26:45.258Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-26T15:26:45.258Z] - CONFIG_CPUSETS: enabled [2020-02-26T15:26:45.258Z] - CONFIG_MEMCG: enabled [2020-02-26T15:26:45.258Z] - CONFIG_KEYS: enabled [2020-02-26T15:26:45.258Z] - CONFIG_VETH: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-26T15:26:45.258Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-26T15:26:45.258Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-26T15:26:45.258Z] [2020-02-26T15:26:45.258Z] Optional Features: [2020-02-26T15:26:45.258Z] - CONFIG_USER_NS: enabled [2020-02-26T15:26:45.258Z] - CONFIG_SECCOMP: enabled [2020-02-26T15:26:45.258Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-26T15:26:45.258Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-26T15:26:45.258Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-26T15:26:45.258Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-02-26T15:26:45.258Z] - CONFIG_BLK_CGROUP: enabled [2020-02-26T15:26:45.360Z] ff33bd1013d7: Pull complete [2020-02-26T15:26:45.424Z] #44 2.564 DEP images/tcp-stream.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.573 PBCC images/pipe.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.580 DEP images/pipe.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.587 PBCC images/pstree.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.591 DEP images/pstree.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.598 PBCC images/fs.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.602 DEP images/fs.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.608 PBCC images/signalfd.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.615 DEP images/signalfd.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.622 PBCC images/fh.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.628 PBCC images/fsnotify.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.635 DEP images/fh.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.642 DEP images/fsnotify.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.649 PBCC images/eventpoll.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.653 DEP images/eventpoll.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.659 PBCC images/eventfd.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.663 DEP images/eventfd.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.670 PBCC images/remap-file-path.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.674 DEP images/remap-file-path.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.680 PBCC images/fifo.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.687 DEP images/fifo.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.694 PBCC images/ghost-file.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.700 DEP images/ghost-file.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.707 PBCC images/regfile.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.714 DEP images/regfile.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.721 PBCC images/ns.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.724 DEP images/ns.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.731 PBCC images/fdinfo.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.740 DEP images/fdinfo.pb-c.d [2020-02-26T15:26:45.424Z] #44 2.747 PBCC images/core-aarch64.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.754 PBCC images/core-arm.pb-c.c [2020-02-26T15:26:45.424Z] #44 2.761 PBCC images/core-ppc64.pb-c.c [2020-02-26T15:26:45.516Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-26T15:26:45.516Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-26T15:26:45.516Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-26T15:26:45.516Z] - CONFIG_CGROUP_PERF: enabled [2020-02-26T15:26:45.516Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-26T15:26:45.516Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-26T15:26:45.516Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-26T15:26:45.516Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-26T15:26:45.516Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-26T15:26:45.516Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-26T15:26:45.516Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-26T15:26:45.516Z] - CONFIG_IP_VS: enabled (as module) [2020-02-26T15:26:45.516Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-26T15:26:45.516Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-26T15:26:45.516Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-26T15:26:45.516Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-26T15:26:45.516Z] - CONFIG_EXT4_FS: enabled [2020-02-26T15:26:45.516Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-26T15:26:45.516Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-26T15:26:45.516Z] - Network Drivers: [2020-02-26T15:26:45.516Z] - "overlay": [2020-02-26T15:26:45.516Z] - CONFIG_VXLAN: enabled (as module) [2020-02-26T15:26:45.516Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-26T15:26:45.516Z] Optional (for encrypted networks): [2020-02-26T15:26:45.681Z] #44 2.767 PBCC images/core-s390.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.774 PBCC images/core-x86.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.781 PBCC images/core.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.790 PBCC images/inventory.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.799 DEP images/core-aarch64.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.806 DEP images/core-arm.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.813 DEP images/core-ppc64.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.820 DEP images/core-s390.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.828 DEP images/core-x86.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.836 DEP images/core.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.844 DEP images/inventory.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.851 PBCC images/cpuinfo.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.856 DEP images/cpuinfo.pb-c.d [2020-02-26T15:26:45.681Z] #44 2.862 PBCC images/stats.pb-c.c [2020-02-26T15:26:45.681Z] #44 2.866 DEP images/stats.pb-c.d [2020-02-26T15:26:45.775Z] - CONFIG_CRYPTO: enabled [2020-02-26T15:26:45.775Z] - CONFIG_CRYPTO_AEAD: enabled [2020-02-26T15:26:45.775Z] - CONFIG_CRYPTO_GCM: enabled [2020-02-26T15:26:45.775Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-02-26T15:26:45.775Z] - CONFIG_CRYPTO_GHASH: enabled [2020-02-26T15:26:45.775Z] - CONFIG_XFRM: enabled [2020-02-26T15:26:45.775Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-26T15:26:45.775Z] - "ipvlan": [2020-02-26T15:26:45.775Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-26T15:26:45.775Z] - "macvlan": [2020-02-26T15:26:45.775Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_DUMMY: enabled (as module) [2020-02-26T15:26:45.775Z] - "ftp,tftp client in container": [2020-02-26T15:26:45.775Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-26T15:26:45.775Z] - Storage Drivers: [2020-02-26T15:26:45.775Z] - "aufs": [2020-02-26T15:26:45.775Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-26T15:26:45.775Z] - "btrfs": [2020-02-26T15:26:45.775Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-26T15:26:45.775Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-26T15:26:45.775Z] - "devicemapper": [2020-02-26T15:26:45.775Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-26T15:26:45.775Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-26T15:26:45.775Z] - "overlay": [2020-02-26T15:26:45.775Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-26T15:26:45.775Z] - "zfs": [2020-02-26T15:26:45.775Z] - /dev/zfs: missing [2020-02-26T15:26:45.775Z] - zfs command: missing [2020-02-26T15:26:45.775Z] - zpool command: missing [2020-02-26T15:26:45.775Z] [2020-02-26T15:26:45.775Z] Limits: [2020-02-26T15:26:45.775Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-26T15:26:45.775Z] [2020-02-26T15:26:45.775Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-26T15:26:45.938Z] #44 3.044 make[1]: Nothing to be done for 'all'. [2020-02-26T15:26:45.938Z] #44 3.229 CC images/stats.o [2020-02-26T15:26:45.938Z] #44 3.280 CC images/core.o [2020-02-26T15:26:46.109Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f508db483395059344d972b18559317fd9b2636f . [2020-02-26T15:26:46.109Z] #1 [internal] load build definition from Dockerfile [2020-02-26T15:26:46.109Z] #1 transferring dockerfile: 15.71kB done [2020-02-26T15:26:46.109Z] #1 DONE 0.0s [2020-02-26T15:26:46.109Z] [2020-02-26T15:26:46.109Z] #2 [internal] load .dockerignore [2020-02-26T15:26:46.109Z] #2 transferring context: 87B done [2020-02-26T15:26:46.109Z] #2 DONE 0.0s [2020-02-26T15:26:46.109Z] [2020-02-26T15:26:46.109Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-26T15:26:46.110Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:46.195Z] #44 3.370 CC images/core-x86.o [2020-02-26T15:26:46.195Z] #44 3.445 CC images/core-arm.o [2020-02-26T15:26:46.195Z] #44 3.498 CC images/core-aarch64.o [2020-02-26T15:26:46.195Z] #44 3.550 CC images/core-ppc64.o [2020-02-26T15:26:46.336Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:46.338Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:46.368Z] #3 DONE 0.1s [2020-02-26T15:26:46.368Z] [2020-02-26T15:26:46.368Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-26T15:26:46.368Z] #4 CACHED [2020-02-26T15:26:46.452Z] #44 3.634 CC images/core-s390.o [2020-02-26T15:26:46.452Z] #44 3.725 CC images/cpuinfo.o [2020-02-26T15:26:46.452Z] #44 3.785 CC images/inventory.o [2020-02-26T15:26:46.452Z] #44 3.820 CC images/fdinfo.o [2020-02-26T15:26:46.709Z] #44 3.869 CC images/fown.o [2020-02-26T15:26:46.709Z] #44 3.899 CC images/ns.o [2020-02-26T15:26:46.709Z] #44 3.929 CC images/regfile.o [2020-02-26T15:26:46.709Z] #44 3.961 CC images/ghost-file.o [2020-02-26T15:26:46.709Z] #44 4.002 CC images/fifo.o [2020-02-26T15:26:46.709Z] #44 4.032 CC images/remap-file-path.o [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-26T15:26:46.936Z] #6 DONE 0.0s [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:26:46.936Z] #5 DONE 0.1s [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:26:46.936Z] #68 DONE 0.0s [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:26:46.936Z] #7 DONE 0.0s [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-26T15:26:46.936Z] #8 CACHED [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-26T15:26:46.936Z] #9 CACHED [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:26:46.936Z] #43 CACHED [2020-02-26T15:26:46.936Z] [2020-02-26T15:26:46.936Z] #20 [internal] load build context [2020-02-26T15:26:46.966Z] #44 4.062 CC images/eventfd.o [2020-02-26T15:26:46.966Z] #44 4.091 CC images/eventpoll.o [2020-02-26T15:26:46.966Z] #44 4.133 CC images/fh.o [2020-02-26T15:26:46.966Z] #44 4.176 CC images/fsnotify.o [2020-02-26T15:26:46.966Z] #44 4.259 CC images/signalfd.o [2020-02-26T15:26:47.053Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:47.141Z] 85cfe9d77eff: Pull complete [2020-02-26T15:26:47.222Z] #44 4.292 CC images/fs.o [2020-02-26T15:26:47.223Z] #44 4.321 CC images/pstree.o [2020-02-26T15:26:47.223Z] #44 4.351 CC images/pipe.o [2020-02-26T15:26:47.223Z] #44 4.384 CC images/tcp-stream.o [2020-02-26T15:26:47.223Z] #44 4.417 CC images/sk-packet.o [2020-02-26T15:26:47.223Z] #44 4.457 CC images/mnt.o [2020-02-26T15:26:47.480Z] #44 4.552 CC images/pipe-data.o [2020-02-26T15:26:47.480Z] #44 4.614 CC images/sa.o [2020-02-26T15:26:47.480Z] #44 4.675 CC images/timer.o [2020-02-26T15:26:47.480Z] #44 4.752 CC images/timerfd.o [2020-02-26T15:26:47.480Z] #44 4.821 CC images/mm.o [2020-02-26T15:26:47.576Z] #8 DONE 2.5s [2020-02-26T15:26:47.576Z] [2020-02-26T15:26:47.576Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-02-26T15:26:47.737Z] #44 4.859 CC images/sk-opts.o [2020-02-26T15:26:47.737Z] #44 4.892 CC images/sk-unix.o [2020-02-26T15:26:47.737Z] #44 4.936 CC images/sk-inet.o [2020-02-26T15:26:47.737Z] #44 4.990 CC images/tun.o [2020-02-26T15:26:47.737Z] #44 5.032 CC images/sk-netlink.o [2020-02-26T15:26:47.737Z] #44 5.065 CC images/packet-sock.o [2020-02-26T15:26:47.994Z] #44 5.118 CC images/ipc-var.o [2020-02-26T15:26:47.994Z] #44 5.151 CC images/ipc-desc.o [2020-02-26T15:26:47.994Z] #44 5.182 CC images/ipc-shm.o [2020-02-26T15:26:47.994Z] #44 5.213 CC images/ipc-msg.o [2020-02-26T15:26:47.994Z] #44 5.254 CC images/ipc-sem.o [2020-02-26T15:26:47.994Z] #44 5.284 CC images/utsns.o [2020-02-26T15:26:48.148Z] #9 DONE 0.7s [2020-02-26T15:26:48.148Z] [2020-02-26T15:26:48.148Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-26T15:26:48.148Z] #29 DONE 0.1s [2020-02-26T15:26:48.148Z] [2020-02-26T15:26:48.148Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:26:46.235Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-02-26T15:26:46.362Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:46.410Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:48.252Z] #44 5.314 CC images/creds.o [2020-02-26T15:26:48.252Z] #44 5.344 CC images/vma.o [2020-02-26T15:26:48.252Z] #44 5.376 CC images/netdev.o [2020-02-26T15:26:48.252Z] #44 5.432 CC images/tty.o [2020-02-26T15:26:48.252Z] #44 5.514 CC images/file-lock.o [2020-02-26T15:26:48.252Z] #44 5.545 CC images/rlimit.o [2020-02-26T15:26:48.336Z] ace5139f9caa: Pull complete [2020-02-26T15:26:48.410Z] #30 ... [2020-02-26T15:26:48.410Z] [2020-02-26T15:26:48.410Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-26T15:26:48.410Z] #40 DONE 0.1s [2020-02-26T15:26:48.410Z] [2020-02-26T15:26:48.410Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:26:48.410Z] #21 DONE 0.1s [2020-02-26T15:26:48.410Z] [2020-02-26T15:26:48.410Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-26T15:26:48.410Z] #52 DONE 0.2s [2020-02-26T15:26:48.410Z] [2020-02-26T15:26:48.410Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-26T15:26:48.509Z] #44 5.574 CC images/pagemap.o [2020-02-26T15:26:48.509Z] #44 5.617 CC images/siginfo.o [2020-02-26T15:26:48.509Z] #44 5.657 CC images/rpc.o [2020-02-26T15:26:48.543Z] + docker version [2020-02-26T15:26:48.543Z] Client: Docker Engine - Enterprise [2020-02-26T15:26:48.543Z] Version: 19.03.5 [2020-02-26T15:26:48.543Z] API version: 1.40 [2020-02-26T15:26:48.543Z] Go version: go1.12.12 [2020-02-26T15:26:48.543Z] Git commit: 2ee0c57608 [2020-02-26T15:26:48.543Z] Built: 11/13/2019 08:00:16 [2020-02-26T15:26:48.543Z] OS/Arch: windows/amd64 [2020-02-26T15:26:48.543Z] Experimental: false [2020-02-26T15:26:48.543Z] [2020-02-26T15:26:48.543Z] Server: Docker Engine - Enterprise [2020-02-26T15:26:48.543Z] Engine: [2020-02-26T15:26:48.543Z] Version: 19.03.5 [2020-02-26T15:26:48.543Z] API version: 1.40 (minimum version 1.24) [2020-02-26T15:26:48.543Z] Go version: go1.12.12 [2020-02-26T15:26:48.543Z] Git commit: 2ee0c57608 [2020-02-26T15:26:48.543Z] Built: 11/13/2019 07:58:51 [2020-02-26T15:26:48.543Z] OS/Arch: windows/amd64 [2020-02-26T15:26:48.543Z] Experimental: true [2020-02-26T15:26:48.669Z] #32 DONE 0.3s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-26T15:26:48.669Z] #46 DONE 0.2s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:26:48.669Z] #64 DONE 0.2s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:26:48.669Z] #22 DONE 0.3s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-26T15:26:48.669Z] #70 DONE 0.3s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-26T15:26:48.669Z] #49 DONE 0.3s [2020-02-26T15:26:48.669Z] [2020-02-26T15:26:48.669Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [Pipeline] sh [2020-02-26T15:26:48.766Z] #44 5.826 CC images/ext-file.o [2020-02-26T15:26:48.766Z] #44 5.857 CC images/cgroup.o [2020-02-26T15:26:48.766Z] #44 5.948 CC images/userns.o [2020-02-26T15:26:48.766Z] #44 5.988 CC images/google/protobuf/descriptor.o [2020-02-26T15:26:48.854Z] #20 transferring context: 49.57MB 1.7s done [2020-02-26T15:26:48.854Z] #20 DONE 1.7s [2020-02-26T15:26:48.854Z] [2020-02-26T15:26:48.854Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:26:48.854Z] #44 1.823 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:26:48.854Z] #44 1.823 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:26:48.854Z] #44 1.846 Note: Building without GnuTLS support [2020-02-26T15:26:49.024Z] #44 6.231 CC images/opts.o [2020-02-26T15:26:49.024Z] #44 6.265 CC images/seccomp.o [2020-02-26T15:26:49.024Z] #44 6.306 CC images/binfmt-misc.o [2020-02-26T15:26:49.024Z] #44 6.337 CC images/time.o [2020-02-26T15:26:49.281Z] #44 6.367 CC images/sysctl.o [2020-02-26T15:26:49.281Z] #44 6.398 CC images/autofs.o [2020-02-26T15:26:49.281Z] #44 6.430 CC images/macvlan.o [2020-02-26T15:26:49.281Z] #44 6.461 CC images/sit.o [2020-02-26T15:26:49.281Z] #44 6.494 LINK images/built-in.o [2020-02-26T15:26:49.281Z] #44 6.513 GEN compel/include/asm [2020-02-26T15:26:49.281Z] #44 6.515 GEN compel/include/version.h [2020-02-26T15:26:49.281Z] #44 6.519 touch .config [2020-02-26T15:26:49.281Z] #44 6.523 GEN include/common/config.h [2020-02-26T15:26:49.281Z] #44 6.536 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-26T15:26:49.281Z] #44 6.540 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-26T15:26:49.281Z] #44 6.544 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-26T15:26:49.281Z] #44 6.548 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-26T15:26:49.281Z] #44 6.552 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-26T15:26:49.281Z] #44 6.557 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-26T15:26:49.281Z] #44 6.561 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-26T15:26:49.281Z] #44 6.566 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-26T15:26:49.281Z] #44 6.569 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-26T15:26:49.281Z] #44 6.573 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-26T15:26:49.281Z] #44 6.574 DEP compel/plugins/std/infect.d [2020-02-26T15:26:49.281Z] #44 6.597 DEP compel/plugins/std/string.d [2020-02-26T15:26:49.281Z] #44 6.609 DEP compel/plugins/std/log.d [2020-02-26T15:26:49.281Z] #44 6.621 DEP compel/plugins/std/fds.d [2020-02-26T15:26:49.281Z] #44 6.634 DEP compel/plugins/std/std.d [2020-02-26T15:26:49.281Z] #44 6.648 DEP compel/plugins/shmem/shmem.d [2020-02-26T15:26:49.281Z] #44 6.660 DEP compel/plugins/fds/fds.d [2020-02-26T15:26:49.281Z] #44 6.680 CC compel/plugins/std/std.o [2020-02-26T15:26:49.421Z] #44 2.310 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:26:49.421Z] #44 2.322 GEN .gitid [2020-02-26T15:26:49.421Z] #44 2.326 GEN criu/include/version.h [2020-02-26T15:26:49.421Z] #44 2.337 GEN include/common/asm [2020-02-26T15:26:49.421Z] #44 2.582 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-26T15:26:49.421Z] #44 2.641 PBCC images/opts.pb-c.c [2020-02-26T15:26:49.421Z] #44 2.654 PBCC images/sit.pb-c.c [2020-02-26T15:26:49.421Z] #44 2.667 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-26T15:26:49.421Z] #44 2.692 DEP images/opts.pb-c.d [2020-02-26T15:26:49.538Z] #44 6.729 CC compel/plugins/std/fds.o [2020-02-26T15:26:49.538Z] #44 6.797 CC compel/plugins/std/log.o [2020-02-26T15:26:49.538Z] #44 6.922 CC compel/plugins/std/string.o [2020-02-26T15:26:49.572Z] + docker info [2020-02-26T15:26:49.679Z] #44 2.707 DEP images/sit.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.721 PBCC images/macvlan.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.728 DEP images/macvlan.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.741 PBCC images/autofs.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.749 DEP images/autofs.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.762 PBCC images/sysctl.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.770 DEP images/sysctl.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.783 PBCC images/time.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.790 DEP images/time.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.804 PBCC images/binfmt-misc.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.811 DEP images/binfmt-misc.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.824 PBCC images/seccomp.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.832 DEP images/seccomp.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.845 PBCC images/userns.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.853 DEP images/userns.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.866 PBCC images/cgroup.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.874 DEP images/cgroup.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.888 PBCC images/fown.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.895 PBCC images/ext-file.pb-c.c [2020-02-26T15:26:49.679Z] #44 2.903 DEP images/fown.pb-c.d [2020-02-26T15:26:49.679Z] #44 2.916 DEP images/ext-file.pb-c.d [2020-02-26T15:26:49.795Z] #44 7.021 CC compel/plugins/std/infect.o [2020-02-26T15:26:49.795Z] #44 7.084 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-26T15:26:49.795Z] #44 7.093 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-26T15:26:49.795Z] #44 7.102 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-26T15:26:49.795Z] #44 7.112 AR compel/plugins/std.lib.a [2020-02-26T15:26:49.795Z] #44 7.125 CC compel/plugins/fds/fds.o [2020-02-26T15:26:49.795Z] #44 7.161 AR compel/plugins/fds.lib.a [2020-02-26T15:26:49.795Z] #44 7.172 HOSTDEP compel/src/lib/log-host.d [2020-02-26T15:26:49.795Z] #44 7.187 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-26T15:26:49.937Z] #44 2.929 PBCC images/rpc.pb-c.c [2020-02-26T15:26:49.937Z] #44 2.941 DEP images/rpc.pb-c.d [2020-02-26T15:26:49.937Z] #44 2.956 PBCC images/siginfo.pb-c.c [2020-02-26T15:26:49.937Z] #44 2.964 DEP images/siginfo.pb-c.d [2020-02-26T15:26:49.937Z] #44 2.977 PBCC images/pagemap.pb-c.c [2020-02-26T15:26:49.937Z] #44 2.990 DEP images/pagemap.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.004 PBCC images/rlimit.pb-c.c [2020-02-26T15:26:49.937Z] #44 3.011 DEP images/rlimit.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.025 PBCC images/file-lock.pb-c.c [2020-02-26T15:26:49.937Z] #44 3.032 DEP images/file-lock.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.045 PBCC images/tty.pb-c.c [2020-02-26T15:26:49.937Z] #44 3.060 DEP images/tty.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.075 PBCC images/tun.pb-c.c [2020-02-26T15:26:49.937Z] #44 3.088 PBCC images/netdev.pb-c.c [2020-02-26T15:26:49.937Z] #44 3.102 DEP images/tun.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.117 DEP images/netdev.pb-c.d [2020-02-26T15:26:49.937Z] #44 3.131 PBCC images/vma.pb-c.c [2020-02-26T15:26:50.052Z] #44 7.208 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-26T15:26:50.052Z] #44 7.223 HOSTDEP compel/src/main-host.d [2020-02-26T15:26:50.052Z] #44 7.244 DEP compel/src/lib/ptrace.d [2020-02-26T15:26:50.052Z] #44 7.267 DEP compel/src/lib/infect.d [2020-02-26T15:26:50.052Z] #44 7.289 DEP compel/src/lib/infect-util.d [2020-02-26T15:26:50.052Z] #44 7.304 DEP compel/src/lib/infect-rpc.d [2020-02-26T15:26:50.052Z] #44 7.321 DEP compel/arch/x86/src/lib/infect.d [2020-02-26T15:26:50.052Z] #44 7.341 DEP compel/arch/x86/src/lib/cpu.d [2020-02-26T15:26:50.052Z] #44 7.353 DEP compel/src/lib/log.d [2020-02-26T15:26:50.052Z] #44 7.368 DEP compel/src/main.d [2020-02-26T15:26:50.052Z] #44 7.386 DEP compel/src/lib/handle-elf.d [2020-02-26T15:26:50.052Z] #44 7.404 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-26T15:26:50.196Z] #44 3.144 DEP images/vma.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.159 PBCC images/creds.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.166 DEP images/creds.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.180 PBCC images/utsns.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.187 DEP images/utsns.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.200 PBCC images/ipc-desc.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.208 PBCC images/ipc-sem.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.216 DEP images/ipc-desc.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.229 DEP images/ipc-sem.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.242 PBCC images/ipc-msg.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.250 DEP images/ipc-msg.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.263 PBCC images/ipc-shm.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.271 DEP images/ipc-shm.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.284 PBCC images/ipc-var.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.292 DEP images/ipc-var.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.305 PBCC images/sk-opts.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.313 PBCC images/packet-sock.pb-c.c [2020-02-26T15:26:50.196Z] #44 3.327 DEP images/sk-opts.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.341 DEP images/packet-sock.pb-c.d [2020-02-26T15:26:50.196Z] #44 3.355 PBCC images/sk-netlink.pb-c.c [2020-02-26T15:26:50.309Z] #44 7.428 CC compel/src/lib/log.o [2020-02-26T15:26:50.309Z] #44 7.472 CC compel/arch/x86/src/lib/cpu.o [2020-02-26T15:26:50.309Z] #44 7.596 CC compel/arch/x86/src/lib/infect.o [2020-02-26T15:26:50.455Z] #44 3.368 DEP images/sk-netlink.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.383 PBCC images/sk-inet.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.397 DEP images/sk-inet.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.411 PBCC images/sk-unix.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.425 DEP images/sk-unix.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.440 PBCC images/mm.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.454 DEP images/mm.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.468 PBCC images/timerfd.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.482 DEP images/timerfd.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.496 PBCC images/timer.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.504 DEP images/timer.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.517 PBCC images/sa.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.531 DEP images/sa.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.545 PBCC images/pipe-data.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.553 DEP images/pipe-data.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.566 PBCC images/mnt.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.580 DEP images/mnt.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.594 PBCC images/sk-packet.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.602 DEP images/sk-packet.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.615 PBCC images/tcp-stream.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.628 DEP images/tcp-stream.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.643 PBCC images/pipe.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.655 DEP images/pipe.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.670 PBCC images/pstree.pb-c.c [2020-02-26T15:26:50.455Z] #44 3.677 DEP images/pstree.pb-c.d [2020-02-26T15:26:50.455Z] #44 3.690 PBCC images/fs.pb-c.c [2020-02-26T15:26:50.539Z] Client: [2020-02-26T15:26:50.539Z] Debug Mode: false [2020-02-26T15:26:50.539Z] Plugins: [2020-02-26T15:26:50.539Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-26T15:26:50.539Z] [2020-02-26T15:26:50.539Z] Server: [2020-02-26T15:26:50.539Z] Containers: 0 [2020-02-26T15:26:50.539Z] Running: 0 [2020-02-26T15:26:50.539Z] Paused: 0 [2020-02-26T15:26:50.539Z] Stopped: 0 [2020-02-26T15:26:50.539Z] Images: 10 [2020-02-26T15:26:50.539Z] Server Version: 19.03.5 [2020-02-26T15:26:50.539Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-26T15:26:50.539Z] Windows: [2020-02-26T15:26:50.539Z] LCOW: [2020-02-26T15:26:50.539Z] Logging Driver: json-file [2020-02-26T15:26:50.539Z] Plugins: [2020-02-26T15:26:50.539Z] Volume: local [2020-02-26T15:26:50.539Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-26T15:26:50.539Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-26T15:26:50.539Z] Swarm: inactive [2020-02-26T15:26:50.539Z] Default Isolation: process [2020-02-26T15:26:50.539Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-26T15:26:50.539Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-02-26T15:26:50.539Z] OSType: windows [2020-02-26T15:26:50.539Z] Architecture: x86_64 [2020-02-26T15:26:50.539Z] CPUs: 4 [2020-02-26T15:26:50.539Z] Total Memory: 32GiB [2020-02-26T15:26:50.539Z] Name: azwin-2-0c5680 [2020-02-26T15:26:50.539Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-02-26T15:26:50.539Z] Docker Root Dir: D:\docker [2020-02-26T15:26:50.539Z] Debug Mode: false [2020-02-26T15:26:50.539Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:50.539Z] Labels: [2020-02-26T15:26:50.539Z] Experimental: true [2020-02-26T15:26:50.539Z] Insecure Registries: [2020-02-26T15:26:50.539Z] 10.0.0.4:5000 [2020-02-26T15:26:50.539Z] 127.0.0.0/8 [2020-02-26T15:26:50.539Z] Registry Mirrors: [2020-02-26T15:26:50.539Z] http://10.0.0.4:5000/ [2020-02-26T15:26:50.539Z] Live Restore Enabled: false [2020-02-26T15:26:50.539Z] [2020-02-26T15:26:50.567Z] #44 7.724 CC compel/src/lib/infect-rpc.o [2020-02-26T15:26:50.567Z] #44 7.777 CC compel/src/lib/infect-util.o [2020-02-26T15:26:50.567Z] #44 7.818 CC compel/src/lib/infect.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2020-02-26T15:26:50.713Z] #44 3.698 DEP images/fs.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.711 PBCC images/signalfd.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.724 DEP images/signalfd.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.739 PBCC images/fh.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.752 PBCC images/fsnotify.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.767 DEP images/fh.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.782 DEP images/fsnotify.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.797 PBCC images/eventpoll.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.805 DEP images/eventpoll.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.819 PBCC images/eventfd.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.826 DEP images/eventfd.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.839 PBCC images/remap-file-path.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.847 DEP images/remap-file-path.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.860 PBCC images/fifo.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.867 DEP images/fifo.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.880 PBCC images/ghost-file.pb-c.c [2020-02-26T15:26:50.714Z] #44 3.893 DEP images/ghost-file.pb-c.d [2020-02-26T15:26:50.714Z] #44 3.908 PBCC images/regfile.pb-c.c [Pipeline] powershell [2020-02-26T15:26:50.972Z] #44 3.921 DEP images/regfile.pb-c.d [2020-02-26T15:26:50.972Z] #44 3.935 PBCC images/ns.pb-c.c [2020-02-26T15:26:50.972Z] #44 3.943 DEP images/ns.pb-c.d [2020-02-26T15:26:50.972Z] #44 3.956 PBCC images/fdinfo.pb-c.c [2020-02-26T15:26:50.972Z] #44 3.976 DEP images/fdinfo.pb-c.d [2020-02-26T15:26:50.972Z] #44 3.992 PBCC images/core-aarch64.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.005 PBCC images/core-arm.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.019 PBCC images/core-ppc64.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.033 PBCC images/core-s390.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.047 PBCC images/core-x86.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.062 PBCC images/core.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.081 PBCC images/inventory.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.099 DEP images/core-aarch64.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.113 DEP images/core-arm.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.128 DEP images/core-ppc64.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.142 DEP images/core-s390.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.157 DEP images/core-x86.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.172 DEP images/core.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.188 DEP images/inventory.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.204 PBCC images/cpuinfo.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.212 DEP images/cpuinfo.pb-c.d [2020-02-26T15:26:50.972Z] #44 4.226 PBCC images/stats.pb-c.c [2020-02-26T15:26:50.972Z] #44 4.234 DEP images/stats.pb-c.d [2020-02-26T15:26:51.131Z] #44 8.179 CC compel/src/lib/ptrace.o [2020-02-26T15:26:51.131Z] #44 8.243 AR compel/libcompel.a [2020-02-26T15:26:51.131Z] #44 8.256 HOSTCC compel/src/main-host.o [2020-02-26T15:26:51.131Z] #44 8.307 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-26T15:26:51.131Z] #44 8.339 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-26T15:26:51.231Z] #44 4.486 make[1]: Nothing to be done for 'all'. [2020-02-26T15:26:51.255Z] Fetching without tags [2020-02-26T15:26:51.388Z] #44 8.395 HOSTCC compel/src/lib/log-host.o [2020-02-26T15:26:51.388Z] #44 8.429 HOSTLINK compel/compel-host-bin [2020-02-26T15:26:51.388Z] #44 8.451 DEP soccr/soccr.d [2020-02-26T15:26:51.388Z] #44 8.485 CC soccr/soccr.o [2020-02-26T15:26:51.402Z] e4d79466b81c: Pull complete [2020-02-26T15:26:51.402Z] b00baabad4ce: Pull complete [2020-02-26T15:26:51.402Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-26T15:26:51.402Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-26T15:26:51.402Z] ---> 687421176e14 [2020-02-26T15:26:51.402Z] Step 5/16 : ARG BUILDX_REPO [2020-02-26T15:26:51.402Z] ---> Running in 38aec25c1689 [2020-02-26T15:26:51.402Z] Removing intermediate container 38aec25c1689 [2020-02-26T15:26:51.402Z] ---> 557f81573803 [2020-02-26T15:26:51.402Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-26T15:26:51.402Z] ---> Running in 11caa7ab6ce7 [2020-02-26T15:26:51.645Z] #44 8.694 AR soccr/libsoccr.a [2020-02-26T15:26:51.645Z] #44 8.702 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:26:51.645Z] #44 8.761 DEP criu/arch/x86/sigframe.d [2020-02-26T15:26:51.645Z] #44 8.776 DEP criu/arch/x86/sigaction_compat.d [2020-02-26T15:26:51.645Z] #44 8.791 DEP criu/arch/x86/kerndat.d [2020-02-26T15:26:51.645Z] #44 8.813 DEP criu/arch/x86/crtools.d [2020-02-26T15:26:51.645Z] #44 8.835 DEP criu/arch/x86/cpu.d [2020-02-26T15:26:51.645Z] #44 8.860 CC criu/arch/x86/cpu.o [2020-02-26T15:26:51.645Z] #44 8.955 CC criu/arch/x86/crtools.o [2020-02-26T15:26:51.748Z] Cloning into '/buildx'... [2020-02-26T15:26:51.788Z] Merging remotes/origin/master commit 28f62c5a356ec5852afeddddc22e9db8044ca69e into PR head commit f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:51.798Z] #44 4.732 CC images/stats.o [2020-02-26T15:26:51.799Z] #44 4.863 CC images/core.o [2020-02-26T15:26:51.218Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:51.223Z] > git config --add remote.origin.fetch +refs/pull/40583/head:refs/remotes/origin/PR-40583 # timeout=10 [2020-02-26T15:26:51.227Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-02-26T15:26:51.244Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-02-26T15:26:51.260Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-02-26T15:26:51.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-02-26T15:26:51.261Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40583/head:refs/remotes/origin/PR-40583 +refs/heads/master:refs/remotes/origin/master [2020-02-26T15:26:51.792Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:51.796Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:51.902Z] #44 9.144 CC criu/arch/x86/kerndat.o [2020-02-26T15:26:51.902Z] #44 9.224 CC criu/arch/x86/sigaction_compat.o [2020-02-26T15:26:52.057Z] #44 5.078 CC images/core-x86.o [2020-02-26T15:26:52.169Z] #44 9.263 CC criu/arch/x86/sigframe.o [2020-02-26T15:26:52.169Z] #44 9.302 LINK criu/arch/x86/crtools.built-in.o [2020-02-26T15:26:52.169Z] #44 9.315 DEP criu/pie/util-vdso-elf32.d [2020-02-26T15:26:52.169Z] #44 9.335 DEP criu/pie/util-vdso.d [2020-02-26T15:26:52.169Z] #44 9.354 DEP criu/pie/util.d [2020-02-26T15:26:52.169Z] #44 9.379 CC criu/pie/util.o [2020-02-26T15:26:52.169Z] #44 9.425 CC criu/pie/util-vdso.o [2020-02-26T15:26:52.316Z] #44 5.281 CC images/core-arm.o [2020-02-26T15:26:52.316Z] #44 5.405 CC images/core-aarch64.o [2020-02-26T15:26:52.316Z] #44 5.526 CC images/core-ppc64.o [2020-02-26T15:26:52.428Z] #44 9.535 CC criu/pie/util-vdso-elf32.o [2020-02-26T15:26:52.428Z] #44 9.670 AR criu/pie/pie.lib.a [2020-02-26T15:26:52.428Z] #44 9.684 DEP criu/pie/restorer.d [2020-02-26T15:26:52.428Z] #44 9.725 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-26T15:26:52.428Z] #44 9.742 DEP criu/arch/x86/restorer_unmap.d [2020-02-26T15:26:52.574Z] #44 5.728 CC images/core-s390.o [2020-02-26T15:26:52.686Z] #44 9.747 DEP criu/arch/x86/restorer.d [2020-02-26T15:26:52.686Z] #44 9.776 DEP criu/arch/x86/vdso-pie.d [2020-02-26T15:26:52.686Z] #44 9.792 DEP criu/pie/parasite-vdso.d [2020-02-26T15:26:52.686Z] #44 9.815 DEP criu/pie/parasite.d [2020-02-26T15:26:52.686Z] #44 9.864 CC criu/pie/parasite.o [2020-02-26T15:26:52.800Z] Merge succeeded, producing f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:52.801Z] Checking out Revision f508db483395059344d972b18559317fd9b2636f (PR-40583) [2020-02-26T15:26:52.833Z] #44 5.957 CC images/cpuinfo.o [2020-02-26T15:26:52.833Z] #44 6.102 CC images/inventory.o [2020-02-26T15:26:52.943Z] #44 10.06 LINK criu/pie/parasite.built-in.o [2020-02-26T15:26:52.943Z] #44 10.06 GEN criu/pie/parasite-blob.h [2020-02-26T15:26:52.943Z] #44 10.06 CC criu/pie/parasite-vdso.o [2020-02-26T15:26:52.943Z] #44 10.17 CC criu/arch/x86/vdso-pie.o [2020-02-26T15:26:52.943Z] #44 10.22 CC criu/arch/x86/restorer.o [2020-02-26T15:26:52.943Z] #44 10.31 CC criu/arch/x86/restorer_unmap.o [2020-02-26T15:26:53.091Z] #44 6.180 CC images/fdinfo.o [2020-02-26T15:26:53.091Z] #44 6.288 CC images/fown.o [2020-02-26T15:26:53.091Z] #44 6.352 CC images/ns.o [2020-02-26T15:26:53.200Z] #44 10.32 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-26T15:26:53.200Z] #44 10.36 CC criu/pie/restorer.o [2020-02-26T15:26:53.350Z] #44 6.417 CC images/regfile.o [2020-02-26T15:26:53.350Z] #44 6.488 CC images/ghost-file.o [2020-02-26T15:26:53.609Z] #44 6.583 CC images/fifo.o [2020-02-26T15:26:53.609Z] #44 6.648 CC images/remap-file-path.o [2020-02-26T15:26:53.609Z] #44 6.712 CC images/eventfd.o [2020-02-26T15:26:53.609Z] #44 6.777 CC images/eventpoll.o [2020-02-26T15:26:53.745Z] Commit message: "Update CRIU to v3.13 "Silicon Willet"" [2020-02-26T15:26:53.765Z] #44 10.82 LINK criu/pie/restorer.built-in.o [2020-02-26T15:26:53.765Z] #44 10.82 GEN criu/pie/restorer-blob.h [2020-02-26T15:26:53.765Z] #44 10.84 DEP criu/vdso.d [2020-02-26T15:26:53.765Z] #44 10.87 DEP criu/vdso-compat.d [2020-02-26T15:26:53.765Z] #44 10.89 DEP criu/uts_ns.d [2020-02-26T15:26:53.765Z] #44 10.92 DEP criu/util.d [2020-02-26T15:26:53.765Z] #44 10.95 DEP criu/uffd.d [2020-02-26T15:26:53.765Z] #44 10.98 DEP criu/tun.d [2020-02-26T15:26:53.765Z] #44 11.01 DEP criu/tty.d [2020-02-26T15:26:53.765Z] #44 11.04 DEP criu/timerfd.d [2020-02-26T15:26:53.765Z] #44 11.07 DEP criu/sysfs_parse.d [2020-02-26T15:26:53.765Z] #44 11.09 DEP criu/sysctl.d [2020-02-26T15:26:53.868Z] #44 6.868 CC images/fh.o [2020-02-26T15:26:53.868Z] #44 6.966 CC images/fsnotify.o [2020-02-26T15:26:53.933Z] #50 ... [2020-02-26T15:26:53.933Z] [2020-02-26T15:26:53.933Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:26:53.933Z] #35 3.770 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:26:53.933Z] #35 3.883 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:26:53.933Z] #35 3.990 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:26:53.933Z] #35 4.831 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:26:53.933Z] #35 ... [2020-02-26T15:26:53.933Z] [2020-02-26T15:26:53.933Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:26:53.933Z] #71 5.319 + RM_GOPATH=0 [2020-02-26T15:26:53.933Z] #71 5.319 + TMP_GOPATH= [2020-02-26T15:26:53.933Z] #71 5.319 + : /build [2020-02-26T15:26:53.933Z] #71 5.319 + '[' -z '' ']' [2020-02-26T15:26:53.933Z] #71 5.325 ++ mktemp -d [2020-02-26T15:26:53.933Z] #71 5.328 + export GOPATH=/tmp/tmp.IBNg8J2RUW [2020-02-26T15:26:53.933Z] #71 5.328 + GOPATH=/tmp/tmp.IBNg8J2RUW [2020-02-26T15:26:53.933Z] #71 5.328 + RM_GOPATH=1 [2020-02-26T15:26:53.933Z] #71 5.328 ++ dirname ./install.sh [2020-02-26T15:26:53.933Z] #71 5.336 + dir=. [2020-02-26T15:26:53.933Z] #71 5.337 + bin=proxy [2020-02-26T15:26:53.933Z] #71 5.338 + shift [2020-02-26T15:26:53.933Z] #71 5.338 + '[' '!' -f ./proxy.installer ']' [2020-02-26T15:26:53.933Z] #71 5.338 + . ./proxy.installer [2020-02-26T15:26:53.933Z] #71 5.339 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:26:53.933Z] #71 5.339 + install_proxy [2020-02-26T15:26:53.933Z] #71 5.342 + case "$1" in [2020-02-26T15:26:53.933Z] #71 5.342 + export CGO_ENABLED=0 [2020-02-26T15:26:53.933Z] #71 5.342 + CGO_ENABLED=0 [2020-02-26T15:26:53.933Z] #71 5.342 + _install_proxy [2020-02-26T15:26:53.933Z] #71 5.342 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-26T15:26:53.933Z] #71 5.342 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:26:53.933Z] #71 5.344 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.IBNg8J2RUW/src/github.com/docker/libnetwork [2020-02-26T15:26:53.933Z] #71 5.348 Cloning into '/tmp/tmp.IBNg8J2RUW/src/github.com/docker/libnetwork'... [2020-02-26T15:26:54.022Z] #44 11.11 DEP criu/string.d [2020-02-26T15:26:54.022Z] #44 11.12 DEP criu/stats.d [2020-02-26T15:26:54.022Z] #44 11.14 DEP criu/sockets.d [2020-02-26T15:26:54.022Z] #44 11.17 DEP criu/sk-unix.d [2020-02-26T15:26:54.022Z] #44 11.22 DEP criu/sk-tcp.d [2020-02-26T15:26:54.022Z] #44 11.25 DEP criu/sk-queue.d [2020-02-26T15:26:54.022Z] #44 11.27 DEP criu/sk-packet.d [2020-02-26T15:26:54.022Z] #44 11.30 DEP criu/sk-netlink.d [2020-02-26T15:26:54.022Z] #44 11.32 DEP criu/sk-inet.d [2020-02-26T15:26:54.127Z] #44 7.169 CC images/signalfd.o [2020-02-26T15:26:54.127Z] #44 7.238 CC images/fs.o [2020-02-26T15:26:54.127Z] #44 7.302 CC images/pstree.o [2020-02-26T15:26:54.127Z] #44 7.366 CC images/pipe.o [2020-02-26T15:26:52.762Z] > git merge 28f62c5a356ec5852afeddddc22e9db8044ca69e # timeout=10 [2020-02-26T15:26:52.788Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-02-26T15:26:52.806Z] > git config core.sparsecheckout # timeout=10 [2020-02-26T15:26:52.815Z] > git checkout -f f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:26:54.190Z] #71 ... [2020-02-26T15:26:54.190Z] [2020-02-26T15:26:54.190Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:26:54.190Z] #50 5.745 + RM_GOPATH=0 [2020-02-26T15:26:54.190Z] #50 5.747 + TMP_GOPATH= [2020-02-26T15:26:54.190Z] #50 5.747 + : /build [2020-02-26T15:26:54.190Z] #50 5.747 + '[' -z '' ']' [2020-02-26T15:26:54.190Z] #50 5.747 ++ mktemp -d [2020-02-26T15:26:54.190Z] #50 5.750 + export GOPATH=/tmp/tmp.xNlC96jZ5N [2020-02-26T15:26:54.190Z] #50 5.750 + GOPATH=/tmp/tmp.xNlC96jZ5N [2020-02-26T15:26:54.190Z] #50 5.750 + RM_GOPATH=1 [2020-02-26T15:26:54.190Z] #50 5.751 ++ dirname ./install.sh [2020-02-26T15:26:54.190Z] #50 5.753 + dir=. [2020-02-26T15:26:54.190Z] #50 5.760 + bin=gotestsum [2020-02-26T15:26:54.190Z] #50 5.760 + shift [2020-02-26T15:26:54.190Z] #50 5.760 + '[' '!' -f ./gotestsum.installer ']' [2020-02-26T15:26:54.190Z] #50 5.762 + . ./gotestsum.installer [2020-02-26T15:26:54.190Z] #50 5.762 ++ : v0.3.5 [2020-02-26T15:26:54.190Z] #50 5.762 + install_gotestsum [2020-02-26T15:26:54.190Z] #50 5.765 + echo 'Installing gotestsum version v0.3.5' [2020-02-26T15:26:54.190Z] #50 5.766 Installing gotestsum version v0.3.5 [2020-02-26T15:26:54.190Z] #50 5.769 + go get -d gotest.tools/gotestsum [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-02-26T15:26:54.265Z] Removing intermediate container 11caa7ab6ce7 [2020-02-26T15:26:54.265Z] ---> f45f8d40182b [2020-02-26T15:26:54.265Z] Step 7/16 : WORKDIR /buildx [2020-02-26T15:26:54.265Z] ---> Running in 9cbb299112d7 [2020-02-26T15:26:54.265Z] Removing intermediate container 9cbb299112d7 [2020-02-26T15:26:54.265Z] ---> 119bc0d311cb [2020-02-26T15:26:54.265Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-26T15:26:54.265Z] ---> Running in 3aaa08161a83 [2020-02-26T15:26:54.265Z] Removing intermediate container 3aaa08161a83 [2020-02-26T15:26:54.265Z] ---> c95f87545421 [2020-02-26T15:26:54.265Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-26T15:26:54.265Z] ---> Running in a914530488bd [Pipeline] stage [Pipeline] { (Print info) [2020-02-26T15:26:54.279Z] #44 11.36 DEP criu/signalfd.d [2020-02-26T15:26:54.279Z] #44 11.38 DEP criu/sigframe.d [2020-02-26T15:26:54.279Z] #44 11.40 DEP criu/shmem.d [2020-02-26T15:26:54.279Z] #44 11.42 DEP criu/servicefd.d [2020-02-26T15:26:54.279Z] #44 11.45 DEP criu/seize.d [2020-02-26T15:26:54.279Z] #44 11.47 DEP criu/seccomp.d [2020-02-26T15:26:54.279Z] #44 11.50 DEP criu/rst-malloc.d [2020-02-26T15:26:54.279Z] #44 11.51 DEP criu/rbtree.d [2020-02-26T15:26:54.279Z] #44 11.52 DEP criu/pstree.d [2020-02-26T15:26:54.279Z] #44 11.54 DEP criu/protobuf.d [2020-02-26T15:26:54.279Z] #44 11.56 GEN criu/protobuf-desc-gen.h [Pipeline] sh [2020-02-26T15:26:54.385Z] #44 7.436 CC images/tcp-stream.o [2020-02-26T15:26:54.385Z] #44 7.506 CC images/sk-packet.o [2020-02-26T15:26:54.385Z] #44 7.596 CC images/mnt.o [2020-02-26T15:26:54.537Z] #44 11.82 DEP criu/protobuf-desc.d [2020-02-26T15:26:54.537Z] #44 11.85 DEP criu/proc_parse.d [2020-02-26T15:26:54.537Z] #44 11.87 DEP criu/plugin.d [2020-02-26T15:26:54.537Z] #44 11.89 DEP criu/pipes.d [2020-02-26T15:26:54.537Z] #44 11.92 DEP criu/pie-util.d [2020-02-26T15:26:54.537Z] #44 11.93 DEP criu/pie-util-vdso.d [2020-02-26T15:26:54.644Z] #44 7.668 CC images/pipe-data.o [2020-02-26T15:26:54.644Z] #44 7.732 CC images/sa.o [2020-02-26T15:26:54.644Z] #44 7.801 CC images/timer.o [2020-02-26T15:26:54.674Z] + docker version [2020-02-26T15:26:54.674Z] Client: [2020-02-26T15:26:54.674Z] Version: 18.06.1-ce [2020-02-26T15:26:54.674Z] API version: 1.38 [2020-02-26T15:26:54.674Z] Go version: go1.10.3 [2020-02-26T15:26:54.674Z] Git commit: e68fc7a [2020-02-26T15:26:54.674Z] Built: Tue Aug 21 17:26:10 2018 [2020-02-26T15:26:54.674Z] OS/Arch: linux/ppc64le [2020-02-26T15:26:54.674Z] Experimental: false [2020-02-26T15:26:54.674Z] [2020-02-26T15:26:54.674Z] Server: [2020-02-26T15:26:54.674Z] Engine: [2020-02-26T15:26:54.674Z] Version: 18.06.1-ce [2020-02-26T15:26:54.674Z] API version: 1.38 (minimum version 1.12) [2020-02-26T15:26:54.674Z] Go version: go1.10.3 [2020-02-26T15:26:54.674Z] Git commit: e68fc7a [2020-02-26T15:26:54.674Z] Built: Tue Aug 21 17:24:20 2018 [2020-02-26T15:26:54.674Z] OS/Arch: linux/ppc64le [2020-02-26T15:26:54.674Z] Experimental: true [Pipeline] sh [2020-02-26T15:26:54.794Z] #44 11.95 DEP criu/pie-util-vdso-elf32.d [2020-02-26T15:26:54.794Z] #44 11.97 DEP criu/path.d [2020-02-26T15:26:54.794Z] #44 12.00 DEP criu/parasite-syscall.d [2020-02-26T15:26:54.794Z] #44 12.03 DEP criu/pagemap.d [2020-02-26T15:26:54.794Z] #44 12.05 DEP criu/pagemap-cache.d [2020-02-26T15:26:54.794Z] #44 12.08 DEP criu/page-xfer.d [2020-02-26T15:26:54.794Z] #44 12.10 DEP criu/page-pipe.d [2020-02-26T15:26:54.794Z] #44 12.12 DEP criu/netfilter.d [2020-02-26T15:26:54.794Z] #44 12.14 DEP criu/net.d [2020-02-26T15:26:54.794Z] #44 12.17 DEP criu/namespaces.d [2020-02-26T15:26:54.902Z] #44 7.919 CC images/timerfd.o [2020-02-26T15:26:54.902Z] #44 7.990 CC images/mm.o [2020-02-26T15:26:55.046Z] From https://github.com/docker/buildx [2020-02-26T15:26:55.046Z] * [new tag] v0.3.1 -> build [2020-02-26T15:26:55.051Z] #44 12.20 DEP criu/mount.d [2020-02-26T15:26:55.051Z] #44 12.23 DEP criu/mem.d [2020-02-26T15:26:55.051Z] #44 12.26 DEP criu/lsm.d [2020-02-26T15:26:55.051Z] #44 12.28 DEP criu/log.d [2020-02-26T15:26:55.051Z] #44 12.30 DEP criu/libnetlink.d [2020-02-26T15:26:55.051Z] #44 12.32 DEP criu/kerndat.d [2020-02-26T15:26:55.051Z] #44 12.35 DEP criu/kcmp-ids.d [2020-02-26T15:26:55.051Z] #44 12.36 DEP criu/irmap.d [2020-02-26T15:26:55.051Z] #44 12.38 DEP criu/ipc_ns.d [2020-02-26T15:26:55.057Z] + docker info [2020-02-26T15:26:55.057Z] Containers: 0 [2020-02-26T15:26:55.057Z] Running: 0 [2020-02-26T15:26:55.057Z] Paused: 0 [2020-02-26T15:26:55.057Z] Stopped: 0 [2020-02-26T15:26:55.057Z] Images: 0 [2020-02-26T15:26:55.057Z] Server Version: 18.06.1-ce [2020-02-26T15:26:55.057Z] Storage Driver: overlay2 [2020-02-26T15:26:55.057Z] Backing Filesystem: extfs [2020-02-26T15:26:55.057Z] Supports d_type: true [2020-02-26T15:26:55.057Z] Native Overlay Diff: true [2020-02-26T15:26:55.057Z] Logging Driver: json-file [2020-02-26T15:26:55.057Z] Cgroup Driver: cgroupfs [2020-02-26T15:26:55.057Z] Plugins: [2020-02-26T15:26:55.057Z] Volume: local [2020-02-26T15:26:55.057Z] Network: bridge host ipvlan macvlan null overlay [2020-02-26T15:26:55.057Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-02-26T15:26:55.057Z] Swarm: inactive [2020-02-26T15:26:55.057Z] Runtimes: runc [2020-02-26T15:26:55.057Z] Default Runtime: runc [2020-02-26T15:26:55.057Z] Init Binary: docker-init [2020-02-26T15:26:55.057Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-02-26T15:26:55.057Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-02-26T15:26:55.057Z] init version: fec3683 [2020-02-26T15:26:55.057Z] Security Options: [2020-02-26T15:26:55.057Z] apparmor [2020-02-26T15:26:55.057Z] seccomp [2020-02-26T15:26:55.057Z] Profile: default [2020-02-26T15:26:55.057Z] Kernel Version: 4.4.0-130-generic [2020-02-26T15:26:55.057Z] Operating System: Ubuntu 16.04.3 LTS [2020-02-26T15:26:55.057Z] OSType: linux [2020-02-26T15:26:55.057Z] Architecture: ppc64le [2020-02-26T15:26:55.057Z] CPUs: 4 [2020-02-26T15:26:55.057Z] Total Memory: 7.972GiB [2020-02-26T15:26:55.057Z] Name: ppc64le-ubuntu-14 [2020-02-26T15:26:55.057Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-02-26T15:26:55.057Z] Docker Root Dir: /var/lib/docker [2020-02-26T15:26:55.057Z] Debug Mode (client): false [2020-02-26T15:26:55.057Z] Debug Mode (server): false [2020-02-26T15:26:55.057Z] Username: dockerbuildbot [2020-02-26T15:26:55.057Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:26:55.057Z] Labels: [2020-02-26T15:26:55.057Z] Experimental: true [2020-02-26T15:26:55.057Z] Insecure Registries: [2020-02-26T15:26:55.057Z] 127.0.0.0/8 [2020-02-26T15:26:55.057Z] Live Restore Enabled: false [2020-02-26T15:26:55.057Z] [Pipeline] sh [2020-02-26T15:26:55.161Z] #44 8.087 CC images/sk-opts.o [2020-02-26T15:26:55.161Z] #44 8.154 CC images/sk-unix.o [2020-02-26T15:26:55.161Z] #44 8.252 CC images/sk-inet.o [2020-02-26T15:26:55.308Z] #44 12.41 DEP criu/image.d [2020-02-26T15:26:55.308Z] #44 12.43 DEP criu/image-desc.d [2020-02-26T15:26:55.308Z] #44 12.45 DEP criu/fsnotify.d [2020-02-26T15:26:55.308Z] #44 12.47 DEP criu/filesystems.d [2020-02-26T15:26:55.308Z] #44 12.50 DEP criu/files.d [2020-02-26T15:26:55.308Z] #44 12.53 DEP criu/files-reg.d [2020-02-26T15:26:55.308Z] #44 12.55 DEP criu/files-ext.d [2020-02-26T15:26:55.308Z] #44 12.58 DEP criu/file-lock.d [2020-02-26T15:26:55.308Z] #44 12.60 DEP criu/file-ids.d [2020-02-26T15:26:55.308Z] #44 12.62 DEP criu/fifo.d [2020-02-26T15:26:55.308Z] #44 12.65 DEP criu/fdstore.d [2020-02-26T15:26:55.308Z] #44 12.66 DEP criu/fault-injection.d [2020-02-26T15:26:55.308Z] #44 12.67 DEP criu/external.d [2020-02-26T15:26:55.308Z] #44 12.69 DEP criu/eventpoll.d [2020-02-26T15:26:55.308Z] #44 12.71 DEP criu/eventfd.d [2020-02-26T15:26:55.402Z] Switched to branch 'build' [2020-02-26T15:26:55.419Z] #44 8.376 CC images/tun.o [2020-02-26T15:26:55.420Z] #44 8.473 CC images/sk-netlink.o [2020-02-26T15:26:55.420Z] #44 8.543 CC images/packet-sock.o [2020-02-26T15:26:55.460Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:55.460Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:26:55.460Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40583/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-02-26T15:26:55.460Z] + bash /home/docker/workspace/moby_PR-40583/check-config.sh [2020-02-26T15:26:55.460Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-02-26T15:26:55.460Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2020-02-26T15:26:55.460Z] [2020-02-26T15:26:55.460Z] Generally Necessary: [2020-02-26T15:26:55.460Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-02-26T15:26:55.460Z] - apparmor: enabled and tools installed [2020-02-26T15:26:55.460Z] - CONFIG_NAMESPACES: enabled [2020-02-26T15:26:55.460Z] - CONFIG_NET_NS: enabled [2020-02-26T15:26:55.565Z] #44 12.73 DEP criu/crtools.d [2020-02-26T15:26:55.565Z] #44 12.76 DEP criu/cr-service.d [2020-02-26T15:26:55.565Z] #44 12.79 DEP criu/cr-restore.d [2020-02-26T15:26:55.565Z] #44 12.83 DEP criu/cr-errno.d [2020-02-26T15:26:55.565Z] #44 12.83 DEP criu/cr-dump.d [2020-02-26T15:26:55.565Z] #44 12.86 DEP criu/cr-dedup.d [2020-02-26T15:26:55.565Z] #44 12.89 DEP criu/cr-check.d [2020-02-26T15:26:55.565Z] #44 12.92 DEP criu/config.d [2020-02-26T15:26:55.565Z] #44 12.95 DEP criu/clone-noasan.d [2020-02-26T15:26:55.678Z] #44 8.669 CC images/ipc-var.o [2020-02-26T15:26:55.678Z] #44 8.734 CC images/ipc-desc.o [2020-02-26T15:26:55.678Z] #44 8.799 CC images/ipc-shm.o [2020-02-26T15:26:55.678Z] #44 8.863 CC images/ipc-msg.o [2020-02-26T15:26:55.753Z] - CONFIG_PID_NS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_IPC_NS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_UTS_NS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUPS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_DEVICE: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_FREEZER: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_SCHED: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CPUSETS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_MEMCG: enabled [2020-02-26T15:26:55.753Z] - CONFIG_KEYS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_VETH: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_BRIDGE: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NF_NAT: enabled (as module) [2020-02-26T15:26:55.753Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-02-26T15:26:55.753Z] - CONFIG_POSIX_MQUEUE: enabled [2020-02-26T15:26:55.753Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-02-26T15:26:55.753Z] [2020-02-26T15:26:55.753Z] Optional Features: [2020-02-26T15:26:55.753Z] - CONFIG_USER_NS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_SECCOMP: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_PIDS: enabled [2020-02-26T15:26:55.753Z] - CONFIG_MEMCG_SWAP: enabled [2020-02-26T15:26:55.753Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-02-26T15:26:55.753Z] (cgroup swap accounting is currently enabled) [2020-02-26T15:26:55.753Z] - CONFIG_MEMCG_KMEM: enabled [2020-02-26T15:26:55.753Z] - CONFIG_BLK_CGROUP: enabled [2020-02-26T15:26:55.753Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-02-26T15:26:55.753Z] - CONFIG_IOSCHED_CFQ: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_PERF: enabled [2020-02-26T15:26:55.753Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-02-26T15:26:55.822Z] #44 12.96 DEP criu/cgroup.d [2020-02-26T15:26:55.822Z] #44 12.98 DEP criu/cgroup-props.d [2020-02-26T15:26:55.822Z] #44 13.00 DEP criu/bitmap.d [2020-02-26T15:26:55.822Z] #44 13.00 DEP criu/bfd.d [2020-02-26T15:26:55.822Z] #44 13.02 DEP criu/autofs.d [2020-02-26T15:26:55.822Z] #44 13.04 DEP criu/aio.d [2020-02-26T15:26:55.822Z] #44 13.07 DEP criu/action-scripts.d [2020-02-26T15:26:55.822Z] #44 13.12 CC criu/action-scripts.o [2020-02-26T15:26:55.822Z] #44 13.20 CC criu/aio.o [2020-02-26T15:26:55.937Z] #44 8.954 CC images/ipc-sem.o [2020-02-26T15:26:55.937Z] #44 9.018 CC images/utsns.o [2020-02-26T15:26:55.937Z] #44 9.081 CC images/creds.o [2020-02-26T15:26:55.937Z] #44 9.147 CC images/vma.o [2020-02-26T15:26:56.042Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-02-26T15:26:56.042Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-02-26T15:26:56.042Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-02-26T15:26:56.042Z] - CONFIG_RT_GROUP_SCHED: missing [2020-02-26T15:26:56.042Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_IP_VS: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_IP_VS_NFCT: enabled [2020-02-26T15:26:56.042Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-02-26T15:26:56.042Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-02-26T15:26:56.042Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_EXT4_FS: enabled [2020-02-26T15:26:56.042Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-02-26T15:26:56.042Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-02-26T15:26:56.042Z] - Network Drivers: [2020-02-26T15:26:56.042Z] - "overlay": [2020-02-26T15:26:56.042Z] - CONFIG_VXLAN: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-02-26T15:26:56.042Z] Optional (for encrypted networks): [2020-02-26T15:26:56.042Z] - CONFIG_CRYPTO: enabled [2020-02-26T15:26:56.042Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-02-26T15:26:56.042Z] - CONFIG_XFRM: enabled [2020-02-26T15:26:56.042Z] - CONFIG_XFRM_USER: enabled (as module) [2020-02-26T15:26:56.043Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-02-26T15:26:56.043Z] - CONFIG_INET_ESP: enabled (as module) [2020-02-26T15:26:56.043Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-02-26T15:26:56.043Z] - "ipvlan": [2020-02-26T15:26:56.043Z] - CONFIG_IPVLAN: enabled (as module) [2020-02-26T15:26:56.043Z] - "macvlan": [2020-02-26T15:26:56.043Z] - CONFIG_MACVLAN: enabled (as module) [2020-02-26T15:26:56.043Z] - CONFIG_DUMMY: enabled (as module) [2020-02-26T15:26:56.043Z] - "ftp,tftp client in container": [2020-02-26T15:26:56.079Z] #44 13.30 CC criu/autofs.o [2020-02-26T15:26:56.165Z] Removing intermediate container a914530488bd [2020-02-26T15:26:56.165Z] ---> 43442978afbc [2020-02-26T15:26:56.165Z] Step 10/16 : RUN go mod download [2020-02-26T15:26:56.165Z] ---> Running in ff72c67c496b [2020-02-26T15:26:56.195Z] #44 9.218 CC images/netdev.o [2020-02-26T15:26:56.195Z] #44 9.344 CC images/tty.o [2020-02-26T15:26:56.333Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-02-26T15:26:56.333Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-02-26T15:26:56.333Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-02-26T15:26:56.333Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-02-26T15:26:56.333Z] - Storage Drivers: [2020-02-26T15:26:56.333Z] - "aufs": [2020-02-26T15:26:56.333Z] - CONFIG_AUFS_FS: enabled (as module) [2020-02-26T15:26:56.333Z] - "btrfs": [2020-02-26T15:26:56.333Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-02-26T15:26:56.333Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-02-26T15:26:56.333Z] - "devicemapper": [2020-02-26T15:26:56.333Z] - CONFIG_BLK_DEV_DM: enabled [2020-02-26T15:26:56.333Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-02-26T15:26:56.333Z] - "overlay": [2020-02-26T15:26:56.333Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-02-26T15:26:56.333Z] - "zfs": [2020-02-26T15:26:56.333Z] - /dev/zfs: missing [2020-02-26T15:26:56.333Z] - zfs command: missing [2020-02-26T15:26:56.333Z] - zpool command: missing [2020-02-26T15:26:56.333Z] [2020-02-26T15:26:56.333Z] Limits: [2020-02-26T15:26:56.333Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-02-26T15:26:56.333Z] [2020-02-26T15:26:56.333Z] + true [2020-02-26T15:26:56.336Z] #44 13.57 CC criu/bfd.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-02-26T15:26:56.454Z] #44 9.546 CC images/file-lock.o [2020-02-26T15:26:56.541Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-26T15:26:56.541Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-26T15:26:56.541Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-26T15:26:56.541Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-26T15:26:56.541Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-26T15:26:56.541Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-26T15:26:56.541Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-26T15:26:56.541Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-26T15:26:56.594Z] #44 13.67 CC criu/bitmap.o [2020-02-26T15:26:56.594Z] #44 13.70 CC criu/cgroup-props.o [2020-02-26T15:26:56.594Z] #44 13.85 CC criu/cgroup.o [2020-02-26T15:26:56.713Z] #44 9.611 CC images/rlimit.o [2020-02-26T15:26:56.713Z] #44 9.674 CC images/pagemap.o [2020-02-26T15:26:56.713Z] #44 9.771 CC images/siginfo.o [2020-02-26T15:26:56.713Z] #44 9.860 CC images/rpc.o [2020-02-26T15:26:56.817Z] + make bundles/buildx [2020-02-26T15:26:57.016Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-26T15:26:57.158Z] #44 14.40 CC criu/clone-noasan.o [2020-02-26T15:26:57.158Z] #44 14.43 CC criu/config.o [2020-02-26T15:26:57.282Z] #44 10.30 CC images/ext-file.o [2020-02-26T15:26:57.282Z] #44 10.37 CC images/cgroup.o [2020-02-26T15:26:57.416Z] #44 14.69 CC criu/cr-check.o [2020-02-26T15:26:57.424Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-26T15:26:57.424Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-26T15:26:57.424Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-26T15:26:57.443Z] make: command: Command not found [2020-02-26T15:26:57.443Z] make: command: Command not found [2020-02-26T15:26:57.443Z] mkdir bundles [2020-02-26T15:26:57.443Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-02-26T15:26:57.443Z] --build-arg BUILDX_COMMIT \ [2020-02-26T15:26:57.443Z] --build-arg BUILDX_REPO \ [2020-02-26T15:26:57.443Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-02-26T15:26:57.443Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-02-26T15:26:57.443Z] . [2020-02-26T15:26:57.443Z] /bin/sh: 4: go: not found [2020-02-26T15:26:57.443Z] /bin/sh: 5: go: not found [2020-02-26T15:26:57.541Z] #44 10.59 CC images/userns.o [2020-02-26T15:26:57.541Z] #44 10.68 CC images/google/protobuf/descriptor.o [2020-02-26T15:26:57.814Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-26T15:26:57.814Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-26T15:26:57.814Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-26T15:26:57.981Z] #44 15.03 CC criu/cr-dedup.o [2020-02-26T15:26:57.981Z] #44 15.11 CC criu/cr-dump.o [2020-02-26T15:26:58.109Z] #44 11.31 CC images/opts.o [2020-02-26T15:26:58.197Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-26T15:26:58.197Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-26T15:26:58.237Z] #44 15.56 CC criu/cr-errno.o [2020-02-26T15:26:58.368Z] #44 11.38 CC images/seccomp.o [2020-02-26T15:26:58.369Z] #44 11.48 CC images/binfmt-misc.o [2020-02-26T15:26:58.369Z] #44 11.54 CC images/time.o [2020-02-26T15:26:58.369Z] #44 11.60 CC images/sysctl.o [2020-02-26T15:26:58.371Z] #50 ... [2020-02-26T15:26:58.371Z] [2020-02-26T15:26:58.371Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:26:58.371Z] #25 5.663 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:26:58.371Z] #25 5.708 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:26:58.371Z] #25 5.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:26:58.371Z] #25 6.845 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:26:58.371Z] #25 8.849 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:26:58.371Z] #25 ... [2020-02-26T15:26:58.371Z] [2020-02-26T15:26:58.371Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:26:58.371Z] #10 7.283 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:26:58.371Z] #10 7.332 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:26:58.371Z] #10 7.337 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:26:58.371Z] #10 8.343 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:26:58.371Z] #10 ... [2020-02-26T15:26:58.371Z] [2020-02-26T15:26:58.371Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:26:58.371Z] #41 5.832 + git clone https://github.com/docker/distribution.git . [2020-02-26T15:26:58.371Z] #41 5.839 Cloning into '.'... [2020-02-26T15:26:58.494Z] #44 15.58 CC criu/cr-restore.o [2020-02-26T15:26:58.581Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-26T15:26:58.581Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-26T15:26:58.581Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-26T15:26:58.627Z] #44 11.67 CC images/autofs.o [2020-02-26T15:26:58.627Z] #44 11.74 CC images/macvlan.o [2020-02-26T15:26:58.627Z] #44 11.80 CC images/sit.o [2020-02-26T15:26:58.627Z] #44 11.87 LINK images/built-in.o [2020-02-26T15:26:58.628Z] #41 ... [2020-02-26T15:26:58.628Z] [2020-02-26T15:26:58.628Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:26:58.628Z] #33 6.210 + RM_GOPATH=0 [2020-02-26T15:26:58.628Z] #33 6.210 + TMP_GOPATH= [2020-02-26T15:26:58.628Z] #33 6.210 + : /build [2020-02-26T15:26:58.628Z] #33 6.210 + '[' -z '' ']' [2020-02-26T15:26:58.628Z] #33 6.211 ++ mktemp -d [2020-02-26T15:26:58.628Z] #33 6.212 + export GOPATH=/tmp/tmp.GVGH6urb6m [2020-02-26T15:26:58.628Z] #33 6.213 + GOPATH=/tmp/tmp.GVGH6urb6m [2020-02-26T15:26:58.628Z] #33 6.216 + RM_GOPATH=1 [2020-02-26T15:26:58.628Z] #33 6.216 ++ dirname ./install.sh [2020-02-26T15:26:58.628Z] #33 6.220 + dir=. [2020-02-26T15:26:58.628Z] #33 6.227 + bin=tomlv [2020-02-26T15:26:58.628Z] #33 6.227 + shift [2020-02-26T15:26:58.628Z] #33 6.227 + '[' '!' -f ./tomlv.installer ']' [2020-02-26T15:26:58.628Z] #33 6.228 + . ./tomlv.installer [2020-02-26T15:26:58.628Z] #33 6.228 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:26:58.628Z] #33 6.228 + install_tomlv [2020-02-26T15:26:58.628Z] #33 6.228 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-26T15:26:58.628Z] #33 6.230 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:26:58.628Z] #33 6.230 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.GVGH6urb6m/src/github.com/BurntSushi/toml [2020-02-26T15:26:58.628Z] #33 6.236 Cloning into '/tmp/tmp.GVGH6urb6m/src/github.com/BurntSushi/toml'... [2020-02-26T15:26:58.628Z] #33 7.254 + cd /tmp/tmp.GVGH6urb6m/src/github.com/BurntSushi/toml [2020-02-26T15:26:58.628Z] #33 7.256 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:26:58.628Z] #33 7.286 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:26:58.628Z] #33 8.071 runtime/internal/atomic [2020-02-26T15:26:58.628Z] #33 8.098 internal/cpu [2020-02-26T15:26:58.628Z] #33 8.258 runtime/internal/sys [2020-02-26T15:26:58.628Z] #33 8.505 runtime/internal/math [2020-02-26T15:26:58.628Z] #33 8.613 math/bits [2020-02-26T15:26:58.628Z] #33 8.677 internal/bytealg [2020-02-26T15:26:58.628Z] #33 9.105 math [2020-02-26T15:26:58.628Z] #33 9.487 runtime [2020-02-26T15:26:58.628Z] #33 ... [2020-02-26T15:26:58.628Z] [2020-02-26T15:26:58.629Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:26:58.629Z] #65 6.042 + RM_GOPATH=0 [2020-02-26T15:26:58.629Z] #65 6.042 + TMP_GOPATH= [2020-02-26T15:26:58.629Z] #65 6.042 + : /build/ [2020-02-26T15:26:58.629Z] #65 6.043 + '[' -z '' ']' [2020-02-26T15:26:58.629Z] #65 6.050 ++ mktemp -d [2020-02-26T15:26:58.629Z] #65 6.058 + export GOPATH=/tmp/tmp.ocu8H53qi9 [2020-02-26T15:26:58.629Z] #65 6.068 + GOPATH=/tmp/tmp.ocu8H53qi9 [2020-02-26T15:26:58.629Z] #65 6.068 + RM_GOPATH=1 [2020-02-26T15:26:58.629Z] #65 6.069 ++ dirname ./install.sh [2020-02-26T15:26:58.629Z] #65 6.070 + dir=. [2020-02-26T15:26:58.629Z] #65 6.070 + bin=rootlesskit [2020-02-26T15:26:58.629Z] #65 6.070 + shift [2020-02-26T15:26:58.629Z] #65 6.070 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-26T15:26:58.629Z] #65 6.071 + . ./rootlesskit.installer [2020-02-26T15:26:58.629Z] #65 6.071 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:26:58.629Z] #65 6.078 + install_rootlesskit [2020-02-26T15:26:58.629Z] #65 6.079 + case "$1" in [2020-02-26T15:26:58.629Z] #65 6.079 + export CGO_ENABLED=0 [2020-02-26T15:26:58.629Z] #65 6.080 + CGO_ENABLED=0 [2020-02-26T15:26:58.629Z] #65 6.080 + _install_rootlesskit [2020-02-26T15:26:58.629Z] #65 6.080 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-26T15:26:58.629Z] #65 6.081 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:26:58.629Z] #65 6.082 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ocu8H53qi9/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:26:58.629Z] #65 6.096 Cloning into '/tmp/tmp.ocu8H53qi9/src/github.com/rootless-containers/rootlesskit'... [2020-02-26T15:26:58.629Z] #65 9.710 + cd /tmp/tmp.ocu8H53qi9/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:26:58.629Z] #65 9.710 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:26:58.629Z] #65 9.762 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:26:58.629Z] #65 9.767 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-26T15:26:58.886Z] #44 11.91 GEN compel/include/asm [2020-02-26T15:26:58.886Z] #44 11.91 GEN compel/include/version.h [2020-02-26T15:26:58.886Z] #44 11.92 touch .config [2020-02-26T15:26:58.886Z] #44 11.93 GEN include/common/config.h [2020-02-26T15:26:58.886Z] #44 11.95 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-26T15:26:58.886Z] #44 11.96 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-02-26T15:26:58.886Z] #44 12.02 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-02-26T15:26:58.886Z] #44 12.02 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-02-26T15:26:58.886Z] #44 12.03 DEP compel/plugins/std/infect.d [2020-02-26T15:26:58.886Z] #44 12.11 DEP compel/plugins/std/string.d [2020-02-26T15:26:58.886Z] #44 12.13 DEP compel/plugins/std/log.d [2020-02-26T15:26:58.886Z] #65 ... [2020-02-26T15:26:58.886Z] [2020-02-26T15:26:58.886Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:26:58.886Z] #59 5.812 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:26:58.886Z] #59 5.900 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:26:58.886Z] #59 5.900 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:26:58.886Z] #59 6.925 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:26:58.886Z] #59 8.822 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:26:58.886Z] #59 ... [2020-02-26T15:26:58.886Z] [2020-02-26T15:26:58.886Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:26:58.886Z] #53 6.171 + RM_GOPATH=0 [2020-02-26T15:26:58.886Z] #53 6.171 + TMP_GOPATH= [2020-02-26T15:26:58.886Z] #53 6.171 + : /build [2020-02-26T15:26:58.886Z] #53 6.171 + '[' -z '' ']' [2020-02-26T15:26:58.886Z] #53 6.171 ++ mktemp -d [2020-02-26T15:26:58.886Z] #53 6.180 + export GOPATH=/tmp/tmp.8xYZg6EqYP [2020-02-26T15:26:58.886Z] #53 6.180 + GOPATH=/tmp/tmp.8xYZg6EqYP [2020-02-26T15:26:58.886Z] #53 6.181 + RM_GOPATH=1 [2020-02-26T15:26:58.886Z] #53 6.181 ++ dirname ./install.sh [2020-02-26T15:26:58.886Z] #53 6.185 + dir=. [2020-02-26T15:26:58.886Z] #53 6.185 + bin=golangci_lint [2020-02-26T15:26:58.886Z] #53 6.186 + shift [2020-02-26T15:26:58.886Z] #53 6.186 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-26T15:26:58.886Z] #53 6.187 + . ./golangci_lint.installer [2020-02-26T15:26:58.886Z] #53 6.188 ++ : v1.20.0 [2020-02-26T15:26:58.886Z] #53 6.189 + install_golangci_lint [2020-02-26T15:26:58.886Z] #53 6.191 + echo 'Installing golangci-lint version v1.20.0' [2020-02-26T15:26:58.886Z] #53 6.191 Installing golangci-lint version v1.20.0 [2020-02-26T15:26:58.886Z] #53 6.191 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:26:58.955Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-26T15:26:58.955Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-26T15:26:58.955Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-26T15:26:58.955Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-26T15:26:58.955Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-26T15:26:59.145Z] #53 ... [2020-02-26T15:26:59.145Z] [2020-02-26T15:26:59.145Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:26:59.145Z] #43 5.164 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:26:59.145Z] #43 5.254 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:26:59.145Z] #43 5.266 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:26:59.145Z] #43 6.311 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:26:59.145Z] #43 8.603 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:26:59.145Z] #43 11.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:26:59.145Z] #43 ... [2020-02-26T15:26:59.145Z] [2020-02-26T15:26:59.145Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:26:59.145Z] #47 6.139 + RM_GOPATH=0 [2020-02-26T15:26:59.145Z] #47 6.139 + TMP_GOPATH= [2020-02-26T15:26:59.145Z] #47 6.139 + : /build [2020-02-26T15:26:59.145Z] #47 6.139 + '[' -z '' ']' [2020-02-26T15:26:59.145Z] #47 6.139 ++ mktemp -d [2020-02-26T15:26:59.145Z] #47 6.139 + export GOPATH=/tmp/tmp.UROfYUtsPV [2020-02-26T15:26:59.145Z] #47 6.139 + GOPATH=/tmp/tmp.UROfYUtsPV [2020-02-26T15:26:59.145Z] #47 6.139 + RM_GOPATH=1 [2020-02-26T15:26:59.145Z] #47 6.139 ++ dirname ./install.sh [2020-02-26T15:26:59.145Z] #47 6.161 + dir=. [2020-02-26T15:26:59.145Z] #47 6.161 + bin=vndr [2020-02-26T15:26:59.145Z] #47 6.161 + shift [2020-02-26T15:26:59.145Z] #47 6.162 + '[' '!' -f ./vndr.installer ']' [2020-02-26T15:26:59.145Z] #47 6.162 + . ./vndr.installer [2020-02-26T15:26:59.145Z] #47 6.163 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:26:59.145Z] #47 6.164 + install_vndr [2020-02-26T15:26:59.145Z] #47 6.165 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-26T15:26:59.145Z] #47 6.166 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:26:59.145Z] #47 6.167 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.UROfYUtsPV/src/github.com/LK4D4/vndr [2020-02-26T15:26:59.145Z] #47 6.180 Cloning into '/tmp/tmp.UROfYUtsPV/src/github.com/LK4D4/vndr'... [2020-02-26T15:26:59.145Z] #47 7.108 + cd /tmp/tmp.UROfYUtsPV/src/github.com/LK4D4/vndr [2020-02-26T15:26:59.145Z] #44 12.16 DEP compel/plugins/std/fds.d [2020-02-26T15:26:59.145Z] #47 7.113 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:26:59.145Z] #47 7.153 + go build -buildmode=pie -v -o /build/vndr . [2020-02-26T15:26:59.145Z] #47 8.407 runtime/internal/sys [2020-02-26T15:26:59.145Z] #44 12.19 DEP compel/plugins/std/std.d [2020-02-26T15:26:59.145Z] #47 8.434 internal/cpu [2020-02-26T15:26:59.145Z] #47 8.731 internal/race [2020-02-26T15:26:59.145Z] #47 8.865 sync/atomic [2020-02-26T15:26:59.145Z] #47 9.165 internal/bytealg [2020-02-26T15:26:59.145Z] #47 9.289 unicode [2020-02-26T15:26:59.145Z] #47 9.846 runtime [2020-02-26T15:26:59.145Z] #44 12.22 DEP compel/plugins/shmem/shmem.d [2020-02-26T15:26:59.145Z] #44 12.25 DEP compel/plugins/fds/fds.d [2020-02-26T15:26:59.145Z] #44 12.30 CC compel/plugins/std/std.o [2020-02-26T15:26:59.145Z] #44 12.40 CC compel/plugins/std/fds.o [2020-02-26T15:26:59.341Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-26T15:26:59.341Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-26T15:26:59.403Z] #47 ... [2020-02-26T15:26:59.403Z] [2020-02-26T15:26:59.403Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:26:59.403Z] #23 6.325 + RM_GOPATH=0 [2020-02-26T15:26:59.403Z] #23 6.325 + TMP_GOPATH= [2020-02-26T15:26:59.403Z] #23 6.325 + : /build [2020-02-26T15:26:59.403Z] #23 6.332 + '[' -z '' ']' [2020-02-26T15:26:59.403Z] #23 6.339 ++ mktemp -d [2020-02-26T15:26:59.403Z] #23 6.343 + export GOPATH=/tmp/tmp.2Wr4dFnq1U [2020-02-26T15:26:59.403Z] #23 6.343 + GOPATH=/tmp/tmp.2Wr4dFnq1U [2020-02-26T15:26:59.403Z] #23 6.344 + RM_GOPATH=1 [2020-02-26T15:26:59.403Z] #23 6.345 ++ dirname ./install.sh [2020-02-26T15:26:59.403Z] #23 6.354 + dir=. [2020-02-26T15:26:59.403Z] #23 6.354 + bin=dockercli [2020-02-26T15:26:59.403Z] #23 6.354 + shift [2020-02-26T15:26:59.403Z] #23 6.358 + '[' '!' -f ./dockercli.installer ']' [2020-02-26T15:26:59.403Z] #23 6.358 + . ./dockercli.installer [2020-02-26T15:26:59.403Z] #23 6.358 ++ : stable [2020-02-26T15:26:59.403Z] #23 6.359 ++ : 17.06.2-ce [2020-02-26T15:26:59.403Z] #23 6.360 + install_dockercli [2020-02-26T15:26:59.403Z] #23 6.362 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-26T15:26:59.403Z] #23 6.362 Install docker/cli version 17.06.2-ce from stable [2020-02-26T15:26:59.403Z] #23 6.363 ++ uname -m [2020-02-26T15:26:59.403Z] #23 6.365 + arch=x86_64 [2020-02-26T15:26:59.403Z] #23 6.365 + '[' x86_64 '!=' x86_64 ']' [2020-02-26T15:26:59.403Z] #23 6.365 + url=https://download.docker.com/linux/static [2020-02-26T15:26:59.403Z] #23 6.369 + tar -xz docker/docker [2020-02-26T15:26:59.403Z] #23 6.372 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-26T15:26:59.404Z] #44 12.53 CC compel/plugins/std/log.o [2020-02-26T15:26:59.425Z] #44 16.49 CC criu/cr-service.o [2020-02-26T15:26:59.661Z] #23 ... [2020-02-26T15:26:59.661Z] [2020-02-26T15:26:59.661Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:26:59.661Z] #25 11.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:26:59.662Z] #44 12.83 CC compel/plugins/std/string.o [2020-02-26T15:26:59.682Z] #44 16.81 CC criu/crtools.o [2020-02-26T15:26:59.682Z] #44 16.92 CC criu/eventfd.o [2020-02-26T15:26:59.682Z] #44 17.00 CC criu/eventpoll.o [2020-02-26T15:26:59.707Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-26T15:26:59.707Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-26T15:26:59.707Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-26T15:26:59.921Z] #44 13.06 CC compel/plugins/std/infect.o [2020-02-26T15:26:59.940Z] #44 17.18 CC criu/external.o [2020-02-26T15:26:59.940Z] #44 17.25 CC criu/fault-injection.o [2020-02-26T15:26:59.940Z] #44 17.27 CC criu/fdstore.o [2020-02-26T15:27:00.090Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-26T15:27:00.090Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-26T15:27:00.145Z] Sending build context to Docker daemon 54.16MB [2020-02-26T15:27:00.145Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-02-26T15:27:00.145Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-02-26T15:27:00.145Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-02-26T15:27:00.145Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-02-26T15:27:00.145Z] 1.12.10-stretch: Pulling from library/golang [2020-02-26T15:27:00.145Z] fb056072eab9: Pulling fs layer [2020-02-26T15:27:00.145Z] 6a33b1f9796f: Pulling fs layer [2020-02-26T15:27:00.145Z] 8f8f8962e456: Pulling fs layer [2020-02-26T15:27:00.145Z] 68adcc365214: Pulling fs layer [2020-02-26T15:27:00.145Z] 76d8adf27bdf: Pulling fs layer [2020-02-26T15:27:00.145Z] d66e58854927: Pulling fs layer [2020-02-26T15:27:00.145Z] 71497195576e: Pulling fs layer [2020-02-26T15:27:00.145Z] 76d8adf27bdf: Waiting [2020-02-26T15:27:00.145Z] 71497195576e: Waiting [2020-02-26T15:27:00.145Z] 68adcc365214: Waiting [2020-02-26T15:27:00.145Z] d66e58854927: Waiting [2020-02-26T15:27:00.179Z] #44 13.19 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-02-26T15:27:00.179Z] #44 13.21 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-02-26T15:27:00.179Z] #44 13.24 AR compel/plugins/std.lib.a [2020-02-26T15:27:00.179Z] #44 13.26 CC compel/plugins/fds/fds.o [2020-02-26T15:27:00.179Z] #44 13.34 AR compel/plugins/fds.lib.a [2020-02-26T15:27:00.197Z] #44 17.35 CC criu/fifo.o [2020-02-26T15:27:00.197Z] #44 17.43 CC criu/file-ids.o [2020-02-26T15:27:00.197Z] #44 17.50 CC criu/file-lock.o [2020-02-26T15:27:00.438Z] #44 13.36 HOSTDEP compel/src/lib/log-host.d [2020-02-26T15:27:00.438Z] #44 13.42 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-26T15:27:00.438Z] #44 13.46 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-02-26T15:27:00.438Z] #44 13.50 HOSTDEP compel/src/main-host.d [2020-02-26T15:27:00.438Z] #44 13.54 DEP compel/src/lib/ptrace.d [2020-02-26T15:27:00.438Z] #44 13.59 DEP compel/src/lib/infect.d [2020-02-26T15:27:00.438Z] #44 13.64 DEP compel/src/lib/infect-util.d [2020-02-26T15:27:00.438Z] #44 13.67 DEP compel/src/lib/infect-rpc.d [2020-02-26T15:27:00.438Z] #44 13.71 DEP compel/arch/aarch64/src/lib/infect.d [2020-02-26T15:27:00.454Z] #44 17.70 CC criu/files-ext.o [2020-02-26T15:27:00.454Z] #44 17.77 CC criu/files-reg.o [2020-02-26T15:27:00.456Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-26T15:27:00.456Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-26T15:27:00.456Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-26T15:27:00.697Z] #44 13.74 DEP compel/arch/aarch64/src/lib/cpu.d [2020-02-26T15:27:00.697Z] #44 13.77 DEP compel/src/lib/log.d [2020-02-26T15:27:00.697Z] #44 13.80 DEP compel/src/main.d [2020-02-26T15:27:00.697Z] #44 13.84 DEP compel/src/lib/handle-elf.d [2020-02-26T15:27:00.780Z] 8f8f8962e456: Verifying Checksum [2020-02-26T15:27:00.780Z] 8f8f8962e456: Download complete [2020-02-26T15:27:00.823Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-26T15:27:00.823Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-26T15:27:00.823Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-26T15:27:00.955Z] #44 13.88 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-02-26T15:27:00.955Z] #44 13.94 CC compel/src/lib/log.o [2020-02-26T15:27:00.955Z] #44 14.03 CC compel/arch/aarch64/src/lib/cpu.o [2020-02-26T15:27:00.955Z] #44 14.12 CC compel/arch/aarch64/src/lib/infect.o [2020-02-26T15:27:01.018Z] #44 18.22 CC criu/files.o [2020-02-26T15:27:01.067Z] 6a33b1f9796f: Verifying Checksum [2020-02-26T15:27:01.067Z] 6a33b1f9796f: Download complete [2020-02-26T15:27:01.200Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-26T15:27:01.200Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-26T15:27:01.214Z] #44 14.26 CC compel/src/lib/infect-rpc.o [2020-02-26T15:27:01.214Z] #44 14.37 CC compel/src/lib/infect-util.o [2020-02-26T15:27:01.472Z] #44 14.46 CC compel/src/lib/infect.o [2020-02-26T15:27:01.582Z] #44 18.67 CC criu/filesystems.o [2020-02-26T15:27:01.582Z] #44 18.82 CC criu/fsnotify.o [2020-02-26T15:27:01.633Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-26T15:27:01.633Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-26T15:27:01.923Z] #44 19.07 CC criu/image-desc.o [2020-02-26T15:27:01.923Z] #44 19.10 CC criu/image.o [2020-02-26T15:27:01.923Z] #44 19.31 CC criu/ipc_ns.o [2020-02-26T15:27:02.040Z] #44 15.24 CC compel/src/lib/ptrace.o [2020-02-26T15:27:02.092Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-26T15:27:02.199Z] #44 19.59 CC criu/irmap.o [2020-02-26T15:27:02.298Z] #44 15.37 AR compel/libcompel.a [2020-02-26T15:27:02.299Z] #44 15.40 HOSTCC compel/src/main-host.o [2020-02-26T15:27:02.299Z] #44 15.51 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-02-26T15:27:02.455Z] #44 19.73 CC criu/kcmp-ids.o [2020-02-26T15:27:02.480Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-26T15:27:02.480Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-26T15:27:02.565Z] #44 15.58 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-26T15:27:02.565Z] #44 15.70 HOSTCC compel/src/lib/log-host.o [2020-02-26T15:27:02.565Z] #44 15.77 HOSTLINK compel/compel-host-bin [2020-02-26T15:27:02.712Z] #44 19.80 CC criu/kerndat.o [2020-02-26T15:27:02.824Z] #44 15.81 DEP soccr/soccr.d [2020-02-26T15:27:02.824Z] #44 15.89 CC soccr/soccr.o [2020-02-26T15:27:02.968Z] #44 20.04 CC criu/libnetlink.o [2020-02-26T15:27:02.969Z] #44 20.13 CC criu/log.o [2020-02-26T15:27:02.969Z] #44 20.24 CC criu/lsm.o [2020-02-26T15:27:02.969Z] #44 20.33 CC criu/mem.o [2020-02-26T15:27:03.119Z] fb056072eab9: Download complete [2020-02-26T15:27:03.277Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-26T15:27:03.392Z] #44 16.39 AR soccr/libsoccr.a [2020-02-26T15:27:03.392Z] #44 16.40 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:27:03.392Z] #44 16.51 DEP criu/arch/aarch64/sigframe.d [2020-02-26T15:27:03.392Z] #44 16.55 DEP criu/arch/aarch64/crtools.d [2020-02-26T15:27:03.392Z] #44 16.62 DEP criu/arch/aarch64/cpu.d [2020-02-26T15:27:03.534Z] #44 20.70 CC criu/mount.o [2020-02-26T15:27:03.600Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-02-26T15:27:03.600Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8a9dd278\powershellScript.ps1'; exit $LASTEXITCODE; [2020-02-26T15:27:03.600Z] ---------------------------------------------------------------------------- [2020-02-26T15:27:03.600Z] [2020-02-26T15:27:03.600Z] INFO: executeCI.ps1 starting at Wed Feb 26 15:27:03 CUT 2020 [2020-02-26T15:27:03.600Z] [2020-02-26T15:27:03.600Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-02-26T15:27:03.600Z] INFO: Running git version 2.24.1.windows.2 [2020-02-26T15:27:03.600Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-02-26T15:27:03.600Z] INFO: Environment variables: [2020-02-26T15:27:03.600Z] [2020-02-26T15:27:03.600Z] Name Value [2020-02-26T15:27:03.600Z] ---- ----- [2020-02-26T15:27:03.600Z] ALLUSERSPROFILE C:\ProgramData [2020-02-26T15:27:03.600Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-02-26T15:27:03.600Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-02-26T15:27:03.600Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-02-26T15:27:03.600Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-02-26T15:27:03.600Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-02-26T15:27:03.600Z] BRANCH_NAME PR-40583 [2020-02-26T15:27:03.600Z] BUILD_DISPLAY_NAME #2 [2020-02-26T15:27:03.600Z] BUILD_ID 2 [2020-02-26T15:27:03.600Z] BUILD_NUMBER 2 [2020-02-26T15:27:03.600Z] BUILD_TAG jenkins-moby-PR-40583-2 [2020-02-26T15:27:03.600Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40583/2/ [2020-02-26T15:27:03.600Z] CHANGE_AUTHOR thaJeztah [2020-02-26T15:27:03.600Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-02-26T15:27:03.600Z] CHANGE_BRANCH criu_3.13 [2020-02-26T15:27:03.600Z] CHANGE_FORK thaJeztah/docker [2020-02-26T15:27:03.600Z] CHANGE_ID 40583 [2020-02-26T15:27:03.600Z] CHANGE_TARGET master [2020-02-26T15:27:03.600Z] CHANGE_TITLE Update CRIU to v3.13 "Silicon Willet" [2020-02-26T15:27:03.600Z] CHANGE_URL https://github.com/moby/moby/pull/40583 [2020-02-26T15:27:03.600Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-02-26T15:27:03.600Z] CommonProgramFiles C:\Program Files\Common Files [2020-02-26T15:27:03.600Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-02-26T15:27:03.600Z] CommonProgramW6432 C:\Program Files\Common Files [2020-02-26T15:27:03.600Z] COMPUTERNAME azwin-2-0c5680 [2020-02-26T15:27:03.600Z] ComSpec C:\windows\system32\cmd.exe [2020-02-26T15:27:03.600Z] ConfigSequenceNumber 0 [2020-02-26T15:27:03.600Z] DOCKER_BUILDKIT 0 [2020-02-26T15:27:03.600Z] DOCKER_DUT_DEBUG 1 [2020-02-26T15:27:03.600Z] DOCKER_EXPERIMENTAL 1 [2020-02-26T15:27:03.600Z] DOCKER_GRAPHDRIVER overlay2 [2020-02-26T15:27:03.600Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-02-26T15:27:03.600Z] EXECUTOR_NUMBER 0 [2020-02-26T15:27:03.600Z] FQDN azwin-2-0c5680.westus.cloudapp.azure.com [2020-02-26T15:27:03.600Z] GIT_BRANCH PR-40583 [2020-02-26T15:27:03.600Z] GIT_COMMIT f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:27:03.600Z] GIT_PREVIOUS_COMMIT f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:27:03.600Z] GIT_URL https://github.com/moby/moby.git [2020-02-26T15:27:03.600Z] HUDSON_COOKIE d793551b-1f4f-4e58-ad1b-ce9fa4ab3a3e [2020-02-26T15:27:03.600Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-02-26T15:27:03.600Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-02-26T15:27:03.600Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-02-26T15:27:03.600Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-02-26T15:27:03.600Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-02-26T15:27:03.600Z] JENKINS_NODE_COOKIE c75b0c06-5707-4ae5-bf39-dc0224cfd0cd [2020-02-26T15:27:03.600Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-02-26T15:27:03.600Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-02-26T15:27:03.600Z] JOB_BASE_NAME PR-40583 [2020-02-26T15:27:03.600Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40583/display/redirect [2020-02-26T15:27:03.600Z] JOB_NAME moby/PR-40583 [2020-02-26T15:27:03.600Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40583/ [2020-02-26T15:27:03.600Z] library.jps.version master [2020-02-26T15:27:03.600Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-02-26T15:27:03.600Z] NODE_LABELS amd64 azure azwin-2-0c5680 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-02-26T15:27:03.600Z] NODE_NAME azwin-2-0c5680 [2020-02-26T15:27:03.600Z] NUMBER_OF_PROCESSORS 4 [2020-02-26T15:27:03.600Z] OS Windows_NT [2020-02-26T15:27:03.600Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-02-26T15:27:03.600Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-02-26T15:27:03.600Z] PROCESSOR_ARCHITECTURE AMD64 [2020-02-26T15:27:03.601Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-02-26T15:27:03.601Z] PROCESSOR_LEVEL 6 [2020-02-26T15:27:03.601Z] PROCESSOR_REVISION 5504 [2020-02-26T15:27:03.601Z] ProgramData C:\ProgramData [2020-02-26T15:27:03.601Z] ProgramFiles C:\Program Files [2020-02-26T15:27:03.601Z] ProgramFiles(x86) C:\Program Files (x86) [2020-02-26T15:27:03.601Z] ProgramW6432 C:\Program Files [2020-02-26T15:27:03.601Z] PROMPT $P$G [2020-02-26T15:27:03.601Z] PSExecutionPolicyPreference Bypass [2020-02-26T15:27:03.601Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-02-26T15:27:03.601Z] PUBLIC C:\Users\Public [2020-02-26T15:27:03.601Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40583/2/display/redirect?page=changes [2020-02-26T15:27:03.601Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40583/2/display/redirect [2020-02-26T15:27:03.601Z] SKIP_VALIDATION_TESTS 1 [2020-02-26T15:27:03.601Z] SOURCES_DRIVE d [2020-02-26T15:27:03.601Z] SOURCES_SUBDIR gopath [2020-02-26T15:27:03.601Z] STAGE_NAME Run tests [2020-02-26T15:27:03.601Z] SystemDrive C: [2020-02-26T15:27:03.601Z] SystemRoot C:\windows [2020-02-26T15:27:03.601Z] TEMP C:\windows\TEMP [2020-02-26T15:27:03.601Z] TESTDEBUG 0 [2020-02-26T15:27:03.601Z] TESTRUN_DRIVE d [2020-02-26T15:27:03.601Z] TESTRUN_SUBDIR CI [2020-02-26T15:27:03.601Z] TIMEOUT 120m [2020-02-26T15:27:03.601Z] TMP C:\windows\TEMP [2020-02-26T15:27:03.601Z] USERDOMAIN WORKGROUP [2020-02-26T15:27:03.601Z] USERNAME azwin-2-0c5680$ [2020-02-26T15:27:03.601Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-02-26T15:27:03.601Z] windir C:\windows [2020-02-26T15:27:03.601Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-02-26T15:27:03.601Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-02-26T15:27:03.601Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-02-26T15:27:03.601Z] [2020-02-26T15:27:03.601Z] [2020-02-26T15:27:03.601Z] [2020-02-26T15:27:03.601Z] INFO: Sources under d:\gopath\... [2020-02-26T15:27:03.601Z] INFO: Test run under d:\CI\... [2020-02-26T15:27:03.601Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-02-26T15:27:03.601Z] INFO: docker/docker repository was found [2020-02-26T15:27:03.650Z] #44 16.63 DEP criu/arch/aarch64/bitops.d [2020-02-26T15:27:03.650Z] #44 16.65 CC criu/arch/aarch64/bitops.o [2020-02-26T15:27:03.650Z] #44 16.67 CC criu/arch/aarch64/cpu.o [2020-02-26T15:27:03.650Z] #44 16.72 CC criu/arch/aarch64/crtools.o [2020-02-26T15:27:03.909Z] #44 16.93 CC criu/arch/aarch64/sigframe.o [2020-02-26T15:27:03.909Z] #44 17.00 LINK criu/arch/aarch64/crtools.built-in.o [2020-02-26T15:27:03.909Z] #44 17.03 DEP criu/pie/util-vdso.d [2020-02-26T15:27:03.909Z] #44 17.07 DEP criu/pie/util.d [2020-02-26T15:27:03.909Z] #44 17.12 CC criu/pie/util.o [2020-02-26T15:27:04.059Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-02-26T15:27:04.059Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1040' [2020-02-26T15:27:04.059Z] INFO: Docker version of control daemon [2020-02-26T15:27:04.059Z] [2020-02-26T15:27:04.073Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-26T15:27:04.168Z] #44 17.23 CC criu/pie/util-vdso.o [2020-02-26T15:27:04.427Z] #44 17.46 AR criu/pie/pie.lib.a [2020-02-26T15:27:04.427Z] #44 17.49 DEP criu/pie/restorer.d [2020-02-26T15:27:04.427Z] #44 17.56 DEP criu/arch/aarch64/intraprocedure.d [2020-02-26T15:27:04.427Z] #44 17.57 DEP criu/arch/aarch64/restorer.d [2020-02-26T15:27:04.427Z] #44 17.63 DEP criu/arch/aarch64/vdso-pie.d [2020-02-26T15:27:04.427Z] #44 17.66 DEP criu/pie/parasite-vdso.d [2020-02-26T15:27:04.437Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-26T15:27:04.437Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-26T15:27:04.437Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-26T15:27:04.464Z] #44 21.55 CC criu/namespaces.o [2020-02-26T15:27:04.517Z] Client: Docker Engine - Enterprise [2020-02-26T15:27:04.517Z] Version: 19.03.5 [2020-02-26T15:27:04.517Z] API version: 1.40 [2020-02-26T15:27:04.517Z] Go version: go1.12.12 [2020-02-26T15:27:04.517Z] Git commit: 2ee0c57608 [2020-02-26T15:27:04.517Z] Built: 11/13/2019 08:00:16 [2020-02-26T15:27:04.517Z] OS/Arch: windows/amd64 [2020-02-26T15:27:04.517Z] Experimental: false [2020-02-26T15:27:04.517Z] [2020-02-26T15:27:04.517Z] Server: Docker Engine - Enterprise [2020-02-26T15:27:04.517Z] Engine: [2020-02-26T15:27:04.517Z] Version: 19.03.5 [2020-02-26T15:27:04.517Z] API version: 1.40 (minimum version 1.24) [2020-02-26T15:27:04.517Z] Go version: go1.12.12 [2020-02-26T15:27:04.517Z] Git commit: 2ee0c57608 [2020-02-26T15:27:04.517Z] Built: 11/13/2019 07:58:51 [2020-02-26T15:27:04.517Z] OS/Arch: windows/amd64 [2020-02-26T15:27:04.517Z] Experimental: true [2020-02-26T15:27:04.517Z] [2020-02-26T15:27:04.517Z] INFO: Docker info of control daemon [2020-02-26T15:27:04.517Z] [2020-02-26T15:27:04.623Z] 68adcc365214: Verifying Checksum [2020-02-26T15:27:04.623Z] 68adcc365214: Download complete [2020-02-26T15:27:04.623Z] 71497195576e: Verifying Checksum [2020-02-26T15:27:04.623Z] 71497195576e: Download complete [2020-02-26T15:27:04.686Z] #44 17.72 DEP criu/pie/parasite.d [2020-02-26T15:27:04.686Z] #44 17.80 CC criu/pie/parasite.o [2020-02-26T15:27:04.722Z] #44 21.97 CC criu/net.o [2020-02-26T15:27:04.823Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-26T15:27:04.925Z] #25 ... [2020-02-26T15:27:04.925Z] [2020-02-26T15:27:04.925Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:04.925Z] #23 15.35 + mkdir -p /build [2020-02-26T15:27:04.925Z] #23 15.36 + mv docker/docker /build/ [2020-02-26T15:27:04.925Z] #23 15.36 + rmdir docker [2020-02-26T15:27:04.925Z] #23 DONE 15.8s [2020-02-26T15:27:04.925Z] [2020-02-26T15:27:04.925Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:04.925Z] #33 13.16 unicode/utf8 [2020-02-26T15:27:04.925Z] #33 13.82 encoding [2020-02-26T15:27:04.925Z] #33 14.10 runtime/cgo [2020-02-26T15:27:04.925Z] #33 ... [2020-02-26T15:27:04.925Z] [2020-02-26T15:27:04.925Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:27:04.925Z] #30 6.362 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-26T15:27:04.925Z] #30 6.373 Cloning into '.'... [2020-02-26T15:27:04.925Z] #30 ... [2020-02-26T15:27:04.925Z] [2020-02-26T15:27:04.925Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:04.925Z] #47 12.98 unicode/utf8 [2020-02-26T15:27:04.925Z] #47 13.50 internal/testlog [2020-02-26T15:27:04.925Z] #47 13.80 encoding [2020-02-26T15:27:04.925Z] #47 14.09 unicode/utf16 [2020-02-26T15:27:04.925Z] #47 14.34 container/list [2020-02-26T15:27:04.925Z] #47 14.74 crypto/internal/subtle [2020-02-26T15:27:04.925Z] #47 14.90 crypto/subtle [2020-02-26T15:27:04.925Z] #47 15.09 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-26T15:27:04.925Z] #47 15.25 internal/nettrace [2020-02-26T15:27:04.925Z] #47 15.40 runtime/cgo [2020-02-26T15:27:05.183Z] #47 ... [2020-02-26T15:27:05.183Z] [2020-02-26T15:27:05.183Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:05.183Z] #35 6.940 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:27:05.183Z] #35 9.122 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:27:05.183Z] #35 ... [2020-02-26T15:27:05.183Z] [2020-02-26T15:27:05.183Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:05.183Z] #10 10.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:27:05.183Z] #10 12.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:27:05.199Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-26T15:27:05.243Z] 76d8adf27bdf: Verifying Checksum [2020-02-26T15:27:05.243Z] 76d8adf27bdf: Download complete [2020-02-26T15:27:05.252Z] #44 18.23 LINK criu/pie/parasite.built-in.o [2020-02-26T15:27:05.252Z] #44 18.24 GEN criu/pie/parasite-blob.h [2020-02-26T15:27:05.252Z] #44 18.24 CC criu/pie/parasite-vdso.o [2020-02-26T15:27:05.286Z] #44 22.69 CC criu/netfilter.o [2020-02-26T15:27:05.483Z] Client: [2020-02-26T15:27:05.483Z] Debug Mode: false [2020-02-26T15:27:05.483Z] Plugins: [2020-02-26T15:27:05.483Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-02-26T15:27:05.483Z] [2020-02-26T15:27:05.483Z] Server: [2020-02-26T15:27:05.483Z] Containers: 0 [2020-02-26T15:27:05.483Z] Running: 0 [2020-02-26T15:27:05.483Z] Paused: 0 [2020-02-26T15:27:05.483Z] Stopped: 0 [2020-02-26T15:27:05.483Z] Images: 10 [2020-02-26T15:27:05.483Z] Server Version: 19.03.5 [2020-02-26T15:27:05.483Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-02-26T15:27:05.483Z] Windows: [2020-02-26T15:27:05.483Z] LCOW: [2020-02-26T15:27:05.483Z] Logging Driver: json-file [2020-02-26T15:27:05.483Z] Plugins: [2020-02-26T15:27:05.483Z] Volume: local [2020-02-26T15:27:05.483Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-26T15:27:05.483Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-26T15:27:05.483Z] Swarm: inactive [2020-02-26T15:27:05.483Z] Default Isolation: process [2020-02-26T15:27:05.483Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-26T15:27:05.483Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-02-26T15:27:05.483Z] OSType: windows [2020-02-26T15:27:05.483Z] Architecture: x86_64 [2020-02-26T15:27:05.483Z] CPUs: 4 [2020-02-26T15:27:05.483Z] Total Memory: 32GiB [2020-02-26T15:27:05.483Z] Name: azwin-2-0c5680 [2020-02-26T15:27:05.483Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-02-26T15:27:05.483Z] Docker Root Dir: D:\docker [2020-02-26T15:27:05.483Z] Debug Mode: false [2020-02-26T15:27:05.483Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:27:05.483Z] Labels: [2020-02-26T15:27:05.483Z] Experimental: true [2020-02-26T15:27:05.483Z] Insecure Registries: [2020-02-26T15:27:05.483Z] 10.0.0.4:5000 [2020-02-26T15:27:05.483Z] 127.0.0.0/8 [2020-02-26T15:27:05.483Z] Registry Mirrors: [2020-02-26T15:27:05.483Z] http://10.0.0.4:5000/ [2020-02-26T15:27:05.483Z] Live Restore Enabled: false [2020-02-26T15:27:05.483Z] [2020-02-26T15:27:05.483Z] [2020-02-26T15:27:05.483Z] INFO: Commit hash is f508db4833 [2020-02-26T15:27:05.483Z] INFO: Nuke-Everything... [2020-02-26T15:27:05.483Z] INFO: Container count on control daemon to delete is 0 [2020-02-26T15:27:05.511Z] #44 18.47 CC criu/arch/aarch64/vdso-pie.o [2020-02-26T15:27:05.511Z] #44 18.58 CC criu/arch/aarch64/restorer.o [2020-02-26T15:27:05.543Z] #44 22.78 CC criu/page-pipe.o [2020-02-26T15:27:05.606Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-26T15:27:05.607Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-26T15:27:05.607Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-26T15:27:05.607Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-26T15:27:05.769Z] #44 18.71 CC criu/arch/aarch64/intraprocedure.o [2020-02-26T15:27:05.769Z] #44 18.73 CC criu/pie/restorer.o [2020-02-26T15:27:05.801Z] #44 22.92 CC criu/page-xfer.o [2020-02-26T15:27:05.940Z] INFO: Nuking d:\CI [2020-02-26T15:27:05.940Z] INFO: Zapped successfully [2020-02-26T15:27:05.940Z] INFO: Location for testing is d:\CI\PR-40583\2 [2020-02-26T15:27:05.940Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-02-26T15:27:05.940Z] [2020-02-26T15:27:05.940Z] [2020-02-26T15:27:05.940Z] INFO: Building the image from Dockerfile.windows at 02/26/2020 15:27:05... [2020-02-26T15:27:05.940Z] [2020-02-26T15:27:06.058Z] #44 23.24 CC criu/pagemap-cache.o [2020-02-26T15:27:06.058Z] #44 23.32 CC criu/pagemap.o [2020-02-26T15:27:06.166Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-26T15:27:06.315Z] #44 23.55 CC criu/parasite-syscall.o [2020-02-26T15:27:06.572Z] #44 23.77 CC criu/path.o [2020-02-26T15:27:06.572Z] #44 23.84 CC criu/pie-util-vdso-elf32.o [2020-02-26T15:27:06.572Z] #44 23.95 CC criu/pie-util-vdso.o [2020-02-26T15:27:06.580Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-26T15:27:06.704Z] #44 19.85 LINK criu/pie/restorer.built-in.o [2020-02-26T15:27:06.705Z] #44 19.85 GEN criu/pie/restorer-blob.h [2020-02-26T15:27:06.705Z] #44 19.89 DEP criu/vdso.d [2020-02-26T15:27:06.705Z] #44 19.95 DEP criu/uts_ns.d [2020-02-26T15:27:06.829Z] #44 24.06 CC criu/pie-util.o [2020-02-26T15:27:06.829Z] #44 24.11 CC criu/pipes.o [2020-02-26T15:27:06.957Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-26T15:27:06.957Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-26T15:27:06.963Z] #44 20.00 DEP criu/util.d [2020-02-26T15:27:06.963Z] #44 20.07 DEP criu/uffd.d [2020-02-26T15:27:06.963Z] #44 20.13 DEP criu/tun.d [2020-02-26T15:27:06.963Z] #44 20.19 DEP criu/tty.d [2020-02-26T15:27:07.087Z] #44 24.29 CC criu/plugin.o [2020-02-26T15:27:07.222Z] #44 20.26 DEP criu/timerfd.d [2020-02-26T15:27:07.222Z] #44 20.31 DEP criu/sysfs_parse.d [2020-02-26T15:27:07.222Z] #44 20.36 DEP criu/sysctl.d [2020-02-26T15:27:07.222Z] #44 20.41 DEP criu/string.d [2020-02-26T15:27:07.339Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-26T15:27:07.339Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-26T15:27:07.339Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-26T15:27:07.339Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-26T15:27:07.343Z] #44 24.39 CC criu/proc_parse.o [2020-02-26T15:27:07.480Z] #44 20.43 DEP criu/stats.d [2020-02-26T15:27:07.480Z] #44 20.47 DEP criu/sockets.d [2020-02-26T15:27:07.480Z] #44 20.53 DEP criu/sk-unix.d [2020-02-26T15:27:07.480Z] #44 20.61 DEP criu/sk-tcp.d [2020-02-26T15:27:07.480Z] #44 20.68 DEP criu/sk-queue.d [2020-02-26T15:27:07.733Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-26T15:27:07.738Z] #44 20.73 DEP criu/sk-packet.d [2020-02-26T15:27:07.738Z] #44 20.79 DEP criu/sk-netlink.d [2020-02-26T15:27:07.738Z] #44 20.85 DEP criu/sk-inet.d [2020-02-26T15:27:07.738Z] #44 20.91 DEP criu/signalfd.d [2020-02-26T15:27:07.908Z] #44 25.04 CC criu/protobuf-desc.o [2020-02-26T15:27:07.908Z] #44 25.25 CC criu/protobuf.o [2020-02-26T15:27:07.946Z] fb056072eab9: Pull complete [2020-02-26T15:27:07.996Z] #44 20.96 DEP criu/sigframe.d [2020-02-26T15:27:07.996Z] #44 20.99 DEP criu/shmem.d [2020-02-26T15:27:07.996Z] #44 21.05 DEP criu/servicefd.d [2020-02-26T15:27:07.996Z] #44 21.10 DEP criu/seize.d [2020-02-26T15:27:07.996Z] #44 21.15 DEP criu/seccomp.d [2020-02-26T15:27:07.996Z] #44 21.21 DEP criu/rst-malloc.d [2020-02-26T15:27:07.996Z] #44 21.24 DEP criu/rbtree.d [2020-02-26T15:27:07.996Z] #44 21.25 DEP criu/pstree.d [2020-02-26T15:27:08.124Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-26T15:27:08.124Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-26T15:27:08.166Z] #44 25.35 CC criu/pstree.o [2020-02-26T15:27:08.255Z] #44 21.31 DEP criu/protobuf.d [2020-02-26T15:27:08.255Z] #44 21.36 GEN criu/protobuf-desc-gen.h [2020-02-26T15:27:08.424Z] #44 25.65 CC criu/rbtree.o [2020-02-26T15:27:08.424Z] #44 25.74 CC criu/rst-malloc.o [2020-02-26T15:27:08.459Z] #10 ... [2020-02-26T15:27:08.459Z] [2020-02-26T15:27:08.459Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:08.459Z] #35 20.28 Fetched 8331 kB in 17s (495 kB/s) [2020-02-26T15:27:08.516Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-26T15:27:08.516Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-26T15:27:08.516Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-26T15:27:08.569Z] 6a33b1f9796f: Pull complete [2020-02-26T15:27:08.681Z] #44 25.81 CC criu/seccomp.o [2020-02-26T15:27:08.822Z] #44 21.75 DEP criu/protobuf-desc.d [2020-02-26T15:27:08.822Z] #44 21.79 DEP criu/proc_parse.d [2020-02-26T15:27:08.822Z] #44 21.85 DEP criu/plugin.d [2020-02-26T15:27:08.822Z] #44 21.88 DEP criu/pipes.d [2020-02-26T15:27:08.822Z] #44 21.93 DEP criu/pie-util.d [2020-02-26T15:27:08.822Z] #44 21.97 DEP criu/pie-util-vdso.d [2020-02-26T15:27:08.822Z] #44 22.02 DEP criu/path.d [2020-02-26T15:27:08.822Z] #44 22.06 DEP criu/parasite-syscall.d [2020-02-26T15:27:08.856Z] 8f8f8962e456: Pull complete [2020-02-26T15:27:08.900Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-26T15:27:08.900Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-26T15:27:08.900Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-26T15:27:08.900Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-26T15:27:08.937Z] #44 25.99 CC criu/seize.o [2020-02-26T15:27:08.937Z] #44 26.21 CC criu/servicefd.o [2020-02-26T15:27:08.937Z] #44 26.33 CC criu/shmem.o [2020-02-26T15:27:09.080Z] #44 22.13 DEP criu/pagemap.d [2020-02-26T15:27:09.080Z] #44 22.19 DEP criu/pagemap-cache.d [2020-02-26T15:27:09.080Z] #44 22.24 DEP criu/page-xfer.d [2020-02-26T15:27:09.080Z] #44 22.29 DEP criu/page-pipe.d [2020-02-26T15:27:09.338Z] #44 22.33 DEP criu/netfilter.d [2020-02-26T15:27:09.338Z] #44 22.38 DEP criu/net.d [2020-02-26T15:27:09.338Z] #44 22.45 DEP criu/namespaces.d [2020-02-26T15:27:09.338Z] #44 22.51 DEP criu/mount.d [2020-02-26T15:27:09.338Z] #44 22.57 DEP criu/mem.d [2020-02-26T15:27:09.500Z] #44 26.56 CC criu/sigframe.o [2020-02-26T15:27:09.500Z] #44 26.62 CC criu/signalfd.o [2020-02-26T15:27:09.500Z] #44 26.69 CC criu/sk-inet.o [2020-02-26T15:27:09.597Z] #44 22.63 DEP criu/lsm.d [2020-02-26T15:27:09.597Z] #44 22.68 DEP criu/log.d [2020-02-26T15:27:09.597Z] #44 22.72 DEP criu/libnetlink.d [2020-02-26T15:27:09.597Z] #44 22.77 DEP criu/kerndat.d [2020-02-26T15:27:09.717Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-26T15:27:09.717Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-26T15:27:09.717Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-26T15:27:09.717Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-26T15:27:09.757Z] #44 26.98 CC criu/sk-netlink.o [2020-02-26T15:27:09.829Z] #35 20.28 Reading package lists... [2020-02-26T15:27:09.829Z] #35 ... [2020-02-26T15:27:09.829Z] [2020-02-26T15:27:09.829Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:09.829Z] #59 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:27:09.829Z] #59 ... [2020-02-26T15:27:09.829Z] [2020-02-26T15:27:09.829Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:27:09.829Z] #41 20.53 Checking out files: 96% (1490/1545) Checking out files: 97% (1499/1545) Checking out files: 98% (1515/1545) Checking out files: 99% (1530/1545) Checking out files: 100% (1545/1545) Checking out files: 100% (1545/1545), done. [2020-02-26T15:27:09.829Z] #41 20.60 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-26T15:27:09.855Z] #44 22.83 DEP criu/kcmp-ids.d [2020-02-26T15:27:09.855Z] #44 22.86 DEP criu/irmap.d [2020-02-26T15:27:09.855Z] #44 22.91 DEP criu/ipc_ns.d [2020-02-26T15:27:09.855Z] #44 22.97 DEP criu/image.d [2020-02-26T15:27:09.855Z] #44 23.02 DEP criu/image-desc.d [2020-02-26T15:27:09.855Z] #44 23.05 DEP criu/fsnotify.d [2020-02-26T15:27:09.855Z] #44 23.11 DEP criu/filesystems.d [2020-02-26T15:27:10.015Z] #44 27.08 CC criu/sk-packet.o [2020-02-26T15:27:10.015Z] #44 27.25 CC criu/sk-queue.o [2020-02-26T15:27:10.103Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-26T15:27:10.113Z] #44 23.17 DEP criu/files.d [2020-02-26T15:27:10.113Z] #44 23.23 DEP criu/files-reg.d [2020-02-26T15:27:10.113Z] #44 23.29 DEP criu/files-ext.d [2020-02-26T15:27:10.113Z] #44 23.34 DEP criu/file-lock.d [2020-02-26T15:27:10.272Z] #44 27.38 CC criu/sk-tcp.o [2020-02-26T15:27:10.272Z] #44 27.52 CC criu/sk-unix.o [2020-02-26T15:27:10.341Z] d66e58854927: Verifying Checksum [2020-02-26T15:27:10.341Z] d66e58854927: Download complete [2020-02-26T15:27:10.372Z] #44 23.39 DEP criu/file-ids.d [2020-02-26T15:27:10.372Z] #44 23.44 DEP criu/fifo.d [2020-02-26T15:27:10.372Z] #44 23.49 DEP criu/fdstore.d [2020-02-26T15:27:10.372Z] #44 23.52 DEP criu/fault-injection.d [2020-02-26T15:27:10.372Z] #44 23.54 DEP criu/external.d [2020-02-26T15:27:10.372Z] #44 23.57 DEP criu/eventpoll.d [2020-02-26T15:27:10.602Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-26T15:27:10.602Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-26T15:27:10.602Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-26T15:27:10.623Z] Sending build context to Docker daemon 54.15MB [2020-02-26T15:27:10.623Z] [2020-02-26T15:27:10.630Z] #44 23.63 DEP criu/eventfd.d [2020-02-26T15:27:10.630Z] #44 23.68 DEP criu/crtools.d [2020-02-26T15:27:10.630Z] #44 23.75 DEP criu/cr-service.d [2020-02-26T15:27:10.630Z] #44 23.80 DEP criu/cr-restore.d [2020-02-26T15:27:10.836Z] #44 28.06 CC criu/sockets.o [2020-02-26T15:27:10.889Z] #44 23.88 DEP criu/cr-errno.d [2020-02-26T15:27:10.889Z] #44 23.89 DEP criu/cr-dump.d [2020-02-26T15:27:10.889Z] #44 23.97 DEP criu/cr-dedup.d [2020-02-26T15:27:10.889Z] #44 24.02 DEP criu/cr-check.d [2020-02-26T15:27:10.889Z] #44 24.09 DEP criu/config.d [2020-02-26T15:27:11.081Z] Step 1/10 : FROM microsoft/windowsservercore [2020-02-26T15:27:11.081Z] ---> 81094f2483ae [2020-02-26T15:27:11.081Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 6ceaaffa1094 [2020-02-26T15:27:11.081Z] Step 3/10 : ARG GO_VERSION=1.13.8 [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> dec3fcb25298 [2020-02-26T15:27:11.081Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 0f30b501ca8d [2020-02-26T15:27:11.081Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 67da871d08fe [2020-02-26T15:27:11.081Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 6c96e068c661 [2020-02-26T15:27:11.081Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $optsForGet = @('"get"', '"-d"', '"gotest.tools/gotestsum"'); &go $optsForGet; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -ne 0) { Throw '"Failed getting gotestsum sources..."' }; Write-Host "INFO: Sources obtained for gotestsum..."; $GotestsumPath=Join-Path -Path $Env:GOPATH -ChildPath "src\gotest.tools\gotestsum"; Push-Location $GotestsumPath; $optsForCheckout = @('"checkout"', '"-q"', """$Env:GOTESTSUM_COMMIT"""); &git $optsForCheckout; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -eq 0) { Write-Host "INFO: Checkout done for gotestsum..."; $optsForBuild = @('"build"', '"-buildmode=exe"'); &go $optsForBuild; $savedExitCode = $LASTEXITCODE; } else { Throw '"gotestsum checkout failed..."'; } Pop-Location; if ($savedExitCode -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 65cf824f4810 [2020-02-26T15:27:11.081Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> 8480a768c665 [2020-02-26T15:27:11.081Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-02-26T15:27:11.081Z] ---> Using cache [2020-02-26T15:27:11.081Z] ---> ffb830b9d410 [2020-02-26T15:27:11.081Z] Step 10/10 : COPY . . [2020-02-26T15:27:11.093Z] #44 28.30 CC criu/stats.o [2020-02-26T15:27:11.093Z] #44 28.38 CC criu/string.o [2020-02-26T15:27:11.146Z] #44 24.15 DEP criu/clone-noasan.d [2020-02-26T15:27:11.146Z] #44 24.17 DEP criu/cgroup.d [2020-02-26T15:27:11.146Z] #44 24.23 DEP criu/cgroup-props.d [2020-02-26T15:27:11.146Z] #44 24.27 DEP criu/bitmap.d [2020-02-26T15:27:11.146Z] #44 24.28 DEP criu/bfd.d [2020-02-26T15:27:11.146Z] #44 24.32 DEP criu/autofs.d [2020-02-26T15:27:11.146Z] #44 24.37 DEP criu/aio.d [2020-02-26T15:27:11.199Z] #41 22.90 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-26T15:27:11.350Z] #44 28.40 CC criu/sysctl.o [2020-02-26T15:27:11.350Z] #44 28.59 CC criu/sysfs_parse.o [2020-02-26T15:27:11.405Z] #44 24.43 DEP criu/action-scripts.d [2020-02-26T15:27:11.405Z] #44 24.53 CC criu/action-scripts.o [2020-02-26T15:27:11.494Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-26T15:27:11.608Z] #44 28.70 CC criu/timerfd.o [2020-02-26T15:27:11.608Z] #44 28.80 CC criu/tty.o [2020-02-26T15:27:11.663Z] #44 24.72 CC criu/aio.o [2020-02-26T15:27:11.884Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-26T15:27:11.884Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-26T15:27:11.922Z] #44 24.94 CC criu/autofs.o [2020-02-26T15:27:12.172Z] #44 29.34 CC criu/tun.o [2020-02-26T15:27:12.172Z] #44 29.48 CC criu/uffd.o [2020-02-26T15:27:12.263Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-26T15:27:12.405Z] 68adcc365214: Pull complete [2020-02-26T15:27:12.428Z] #44 29.82 CC criu/util.o [2020-02-26T15:27:12.489Z] #44 25.59 CC criu/bfd.o [2020-02-26T15:27:12.643Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-26T15:27:12.643Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-26T15:27:12.748Z] #44 25.83 CC criu/bitmap.o [2020-02-26T15:27:12.748Z] #44 25.89 CC criu/cgroup-props.o [2020-02-26T15:27:12.992Z] #44 30.20 CC criu/uts_ns.o [2020-02-26T15:27:12.992Z] #44 30.27 CC criu/vdso-compat.o [2020-02-26T15:27:13.024Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-26T15:27:13.249Z] #44 30.33 CC criu/vdso.o [2020-02-26T15:27:13.249Z] #44 30.51 LINK criu/built-in.o [2020-02-26T15:27:13.249Z] #44 30.55 LINK criu/criu [2020-02-26T15:27:13.314Z] #44 26.23 CC criu/cgroup.o [2020-02-26T15:27:13.415Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-26T15:27:13.415Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-26T15:27:13.415Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-26T15:27:13.415Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-26T15:27:13.506Z] #44 30.67 DEP lib/c/criu.d [2020-02-26T15:27:13.506Z] #44 30.69 CC images/rpc.pb-c.o [2020-02-26T15:27:13.764Z] #44 30.87 CC lib/c/criu.o [2020-02-26T15:27:13.784Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-26T15:27:14.021Z] #44 31.23 LINK lib/c/built-in.o [2020-02-26T15:27:14.021Z] #44 31.23 LINK lib/c/libcriu.so [2020-02-26T15:27:14.021Z] #44 31.25 LINK lib/c/libcriu.a [2020-02-26T15:27:14.021Z] #44 31.29 GEN magic.py [2020-02-26T15:27:14.021Z] #44 31.37 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:27:14.021Z] #44 31.37 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:27:14.165Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-26T15:27:14.165Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-26T15:27:14.165Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-26T15:27:14.250Z] #44 27.45 CC criu/clone-noasan.o [2020-02-26T15:27:14.279Z] #44 31.37 Note: Building without GnuTLS support [2020-02-26T15:27:14.279Z] #44 31.56 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:27:14.508Z] #44 27.51 CC criu/config.o [2020-02-26T15:27:14.536Z] #44 31.74 make[1]: Nothing to be done for 'all'. [2020-02-26T15:27:14.536Z] #44 31.91 make[1]: 'images/built-in.o' is up to date. [2020-02-26T15:27:14.536Z] #44 31.92 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-26T15:27:14.536Z] #44 31.93 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-26T15:27:14.549Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-26T15:27:14.549Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-26T15:27:14.793Z] #44 31.93 make[1]: 'compel/libcompel.a' is up to date. [2020-02-26T15:27:14.793Z] #44 31.95 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-26T15:27:14.793Z] #44 31.95 make[1]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 31.96 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:27:14.793Z] #44 32.01 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.02 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.03 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.06 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.08 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.09 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.10 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.13 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:14.793Z] #44 32.13 INSTALL criu/criu [2020-02-26T15:27:14.963Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-26T15:27:14.963Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-26T15:27:14.963Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-26T15:27:14.963Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-26T15:27:14.963Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-26T15:27:15.075Z] #44 28.19 CC criu/cr-check.o [2020-02-26T15:27:15.104Z] 76d8adf27bdf: Pull complete [2020-02-26T15:27:15.356Z] #44 DONE 32.5s [2020-02-26T15:27:15.376Z] #41 ... [2020-02-26T15:27:15.376Z] [2020-02-26T15:27:15.376Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:15.376Z] #35 20.28 Reading package lists... [2020-02-26T15:27:15.870Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-26T15:27:15.870Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-26T15:27:15.870Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-26T15:27:16.010Z] #44 29.01 CC criu/cr-dedup.o [2020-02-26T15:27:16.010Z] #44 29.20 CC criu/cr-dump.o [2020-02-26T15:27:16.240Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-26T15:27:16.240Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-26T15:27:16.240Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-26T15:27:16.638Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-26T15:27:16.639Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-26T15:27:16.639Z] go: finding github.com/lib/pq v1.0.0 [2020-02-26T15:27:17.025Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-26T15:27:17.025Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:17.248Z] #33 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-26T15:27:17.248Z] #14 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:27:17.248Z] #17 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-26T15:27:17.248Z] #18 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:27:17.248Z] #22 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:27:17.248Z] #41 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-26T15:27:17.248Z] #37 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:17.248Z] #36 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-26T15:27:17.248Z] #32 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:27:17.248Z] #15 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:17.248Z] #38 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #31 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:27:17.248Z] #30 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:27:17.248Z] #19 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:27:17.248Z] #25 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-26T15:27:17.248Z] #29 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:27:17.248Z] #26 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-26T15:27:17.248Z] #12 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:17.248Z] #27 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:17.248Z] #23 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:17.248Z] #21 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:17.248Z] #10 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #16 [dev 6/25] RUN ldconfig [2020-02-26T15:27:17.248Z] #16 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-26T15:27:17.248Z] #24 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:27:17.248Z] #28 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-26T15:27:17.248Z] #13 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-26T15:27:17.248Z] #40 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:27:17.248Z] #11 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:17.248Z] #35 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #39 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #34 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #42 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-26T15:27:17.248Z] #70 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:17.248Z] #71 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:27:17.248Z] #68 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:27:17.248Z] #64 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:17.248Z] #65 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-26T15:27:17.248Z] #66 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-26T15:27:17.248Z] #61 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:17.248Z] #59 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:17.248Z] #60 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:17.248Z] #62 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:17.248Z] #55 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-26T15:27:17.248Z] #56 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:17.248Z] #57 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-26T15:27:17.248Z] #52 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:17.248Z] #53 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-26T15:27:17.248Z] #49 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:17.248Z] #50 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-26T15:27:17.248Z] #46 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:17.248Z] #47 CACHED [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-26T15:27:17.248Z] #45 DONE 0.1s [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #48 DONE 0.1s [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-26T15:27:17.248Z] #51 DONE 0.1s [2020-02-26T15:27:17.248Z] [2020-02-26T15:27:17.248Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-26T15:27:17.387Z] #44 30.33 CC criu/cr-errno.o [2020-02-26T15:27:17.387Z] #44 30.37 CC criu/cr-restore.o [2020-02-26T15:27:17.407Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-26T15:27:17.407Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-26T15:27:17.407Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-26T15:27:17.407Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-26T15:27:17.407Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-26T15:27:17.505Z] #54 DONE 0.2s [2020-02-26T15:27:17.505Z] [2020-02-26T15:27:17.505Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-26T15:27:17.505Z] #58 DONE 0.1s [2020-02-26T15:27:17.765Z] [2020-02-26T15:27:17.765Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-26T15:27:17.806Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-26T15:27:18.021Z] #63 DONE 0.4s [2020-02-26T15:27:18.021Z] [2020-02-26T15:27:18.021Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-26T15:27:18.278Z] #67 DONE 0.1s [2020-02-26T15:27:18.278Z] [2020-02-26T15:27:18.278Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-26T15:27:18.535Z] #69 DONE 0.3s [2020-02-26T15:27:18.535Z] [2020-02-26T15:27:18.535Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-26T15:27:18.535Z] #72 DONE 0.1s [2020-02-26T15:27:18.535Z] [2020-02-26T15:27:18.535Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-26T15:27:18.535Z] #73 DONE 0.0s [2020-02-26T15:27:18.535Z] [2020-02-26T15:27:18.535Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-26T15:27:18.638Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-26T15:27:18.638Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-26T15:27:18.638Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-26T15:27:18.638Z] go: finding cloud.google.com/go v0.26.0 [2020-02-26T15:27:18.638Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-26T15:27:19.019Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-26T15:27:19.019Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-26T15:27:19.098Z] #74 DONE 0.6s [2020-02-26T15:27:19.098Z] [2020-02-26T15:27:19.098Z] #75 exporting to image [2020-02-26T15:27:19.098Z] #75 exporting layers [2020-02-26T15:27:19.421Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-26T15:27:19.919Z] #44 32.59 CC criu/cr-service.o [2020-02-26T15:27:19.931Z] go: finding golang.org/x/text v0.3.0 [2020-02-26T15:27:19.931Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-26T15:27:19.931Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-26T15:27:20.320Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-26T15:27:20.320Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-26T15:27:20.466Z] #75 exporting layers 1.4s done [2020-02-26T15:27:20.466Z] #75 writing image sha256:dd1efd48dc30f2346d6013b0ffd264311ae1bdb49c52cbfd7dd21ecfe881ae8b done [2020-02-26T15:27:20.466Z] #75 naming to docker.io/library/docker:f508db483395059344d972b18559317fd9b2636f done [2020-02-26T15:27:20.466Z] #75 DONE 1.4s [Pipeline] } [Pipeline] // stage [2020-02-26T15:27:20.485Z] #44 33.43 CC criu/crtools.o [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-02-26T15:27:20.634Z] #35 27.10 Reading package lists... [2020-02-26T15:27:20.634Z] #35 ... [2020-02-26T15:27:20.634Z] [2020-02-26T15:27:20.634Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:27:20.634Z] #43 21.67 Fetched 8331 kB in 17s (497 kB/s) [2020-02-26T15:27:20.634Z] #43 21.67 Reading package lists... [2020-02-26T15:27:20.634Z] #43 28.33 Reading package lists... [2020-02-26T15:27:20.634Z] #43 ... [2020-02-26T15:27:20.634Z] [2020-02-26T15:27:20.634Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:20.634Z] #71 21.70 Checking out files: 71% (1470/2044) Checking out files: 72% (1472/2044) Checking out files: 73% (1493/2044) Checking out files: 74% (1513/2044) Checking out files: 75% (1533/2044) Checking out files: 76% (1554/2044) Checking out files: 77% (1574/2044) Checking out files: 78% (1595/2044) Checking out files: 79% (1615/2044) Checking out files: 80% (1636/2044) Checking out files: 81% (1656/2044) Checking out files: 82% (1677/2044) Checking out files: 83% (1697/2044) Checking out files: 84% (1717/2044) Checking out files: 85% (1738/2044) Checking out files: 86% (1758/2044) Checking out files: 87% (1779/2044) Checking out files: 88% (1799/2044) Checking out files: 89% (1820/2044) Checking out files: 90% (1840/2044) Checking out files: 91% (1861/2044) Checking out files: 92% (1881/2044) Checking out files: 93% (1901/2044) Checking out files: 94% (1922/2044) Checking out files: 95% (1942/2044) Checking out files: 96% (1963/2044) Checking out files: 97% (1983/2044) Checking out files: 98% (2004/2044) Checking out files: 99% (2024/2044) Checking out files: 100% (2044/2044) Checking out files: 100% (2044/2044), done. [2020-02-26T15:27:20.634Z] #71 22.24 + cd /tmp/tmp.IBNg8J2RUW/src/github.com/docker/libnetwork [2020-02-26T15:27:20.634Z] #71 22.24 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:27:20.634Z] #71 22.97 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-26T15:27:20.634Z] #71 ... [2020-02-26T15:27:20.634Z] [2020-02-26T15:27:20.634Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:27:20.634Z] #25 22.05 Fetched 8331 kB in 17s (501 kB/s) [2020-02-26T15:27:20.634Z] #25 22.05 Reading package lists... [2020-02-26T15:27:20.634Z] #25 28.73 Reading package lists... [2020-02-26T15:27:20.634Z] #25 ... [2020-02-26T15:27:20.634Z] [2020-02-26T15:27:20.634Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:20.634Z] #53 24.63 + cd /tmp/tmp.8xYZg6EqYP/src/github.com/golangci/golangci-lint/ [2020-02-26T15:27:20.634Z] #53 24.63 + git checkout -q v1.20.0 [2020-02-26T15:27:20.634Z] #53 25.32 ++ git describe --tags [2020-02-26T15:27:20.634Z] #53 25.33 + version=v1.20.0 [2020-02-26T15:27:20.634Z] #53 25.33 ++ git rev-parse --short HEAD [2020-02-26T15:27:20.634Z] #53 25.34 + commit=cc98739 [2020-02-26T15:27:20.634Z] #53 25.34 ++ git show -s --format=%cd [2020-02-26T15:27:20.634Z] #53 25.35 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-26T15:27:20.634Z] #53 25.35 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:27:20.634Z] #53 ... [2020-02-26T15:27:20.634Z] [2020-02-26T15:27:20.634Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:20.634Z] #59 22.57 Fetched 8331 kB in 17s (491 kB/s) [2020-02-26T15:27:20.634Z] #59 22.57 Reading package lists... [2020-02-26T15:27:20.744Z] #44 33.71 CC criu/eventfd.o [2020-02-26T15:27:20.744Z] #44 33.87 CC criu/eventpoll.o [2020-02-26T15:27:20.891Z] #59 29.21 Reading package lists... [2020-02-26T15:27:20.891Z] #59 ... [2020-02-26T15:27:20.891Z] [2020-02-26T15:27:20.891Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:20.891Z] #10 23.51 Fetched 8331 kB in 16s (507 kB/s) [2020-02-26T15:27:20.891Z] #10 23.51 Reading package lists... [2020-02-26T15:27:21.136Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-26T15:27:21.136Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-26T15:27:21.136Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-26T15:27:21.310Z] #44 34.27 CC criu/external.o [2020-02-26T15:27:21.310Z] #44 34.43 CC criu/fault-injection.o [2020-02-26T15:27:21.310Z] #44 34.48 CC criu/fdstore.o [2020-02-26T15:27:21.454Z] #10 30.05 Reading package lists... [2020-02-26T15:27:21.454Z] #10 ... [2020-02-26T15:27:21.454Z] [2020-02-26T15:27:21.454Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:21.454Z] #35 27.10 Reading package lists... [2020-02-26T15:27:21.477Z] [2020-02-26T15:27:21.477Z] Removing bundles/ [2020-02-26T15:27:21.477Z] [2020-02-26T15:27:21.477Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-26T15:27:21.477Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:27:21.477Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:27:21.513Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-26T15:27:21.513Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-26T15:27:21.513Z] go: finding github.com/golang/mock v1.1.1 [2020-02-26T15:27:21.569Z] #44 34.65 CC criu/fifo.o [2020-02-26T15:27:21.828Z] #44 34.84 CC criu/file-ids.o [2020-02-26T15:27:21.897Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-26T15:27:21.897Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-26T15:27:21.978Z] d66e58854927: Pull complete [2020-02-26T15:27:21.978Z] 71497195576e: Pull complete [2020-02-26T15:27:21.978Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-02-26T15:27:21.978Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-02-26T15:27:21.978Z] ---> ebd73b5ebd31 [2020-02-26T15:27:21.978Z] Step 5/16 : ARG BUILDX_REPO [2020-02-26T15:27:21.978Z] ---> Running in 7360ac8ac555 [2020-02-26T15:27:21.978Z] Removing intermediate container 7360ac8ac555 [2020-02-26T15:27:21.978Z] ---> 493e9751d619 [2020-02-26T15:27:21.978Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-02-26T15:27:21.978Z] ---> Running in 5af31c383198 [2020-02-26T15:27:21.978Z] Cloning into '/buildx'... [2020-02-26T15:27:22.087Z] #44 35.00 CC criu/file-lock.o [2020-02-26T15:27:22.330Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-26T15:27:22.331Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-26T15:27:22.331Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-26T15:27:22.331Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-26T15:27:22.347Z] #44 35.45 CC criu/files-ext.o [2020-02-26T15:27:22.606Z] #44 35.63 CC criu/files-reg.o [2020-02-26T15:27:22.710Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-26T15:27:23.114Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-26T15:27:23.114Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-26T15:27:23.391Z] #35 33.67 Building dependency tree... [2020-02-26T15:27:23.541Z] #44 36.68 CC criu/files.o [2020-02-26T15:27:23.635Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-26T15:27:23.635Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-26T15:27:23.956Z] #35 ... [2020-02-26T15:27:23.956Z] [2020-02-26T15:27:23.956Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:23.956Z] #47 25.35 vendor/golang.org/x/crypto/curve25519 [2020-02-26T15:27:23.956Z] #47 ... [2020-02-26T15:27:23.956Z] [2020-02-26T15:27:23.956Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:23.956Z] #59 29.21 Reading package lists... [2020-02-26T15:27:24.032Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-26T15:27:24.032Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-26T15:27:24.414Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-26T15:27:24.780Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-26T15:27:24.780Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-26T15:27:24.917Z] #44 37.71 CC criu/filesystems.o [2020-02-26T15:27:24.917Z] #44 38.05 CC criu/fsnotify.o [2020-02-26T15:27:25.157Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-26T15:27:25.157Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-26T15:27:25.157Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-26T15:27:25.157Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-26T15:27:25.157Z] go: finding github.com/kr/text v0.1.0 [2020-02-26T15:27:25.484Z] #44 38.63 CC criu/image-desc.o [2020-02-26T15:27:25.484Z] #44 38.70 CC criu/image.o [2020-02-26T15:27:25.851Z] #59 35.78 Building dependency tree... [2020-02-26T15:27:25.932Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-26T15:27:25.932Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-26T15:27:25.932Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-26T15:27:25.932Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-26T15:27:25.932Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-26T15:27:25.932Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-26T15:27:26.051Z] #44 39.14 CC criu/ipc_ns.o [2020-02-26T15:27:26.397Z] Removing intermediate container 5af31c383198 [2020-02-26T15:27:26.397Z] ---> acac40cc1c78 [2020-02-26T15:27:26.397Z] Step 7/16 : WORKDIR /buildx [2020-02-26T15:27:26.397Z] ---> Running in 8e9873cc28ee [2020-02-26T15:27:26.397Z] Removing intermediate container 8e9873cc28ee [2020-02-26T15:27:26.397Z] ---> c1cbcc9cba8b [2020-02-26T15:27:26.397Z] Step 8/16 : ARG BUILDX_COMMIT [2020-02-26T15:27:26.397Z] ---> Running in 444a51d90a5d [2020-02-26T15:27:26.397Z] Removing intermediate container 444a51d90a5d [2020-02-26T15:27:26.397Z] ---> e563238fc48e [2020-02-26T15:27:26.397Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-02-26T15:27:26.397Z] ---> Running in 0d5c828217e5 [2020-02-26T15:27:26.681Z] From https://github.com/docker/buildx [2020-02-26T15:27:26.681Z] * [new tag] v0.3.1 -> build [2020-02-26T15:27:26.722Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-26T15:27:26.722Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-26T15:27:26.987Z] #44 39.76 CC criu/irmap.o [2020-02-26T15:27:26.987Z] #44 40.08 CC criu/kcmp-ids.o [2020-02-26T15:27:27.107Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-26T15:27:27.107Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-26T15:27:27.107Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-26T15:27:27.107Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-26T15:27:27.107Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-26T15:27:27.107Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-26T15:27:27.245Z] #44 40.24 CC criu/kerndat.o [2020-02-26T15:27:27.301Z] Switched to branch 'build' [2020-02-26T15:27:27.488Z] go: finding github.com/kr/pty v1.1.1 [2020-02-26T15:27:27.488Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-26T15:27:27.748Z] #59 39.55 The following additional packages will be installed: [2020-02-26T15:27:27.748Z] #59 39.57 libbtrfs0 [2020-02-26T15:27:27.812Z] #44 40.84 CC criu/libnetlink.o [2020-02-26T15:27:27.862Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-26T15:27:28.006Z] #59 39.88 The following NEW packages will be installed: [2020-02-26T15:27:28.006Z] #59 39.91 libbtrfs-dev libbtrfs0 [2020-02-26T15:27:28.070Z] #44 41.02 CC criu/log.o [2020-02-26T15:27:28.263Z] #59 ... [2020-02-26T15:27:28.263Z] [2020-02-26T15:27:28.263Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:28.263Z] #71 DONE 39.6s [2020-02-26T15:27:28.263Z] [2020-02-26T15:27:28.263Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:28.263Z] #35 37.47 The following additional packages will be installed: [2020-02-26T15:27:28.263Z] #35 37.49 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-26T15:27:28.263Z] #35 37.51 Suggested packages: [2020-02-26T15:27:28.263Z] #35 37.51 cmake-doc ninja-build lrzip [2020-02-26T15:27:28.263Z] #35 37.51 Recommended packages: [2020-02-26T15:27:28.263Z] #35 37.51 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-26T15:27:28.263Z] #35 38.48 The following NEW packages will be installed: [2020-02-26T15:27:28.263Z] #35 38.50 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-26T15:27:28.263Z] #35 38.51 vim-common xxd [2020-02-26T15:27:28.263Z] #35 38.97 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:27:28.263Z] #35 38.97 Need to get 14.9 MB of archives. [2020-02-26T15:27:28.263Z] #35 38.97 After this operation, 61.8 MB of additional disk space will be used. [2020-02-26T15:27:28.263Z] #35 38.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-26T15:27:28.263Z] #35 38.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:27:28.263Z] #35 39.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-02-26T15:27:28.263Z] #35 39.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-26T15:27:28.263Z] #35 40.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-02-26T15:27:28.263Z] #35 40.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-02-26T15:27:28.263Z] #35 40.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-02-26T15:27:28.263Z] #35 40.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-02-26T15:27:28.263Z] #35 40.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-02-26T15:27:28.308Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-26T15:27:28.308Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-26T15:27:28.318Z] Removing intermediate container 0d5c828217e5 [2020-02-26T15:27:28.318Z] ---> f79b9b0305cd [2020-02-26T15:27:28.318Z] Step 10/16 : RUN go mod download [2020-02-26T15:27:28.318Z] ---> Running in 680d1f05eb28 [2020-02-26T15:27:28.328Z] #44 41.28 CC criu/lsm.o [2020-02-26T15:27:28.328Z] #44 41.48 CC criu/mem.o [2020-02-26T15:27:28.520Z] #35 40.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-02-26T15:27:28.607Z] go: finding github.com/spf13/viper v1.3.2 [2020-02-26T15:27:28.607Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-02-26T15:27:28.607Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-02-26T15:27:28.607Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-02-26T15:27:28.607Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-02-26T15:27:28.607Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-02-26T15:27:28.607Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-02-26T15:27:28.607Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-02-26T15:27:28.607Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-02-26T15:27:28.838Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-26T15:27:29.239Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-02-26T15:27:29.258Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-26T15:27:29.258Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-26T15:27:29.259Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-26T15:27:29.653Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-26T15:27:29.704Z] #44 42.46 CC criu/mount.o [2020-02-26T15:27:30.416Z] #35 42.11 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:27:30.416Z] #35 42.26 Fetched 14.9 MB in 2s (7049 kB/s) [2020-02-26T15:27:30.416Z] #35 42.34 Selecting previously unselected package xxd. [2020-02-26T15:27:30.468Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-26T15:27:30.468Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-26T15:27:30.468Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-26T15:27:30.468Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-26T15:27:30.468Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-26T15:27:30.674Z] #35 42.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 ... 15401 files and directories currently installed.) [2020-02-26T15:27:30.674Z] #35 42.47 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-26T15:27:30.674Z] #35 42.48 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:27:30.674Z] #35 42.65 Selecting previously unselected package vim-common. [2020-02-26T15:27:30.851Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-26T15:27:30.851Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-26T15:27:30.851Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-26T15:27:30.851Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-26T15:27:30.932Z] #35 42.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:27:30.932Z] #35 42.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:27:30.932Z] #35 ... [2020-02-26T15:27:30.932Z] [2020-02-26T15:27:30.932Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:27:30.932Z] #25 28.73 Reading package lists... [2020-02-26T15:27:30.932Z] #25 35.32 Building dependency tree... [2020-02-26T15:27:30.932Z] #25 38.93 ca-certificates is already the newest version (20190110). [2020-02-26T15:27:30.932Z] #25 38.93 The following additional packages will be installed: [2020-02-26T15:27:30.932Z] #25 38.94 libjq1 libonig5 [2020-02-26T15:27:30.932Z] #25 39.42 The following NEW packages will be installed: [2020-02-26T15:27:30.932Z] #25 39.44 jq libjq1 libonig5 [2020-02-26T15:27:30.932Z] #25 39.89 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:27:30.932Z] #25 39.89 Need to get 355 kB of archives. [2020-02-26T15:27:30.932Z] #25 39.89 After this operation, 1072 kB of additional disk space will be used. [2020-02-26T15:27:30.932Z] #25 39.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-26T15:27:30.932Z] #25 39.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-26T15:27:30.932Z] #25 39.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-26T15:27:30.932Z] #25 41.50 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:27:30.932Z] #25 41.68 Fetched 355 kB in 0s (1218 kB/s) [2020-02-26T15:27:30.932Z] #25 41.79 Selecting previously unselected package libonig5:amd64. [2020-02-26T15:27:30.932Z] #25 41.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-26T15:27:30.932Z] #25 41.83 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-02-26T15:27:30.932Z] #25 41.85 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-26T15:27:30.932Z] #25 42.09 Selecting previously unselected package libjq1:amd64. [2020-02-26T15:27:30.932Z] #25 42.10 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-26T15:27:30.932Z] #25 42.11 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-26T15:27:30.932Z] #25 42.30 Selecting previously unselected package jq. [2020-02-26T15:27:30.932Z] #25 42.31 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-26T15:27:30.932Z] #25 42.32 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:27:30.932Z] #25 42.52 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-26T15:27:30.932Z] #25 42.53 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-26T15:27:30.932Z] #25 42.55 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:27:30.932Z] #25 42.57 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:27:30.932Z] #25 DONE 42.8s [2020-02-26T15:27:30.932Z] [2020-02-26T15:27:30.932Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:27:30.932Z] #26 DONE 0.1s [2020-02-26T15:27:30.932Z] [2020-02-26T15:27:30.932Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:31.231Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-26T15:27:31.231Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-26T15:27:31.302Z] go: finding github.com/spf13/afero v1.1.2 [2020-02-26T15:27:31.302Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-02-26T15:27:31.302Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-02-26T15:27:31.497Z] #27 ... [2020-02-26T15:27:31.497Z] [2020-02-26T15:27:31.497Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:31.497Z] #59 40.43 0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:27:31.497Z] #59 40.43 Need to get 119 kB of archives. [2020-02-26T15:27:31.497Z] #59 40.43 After this operation, 387 kB of additional disk space will be used. [2020-02-26T15:27:31.497Z] #59 40.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-26T15:27:31.497Z] #59 40.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-26T15:27:31.497Z] #59 42.03 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:27:31.497Z] #59 42.23 Fetched 119 kB in 0s (353 kB/s) [2020-02-26T15:27:31.497Z] #59 42.34 Selecting previously unselected package libbtrfs0. [2020-02-26T15:27:31.497Z] #59 42.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 ... 15401 files and directories currently installed.) [2020-02-26T15:27:31.497Z] #59 42.44 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-26T15:27:31.497Z] #59 42.46 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:27:31.497Z] #59 42.58 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:27:31.497Z] #59 42.58 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-26T15:27:31.497Z] #59 42.59 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:27:31.497Z] #59 42.85 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:27:31.497Z] #59 42.88 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:27:31.497Z] #59 42.92 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:27:31.497Z] #59 DONE 43.4s [2020-02-26T15:27:31.593Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-02-26T15:27:31.593Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-02-26T15:27:31.593Z] go: finding github.com/spf13/cobra v0.0.3 [2020-02-26T15:27:31.593Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-02-26T15:27:31.607Z] #44 44.49 CC criu/namespaces.o [2020-02-26T15:27:31.612Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-26T15:27:31.612Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-26T15:27:31.612Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-26T15:27:31.612Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-26T15:27:31.612Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-26T15:27:31.612Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-26T15:27:31.612Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-26T15:27:31.755Z] [2020-02-26T15:27:31.755Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:31.755Z] #60 DONE 0.1s [2020-02-26T15:27:31.755Z] [2020-02-26T15:27:31.755Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-26T15:27:31.755Z] #61 DONE 0.1s [2020-02-26T15:27:31.755Z] [2020-02-26T15:27:31.755Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:31.882Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-02-26T15:27:31.987Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-26T15:27:31.987Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-26T15:27:31.987Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-26T15:27:32.172Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-02-26T15:27:32.543Z] #44 45.50 CC criu/net.o [2020-02-26T15:27:32.689Z] #62 ... [2020-02-26T15:27:32.689Z] [2020-02-26T15:27:32.689Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:27:32.689Z] #43 28.33 Reading package lists... [2020-02-26T15:27:32.689Z] #43 34.74 Building dependency tree... [2020-02-26T15:27:32.689Z] #43 38.16 The following additional packages will be installed: [2020-02-26T15:27:32.689Z] #43 38.16 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-26T15:27:32.689Z] #43 38.16 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-26T15:27:32.689Z] #43 38.17 Suggested packages: [2020-02-26T15:27:32.689Z] #43 38.17 manpages-dev python-setuptools [2020-02-26T15:27:32.689Z] #43 39.56 The following NEW packages will be installed: [2020-02-26T15:27:32.689Z] #43 39.57 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-26T15:27:32.689Z] #43 39.57 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-26T15:27:32.689Z] #43 39.58 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-26T15:27:32.689Z] #43 39.58 python-six zlib1g-dev [2020-02-26T15:27:32.689Z] #43 40.01 0 upgraded, 17 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:27:32.689Z] #43 40.01 Need to get 4095 kB of archives. [2020-02-26T15:27:32.689Z] #43 40.01 After this operation, 22.5 MB of additional disk space will be used. [2020-02-26T15:27:32.689Z] #43 40.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-02-26T15:27:32.689Z] #43 40.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-26T15:27:32.689Z] #43 40.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-02-26T15:27:32.689Z] #43 40.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-26T15:27:32.689Z] #43 40.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-02-26T15:27:32.689Z] #43 40.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-26T15:27:32.689Z] #43 40.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-02-26T15:27:32.689Z] #43 40.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-02-26T15:27:32.689Z] #43 40.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-02-26T15:27:32.689Z] #43 40.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-02-26T15:27:32.689Z] #43 40.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-02-26T15:27:32.689Z] #43 40.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-02-26T15:27:32.689Z] #43 40.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-02-26T15:27:32.689Z] #43 40.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-02-26T15:27:32.689Z] #43 40.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-26T15:27:32.690Z] #43 40.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-02-26T15:27:32.690Z] #43 40.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-02-26T15:27:32.690Z] #43 42.15 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:27:32.690Z] #43 42.30 Fetched 4095 kB in 1s (3878 kB/s) [2020-02-26T15:27:32.690Z] #43 42.39 Selecting previously unselected package libcap-dev:amd64. [2020-02-26T15:27:32.690Z] #43 42.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-26T15:27:32.690Z] #43 42.48 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 42.49 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-02-26T15:27:32.690Z] #43 42.65 Selecting previously unselected package libnet1:amd64. [2020-02-26T15:27:32.690Z] #43 42.65 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 42.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-26T15:27:32.690Z] #43 42.85 Selecting previously unselected package libnet1-dev. [2020-02-26T15:27:32.690Z] #43 42.97 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 42.98 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:27:32.690Z] #43 43.22 Selecting previously unselected package libnl-3-200:amd64. [2020-02-26T15:27:32.690Z] #43 43.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 43.26 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-26T15:27:32.690Z] #43 43.56 Selecting previously unselected package libnl-3-dev:amd64. [2020-02-26T15:27:32.690Z] #43 43.62 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 43.63 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-26T15:27:32.690Z] #43 44.11 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-26T15:27:32.690Z] #43 44.14 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 44.14 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-26T15:27:32.690Z] #43 44.29 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-02-26T15:27:32.690Z] #43 44.29 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 44.29 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-26T15:27:32.690Z] #43 44.49 Selecting previously unselected package zlib1g-dev:amd64. [2020-02-26T15:27:32.690Z] #43 44.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 44.50 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-26T15:27:32.690Z] #43 44.72 Selecting previously unselected package libprotobuf17:amd64. [2020-02-26T15:27:32.690Z] #43 44.73 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:32.690Z] #43 44.73 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:33.010Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-26T15:27:33.204Z] go: finding github.com/pkg/errors v0.8.1 [2020-02-26T15:27:33.255Z] #43 ... [2020-02-26T15:27:33.255Z] [2020-02-26T15:27:33.255Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:33.255Z] #50 44.69 + cd /tmp/tmp.xNlC96jZ5N/src/gotest.tools/gotestsum [2020-02-26T15:27:33.255Z] #50 44.69 + git checkout -q v0.3.5 [2020-02-26T15:27:33.255Z] #50 44.71 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-26T15:27:33.496Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-02-26T15:27:34.137Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-02-26T15:27:34.137Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-02-26T15:27:34.428Z] go: finding github.com/lib/pq v1.0.0 [2020-02-26T15:27:34.445Z] #44 47.24 CC criu/netfilter.o [2020-02-26T15:27:34.446Z] #44 47.43 CC criu/page-pipe.o [2020-02-26T15:27:34.628Z] #50 ... [2020-02-26T15:27:34.628Z] [2020-02-26T15:27:34.628Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:34.628Z] #33 36.15 sync [2020-02-26T15:27:34.628Z] #33 36.16 internal/reflectlite [2020-02-26T15:27:34.628Z] #33 38.53 errors [2020-02-26T15:27:34.628Z] #33 38.53 sort [2020-02-26T15:27:34.628Z] #33 38.97 strconv [2020-02-26T15:27:34.628Z] #33 40.40 io [2020-02-26T15:27:34.628Z] #33 41.91 internal/oserror [2020-02-26T15:27:34.628Z] #33 42.02 syscall [2020-02-26T15:27:34.628Z] #33 43.99 reflect [2020-02-26T15:27:34.704Z] #44 47.83 CC criu/page-xfer.o [2020-02-26T15:27:34.719Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-02-26T15:27:34.886Z] #33 ... [2020-02-26T15:27:34.886Z] [2020-02-26T15:27:34.886Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:34.886Z] #10 30.05 Reading package lists... [2020-02-26T15:27:34.886Z] #10 36.80 Building dependency tree... [2020-02-26T15:27:34.886Z] #10 40.98 The following additional packages will be installed: [2020-02-26T15:27:34.886Z] #10 41.00 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-26T15:27:34.886Z] #10 41.00 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-26T15:27:34.886Z] #10 41.00 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-26T15:27:34.886Z] #10 41.00 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-26T15:27:34.886Z] #10 41.00 mingw-w64-x86-64-dev [2020-02-26T15:27:34.886Z] #10 41.04 Suggested packages: [2020-02-26T15:27:34.886Z] #10 41.04 gcc-8-locales seccomp wine64 [2020-02-26T15:27:34.886Z] #10 42.55 The following NEW packages will be installed: [2020-02-26T15:27:34.886Z] #10 42.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-26T15:27:34.886Z] #10 42.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-26T15:27:34.886Z] #10 42.56 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-26T15:27:34.886Z] #10 42.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-26T15:27:34.886Z] #10 42.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-26T15:27:34.886Z] #10 42.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-26T15:27:34.886Z] #10 42.57 The following packages will be upgraded: [2020-02-26T15:27:34.886Z] #10 42.59 libsystemd0 libudev1 [2020-02-26T15:27:34.886Z] #10 42.96 2 upgraded, 25 newly installed, 0 to remove and 12 not upgraded. [2020-02-26T15:27:34.886Z] #10 42.96 Need to get 78.2 MB of archives. [2020-02-26T15:27:34.886Z] #10 42.96 After this operation, 487 MB of additional disk space will be used. [2020-02-26T15:27:34.886Z] #10 42.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u3 [331 kB] [2020-02-26T15:27:34.886Z] #10 42.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u3 [150 kB] [2020-02-26T15:27:34.886Z] #10 43.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-02-26T15:27:34.886Z] #10 43.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-02-26T15:27:34.886Z] #10 43.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-26T15:27:34.886Z] #10 43.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-02-26T15:27:34.886Z] #10 43.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-02-26T15:27:34.886Z] #10 43.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-26T15:27:34.886Z] #10 44.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-26T15:27:34.886Z] #10 44.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-26T15:27:34.886Z] #10 44.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-02-26T15:27:34.886Z] #10 ... [2020-02-26T15:27:34.886Z] [2020-02-26T15:27:34.886Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:34.886Z] #62 2.875 + RM_GOPATH=0 [2020-02-26T15:27:34.886Z] #62 2.875 + TMP_GOPATH= [2020-02-26T15:27:34.886Z] #62 2.876 + : /build [2020-02-26T15:27:34.886Z] #62 2.877 + '[' -z '' ']' [2020-02-26T15:27:34.886Z] #62 2.880 ++ mktemp -d [2020-02-26T15:27:34.886Z] #62 2.887 + export GOPATH=/tmp/tmp.E1BC0Gq9Uc [2020-02-26T15:27:34.886Z] #62 2.888 + GOPATH=/tmp/tmp.E1BC0Gq9Uc [2020-02-26T15:27:34.886Z] #62 2.888 + RM_GOPATH=1 [2020-02-26T15:27:34.886Z] #62 2.888 ++ dirname ./install.sh [2020-02-26T15:27:34.886Z] #62 2.895 + dir=. [2020-02-26T15:27:34.886Z] #62 2.896 + bin=containerd [2020-02-26T15:27:34.886Z] #62 2.896 + shift [2020-02-26T15:27:34.886Z] #62 2.896 + '[' '!' -f ./containerd.installer ']' [2020-02-26T15:27:34.886Z] #62 2.896 + . ./containerd.installer [2020-02-26T15:27:34.886Z] #62 2.896 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:27:34.886Z] #62 2.898 + install_containerd [2020-02-26T15:27:34.886Z] #62 2.898 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-26T15:27:34.886Z] #62 2.898 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:27:34.886Z] #62 2.899 + git clone https://github.com/containerd/containerd.git /tmp/tmp.E1BC0Gq9Uc/src/github.com/containerd/containerd [2020-02-26T15:27:34.886Z] #62 2.907 Cloning into '/tmp/tmp.E1BC0Gq9Uc/src/github.com/containerd/containerd'... [2020-02-26T15:27:35.009Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-02-26T15:27:35.640Z] #44 48.61 CC criu/pagemap-cache.o [2020-02-26T15:27:35.640Z] #44 48.82 CC criu/pagemap.o [2020-02-26T15:27:36.208Z] ---> 9a9879891207 [2020-02-26T15:27:36.208Z] Successfully built 9a9879891207 [2020-02-26T15:27:36.208Z] Successfully tagged docker:latest [2020-02-26T15:27:36.208Z] INFO: Image build ended at 02/26/2020 15:27:35. Duration:00:00:29.6067026 [2020-02-26T15:27:36.208Z] [2020-02-26T15:27:36.208Z] [2020-02-26T15:27:36.208Z] INFO: Building the test binaries at 02/26/2020 15:27:35... [2020-02-26T15:27:36.508Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-02-26T15:27:36.508Z] go: finding github.com/gorilla/mux v1.7.0 [2020-02-26T15:27:36.575Z] #44 49.37 CC criu/parasite-syscall.o [2020-02-26T15:27:36.785Z] #62 ... [2020-02-26T15:27:36.785Z] [2020-02-26T15:27:36.785Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:36.785Z] #47 38.27 internal/reflectlite [2020-02-26T15:27:36.785Z] #47 38.30 github.com/LK4D4/vndr/godl/singleflight [2020-02-26T15:27:36.785Z] #47 38.80 math/rand [2020-02-26T15:27:36.785Z] #47 39.69 internal/singleflight [2020-02-26T15:27:36.785Z] #47 41.68 io [2020-02-26T15:27:36.785Z] #47 41.68 strconv [2020-02-26T15:27:36.785Z] #47 43.28 bytes [2020-02-26T15:27:36.785Z] #47 45.50 reflect [2020-02-26T15:27:36.785Z] #47 45.91 bufio [2020-02-26T15:27:36.785Z] #47 47.96 syscall [2020-02-26T15:27:36.785Z] #47 ... [2020-02-26T15:27:36.785Z] [2020-02-26T15:27:36.785Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:36.785Z] #27 4.308 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-26T15:27:36.785Z] #27 4.704 [2020-02-26T15:27:36.834Z] #44 49.85 CC criu/path.o [2020-02-26T15:27:36.834Z] #44 50.01 CC criu/pie-util-vdso.o [2020-02-26T15:27:37.092Z] #44 50.25 CC criu/pie-util.o [2020-02-26T15:27:37.092Z] #44 50.35 CC criu/pipes.o [2020-02-26T15:27:37.137Z] go: finding github.com/magiconair/properties v1.8.0 [2020-02-26T15:27:37.301Z] #27 4.892 1.1% #### 6.9% ######### 13.3% ############## 20.1% ################## 25.8% ####################### 32.3% ############################ 39.3% ################################## 48.0% ####################################### 55.2% ############################################ 61.8% ################################################### 72.2% ######################################################## 78.9% ############################################################## 86.6% ################################################################### 94.3% ######################################################################## 100.0% [2020-02-26T15:27:37.659Z] #44 50.77 CC criu/plugin.o [2020-02-26T15:27:37.773Z] go: finding github.com/docker/go-connections v0.4.0 [2020-02-26T15:27:37.867Z] #27 6.718 [2020-02-26T15:27:37.918Z] #44 50.99 CC criu/proc_parse.o [2020-02-26T15:27:38.065Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-02-26T15:27:38.641Z] #27 6.947 0.1% ############## 20.7% ####################### 32.7% #################################### 50.3% ############################################### 66.2% ######################################################## 78.9% #################################################################### 94.9% ######################################################################## 100.0% [2020-02-26T15:27:38.899Z] #27 8.002 [2020-02-26T15:27:39.093Z] go: finding github.com/spf13/cast v1.3.0 [2020-02-26T15:27:39.725Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-02-26T15:27:39.725Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-02-26T15:27:39.820Z] #44 52.50 CC criu/protobuf-desc.o [2020-02-26T15:27:39.955Z] INFO: make.ps1 starting at 02/26/2020 15:27:39 [2020-02-26T15:27:39.955Z] INFO: Git commit (f508db4833) assumed from DOCKER_GITCOMMIT environment variable [2020-02-26T15:27:39.955Z] INFO: Invoking autogen... [2020-02-26T15:27:40.015Z] go: finding github.com/gofrs/flock v0.7.0 [2020-02-26T15:27:40.078Z] #44 53.08 CC criu/protobuf.o [2020-02-26T15:27:40.078Z] #44 53.31 CC criu/pstree.o [2020-02-26T15:27:40.345Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-02-26T15:27:40.345Z] go: finding github.com/spf13/pflag v1.0.3 [2020-02-26T15:27:40.445Z] #27 8.169 1.3% ####### 10.2% ########### 16.0% ############### 22.0% ##################### 30.1% ############################ 39.4% ################################### 49.3% ########################################## 58.4% ################################################ 66.8% ################################################### 72.1% ######################################################### 79.4% ############################################################ 84.7% ################################################################### 93.1% ######################################################################## 100.0% [2020-02-26T15:27:40.922Z] INFO: Building daemon... [2020-02-26T15:27:40.990Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-02-26T15:27:40.990Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-02-26T15:27:41.009Z] #27 9.916 [2020-02-26T15:27:41.013Z] #44 54.02 CC criu/rbtree.o [2020-02-26T15:27:41.272Z] #44 54.20 CC criu/rst-malloc.o [2020-02-26T15:27:41.272Z] #44 54.38 CC criu/seccomp.o [2020-02-26T15:27:41.525Z] #27 10.15 0.0% ## 3.7% ##### 7.0% ####### 10.2% [2020-02-26T15:27:41.525Z] #27 ... [2020-02-26T15:27:41.525Z] [2020-02-26T15:27:41.525Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:41.525Z] #35 43.34 Selecting previously unselected package cmake-data. [2020-02-26T15:27:41.525Z] #35 43.36 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-26T15:27:41.525Z] #35 43.38 Unpacking cmake-data (3.13.4-1) ... [2020-02-26T15:27:41.525Z] #35 46.89 Selecting previously unselected package libicu63:amd64. [2020-02-26T15:27:41.525Z] #35 46.89 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-02-26T15:27:41.525Z] #35 46.90 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-26T15:27:41.525Z] #35 ... [2020-02-26T15:27:41.525Z] [2020-02-26T15:27:41.525Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:41.838Z] #44 54.79 CC criu/seize.o [2020-02-26T15:27:42.029Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-02-26T15:27:42.029Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-02-26T15:27:42.096Z] #44 55.30 CC criu/servicefd.o [2020-02-26T15:27:42.321Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-02-26T15:27:42.612Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-02-26T15:27:42.612Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-02-26T15:27:42.663Z] #44 55.57 CC criu/shmem.o [2020-02-26T15:27:43.230Z] #44 56.17 CC criu/sigframe.o [2020-02-26T15:27:43.230Z] #44 56.27 CC criu/signalfd.o [2020-02-26T15:27:43.246Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-02-26T15:27:43.488Z] #44 56.43 CC criu/sk-inet.o [2020-02-26T15:27:43.538Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-02-26T15:27:43.589Z] #27 10.15 0.0% ## 3.7% ##### 7.0% ####### 10.2% ######### 13.4% ############ 17.5% ############### 21.5% ################# 24.9% ##################### 29.5% ####################### 33.1% ########################## 36.9% ############################# 41.3% ############################### 43.6% ################################ 44.9% ################################### 48.8% ###################################### 53.4% ######################################### 57.6% ########################################### 60.8% ############################################## 64.1% ################################################ 67.3% ################################################## 70.2% #################################################### 72.6% [2020-02-26T15:27:43.589Z] #27 ... [2020-02-26T15:27:43.589Z] [2020-02-26T15:27:43.589Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:27:43.589Z] #43 45.54 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-02-26T15:27:43.589Z] #43 45.55 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 45.55 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 45.73 Selecting previously unselected package libprotobuf-dev:amd64. [2020-02-26T15:27:43.589Z] #43 45.73 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 45.74 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 47.12 Selecting previously unselected package libprotoc17:amd64. [2020-02-26T15:27:43.589Z] #43 47.13 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 47.14 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 47.85 Selecting previously unselected package protobuf-c-compiler. [2020-02-26T15:27:43.589Z] #43 47.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 47.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:27:43.589Z] #43 48.08 Selecting previously unselected package protobuf-compiler. [2020-02-26T15:27:43.589Z] #43 48.09 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 48.09 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 48.28 Selecting previously unselected package python-pkg-resources. [2020-02-26T15:27:43.589Z] #43 48.28 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:27:43.589Z] #43 48.28 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-26T15:27:43.589Z] #43 48.59 Selecting previously unselected package python-six. [2020-02-26T15:27:43.589Z] #43 48.62 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-26T15:27:43.589Z] #43 48.63 Unpacking python-six (1.12.0-1) ... [2020-02-26T15:27:43.589Z] #43 48.80 Selecting previously unselected package python-protobuf. [2020-02-26T15:27:43.589Z] #43 48.80 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-02-26T15:27:43.589Z] #43 48.84 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 49.56 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-26T15:27:43.589Z] #43 54.70 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:43.589Z] #43 54.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-26T15:27:43.589Z] #43 54.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-26T15:27:43.589Z] #43 54.74 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-02-26T15:27:43.589Z] #43 54.76 Setting up python-six (1.12.0-1) ... [2020-02-26T15:27:43.829Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-02-26T15:27:43.847Z] #43 ... [2020-02-26T15:27:43.847Z] [2020-02-26T15:27:43.847Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:44.055Z] #44 57.11 CC criu/sk-netlink.o [2020-02-26T15:27:44.119Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-02-26T15:27:44.314Z] #44 57.36 CC criu/sk-packet.o [2020-02-26T15:27:44.572Z] #44 57.76 CC criu/sk-queue.o [2020-02-26T15:27:44.620Z] #27 10.15 0.0% ## 3.7% ##### 7.0% ####### 10.2% ######### 13.4% ############ 17.5% ############### 21.5% ################# 24.9% ##################### 29.5% ####################### 33.1% ########################## 36.9% ############################# 41.3% ############################### 43.6% ################################ 44.9% ################################### 48.8% ###################################### 53.4% ######################################### 57.6% ########################################### 60.8% ############################################## 64.1% ################################################ 67.3% ################################################## 70.2% #################################################### 72.6% ###################################################### 76.1% ######################################################### 79.4% ########################################################### 82.4% ############################################################# 85.6% ################################################################ 89.5% ################################################################## 92.1% #################################################################### 94.7% ###################################################################### 98.5% ######################################################################## 100.0% [2020-02-26T15:27:44.620Z] #27 13.67 [2020-02-26T15:27:44.752Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-02-26T15:27:44.831Z] #44 58.06 CC criu/sk-tcp.o [2020-02-26T15:27:45.048Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-02-26T15:27:45.048Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-02-26T15:27:45.339Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-02-26T15:27:45.398Z] #44 58.38 CC criu/sk-unix.o [2020-02-26T15:27:45.553Z] #27 14.68 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-26T15:27:45.553Z] #27 ... [2020-02-26T15:27:45.553Z] [2020-02-26T15:27:45.553Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:27:45.553Z] #30 47.41 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-26T15:27:45.553Z] #30 48.13 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-02-26T15:27:45.553Z] #30 48.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-26T15:27:45.811Z] #30 ... [2020-02-26T15:27:45.811Z] [2020-02-26T15:27:45.811Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:45.811Z] #10 48.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-02-26T15:27:45.811Z] #10 50.55 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-02-26T15:27:45.811Z] #10 50.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-02-26T15:27:45.811Z] #10 50.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-02-26T15:27:45.811Z] #10 50.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-02-26T15:27:45.811Z] #10 50.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-02-26T15:27:45.811Z] #10 50.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-02-26T15:27:45.811Z] #10 50.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-02-26T15:27:45.811Z] #10 50.66 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-02-26T15:27:45.811Z] #10 50.69 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-02-26T15:27:45.811Z] #10 50.71 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-02-26T15:27:45.811Z] #10 50.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-02-26T15:27:45.811Z] #10 50.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-02-26T15:27:45.811Z] #10 50.82 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-02-26T15:27:45.811Z] #10 50.83 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-02-26T15:27:45.811Z] #10 50.84 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-02-26T15:27:45.811Z] #10 52.27 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:27:45.811Z] #10 52.51 Fetched 78.2 MB in 8s (9543 kB/s) [2020-02-26T15:27:45.811Z] #10 52.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-26T15:27:45.811Z] #10 52.71 Preparing to unpack .../libsystemd0_241-7~deb10u3_amd64.deb ... [2020-02-26T15:27:45.811Z] #10 52.72 Unpacking libsystemd0:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-26T15:27:45.811Z] #10 53.17 Setting up libsystemd0:amd64 (241-7~deb10u3) ... [2020-02-26T15:27:45.811Z] #10 53.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 ... 15401 files and directories currently installed.) [2020-02-26T15:27:45.811Z] #10 53.42 Preparing to unpack .../libudev1_241-7~deb10u3_amd64.deb ... [2020-02-26T15:27:45.811Z] #10 53.44 Unpacking libudev1:amd64 (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-26T15:27:45.811Z] #10 53.75 Setting up libudev1:amd64 (241-7~deb10u3) ... [2020-02-26T15:27:45.811Z] #10 53.90 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-26T15:27:45.811Z] #10 53.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-02-26T15:27:45.811Z] #10 54.01 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-02-26T15:27:45.811Z] #10 54.03 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:27:45.811Z] #10 56.73 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-26T15:27:45.811Z] #10 56.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-02-26T15:27:45.811Z] #10 56.77 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:27:45.964Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-02-26T15:27:46.069Z] #10 ... [2020-02-26T15:27:46.069Z] [2020-02-26T15:27:46.069Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:46.069Z] #27 15.06 [2020-02-26T15:27:46.254Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-02-26T15:27:46.327Z] #27 15.25 # 2.3% ######################################################################## 100.0% [2020-02-26T15:27:46.546Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-02-26T15:27:46.585Z] #27 15.46 [2020-02-26T15:27:46.774Z] #44 59.66 CC criu/sockets.o [2020-02-26T15:27:46.838Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-02-26T15:27:47.033Z] #44 60.22 CC criu/stats.o [2020-02-26T15:27:47.292Z] #44 60.42 CC criu/string.o [2020-02-26T15:27:47.292Z] #44 60.48 CC criu/sysctl.o [2020-02-26T15:27:47.479Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-02-26T15:27:47.518Z] #27 16.45 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-26T15:27:47.771Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-02-26T15:27:47.771Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-02-26T15:27:47.776Z] #27 16.74 [2020-02-26T15:27:47.858Z] #44 60.89 CC criu/sysfs_parse.o [2020-02-26T15:27:48.035Z] #27 16.89 #=#=# ######################################################################## 100.0% [2020-02-26T15:27:48.035Z] #27 17.10 [2020-02-26T15:27:48.060Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-02-26T15:27:48.060Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-02-26T15:27:48.117Z] #44 61.14 CC criu/timerfd.o [2020-02-26T15:27:48.376Z] #44 61.37 CC criu/tty.o [2020-02-26T15:27:48.602Z] #27 ... [2020-02-26T15:27:48.602Z] [2020-02-26T15:27:48.602Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:48.602Z] #33 50.08 time [2020-02-26T15:27:48.602Z] #33 56.48 internal/poll [2020-02-26T15:27:48.602Z] #33 57.33 internal/fmtsort [2020-02-26T15:27:48.602Z] #33 58.15 internal/syscall/unix [2020-02-26T15:27:48.602Z] #33 58.50 strings [2020-02-26T15:27:48.602Z] #33 59.11 os [2020-02-26T15:27:48.860Z] #33 ... [2020-02-26T15:27:48.860Z] [2020-02-26T15:27:48.860Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:48.860Z] #10 59.89 Selecting previously unselected package binutils-mingw-w64. [2020-02-26T15:27:48.860Z] #10 59.89 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-26T15:27:48.860Z] #10 59.90 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:27:48.860Z] #10 60.02 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-02-26T15:27:48.860Z] #10 60.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-26T15:27:48.860Z] #10 60.03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-26T15:27:48.860Z] #10 60.51 Selecting previously unselected package dmsetup. [2020-02-26T15:27:48.860Z] #10 60.51 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-02-26T15:27:48.860Z] #10 60.57 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-26T15:27:49.118Z] #10 ... [2020-02-26T15:27:49.118Z] [2020-02-26T15:27:49.118Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:49.118Z] #35 54.48 Selecting previously unselected package libxml2:amd64. [2020-02-26T15:27:49.118Z] #35 54.48 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 54.50 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:27:49.118Z] #35 55.21 Selecting previously unselected package libarchive13:amd64. [2020-02-26T15:27:49.118Z] #35 55.21 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 55.23 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-26T15:27:49.118Z] #35 55.58 Selecting previously unselected package libjsoncpp1:amd64. [2020-02-26T15:27:49.118Z] #35 55.58 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 55.59 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-26T15:27:49.118Z] #35 55.80 Selecting previously unselected package librhash0:amd64. [2020-02-26T15:27:49.118Z] #35 55.81 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 55.81 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-02-26T15:27:49.118Z] #35 56.06 Selecting previously unselected package libuv1:amd64. [2020-02-26T15:27:49.118Z] #35 56.06 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 56.07 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-02-26T15:27:49.118Z] #35 56.32 Selecting previously unselected package cmake. [2020-02-26T15:27:49.118Z] #35 56.32 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-02-26T15:27:49.118Z] #35 56.33 Unpacking cmake (3.13.4-1) ... [2020-02-26T15:27:49.118Z] #35 59.51 Setting up libicu63:amd64 (63.1-6) ... [2020-02-26T15:27:49.118Z] #35 59.53 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:27:49.118Z] #35 59.55 Setting up libuv1:amd64 (1.24.1-1) ... [2020-02-26T15:27:49.118Z] #35 59.56 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:27:49.118Z] #35 59.59 Setting up librhash0:amd64 (1.3.8-1) ... [2020-02-26T15:27:49.118Z] #35 59.61 Setting up cmake-data (3.13.4-1) ... [2020-02-26T15:27:49.118Z] #35 59.64 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:27:49.118Z] #35 59.65 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-02-26T15:27:49.118Z] #35 59.66 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-02-26T15:27:49.118Z] #35 59.68 Setting up cmake (3.13.4-1) ... [2020-02-26T15:27:49.118Z] #35 59.69 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:27:49.118Z] #35 59.77 Processing triggers for mime-support (3.62) ... [2020-02-26T15:27:49.118Z] #35 DONE 61.0s [2020-02-26T15:27:49.118Z] [2020-02-26T15:27:49.118Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:49.118Z] #36 DONE 0.1s [2020-02-26T15:27:49.118Z] [2020-02-26T15:27:49.118Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:49.118Z] #10 60.96 Selecting previously unselected package mingw-w64-common. [2020-02-26T15:27:49.118Z] #10 60.97 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-26T15:27:49.118Z] #10 60.97 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-26T15:27:49.118Z] #10 ... [2020-02-26T15:27:49.118Z] [2020-02-26T15:27:49.118Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-26T15:27:49.118Z] #37 DONE 0.1s [2020-02-26T15:27:49.377Z] [2020-02-26T15:27:49.377Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:27:49.377Z] #43 59.39 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-02-26T15:27:49.377Z] #43 59.43 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-26T15:27:49.377Z] #43 59.45 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:49.377Z] #43 59.46 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-02-26T15:27:49.377Z] #43 59.48 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:49.377Z] #43 59.49 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:27:49.377Z] #43 59.50 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:27:49.377Z] #43 59.50 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-02-26T15:27:49.377Z] #43 59.52 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:27:49.377Z] #43 59.54 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-26T15:27:49.592Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-02-26T15:27:49.753Z] #44 62.72 CC criu/tun.o [2020-02-26T15:27:49.908Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-02-26T15:27:50.012Z] #44 63.07 CC criu/uffd.o [2020-02-26T15:27:50.199Z] go: finding github.com/stretchr/testify v1.3.0 [2020-02-26T15:27:50.497Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-02-26T15:27:50.964Z] #44 63.91 CC criu/util.o [2020-02-26T15:27:51.905Z] #43 ... [2020-02-26T15:27:51.905Z] [2020-02-26T15:27:51.905Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:51.905Z] #27 18.61 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-26T15:27:51.905Z] #27 18.70 skipping existing 1849cc453dee [2020-02-26T15:27:51.905Z] #27 18.82 [2020-02-26T15:27:51.905Z] #27 19.78 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-26T15:27:51.905Z] #27 20.29 [2020-02-26T15:27:51.905Z] #27 20.44 ######################################################################## 100.0% [2020-02-26T15:27:51.905Z] #27 20.56 [2020-02-26T15:27:51.905Z] #27 20.64 Download of images into '/build' complete. [2020-02-26T15:27:51.905Z] #27 20.64 Use something like the following to load the result into a Docker daemon: [2020-02-26T15:27:51.905Z] #27 20.64 tar -cC '/build' . | docker load [2020-02-26T15:27:51.905Z] #27 DONE 20.8s [2020-02-26T15:27:51.905Z] [2020-02-26T15:27:51.905Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:51.905Z] #33 62.10 path [2020-02-26T15:27:51.905Z] #33 62.65 text/tabwriter [2020-02-26T15:27:51.916Z] #44 64.81 CC criu/uts_ns.o [2020-02-26T15:27:51.916Z] #44 64.96 CC criu/vdso.o [2020-02-26T15:27:52.013Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-02-26T15:27:52.164Z] #33 63.56 path/filepath [2020-02-26T15:27:52.164Z] #33 63.57 fmt [2020-02-26T15:27:52.176Z] #44 65.32 LINK criu/built-in.o [2020-02-26T15:27:52.435Z] #44 65.41 LINK criu/criu [2020-02-26T15:27:52.693Z] #44 65.65 DEP lib/c/criu.d [2020-02-26T15:27:52.693Z] #44 65.70 CC images/rpc.pb-c.o [2020-02-26T15:27:52.951Z] #44 66.13 CC lib/c/criu.o [2020-02-26T15:27:53.038Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-02-26T15:27:53.329Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-02-26T15:27:53.620Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-02-26T15:27:53.620Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-02-26T15:27:53.620Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-02-26T15:27:53.888Z] #44 66.89 LINK lib/c/built-in.o [2020-02-26T15:27:53.888Z] #44 66.90 LINK lib/c/libcriu.so [2020-02-26T15:27:53.888Z] #44 66.93 LINK lib/c/libcriu.a [2020-02-26T15:27:53.888Z] #44 67.02 GEN magic.py [2020-02-26T15:27:54.146Z] #44 67.12 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:27:54.146Z] #44 67.12 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:27:54.146Z] #44 67.12 Note: Building without GnuTLS support [2020-02-26T15:27:54.405Z] #44 67.46 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:27:54.665Z] #44 67.71 make[1]: Nothing to be done for 'all'. [2020-02-26T15:27:54.690Z] #33 65.96 io/ioutil [2020-02-26T15:27:54.690Z] #33 ... [2020-02-26T15:27:54.690Z] [2020-02-26T15:27:54.690Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:54.690Z] #47 56.00 time [2020-02-26T15:27:54.690Z] #47 59.95 strings [2020-02-26T15:27:54.690Z] #47 62.10 os [2020-02-26T15:27:54.690Z] #47 63.67 regexp/syntax [2020-02-26T15:27:54.690Z] #47 ... [2020-02-26T15:27:54.690Z] [2020-02-26T15:27:54.690Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:54.690Z] #38 2.947 + RM_GOPATH=0 [2020-02-26T15:27:54.690Z] #38 2.947 + TMP_GOPATH= [2020-02-26T15:27:54.690Z] #38 2.947 + : /build [2020-02-26T15:27:54.690Z] #38 2.947 + '[' -z '' ']' [2020-02-26T15:27:54.690Z] #38 2.948 ++ mktemp -d [2020-02-26T15:27:54.690Z] #38 2.959 + export GOPATH=/tmp/tmp.IfNkhbe4na [2020-02-26T15:27:54.690Z] #38 2.959 + GOPATH=/tmp/tmp.IfNkhbe4na [2020-02-26T15:27:54.690Z] #38 2.959 + RM_GOPATH=1 [2020-02-26T15:27:54.690Z] #38 2.959 ++ dirname ./install.sh [2020-02-26T15:27:54.690Z] #38 2.960 + dir=. [2020-02-26T15:27:54.690Z] #38 2.960 + bin=tini [2020-02-26T15:27:54.690Z] #38 2.960 + shift [2020-02-26T15:27:54.690Z] #38 2.960 + '[' '!' -f ./tini.installer ']' [2020-02-26T15:27:54.690Z] #38 2.960 + . ./tini.installer [2020-02-26T15:27:54.690Z] #38 2.960 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:27:54.690Z] #38 2.979 + install_tini [2020-02-26T15:27:54.690Z] #38 2.979 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-26T15:27:54.690Z] #38 2.979 + git clone https://github.com/krallin/tini.git /tmp/tmp.IfNkhbe4na/tini [2020-02-26T15:27:54.690Z] #38 2.979 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:27:54.690Z] #38 2.988 Cloning into '/tmp/tmp.IfNkhbe4na/tini'... [2020-02-26T15:27:54.690Z] #38 4.379 + cd /tmp/tmp.IfNkhbe4na/tini [2020-02-26T15:27:54.690Z] #38 4.379 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:27:54.690Z] #38 4.427 + cmake . [2020-02-26T15:27:54.690Z] #38 5.324 -- The C compiler identification is GNU 8.3.0 [2020-02-26T15:27:54.690Z] #38 5.413 -- Check for working C compiler: /usr/bin/cc [2020-02-26T15:27:54.924Z] #44 67.96 make[1]: 'images/built-in.o' is up to date. [2020-02-26T15:27:54.924Z] #44 67.98 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-26T15:27:54.924Z] #44 67.99 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-26T15:27:54.924Z] #44 68.01 make[1]: 'compel/libcompel.a' is up to date. [2020-02-26T15:27:54.924Z] #44 68.03 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-26T15:27:54.924Z] #44 68.05 make[1]: Nothing to be done for 'all'. [2020-02-26T15:27:54.924Z] #44 68.06 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:27:55.114Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-02-26T15:27:55.182Z] #44 68.16 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.18 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.21 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.27 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.30 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.32 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.35 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.182Z] #44 68.40 make[2]: Nothing to be done for 'all'. [2020-02-26T15:27:55.256Z] #38 ... [2020-02-26T15:27:55.256Z] [2020-02-26T15:27:55.256Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:55.256Z] #47 66.65 fmt [2020-02-26T15:27:55.441Z] #44 68.41 INSTALL criu/criu [2020-02-26T15:27:55.441Z] #44 DONE 68.6s [2020-02-26T15:27:56.149Z] go: finding github.com/pkg/profile v1.2.1 [2020-02-26T15:27:56.189Z] #47 ... [2020-02-26T15:27:56.189Z] [2020-02-26T15:27:56.189Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:27:56.189Z] #43 67.70 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-02-26T15:27:56.189Z] #43 67.72 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:27:56.189Z] #43 DONE 68.0s [2020-02-26T15:27:56.189Z] [2020-02-26T15:27:56.189Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:27:56.788Z] go: finding github.com/google/go-cmp v0.2.0 [2020-02-26T15:27:57.425Z] go: finding github.com/stretchr/testify v1.2.2 [2020-02-26T15:27:57.425Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-02-26T15:27:57.425Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-02-26T15:27:57.731Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-02-26T15:27:58.371Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-02-26T15:27:58.371Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-02-26T15:27:58.666Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-02-26T15:27:58.728Z] [2020-02-26T15:27:58.729Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:27:58.729Z] #64 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:58.729Z] #21 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:58.729Z] #65 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:58.729Z] #60 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:27:58.729Z] #59 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-26T15:27:58.729Z] #61 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:27:58.729Z] #68 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-26T15:27:58.729Z] #66 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #39 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-26T15:27:58.729Z] #18 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:27:58.729Z] #35 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:27:58.729Z] #17 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:27:58.729Z] #27 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-26T15:27:58.729Z] #37 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-26T15:27:58.729Z] #29 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-26T15:27:58.729Z] #13 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:58.729Z] #33 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #34 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:27:58.729Z] #10 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:27:58.729Z] #22 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:27:58.729Z] #30 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:27:58.729Z] #19 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-26T15:27:58.729Z] #12 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:27:58.729Z] #28 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:27:58.729Z] #15 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:27:58.729Z] #41 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-26T15:27:58.729Z] #40 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:27:58.729Z] #25 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-26T15:27:58.729Z] #32 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:58.729Z] #36 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:27:58.729Z] #26 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:58.729Z] #38 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-26T15:27:58.729Z] #24 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:58.729Z] #23 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-26T15:27:58.729Z] #14 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:27:58.729Z] #11 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #31 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #16 [dev 6/25] RUN ldconfig [2020-02-26T15:27:58.729Z] #16 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:58.729Z] #62 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-26T15:27:58.729Z] #52 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-26T15:27:58.729Z] #70 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:58.729Z] #53 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-26T15:27:58.729Z] #49 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:27:58.729Z] #71 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:27:58.729Z] #50 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-26T15:27:58.729Z] #46 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:58.729Z] #47 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-26T15:27:58.729Z] #56 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:27:58.729Z] #55 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #42 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:27:58.729Z] #57 CACHED [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-26T15:27:58.729Z] #45 DONE 0.2s [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #48 DONE 0.2s [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-26T15:27:58.729Z] #51 DONE 0.1s [2020-02-26T15:27:58.729Z] [2020-02-26T15:27:58.729Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-26T15:27:58.960Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-02-26T15:27:58.987Z] #54 DONE 0.3s [2020-02-26T15:27:58.987Z] [2020-02-26T15:27:58.987Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-26T15:27:59.246Z] #58 DONE 0.1s [2020-02-26T15:27:59.246Z] [2020-02-26T15:27:59.246Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-26T15:27:59.252Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-02-26T15:27:59.470Z] #44 3.238 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:27:59.470Z] #44 3.239 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:27:59.470Z] #44 3.252 Note: Building without GnuTLS support [2020-02-26T15:27:59.504Z] #63 DONE 0.5s [2020-02-26T15:27:59.504Z] [2020-02-26T15:27:59.504Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-26T15:27:59.763Z] #67 DONE 0.2s [2020-02-26T15:27:59.763Z] [2020-02-26T15:27:59.763Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-26T15:28:00.291Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-02-26T15:28:00.329Z] #69 DONE 0.4s [2020-02-26T15:28:00.329Z] [2020-02-26T15:28:00.329Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-26T15:28:00.329Z] #72 DONE 0.1s [2020-02-26T15:28:00.329Z] [2020-02-26T15:28:00.329Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-26T15:28:00.329Z] #73 DONE 0.0s [2020-02-26T15:28:00.329Z] [2020-02-26T15:28:00.329Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-26T15:28:00.928Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-02-26T15:28:00.928Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-02-26T15:28:01.220Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-02-26T15:28:01.369Z] #44 5.155 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:28:01.369Z] #44 5.202 GEN .gitid [2020-02-26T15:28:01.369Z] #44 5.214 GEN criu/include/version.h [2020-02-26T15:28:01.369Z] #44 5.248 GEN include/common/asm [2020-02-26T15:28:01.707Z] #74 DONE 1.4s [2020-02-26T15:28:01.707Z] [2020-02-26T15:28:01.707Z] #75 exporting to image [2020-02-26T15:28:01.707Z] #75 exporting layers [2020-02-26T15:28:02.258Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-02-26T15:28:02.303Z] #44 ... [2020-02-26T15:28:02.303Z] [2020-02-26T15:28:02.303Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:02.304Z] #38 6.084 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-26T15:28:02.304Z] #38 6.089 -- Detecting C compiler ABI info [2020-02-26T15:28:02.304Z] #38 7.095 -- Detecting C compiler ABI info - done [2020-02-26T15:28:02.304Z] #38 7.212 -- Detecting C compile features [2020-02-26T15:28:02.304Z] #38 9.546 -- Detecting C compile features - done [2020-02-26T15:28:02.304Z] #38 9.597 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-26T15:28:02.304Z] #38 9.929 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-26T15:28:02.304Z] #38 10.07 -- Configuring done [2020-02-26T15:28:02.304Z] #38 10.11 -- Generating done [2020-02-26T15:28:02.304Z] #38 10.11 -- Build files have been written to: /tmp/tmp.IfNkhbe4na/tini [2020-02-26T15:28:02.304Z] #38 10.12 + make tini-static [2020-02-26T15:28:02.304Z] #38 10.53 Scanning dependencies of target tini-static [2020-02-26T15:28:02.304Z] #38 10.70 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-26T15:28:02.304Z] #38 11.84 [100%] Linking C executable tini-static [2020-02-26T15:28:02.304Z] #38 12.73 [100%] Built target tini-static [2020-02-26T15:28:02.304Z] #38 12.83 + mkdir -p /build [2020-02-26T15:28:02.304Z] #38 12.84 + cp tini-static /build/docker-init [2020-02-26T15:28:02.304Z] #38 DONE 13.2s [2020-02-26T15:28:02.304Z] [2020-02-26T15:28:02.304Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:02.304Z] #47 69.65 regexp [2020-02-26T15:28:02.304Z] #47 71.51 go/token [2020-02-26T15:28:02.304Z] #47 72.64 go/scanner [2020-02-26T15:28:02.304Z] #47 73.37 internal/lazyregexp [2020-02-26T15:28:02.304Z] #47 73.73 net/url [2020-02-26T15:28:02.868Z] #47 74.55 go/ast [2020-02-26T15:28:02.892Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-02-26T15:28:03.434Z] #47 ... [2020-02-26T15:28:03.434Z] [2020-02-26T15:28:03.434Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:03.434Z] #44 7.346 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-26T15:28:03.612Z] #75 exporting layers 1.5s done [2020-02-26T15:28:03.612Z] #75 writing image sha256:6c50826f4604ee2b09a46f19d7086aeed2a77b90887c86fe49c0eb519277c71c done [2020-02-26T15:28:03.612Z] #75 naming to docker.io/library/docker:f508db483395059344d972b18559317fd9b2636f done [2020-02-26T15:28:03.612Z] #75 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-26T15:28:03.692Z] #44 7.418 PBCC images/opts.pb-c.c [2020-02-26T15:28:03.692Z] #44 7.446 PBCC images/sit.pb-c.c [2020-02-26T15:28:03.692Z] #44 7.498 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-26T15:28:03.692Z] #44 7.602 DEP images/opts.pb-c.d [2020-02-26T15:28:03.692Z] #44 7.666 DEP images/sit.pb-c.d [2020-02-26T15:28:03.692Z] #44 7.726 PBCC images/macvlan.pb-c.c [2020-02-26T15:28:03.920Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-02-26T15:28:03.945Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/test/unit [2020-02-26T15:28:03.949Z] #44 7.738 DEP images/macvlan.pb-c.d [2020-02-26T15:28:03.949Z] #44 7.779 PBCC images/autofs.pb-c.c [2020-02-26T15:28:03.949Z] #44 7.834 DEP images/autofs.pb-c.d [2020-02-26T15:28:03.949Z] #44 7.885 PBCC images/sysctl.pb-c.c [2020-02-26T15:28:03.949Z] #44 7.938 DEP images/sysctl.pb-c.d [2020-02-26T15:28:04.206Z] #44 7.986 PBCC images/time.pb-c.c [2020-02-26T15:28:04.206Z] #44 8.026 DEP images/time.pb-c.d [2020-02-26T15:28:04.206Z] #44 8.055 PBCC images/binfmt-misc.pb-c.c [2020-02-26T15:28:04.206Z] #44 8.113 DEP images/binfmt-misc.pb-c.d [2020-02-26T15:28:04.206Z] #44 8.138 PBCC images/seccomp.pb-c.c [2020-02-26T15:28:04.206Z] #44 8.186 DEP images/seccomp.pb-c.d [2020-02-26T15:28:04.464Z] #44 8.247 PBCC images/userns.pb-c.c [2020-02-26T15:28:04.464Z] #44 8.284 DEP images/userns.pb-c.d [2020-02-26T15:28:04.464Z] #44 8.330 PBCC images/cgroup.pb-c.c [2020-02-26T15:28:04.464Z] #44 8.359 DEP images/cgroup.pb-c.d [2020-02-26T15:28:04.464Z] #44 8.410 PBCC images/fown.pb-c.c [2020-02-26T15:28:04.464Z] #44 8.438 PBCC images/ext-file.pb-c.c [2020-02-26T15:28:04.549Z] go: finding github.com/stretchr/objx v0.1.1 [2020-02-26T15:28:04.781Z] #44 8.495 DEP images/fown.pb-c.d [2020-02-26T15:28:04.781Z] #44 8.540 DEP images/ext-file.pb-c.d [2020-02-26T15:28:04.781Z] #44 8.586 PBCC images/rpc.pb-c.c [2020-02-26T15:28:04.781Z] #44 8.636 DEP images/rpc.pb-c.d [2020-02-26T15:28:04.838Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-02-26T15:28:05.042Z] #44 8.697 PBCC images/siginfo.pb-c.c [2020-02-26T15:28:05.042Z] #44 8.778 DEP images/siginfo.pb-c.d [2020-02-26T15:28:05.042Z] #44 8.851 PBCC images/pagemap.pb-c.c [2020-02-26T15:28:05.042Z] #44 8.943 DEP images/pagemap.pb-c.d [2020-02-26T15:28:05.042Z] #44 9.002 PBCC images/rlimit.pb-c.c [2020-02-26T15:28:05.042Z] #44 9.047 DEP images/rlimit.pb-c.d [2020-02-26T15:28:05.129Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-02-26T15:28:05.304Z] #44 9.076 PBCC images/file-lock.pb-c.c [2020-02-26T15:28:05.304Z] #44 9.145 DEP images/file-lock.pb-c.d [2020-02-26T15:28:05.304Z] #44 ... [2020-02-26T15:28:05.304Z] [2020-02-26T15:28:05.304Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:28:05.304Z] #33 67.85 github.com/BurntSushi/toml [2020-02-26T15:28:05.304Z] #33 67.85 flag [2020-02-26T15:28:05.304Z] #33 69.43 log [2020-02-26T15:28:05.304Z] #33 72.15 github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:28:05.304Z] #33 DONE 76.9s [2020-02-26T15:28:05.304Z] [2020-02-26T15:28:05.304Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:05.304Z] #44 9.233 PBCC images/tty.pb-c.c [2020-02-26T15:28:05.564Z] #44 9.407 DEP images/tty.pb-c.d [2020-02-26T15:28:05.835Z] #44 9.591 PBCC images/tun.pb-c.c [2020-02-26T15:28:05.835Z] #44 9.706 PBCC images/netdev.pb-c.c [2020-02-26T15:28:06.105Z] #44 9.829 DEP images/tun.pb-c.d [2020-02-26T15:28:06.105Z] #44 9.938 DEP images/netdev.pb-c.d [2020-02-26T15:28:06.363Z] #44 10.07 PBCC images/vma.pb-c.c [2020-02-26T15:28:06.363Z] #44 10.21 DEP images/vma.pb-c.d [2020-02-26T15:28:06.363Z] #44 10.27 PBCC images/creds.pb-c.c [2020-02-26T15:28:06.363Z] #44 10.31 DEP images/creds.pb-c.d [2020-02-26T15:28:06.363Z] #44 10.32 PBCC images/utsns.pb-c.c [2020-02-26T15:28:06.363Z] #44 10.33 DEP images/utsns.pb-c.d [2020-02-26T15:28:06.628Z] #44 10.39 PBCC images/ipc-desc.pb-c.c [2020-02-26T15:28:06.628Z] #44 10.40 PBCC images/ipc-sem.pb-c.c [2020-02-26T15:28:06.628Z] #44 10.42 DEP images/ipc-desc.pb-c.d [2020-02-26T15:28:06.628Z] #44 10.51 DEP images/ipc-sem.pb-c.d [2020-02-26T15:28:06.628Z] #44 10.55 PBCC images/ipc-msg.pb-c.c [2020-02-26T15:28:06.628Z] #44 10.58 DEP images/ipc-msg.pb-c.d [2020-02-26T15:28:06.642Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-02-26T15:28:06.887Z] #44 10.65 PBCC images/ipc-shm.pb-c.c [2020-02-26T15:28:06.887Z] #44 10.71 DEP images/ipc-shm.pb-c.d [2020-02-26T15:28:06.887Z] #44 10.76 PBCC images/ipc-var.pb-c.c [2020-02-26T15:28:06.887Z] #44 10.81 DEP images/ipc-var.pb-c.d [2020-02-26T15:28:07.075Z] Removing intermediate container ff72c67c496b [2020-02-26T15:28:07.075Z] ---> f50d2da571fe [2020-02-26T15:28:07.075Z] Step 11/16 : ARG GOOS [2020-02-26T15:28:07.075Z] ---> Running in ba609fe1c014 [2020-02-26T15:28:07.075Z] Removing intermediate container ba609fe1c014 [2020-02-26T15:28:07.075Z] ---> da425c052dee [2020-02-26T15:28:07.075Z] Step 12/16 : ARG GOARCH [2020-02-26T15:28:07.075Z] ---> Running in 2a1c7e971c6f [2020-02-26T15:28:07.075Z] Removing intermediate container 2a1c7e971c6f [2020-02-26T15:28:07.075Z] ---> 17e5c1e78660 [2020-02-26T15:28:07.075Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-02-26T15:28:07.075Z] ---> Running in fea16fe1ed14 [2020-02-26T15:28:07.144Z] #44 10.87 PBCC images/sk-opts.pb-c.c [2020-02-26T15:28:07.144Z] #44 10.91 PBCC images/packet-sock.pb-c.c [2020-02-26T15:28:07.144Z] #44 10.98 DEP images/sk-opts.pb-c.d [2020-02-26T15:28:07.144Z] #44 11.06 DEP images/packet-sock.pb-c.d [2020-02-26T15:28:07.234Z] ? github.com/docker/docker/api [no test files] [2020-02-26T15:28:07.402Z] #44 11.14 PBCC images/sk-netlink.pb-c.c [2020-02-26T15:28:07.402Z] #44 11.23 DEP images/sk-netlink.pb-c.d [2020-02-26T15:28:07.402Z] #44 11.27 PBCC images/sk-inet.pb-c.c [2020-02-26T15:28:07.402Z] #44 11.31 DEP images/sk-inet.pb-c.d [2020-02-26T15:28:07.402Z] #44 11.37 PBCC images/sk-unix.pb-c.c [2020-02-26T15:28:07.402Z] #44 ... [2020-02-26T15:28:07.402Z] [2020-02-26T15:28:07.402Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:28:07.402Z] #10 69.38 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-26T15:28:07.402Z] #10 69.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-26T15:28:07.402Z] #10 69.40 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:28:07.402Z] #10 76.46 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-26T15:28:07.402Z] #10 76.49 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-26T15:28:07.402Z] #10 76.51 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:07.402Z] #10 76.67 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-26T15:28:07.402Z] #10 76.67 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-26T15:28:07.402Z] #10 76.67 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:07.659Z] #10 ... [2020-02-26T15:28:07.659Z] [2020-02-26T15:28:07.659Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:07.659Z] #44 11.47 DEP images/sk-unix.pb-c.d [2020-02-26T15:28:07.659Z] #44 11.55 PBCC images/mm.pb-c.c [2020-02-26T15:28:07.659Z] #44 11.59 DEP images/mm.pb-c.d [2020-02-26T15:28:07.659Z] #44 11.64 PBCC images/timerfd.pb-c.c [2020-02-26T15:28:07.917Z] #44 11.73 DEP images/timerfd.pb-c.d [2020-02-26T15:28:07.917Z] #44 11.78 PBCC images/timer.pb-c.c [2020-02-26T15:28:07.917Z] #44 11.80 DEP images/timer.pb-c.d [2020-02-26T15:28:07.917Z] #44 11.84 PBCC images/sa.pb-c.c [2020-02-26T15:28:07.917Z] #44 11.90 DEP images/sa.pb-c.d [2020-02-26T15:28:08.152Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-02-26T15:28:08.174Z] #44 11.97 PBCC images/pipe-data.pb-c.c [2020-02-26T15:28:08.174Z] #44 12.01 DEP images/pipe-data.pb-c.d [2020-02-26T15:28:08.174Z] #44 12.08 PBCC images/mnt.pb-c.c [2020-02-26T15:28:08.174Z] #44 12.13 DEP images/mnt.pb-c.d [2020-02-26T15:28:08.432Z] #44 12.20 PBCC images/sk-packet.pb-c.c [2020-02-26T15:28:08.432Z] #44 12.24 DEP images/sk-packet.pb-c.d [2020-02-26T15:28:08.432Z] #44 12.29 PBCC images/tcp-stream.pb-c.c [2020-02-26T15:28:08.432Z] #44 12.33 DEP images/tcp-stream.pb-c.d [2020-02-26T15:28:08.445Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-02-26T15:28:08.690Z] #44 12.39 PBCC images/pipe.pb-c.c [2020-02-26T15:28:08.690Z] #44 12.50 DEP images/pipe.pb-c.d [2020-02-26T15:28:08.690Z] #44 12.53 PBCC images/pstree.pb-c.c [2020-02-26T15:28:08.690Z] #44 12.56 DEP images/pstree.pb-c.d [2020-02-26T15:28:08.690Z] #44 12.61 PBCC images/fs.pb-c.c [2020-02-26T15:28:08.736Z] go: finding github.com/stretchr/objx v0.1.0 [2020-02-26T15:28:08.947Z] #44 12.62 DEP images/fs.pb-c.d [2020-02-26T15:28:08.947Z] #44 12.69 PBCC images/signalfd.pb-c.c [2020-02-26T15:28:08.947Z] #44 12.74 DEP images/signalfd.pb-c.d [2020-02-26T15:28:08.947Z] #44 12.78 PBCC images/fh.pb-c.c [2020-02-26T15:28:08.947Z] #44 12.80 PBCC images/fsnotify.pb-c.c [2020-02-26T15:28:08.947Z] #44 12.85 DEP images/fh.pb-c.d [2020-02-26T15:28:09.204Z] #44 12.89 DEP images/fsnotify.pb-c.d [2020-02-26T15:28:09.204Z] #44 12.94 PBCC images/eventpoll.pb-c.c [2020-02-26T15:28:09.204Z] #44 12.99 DEP images/eventpoll.pb-c.d [2020-02-26T15:28:09.204Z] #44 13.05 PBCC images/eventfd.pb-c.c [2020-02-26T15:28:09.204Z] #44 13.06 DEP images/eventfd.pb-c.d [2020-02-26T15:28:09.204Z] #44 13.12 PBCC images/remap-file-path.pb-c.c [2020-02-26T15:28:09.462Z] #44 13.15 DEP images/remap-file-path.pb-c.d [2020-02-26T15:28:09.462Z] #44 13.21 PBCC images/fifo.pb-c.c [2020-02-26T15:28:09.462Z] #44 13.25 DEP images/fifo.pb-c.d [2020-02-26T15:28:09.462Z] #44 13.31 PBCC images/ghost-file.pb-c.c [2020-02-26T15:28:09.462Z] #44 13.35 DEP images/ghost-file.pb-c.d [2020-02-26T15:28:09.462Z] #44 13.39 PBCC images/regfile.pb-c.c [2020-02-26T15:28:09.462Z] #44 13.44 DEP images/regfile.pb-c.d [2020-02-26T15:28:09.462Z] #44 13.49 PBCC images/ns.pb-c.c [2020-02-26T15:28:09.720Z] #44 13.50 DEP images/ns.pb-c.d [2020-02-26T15:28:09.720Z] #44 13.54 PBCC images/fdinfo.pb-c.c [2020-02-26T15:28:09.720Z] #44 13.59 DEP images/fdinfo.pb-c.d [2020-02-26T15:28:09.720Z] #44 13.63 PBCC images/core-aarch64.pb-c.c [2020-02-26T15:28:09.720Z] #44 13.69 PBCC images/core-arm.pb-c.c [2020-02-26T15:28:09.774Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-02-26T15:28:09.774Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-02-26T15:28:09.977Z] #44 13.74 PBCC images/core-ppc64.pb-c.c [2020-02-26T15:28:09.977Z] #44 13.82 PBCC images/core-s390.pb-c.c [2020-02-26T15:28:09.977Z] #44 13.87 PBCC images/core-x86.pb-c.c [2020-02-26T15:28:09.977Z] #44 13.91 PBCC images/core.pb-c.c [2020-02-26T15:28:09.977Z] #44 13.97 PBCC images/inventory.pb-c.c [2020-02-26T15:28:10.074Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-02-26T15:28:10.234Z] #44 14.04 DEP images/core-aarch64.pb-c.d [2020-02-26T15:28:10.234Z] #44 14.09 DEP images/core-arm.pb-c.d [2020-02-26T15:28:10.234Z] #44 14.15 DEP images/core-ppc64.pb-c.d [2020-02-26T15:28:10.234Z] #44 14.22 DEP images/core-s390.pb-c.d [2020-02-26T15:28:10.364Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-02-26T15:28:10.364Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-02-26T15:28:10.492Z] #44 14.30 DEP images/core-x86.pb-c.d [2020-02-26T15:28:10.492Z] #44 14.38 DEP images/core.pb-c.d [2020-02-26T15:28:10.492Z] #44 14.43 DEP images/inventory.pb-c.d [2020-02-26T15:28:10.492Z] #44 14.48 PBCC images/cpuinfo.pb-c.c [2020-02-26T15:28:10.749Z] #44 14.53 DEP images/cpuinfo.pb-c.d [2020-02-26T15:28:10.749Z] #44 14.57 PBCC images/stats.pb-c.c [2020-02-26T15:28:10.749Z] #44 14.61 DEP images/stats.pb-c.d [2020-02-26T15:28:10.997Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-02-26T15:28:10.997Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-02-26T15:28:12.122Z] #44 15.90 make[1]: Nothing to be done for 'all'. [2020-02-26T15:28:12.529Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-02-26T15:28:12.529Z] go: finding github.com/containerd/containerd v1.2.4 [2020-02-26T15:28:12.529Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-02-26T15:28:12.529Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-02-26T15:28:12.852Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-02-26T15:28:13.140Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-02-26T15:28:13.140Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-02-26T15:28:13.140Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-02-26T15:28:13.140Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-02-26T15:28:13.495Z] #44 17.10 CC images/stats.o [2020-02-26T15:28:13.752Z] #44 17.44 CC images/core.o [2020-02-26T15:28:13.771Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-02-26T15:28:14.318Z] #44 18.05 CC images/core-x86.o [2020-02-26T15:28:14.318Z] #44 ... [2020-02-26T15:28:14.318Z] [2020-02-26T15:28:14.318Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:14.318Z] #47 75.68 text/template/parse [2020-02-26T15:28:14.318Z] #47 79.75 go/parser [2020-02-26T15:28:14.318Z] #47 80.52 text/template [2020-02-26T15:28:14.318Z] #47 82.98 encoding/xml [2020-02-26T15:28:14.318Z] #47 85.65 go/doc [2020-02-26T15:28:14.318Z] #47 ... [2020-02-26T15:28:14.318Z] [2020-02-26T15:28:14.318Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:28:14.318Z] #62 33.35 Checking out files: 60% (1835/3044) Checking out files: 61% (1857/3044) Checking out files: 62% (1888/3044) Checking out files: 63% (1918/3044) Checking out files: 64% (1949/3044) Checking out files: 65% (1979/3044) Checking out files: 66% (2010/3044) Checking out files: 67% (2040/3044) Checking out files: 68% (2070/3044) Checking out files: 69% (2101/3044) Checking out files: 70% (2131/3044) Checking out files: 71% (2162/3044) Checking out files: 72% (2192/3044) Checking out files: 73% (2223/3044) Checking out files: 74% (2253/3044) Checking out files: 75% (2283/3044) Checking out files: 76% (2314/3044) Checking out files: 77% (2344/3044) Checking out files: 78% (2375/3044) Checking out files: 79% (2405/3044) Checking out files: 80% (2436/3044) Checking out files: 81% (2466/3044) Checking out files: 82% (2497/3044) Checking out files: 83% (2527/3044) Checking out files: 84% (2557/3044) Checking out files: 85% (2588/3044) Checking out files: 86% (2618/3044) Checking out files: 87% (2649/3044) Checking out files: 88% (2679/3044) Checking out files: 88% (2692/3044) Checking out files: 89% (2710/3044) Checking out files: 90% (2740/3044) Checking out files: 91% (2771/3044) Checking out files: 92% (2801/3044) Checking out files: 93% (2831/3044) Checking out files: 94% (2862/3044) Checking out files: 95% (2892/3044) Checking out files: 96% (2923/3044) Checking out files: 97% (2953/3044) Checking out files: 98% (2984/3044) Checking out files: 99% (3014/3044) Checking out files: 100% (3044/3044) Checking out files: 100% (3044/3044), done. [2020-02-26T15:28:14.318Z] #62 35.02 + cd /tmp/tmp.E1BC0Gq9Uc/src/github.com/containerd/containerd [2020-02-26T15:28:14.318Z] #62 35.02 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:28:14.318Z] #62 36.06 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-26T15:28:14.318Z] #62 36.06 + BUILDTAGS='netgo osusergo static_build' [2020-02-26T15:28:14.318Z] #62 36.06 + export EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:28:14.318Z] #62 36.06 + EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:28:14.318Z] #62 36.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-26T15:28:14.318Z] #62 36.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-26T15:28:14.318Z] #62 36.06 + '[' '' = dynamic ']' [2020-02-26T15:28:14.318Z] #62 36.06 + make [2020-02-26T15:28:14.318Z] #62 37.05 + bin/ctr [2020-02-26T15:28:14.800Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-02-26T15:28:14.884Z] #62 ... [2020-02-26T15:28:14.884Z] [2020-02-26T15:28:14.884Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:14.884Z] #44 18.67 CC images/core-arm.o [2020-02-26T15:28:15.090Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-02-26T15:28:15.090Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-02-26T15:28:15.142Z] #44 19.02 CC images/core-aarch64.o [2020-02-26T15:28:15.383Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-02-26T15:28:15.707Z] #44 19.51 CC images/core-ppc64.o [2020-02-26T15:28:16.273Z] #44 20.10 CC images/core-s390.o [2020-02-26T15:28:16.839Z] #44 20.74 CC images/cpuinfo.o [2020-02-26T15:28:17.404Z] #44 21.23 CC images/inventory.o [2020-02-26T15:28:17.447Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-02-26T15:28:17.447Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-02-26T15:28:17.447Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-02-26T15:28:17.448Z] go: finding golang.org/x/text v0.3.0 [2020-02-26T15:28:17.662Z] #44 21.57 CC images/fdinfo.o [2020-02-26T15:28:18.228Z] #44 21.96 CC images/fown.o [2020-02-26T15:28:18.228Z] #44 22.12 CC images/ns.o [2020-02-26T15:28:18.480Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-02-26T15:28:18.485Z] #44 22.29 CC images/regfile.o [2020-02-26T15:28:18.743Z] #44 22.62 CC images/ghost-file.o [2020-02-26T15:28:19.110Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-02-26T15:28:19.308Z] #44 23.05 CC images/fifo.o [2020-02-26T15:28:19.456Z] ok github.com/docker/docker/api/server 0.045s coverage: 9.0% of statements [2020-02-26T15:28:19.566Z] #44 23.33 CC images/remap-file-path.o [2020-02-26T15:28:19.566Z] #44 23.52 CC images/eventfd.o [2020-02-26T15:28:19.736Z] go: finding gotest.tools v2.2.0+incompatible [2020-02-26T15:28:19.954Z] #44 23.77 CC images/eventpoll.o [2020-02-26T15:28:20.215Z] #44 24.08 CC images/fh.o [2020-02-26T15:28:20.762Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-02-26T15:28:20.781Z] #44 24.40 CC images/fsnotify.o [2020-02-26T15:28:21.039Z] #44 24.96 CC images/signalfd.o [2020-02-26T15:28:21.050Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-02-26T15:28:21.297Z] #44 25.13 CC images/fs.o [2020-02-26T15:28:21.554Z] #44 25.39 CC images/pstree.o [2020-02-26T15:28:21.812Z] #44 25.58 CC images/pipe.o [2020-02-26T15:28:22.070Z] #44 25.87 CC images/tcp-stream.o [2020-02-26T15:28:22.107Z] go: finding github.com/docker/go-units v0.3.1 [2020-02-26T15:28:22.328Z] #44 26.08 CC images/sk-packet.o [2020-02-26T15:28:22.586Z] #44 26.42 CC images/mnt.o [2020-02-26T15:28:22.736Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-02-26T15:28:22.736Z] go: finding github.com/json-iterator/go v1.1.6 [2020-02-26T15:28:22.843Z] #44 26.70 CC images/pipe-data.o [2020-02-26T15:28:23.025Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-02-26T15:28:23.101Z] #44 26.86 CC images/sa.o [2020-02-26T15:28:23.101Z] #44 27.12 CC images/timer.o [2020-02-26T15:28:23.316Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-02-26T15:28:23.666Z] #44 27.45 CC images/timerfd.o [2020-02-26T15:28:23.936Z] #44 27.60 CC images/mm.o [2020-02-26T15:28:23.946Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-02-26T15:28:23.946Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-02-26T15:28:24.194Z] #44 27.87 CC images/sk-opts.o [2020-02-26T15:28:24.194Z] #44 28.08 CC images/sk-unix.o [2020-02-26T15:28:24.237Z] go: finding github.com/docker/go-connections v0.3.0 [2020-02-26T15:28:24.451Z] #44 28.40 CC images/sk-inet.o [2020-02-26T15:28:24.868Z] go: finding github.com/onsi/gomega v1.4.3 [2020-02-26T15:28:24.868Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-02-26T15:28:25.017Z] #44 28.77 CC images/tun.o [2020-02-26T15:28:25.017Z] #44 29.05 CC images/sk-netlink.o [2020-02-26T15:28:25.503Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-02-26T15:28:25.503Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-02-26T15:28:25.503Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-02-26T15:28:25.503Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-02-26T15:28:25.503Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-02-26T15:28:25.582Z] #44 29.29 CC images/packet-sock.o [2020-02-26T15:28:25.840Z] #44 29.71 CC images/ipc-var.o [2020-02-26T15:28:26.097Z] #44 29.97 CC images/ipc-desc.o [2020-02-26T15:28:26.355Z] #44 30.24 CC images/ipc-shm.o [2020-02-26T15:28:26.613Z] #44 30.43 CC images/ipc-msg.o [2020-02-26T15:28:26.870Z] #44 30.67 CC images/ipc-sem.o [2020-02-26T15:28:26.871Z] #44 ... [2020-02-26T15:28:26.871Z] [2020-02-26T15:28:26.871Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:26.871Z] #47 88.21 github.com/LK4D4/vndr/versioned [2020-02-26T15:28:26.871Z] #47 88.28 compress/flate [2020-02-26T15:28:26.871Z] #47 88.61 github.com/LK4D4/vndr/build [2020-02-26T15:28:26.871Z] #47 90.91 hash/crc32 [2020-02-26T15:28:26.871Z] #47 91.46 compress/gzip [2020-02-26T15:28:26.871Z] #47 91.91 net [2020-02-26T15:28:26.871Z] #47 92.04 vendor/golang.org/x/text/transform [2020-02-26T15:28:26.871Z] #47 92.94 vendor/golang.org/x/text/unicode/bidi [2020-02-26T15:28:26.871Z] #47 95.07 vendor/golang.org/x/text/secure/bidirule [2020-02-26T15:28:26.871Z] #47 95.39 vendor/golang.org/x/text/unicode/norm [2020-02-26T15:28:27.009Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-02-26T15:28:27.128Z] #47 ... [2020-02-26T15:28:27.128Z] [2020-02-26T15:28:27.128Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:27.128Z] #44 30.89 CC images/utsns.o [2020-02-26T15:28:27.128Z] #44 31.07 CC images/creds.o [2020-02-26T15:28:27.386Z] #44 31.28 CC images/vma.o [2020-02-26T15:28:27.386Z] #44 31.42 CC images/netdev.o [2020-02-26T15:28:27.641Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-02-26T15:28:27.939Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-02-26T15:28:27.951Z] #44 31.76 CC images/tty.o [2020-02-26T15:28:28.516Z] #44 32.37 CC images/file-lock.o [2020-02-26T15:28:28.774Z] #44 32.64 CC images/rlimit.o [2020-02-26T15:28:28.997Z] go: finding google.golang.org/grpc v1.20.1 [2020-02-26T15:28:29.032Z] #44 32.80 CC images/pagemap.o [2020-02-26T15:28:29.032Z] #44 33.06 CC images/siginfo.o [2020-02-26T15:28:29.598Z] #44 33.42 CC images/rpc.o [2020-02-26T15:28:29.650Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-02-26T15:28:30.683Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-02-26T15:28:30.971Z] #44 34.74 CC images/ext-file.o [2020-02-26T15:28:30.971Z] #44 34.97 CC images/cgroup.o [2020-02-26T15:28:30.978Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-02-26T15:28:31.904Z] #44 35.60 CC images/userns.o [2020-02-26T15:28:31.904Z] #44 35.94 CC images/google/protobuf/descriptor.o [2020-02-26T15:28:32.806Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-02-26T15:28:33.099Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-02-26T15:28:33.803Z] #44 37.61 CC images/opts.o [2020-02-26T15:28:34.061Z] #44 37.91 CC images/seccomp.o [2020-02-26T15:28:34.133Z] go: finding github.com/imdario/mergo v0.3.7 [2020-02-26T15:28:34.319Z] #44 38.25 CC images/binfmt-misc.o [2020-02-26T15:28:34.578Z] #44 38.45 CC images/time.o [2020-02-26T15:28:34.836Z] #44 38.71 CC images/sysctl.o [2020-02-26T15:28:35.095Z] #44 38.97 CC images/autofs.o [2020-02-26T15:28:35.353Z] #44 ... [2020-02-26T15:28:35.353Z] [2020-02-26T15:28:35.353Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:28:35.353Z] #65 99.65 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:28:35.353Z] #65 99.65 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-26T15:28:35.353Z] #65 DONE 106.8s [2020-02-26T15:28:35.353Z] [2020-02-26T15:28:35.353Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-26T15:28:35.353Z] #66 DONE 0.1s [2020-02-26T15:28:35.353Z] [2020-02-26T15:28:35.353Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:35.353Z] #44 39.14 CC images/macvlan.o [2020-02-26T15:28:35.353Z] #44 ... [2020-02-26T15:28:35.353Z] [2020-02-26T15:28:35.353Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:35.353Z] #47 99.86 vendor/golang.org/x/net/idna [2020-02-26T15:28:35.353Z] #47 102.3 vendor/golang.org/x/net/http2/hpack [2020-02-26T15:28:35.353Z] #47 103.3 mime [2020-02-26T15:28:35.353Z] #47 105.0 mime/quotedprintable [2020-02-26T15:28:35.353Z] #47 105.5 net/http/internal [2020-02-26T15:28:35.409Z] Removing intermediate container fea16fe1ed14 [2020-02-26T15:28:35.409Z] ---> bdd937605b07 [2020-02-26T15:28:35.409Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-26T15:28:35.409Z] ---> 687421176e14 [2020-02-26T15:28:35.409Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-26T15:28:35.409Z] ---> 10be57a9ef34 [2020-02-26T15:28:35.409Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-26T15:28:35.409Z] ---> Running in 23774c1c041d [2020-02-26T15:28:35.409Z] Removing intermediate container 23774c1c041d [2020-02-26T15:28:35.409Z] ---> e586f05296ba [2020-02-26T15:28:35.409Z] Successfully built e586f05296ba [2020-02-26T15:28:35.409Z] Successfully tagged moby-buildx:latest [2020-02-26T15:28:35.409Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-26T15:28:35.409Z] if [ -n "${id}" ]; then \ [2020-02-26T15:28:35.409Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-26T15:28:35.409Z] && touch bundles/buildx; \ [2020-02-26T15:28:35.409Z] docker rm -f ${id}; \ [2020-02-26T15:28:35.409Z] fi [2020-02-26T15:28:35.409Z] a1af91ad1223cdc7bd53ac9cf6f8f674a2283a06047c2e07f90d432466bfa9d8 [2020-02-26T15:28:35.409Z] bundles/buildx version [2020-02-26T15:28:35.409Z] buildx v0.3.1 6db68d0 [2020-02-26T15:28:35.409Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:f508db483395059344d972b18559317fd9b2636f . [2020-02-26T15:28:35.409Z] #1 [internal] booting buildkit [2020-02-26T15:28:35.409Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-26T15:28:35.409Z] #1 pulling image moby/buildkit:buildx-stable-1 1.6s done [2020-02-26T15:28:35.409Z] #1 creating container buildx_buildkit_default [2020-02-26T15:28:35.409Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-26T15:28:35.409Z] #1 DONE 2.0s [2020-02-26T15:28:35.409Z] [2020-02-26T15:28:35.409Z] #3 [internal] load build definition from Dockerfile [2020-02-26T15:28:35.409Z] #3 transferring dockerfile: 15.71kB done [2020-02-26T15:28:35.409Z] #3 DONE 0.0s [2020-02-26T15:28:35.409Z] [2020-02-26T15:28:35.409Z] #2 [internal] load .dockerignore [2020-02-26T15:28:35.409Z] #2 transferring context: 87B done [2020-02-26T15:28:35.409Z] #2 DONE 0.0s [2020-02-26T15:28:35.409Z] [2020-02-26T15:28:35.409Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-26T15:28:35.409Z] #4 DONE 0.8s [2020-02-26T15:28:35.409Z] [2020-02-26T15:28:35.409Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-26T15:28:35.409Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-26T15:28:35.409Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.1s [2020-02-26T15:28:35.409Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2020-02-26T15:28:35.409Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-26T15:28:35.409Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2020-02-26T15:28:35.409Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.1s done [2020-02-26T15:28:35.409Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-26T15:28:35.636Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-02-26T15:28:35.636Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-02-26T15:28:35.787Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.2s done [2020-02-26T15:28:35.787Z] #5 DONE 0.4s [2020-02-26T15:28:35.787Z] [2020-02-26T15:28:35.787Z] #7 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:28:35.919Z] #47 ... [2020-02-26T15:28:35.919Z] [2020-02-26T15:28:35.919Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:35.919Z] #44 39.57 CC images/sit.o [2020-02-26T15:28:35.939Z] go: finding github.com/kr/pretty v0.1.0 [2020-02-26T15:28:35.939Z] go: finding github.com/golang/mock v1.1.1 [2020-02-26T15:28:36.176Z] #44 40.00 LINK images/built-in.o [2020-02-26T15:28:36.241Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-02-26T15:28:36.241Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-02-26T15:28:36.321Z] #7 ... [2020-02-26T15:28:36.321Z] [2020-02-26T15:28:36.321Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-26T15:28:36.321Z] #6 DONE 0.2s [2020-02-26T15:28:36.321Z] [2020-02-26T15:28:36.321Z] #7 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:28:36.321Z] #7 DONE 0.3s [2020-02-26T15:28:36.321Z] [2020-02-26T15:28:36.321Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:28:36.321Z] #8 resolve docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea done [2020-02-26T15:28:36.321Z] #8 sha256:2969be310b76678b0572275b13d923705f3d1dc33f6a4d3b1cadf77ea108bb83 1.79kB / 1.79kB done [2020-02-26T15:28:36.321Z] #8 sha256:16a7b142236e4c473f4fd19a0485f74364510f658dc999627e6c41f4684a50d5 32.77kB / 7.38MB 0.1s [2020-02-26T15:28:36.321Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 0B / 56.67MB 0.1s [2020-02-26T15:28:36.321Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 0B / 51.33MB 0.1s [2020-02-26T15:28:36.321Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 0B / 102.16MB 0.1s [2020-02-26T15:28:36.321Z] #8 sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea 1.42kB / 1.42kB done [2020-02-26T15:28:36.321Z] #8 sha256:5ffa45cfb494cd33d365d10bf1682b55ae6733b9efec850001a276ec9c4f8bd6 156B / 156B 0.1s done [2020-02-26T15:28:36.321Z] #8 sha256:0310c4918d38591c12cbbf0f8f4d5acf3515642afccf3ac4447a97843cec7e86 5.46kB / 5.46kB done [2020-02-26T15:28:36.321Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 31.86kB / 48.96MB 0.1s [2020-02-26T15:28:36.321Z] #8 sha256:6f2c5965845a6f2fd1bfaa3a4814a17655d46330b5f60ed861daaa390d5b82a2 1.77MB / 9.88MB 0.1s [2020-02-26T15:28:36.434Z] #44 40.23 GEN compel/include/asm [2020-02-26T15:28:36.434Z] #44 40.26 GEN compel/include/version.h [2020-02-26T15:28:36.434Z] #44 40.29 touch .config [2020-02-26T15:28:36.434Z] #44 40.36 GEN include/common/config.h [2020-02-26T15:28:36.692Z] #44 40.55 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-02-26T15:28:36.692Z] #44 40.63 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-02-26T15:28:36.869Z] #8 sha256:16a7b142236e4c473f4fd19a0485f74364510f658dc999627e6c41f4684a50d5 3.01MB / 7.38MB 0.3s [2020-02-26T15:28:36.869Z] #8 sha256:6f2c5965845a6f2fd1bfaa3a4814a17655d46330b5f60ed861daaa390d5b82a2 3.97MB / 9.88MB 0.3s [2020-02-26T15:28:36.869Z] #8 sha256:16a7b142236e4c473f4fd19a0485f74364510f658dc999627e6c41f4684a50d5 5.80MB / 7.38MB 0.4s [2020-02-26T15:28:36.869Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 4.13MB / 56.67MB 0.4s [2020-02-26T15:28:36.869Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 4.78MB / 48.96MB 0.4s [2020-02-26T15:28:36.869Z] #8 sha256:6f2c5965845a6f2fd1bfaa3a4814a17655d46330b5f60ed861daaa390d5b82a2 6.59MB / 9.88MB 0.4s [2020-02-26T15:28:36.869Z] #8 sha256:16a7b142236e4c473f4fd19a0485f74364510f658dc999627e6c41f4684a50d5 7.38MB / 7.38MB 0.6s done [2020-02-26T15:28:36.869Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 5.11MB / 51.33MB 0.6s [2020-02-26T15:28:36.869Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 6.78MB / 102.16MB 0.6s [2020-02-26T15:28:36.869Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 7.40MB / 48.96MB 0.6s [2020-02-26T15:28:36.869Z] #8 sha256:6f2c5965845a6f2fd1bfaa3a4814a17655d46330b5f60ed861daaa390d5b82a2 9.10MB / 9.88MB 0.6s [2020-02-26T15:28:36.950Z] #44 40.64 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-02-26T15:28:36.950Z] #44 40.65 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-02-26T15:28:36.950Z] #44 40.65 DEP compel/arch/x86/plugins/std/memcpy.d [2020-02-26T15:28:36.950Z] #44 40.67 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-02-26T15:28:36.950Z] #44 40.67 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-26T15:28:36.950Z] #44 40.74 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-02-26T15:28:36.950Z] #44 40.75 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-26T15:28:36.950Z] #44 40.76 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-26T15:28:36.950Z] #44 40.77 DEP compel/plugins/std/infect.d [2020-02-26T15:28:36.950Z] #44 40.83 DEP compel/plugins/std/string.d [2020-02-26T15:28:37.208Z] #44 40.98 DEP compel/plugins/std/log.d [2020-02-26T15:28:37.208Z] #44 41.11 DEP compel/plugins/std/fds.d [2020-02-26T15:28:37.280Z] go: finding github.com/jinzhu/now v1.0.0 [2020-02-26T15:28:37.377Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 11.49MB / 48.96MB 0.7s [2020-02-26T15:28:37.377Z] #8 sha256:6f2c5965845a6f2fd1bfaa3a4814a17655d46330b5f60ed861daaa390d5b82a2 9.88MB / 9.88MB 0.6s done [2020-02-26T15:28:37.377Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 10.11MB / 56.67MB 0.9s [2020-02-26T15:28:37.377Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 11.01MB / 51.33MB 0.9s [2020-02-26T15:28:37.377Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 15.06MB / 102.16MB 0.9s [2020-02-26T15:28:37.377Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 14.82MB / 48.96MB 0.9s [2020-02-26T15:28:37.377Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 14.84MB / 51.33MB 1.0s [2020-02-26T15:28:37.466Z] #44 41.24 DEP compel/plugins/std/std.d [2020-02-26T15:28:37.466Z] #44 ... [2020-02-26T15:28:37.466Z] [2020-02-26T15:28:37.466Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:28:37.466Z] #10 99.33 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-26T15:28:37.466Z] #10 99.33 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-02-26T15:28:37.466Z] #10 99.41 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:37.466Z] #10 ... [2020-02-26T15:28:37.466Z] [2020-02-26T15:28:37.466Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:37.466Z] #44 41.38 DEP compel/plugins/shmem/shmem.d [2020-02-26T15:28:37.724Z] #44 41.49 DEP compel/plugins/fds/fds.d [2020-02-26T15:28:37.724Z] #44 41.61 CC compel/plugins/std/std.o [2020-02-26T15:28:37.811Z] #8 ... [2020-02-26T15:28:37.811Z] [2020-02-26T15:28:37.811Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:28:37.811Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-26T15:28:37.811Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-26T15:28:37.811Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-26T15:28:37.811Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.3s done [2020-02-26T15:28:37.811Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.8s done [2020-02-26T15:28:37.811Z] #69 DONE 1.2s [2020-02-26T15:28:37.811Z] [2020-02-26T15:28:37.811Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:28:37.811Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 15.47MB / 56.67MB 1.2s [2020-02-26T15:28:37.811Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 18.07MB / 51.33MB 1.2s [2020-02-26T15:28:37.811Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 20.65MB / 102.16MB 1.2s [2020-02-26T15:28:37.811Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 19.77MB / 48.96MB 1.2s [2020-02-26T15:28:37.811Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 18.53MB / 56.67MB 1.3s [2020-02-26T15:28:37.811Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 20.86MB / 51.33MB 1.3s [2020-02-26T15:28:37.811Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 22.22MB / 48.96MB 1.3s [2020-02-26T15:28:37.907Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-02-26T15:28:37.907Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-02-26T15:28:37.907Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-02-26T15:28:37.907Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-02-26T15:28:37.982Z] #44 41.87 CC compel/plugins/std/fds.o [2020-02-26T15:28:38.168Z] #8 ... [2020-02-26T15:28:38.168Z] [2020-02-26T15:28:38.168Z] #21 [internal] load build context [2020-02-26T15:28:38.168Z] #21 transferring context: 49.57MB 1.8s done [2020-02-26T15:28:38.168Z] #21 DONE 1.8s [2020-02-26T15:28:38.168Z] [2020-02-26T15:28:38.168Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:28:38.168Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 23.73MB / 56.67MB 1.6s [2020-02-26T15:28:38.168Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 26.62MB / 51.33MB 1.6s [2020-02-26T15:28:38.168Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 28.36MB / 102.16MB 1.6s [2020-02-26T15:28:38.168Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 27.08MB / 48.96MB 1.6s [2020-02-26T15:28:38.168Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 27.14MB / 56.67MB 1.8s [2020-02-26T15:28:38.168Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 30.45MB / 51.33MB 1.8s [2020-02-26T15:28:38.168Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 30.23MB / 48.96MB 1.8s [2020-02-26T15:28:38.168Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 31.01MB / 56.67MB 1.9s [2020-02-26T15:28:38.168Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 34.28MB / 51.33MB 1.9s [2020-02-26T15:28:38.168Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 35.09MB / 102.16MB 1.9s [2020-02-26T15:28:38.168Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 34.62MB / 48.96MB 1.9s [2020-02-26T15:28:38.522Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 35.01MB / 56.67MB 2.1s [2020-02-26T15:28:38.522Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 38.54MB / 51.33MB 2.1s [2020-02-26T15:28:38.522Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 38.95MB / 48.96MB 2.1s [2020-02-26T15:28:38.522Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 38.64MB / 56.67MB 2.2s [2020-02-26T15:28:38.522Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 41.86MB / 51.33MB 2.2s [2020-02-26T15:28:38.522Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 43.06MB / 102.16MB 2.2s [2020-02-26T15:28:38.522Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 42.45MB / 48.96MB 2.2s [2020-02-26T15:28:38.547Z] #44 42.27 CC compel/plugins/std/log.o [2020-02-26T15:28:38.882Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 42.67MB / 56.67MB 2.4s [2020-02-26T15:28:38.882Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 45.67MB / 51.33MB 2.4s [2020-02-26T15:28:38.882Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 46.41MB / 48.96MB 2.4s [2020-02-26T15:28:38.882Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 46.44MB / 56.67MB 2.5s [2020-02-26T15:28:38.882Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 50.58MB / 51.33MB 2.5s [2020-02-26T15:28:38.882Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 50.85MB / 102.16MB 2.5s [2020-02-26T15:28:38.882Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 48.96MB / 48.96MB 2.5s [2020-02-26T15:28:38.937Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-02-26T15:28:39.113Z] #44 42.99 CC compel/plugins/std/string.o [2020-02-26T15:28:39.227Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-02-26T15:28:39.255Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 55.07MB / 56.67MB 2.7s [2020-02-26T15:28:39.255Z] #8 sha256:942858cf91c54d2d1efa88f24491ba2b93cd15ed968d4f5e193c5e26ca4236e1 51.33MB / 51.33MB 2.6s done [2020-02-26T15:28:39.255Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 58.91MB / 102.16MB 2.7s [2020-02-26T15:28:39.255Z] #8 sha256:0a3603da42bb9e22573006a7f894b198954caeab529e2e041660e12c4fe62462 48.96MB / 48.96MB 2.5s done [2020-02-26T15:28:39.255Z] #8 sha256:2d4f5bb4516c3283cf2b8ab45a3231407f9577453fc6a45afc4bdfd62fa05901 56.67MB / 56.67MB 2.8s done [2020-02-26T15:28:39.255Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 72.94MB / 102.16MB 2.8s [2020-02-26T15:28:39.255Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 87.21MB / 102.16MB 3.0s [2020-02-26T15:28:39.633Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 102.16MB / 102.16MB 3.1s [2020-02-26T15:28:39.633Z] #8 sha256:22d7a2462c9d23e1a2309e49f418ac35e383593a56819261bada04081780433f 102.16MB / 102.16MB 3.2s done [2020-02-26T15:28:39.633Z] #8 unpacking docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea [2020-02-26T15:28:40.047Z] #44 43.67 CC compel/plugins/std/infect.o [2020-02-26T15:28:40.305Z] #44 44.10 CC compel/arch/x86/plugins/std/parasite-head.o [2020-02-26T15:28:40.305Z] #44 44.17 CC compel/arch/x86/plugins/std/memcpy.o [2020-02-26T15:28:40.305Z] #44 44.22 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-02-26T15:28:40.305Z] #44 44.27 AR compel/plugins/std.lib.a [2020-02-26T15:28:40.569Z] #44 44.35 CC compel/plugins/fds/fds.o [2020-02-26T15:28:40.569Z] #44 44.58 AR compel/plugins/fds.lib.a [2020-02-26T15:28:40.827Z] #44 44.62 HOSTDEP compel/src/lib/log-host.d [2020-02-26T15:28:41.085Z] #44 44.73 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-26T15:28:41.085Z] #44 44.88 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-02-26T15:28:41.085Z] #44 44.99 HOSTDEP compel/src/main-host.d [2020-02-26T15:28:41.085Z] #44 45.09 DEP compel/src/lib/ptrace.d [2020-02-26T15:28:41.284Z] go: finding github.com/golang/protobuf v1.2.0 [2020-02-26T15:28:41.343Z] #44 45.19 DEP compel/src/lib/infect.d [2020-02-26T15:28:41.575Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-02-26T15:28:41.575Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-02-26T15:28:41.600Z] #44 45.41 DEP compel/src/lib/infect-util.d [2020-02-26T15:28:41.858Z] #44 45.57 DEP compel/src/lib/infect-rpc.d [2020-02-26T15:28:41.858Z] #44 45.76 DEP compel/arch/x86/src/lib/infect.d [2020-02-26T15:28:41.872Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-02-26T15:28:41.872Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-02-26T15:28:42.116Z] #44 45.96 DEP compel/arch/x86/src/lib/cpu.d [2020-02-26T15:28:42.116Z] #44 46.09 DEP compel/src/lib/log.d [2020-02-26T15:28:42.160Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-02-26T15:28:42.373Z] #44 46.21 DEP compel/src/main.d [2020-02-26T15:28:42.373Z] #44 46.31 DEP compel/src/lib/handle-elf.d [2020-02-26T15:28:42.631Z] #44 46.40 DEP compel/arch/x86/src/lib/handle-elf.d [2020-02-26T15:28:42.631Z] #44 46.56 CC compel/src/lib/log.o [2020-02-26T15:28:42.887Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:28:42.887Z] [2020-02-26T15:28:42.887Z] [2020-02-26T15:28:42.887Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:28:42.887Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:28:42.887Z] HOSTNAME=30cad4a6b108 [2020-02-26T15:28:42.887Z] TEST_SKIP_INTEGRATION=1 [2020-02-26T15:28:42.887Z] TESTDEBUG=0 [2020-02-26T15:28:42.887Z] DEST=bundles/test-integration [2020-02-26T15:28:42.887Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:28:42.887Z] KEEPBUNDLE=1 [2020-02-26T15:28:42.887Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:28:42.887Z] container=docker [2020-02-26T15:28:42.887Z] HOME=/root [2020-02-26T15:28:42.887Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:28:42.887Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:28:42.887Z] VALIDATE_BRANCH=master [2020-02-26T15:28:42.887Z] TERM=xterm [2020-02-26T15:28:42.887Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:28:42.887Z] SHLVL=1 [2020-02-26T15:28:42.887Z] TIMEOUT=120m [2020-02-26T15:28:42.887Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:28:42.887Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:28:42.887Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-26T15:28:42.887Z] GO111MODULE=off [2020-02-26T15:28:42.887Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:28:42.887Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:28:42.887Z] GOPATH=/go [2020-02-26T15:28:42.887Z] PKG_CONFIG=pkg-config [2020-02-26T15:28:42.887Z] _=/usr/bin/env [2020-02-26T15:28:42.887Z] Building test suite binary ./integration-cli/test.main [2020-02-26T15:28:42.887Z] [2020-02-26T15:28:42.887Z] [2020-02-26T15:28:42.887Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-02-26T15:28:42.887Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:28:42.887Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:28:42.887Z] HOSTNAME=bdfd8593a115 [2020-02-26T15:28:42.887Z] TEST_SKIP_INTEGRATION=1 [2020-02-26T15:28:42.887Z] TESTDEBUG=0 [2020-02-26T15:28:42.887Z] DEST=bundles/test-integration [2020-02-26T15:28:42.887Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:28:42.887Z] KEEPBUNDLE=1 [2020-02-26T15:28:42.887Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:28:42.887Z] container=docker [2020-02-26T15:28:42.887Z] HOME=/root [2020-02-26T15:28:42.887Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:28:42.887Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:28:42.887Z] VALIDATE_BRANCH=master [2020-02-26T15:28:42.887Z] TERM=xterm [2020-02-26T15:28:42.887Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:28:42.887Z] SHLVL=1 [2020-02-26T15:28:42.887Z] TIMEOUT=120m [2020-02-26T15:28:42.887Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:28:42.887Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:28:42.887Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-02-26T15:28:42.887Z] GO111MODULE=off [2020-02-26T15:28:42.887Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:28:42.887Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:28:42.887Z] GOPATH=/go [2020-02-26T15:28:42.887Z] PKG_CONFIG=pkg-config [2020-02-26T15:28:42.887Z] _=/usr/bin/env [2020-02-26T15:28:42.887Z] Building test suite binary ./integration-cli/test.main [2020-02-26T15:28:42.887Z] No new tests added to integration. [2020-02-26T15:28:42.887Z] [2020-02-26T15:28:42.887Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:28:42.889Z] #44 46.84 CC compel/arch/x86/src/lib/cpu.o [2020-02-26T15:28:43.208Z] go: finding github.com/kr/text v0.1.0 [2020-02-26T15:28:43.208Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-02-26T15:28:43.822Z] #44 47.59 CC compel/arch/x86/src/lib/infect.o [2020-02-26T15:28:44.080Z] #44 ... [2020-02-26T15:28:44.080Z] [2020-02-26T15:28:44.080Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:28:44.080Z] #50 DONE 115.5s [2020-02-26T15:28:44.080Z] [2020-02-26T15:28:44.080Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:44.080Z] #47 110.2 net/textproto [2020-02-26T15:28:44.080Z] #47 110.2 crypto/x509 [2020-02-26T15:28:44.080Z] #47 111.3 vendor/golang.org/x/net/http/httpguts [2020-02-26T15:28:44.080Z] #47 111.6 vendor/golang.org/x/net/http/httpproxy [2020-02-26T15:28:44.080Z] #47 112.0 mime/multipart [2020-02-26T15:28:44.080Z] #47 114.1 crypto/tls [2020-02-26T15:28:44.242Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-02-26T15:28:44.256Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:28:44.256Z] HOSTNAME=86c01d2ce9c5 [2020-02-26T15:28:44.256Z] TESTDEBUG=0 [2020-02-26T15:28:44.256Z] DEST=bundles/test-integration [2020-02-26T15:28:44.256Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:28:44.256Z] KEEPBUNDLE=1 [2020-02-26T15:28:44.256Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:28:44.256Z] container=docker [2020-02-26T15:28:44.256Z] HOME=/root [2020-02-26T15:28:44.256Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:28:44.256Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:28:44.256Z] VALIDATE_BRANCH=master [2020-02-26T15:28:44.256Z] TERM=xterm [2020-02-26T15:28:44.256Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:28:44.256Z] SHLVL=1 [2020-02-26T15:28:44.256Z] TIMEOUT=120m [2020-02-26T15:28:44.256Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:28:44.256Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:28:44.256Z] GO111MODULE=off [2020-02-26T15:28:44.256Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-26T15:28:44.256Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:28:44.256Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:28:44.256Z] GOPATH=/go [2020-02-26T15:28:44.256Z] PKG_CONFIG=pkg-config [2020-02-26T15:28:44.256Z] _=/usr/bin/env [2020-02-26T15:28:44.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-26T15:28:44.338Z] #47 ... [2020-02-26T15:28:44.338Z] [2020-02-26T15:28:44.338Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:28:44.338Z] #10 116.2 Selecting previously unselected package libapparmor1:amd64. [2020-02-26T15:28:44.338Z] #10 116.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-02-26T15:28:44.338Z] #10 116.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-02-26T15:28:44.338Z] #10 116.3 Selecting previously unselected package libapparmor-dev:amd64. [2020-02-26T15:28:44.338Z] #10 116.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-02-26T15:28:44.338Z] #10 116.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-26T15:28:44.533Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-02-26T15:28:44.596Z] #10 116.5 Selecting previously unselected package libbtrfs0. [2020-02-26T15:28:44.596Z] #10 116.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-02-26T15:28:44.596Z] #10 116.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:28:44.820Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-02-26T15:28:44.820Z] go: finding cloud.google.com/go v0.26.0 [2020-02-26T15:28:44.853Z] #10 116.7 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:28:44.853Z] #10 116.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-02-26T15:28:44.853Z] #10 116.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:28:44.853Z] #10 116.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-02-26T15:28:45.109Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-02-26T15:28:45.111Z] #10 116.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-02-26T15:28:45.111Z] #10 116.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-26T15:28:45.111Z] #10 117.0 Selecting previously unselected package libudev-dev:amd64. [2020-02-26T15:28:45.111Z] #10 117.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-02-26T15:28:45.111Z] #10 117.0 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-26T15:28:45.369Z] #10 117.2 Selecting previously unselected package libsepol1-dev:amd64. [2020-02-26T15:28:45.369Z] #10 117.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-02-26T15:28:45.369Z] #10 117.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-02-26T15:28:45.397Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-02-26T15:28:45.397Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-02-26T15:28:45.626Z] #10 117.5 Selecting previously unselected package libpcre16-3:amd64. [2020-02-26T15:28:45.626Z] #10 117.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-02-26T15:28:45.626Z] #10 117.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-02-26T15:28:45.884Z] #10 117.7 Selecting previously unselected package libpcre32-3:amd64. [2020-02-26T15:28:45.884Z] #10 117.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-02-26T15:28:45.884Z] #10 117.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-02-26T15:28:46.022Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-02-26T15:28:46.142Z] #10 117.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-02-26T15:28:46.142Z] #10 117.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-02-26T15:28:46.142Z] #10 117.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-26T15:28:46.142Z] #10 118.0 Selecting previously unselected package libpcre3-dev:amd64. [2020-02-26T15:28:46.142Z] #10 118.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-02-26T15:28:46.142Z] #10 118.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-26T15:28:46.309Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-02-26T15:28:46.600Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-02-26T15:28:46.600Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-02-26T15:28:46.600Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-02-26T15:28:46.657Z] #10 118.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-02-26T15:28:46.657Z] #10 118.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-02-26T15:28:46.657Z] #10 118.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-26T15:28:46.657Z] #10 118.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-02-26T15:28:46.657Z] #10 118.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-02-26T15:28:46.657Z] #10 118.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-26T15:28:46.890Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-02-26T15:28:46.914Z] #10 118.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-02-26T15:28:46.915Z] #10 118.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-02-26T15:28:46.915Z] #10 118.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-26T15:28:46.915Z] #10 118.9 Selecting previously unselected package libsystemd-dev:amd64. [2020-02-26T15:28:47.172Z] #10 118.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-02-26T15:28:47.172Z] #10 118.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-02-26T15:28:47.435Z] #10 119.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:28:47.435Z] #10 119.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-02-26T15:28:47.435Z] #10 119.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-26T15:28:47.435Z] #10 119.5 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-02-26T15:28:47.435Z] #10 119.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:28:47.519Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-02-26T15:28:47.519Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-02-26T15:28:47.519Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-02-26T15:28:47.693Z] #10 119.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-02-26T15:28:47.693Z] #10 119.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:47.693Z] #10 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:28:47.693Z] #10 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:28:47.693Z] #10 119.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:28:47.693Z] #10 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:28:47.693Z] #10 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:28:47.693Z] #10 119.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:28:47.693Z] #10 119.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-02-26T15:28:47.693Z] #10 119.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-02-26T15:28:47.693Z] #10 119.6 Setting up dmsetup (2:1.02.155-3) ... [2020-02-26T15:28:47.693Z] #10 119.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-02-26T15:28:47.693Z] #10 119.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-02-26T15:28:47.693Z] #10 119.7 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:28:48.155Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-02-26T15:28:48.259Z] #10 DONE 120.1s [2020-02-26T15:28:48.259Z] [2020-02-26T15:28:48.259Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:48.259Z] #44 49.01 CC compel/src/lib/infect-rpc.o [2020-02-26T15:28:48.259Z] #44 49.28 CC compel/src/lib/infect-util.o [2020-02-26T15:28:48.259Z] #44 49.49 CC compel/src/lib/infect.o [2020-02-26T15:28:48.259Z] #44 51.54 CC compel/src/lib/ptrace.o [2020-02-26T15:28:48.259Z] #44 51.85 AR compel/libcompel.a [2020-02-26T15:28:48.259Z] #44 51.95 HOSTCC compel/src/main-host.o [2020-02-26T15:28:48.259Z] #44 ... [2020-02-26T15:28:48.259Z] [2020-02-26T15:28:48.259Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:28:48.259Z] #55 DONE 0.1s [2020-02-26T15:28:48.517Z] [2020-02-26T15:28:48.517Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-26T15:28:48.517Z] #56 DONE 0.1s [2020-02-26T15:28:48.517Z] [2020-02-26T15:28:48.517Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:48.793Z] go: finding google.golang.org/appengine v1.1.0 [2020-02-26T15:28:49.057Z] #8 unpacking docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea 9.5s done [2020-02-26T15:28:49.057Z] #8 DONE 12.8s [2020-02-26T15:28:49.057Z] [2020-02-26T15:28:49.057Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-26T15:28:49.402Z] #9 DONE 0.3s [2020-02-26T15:28:49.402Z] [2020-02-26T15:28:49.402Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-26T15:28:49.772Z] #10 DONE 0.3s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-26T15:28:49.772Z] #30 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-26T15:28:49.772Z] #41 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:28:49.772Z] #42 ... [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:28:49.772Z] #22 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-26T15:28:49.772Z] #71 DONE 0.0s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:28:49.772Z] #65 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-26T15:28:49.772Z] #50 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-26T15:28:49.772Z] #33 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-26T15:28:49.772Z] #53 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:28:49.772Z] #23 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-26T15:28:49.772Z] #47 DONE 0.1s [2020-02-26T15:28:49.772Z] [2020-02-26T15:28:49.772Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:50.315Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-02-26T15:28:50.547Z] #48 0.380 + RM_GOPATH=0 [2020-02-26T15:28:50.547Z] #48 0.380 + TMP_GOPATH= [2020-02-26T15:28:50.547Z] #48 0.381 + : /build [2020-02-26T15:28:50.547Z] #48 0.381 + '[' -z '' ']' [2020-02-26T15:28:50.547Z] #48 0.381 ++ mktemp -d [2020-02-26T15:28:50.547Z] #48 0.382 + export GOPATH=/tmp/tmp.TlRwY6nfYP [2020-02-26T15:28:50.547Z] #48 0.383 + GOPATH=/tmp/tmp.TlRwY6nfYP [2020-02-26T15:28:50.547Z] #48 0.383 + RM_GOPATH=1 [2020-02-26T15:28:50.547Z] #48 0.383 ++ dirname ./install.sh [2020-02-26T15:28:50.547Z] #48 0.385 + dir=. [2020-02-26T15:28:50.547Z] #48 0.386 + bin=vndr [2020-02-26T15:28:50.547Z] #48 0.386 + shift [2020-02-26T15:28:50.547Z] #48 0.386 + '[' '!' -f ./vndr.installer ']' [2020-02-26T15:28:50.547Z] #48 0.386 + . ./vndr.installer [2020-02-26T15:28:50.547Z] #48 0.386 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:28:50.547Z] #48 0.386 + install_vndr [2020-02-26T15:28:50.547Z] #48 0.387 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-26T15:28:50.547Z] #48 0.387 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:28:50.547Z] #48 0.387 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TlRwY6nfYP/src/github.com/LK4D4/vndr [2020-02-26T15:28:50.547Z] #48 0.400 Cloning into '/tmp/tmp.TlRwY6nfYP/src/github.com/LK4D4/vndr'... [2020-02-26T15:28:50.624Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-02-26T15:28:50.914Z] #48 0.981 + cd /tmp/tmp.TlRwY6nfYP/src/github.com/LK4D4/vndr [2020-02-26T15:28:50.915Z] #48 0.982 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:28:50.915Z] #48 0.984 + go build -buildmode=pie -v -o /build/vndr . [2020-02-26T15:28:50.927Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-02-26T15:28:51.045Z] #57 ... [2020-02-26T15:28:51.045Z] [2020-02-26T15:28:51.045Z] #11 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:28:51.045Z] #11 DONE 2.6s [2020-02-26T15:28:51.045Z] [2020-02-26T15:28:51.045Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:51.045Z] #57 2.494 + RM_GOPATH=0 [2020-02-26T15:28:51.045Z] #57 2.494 + TMP_GOPATH= [2020-02-26T15:28:51.045Z] #57 2.494 + : /build [2020-02-26T15:28:51.045Z] #57 2.494 + '[' -z '' ']' [2020-02-26T15:28:51.045Z] #57 2.494 ++ mktemp -d [2020-02-26T15:28:51.045Z] #57 2.494 + export GOPATH=/tmp/tmp.Jr1yhkfe1P [2020-02-26T15:28:51.045Z] #57 2.494 + GOPATH=/tmp/tmp.Jr1yhkfe1P [2020-02-26T15:28:51.045Z] #57 2.494 + RM_GOPATH=1 [2020-02-26T15:28:51.045Z] #57 2.494 ++ dirname ./install.sh [2020-02-26T15:28:51.045Z] #57 2.494 + dir=. [2020-02-26T15:28:51.045Z] #57 2.494 + bin=runc [2020-02-26T15:28:51.045Z] #57 2.494 + shift [2020-02-26T15:28:51.045Z] #57 2.494 + '[' '!' -f ./runc.installer ']' [2020-02-26T15:28:51.045Z] #57 2.494 + . ./runc.installer [2020-02-26T15:28:51.045Z] #57 2.494 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:28:51.045Z] #57 2.494 + install_runc [2020-02-26T15:28:51.045Z] #57 2.494 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-26T15:28:51.045Z] #57 2.494 + uname -r [2020-02-26T15:28:51.045Z] #57 2.497 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-26T15:28:51.045Z] #57 2.497 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-26T15:28:51.045Z] #57 2.497 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Jr1yhkfe1P/src/github.com/opencontainers/runc [2020-02-26T15:28:51.045Z] #57 2.503 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-26T15:28:51.045Z] #57 2.507 Cloning into '/tmp/tmp.Jr1yhkfe1P/src/github.com/opencontainers/runc'... [2020-02-26T15:28:51.558Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-02-26T15:28:51.558Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-02-26T15:28:51.558Z] go: finding gotest.tools v2.1.0+incompatible [2020-02-26T15:28:51.558Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-02-26T15:28:51.716Z] #48 1.843 internal/race [2020-02-26T15:28:51.716Z] #48 1.846 internal/cpu [2020-02-26T15:28:51.716Z] #48 1.873 sync/atomic [2020-02-26T15:28:52.100Z] #48 2.078 unicode [2020-02-26T15:28:52.519Z] #48 2.540 runtime [2020-02-26T15:28:52.583Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-02-26T15:28:52.871Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-02-26T15:28:52.871Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-02-26T15:28:52.871Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-02-26T15:28:52.943Z] #57 ... [2020-02-26T15:28:52.943Z] [2020-02-26T15:28:52.943Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-26T15:28:52.943Z] #12 DONE 2.2s [2020-02-26T15:28:53.009Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-02-26T15:28:53.009Z] [2020-02-26T15:28:53.009Z] ________ ____ __. [2020-02-26T15:28:53.009Z] \_____ \ | |/ _| [2020-02-26T15:28:53.009Z] / | \| < [2020-02-26T15:28:53.009Z] / | \ | \ [2020-02-26T15:28:53.009Z] \_______ /____|__ \ [2020-02-26T15:28:53.009Z] \/ \/ [2020-02-26T15:28:53.009Z] [2020-02-26T15:28:53.009Z] INFO: make.ps1 ended at 02/26/2020 15:28:46 [2020-02-26T15:28:53.009Z] INFO: Binaries build ended at 02/26/2020 15:28:49. Duration:00:01:13.3640422 [2020-02-26T15:28:53.009Z] INFO: Copying the built daemon binary to d:\CI\PR-40583\2\binary\dockerd-f508db4833.exe... [2020-02-26T15:28:53.009Z] INFO: Copying the built client binary to d:\CI\PR-40583\2\binary\docker-f508db4833.exe... [2020-02-26T15:28:53.009Z] INFO: Copying dockerversion from the container... [2020-02-26T15:28:53.009Z] INFO: Copying the golang package from the container to d:\CI\PR-40583\2\installer\go.zip... [2020-02-26T15:28:53.158Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-02-26T15:28:53.203Z] [2020-02-26T15:28:53.203Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-26T15:28:53.805Z] go: finding github.com/client9/misspell v0.3.4 [2020-02-26T15:28:54.839Z] go: finding github.com/kr/pty v1.1.1 [2020-02-26T15:28:54.839Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-02-26T15:28:54.839Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-02-26T15:28:55.101Z] #13 2.036 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-26T15:28:55.359Z] #13 DONE 2.2s [2020-02-26T15:28:55.359Z] [2020-02-26T15:28:55.359Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-26T15:28:55.910Z] INFO: Extracting go.zip to d:\CI\PR-40583\2\go [2020-02-26T15:28:56.738Z] #48 6.257 unicode/utf8 [2020-02-26T15:28:56.738Z] #48 6.802 math [2020-02-26T15:28:57.113Z] #48 ... [2020-02-26T15:28:57.113Z] [2020-02-26T15:28:57.113Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:28:57.113Z] #24 0.371 + RM_GOPATH=0 [2020-02-26T15:28:57.113Z] #24 0.371 + TMP_GOPATH= [2020-02-26T15:28:57.113Z] #24 0.371 + : /build [2020-02-26T15:28:57.113Z] #24 0.371 + '[' -z '' ']' [2020-02-26T15:28:57.113Z] #24 0.371 ++ mktemp -d [2020-02-26T15:28:57.113Z] #24 0.372 + export GOPATH=/tmp/tmp.aBa8MNsLD1 [2020-02-26T15:28:57.113Z] #24 0.372 + GOPATH=/tmp/tmp.aBa8MNsLD1 [2020-02-26T15:28:57.113Z] #24 0.372 + RM_GOPATH=1 [2020-02-26T15:28:57.113Z] #24 0.372 ++ dirname ./install.sh [2020-02-26T15:28:57.113Z] #24 0.373 + dir=. [2020-02-26T15:28:57.113Z] #24 0.373 + bin=dockercli [2020-02-26T15:28:57.113Z] #24 0.373 + shift [2020-02-26T15:28:57.113Z] #24 0.373 + '[' '!' -f ./dockercli.installer ']' [2020-02-26T15:28:57.113Z] #24 0.373 + . ./dockercli.installer [2020-02-26T15:28:57.113Z] #24 0.373 ++ : stable [2020-02-26T15:28:57.113Z] #24 0.374 ++ : 17.06.2-ce [2020-02-26T15:28:57.113Z] #24 0.374 + install_dockercli [2020-02-26T15:28:57.113Z] #24 0.374 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-26T15:28:57.113Z] #24 0.374 Install docker/cli version 17.06.2-ce from stable [2020-02-26T15:28:57.113Z] #24 0.374 ++ uname -m [2020-02-26T15:28:57.113Z] #24 0.384 + arch=s390x [2020-02-26T15:28:57.113Z] #24 0.385 + '[' s390x '!=' x86_64 ']' [2020-02-26T15:28:57.113Z] #24 0.385 + '[' s390x '!=' s390x ']' [2020-02-26T15:28:57.113Z] #24 0.385 + url=https://download.docker.com/linux/static [2020-02-26T15:28:57.113Z] #24 0.386 + tar -xz docker/docker [2020-02-26T15:28:57.113Z] #24 0.388 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-02-26T15:28:57.113Z] #24 7.090 + mkdir -p /build [2020-02-26T15:28:57.113Z] #24 7.103 + mv docker/docker /build/ [2020-02-26T15:28:57.113Z] #24 7.105 + rmdir docker [2020-02-26T15:28:57.113Z] #24 DONE 7.2s [2020-02-26T15:28:57.113Z] [2020-02-26T15:28:57.113Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:28:57.113Z] #34 0.286 + RM_GOPATH=0 [2020-02-26T15:28:57.113Z] #34 0.286 + TMP_GOPATH= [2020-02-26T15:28:57.113Z] #34 0.286 + : /build [2020-02-26T15:28:57.113Z] #34 0.286 + '[' -z '' ']' [2020-02-26T15:28:57.113Z] #34 0.287 ++ mktemp -d [2020-02-26T15:28:57.113Z] #34 0.288 + export GOPATH=/tmp/tmp.qI1wnl8yZ1 [2020-02-26T15:28:57.113Z] #34 0.288 + GOPATH=/tmp/tmp.qI1wnl8yZ1 [2020-02-26T15:28:57.113Z] #34 0.288 + RM_GOPATH=1 [2020-02-26T15:28:57.113Z] #34 0.288 ++ dirname ./install.sh [2020-02-26T15:28:57.113Z] #34 0.291 + dir=. [2020-02-26T15:28:57.113Z] #34 0.291 + bin=tomlv [2020-02-26T15:28:57.113Z] #34 0.291 + shift [2020-02-26T15:28:57.113Z] #34 0.291 + '[' '!' -f ./tomlv.installer ']' [2020-02-26T15:28:57.113Z] #34 0.291 + . ./tomlv.installer [2020-02-26T15:28:57.113Z] #34 0.291 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:28:57.113Z] #34 0.292 + install_tomlv [2020-02-26T15:28:57.113Z] #34 0.292 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:28:57.113Z] #34 0.292 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-26T15:28:57.113Z] #34 0.292 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.qI1wnl8yZ1/src/github.com/BurntSushi/toml [2020-02-26T15:28:57.113Z] #34 0.295 Cloning into '/tmp/tmp.qI1wnl8yZ1/src/github.com/BurntSushi/toml'... [2020-02-26T15:28:57.113Z] #34 0.840 + cd /tmp/tmp.qI1wnl8yZ1/src/github.com/BurntSushi/toml [2020-02-26T15:28:57.113Z] #34 0.840 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:28:57.113Z] #34 0.860 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:28:57.113Z] #34 1.436 internal/cpu [2020-02-26T15:28:57.113Z] #34 1.443 runtime/internal/atomic [2020-02-26T15:28:57.113Z] #34 1.641 runtime/internal/sys [2020-02-26T15:28:57.113Z] #34 1.781 runtime/internal/math [2020-02-26T15:28:57.113Z] #34 1.815 math/bits [2020-02-26T15:28:57.113Z] #34 1.910 internal/bytealg [2020-02-26T15:28:57.113Z] #34 2.223 runtime [2020-02-26T15:28:57.113Z] #34 2.249 math [2020-02-26T15:28:57.477Z] #34 7.460 internal/testlog [2020-02-26T15:28:57.851Z] #34 8.021 encoding [2020-02-26T15:28:57.923Z] #14 DONE 2.2s [2020-02-26T15:28:57.923Z] [2020-02-26T15:28:57.923Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:28:58.650Z] #34 8.607 runtime/cgo [2020-02-26T15:28:58.863Z] #15 ... [2020-02-26T15:28:58.863Z] [2020-02-26T15:28:58.863Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:58.863Z] #44 52.54 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-02-26T15:28:58.863Z] #44 52.78 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-26T15:28:58.863Z] #44 53.47 HOSTCC compel/src/lib/log-host.o [2020-02-26T15:28:58.863Z] #44 53.57 HOSTLINK compel/compel-host-bin [2020-02-26T15:28:58.863Z] #44 53.73 DEP soccr/soccr.d [2020-02-26T15:28:58.863Z] #44 53.91 CC soccr/soccr.o [2020-02-26T15:28:58.863Z] #44 55.62 AR soccr/libsoccr.a [2020-02-26T15:28:58.863Z] #44 55.65 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:28:58.863Z] #44 56.01 DEP criu/arch/x86/sigframe.d [2020-02-26T15:28:58.863Z] #44 56.19 DEP criu/arch/x86/sigaction_compat.d [2020-02-26T15:28:58.863Z] #44 56.26 DEP criu/arch/x86/kerndat.d [2020-02-26T15:28:58.863Z] #44 56.39 DEP criu/arch/x86/crtools.d [2020-02-26T15:28:58.863Z] #44 56.51 DEP criu/arch/x86/cpu.d [2020-02-26T15:28:58.863Z] #44 56.68 CC criu/arch/x86/cpu.o [2020-02-26T15:28:58.863Z] #44 57.62 CC criu/arch/x86/crtools.o [2020-02-26T15:28:58.863Z] #44 58.92 CC criu/arch/x86/kerndat.o [2020-02-26T15:28:58.863Z] #44 59.62 CC criu/arch/x86/sigaction_compat.o [2020-02-26T15:28:58.863Z] #44 59.96 CC criu/arch/x86/sigframe.o [2020-02-26T15:28:58.863Z] #44 60.24 LINK criu/arch/x86/crtools.built-in.o [2020-02-26T15:28:58.863Z] #44 60.30 DEP criu/pie/util-vdso-elf32.d [2020-02-26T15:28:58.863Z] #44 60.58 DEP criu/pie/util-vdso.d [2020-02-26T15:28:58.863Z] #44 60.69 DEP criu/pie/util.d [2020-02-26T15:28:58.863Z] #44 60.86 CC criu/pie/util.o [2020-02-26T15:28:58.863Z] #44 61.10 CC criu/pie/util-vdso.o [2020-02-26T15:28:58.863Z] #44 62.14 CC criu/pie/util-vdso-elf32.o [2020-02-26T15:28:58.863Z] #44 ... [2020-02-26T15:28:58.863Z] [2020-02-26T15:28:58.863Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:58.863Z] #47 120.3 net/http/httptrace [2020-02-26T15:28:58.863Z] #47 120.7 net/http [2020-02-26T15:28:58.863Z] #47 ... [2020-02-26T15:28:58.863Z] [2020-02-26T15:28:58.863Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:28:58.863Z] #57 8.659 + cd /tmp/tmp.Jr1yhkfe1P/src/github.com/opencontainers/runc [2020-02-26T15:28:58.863Z] #57 8.659 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:28:58.863Z] #57 9.024 + '[' -z '' ']' [2020-02-26T15:28:58.863Z] #57 9.024 + target=static [2020-02-26T15:28:58.863Z] #57 9.024 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-26T15:28:58.863Z] #57 10.50 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-26T15:28:59.440Z] #34 ... [2020-02-26T15:28:59.440Z] [2020-02-26T15:28:59.440Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:28:59.440Z] #26 0.475 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:28:59.440Z] #26 0.651 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:28:59.440Z] #26 0.682 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:28:59.440Z] #26 1.358 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:28:59.440Z] #26 2.823 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:28:59.440Z] #26 5.045 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:28:59.794Z] #57 ... [2020-02-26T15:28:59.794Z] [2020-02-26T15:28:59.794Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:28:59.794Z] #15 DONE 2.2s [2020-02-26T15:28:59.794Z] [2020-02-26T15:28:59.794Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:28:59.794Z] #44 62.98 AR criu/pie/pie.lib.a [2020-02-26T15:28:59.794Z] #44 63.05 DEP criu/pie/restorer.d [2020-02-26T15:28:59.794Z] #44 63.39 DEP criu/arch/x86/sigaction_compat_pie.d [2020-02-26T15:28:59.794Z] #44 63.55 DEP criu/arch/x86/restorer_unmap.d [2020-02-26T15:28:59.794Z] #44 63.57 DEP criu/arch/x86/restorer.d [2020-02-26T15:28:59.794Z] #44 63.77 DEP criu/arch/x86/vdso-pie.d [2020-02-26T15:28:59.825Z] #26 ... [2020-02-26T15:28:59.825Z] [2020-02-26T15:28:59.825Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:28:59.825Z] #60 0.439 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:28:59.825Z] #60 0.582 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:28:59.825Z] #60 0.591 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:28:59.825Z] #60 0.961 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:28:59.825Z] #60 2.614 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:28:59.825Z] #60 4.586 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:28:59.825Z] #60 ... [2020-02-26T15:28:59.825Z] [2020-02-26T15:28:59.825Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:28:59.825Z] #72 0.413 + RM_GOPATH=0 [2020-02-26T15:28:59.825Z] #72 0.413 + TMP_GOPATH= [2020-02-26T15:28:59.825Z] #72 0.413 + : /build [2020-02-26T15:28:59.825Z] #72 0.413 + '[' -z '' ']' [2020-02-26T15:28:59.825Z] #72 0.452 ++ mktemp -d [2020-02-26T15:28:59.825Z] #72 0.456 + export GOPATH=/tmp/tmp.FSOgM6aR4h [2020-02-26T15:28:59.825Z] #72 0.456 + GOPATH=/tmp/tmp.FSOgM6aR4h [2020-02-26T15:28:59.825Z] #72 0.456 + RM_GOPATH=1 [2020-02-26T15:28:59.825Z] #72 0.457 ++ dirname ./install.sh [2020-02-26T15:28:59.825Z] #72 0.457 + dir=. [2020-02-26T15:28:59.825Z] #72 0.457 + bin=proxy [2020-02-26T15:28:59.825Z] #72 0.457 + shift [2020-02-26T15:28:59.825Z] #72 0.458 + '[' '!' -f ./proxy.installer ']' [2020-02-26T15:28:59.825Z] #72 0.458 + . ./proxy.installer [2020-02-26T15:28:59.826Z] #72 0.458 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:28:59.826Z] #72 0.458 + install_proxy [2020-02-26T15:28:59.826Z] #72 0.458 + case "$1" in [2020-02-26T15:28:59.826Z] #72 0.458 + export CGO_ENABLED=0 [2020-02-26T15:28:59.826Z] #72 0.458 + CGO_ENABLED=0 [2020-02-26T15:28:59.826Z] #72 0.458 + _install_proxy [2020-02-26T15:28:59.826Z] #72 0.458 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-26T15:28:59.826Z] #72 0.458 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:28:59.826Z] #72 0.458 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FSOgM6aR4h/src/github.com/docker/libnetwork [2020-02-26T15:28:59.826Z] #72 0.459 Cloning into '/tmp/tmp.FSOgM6aR4h/src/github.com/docker/libnetwork'... [2020-02-26T15:29:00.051Z] #44 63.85 DEP criu/pie/parasite-vdso.d [2020-02-26T15:29:00.051Z] #44 63.94 DEP criu/pie/parasite.d [2020-02-26T15:29:00.203Z] #72 ... [2020-02-26T15:29:00.203Z] [2020-02-26T15:29:00.203Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:29:00.203Z] #42 0.315 + git clone https://github.com/docker/distribution.git . [2020-02-26T15:29:00.203Z] #42 0.316 Cloning into '.'... [2020-02-26T15:29:00.203Z] #42 10.48 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-26T15:29:00.203Z] #42 ... [2020-02-26T15:29:00.203Z] [2020-02-26T15:29:00.203Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:00.203Z] #66 0.395 + RM_GOPATH=0 [2020-02-26T15:29:00.203Z] #66 0.395 + TMP_GOPATH= [2020-02-26T15:29:00.203Z] #66 0.395 + : /build/ [2020-02-26T15:29:00.203Z] #66 0.395 + '[' -z '' ']' [2020-02-26T15:29:00.203Z] #66 0.396 ++ mktemp -d [2020-02-26T15:29:00.203Z] #66 0.398 + export GOPATH=/tmp/tmp.kMswuVKltX [2020-02-26T15:29:00.203Z] #66 0.398 + GOPATH=/tmp/tmp.kMswuVKltX [2020-02-26T15:29:00.203Z] #66 0.398 + RM_GOPATH=1 [2020-02-26T15:29:00.203Z] #66 0.399 ++ dirname ./install.sh [2020-02-26T15:29:00.203Z] #66 0.401 + dir=. [2020-02-26T15:29:00.203Z] #66 0.401 + bin=rootlesskit [2020-02-26T15:29:00.203Z] #66 0.401 + shift [2020-02-26T15:29:00.203Z] #66 0.401 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-26T15:29:00.203Z] #66 0.401 + . ./rootlesskit.installer [2020-02-26T15:29:00.203Z] #66 0.402 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:29:00.203Z] #66 0.405 + install_rootlesskit [2020-02-26T15:29:00.203Z] #66 0.405 + case "$1" in [2020-02-26T15:29:00.203Z] #66 0.405 + export CGO_ENABLED=0 [2020-02-26T15:29:00.203Z] #66 0.405 + CGO_ENABLED=0 [2020-02-26T15:29:00.203Z] #66 0.405 + _install_rootlesskit [2020-02-26T15:29:00.203Z] #66 0.405 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-26T15:29:00.203Z] #66 0.405 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:29:00.203Z] #66 0.406 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kMswuVKltX/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:29:00.203Z] #66 0.409 Cloning into '/tmp/tmp.kMswuVKltX/src/github.com/rootless-containers/rootlesskit'... [2020-02-26T15:29:00.203Z] #66 3.372 + cd /tmp/tmp.kMswuVKltX/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:29:00.203Z] #66 3.372 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:29:00.203Z] #66 3.945 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:29:00.203Z] #66 3.946 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-26T15:29:00.203Z] #66 ... [2020-02-26T15:29:00.203Z] [2020-02-26T15:29:00.203Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:29:00.203Z] #36 0.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:29:00.203Z] #36 0.564 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:29:00.203Z] #36 0.617 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:29:00.203Z] #36 1.339 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:29:00.203Z] #36 2.645 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:29:00.203Z] #36 5.108 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:29:00.308Z] #44 64.19 CC criu/pie/parasite.o [2020-02-26T15:29:00.564Z] #36 10.87 Fetched 8028 kB in 10s (770 kB/s) [2020-02-26T15:29:00.564Z] #36 10.87 Reading package lists... [2020-02-26T15:29:00.564Z] #36 ... [2020-02-26T15:29:00.564Z] [2020-02-26T15:29:00.564Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:00.564Z] #44 0.531 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:29:00.564Z] #44 0.576 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:29:00.564Z] #44 0.595 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:29:00.564Z] #44 1.332 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:29:00.564Z] #44 2.846 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:29:00.564Z] #44 4.947 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:29:00.564Z] #44 ... [2020-02-26T15:29:00.564Z] [2020-02-26T15:29:00.564Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:00.564Z] #54 0.327 + RM_GOPATH=0 [2020-02-26T15:29:00.564Z] #54 0.327 + TMP_GOPATH= [2020-02-26T15:29:00.564Z] #54 0.327 + : /build [2020-02-26T15:29:00.564Z] #54 0.327 + '[' -z '' ']' [2020-02-26T15:29:00.564Z] #54 0.328 ++ mktemp -d [2020-02-26T15:29:00.564Z] #54 0.328 + export GOPATH=/tmp/tmp.VXKzz71FoA [2020-02-26T15:29:00.564Z] #54 0.328 + GOPATH=/tmp/tmp.VXKzz71FoA [2020-02-26T15:29:00.564Z] #54 0.329 + RM_GOPATH=1 [2020-02-26T15:29:00.564Z] #54 0.329 ++ dirname ./install.sh [2020-02-26T15:29:00.564Z] #54 0.329 + dir=. [2020-02-26T15:29:00.564Z] #54 0.329 + bin=golangci_lint [2020-02-26T15:29:00.564Z] #54 0.330 + shift [2020-02-26T15:29:00.564Z] #54 0.330 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-26T15:29:00.564Z] #54 0.330 + . ./golangci_lint.installer [2020-02-26T15:29:00.564Z] #54 0.330 ++ : v1.20.0 [2020-02-26T15:29:00.564Z] #54 0.330 + install_golangci_lint [2020-02-26T15:29:00.564Z] #54 0.330 + echo 'Installing golangci-lint version v1.20.0' [2020-02-26T15:29:00.564Z] #54 0.330 Installing golangci-lint version v1.20.0 [2020-02-26T15:29:00.564Z] #54 0.331 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:29:00.956Z] #54 ... [2020-02-26T15:29:00.956Z] [2020-02-26T15:29:00.956Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:00.956Z] #11 0.477 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:29:00.956Z] #11 0.565 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:29:00.956Z] #11 0.584 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:29:00.956Z] #11 1.173 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:29:00.956Z] #11 2.843 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:29:00.956Z] #11 4.942 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:29:00.956Z] #11 10.90 Fetched 8028 kB in 10s (768 kB/s) [2020-02-26T15:29:00.956Z] #11 10.90 Reading package lists... [2020-02-26T15:29:00.956Z] #11 ... [2020-02-26T15:29:00.956Z] [2020-02-26T15:29:00.956Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:29:00.956Z] #31 0.234 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-26T15:29:00.956Z] #31 0.236 Cloning into '.'... [2020-02-26T15:29:00.956Z] #31 ... [2020-02-26T15:29:00.956Z] [2020-02-26T15:29:00.956Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:00.956Z] #51 0.381 + RM_GOPATH=0 [2020-02-26T15:29:00.956Z] #51 0.381 + TMP_GOPATH= [2020-02-26T15:29:00.956Z] #51 0.382 + : /build [2020-02-26T15:29:00.956Z] #51 0.382 + '[' -z '' ']' [2020-02-26T15:29:00.956Z] #51 0.383 ++ mktemp -d [2020-02-26T15:29:00.956Z] #51 0.385 + export GOPATH=/tmp/tmp.dJoO72FbVa [2020-02-26T15:29:00.956Z] #51 0.385 + GOPATH=/tmp/tmp.dJoO72FbVa [2020-02-26T15:29:00.956Z] #51 0.385 + RM_GOPATH=1 [2020-02-26T15:29:00.956Z] #51 0.385 ++ dirname ./install.sh [2020-02-26T15:29:00.956Z] #51 0.387 + dir=. [2020-02-26T15:29:00.956Z] #51 0.388 + bin=gotestsum [2020-02-26T15:29:00.956Z] #51 0.388 + shift [2020-02-26T15:29:00.956Z] #51 0.388 + '[' '!' -f ./gotestsum.installer ']' [2020-02-26T15:29:00.956Z] #51 0.389 + . ./gotestsum.installer [2020-02-26T15:29:00.956Z] #51 0.389 ++ : v0.3.5 [2020-02-26T15:29:00.956Z] #51 0.389 + install_gotestsum [2020-02-26T15:29:00.956Z] #51 0.389 + echo 'Installing gotestsum version v0.3.5' [2020-02-26T15:29:00.956Z] #51 0.389 Installing gotestsum version v0.3.5 [2020-02-26T15:29:00.956Z] #51 0.390 + go get -d gotest.tools/gotestsum [2020-02-26T15:29:01.359Z] #51 ... [2020-02-26T15:29:01.359Z] [2020-02-26T15:29:01.359Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:01.359Z] #44 11.37 Fetched 8028 kB in 11s (734 kB/s) [2020-02-26T15:29:01.679Z] #44 65.58 LINK criu/pie/parasite.built-in.o [2020-02-26T15:29:01.679Z] #44 65.59 GEN criu/pie/parasite-blob.h [2020-02-26T15:29:01.679Z] #44 65.62 CC criu/pie/parasite-vdso.o [2020-02-26T15:29:01.936Z] #44 ... [2020-02-26T15:29:01.936Z] [2020-02-26T15:29:01.936Z] #16 [dev 6/25] RUN ldconfig [2020-02-26T15:29:01.936Z] #16 DONE 2.3s [2020-02-26T15:29:02.193Z] [2020-02-26T15:29:02.193Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:29:04.716Z] #17 2.436 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:29:04.716Z] #17 2.523 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:29:04.716Z] #17 2.620 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:29:04.742Z] #44 11.37 Reading package lists... [2020-02-26T15:29:04.973Z] #17 3.096 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-02-26T15:29:06.345Z] #17 4.369 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [181 kB] [2020-02-26T15:29:06.618Z] #44 15.14 Reading package lists... [2020-02-26T15:29:06.618Z] #44 ... [2020-02-26T15:29:06.618Z] [2020-02-26T15:29:06.618Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:06.618Z] #54 13.07 + cd /tmp/tmp.VXKzz71FoA/src/github.com/golangci/golangci-lint/ [2020-02-26T15:29:06.618Z] #54 13.08 + git checkout -q v1.20.0 [2020-02-26T15:29:06.618Z] #54 13.84 ++ git describe --tags [2020-02-26T15:29:06.618Z] #54 13.84 + version=v1.20.0 [2020-02-26T15:29:06.618Z] #54 13.84 ++ git rev-parse --short HEAD [2020-02-26T15:29:06.618Z] #54 13.84 + commit=cc98739 [2020-02-26T15:29:06.618Z] #54 13.84 ++ git show -s --format=%cd [2020-02-26T15:29:06.618Z] #54 13.85 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-26T15:29:06.618Z] #54 13.85 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:29:07.715Z] #17 5.933 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-02-26T15:29:09.084Z] #17 ... [2020-02-26T15:29:09.084Z] [2020-02-26T15:29:09.084Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:09.084Z] #44 66.63 CC criu/arch/x86/vdso-pie.o [2020-02-26T15:29:09.084Z] #44 67.02 CC criu/arch/x86/restorer.o [2020-02-26T15:29:09.084Z] #44 67.55 CC criu/arch/x86/restorer_unmap.o [2020-02-26T15:29:09.084Z] #44 67.61 CC criu/arch/x86/sigaction_compat_pie.o [2020-02-26T15:29:09.084Z] #44 67.88 CC criu/pie/restorer.o [2020-02-26T15:29:09.084Z] #44 71.31 LINK criu/pie/restorer.built-in.o [2020-02-26T15:29:09.084Z] #44 71.35 GEN criu/pie/restorer-blob.h [2020-02-26T15:29:09.084Z] #44 71.47 DEP criu/vdso.d [2020-02-26T15:29:09.084Z] #44 71.74 DEP criu/vdso-compat.d [2020-02-26T15:29:09.084Z] #44 71.87 DEP criu/uts_ns.d [2020-02-26T15:29:09.084Z] #44 72.00 DEP criu/util.d [2020-02-26T15:29:09.084Z] #44 72.19 DEP criu/uffd.d [2020-02-26T15:29:09.085Z] #44 72.38 DEP criu/tun.d [2020-02-26T15:29:09.085Z] #44 72.57 DEP criu/tty.d [2020-02-26T15:29:09.085Z] #44 72.77 DEP criu/timerfd.d [2020-02-26T15:29:09.085Z] #44 72.91 DEP criu/sysfs_parse.d [2020-02-26T15:29:09.163Z] #54 ... [2020-02-26T15:29:09.163Z] [2020-02-26T15:29:09.163Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:09.163Z] #44 15.14 Reading package lists... [2020-02-26T15:29:09.163Z] #44 18.24 Building dependency tree... [2020-02-26T15:29:09.163Z] #44 19.57 The following additional packages will be installed: [2020-02-26T15:29:09.163Z] #44 19.57 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-26T15:29:09.163Z] #44 19.57 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-26T15:29:09.163Z] #44 19.57 Suggested packages: [2020-02-26T15:29:09.163Z] #44 19.57 manpages-dev python-setuptools [2020-02-26T15:29:09.342Z] #44 73.09 DEP criu/sysctl.d [2020-02-26T15:29:09.342Z] #44 73.27 DEP criu/string.d [2020-02-26T15:29:09.600Z] #44 73.34 DEP criu/stats.d [2020-02-26T15:29:09.600Z] #44 73.51 DEP criu/sockets.d [2020-02-26T15:29:09.858Z] #44 73.71 DEP criu/sk-unix.d [2020-02-26T15:29:09.970Z] #44 20.52 The following NEW packages will be installed: [2020-02-26T15:29:10.116Z] #44 73.99 DEP criu/sk-tcp.d [2020-02-26T15:29:10.336Z] #44 20.52 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-26T15:29:10.336Z] #44 20.52 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-26T15:29:10.336Z] #44 20.52 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-26T15:29:10.336Z] #44 20.53 python-six zlib1g-dev [2020-02-26T15:29:10.336Z] #44 20.63 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:29:10.336Z] #44 20.63 Need to get 3742 kB of archives. [2020-02-26T15:29:10.337Z] #44 20.63 After this operation, 22.0 MB of additional disk space will be used. [2020-02-26T15:29:10.337Z] #44 20.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-02-26T15:29:10.337Z] #44 20.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-26T15:29:10.337Z] #44 20.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-02-26T15:29:10.337Z] #44 20.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-26T15:29:10.337Z] #44 20.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-02-26T15:29:10.337Z] #44 20.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-26T15:29:10.337Z] #44 20.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-02-26T15:29:10.337Z] #44 20.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-02-26T15:29:10.337Z] #44 20.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-02-26T15:29:10.337Z] #44 20.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-02-26T15:29:10.337Z] #44 20.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-02-26T15:29:10.337Z] #44 20.82 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-02-26T15:29:10.374Z] #44 74.18 DEP criu/sk-queue.d [2020-02-26T15:29:10.632Z] #44 74.35 DEP criu/sk-packet.d [2020-02-26T15:29:10.632Z] #44 74.53 DEP criu/sk-netlink.d [2020-02-26T15:29:10.719Z] #44 20.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-02-26T15:29:10.719Z] #44 20.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-02-26T15:29:10.719Z] #44 20.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-26T15:29:10.719Z] #44 20.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-02-26T15:29:10.719Z] #44 20.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-02-26T15:29:10.719Z] #44 ... [2020-02-26T15:29:10.719Z] [2020-02-26T15:29:10.719Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:29:10.719Z] #60 10.90 Fetched 8028 kB in 11s (756 kB/s) [2020-02-26T15:29:10.719Z] #60 10.90 Reading package lists... [2020-02-26T15:29:10.719Z] #60 14.79 Reading package lists... [2020-02-26T15:29:10.719Z] #60 18.66 Building dependency tree... [2020-02-26T15:29:10.719Z] #60 20.00 The following additional packages will be installed: [2020-02-26T15:29:10.719Z] #60 20.00 libbtrfs0 [2020-02-26T15:29:10.719Z] #60 20.05 The following NEW packages will be installed: [2020-02-26T15:29:10.719Z] #60 20.09 libbtrfs-dev libbtrfs0 [2020-02-26T15:29:10.719Z] #60 20.17 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:29:10.719Z] #60 20.17 Need to get 118 kB of archives. [2020-02-26T15:29:10.719Z] #60 20.17 After this operation, 390 kB of additional disk space will be used. [2020-02-26T15:29:10.719Z] #60 20.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-26T15:29:10.719Z] #60 20.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-26T15:29:10.719Z] #60 21.06 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:10.719Z] #60 ... [2020-02-26T15:29:10.719Z] [2020-02-26T15:29:10.719Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:29:10.719Z] #26 11.73 Fetched 8028 kB in 11s (712 kB/s) [2020-02-26T15:29:10.719Z] #26 11.73 Reading package lists... [2020-02-26T15:29:10.719Z] #26 15.20 Reading package lists... [2020-02-26T15:29:10.719Z] #26 18.25 Building dependency tree... [2020-02-26T15:29:10.719Z] #26 19.62 ca-certificates is already the newest version (20190110). [2020-02-26T15:29:10.719Z] #26 19.62 The following additional packages will be installed: [2020-02-26T15:29:10.719Z] #26 19.62 libjq1 libonig5 [2020-02-26T15:29:10.719Z] #26 19.92 The following NEW packages will be installed: [2020-02-26T15:29:10.719Z] #26 19.92 jq libjq1 libonig5 [2020-02-26T15:29:10.719Z] #26 20.05 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:29:10.719Z] #26 20.05 Need to get 350 kB of archives. [2020-02-26T15:29:10.719Z] #26 20.05 After this operation, 1154 kB of additional disk space will be used. [2020-02-26T15:29:10.719Z] #26 20.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-26T15:29:10.719Z] #26 20.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-26T15:29:10.719Z] #26 20.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-26T15:29:10.719Z] #26 20.66 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:10.719Z] #26 20.75 Fetched 350 kB in 0s (2990 kB/s) [2020-02-26T15:29:10.719Z] #26 20.80 Selecting previously unselected package libonig5:s390x. [2020-02-26T15:29:10.719Z] #26 20.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-26T15:29:10.719Z] #26 20.85 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-02-26T15:29:10.719Z] #26 20.88 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-26T15:29:10.719Z] #26 21.08 Selecting previously unselected package libjq1:s390x. [2020-02-26T15:29:10.719Z] #26 21.08 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-26T15:29:10.719Z] #26 21.08 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-26T15:29:10.719Z] #26 21.22 Selecting previously unselected package jq. [2020-02-26T15:29:10.719Z] #26 21.25 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-26T15:29:10.719Z] #26 21.25 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:29:10.719Z] #26 ... [2020-02-26T15:29:10.719Z] [2020-02-26T15:29:10.719Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:29:10.719Z] #60 21.17 Fetched 118 kB in 0s (1554 kB/s) [2020-02-26T15:29:10.890Z] #44 74.72 DEP criu/sk-inet.d [2020-02-26T15:29:11.106Z] #60 21.26 Selecting previously unselected package libbtrfs0. [2020-02-26T15:29:11.106Z] #60 21.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-26T15:29:11.106Z] #60 21.38 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-26T15:29:11.106Z] #60 21.38 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:29:11.106Z] #60 21.45 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:29:11.106Z] #60 21.46 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-26T15:29:11.106Z] #60 21.47 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:29:11.106Z] #60 21.60 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:29:11.148Z] #44 74.91 DEP criu/signalfd.d [2020-02-26T15:29:11.148Z] #44 75.04 DEP criu/sigframe.d [2020-02-26T15:29:11.148Z] #44 75.15 DEP criu/shmem.d [2020-02-26T15:29:11.405Z] #44 75.41 DEP criu/servicefd.d [2020-02-26T15:29:11.486Z] #60 ... [2020-02-26T15:29:11.486Z] [2020-02-26T15:29:11.486Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:29:11.486Z] #26 21.40 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-26T15:29:11.486Z] #26 21.40 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-26T15:29:11.486Z] #26 21.41 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:29:11.486Z] #26 21.42 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:29:11.486Z] #26 DONE 21.6s [2020-02-26T15:29:11.486Z] [2020-02-26T15:29:11.486Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:29:11.486Z] #60 21.61 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:29:11.486Z] #60 21.62 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:29:11.486Z] #60 ... [2020-02-26T15:29:11.486Z] [2020-02-26T15:29:11.486Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:29:11.486Z] #27 DONE 0.1s [2020-02-26T15:29:11.486Z] [2020-02-26T15:29:11.486Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:11.486Z] #48 11.58 unicode/utf16 [2020-02-26T15:29:11.486Z] #48 11.80 container/list [2020-02-26T15:29:11.486Z] #48 12.81 crypto/internal/subtle [2020-02-26T15:29:11.486Z] #48 12.89 crypto/subtle [2020-02-26T15:29:11.486Z] #48 13.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-26T15:29:11.486Z] #48 13.07 internal/nettrace [2020-02-26T15:29:11.486Z] #48 13.14 runtime/cgo [2020-02-26T15:29:11.486Z] #48 ... [2020-02-26T15:29:11.486Z] [2020-02-26T15:29:11.486Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:29:11.486Z] #72 11.74 + cd /tmp/tmp.FSOgM6aR4h/src/github.com/docker/libnetwork [2020-02-26T15:29:11.486Z] #72 11.74 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:29:11.486Z] #72 12.27 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-26T15:29:11.862Z] #72 ... [2020-02-26T15:29:11.862Z] [2020-02-26T15:29:11.862Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:29:11.862Z] #60 DONE 22.0s [2020-02-26T15:29:11.862Z] [2020-02-26T15:29:11.862Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:11.862Z] #44 21.75 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:11.862Z] #44 21.94 Fetched 3742 kB in 0s (10.2 MB/s) [2020-02-26T15:29:11.862Z] #44 21.96 Selecting previously unselected package libcap-dev:s390x. [2020-02-26T15:29:11.862Z] #44 21.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-26T15:29:11.862Z] #44 21.98 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-02-26T15:29:11.862Z] #44 21.98 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-02-26T15:29:11.862Z] #44 22.03 Selecting previously unselected package libnet1:s390x. [2020-02-26T15:29:11.862Z] #44 22.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-26T15:29:11.862Z] #44 22.05 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:11.862Z] #44 22.13 Selecting previously unselected package libnet1-dev. [2020-02-26T15:29:11.862Z] #44 22.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-26T15:29:11.862Z] #44 22.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:11.862Z] #44 ... [2020-02-26T15:29:11.863Z] [2020-02-26T15:29:11.863Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:29:11.863Z] #61 DONE 0.1s [2020-02-26T15:29:11.863Z] [2020-02-26T15:29:11.863Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-26T15:29:11.863Z] #62 DONE 0.1s [2020-02-26T15:29:11.863Z] [2020-02-26T15:29:11.863Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:11.863Z] #44 22.25 Selecting previously unselected package libnl-3-200:s390x. [2020-02-26T15:29:11.863Z] #44 22.26 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-26T15:29:11.863Z] #44 22.27 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-26T15:29:11.863Z] #44 22.34 Selecting previously unselected package libnl-3-dev:s390x. [2020-02-26T15:29:11.863Z] #44 22.34 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-02-26T15:29:11.863Z] #44 22.34 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-02-26T15:29:11.863Z] #44 ... [2020-02-26T15:29:11.863Z] [2020-02-26T15:29:11.863Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:29:11.863Z] #42 12.20 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-26T15:29:11.971Z] #44 75.59 DEP criu/seize.d [2020-02-26T15:29:11.971Z] #44 75.79 DEP criu/seccomp.d [2020-02-26T15:29:11.971Z] #44 75.98 DEP criu/rst-malloc.d [2020-02-26T15:29:12.229Z] #44 76.05 DEP criu/rbtree.d [2020-02-26T15:29:12.229Z] #44 76.11 DEP criu/pstree.d [2020-02-26T15:29:12.234Z] #42 ... [2020-02-26T15:29:12.234Z] [2020-02-26T15:29:12.234Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:12.234Z] #63 0.245 + RM_GOPATH=0 [2020-02-26T15:29:12.234Z] #63 0.246 + TMP_GOPATH= [2020-02-26T15:29:12.234Z] #63 0.246 + : /build [2020-02-26T15:29:12.234Z] #63 0.246 + '[' -z '' ']' [2020-02-26T15:29:12.234Z] #63 0.246 ++ mktemp -d [2020-02-26T15:29:12.234Z] #63 0.247 + export GOPATH=/tmp/tmp.zKnveID3Ql [2020-02-26T15:29:12.234Z] #63 0.247 + GOPATH=/tmp/tmp.zKnveID3Ql [2020-02-26T15:29:12.234Z] #63 0.254 + RM_GOPATH=1 [2020-02-26T15:29:12.234Z] #63 0.254 ++ dirname ./install.sh [2020-02-26T15:29:12.234Z] #63 0.254 + dir=. [2020-02-26T15:29:12.234Z] #63 0.254 + bin=containerd [2020-02-26T15:29:12.234Z] #63 0.254 + shift [2020-02-26T15:29:12.234Z] #63 0.254 + '[' '!' -f ./containerd.installer ']' [2020-02-26T15:29:12.234Z] #63 0.254 + . ./containerd.installer [2020-02-26T15:29:12.234Z] #63 0.254 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:29:12.234Z] #63 0.254 + install_containerd [2020-02-26T15:29:12.234Z] #63 0.254 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-26T15:29:12.234Z] #63 0.254 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zKnveID3Ql/src/github.com/containerd/containerd [2020-02-26T15:29:12.234Z] #63 0.254 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:29:12.234Z] #63 0.263 Cloning into '/tmp/tmp.zKnveID3Ql/src/github.com/containerd/containerd'... [2020-02-26T15:29:12.486Z] #44 76.33 DEP criu/protobuf.d [2020-02-26T15:29:12.486Z] #44 76.52 GEN criu/protobuf-desc-gen.h [2020-02-26T15:29:13.419Z] #44 ... [2020-02-26T15:29:13.419Z] [2020-02-26T15:29:13.419Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:29:13.419Z] #17 11.39 Fetched 8331 kB in 9s (898 kB/s) [2020-02-26T15:29:13.669Z] #63 ... [2020-02-26T15:29:13.669Z] [2020-02-26T15:29:13.669Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:13.669Z] #11 10.90 Reading package lists... [2020-02-26T15:29:13.669Z] #11 14.30 Reading package lists... [2020-02-26T15:29:13.669Z] #11 17.83 Building dependency tree... [2020-02-26T15:29:13.669Z] #11 19.28 The following additional packages will be installed: [2020-02-26T15:29:13.669Z] #11 19.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-26T15:29:13.669Z] #11 19.28 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-26T15:29:13.669Z] #11 19.28 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-26T15:29:13.669Z] #11 19.28 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-26T15:29:13.669Z] #11 19.28 Suggested packages: [2020-02-26T15:29:13.669Z] #11 19.28 gcc-8-locales seccomp wine64 [2020-02-26T15:29:13.669Z] #11 20.29 The following NEW packages will be installed: [2020-02-26T15:29:13.669Z] #11 20.29 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-26T15:29:13.669Z] #11 20.29 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-26T15:29:13.669Z] #11 20.29 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-26T15:29:13.669Z] #11 20.29 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-26T15:29:13.669Z] #11 20.29 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-26T15:29:13.669Z] #11 20.30 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-26T15:29:13.669Z] #11 20.41 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:29:13.669Z] #11 20.41 Need to get 73.3 MB of archives. [2020-02-26T15:29:13.669Z] #11 20.41 After this operation, 494 MB of additional disk space will be used. [2020-02-26T15:29:13.669Z] #11 20.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-02-26T15:29:13.669Z] #11 20.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-02-26T15:29:13.669Z] #11 20.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-26T15:29:13.669Z] #11 20.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-02-26T15:29:13.669Z] #11 20.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-02-26T15:29:13.669Z] #11 20.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-26T15:29:13.669Z] #11 21.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-26T15:29:13.669Z] #11 21.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-26T15:29:13.669Z] #11 21.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-02-26T15:29:13.669Z] #11 23.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-02-26T15:29:13.677Z] #17 11.39 Reading package lists... [2020-02-26T15:29:13.677Z] #17 ... [2020-02-26T15:29:13.677Z] [2020-02-26T15:29:13.677Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:13.677Z] #47 135.2 github.com/LK4D4/vndr/godl [2020-02-26T15:29:13.677Z] #47 135.9 github.com/LK4D4/vndr [2020-02-26T15:29:14.090Z] #11 ... [2020-02-26T15:29:14.090Z] [2020-02-26T15:29:14.090Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:14.090Z] #28 1.241 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-26T15:29:14.090Z] #28 1.635 [2020-02-26T15:29:14.496Z] #28 1.865 ### 4.2% #### 6.3% ######### 12.6% ############ 16.8% ############### 20.9% ################### 27.2% ##################### 29.3% ######################## 33.4% ################# [2020-02-26T15:29:14.496Z] #28 ... [2020-02-26T15:29:14.496Z] [2020-02-26T15:29:14.496Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:29:14.496Z] #36 10.87 Reading package lists... [2020-02-26T15:29:14.496Z] #36 14.89 Reading package lists... [2020-02-26T15:29:14.496Z] #36 18.63 Building dependency tree... [2020-02-26T15:29:14.496Z] #36 19.99 The following additional packages will be installed: [2020-02-26T15:29:14.496Z] #36 20.02 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-26T15:29:14.496Z] #36 20.02 Suggested packages: [2020-02-26T15:29:14.496Z] #36 20.02 cmake-doc ninja-build lrzip [2020-02-26T15:29:14.496Z] #36 20.02 Recommended packages: [2020-02-26T15:29:14.496Z] #36 20.02 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-26T15:29:14.496Z] #36 20.67 The following NEW packages will be installed: [2020-02-26T15:29:14.496Z] #36 20.68 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-26T15:29:14.496Z] #36 20.68 vim-common xxd [2020-02-26T15:29:14.496Z] #36 20.74 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:29:14.496Z] #36 20.74 Need to get 13.9 MB of archives. [2020-02-26T15:29:14.496Z] #36 20.74 After this operation, 62.1 MB of additional disk space will be used. [2020-02-26T15:29:14.496Z] #36 20.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-26T15:29:14.496Z] #36 20.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:29:14.496Z] #36 20.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-02-26T15:29:14.496Z] #36 20.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-26T15:29:14.496Z] #36 21.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-02-26T15:29:14.496Z] #36 21.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-02-26T15:29:14.496Z] #36 21.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-02-26T15:29:14.496Z] #36 21.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-02-26T15:29:14.496Z] #36 21.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-02-26T15:29:14.496Z] #36 21.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-02-26T15:29:14.496Z] #36 22.41 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:14.496Z] #36 22.49 Fetched 13.9 MB in 1s (12.8 MB/s) [2020-02-26T15:29:14.496Z] #36 22.53 Selecting previously unselected package xxd. [2020-02-26T15:29:14.496Z] #36 22.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-26T15:29:14.496Z] #36 22.55 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-26T15:29:14.496Z] #36 22.55 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:29:14.496Z] #36 22.66 Selecting previously unselected package vim-common. [2020-02-26T15:29:14.496Z] #36 22.66 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:29:14.496Z] #36 22.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:29:14.496Z] #36 22.94 Selecting previously unselected package cmake-data. [2020-02-26T15:29:14.496Z] #36 22.95 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-26T15:29:14.496Z] #36 22.95 Unpacking cmake-data (3.13.4-1) ... [2020-02-26T15:29:14.496Z] #36 ... [2020-02-26T15:29:14.496Z] [2020-02-26T15:29:14.496Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:14.610Z] #47 ... [2020-02-26T15:29:14.610Z] [2020-02-26T15:29:14.610Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:14.610Z] #44 78.23 DEP criu/protobuf-desc.d [2020-02-26T15:29:14.610Z] #44 ... [2020-02-26T15:29:14.610Z] [2020-02-26T15:29:14.610Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:14.610Z] #47 DONE 146.0s [2020-02-26T15:29:14.610Z] [2020-02-26T15:29:14.610Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:14.610Z] #44 78.45 DEP criu/proc_parse.d [2020-02-26T15:29:14.868Z] #44 78.64 DEP criu/plugin.d [2020-02-26T15:29:14.868Z] #44 78.74 DEP criu/pipes.d [2020-02-26T15:29:14.868Z] #44 78.87 DEP criu/pie-util.d [2020-02-26T15:29:15.126Z] #44 78.96 DEP criu/pie-util-vdso.d [2020-02-26T15:29:15.274Z] #28 1.865 ### 4.2% #### 6.3% ######### 12.6% ############ 16.8% ############### 20.9% ################### 27.2% ##################### 29.3% ######################## 33.4% ########################### 37.6% ################################# 46.0% ######################################### 57.6% ################################################## 69.5% ##################################################### 73.7% ######################################################### 80.0% ############################################################### 88.3% [2020-02-26T15:29:15.274Z] #28 ... [2020-02-26T15:29:15.274Z] [2020-02-26T15:29:15.274Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:29:15.274Z] #72 DONE 25.5s [2020-02-26T15:29:15.274Z] [2020-02-26T15:29:15.274Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:15.384Z] #44 79.10 DEP criu/pie-util-vdso-elf32.d [2020-02-26T15:29:15.384Z] #44 79.25 DEP criu/path.d [2020-02-26T15:29:15.636Z] #28 1.865 ### 4.2% #### 6.3% ######### 12.6% ############ 16.8% ############### 20.9% ################### 27.2% ##################### 29.3% ######################## 33.4% ########################### 37.6% ################################# 46.0% ######################################### 57.6% ################################################## 69.5% ##################################################### 73.7% ######################################################### 80.0% ############################################################### 88.3% ##################################################################### 96.7% ######################################################################## 100.0% [2020-02-26T15:29:15.641Z] #44 79.49 DEP criu/parasite-syscall.d [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/server/middleware 0.034s coverage: 37.7% of statements [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/types/filters 0.023s coverage: 92.2% of statements [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/server/router/swarm 0.031s coverage: 4.5% of statements [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/api/types/versions 0.012s coverage: 75.0% of statements [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-26T15:29:15.700Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2020-02-26T15:29:15.700Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2020-02-26T15:29:15.701Z] ok github.com/docker/docker/builder/remotecontext 0.268s coverage: 13.6% of statements [2020-02-26T15:29:15.701Z] ok github.com/docker/docker/builder/remotecontext/git 3.505s coverage: 86.3% of statements [2020-02-26T15:29:15.899Z] #44 79.68 DEP criu/pagemap.d [2020-02-26T15:29:15.899Z] #44 79.89 DEP criu/pagemap-cache.d [2020-02-26T15:29:15.959Z] ok github.com/docker/docker/builder/dockerfile 1.201s coverage: 48.2% of statements [2020-02-26T15:29:15.960Z] ? github.com/docker/docker/cli [no test files] [2020-02-26T15:29:15.960Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-26T15:29:16.016Z] #28 4.375 #=#=# [2020-02-26T15:29:16.156Z] #44 80.01 DEP criu/page-xfer.d [2020-02-26T15:29:16.414Z] #44 80.19 DEP criu/page-pipe.d [2020-02-26T15:29:16.414Z] #44 80.28 DEP criu/netfilter.d [2020-02-26T15:29:16.414Z] #44 80.41 DEP criu/net.d [2020-02-26T15:29:16.672Z] #44 80.60 DEP criu/namespaces.d [2020-02-26T15:29:16.929Z] #44 80.71 DEP criu/mount.d [2020-02-26T15:29:16.929Z] #44 80.93 DEP criu/mem.d [2020-02-26T15:29:17.251Z] #28 4.675 #=#=# # 1.8% ############# 18.8% ##################### 30.1% ######################### 35.8% ########################################## 58.5% ############################################## 64.1% ############################################################## 86.8% ######################################################################## 100.0% [2020-02-26T15:29:17.251Z] #28 5.860 [2020-02-26T15:29:17.495Z] #44 81.11 DEP criu/lsm.d [2020-02-26T15:29:17.495Z] #44 81.31 DEP criu/log.d [2020-02-26T15:29:17.495Z] #44 81.44 DEP criu/libnetlink.d [2020-02-26T15:29:17.495Z] #44 81.53 DEP criu/kerndat.d [2020-02-26T15:29:17.753Z] #44 81.66 DEP criu/kcmp-ids.d [2020-02-26T15:29:18.011Z] #44 81.75 DEP criu/irmap.d [2020-02-26T15:29:18.011Z] #44 81.93 DEP criu/ipc_ns.d [2020-02-26T15:29:18.269Z] #44 82.06 DEP criu/image.d [2020-02-26T15:29:18.528Z] #44 82.26 DEP criu/image-desc.d [2020-02-26T15:29:18.528Z] #44 82.34 DEP criu/fsnotify.d [2020-02-26T15:29:18.528Z] #44 82.48 DEP criu/filesystems.d [2020-02-26T15:29:18.769Z] #28 5.995 ###### 8.9% ########### 16.4% ################### 26.4% ########################## 36.6% ################################# 46.8% ######################################## 55.6% ############################################# 63.2% ################################################### 70.9% ######################################################## 78.5% ############################################################### 88.0% ###################################################################### 98.6% ######################################################################## 100.0% [2020-02-26T15:29:18.769Z] #28 7.421 [2020-02-26T15:29:18.785Z] #44 82.68 DEP criu/files.d [2020-02-26T15:29:19.043Z] #44 82.81 DEP criu/files-reg.d [2020-02-26T15:29:19.043Z] #44 83.04 DEP criu/files-ext.d [2020-02-26T15:29:19.301Z] #44 83.23 DEP criu/file-lock.d [2020-02-26T15:29:19.559Z] #44 83.35 DEP criu/file-ids.d [2020-02-26T15:29:19.559Z] #44 83.45 DEP criu/fifo.d [2020-02-26T15:29:19.559Z] #44 83.57 DEP criu/fdstore.d [2020-02-26T15:29:19.816Z] #44 83.67 DEP criu/fault-injection.d [2020-02-26T15:29:19.817Z] #44 83.71 DEP criu/external.d [2020-02-26T15:29:19.817Z] #44 83.79 DEP criu/eventpoll.d [2020-02-26T15:29:20.074Z] #44 83.92 DEP criu/eventfd.d [2020-02-26T15:29:20.157Z] ok github.com/docker/docker/client 0.284s coverage: 75.8% of statements [2020-02-26T15:29:20.332Z] #44 84.10 DEP criu/crtools.d [2020-02-26T15:29:20.332Z] #44 84.25 DEP criu/cr-service.d [2020-02-26T15:29:20.590Z] #44 84.47 DEP criu/cr-restore.d [2020-02-26T15:29:20.848Z] #44 84.68 DEP criu/cr-errno.d [2020-02-26T15:29:20.848Z] #44 84.69 DEP criu/cr-dump.d [2020-02-26T15:29:21.043Z] INFO: Extraction ended at 02/26/2020 15:29:18. Duration:00:00:23.2334882 [2020-02-26T15:29:21.043Z] INFO: Updating the golang and path environment variables [2020-02-26T15:29:21.043Z] INFO: GOPATH=d:\gopath [2020-02-26T15:29:21.043Z] INFO: go version go1.13.8 windows/amd64 [2020-02-26T15:29:21.043Z] INFO: Running the daemon under test in debug mode [2020-02-26T15:29:21.043Z] INFO: Starting a daemon under test... [2020-02-26T15:29:21.043Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40583\2\daemon --pidfile d:\CI\PR-40583\2\docker.pid -D [2020-02-26T15:29:21.043Z] INFO: Process started successfully. [2020-02-26T15:29:21.043Z] INFO: Start tailing logs of the daemon under tests [2020-02-26T15:29:21.043Z] INFO: Waiting for the daemon under test to start... [2020-02-26T15:29:21.105Z] #44 84.87 DEP criu/cr-dedup.d [2020-02-26T15:29:21.363Z] #44 85.06 DEP criu/cr-check.d [2020-02-26T15:29:21.363Z] #44 85.31 DEP criu/config.d [2020-02-26T15:29:21.620Z] #44 85.49 DEP criu/clone-noasan.d [2020-02-26T15:29:21.620Z] #44 85.53 DEP criu/cgroup.d [2020-02-26T15:29:21.878Z] #44 85.77 DEP criu/cgroup-props.d [2020-02-26T15:29:21.878Z] #44 85.87 DEP criu/bitmap.d [2020-02-26T15:29:22.136Z] #44 85.88 DEP criu/bfd.d [2020-02-26T15:29:22.136Z] #44 86.02 DEP criu/autofs.d [2020-02-26T15:29:22.136Z] #44 86.15 DEP criu/aio.d [2020-02-26T15:29:22.236Z] #28 7.555 # 2.1% ### 4.9% ##### 7.7% ######## 11.5% ########## 14.3% ############ 17.2% ############## 20.0% ################ 22.8% ################## 25.7% #################### 28.5% ###################### 31.4% ######################## 34.2% ########################## 37.0% ############################ 39.9% ############################## 42.7% ################################# 46.5% ################################### 49.3% ##################################### 52.2% ####################################### 55.0% ######################################### 57.8% ########################################## 59.7% ############################################# 62.5% ############################################### 65.4% ################################################# 68.2% ################################################### 71.1% ##################################################### 73.9% ####################################################### 76.7% [2020-02-26T15:29:22.236Z] #28 ... [2020-02-26T15:29:22.236Z] [2020-02-26T15:29:22.236Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:22.236Z] #44 22.57 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-26T15:29:22.236Z] #44 22.58 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 22.59 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 22.64 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-02-26T15:29:22.236Z] #44 22.65 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 22.66 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 22.74 Selecting previously unselected package zlib1g-dev:s390x. [2020-02-26T15:29:22.236Z] #44 22.74 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 22.74 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-26T15:29:22.236Z] #44 22.94 Selecting previously unselected package libprotobuf17:s390x. [2020-02-26T15:29:22.236Z] #44 22.96 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 22.96 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 23.56 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-02-26T15:29:22.236Z] #44 23.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 23.56 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 23.69 Selecting previously unselected package libprotobuf-dev:s390x. [2020-02-26T15:29:22.236Z] #44 23.69 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 23.69 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 25.27 Selecting previously unselected package libprotoc17:s390x. [2020-02-26T15:29:22.236Z] #44 25.32 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 25.34 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 26.29 Selecting previously unselected package protobuf-c-compiler. [2020-02-26T15:29:22.236Z] #44 26.31 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 26.32 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 26.42 Selecting previously unselected package protobuf-compiler. [2020-02-26T15:29:22.236Z] #44 26.42 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 26.44 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 26.48 Selecting previously unselected package python-pkg-resources. [2020-02-26T15:29:22.236Z] #44 26.48 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:29:22.236Z] #44 26.48 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-26T15:29:22.236Z] #44 26.56 Selecting previously unselected package python-six. [2020-02-26T15:29:22.236Z] #44 26.56 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-26T15:29:22.236Z] #44 26.57 Unpacking python-six (1.12.0-1) ... [2020-02-26T15:29:22.236Z] #44 26.61 Selecting previously unselected package python-protobuf. [2020-02-26T15:29:22.236Z] #44 26.62 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-02-26T15:29:22.236Z] #44 26.62 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 27.10 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-26T15:29:22.236Z] #44 29.39 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 29.40 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:22.236Z] #44 29.41 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 29.42 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 29.42 Setting up python-six (1.12.0-1) ... [2020-02-26T15:29:22.236Z] #44 30.95 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-02-26T15:29:22.236Z] #44 30.95 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-26T15:29:22.236Z] #44 30.97 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 30.98 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-02-26T15:29:22.236Z] #44 30.99 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 31.00 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 31.01 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:22.236Z] #44 31.02 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 31.03 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:29:22.236Z] #44 31.03 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-26T15:29:22.236Z] #44 ... [2020-02-26T15:29:22.236Z] [2020-02-26T15:29:22.236Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:22.576Z] INFO: Daemon under test started and replied! [2020-02-26T15:29:22.576Z] INFO: Docker version of the daemon under test [2020-02-26T15:29:22.576Z] [2020-02-26T15:29:22.576Z] Client: [2020-02-26T15:29:22.576Z] Version: 17.06.2-ce [2020-02-26T15:29:22.576Z] API version: 1.30 [2020-02-26T15:29:22.576Z] Go version: go1.8.3 [2020-02-26T15:29:22.576Z] Git commit: cec0b72 [2020-02-26T15:29:22.576Z] Built: Tue Sep 5 19:57:19 2017 [2020-02-26T15:29:22.576Z] OS/Arch: windows/amd64 [2020-02-26T15:29:22.576Z] [2020-02-26T15:29:22.576Z] Server: [2020-02-26T15:29:22.576Z] Version: 0.0.0-dev [2020-02-26T15:29:22.576Z] API version: 1.41 (minimum version 1.24) [2020-02-26T15:29:22.576Z] Go version: go1.13.8 [2020-02-26T15:29:22.576Z] Git commit: f508db4833 [2020-02-26T15:29:22.576Z] Built: 02/26/2020 15:27:39 [2020-02-26T15:29:22.576Z] OS/Arch: windows/amd64 [2020-02-26T15:29:22.576Z] Experimental: false [2020-02-26T15:29:22.576Z] [2020-02-26T15:29:22.576Z] INFO: Docker info of the daemon under test [2020-02-26T15:29:22.576Z] [2020-02-26T15:29:22.576Z] Containers: 0 [2020-02-26T15:29:22.576Z] Running: 0 [2020-02-26T15:29:22.576Z] Paused: 0 [2020-02-26T15:29:22.576Z] Stopped: 0 [2020-02-26T15:29:22.576Z] Images: 0 [2020-02-26T15:29:22.576Z] Server Version: 0.0.0-dev [2020-02-26T15:29:22.576Z] Storage Driver: windowsfilter [2020-02-26T15:29:22.576Z] Windows: [2020-02-26T15:29:22.576Z] Logging Driver: json-file [2020-02-26T15:29:22.576Z] Plugins: [2020-02-26T15:29:22.576Z] Volume: local [2020-02-26T15:29:22.576Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-26T15:29:22.576Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-26T15:29:22.576Z] Swarm: inactive [2020-02-26T15:29:22.576Z] Default Isolation: process [2020-02-26T15:29:22.576Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-26T15:29:22.577Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-02-26T15:29:22.577Z] OSType: windows [2020-02-26T15:29:22.577Z] Architecture: x86_64 [2020-02-26T15:29:22.577Z] CPUs: 4 [2020-02-26T15:29:22.577Z] Total Memory: 32GiB [2020-02-26T15:29:22.577Z] Name: azwin-2-0c5680 [2020-02-26T15:29:22.577Z] ID: JG5T:ZFTZ:ENAQ:5RXH:XG2O:ZI7O:WRB7:HONV:AX5R:PY3R:KSRJ:65HD [2020-02-26T15:29:22.577Z] Docker Root Dir: D:\CI\PR-40583\2\daemon [2020-02-26T15:29:22.577Z] Debug Mode (client): false [2020-02-26T15:29:22.577Z] Debug Mode (server): true [2020-02-26T15:29:22.577Z] File Descriptors: -1 [2020-02-26T15:29:22.577Z] Goroutines: 17 [2020-02-26T15:29:22.577Z] System Time: 2020-02-26T15:29:22.2877835Z [2020-02-26T15:29:22.577Z] EventsListeners: 0 [2020-02-26T15:29:22.577Z] Registry: https://index.docker.io/v1/ [2020-02-26T15:29:22.577Z] Labels: [2020-02-26T15:29:22.577Z] Experimental: false [2020-02-26T15:29:22.577Z] Insecure Registries: [2020-02-26T15:29:22.577Z] 127.0.0.0/8 [2020-02-26T15:29:22.577Z] Live Restore Enabled: false [2020-02-26T15:29:22.577Z] [2020-02-26T15:29:22.577Z] [2020-02-26T15:29:22.577Z] INFO: Docker images of the daemon under test [2020-02-26T15:29:22.577Z] [2020-02-26T15:29:22.577Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-26T15:29:22.577Z] [2020-02-26T15:29:22.577Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-02-26T15:29:22.577Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-02-26T15:29:22.577Z] ltsc2019: Pulling from windows/servercore [2020-02-26T15:29:22.702Z] #44 ... [2020-02-26T15:29:22.702Z] [2020-02-26T15:29:22.702Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:29:22.702Z] #30 DONE 154.3s [2020-02-26T15:29:22.702Z] [2020-02-26T15:29:22.702Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:29:22.702Z] #17 11.39 Reading package lists... [2020-02-26T15:29:22.702Z] #17 15.11 Reading package lists... [2020-02-26T15:29:22.702Z] #17 18.35 Building dependency tree... [2020-02-26T15:29:22.702Z] #17 19.98 libcap2-bin is already the newest version (1:2.25-2). [2020-02-26T15:29:22.702Z] #17 19.98 The following additional packages will be installed: [2020-02-26T15:29:22.702Z] #17 19.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-26T15:29:22.702Z] #17 19.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-26T15:29:22.702Z] #17 19.99 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-26T15:29:22.702Z] #17 19.99 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-26T15:29:22.702Z] #17 19.99 python3.7 python3.7-minimal vim-runtime xxd [2020-02-26T15:29:22.702Z] #17 19.99 Suggested packages: [2020-02-26T15:29:22.702Z] #17 20.00 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-26T15:29:22.702Z] #17 20.00 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-26T15:29:22.702Z] #17 20.00 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-26T15:29:22.702Z] #17 20.00 Recommended packages: [2020-02-26T15:29:22.702Z] #17 20.00 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-26T15:29:22.702Z] #17 20.00 python3-keyrings.alt python3-xdg unzip [2020-02-26T15:29:23.036Z] 65014b3c3121: Pulling fs layer [2020-02-26T15:29:23.036Z] b5405b758079: Pulling fs layer [2020-02-26T15:29:23.402Z] #28 7.555 # 2.1% ### 4.9% ##### 7.7% ######## 11.5% ########## 14.3% ############ 17.2% ############## 20.0% ################ 22.8% ################## 25.7% #################### 28.5% ###################### 31.4% ######################## 34.2% ########################## 37.0% ############################ 39.9% ############################## 42.7% ################################# 46.5% ################################### 49.3% ##################################### 52.2% ####################################### 55.0% ######################################### 57.8% ########################################## 59.7% ############################################# 62.5% ############################################### 65.4% ################################################# 68.2% ################################################### 71.1% ##################################################### 73.9% ####################################################### 76.7% ####################################################### 77.7% ######################################################### 80.5% ############################################################ 83.3% ############################################################## 86.2% ################################################################ 89.8% ################################################################### 93.5% ##################################################################### 96.4% ####################################################################### 99.2% ######################################################################## 100.0% [2020-02-26T15:29:23.402Z] #28 11.86 [2020-02-26T15:29:24.074Z] #17 22.32 The following NEW packages will be installed: [2020-02-26T15:29:24.194Z] #28 12.71 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-26T15:29:24.194Z] #28 ... [2020-02-26T15:29:24.194Z] [2020-02-26T15:29:24.194Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:29:24.194Z] #44 34.50 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-02-26T15:29:24.194Z] #44 34.51 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:29:24.194Z] #44 DONE 34.7s [2020-02-26T15:29:24.194Z] [2020-02-26T15:29:24.194Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:24.194Z] #28 12.90 [2020-02-26T15:29:24.332Z] #17 22.32 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-26T15:29:24.332Z] #17 22.32 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-26T15:29:24.332Z] #17 22.32 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-26T15:29:24.332Z] #17 22.32 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-26T15:29:24.332Z] #17 22.32 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-26T15:29:24.332Z] #17 22.32 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-26T15:29:24.332Z] #17 22.32 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-26T15:29:24.332Z] #17 22.32 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-26T15:29:24.570Z] #28 13.03 #=#=# ######################################################################## 100.0% [2020-02-26T15:29:24.570Z] #28 13.19 [2020-02-26T15:29:24.590Z] #17 22.64 0 upgraded, 46 newly installed, 0 to remove and 12 not upgraded. [2020-02-26T15:29:24.590Z] #17 22.64 Need to get 27.0 MB of archives. [2020-02-26T15:29:24.590Z] #17 22.64 After this operation, 111 MB of additional disk space will be used. [2020-02-26T15:29:24.590Z] #17 22.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-02-26T15:29:24.590Z] #17 22.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-02-26T15:29:24.590Z] #17 22.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-02-26T15:29:24.848Z] #17 22.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-02-26T15:29:24.848Z] #17 22.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-02-26T15:29:24.848Z] #17 22.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-02-26T15:29:24.848Z] #17 22.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-02-26T15:29:24.848Z] #17 22.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-02-26T15:29:24.848Z] #17 22.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-02-26T15:29:24.848Z] #17 22.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-02-26T15:29:24.848Z] #17 22.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-02-26T15:29:24.848Z] #17 22.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-02-26T15:29:24.848Z] #17 22.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-02-26T15:29:24.848Z] #17 22.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-02-26T15:29:24.848Z] #17 22.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-02-26T15:29:24.848Z] #17 22.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-02-26T15:29:24.848Z] #17 22.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-02-26T15:29:24.848Z] #17 22.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:29:24.848Z] #17 23.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-02-26T15:29:24.848Z] #17 23.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-02-26T15:29:24.970Z] #28 ... [2020-02-26T15:29:24.970Z] [2020-02-26T15:29:24.970Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:29:24.970Z] #36 26.46 Selecting previously unselected package libicu63:s390x. [2020-02-26T15:29:24.970Z] #36 26.52 Preparing to unpack .../3-libicu63_63.1-6_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 26.52 Unpacking libicu63:s390x (63.1-6) ... [2020-02-26T15:29:24.970Z] #36 31.21 Selecting previously unselected package libxml2:s390x. [2020-02-26T15:29:24.970Z] #36 31.21 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 31.22 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:29:24.970Z] #36 31.52 Selecting previously unselected package libarchive13:s390x. [2020-02-26T15:29:24.970Z] #36 31.53 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 31.55 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-26T15:29:24.970Z] #36 31.79 Selecting previously unselected package libjsoncpp1:s390x. [2020-02-26T15:29:24.970Z] #36 31.80 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 31.80 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-02-26T15:29:24.970Z] #36 31.86 Selecting previously unselected package librhash0:s390x. [2020-02-26T15:29:24.970Z] #36 31.87 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 31.87 Unpacking librhash0:s390x (1.3.8-1) ... [2020-02-26T15:29:24.970Z] #36 31.98 Selecting previously unselected package libuv1:s390x. [2020-02-26T15:29:24.970Z] #36 31.99 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 32.01 Unpacking libuv1:s390x (1.24.1-1) ... [2020-02-26T15:29:24.970Z] #36 32.15 Selecting previously unselected package cmake. [2020-02-26T15:29:24.970Z] #36 32.16 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-02-26T15:29:24.970Z] #36 32.17 Unpacking cmake (3.13.4-1) ... [2020-02-26T15:29:24.970Z] #36 34.63 Setting up libicu63:s390x (63.1-6) ... [2020-02-26T15:29:24.970Z] #36 34.64 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:29:24.970Z] #36 34.64 Setting up libuv1:s390x (1.24.1-1) ... [2020-02-26T15:29:24.970Z] #36 34.65 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:29:24.970Z] #36 34.68 Setting up librhash0:s390x (1.3.8-1) ... [2020-02-26T15:29:24.970Z] #36 34.69 Setting up cmake-data (3.13.4-1) ... [2020-02-26T15:29:24.970Z] #36 34.70 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:29:24.970Z] #36 34.71 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-02-26T15:29:24.970Z] #36 34.74 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-02-26T15:29:24.970Z] #36 34.75 Setting up cmake (3.13.4-1) ... [2020-02-26T15:29:24.970Z] #36 34.79 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:29:24.970Z] #36 34.83 Processing triggers for mime-support (3.62) ... [2020-02-26T15:29:24.970Z] #36 DONE 35.1s [2020-02-26T15:29:24.970Z] [2020-02-26T15:29:24.970Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:29:24.970Z] #34 24.97 internal/reflectlite [2020-02-26T15:29:24.970Z] #34 24.97 sync [2020-02-26T15:29:24.970Z] #34 28.11 errors [2020-02-26T15:29:24.970Z] #34 28.11 sort [2020-02-26T15:29:24.970Z] #34 28.34 strconv [2020-02-26T15:29:24.970Z] #34 29.15 io [2020-02-26T15:29:24.970Z] #34 30.24 syscall [2020-02-26T15:29:24.970Z] #34 31.63 reflect [2020-02-26T15:29:24.970Z] #34 ... [2020-02-26T15:29:24.970Z] [2020-02-26T15:29:24.970Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:29:24.970Z] #37 DONE 0.1s [2020-02-26T15:29:24.971Z] [2020-02-26T15:29:24.971Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-26T15:29:24.971Z] #38 DONE 0.1s [2020-02-26T15:29:24.971Z] [2020-02-26T15:29:24.971Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:24.971Z] #11 25.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-02-26T15:29:24.971Z] #11 25.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-02-26T15:29:24.971Z] #11 25.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-02-26T15:29:24.971Z] #11 25.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-02-26T15:29:24.971Z] #11 25.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-02-26T15:29:24.971Z] #11 25.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u3 [109 kB] [2020-02-26T15:29:24.971Z] #11 25.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-02-26T15:29:24.971Z] #11 25.16 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-02-26T15:29:24.971Z] #11 25.19 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-02-26T15:29:24.971Z] #11 25.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-02-26T15:29:24.971Z] #11 25.24 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-02-26T15:29:24.971Z] #11 25.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-02-26T15:29:24.971Z] #11 25.29 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-02-26T15:29:24.971Z] #11 25.29 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-02-26T15:29:24.971Z] #11 25.29 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u3 [321 kB] [2020-02-26T15:29:24.971Z] #11 26.11 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:24.971Z] #11 26.34 Fetched 73.3 MB in 5s (14.7 MB/s) [2020-02-26T15:29:24.971Z] #11 26.44 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-26T15:29:24.971Z] #11 26.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-02-26T15:29:24.971Z] #11 26.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-02-26T15:29:24.971Z] #11 26.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:29:24.971Z] #11 28.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-26T15:29:24.971Z] #11 28.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-02-26T15:29:24.971Z] #11 28.54 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:29:24.971Z] #11 30.88 Selecting previously unselected package binutils-mingw-w64. [2020-02-26T15:29:24.971Z] #11 30.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-26T15:29:24.971Z] #11 30.90 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:29:24.971Z] #11 30.99 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-02-26T15:29:24.971Z] #11 30.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-26T15:29:24.971Z] #11 31.00 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-26T15:29:24.971Z] #11 31.12 Selecting previously unselected package dmsetup. [2020-02-26T15:29:24.971Z] #11 31.12 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-02-26T15:29:24.971Z] #11 31.13 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-26T15:29:24.971Z] #11 31.29 Selecting previously unselected package mingw-w64-common. [2020-02-26T15:29:24.971Z] #11 31.29 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-26T15:29:24.971Z] #11 31.29 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-26T15:29:24.971Z] #11 ... [2020-02-26T15:29:24.971Z] [2020-02-26T15:29:24.971Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:25.106Z] #17 23.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-02-26T15:29:25.106Z] #17 23.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-02-26T15:29:25.106Z] #17 23.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-02-26T15:29:25.106Z] #17 23.06 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-02-26T15:29:25.106Z] #17 23.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-02-26T15:29:25.106Z] #17 23.09 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-02-26T15:29:25.106Z] #17 23.09 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-02-26T15:29:25.106Z] #17 23.09 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-02-26T15:29:25.106Z] #17 23.10 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-02-26T15:29:25.364Z] #17 23.51 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-02-26T15:29:25.364Z] #17 23.51 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-02-26T15:29:25.364Z] #17 23.51 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-02-26T15:29:25.364Z] #17 23.51 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-02-26T15:29:25.364Z] #17 23.51 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-02-26T15:29:25.364Z] #17 23.53 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-02-26T15:29:25.364Z] #17 23.60 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-26T15:29:25.434Z] #39 0.215 + RM_GOPATH=0 [2020-02-26T15:29:25.434Z] #39 0.215 + TMP_GOPATH= [2020-02-26T15:29:25.434Z] #39 0.215 + : /build [2020-02-26T15:29:25.434Z] #39 0.215 + '[' -z '' ']' [2020-02-26T15:29:25.434Z] #39 0.215 ++ mktemp -d [2020-02-26T15:29:25.434Z] #39 0.215 + export GOPATH=/tmp/tmp.IWgk0bhRba [2020-02-26T15:29:25.434Z] #39 0.215 + GOPATH=/tmp/tmp.IWgk0bhRba [2020-02-26T15:29:25.434Z] #39 0.215 + RM_GOPATH=1 [2020-02-26T15:29:25.434Z] #39 0.215 ++ dirname ./install.sh [2020-02-26T15:29:25.434Z] #39 0.215 + dir=. [2020-02-26T15:29:25.434Z] #39 0.215 + bin=tini [2020-02-26T15:29:25.434Z] #39 0.215 + shift [2020-02-26T15:29:25.434Z] #39 0.215 + '[' '!' -f ./tini.installer ']' [2020-02-26T15:29:25.434Z] #39 0.215 + . ./tini.installer [2020-02-26T15:29:25.434Z] #39 0.215 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:29:25.434Z] #39 0.215 + install_tini [2020-02-26T15:29:25.434Z] #39 0.215 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-26T15:29:25.434Z] #39 0.215 + git clone https://github.com/krallin/tini.git /tmp/tmp.IWgk0bhRba/tini [2020-02-26T15:29:25.434Z] #39 0.215 Cloning into '/tmp/tmp.IWgk0bhRba/tini'... [2020-02-26T15:29:25.434Z] #39 0.215 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:29:25.622Z] #17 23.60 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-02-26T15:29:25.622Z] #17 23.61 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-02-26T15:29:25.622Z] #17 23.61 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-26T15:29:25.622Z] #17 23.62 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-02-26T15:29:25.622Z] #17 23.64 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-26T15:29:25.622Z] #17 23.64 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-02-26T15:29:25.622Z] #17 23.65 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-26T15:29:25.879Z] #17 23.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-02-26T15:29:25.879Z] #17 24.02 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-02-26T15:29:25.895Z] #39 0.798 + cd /tmp/tmp.IWgk0bhRba/tini [2020-02-26T15:29:25.895Z] #39 0.798 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:29:25.895Z] #39 0.803 + cmake . [2020-02-26T15:29:26.137Z] #17 24.07 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-02-26T15:29:26.268Z] #39 1.243 -- The C compiler identification is GNU 8.3.0 [2020-02-26T15:29:26.268Z] #39 1.300 -- Check for working C compiler: /usr/bin/cc [2020-02-26T15:29:26.631Z] #39 ... [2020-02-26T15:29:26.631Z] [2020-02-26T15:29:26.631Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:26.631Z] #51 26.63 + cd /tmp/tmp.dJoO72FbVa/src/gotest.tools/gotestsum [2020-02-26T15:29:26.631Z] #51 26.63 + git checkout -q v0.3.5 [2020-02-26T15:29:26.631Z] #51 26.70 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-26T15:29:26.631Z] #51 ... [2020-02-26T15:29:26.631Z] [2020-02-26T15:29:26.631Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:29:26.631Z] #28 14.20 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-26T15:29:26.631Z] #28 14.52 #=#=# [2020-02-26T15:29:26.631Z] #28 14.67 ######################################################################## 100.0% [2020-02-26T15:29:26.631Z] #28 14.74 [2020-02-26T15:29:26.703Z] #17 24.65 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:29:26.703Z] #17 24.75 Fetched 27.0 MB in 2s (15.9 MB/s) [2020-02-26T15:29:26.703Z] #17 24.82 Selecting previously unselected package pigz. [2020-02-26T15:29:26.703Z] #17 24.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 ... 23423 files and directories currently installed.) [2020-02-26T15:29:26.703Z] #17 24.86 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-02-26T15:29:26.703Z] #17 24.87 Unpacking pigz (2.4-1) ... [2020-02-26T15:29:26.703Z] #17 24.96 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-02-26T15:29:26.703Z] #17 24.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-26T15:29:26.961Z] #17 24.97 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:26.998Z] #28 15.60 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-26T15:29:26.998Z] #28 15.66 skipping existing b63cc5f62c21 [2020-02-26T15:29:26.998Z] #28 15.74 [2020-02-26T15:29:27.218Z] #17 25.40 Selecting previously unselected package python3.7-minimal. [2020-02-26T15:29:27.476Z] #17 25.40 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-02-26T15:29:27.476Z] #17 25.41 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:29:28.042Z] #17 26.17 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:28.042Z] #17 26.19 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:29:28.236Z] #28 16.57 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-26T15:29:28.236Z] #28 16.85 [2020-02-26T15:29:28.236Z] #28 16.93 ######################################################################## 100.0% [2020-02-26T15:29:28.236Z] #28 16.99 [2020-02-26T15:29:28.236Z] #28 17.03 Download of images into '/build' complete. [2020-02-26T15:29:28.609Z] #28 17.03 Use something like the following to load the result into a Docker daemon: [2020-02-26T15:29:28.609Z] #28 17.03 tar -cC '/build' . | docker load [2020-02-26T15:29:28.609Z] #28 DONE 17.1s [2020-02-26T15:29:28.610Z] [2020-02-26T15:29:28.610Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:28.610Z] #39 1.738 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-26T15:29:28.610Z] #39 1.741 -- Detecting C compiler ABI info [2020-02-26T15:29:28.610Z] #39 2.081 -- Detecting C compiler ABI info - done [2020-02-26T15:29:28.610Z] #39 2.106 -- Detecting C compile features [2020-02-26T15:29:28.610Z] #39 3.044 -- Detecting C compile features - done [2020-02-26T15:29:28.610Z] #39 3.070 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-26T15:29:28.610Z] #39 3.191 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-26T15:29:28.610Z] #39 3.262 -- Configuring done [2020-02-26T15:29:28.610Z] #39 3.275 -- Generating done [2020-02-26T15:29:28.610Z] #39 3.286 -- Build files have been written to: /tmp/tmp.IWgk0bhRba/tini [2020-02-26T15:29:28.610Z] #39 3.294 + make tini-static [2020-02-26T15:29:28.610Z] #39 3.598 Scanning dependencies of target tini-static [2020-02-26T15:29:28.610Z] #39 3.718 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-26T15:29:29.402Z] #39 ... [2020-02-26T15:29:29.402Z] [2020-02-26T15:29:29.402Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:29.402Z] #48 29.63 github.com/LK4D4/vndr/godl/singleflight [2020-02-26T15:29:29.402Z] #48 29.65 io [2020-02-26T15:29:29.402Z] #48 29.83 strconv [2020-02-26T15:29:29.402Z] #48 30.96 bytes [2020-02-26T15:29:29.402Z] #48 33.13 bufio [2020-02-26T15:29:29.402Z] #48 33.63 reflect [2020-02-26T15:29:29.402Z] #48 34.55 syscall [2020-02-26T15:29:29.773Z] #48 ... [2020-02-26T15:29:29.773Z] [2020-02-26T15:29:29.773Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:29:29.773Z] #31 29.87 Checking out files: 94% (1438/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-26T15:29:29.773Z] #31 29.95 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-02-26T15:29:29.773Z] #31 30.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-26T15:29:29.773Z] #31 ... [2020-02-26T15:29:29.773Z] [2020-02-26T15:29:29.773Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:29.773Z] #39 4.818 [100%] Linking C executable tini-static [2020-02-26T15:29:29.940Z] #17 28.10 Selecting previously unselected package python3-minimal. [2020-02-26T15:29:29.941Z] #17 28.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23672 files and directories currently installed.) [2020-02-26T15:29:29.941Z] #17 28.15 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-02-26T15:29:29.941Z] #17 28.16 Unpacking python3-minimal (3.7.3-1) ... [2020-02-26T15:29:30.104Z] b5405b758079: Verifying Checksum [2020-02-26T15:29:30.105Z] b5405b758079: Download complete [2020-02-26T15:29:30.164Z] #39 5.065 [100%] Built target tini-static [2020-02-26T15:29:30.164Z] #39 5.151 + mkdir -p /build [2020-02-26T15:29:30.164Z] #39 5.164 + cp tini-static /build/docker-init [2020-02-26T15:29:30.164Z] #39 DONE 5.3s [2020-02-26T15:29:30.164Z] [2020-02-26T15:29:30.164Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:30.164Z] #11 35.94 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-26T15:29:30.164Z] #11 35.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-26T15:29:30.164Z] #11 35.95 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:29:30.198Z] #17 28.25 Selecting previously unselected package libmpdec2:amd64. [2020-02-26T15:29:30.198Z] #17 28.25 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-02-26T15:29:30.198Z] #17 28.26 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-02-26T15:29:30.198Z] #17 28.35 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-02-26T15:29:30.456Z] #17 28.35 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-02-26T15:29:30.456Z] #17 28.36 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:31.389Z] #17 29.35 Selecting previously unselected package python3.7. [2020-02-26T15:29:31.389Z] #17 29.37 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-02-26T15:29:31.389Z] #17 29.38 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:31.389Z] #17 29.52 Selecting previously unselected package libpython3-stdlib:amd64. [2020-02-26T15:29:31.389Z] #17 29.54 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-02-26T15:29:31.389Z] #17 29.54 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-26T15:29:31.566Z] #11 41.85 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-26T15:29:31.566Z] #11 41.87 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-26T15:29:31.566Z] #11 41.87 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:29:31.566Z] #11 41.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-26T15:29:31.566Z] #11 41.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-26T15:29:31.566Z] #11 41.95 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:29:31.647Z] #17 29.65 Setting up python3-minimal (3.7.3-1) ... [2020-02-26T15:29:32.350Z] #11 ... [2020-02-26T15:29:32.350Z] [2020-02-26T15:29:32.350Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:32.350Z] #45 6.080 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:29:32.350Z] #45 6.080 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:29:32.350Z] #45 6.080 Note: Building without GnuTLS support [2020-02-26T15:29:32.350Z] #45 7.075 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:29:32.350Z] #45 7.080 GEN .gitid [2020-02-26T15:29:32.350Z] #45 7.082 GEN criu/include/version.h [2020-02-26T15:29:32.350Z] #45 7.091 GEN include/common/asm [2020-02-26T15:29:32.350Z] #45 7.610 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-26T15:29:32.350Z] #45 7.660 PBCC images/opts.pb-c.c [2020-02-26T15:29:32.350Z] #45 7.685 PBCC images/sit.pb-c.c [2020-02-26T15:29:32.350Z] #45 7.724 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-26T15:29:32.350Z] #45 7.794 DEP images/opts.pb-c.d [2020-02-26T15:29:32.350Z] #45 7.883 DEP images/sit.pb-c.d [2020-02-26T15:29:32.350Z] #45 7.911 PBCC images/macvlan.pb-c.c [2020-02-26T15:29:32.350Z] #45 7.932 DEP images/macvlan.pb-c.d [2020-02-26T15:29:32.350Z] #45 7.960 PBCC images/autofs.pb-c.c [2020-02-26T15:29:32.350Z] #45 7.973 DEP images/autofs.pb-c.d [2020-02-26T15:29:32.350Z] #45 7.996 PBCC images/sysctl.pb-c.c [2020-02-26T15:29:32.350Z] #45 8.020 DEP images/sysctl.pb-c.d [2020-02-26T15:29:32.350Z] #45 8.052 PBCC images/time.pb-c.c [2020-02-26T15:29:32.350Z] #45 8.058 DEP images/time.pb-c.d [2020-02-26T15:29:32.350Z] #45 8.082 PBCC images/binfmt-misc.pb-c.c [2020-02-26T15:29:32.350Z] #45 8.093 DEP images/binfmt-misc.pb-c.d [2020-02-26T15:29:32.350Z] #45 8.117 PBCC images/seccomp.pb-c.c [2020-02-26T15:29:32.350Z] #45 8.139 DEP images/seccomp.pb-c.d [2020-02-26T15:29:32.350Z] #45 8.162 PBCC images/userns.pb-c.c [2020-02-26T15:29:32.350Z] #45 8.174 DEP images/userns.pb-c.d [2020-02-26T15:29:32.350Z] #45 8.210 PBCC images/cgroup.pb-c.c [2020-02-26T15:29:32.581Z] #17 30.50 Selecting previously unselected package python3. [2020-02-26T15:29:32.581Z] #17 30.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24084 files and directories currently installed.) [2020-02-26T15:29:32.581Z] #17 30.59 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-02-26T15:29:32.581Z] #17 30.61 Unpacking python3 (3.7.3-1) ... [2020-02-26T15:29:32.581Z] #17 30.67 Selecting previously unselected package libip4tc0:amd64. [2020-02-26T15:29:32.581Z] #17 30.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-02-26T15:29:32.581Z] #17 30.67 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:32.581Z] #17 30.76 Selecting previously unselected package libip6tc0:amd64. [2020-02-26T15:29:32.581Z] #17 30.77 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-26T15:29:32.581Z] #17 ... [2020-02-26T15:29:32.581Z] [2020-02-26T15:29:32.581Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:32.581Z] #44 86.50 DEP criu/action-scripts.d [2020-02-26T15:29:32.581Z] #44 86.83 CC criu/action-scripts.o [2020-02-26T15:29:32.581Z] #44 87.45 CC criu/aio.o [2020-02-26T15:29:32.581Z] #44 88.15 CC criu/autofs.o [2020-02-26T15:29:32.581Z] #44 89.57 CC criu/bfd.o [2020-02-26T15:29:32.581Z] #44 89.97 CC criu/bitmap.o [2020-02-26T15:29:32.581Z] #44 90.13 CC criu/cgroup-props.o [2020-02-26T15:29:32.581Z] #44 90.79 CC criu/cgroup.o [2020-02-26T15:29:32.581Z] #44 93.40 CC criu/clone-noasan.o [2020-02-26T15:29:32.581Z] #44 93.52 CC criu/config.o [2020-02-26T15:29:32.581Z] #44 94.87 CC criu/cr-check.o [2020-02-26T15:29:32.581Z] #44 96.42 CC criu/cr-dedup.o [2020-02-26T15:29:32.708Z] #45 8.222 DEP images/cgroup.pb-c.d [2020-02-26T15:29:32.708Z] #45 8.261 PBCC images/fown.pb-c.c [2020-02-26T15:29:32.708Z] #45 8.310 PBCC images/ext-file.pb-c.c [2020-02-26T15:29:32.708Z] #45 8.318 DEP images/fown.pb-c.d [2020-02-26T15:29:32.708Z] #45 8.345 DEP images/ext-file.pb-c.d [2020-02-26T15:29:32.708Z] #45 8.393 PBCC images/rpc.pb-c.c [2020-02-26T15:29:32.708Z] #45 8.403 DEP images/rpc.pb-c.d [2020-02-26T15:29:32.708Z] #45 8.440 PBCC images/siginfo.pb-c.c [2020-02-26T15:29:32.708Z] #45 8.460 DEP images/siginfo.pb-c.d [2020-02-26T15:29:32.839Z] #44 ... [2020-02-26T15:29:32.839Z] [2020-02-26T15:29:32.839Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:29:32.839Z] #17 30.77 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-02-26T15:29:32.839Z] #17 30.78 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:32.839Z] #17 30.88 Selecting previously unselected package libiptc0:amd64. [2020-02-26T15:29:32.839Z] #17 30.88 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-02-26T15:29:32.839Z] #17 30.89 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:32.839Z] #17 30.96 Selecting previously unselected package libnfnetlink0:amd64. [2020-02-26T15:29:32.839Z] #17 30.96 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-02-26T15:29:32.839Z] #17 30.96 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-26T15:29:33.082Z] #45 8.490 PBCC images/pagemap.pb-c.c [2020-02-26T15:29:33.082Z] #45 8.498 DEP images/pagemap.pb-c.d [2020-02-26T15:29:33.082Z] #45 8.540 PBCC images/rlimit.pb-c.c [2020-02-26T15:29:33.082Z] #45 8.555 DEP images/rlimit.pb-c.d [2020-02-26T15:29:33.082Z] #45 8.590 PBCC images/file-lock.pb-c.c [2020-02-26T15:29:33.082Z] #45 8.600 DEP images/file-lock.pb-c.d [2020-02-26T15:29:33.082Z] #45 8.636 PBCC images/tty.pb-c.c [2020-02-26T15:29:33.083Z] #45 8.678 DEP images/tty.pb-c.d [2020-02-26T15:29:33.083Z] #45 8.703 PBCC images/tun.pb-c.c [2020-02-26T15:29:33.083Z] #45 8.727 PBCC images/netdev.pb-c.c [2020-02-26T15:29:33.083Z] #45 8.782 DEP images/tun.pb-c.d [2020-02-26T15:29:33.083Z] #45 8.820 DEP images/netdev.pb-c.d [2020-02-26T15:29:33.083Z] #45 8.854 PBCC images/vma.pb-c.c [2020-02-26T15:29:33.083Z] #45 8.901 DEP images/vma.pb-c.d [2020-02-26T15:29:33.083Z] #45 8.925 PBCC images/creds.pb-c.c [2020-02-26T15:29:33.097Z] #17 31.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-02-26T15:29:33.097Z] #17 31.05 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-02-26T15:29:33.097Z] #17 31.06 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-26T15:29:33.097Z] #17 31.14 Selecting previously unselected package libnftnl11:amd64. [2020-02-26T15:29:33.097Z] #17 31.16 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-02-26T15:29:33.097Z] #17 31.16 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-02-26T15:29:33.097Z] #17 31.24 Selecting previously unselected package iptables. [2020-02-26T15:29:33.097Z] #17 31.25 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-02-26T15:29:33.355Z] #17 31.25 Unpacking iptables (1.8.2-4) ... [2020-02-26T15:29:33.447Z] #45 8.935 DEP images/creds.pb-c.d [2020-02-26T15:29:33.447Z] #45 8.987 PBCC images/utsns.pb-c.c [2020-02-26T15:29:33.447Z] #45 8.991 DEP images/utsns.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.020 PBCC images/ipc-desc.pb-c.c [2020-02-26T15:29:33.447Z] #45 9.028 PBCC images/ipc-sem.pb-c.c [2020-02-26T15:29:33.447Z] #45 9.061 DEP images/ipc-desc.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.096 DEP images/ipc-sem.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.113 PBCC images/ipc-msg.pb-c.c [2020-02-26T15:29:33.447Z] #45 9.116 DEP images/ipc-msg.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.157 PBCC images/ipc-shm.pb-c.c [2020-02-26T15:29:33.447Z] #45 9.172 DEP images/ipc-shm.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.225 PBCC images/ipc-var.pb-c.c [2020-02-26T15:29:33.447Z] #45 9.241 DEP images/ipc-var.pb-c.d [2020-02-26T15:29:33.447Z] #45 9.298 PBCC images/sk-opts.pb-c.c [2020-02-26T15:29:33.613Z] #17 31.58 Selecting previously unselected package xxd. [2020-02-26T15:29:33.613Z] #17 31.60 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-02-26T15:29:33.613Z] #17 31.62 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:29:33.613Z] #17 31.73 Selecting previously unselected package vim-common. [2020-02-26T15:29:33.613Z] #17 31.74 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:29:33.613Z] #17 31.76 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:29:33.815Z] #45 9.310 PBCC images/packet-sock.pb-c.c [2020-02-26T15:29:33.815Z] #45 9.354 DEP images/sk-opts.pb-c.d [2020-02-26T15:29:33.815Z] #45 9.378 DEP images/packet-sock.pb-c.d [2020-02-26T15:29:33.815Z] #45 9.384 PBCC images/sk-netlink.pb-c.c [2020-02-26T15:29:33.815Z] #45 9.432 DEP images/sk-netlink.pb-c.d [2020-02-26T15:29:33.815Z] #45 9.485 PBCC images/sk-inet.pb-c.c [2020-02-26T15:29:33.815Z] #45 9.513 DEP images/sk-inet.pb-c.d [2020-02-26T15:29:33.815Z] #45 9.547 PBCC images/sk-unix.pb-c.c [2020-02-26T15:29:33.815Z] #45 9.580 DEP images/sk-unix.pb-c.d [2020-02-26T15:29:33.815Z] #45 9.615 PBCC images/mm.pb-c.c [2020-02-26T15:29:33.815Z] #45 9.668 DEP images/mm.pb-c.d [2020-02-26T15:29:33.871Z] #17 31.94 Selecting previously unselected package bash-completion. [2020-02-26T15:29:33.871Z] #17 31.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-26T15:29:34.197Z] #45 9.737 PBCC images/timerfd.pb-c.c [2020-02-26T15:29:34.197Z] #45 9.751 DEP images/timerfd.pb-c.d [2020-02-26T15:29:34.197Z] #45 9.794 PBCC images/timer.pb-c.c [2020-02-26T15:29:34.197Z] #45 9.828 DEP images/timer.pb-c.d [2020-02-26T15:29:34.197Z] #45 9.884 PBCC images/sa.pb-c.c [2020-02-26T15:29:34.197Z] #45 9.916 DEP images/sa.pb-c.d [2020-02-26T15:29:34.197Z] #45 9.948 PBCC images/pipe-data.pb-c.c [2020-02-26T15:29:34.197Z] #45 9.965 DEP images/pipe-data.pb-c.d [2020-02-26T15:29:34.197Z] #45 9.989 PBCC images/mnt.pb-c.c [2020-02-26T15:29:34.197Z] #45 10.03 DEP images/mnt.pb-c.d [2020-02-26T15:29:34.654Z] #45 10.13 PBCC images/sk-packet.pb-c.c [2020-02-26T15:29:34.654Z] #45 10.14 DEP images/sk-packet.pb-c.d [2020-02-26T15:29:34.654Z] #45 10.15 PBCC images/tcp-stream.pb-c.c [2020-02-26T15:29:34.654Z] #45 10.19 DEP images/tcp-stream.pb-c.d [2020-02-26T15:29:34.654Z] #45 10.23 PBCC images/pipe.pb-c.c [2020-02-26T15:29:34.654Z] #45 10.26 DEP images/pipe.pb-c.d [2020-02-26T15:29:34.654Z] #45 10.33 PBCC images/pstree.pb-c.c [2020-02-26T15:29:34.654Z] #45 10.35 DEP images/pstree.pb-c.d [2020-02-26T15:29:34.654Z] #45 10.40 PBCC images/fs.pb-c.c [2020-02-26T15:29:35.030Z] #45 10.41 DEP images/fs.pb-c.d [2020-02-26T15:29:35.030Z] #45 10.49 PBCC images/signalfd.pb-c.c [2020-02-26T15:29:35.030Z] #45 10.56 DEP images/signalfd.pb-c.d [2020-02-26T15:29:35.030Z] #45 10.65 PBCC images/fh.pb-c.c [2020-02-26T15:29:35.030Z] #45 10.74 PBCC images/fsnotify.pb-c.c [2020-02-26T15:29:35.030Z] #45 10.79 DEP images/fh.pb-c.d [2020-02-26T15:29:35.408Z] #45 10.87 DEP images/fsnotify.pb-c.d [2020-02-26T15:29:35.408Z] #45 10.88 PBCC images/eventpoll.pb-c.c [2020-02-26T15:29:35.408Z] #45 10.89 DEP images/eventpoll.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.00 PBCC images/eventfd.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.01 DEP images/eventfd.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.02 PBCC images/remap-file-path.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.03 DEP images/remap-file-path.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.05 PBCC images/fifo.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.05 DEP images/fifo.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.07 PBCC images/ghost-file.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.12 DEP images/ghost-file.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.14 PBCC images/regfile.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.16 DEP images/regfile.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.18 PBCC images/ns.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.19 DEP images/ns.pb-c.d [2020-02-26T15:29:35.408Z] #45 11.22 PBCC images/fdinfo.pb-c.c [2020-02-26T15:29:35.408Z] #45 11.26 DEP images/fdinfo.pb-c.d [2020-02-26T15:29:35.408Z] #45 ... [2020-02-26T15:29:35.408Z] [2020-02-26T15:29:35.408Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:35.408Z] #63 23.65 + cd /tmp/tmp.zKnveID3Ql/src/github.com/containerd/containerd [2020-02-26T15:29:35.408Z] #63 23.65 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:29:36.663Z] #63 24.69 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-26T15:29:36.663Z] #63 24.69 + BUILDTAGS='netgo osusergo static_build' [2020-02-26T15:29:36.663Z] #63 24.69 + export EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:29:36.663Z] #63 24.69 + EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:29:36.663Z] #63 24.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-26T15:29:36.663Z] #63 24.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-26T15:29:36.663Z] #63 24.69 + '[' '' = dynamic ']' [2020-02-26T15:29:36.663Z] #63 24.69 + make [2020-02-26T15:29:37.031Z] #63 ... [2020-02-26T15:29:37.031Z] [2020-02-26T15:29:37.031Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:29:37.031Z] #34 37.20 time [2020-02-26T15:29:37.031Z] #34 42.33 internal/fmtsort [2020-02-26T15:29:37.031Z] #34 42.35 internal/poll [2020-02-26T15:29:37.031Z] #34 42.88 internal/syscall/unix [2020-02-26T15:29:37.031Z] #34 43.01 strings [2020-02-26T15:29:37.031Z] #34 43.94 os [2020-02-26T15:29:37.031Z] #34 45.51 path [2020-02-26T15:29:37.031Z] #34 45.87 text/tabwriter [2020-02-26T15:29:37.031Z] #34 46.61 fmt [2020-02-26T15:29:37.031Z] #34 46.62 path/filepath [2020-02-26T15:29:37.151Z] #17 34.61 Unpacking bash-completion (1:2.8-6) ... [2020-02-26T15:29:37.151Z] #17 35.03 Selecting previously unselected package bzip2. [2020-02-26T15:29:37.151Z] #17 35.05 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-02-26T15:29:37.151Z] #17 35.05 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:29:37.151Z] #17 35.13 Selecting previously unselected package xz-utils. [2020-02-26T15:29:37.151Z] #17 35.14 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-02-26T15:29:37.151Z] #17 35.15 Unpacking xz-utils (5.2.4-1) ... [2020-02-26T15:29:37.151Z] #17 35.32 Selecting previously unselected package apparmor. [2020-02-26T15:29:37.151Z] #17 35.33 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-02-26T15:29:37.173Z] 65014b3c3121: Verifying Checksum [2020-02-26T15:29:37.173Z] 65014b3c3121: Download complete [2020-02-26T15:29:37.402Z] #34 ... [2020-02-26T15:29:37.402Z] [2020-02-26T15:29:37.402Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:37.402Z] #45 11.31 PBCC images/core-aarch64.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.34 PBCC images/core-arm.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.36 PBCC images/core-ppc64.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.37 PBCC images/core-s390.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.39 PBCC images/core-x86.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.40 PBCC images/core.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.43 PBCC images/inventory.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.45 DEP images/core-aarch64.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.46 DEP images/core-arm.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.47 DEP images/core-ppc64.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.49 DEP images/core-s390.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.52 DEP images/core-x86.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.54 DEP images/core.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.57 DEP images/inventory.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.60 PBCC images/cpuinfo.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.64 DEP images/cpuinfo.pb-c.d [2020-02-26T15:29:37.402Z] #45 11.71 PBCC images/stats.pb-c.c [2020-02-26T15:29:37.402Z] #45 11.71 DEP images/stats.pb-c.d [2020-02-26T15:29:37.402Z] #45 12.41 make[1]: Nothing to be done for 'all'. [2020-02-26T15:29:37.409Z] #17 35.41 Unpacking apparmor (2.13.2-10) ... [2020-02-26T15:29:37.667Z] #17 35.74 Selecting previously unselected package aufs-tools. [2020-02-26T15:29:37.667Z] #17 35.75 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-02-26T15:29:37.667Z] #17 35.75 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:29:37.765Z] #45 13.17 CC images/stats.o [2020-02-26T15:29:37.765Z] #45 13.41 CC images/core.o [2020-02-26T15:29:37.925Z] #17 35.89 Selecting previously unselected package libonig5:amd64. [2020-02-26T15:29:37.925Z] #17 35.89 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-02-26T15:29:37.925Z] #17 35.90 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-02-26T15:29:37.925Z] #17 36.04 Selecting previously unselected package libjq1:amd64. [2020-02-26T15:29:37.925Z] #17 36.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-02-26T15:29:37.925Z] #17 36.06 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-26T15:29:37.925Z] #17 36.16 Selecting previously unselected package jq. [2020-02-26T15:29:38.122Z] #45 13.80 CC images/core-x86.o [2020-02-26T15:29:38.183Z] #17 36.16 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-02-26T15:29:38.183Z] #17 36.18 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:29:38.183Z] #17 36.27 Selecting previously unselected package libaio1:amd64. [2020-02-26T15:29:38.183Z] #17 36.28 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-02-26T15:29:38.183Z] #17 36.28 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-02-26T15:29:38.183Z] #17 36.33 Selecting previously unselected package libgpm2:amd64. [2020-02-26T15:29:38.183Z] #17 36.34 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-02-26T15:29:38.183Z] #17 36.35 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-02-26T15:29:38.441Z] #17 36.42 Selecting previously unselected package libicu63:amd64. [2020-02-26T15:29:38.441Z] #17 36.43 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-02-26T15:29:38.441Z] #17 36.44 Unpacking libicu63:amd64 (63.1-6) ... [2020-02-26T15:29:38.480Z] #45 14.07 CC images/core-arm.o [2020-02-26T15:29:38.480Z] #45 14.26 CC images/core-aarch64.o [2020-02-26T15:29:38.849Z] #45 14.52 CC images/core-ppc64.o [2020-02-26T15:29:39.294Z] #45 14.81 CC images/core-s390.o [2020-02-26T15:29:39.809Z] #45 15.47 CC images/cpuinfo.o [2020-02-26T15:29:40.176Z] #45 15.83 CC images/inventory.o [2020-02-26T15:29:40.557Z] #45 15.99 CC images/fdinfo.o [2020-02-26T15:29:40.557Z] #45 ... [2020-02-26T15:29:40.557Z] [2020-02-26T15:29:40.557Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:40.557Z] #48 40.43 time [2020-02-26T15:29:40.557Z] #48 44.36 os [2020-02-26T15:29:40.557Z] #48 44.69 strings [2020-02-26T15:29:40.557Z] #48 47.11 regexp/syntax [2020-02-26T15:29:40.557Z] #48 47.30 fmt [2020-02-26T15:29:40.557Z] #48 50.31 regexp [2020-02-26T15:29:40.557Z] #48 ... [2020-02-26T15:29:40.557Z] [2020-02-26T15:29:40.557Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:40.557Z] #45 16.20 CC images/fown.o [2020-02-26T15:29:40.557Z] #45 16.29 CC images/ns.o [2020-02-26T15:29:40.928Z] #45 16.44 CC images/regfile.o [2020-02-26T15:29:40.928Z] #45 16.60 CC images/ghost-file.o [2020-02-26T15:29:40.928Z] #45 16.70 CC images/fifo.o [2020-02-26T15:29:41.296Z] #45 16.85 CC images/remap-file-path.o [2020-02-26T15:29:41.296Z] #45 17.01 CC images/eventfd.o [2020-02-26T15:29:41.678Z] #45 17.14 CC images/eventpoll.o [2020-02-26T15:29:41.678Z] #45 17.28 CC images/fh.o [2020-02-26T15:29:41.678Z] #45 17.40 CC images/fsnotify.o [2020-02-26T15:29:42.039Z] #45 17.74 CC images/signalfd.o [2020-02-26T15:29:42.405Z] #45 17.97 CC images/fs.o [2020-02-26T15:29:42.405Z] #45 18.05 CC images/pstree.o [2020-02-26T15:29:42.405Z] #45 18.12 CC images/pipe.o [2020-02-26T15:29:42.405Z] #45 18.22 CC images/tcp-stream.o [2020-02-26T15:29:42.623Z] #17 39.95 Selecting previously unselected package libnet1:amd64. [2020-02-26T15:29:42.623Z] #17 39.96 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-02-26T15:29:42.623Z] #17 39.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:42.623Z] #17 40.05 Selecting previously unselected package libnl-3-200:amd64. [2020-02-26T15:29:42.623Z] #17 40.06 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-02-26T15:29:42.623Z] #17 40.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-02-26T15:29:42.623Z] #17 40.17 Selecting previously unselected package libprotobuf-c1:amd64. [2020-02-26T15:29:42.623Z] #17 40.17 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-02-26T15:29:42.623Z] #17 40.17 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-26T15:29:42.623Z] #17 40.23 Selecting previously unselected package libreadline5:amd64. [2020-02-26T15:29:42.623Z] #17 40.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-02-26T15:29:42.623Z] #17 40.24 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-26T15:29:42.623Z] #17 40.36 Selecting previously unselected package net-tools. [2020-02-26T15:29:42.623Z] #17 40.37 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-02-26T15:29:42.623Z] #17 40.38 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:29:42.623Z] #17 40.58 Selecting previously unselected package python-pip-whl. [2020-02-26T15:29:42.623Z] #17 40.59 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-26T15:29:42.623Z] #17 40.60 Unpacking python-pip-whl (18.1-5) ... [2020-02-26T15:29:42.764Z] #45 18.38 CC images/sk-packet.o [2020-02-26T15:29:42.764Z] #45 18.48 CC images/mnt.o [2020-02-26T15:29:42.764Z] #45 18.58 CC images/pipe-data.o [2020-02-26T15:29:42.881Z] #17 ... [2020-02-26T15:29:42.881Z] [2020-02-26T15:29:42.881Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:42.881Z] #44 96.78 CC criu/cr-dump.o [2020-02-26T15:29:42.881Z] #44 98.89 CC criu/cr-errno.o [2020-02-26T15:29:42.881Z] #44 98.97 CC criu/cr-restore.o [2020-02-26T15:29:42.881Z] #44 103.4 CC criu/cr-service.o [2020-02-26T15:29:42.881Z] #44 104.9 CC criu/crtools.o [2020-02-26T15:29:42.881Z] #44 105.5 CC criu/eventfd.o [2020-02-26T15:29:42.881Z] #44 105.9 CC criu/eventpoll.o [2020-02-26T15:29:42.881Z] #44 106.7 CC criu/external.o [2020-02-26T15:29:42.881Z] #44 ... [2020-02-26T15:29:42.881Z] [2020-02-26T15:29:42.881Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:29:43.138Z] #17 41.15 Selecting previously unselected package python3-lib2to3. [2020-02-26T15:29:43.138Z] #17 41.16 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-26T15:29:43.138Z] #17 41.17 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:29:43.138Z] #17 41.29 Selecting previously unselected package python3-distutils. [2020-02-26T15:29:43.215Z] #45 18.79 CC images/sa.o [2020-02-26T15:29:43.216Z] #45 18.98 CC images/timer.o [2020-02-26T15:29:43.396Z] #17 41.30 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-26T15:29:43.397Z] #17 41.31 Unpacking python3-distutils (3.7.3-1) ... [2020-02-26T15:29:43.397Z] #17 41.42 Selecting previously unselected package python3-pip. [2020-02-26T15:29:43.397Z] #17 41.42 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-26T15:29:43.397Z] #17 41.43 Unpacking python3-pip (18.1-5) ... [2020-02-26T15:29:43.626Z] #45 19.24 CC images/timerfd.o [2020-02-26T15:29:43.655Z] #17 41.57 Selecting previously unselected package python3-pkg-resources. [2020-02-26T15:29:43.655Z] #17 41.59 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:29:43.655Z] #17 41.60 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:29:43.655Z] #17 41.71 Selecting previously unselected package python3-setuptools. [2020-02-26T15:29:43.655Z] #17 41.71 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-26T15:29:43.655Z] #17 41.72 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-26T15:29:43.912Z] #17 41.96 Selecting previously unselected package python3-wheel. [2020-02-26T15:29:43.912Z] #17 41.96 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-26T15:29:43.912Z] #17 41.97 Unpacking python3-wheel (0.32.3-2) ... [2020-02-26T15:29:43.912Z] #17 42.02 Selecting previously unselected package thin-provisioning-tools. [2020-02-26T15:29:43.912Z] #17 42.03 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-02-26T15:29:43.912Z] #17 42.03 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:29:43.994Z] #45 19.43 CC images/mm.o [2020-02-26T15:29:43.994Z] #45 19.60 CC images/sk-opts.o [2020-02-26T15:29:43.994Z] #45 19.69 CC images/sk-unix.o [2020-02-26T15:29:44.170Z] #17 42.26 Selecting previously unselected package vim-runtime. [2020-02-26T15:29:44.170Z] #17 42.28 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:29:44.170Z] #17 42.31 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-26T15:29:44.170Z] #17 42.33 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-26T15:29:44.170Z] #17 42.34 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:29:44.374Z] #45 ... [2020-02-26T15:29:44.374Z] [2020-02-26T15:29:44.374Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:29:44.374Z] #34 47.66 io/ioutil [2020-02-26T15:29:44.374Z] #34 48.86 github.com/BurntSushi/toml [2020-02-26T15:29:44.374Z] #34 48.86 flag [2020-02-26T15:29:44.374Z] #34 50.42 log [2020-02-26T15:29:44.374Z] #34 52.02 github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:29:44.374Z] #34 DONE 54.4s [2020-02-26T15:29:44.374Z] [2020-02-26T15:29:44.374Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:44.374Z] #45 19.83 CC images/sk-inet.o [2020-02-26T15:29:44.743Z] #45 20.35 CC images/tun.o [2020-02-26T15:29:45.112Z] #45 20.65 CC images/sk-netlink.o [2020-02-26T15:29:45.112Z] #45 20.74 CC images/packet-sock.o [2020-02-26T15:29:45.481Z] #45 20.92 CC images/ipc-var.o [2020-02-26T15:29:45.481Z] #45 21.04 CC images/ipc-desc.o [2020-02-26T15:29:45.481Z] #45 21.12 CC images/ipc-shm.o [2020-02-26T15:29:45.481Z] #45 21.24 CC images/ipc-msg.o [2020-02-26T15:29:45.853Z] #45 21.42 CC images/ipc-sem.o [2020-02-26T15:29:45.853Z] #45 21.49 CC images/utsns.o [2020-02-26T15:29:45.853Z] #45 21.55 CC images/creds.o [2020-02-26T15:29:45.853Z] #45 21.63 CC images/vma.o [2020-02-26T15:29:46.221Z] #45 21.74 CC images/netdev.o [2020-02-26T15:29:46.221Z] #45 21.92 CC images/tty.o [2020-02-26T15:29:46.604Z] #45 22.19 CC images/file-lock.o [2020-02-26T15:29:46.604Z] #45 22.27 CC images/rlimit.o [2020-02-26T15:29:46.720Z] ok github.com/docker/docker/cmd/dockerd 0.127s coverage: 30.7% of statements [2020-02-26T15:29:46.974Z] #45 22.35 CC images/pagemap.o [2020-02-26T15:29:46.974Z] #45 22.48 CC images/siginfo.o [2020-02-26T15:29:46.974Z] #45 22.63 CC images/rpc.o [2020-02-26T15:29:47.452Z] #17 45.67 Selecting previously unselected package vim. [2020-02-26T15:29:47.710Z] #17 45.68 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-02-26T15:29:47.710Z] #17 45.70 Unpacking vim (2:8.1.0875-5) ... [2020-02-26T15:29:47.856Z] #45 23.16 CC images/ext-file.o [2020-02-26T15:29:47.856Z] #45 23.35 CC images/cgroup.o [2020-02-26T15:29:47.856Z] #45 ... [2020-02-26T15:29:47.856Z] [2020-02-26T15:29:47.856Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:29:47.856Z] #63 25.83 + bin/ctr [2020-02-26T15:29:47.856Z] #63 ... [2020-02-26T15:29:47.856Z] [2020-02-26T15:29:47.856Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:47.856Z] #11 58.07 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-26T15:29:47.856Z] #11 58.09 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-02-26T15:29:47.856Z] #11 58.09 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:29:47.968Z] #17 46.23 Selecting previously unselected package xfsprogs. [2020-02-26T15:29:48.225Z] #17 46.23 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-02-26T15:29:48.225Z] #17 46.25 Unpacking xfsprogs (4.20.0-1) ... [2020-02-26T15:29:48.791Z] #17 46.71 Selecting previously unselected package zip. [2020-02-26T15:29:48.791Z] #17 46.71 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-02-26T15:29:48.791Z] #17 46.72 Unpacking zip (3.0-11+b1) ... [2020-02-26T15:29:48.791Z] #17 46.89 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:29:48.791Z] #17 46.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:29:48.791Z] #17 46.92 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:48.791Z] #17 46.93 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-02-26T15:29:48.791Z] #17 46.93 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-02-26T15:29:48.791Z] #17 46.94 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:48.791Z] #17 46.95 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-02-26T15:29:48.791Z] #17 46.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-02-26T15:29:48.791Z] #17 46.97 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:29:48.791Z] #17 46.98 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-02-26T15:29:48.791Z] #17 46.99 Setting up libicu63:amd64 (63.1-6) ... [2020-02-26T15:29:48.791Z] #17 47.00 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:29:48.791Z] #17 47.01 Setting up zip (3.0-11+b1) ... [2020-02-26T15:29:48.791Z] #17 47.02 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:29:49.049Z] #17 47.04 Setting up bash-completion (1:2.8-6) ... [2020-02-26T15:29:49.261Z] ok github.com/docker/docker/container 0.146s coverage: 35.3% of statements [2020-02-26T15:29:49.261Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-26T15:29:49.261Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-26T15:29:49.261Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-26T15:29:49.261Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-26T15:29:51.172Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.039s coverage: 65.3% of statements [2020-02-26T15:29:51.191Z] #11 ... [2020-02-26T15:29:51.191Z] [2020-02-26T15:29:51.191Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:51.191Z] #48 51.37 go/token [2020-02-26T15:29:51.191Z] #48 52.05 go/scanner [2020-02-26T15:29:51.191Z] #48 52.97 go/ast [2020-02-26T15:29:51.191Z] #48 53.22 internal/lazyregexp [2020-02-26T15:29:51.191Z] #48 53.35 net/url [2020-02-26T15:29:51.191Z] #48 55.04 text/template/parse [2020-02-26T15:29:51.191Z] #48 57.59 text/template [2020-02-26T15:29:51.191Z] #48 57.89 go/parser [2020-02-26T15:29:51.191Z] #48 61.00 encoding/xml [2020-02-26T15:29:51.191Z] #48 61.19 go/doc [2020-02-26T15:29:51.573Z] #48 ... [2020-02-26T15:29:51.573Z] [2020-02-26T15:29:51.573Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:51.573Z] #45 23.93 CC images/userns.o [2020-02-26T15:29:51.573Z] #45 24.14 CC images/google/protobuf/descriptor.o [2020-02-26T15:29:51.573Z] #45 24.92 CC images/opts.o [2020-02-26T15:29:51.573Z] #45 25.02 CC images/seccomp.o [2020-02-26T15:29:51.573Z] #45 25.18 CC images/binfmt-misc.o [2020-02-26T15:29:51.573Z] #45 25.32 CC images/time.o [2020-02-26T15:29:51.573Z] #45 25.41 CC images/sysctl.o [2020-02-26T15:29:51.573Z] #45 25.49 CC images/autofs.o [2020-02-26T15:29:51.573Z] #45 25.61 CC images/macvlan.o [2020-02-26T15:29:51.573Z] #45 25.73 CC images/sit.o [2020-02-26T15:29:51.573Z] #45 25.80 LINK images/built-in.o [2020-02-26T15:29:51.573Z] #45 25.85 GEN compel/include/asm [2020-02-26T15:29:51.573Z] #45 25.85 GEN compel/include/version.h [2020-02-26T15:29:51.573Z] #45 25.86 touch .config [2020-02-26T15:29:51.573Z] #45 25.87 GEN include/common/config.h [2020-02-26T15:29:51.573Z] #45 25.90 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-02-26T15:29:51.573Z] #45 25.93 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-26T15:29:51.573Z] #45 25.95 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-26T15:29:51.573Z] #45 25.96 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-02-26T15:29:51.573Z] #45 25.97 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-02-26T15:29:51.573Z] #45 25.99 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-02-26T15:29:51.573Z] #45 26.00 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-26T15:29:51.573Z] #45 26.01 DEP compel/plugins/std/infect.d [2020-02-26T15:29:51.573Z] #45 26.06 DEP compel/plugins/std/string.d [2020-02-26T15:29:51.573Z] #45 26.10 DEP compel/plugins/std/log.d [2020-02-26T15:29:51.573Z] #45 26.14 DEP compel/plugins/std/fds.d [2020-02-26T15:29:51.573Z] #45 26.19 DEP compel/plugins/std/std.d [2020-02-26T15:29:51.573Z] #45 26.29 DEP compel/plugins/shmem/shmem.d [2020-02-26T15:29:51.573Z] #45 26.43 DEP compel/plugins/fds/fds.d [2020-02-26T15:29:51.573Z] #45 26.51 CC compel/plugins/std/std.o [2020-02-26T15:29:51.573Z] #45 26.64 CC compel/plugins/std/fds.o [2020-02-26T15:29:51.573Z] #45 26.85 CC compel/plugins/std/log.o [2020-02-26T15:29:51.573Z] #45 27.30 CC compel/plugins/std/string.o [2020-02-26T15:29:51.955Z] #45 27.68 CC compel/plugins/std/infect.o [2020-02-26T15:29:52.330Z] #17 49.75 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-02-26T15:29:52.330Z] #17 49.76 Setting up xz-utils (5.2.4-1) ... [2020-02-26T15:29:52.330Z] #17 49.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-26T15:29:52.330Z] #17 49.78 Setting up pigz (2.4-1) ... [2020-02-26T15:29:52.330Z] #17 49.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-02-26T15:29:52.330Z] #17 49.80 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-02-26T15:29:52.330Z] #17 49.82 Setting up python-pip-whl (18.1-5) ... [2020-02-26T15:29:52.330Z] #17 49.83 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-02-26T15:29:52.330Z] #17 49.84 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:29:52.330Z] #17 50.22 Setting up libaio1:amd64 (0.3.112-3) ... [2020-02-26T15:29:52.330Z] #17 50.23 Setting up libonig5:amd64 (6.9.1-1) ... [2020-02-26T15:29:52.330Z] #17 50.24 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:52.330Z] #17 50.25 Setting up vim (2:8.1.0875-5) ... [2020-02-26T15:29:52.330Z] #17 50.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-26T15:29:52.330Z] #17 50.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-26T15:29:52.330Z] #17 50.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-26T15:29:52.330Z] #17 50.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-26T15:29:52.330Z] #17 50.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-26T15:29:52.330Z] #17 50.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-26T15:29:52.330Z] #17 50.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-26T15:29:52.330Z] #17 50.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-26T15:29:52.330Z] #17 50.32 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-02-26T15:29:52.330Z] #17 50.32 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:29:52.330Z] #17 50.33 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-02-26T15:29:52.330Z] #17 50.34 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:29:52.330Z] #17 50.35 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-02-26T15:29:52.330Z] #17 50.36 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:29:52.332Z] #45 27.91 CC compel/arch/s390/plugins/std/parasite-head.o [2020-02-26T15:29:52.332Z] #45 27.92 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-02-26T15:29:52.332Z] #45 27.95 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-02-26T15:29:52.332Z] #45 28.02 AR compel/plugins/std.lib.a [2020-02-26T15:29:52.332Z] #45 28.06 CC compel/plugins/fds/fds.o [2020-02-26T15:29:52.707Z] #45 28.25 AR compel/plugins/fds.lib.a [2020-02-26T15:29:52.707Z] #45 28.27 HOSTDEP compel/src/lib/log-host.d [2020-02-26T15:29:52.707Z] #45 28.38 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-26T15:29:52.707Z] #45 28.46 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-02-26T15:29:53.084Z] ok github.com/docker/docker/daemon/cluster/convert 0.050s coverage: 35.7% of statements [2020-02-26T15:29:53.150Z] #45 28.54 HOSTDEP compel/src/main-host.d [2020-02-26T15:29:53.150Z] #45 28.70 DEP compel/src/lib/ptrace.d [2020-02-26T15:29:53.150Z] #45 28.85 DEP compel/src/lib/infect.d [2020-02-26T15:29:53.263Z] #17 ... [2020-02-26T15:29:53.263Z] [2020-02-26T15:29:53.263Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:29:53.263Z] #44 107.1 CC criu/fault-injection.o [2020-02-26T15:29:53.263Z] #44 107.1 CC criu/fdstore.o [2020-02-26T15:29:53.263Z] #44 107.6 CC criu/fifo.o [2020-02-26T15:29:53.263Z] #44 107.9 CC criu/file-ids.o [2020-02-26T15:29:53.263Z] #44 108.3 CC criu/file-lock.o [2020-02-26T15:29:53.263Z] #44 109.2 CC criu/files-ext.o [2020-02-26T15:29:53.263Z] #44 109.5 CC criu/files-reg.o [2020-02-26T15:29:53.263Z] #44 111.5 CC criu/files.o [2020-02-26T15:29:53.263Z] #44 113.7 CC criu/filesystems.o [2020-02-26T15:29:53.263Z] #44 114.5 CC criu/fsnotify.o [2020-02-26T15:29:53.263Z] #44 115.7 CC criu/image-desc.o [2020-02-26T15:29:53.263Z] #44 115.9 CC criu/image.o [2020-02-26T15:29:53.263Z] #44 116.8 CC criu/ipc_ns.o [2020-02-26T15:29:53.521Z] #44 ... [2020-02-26T15:29:53.521Z] [2020-02-26T15:29:53.521Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:29:53.521Z] #41 185.3 + dpkg --print-architecture [2020-02-26T15:29:53.521Z] #41 185.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-26T15:29:53.609Z] #45 29.08 DEP compel/src/lib/infect-util.d [2020-02-26T15:29:53.609Z] #45 29.22 DEP compel/src/lib/infect-rpc.d [2020-02-26T15:29:53.609Z] #45 29.28 DEP compel/arch/s390/src/lib/infect.d [2020-02-26T15:29:53.990Z] #45 29.51 DEP compel/arch/s390/src/lib/cpu.d [2020-02-26T15:29:53.990Z] #45 29.59 DEP compel/src/lib/log.d [2020-02-26T15:29:53.990Z] #45 29.68 DEP compel/src/main.d [2020-02-26T15:29:53.990Z] #45 ... [2020-02-26T15:29:53.990Z] [2020-02-26T15:29:53.990Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:29:53.990Z] #48 64.15 github.com/LK4D4/vndr/build [2020-02-26T15:29:54.024Z] ok github.com/docker/docker/daemon/cluster 0.135s coverage: 0.5% of statements [2020-02-26T15:29:54.455Z] #41 186.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-26T15:29:54.455Z] #41 186.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-26T15:29:55.253Z] #48 65.30 github.com/LK4D4/vndr/versioned [2020-02-26T15:29:55.253Z] #48 65.40 vendor/golang.org/x/crypto/cryptobyte [2020-02-26T15:29:56.525Z] #48 66.48 net [2020-02-26T15:29:57.319Z] ok github.com/docker/docker/daemon/discovery 0.083s coverage: 30.0% of statements [2020-02-26T15:29:57.580Z] ok github.com/docker/docker/daemon/config 0.088s coverage: 81.7% of statements [2020-02-26T15:29:57.793Z] #48 67.73 vendor/golang.org/x/crypto/chacha20poly1305 [2020-02-26T15:29:58.151Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2020-02-26T15:29:58.293Z] #48 68.11 vendor/golang.org/x/crypto/curve25519 [2020-02-26T15:29:58.293Z] #48 68.37 vendor/golang.org/x/crypto/hkdf [2020-02-26T15:29:58.733Z] #48 68.61 vendor/golang.org/x/text/transform [2020-02-26T15:29:59.553Z] #48 69.51 vendor/golang.org/x/text/unicode/bidi [2020-02-26T15:29:59.553Z] #48 ... [2020-02-26T15:29:59.553Z] [2020-02-26T15:29:59.553Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:29:59.553Z] #11 69.79 Selecting previously unselected package libapparmor1:s390x. [2020-02-26T15:29:59.553Z] #11 69.82 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-02-26T15:29:59.553Z] #11 69.82 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-02-26T15:29:59.553Z] #11 69.86 Selecting previously unselected package libapparmor-dev:s390x. [2020-02-26T15:29:59.553Z] #11 69.86 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-02-26T15:29:59.553Z] #11 69.86 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-02-26T15:29:59.553Z] #11 69.96 Selecting previously unselected package libbtrfs0. [2020-02-26T15:29:59.553Z] #11 69.96 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-02-26T15:29:59.553Z] #11 69.97 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:29:59.553Z] #11 70.00 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:29:59.553Z] #11 70.00 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-02-26T15:29:59.553Z] #11 70.00 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:29:59.553Z] #11 70.10 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-02-26T15:29:59.924Z] #11 70.10 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-02-26T15:29:59.924Z] #11 70.10 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-26T15:29:59.924Z] #11 70.15 Selecting previously unselected package libudev-dev:s390x. [2020-02-26T15:29:59.924Z] #11 70.16 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_s390x.deb ... [2020-02-26T15:29:59.924Z] #11 70.18 Unpacking libudev-dev:s390x (241-7~deb10u3) ... [2020-02-26T15:29:59.924Z] #11 70.26 Selecting previously unselected package libsepol1-dev:s390x. [2020-02-26T15:29:59.924Z] #11 70.26 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-02-26T15:29:59.924Z] #11 70.26 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-02-26T15:30:00.060Z] ok github.com/docker/docker/daemon/graphdriver 0.022s coverage: 2.2% of statements [2020-02-26T15:30:00.295Z] #11 70.44 Selecting previously unselected package libpcre16-3:s390x. [2020-02-26T15:30:00.295Z] #11 70.44 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-02-26T15:30:00.295Z] #11 70.47 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-02-26T15:30:00.295Z] #11 70.55 Selecting previously unselected package libpcre32-3:s390x. [2020-02-26T15:30:00.295Z] #11 70.55 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-02-26T15:30:00.295Z] #11 70.55 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-02-26T15:30:00.295Z] #11 70.65 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-02-26T15:30:00.295Z] #11 70.65 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-02-26T15:30:00.295Z] #11 70.65 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-26T15:30:00.295Z] #11 70.72 Selecting previously unselected package libpcre3-dev:s390x. [2020-02-26T15:30:00.295Z] #11 70.72 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-02-26T15:30:00.295Z] #11 70.73 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-02-26T15:30:00.654Z] #11 71.02 Selecting previously unselected package libselinux1-dev:s390x. [2020-02-26T15:30:00.654Z] #11 71.03 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-02-26T15:30:00.654Z] #11 71.03 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-26T15:30:01.011Z] #41 ... [2020-02-26T15:30:01.011Z] [2020-02-26T15:30:01.011Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:01.011Z] #17 53.21 Setting up iptables (1.8.2-4) ... [2020-02-26T15:30:01.011Z] #17 53.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.25 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.25 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-26T15:30:01.011Z] #17 53.26 Setting up python3 (3.7.3-1) ... [2020-02-26T15:30:01.011Z] #17 53.69 Setting up python3-wheel (0.32.3-2) ... [2020-02-26T15:30:01.011Z] #17 54.31 Setting up apparmor (2.13.2-10) ... [2020-02-26T15:30:01.011Z] #17 55.79 Setting up xfsprogs (4.20.0-1) ... [2020-02-26T15:30:01.011Z] #17 55.80 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:30:01.011Z] #17 56.23 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:30:01.011Z] #17 57.10 Setting up python3-distutils (3.7.3-1) ... [2020-02-26T15:30:01.011Z] #17 57.45 Setting up python3-setuptools (40.8.0-1) ... [2020-02-26T15:30:01.011Z] #17 58.71 Setting up python3-pip (18.1-5) ... [2020-02-26T15:30:01.022Z] #11 71.25 Selecting previously unselected package libdevmapper-dev:s390x. [2020-02-26T15:30:01.022Z] #11 71.26 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-02-26T15:30:01.022Z] #11 71.27 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-26T15:30:01.022Z] #11 71.34 Selecting previously unselected package libseccomp-dev:s390x. [2020-02-26T15:30:01.022Z] #11 71.34 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-02-26T15:30:01.022Z] #11 71.34 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-02-26T15:30:01.022Z] #11 71.42 Selecting previously unselected package libsystemd-dev:s390x. [2020-02-26T15:30:01.022Z] #11 71.42 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_s390x.deb ... [2020-02-26T15:30:01.022Z] #11 71.42 Unpacking libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-26T15:30:01.392Z] #11 71.75 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-02-26T15:30:01.392Z] #11 71.76 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-02-26T15:30:01.392Z] #11 71.77 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-02-26T15:30:01.392Z] #11 71.78 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:30:01.392Z] #11 71.78 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-02-26T15:30:01.392Z] #11 71.79 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-02-26T15:30:01.392Z] #11 71.80 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:30:01.392Z] #11 71.80 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:30:01.392Z] #11 71.82 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-02-26T15:30:01.392Z] #11 71.82 Setting up libudev-dev:s390x (241-7~deb10u3) ... [2020-02-26T15:30:01.392Z] #11 71.83 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:30:01.392Z] #11 71.84 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:30:01.392Z] #11 71.85 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-02-26T15:30:01.392Z] #11 71.85 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-26T15:30:01.392Z] #11 71.86 Setting up libsystemd-dev:s390x (241-7~deb10u3) ... [2020-02-26T15:30:01.392Z] #11 71.87 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:30:01.392Z] #11 71.87 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-02-26T15:30:01.392Z] #11 71.88 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:30:01.392Z] #11 71.89 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:30:01.392Z] #11 71.89 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:30:01.392Z] #11 71.90 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:30:01.392Z] #11 71.90 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:30:01.766Z] #11 71.90 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:30:01.766Z] #11 71.91 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:30:01.766Z] #11 71.93 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-02-26T15:30:01.766Z] #11 71.94 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-02-26T15:30:01.766Z] #11 71.94 Setting up dmsetup (2:1.02.155-3) ... [2020-02-26T15:30:01.766Z] #11 71.97 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-02-26T15:30:01.766Z] #11 71.97 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-02-26T15:30:01.766Z] #11 71.98 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:30:01.766Z] #11 DONE 72.3s [2020-02-26T15:30:01.766Z] [2020-02-26T15:30:01.766Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:01.766Z] #45 29.80 DEP compel/src/lib/handle-elf.d [2020-02-26T15:30:01.766Z] #45 29.93 DEP compel/arch/s390/src/lib/handle-elf.d [2020-02-26T15:30:01.766Z] #45 29.99 CC compel/src/lib/log.o [2020-02-26T15:30:01.766Z] #45 30.12 CC compel/arch/s390/src/lib/cpu.o [2020-02-26T15:30:01.766Z] #45 30.37 CC compel/arch/s390/src/lib/infect.o [2020-02-26T15:30:01.766Z] #45 30.99 CC compel/src/lib/infect-rpc.o [2020-02-26T15:30:01.766Z] #45 31.23 CC compel/src/lib/infect-util.o [2020-02-26T15:30:01.766Z] #45 31.39 CC compel/src/lib/infect.o [2020-02-26T15:30:01.766Z] #45 32.75 CC compel/src/lib/ptrace.o [2020-02-26T15:30:01.766Z] #45 33.18 AR compel/libcompel.a [2020-02-26T15:30:01.766Z] #45 33.22 HOSTCC compel/src/main-host.o [2020-02-26T15:30:01.766Z] #45 33.53 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-02-26T15:30:01.766Z] #45 33.67 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-26T15:30:01.766Z] #45 33.88 HOSTCC compel/src/lib/log-host.o [2020-02-26T15:30:01.766Z] #45 34.00 HOSTLINK compel/compel-host-bin [2020-02-26T15:30:01.766Z] #45 34.08 DEP soccr/soccr.d [2020-02-26T15:30:01.766Z] #45 34.23 CC soccr/soccr.o [2020-02-26T15:30:01.766Z] #45 35.61 AR soccr/libsoccr.a [2020-02-26T15:30:01.766Z] #45 35.63 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:30:01.766Z] #45 35.89 DEP criu/arch/s390/sigframe.d [2020-02-26T15:30:01.766Z] #45 35.97 DEP criu/arch/s390/crtools.d [2020-02-26T15:30:01.766Z] #45 36.15 DEP criu/arch/s390/cpu.d [2020-02-26T15:30:01.766Z] #45 36.24 CC criu/arch/s390/cpu.o [2020-02-26T15:30:01.766Z] #45 36.45 CC criu/arch/s390/crtools.o [2020-02-26T15:30:01.766Z] #45 37.18 CC criu/arch/s390/sigframe.o [2020-02-26T15:30:01.766Z] #45 37.37 LINK criu/arch/s390/crtools.built-in.o [2020-02-26T15:30:01.766Z] #45 37.41 DEP criu/pie/util-vdso.d [2020-02-26T15:30:01.766Z] #45 37.51 DEP criu/pie/util.d [2020-02-26T15:30:01.766Z] #45 37.57 CC criu/pie/util.o [2020-02-26T15:30:01.945Z] #17 59.77 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:30:01.945Z] #17 59.81 Processing triggers for mime-support (3.62) ... [2020-02-26T15:30:02.182Z] #45 ... [2020-02-26T15:30:02.182Z] [2020-02-26T15:30:02.182Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:30:02.182Z] #56 DONE 0.2s [2020-02-26T15:30:02.182Z] [2020-02-26T15:30:02.182Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:02.182Z] #45 37.89 CC criu/pie/util-vdso.o [2020-02-26T15:30:02.182Z] #45 ... [2020-02-26T15:30:02.182Z] [2020-02-26T15:30:02.182Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-26T15:30:02.182Z] #57 DONE 0.1s [2020-02-26T15:30:02.512Z] #17 DONE 60.5s [2020-02-26T15:30:02.512Z] [2020-02-26T15:30:02.512Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-26T15:30:02.604Z] [2020-02-26T15:30:02.605Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:30:02.605Z] #12 DONE 0.4s [2020-02-26T15:30:02.605Z] [2020-02-26T15:30:02.605Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-26T15:30:02.605Z] #13 DONE 0.3s [2020-02-26T15:30:02.605Z] [2020-02-26T15:30:02.605Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:02.605Z] #58 0.259 + RM_GOPATH=0 [2020-02-26T15:30:02.605Z] #58 0.259 + TMP_GOPATH= [2020-02-26T15:30:02.605Z] #58 0.259 + : /build [2020-02-26T15:30:02.605Z] #58 0.259 + '[' -z '' ']' [2020-02-26T15:30:02.605Z] #58 0.260 ++ mktemp -d [2020-02-26T15:30:02.605Z] #58 0.260 + export GOPATH=/tmp/tmp.t4nXBnKPkU [2020-02-26T15:30:02.605Z] #58 0.260 + GOPATH=/tmp/tmp.t4nXBnKPkU [2020-02-26T15:30:02.605Z] #58 0.260 + RM_GOPATH=1 [2020-02-26T15:30:02.605Z] #58 0.261 ++ dirname ./install.sh [2020-02-26T15:30:02.605Z] #58 0.261 + dir=. [2020-02-26T15:30:02.605Z] #58 0.261 + bin=runc [2020-02-26T15:30:02.605Z] #58 0.261 + shift [2020-02-26T15:30:02.605Z] #58 0.261 + '[' '!' -f ./runc.installer ']' [2020-02-26T15:30:02.605Z] #58 0.261 + . ./runc.installer [2020-02-26T15:30:02.605Z] #58 0.261 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:30:02.605Z] #58 0.262 + install_runc [2020-02-26T15:30:02.605Z] #58 0.262 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-26T15:30:02.605Z] #58 0.262 + uname -r [2020-02-26T15:30:02.605Z] #58 0.263 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-26T15:30:02.605Z] #58 0.263 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-26T15:30:02.605Z] #58 0.263 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-26T15:30:02.605Z] #58 0.263 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.t4nXBnKPkU/src/github.com/opencontainers/runc [2020-02-26T15:30:02.605Z] #58 0.269 Cloning into '/tmp/tmp.t4nXBnKPkU/src/github.com/opencontainers/runc'... [2020-02-26T15:30:02.982Z] #58 ... [2020-02-26T15:30:02.982Z] [2020-02-26T15:30:02.982Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-26T15:30:02.982Z] #14 0.213 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-26T15:30:02.982Z] #14 DONE 0.3s [2020-02-26T15:30:03.338Z] [2020-02-26T15:30:03.338Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:03.338Z] #45 38.66 AR criu/pie/pie.lib.a [2020-02-26T15:30:03.338Z] #45 38.72 DEP criu/pie/restorer.d [2020-02-26T15:30:03.338Z] #45 38.96 DEP criu/arch/s390/restorer.d [2020-02-26T15:30:03.338Z] #45 ... [2020-02-26T15:30:03.338Z] [2020-02-26T15:30:03.338Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-26T15:30:03.338Z] #15 DONE 0.4s [2020-02-26T15:30:03.338Z] [2020-02-26T15:30:03.338Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:03.338Z] #45 39.05 DEP criu/arch/s390/vdso-pie.d [2020-02-26T15:30:03.350Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-02-26T15:30:03.610Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.489s coverage: 13.6% of statements [2020-02-26T15:30:03.701Z] #45 39.17 DEP criu/pie/parasite-vdso.d [2020-02-26T15:30:03.701Z] #45 39.34 DEP criu/pie/parasite.d [2020-02-26T15:30:03.701Z] #45 39.46 CC criu/pie/parasite.o [2020-02-26T15:30:04.066Z] #45 ... [2020-02-26T15:30:04.066Z] [2020-02-26T15:30:04.066Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:30:04.066Z] #16 DONE 0.4s [2020-02-26T15:30:04.066Z] [2020-02-26T15:30:04.066Z] #17 [dev 6/25] RUN ldconfig [2020-02-26T15:30:04.066Z] #17 DONE 0.4s [2020-02-26T15:30:04.066Z] [2020-02-26T15:30:04.066Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:04.414Z] #18 1.743 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-26T15:30:04.414Z] #18 1.749 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-26T15:30:04.414Z] #18 1.749 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-26T15:30:04.414Z] #18 DONE 1.9s [2020-02-26T15:30:04.414Z] [2020-02-26T15:30:04.414Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:04.414Z] #44 118.1 CC criu/irmap.o [2020-02-26T15:30:04.414Z] #44 118.8 CC criu/kcmp-ids.o [2020-02-26T15:30:04.414Z] #44 119.1 CC criu/kerndat.o [2020-02-26T15:30:04.414Z] #44 120.2 CC criu/libnetlink.o [2020-02-26T15:30:04.414Z] #44 120.5 CC criu/log.o [2020-02-26T15:30:04.414Z] #44 121.1 CC criu/lsm.o [2020-02-26T15:30:04.414Z] #44 121.5 CC criu/mem.o [2020-02-26T15:30:04.414Z] #44 123.3 CC criu/mount.o [2020-02-26T15:30:04.414Z] #44 127.5 CC criu/namespaces.o [2020-02-26T15:30:04.414Z] #44 ... [2020-02-26T15:30:04.414Z] [2020-02-26T15:30:04.414Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:30:04.849Z] #18 0.437 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:30:04.849Z] #18 0.477 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:30:04.849Z] #18 0.663 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:30:05.216Z] #18 1.001 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-02-26T15:30:05.518Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.628s coverage: 57.0% of statements [2020-02-26T15:30:05.998Z] #18 1.912 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [160 kB] [2020-02-26T15:30:06.363Z] #18 ... [2020-02-26T15:30:06.363Z] [2020-02-26T15:30:06.363Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:06.363Z] #66 70.27 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:30:06.363Z] #66 70.27 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-26T15:30:06.363Z] #66 DONE 76.4s [2020-02-26T15:30:06.363Z] [2020-02-26T15:30:06.363Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-26T15:30:06.363Z] #67 DONE 0.1s [2020-02-26T15:30:06.363Z] [2020-02-26T15:30:06.363Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:06.363Z] #45 40.21 LINK criu/pie/parasite.built-in.o [2020-02-26T15:30:06.363Z] #45 40.22 GEN criu/pie/parasite-blob.h [2020-02-26T15:30:06.363Z] #45 40.24 CC criu/pie/parasite-vdso.o [2020-02-26T15:30:06.363Z] #45 40.78 CC criu/arch/s390/vdso-pie.o [2020-02-26T15:30:06.363Z] #45 40.99 CC criu/arch/s390/restorer.o [2020-02-26T15:30:06.363Z] #45 41.26 CC criu/pie/restorer.o [2020-02-26T15:30:08.199Z] #45 43.85 LINK criu/pie/restorer.built-in.o [2020-02-26T15:30:08.199Z] #45 43.86 GEN criu/pie/restorer-blob.h [2020-02-26T15:30:08.199Z] #45 43.92 DEP criu/vdso.d [2020-02-26T15:30:08.567Z] #45 44.10 DEP criu/uts_ns.d [2020-02-26T15:30:08.567Z] #45 44.21 DEP criu/util.d [2020-02-26T15:30:08.567Z] #45 44.34 DEP criu/uffd.d [2020-02-26T15:30:08.809Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.354s coverage: 46.2% of statements [2020-02-26T15:30:08.936Z] #45 44.51 DEP criu/tun.d [2020-02-26T15:30:08.936Z] #45 44.60 DEP criu/tty.d [2020-02-26T15:30:08.936Z] #45 44.70 DEP criu/timerfd.d [2020-02-26T15:30:09.067Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.757s coverage: 48.6% of statements [2020-02-26T15:30:09.312Z] #45 44.78 DEP criu/sysfs_parse.d [2020-02-26T15:30:09.312Z] #45 44.89 DEP criu/sysctl.d [2020-02-26T15:30:09.312Z] #45 44.94 DEP criu/string.d [2020-02-26T15:30:09.312Z] #45 44.96 DEP criu/stats.d [2020-02-26T15:30:09.312Z] #45 45.01 DEP criu/sockets.d [2020-02-26T15:30:09.312Z] #45 45.08 DEP criu/sk-unix.d [2020-02-26T15:30:09.686Z] #45 45.29 DEP criu/sk-tcp.d [2020-02-26T15:30:09.686Z] #45 45.38 DEP criu/sk-queue.d [2020-02-26T15:30:10.067Z] #45 45.49 DEP criu/sk-packet.d [2020-02-26T15:30:10.067Z] #45 45.65 DEP criu/sk-netlink.d [2020-02-26T15:30:10.067Z] #45 45.78 DEP criu/sk-inet.d [2020-02-26T15:30:10.444Z] #45 45.87 DEP criu/signalfd.d [2020-02-26T15:30:10.444Z] #45 45.98 DEP criu/sigframe.d [2020-02-26T15:30:10.444Z] #45 46.04 DEP criu/shmem.d [2020-02-26T15:30:10.444Z] #45 46.13 DEP criu/servicefd.d [2020-02-26T15:30:10.444Z] #45 46.20 DEP criu/seize.d [2020-02-26T15:30:10.446Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.552s coverage: 72.5% of statements [2020-02-26T15:30:10.814Z] #45 46.31 DEP criu/seccomp.d [2020-02-26T15:30:10.814Z] #45 46.44 DEP criu/rst-malloc.d [2020-02-26T15:30:10.814Z] #45 46.48 DEP criu/rbtree.d [2020-02-26T15:30:10.814Z] #45 46.50 DEP criu/pstree.d [2020-02-26T15:30:10.814Z] #45 ... [2020-02-26T15:30:10.814Z] [2020-02-26T15:30:10.814Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:10.814Z] #48 70.87 vendor/golang.org/x/text/secure/bidirule [2020-02-26T15:30:10.814Z] #48 71.35 vendor/golang.org/x/text/unicode/norm [2020-02-26T15:30:10.814Z] #48 75.22 vendor/golang.org/x/net/idna [2020-02-26T15:30:10.814Z] #48 77.91 vendor/golang.org/x/net/http2/hpack [2020-02-26T15:30:10.814Z] #48 78.84 mime [2020-02-26T15:30:10.970Z] #19 6.088 Collecting yamllint==1.16.0 [2020-02-26T15:30:11.223Z] #48 ... [2020-02-26T15:30:11.223Z] [2020-02-26T15:30:11.223Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:11.223Z] #45 46.61 DEP criu/protobuf.d [2020-02-26T15:30:11.223Z] #45 46.71 GEN criu/protobuf-desc-gen.h [2020-02-26T15:30:11.228Z] #19 ... [2020-02-26T15:30:11.228Z] [2020-02-26T15:30:11.228Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:11.228Z] #44 129.8 CC criu/net.o [2020-02-26T15:30:11.228Z] #44 133.0 CC criu/netfilter.o [2020-02-26T15:30:11.228Z] #44 133.5 CC criu/page-pipe.o [2020-02-26T15:30:11.228Z] #44 134.3 CC criu/page-xfer.o [2020-02-26T15:30:11.794Z] #44 135.5 CC criu/pagemap-cache.o [2020-02-26T15:30:11.825Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.527s coverage: 76.1% of statements [2020-02-26T15:30:11.825Z] ok github.com/docker/docker/daemon 12.286s coverage: 17.5% of statements [2020-02-26T15:30:11.825Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-26T15:30:11.825Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-26T15:30:11.825Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-26T15:30:11.825Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-26T15:30:11.825Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-26T15:30:12.051Z] #44 135.9 CC criu/pagemap.o [2020-02-26T15:30:12.084Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.026s coverage: 58.0% of statements [2020-02-26T15:30:12.596Z] #45 47.99 DEP criu/protobuf-desc.d [2020-02-26T15:30:12.596Z] #45 48.08 DEP criu/proc_parse.d [2020-02-26T15:30:12.596Z] #45 48.21 DEP criu/plugin.d [2020-02-26T15:30:12.596Z] #45 48.27 DEP criu/pipes.d [2020-02-26T15:30:12.983Z] #45 48.40 DEP criu/pie-util.d [2020-02-26T15:30:12.983Z] #45 48.54 DEP criu/pie-util-vdso.d [2020-02-26T15:30:12.983Z] #45 48.61 DEP criu/path.d [2020-02-26T15:30:12.983Z] #45 48.69 DEP criu/parasite-syscall.d [2020-02-26T15:30:12.984Z] #44 136.9 CC criu/parasite-syscall.o [2020-02-26T15:30:13.348Z] #45 48.87 DEP criu/pagemap.d [2020-02-26T15:30:13.348Z] #45 49.04 DEP criu/pagemap-cache.d [2020-02-26T15:30:13.348Z] #45 49.12 DEP criu/page-xfer.d [2020-02-26T15:30:13.465Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2020-02-26T15:30:13.733Z] #45 49.22 DEP criu/page-pipe.d [2020-02-26T15:30:13.733Z] #45 49.31 DEP criu/netfilter.d [2020-02-26T15:30:13.733Z] #45 49.43 DEP criu/net.d [2020-02-26T15:30:13.733Z] #45 49.54 DEP criu/namespaces.d [2020-02-26T15:30:13.950Z] #44 137.9 CC criu/path.o [2020-02-26T15:30:14.034Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.053s coverage: 3.0% of statements [2020-02-26T15:30:14.113Z] #45 49.68 DEP criu/mount.d [2020-02-26T15:30:14.113Z] #45 49.80 DEP criu/mem.d [2020-02-26T15:30:14.113Z] #45 49.92 DEP criu/lsm.d [2020-02-26T15:30:14.481Z] #45 50.01 DEP criu/log.d [2020-02-26T15:30:14.481Z] #45 ... [2020-02-26T15:30:14.481Z] [2020-02-26T15:30:14.481Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:14.481Z] #51 DONE 84.6s [2020-02-26T15:30:14.481Z] [2020-02-26T15:30:14.481Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:14.481Z] #45 50.10 DEP criu/libnetlink.d [2020-02-26T15:30:14.481Z] #45 50.33 DEP criu/kerndat.d [2020-02-26T15:30:14.530Z] #44 138.3 CC criu/pie-util-vdso-elf32.o [2020-02-26T15:30:15.096Z] #44 138.7 CC criu/pie-util-vdso.o [2020-02-26T15:30:15.284Z] #45 50.81 DEP criu/kcmp-ids.d [2020-02-26T15:30:15.284Z] #45 50.95 DEP criu/irmap.d [2020-02-26T15:30:15.284Z] #45 51.00 DEP criu/ipc_ns.d [2020-02-26T15:30:15.284Z] #45 51.05 DEP criu/image.d [2020-02-26T15:30:15.354Z] #44 139.2 CC criu/pie-util.o [2020-02-26T15:30:15.613Z] #44 139.4 CC criu/pipes.o [2020-02-26T15:30:15.671Z] #45 51.13 DEP criu/image-desc.d [2020-02-26T15:30:15.671Z] #45 51.20 DEP criu/fsnotify.d [2020-02-26T15:30:15.671Z] #45 51.38 DEP criu/filesystems.d [2020-02-26T15:30:15.870Z] #44 ... [2020-02-26T15:30:15.870Z] [2020-02-26T15:30:15.870Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:30:15.870Z] #19 11.49 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-26T15:30:15.870Z] #19 11.58 Collecting pyyaml (from yamllint==1.16.0) [2020-02-26T15:30:15.944Z] ok github.com/docker/docker/daemon/logger 0.270s coverage: 42.7% of statements [2020-02-26T15:30:15.944Z] ok github.com/docker/docker/daemon/images 0.036s coverage: 4.9% of statements [2020-02-26T15:30:16.126Z] #19 11.73 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-26T15:30:16.204Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.923s coverage: 60.1% of statements [2020-02-26T15:30:16.204Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-26T15:30:16.204Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-26T15:30:16.204Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-26T15:30:16.204Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-26T15:30:16.238Z] #45 51.50 DEP criu/files.d [2020-02-26T15:30:16.238Z] #45 51.61 DEP criu/files-reg.d [2020-02-26T15:30:16.238Z] #45 51.78 DEP criu/files-ext.d [2020-02-26T15:30:16.721Z] #45 51.92 DEP criu/file-lock.d [2020-02-26T15:30:16.722Z] #45 52.20 DEP criu/file-ids.d [2020-02-26T15:30:16.722Z] #45 52.45 DEP criu/fifo.d [2020-02-26T15:30:16.722Z] #45 52.53 DEP criu/fdstore.d [2020-02-26T15:30:16.722Z] #45 52.56 DEP criu/fault-injection.d [2020-02-26T15:30:16.778Z] ok github.com/docker/docker/daemon/logger/awslogs 0.385s coverage: 77.4% of statements [2020-02-26T15:30:16.778Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-26T15:30:16.778Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-26T15:30:17.033Z] Removing intermediate container 680d1f05eb28 [2020-02-26T15:30:17.033Z] ---> b0f9c4e0df39 [2020-02-26T15:30:17.033Z] Step 11/16 : ARG GOOS [2020-02-26T15:30:17.033Z] ---> Running in 48c2290602fd [2020-02-26T15:30:17.033Z] Removing intermediate container 48c2290602fd [2020-02-26T15:30:17.033Z] ---> 4377193c34e0 [2020-02-26T15:30:17.033Z] Step 12/16 : ARG GOARCH [2020-02-26T15:30:17.033Z] ---> Running in e746cf257a18 [2020-02-26T15:30:17.033Z] Removing intermediate container e746cf257a18 [2020-02-26T15:30:17.033Z] ---> f1bde4dd542c [2020-02-26T15:30:17.033Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-02-26T15:30:17.033Z] ---> Running in eae4cddb8f9a [2020-02-26T15:30:17.105Z] #45 52.58 DEP criu/external.d [2020-02-26T15:30:17.105Z] #45 52.62 DEP criu/eventpoll.d [2020-02-26T15:30:17.105Z] #45 52.80 DEP criu/eventfd.d [2020-02-26T15:30:17.105Z] #45 52.86 DEP criu/crtools.d [2020-02-26T15:30:17.105Z] #45 52.97 DEP criu/cr-service.d [2020-02-26T15:30:17.490Z] #45 53.11 DEP criu/cr-restore.d [2020-02-26T15:30:17.490Z] #45 ... [2020-02-26T15:30:17.490Z] [2020-02-26T15:30:17.490Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:17.490Z] #18 3.223 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-02-26T15:30:17.490Z] #18 7.680 Fetched 8028 kB in 7s (1091 kB/s) [2020-02-26T15:30:17.490Z] #18 7.680 Reading package lists... [2020-02-26T15:30:17.490Z] #18 9.982 Reading package lists... [2020-02-26T15:30:17.490Z] #18 12.91 Building dependency tree... [2020-02-26T15:30:17.490Z] #18 13.34 libcap2-bin is already the newest version (1:2.25-2). [2020-02-26T15:30:17.490Z] #18 13.34 The following additional packages will be installed: [2020-02-26T15:30:17.490Z] #18 13.34 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-26T15:30:17.490Z] #18 13.34 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-26T15:30:17.490Z] #18 13.34 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-26T15:30:17.490Z] #18 13.34 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-26T15:30:17.490Z] #18 13.34 python3.7 python3.7-minimal vim-runtime xxd [2020-02-26T15:30:17.490Z] #18 13.34 Suggested packages: [2020-02-26T15:30:17.490Z] #18 13.34 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-26T15:30:17.490Z] #18 13.34 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-26T15:30:17.490Z] #18 13.34 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-26T15:30:17.490Z] #18 13.34 Recommended packages: [2020-02-26T15:30:17.490Z] #18 13.34 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-26T15:30:17.490Z] #18 13.34 python3-keyrings.alt python3-xdg unzip [2020-02-26T15:30:17.495Z] #19 13.10 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-26T15:30:17.495Z] #19 13.14 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-26T15:30:17.495Z] #19 13.18 Building wheels for collected packages: pyyaml [2020-02-26T15:30:17.495Z] #19 13.19 Running setup.py bdist_wheel for pyyaml: started [2020-02-26T15:30:17.718Z] ok github.com/docker/docker/daemon/logger/gelf 0.020s coverage: 67.0% of statements [2020-02-26T15:30:17.718Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 26.2% of statements [2020-02-26T15:30:17.718Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.024s coverage: 88.3% of statements [2020-02-26T15:30:17.873Z] #18 ... [2020-02-26T15:30:17.873Z] [2020-02-26T15:30:17.873Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:17.873Z] #45 53.28 DEP criu/cr-errno.d [2020-02-26T15:30:17.873Z] #45 53.28 DEP criu/cr-dump.d [2020-02-26T15:30:17.873Z] #45 53.47 DEP criu/cr-dedup.d [2020-02-26T15:30:17.873Z] #45 53.55 DEP criu/cr-check.d [2020-02-26T15:30:17.978Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.040s coverage: 62.1% of statements [2020-02-26T15:30:18.248Z] #45 53.71 DEP criu/config.d [2020-02-26T15:30:18.248Z] #45 53.87 DEP criu/clone-noasan.d [2020-02-26T15:30:18.248Z] #45 53.90 DEP criu/cgroup.d [2020-02-26T15:30:18.248Z] #45 53.96 DEP criu/cgroup-props.d [2020-02-26T15:30:18.248Z] #45 54.01 DEP criu/bitmap.d [2020-02-26T15:30:18.248Z] #45 54.01 DEP criu/bfd.d [2020-02-26T15:30:18.248Z] #45 54.10 DEP criu/autofs.d [2020-02-26T15:30:18.427Z] #19 14.26 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-26T15:30:18.630Z] #45 54.23 DEP criu/aio.d [2020-02-26T15:30:18.630Z] #45 54.34 DEP criu/action-scripts.d [2020-02-26T15:30:18.685Z] #19 14.26 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-26T15:30:18.685Z] #19 14.37 Successfully built pyyaml [2020-02-26T15:30:18.685Z] #19 14.38 Installing collected packages: pyyaml, pathspec, yamllint [2020-02-26T15:30:19.013Z] #45 54.61 CC criu/action-scripts.o [2020-02-26T15:30:19.014Z] #45 ... [2020-02-26T15:30:19.014Z] [2020-02-26T15:30:19.014Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:19.014Z] #58 6.700 + cd /tmp/tmp.t4nXBnKPkU/src/github.com/opencontainers/runc [2020-02-26T15:30:19.014Z] #58 6.700 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:30:19.014Z] #58 6.860 + '[' -z '' ']' [2020-02-26T15:30:19.014Z] #58 6.861 + target=static [2020-02-26T15:30:19.014Z] #58 6.861 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-26T15:30:19.014Z] #58 7.946 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-26T15:30:19.014Z] #58 ... [2020-02-26T15:30:19.014Z] [2020-02-26T15:30:19.014Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:19.014Z] #18 14.36 The following NEW packages will be installed: [2020-02-26T15:30:19.014Z] #18 14.36 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-26T15:30:19.014Z] #18 14.36 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-26T15:30:19.014Z] #18 14.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-26T15:30:19.014Z] #18 14.36 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-26T15:30:19.014Z] #18 14.36 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-26T15:30:19.014Z] #18 14.36 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-26T15:30:19.014Z] #18 14.36 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-26T15:30:19.014Z] #18 14.36 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-26T15:30:19.014Z] #18 14.41 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2020-02-26T15:30:19.014Z] #18 14.41 Need to get 26.3 MB of archives. [2020-02-26T15:30:19.014Z] #18 14.41 After this operation, 112 MB of additional disk space will be used. [2020-02-26T15:30:19.014Z] #18 14.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-02-26T15:30:19.014Z] #18 14.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-02-26T15:30:19.014Z] #18 14.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-02-26T15:30:19.014Z] #18 14.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-02-26T15:30:19.014Z] #18 14.53 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-02-26T15:30:19.014Z] #18 14.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-02-26T15:30:19.014Z] #18 14.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-02-26T15:30:19.014Z] #18 14.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-02-26T15:30:19.014Z] #18 14.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-02-26T15:30:19.014Z] #18 14.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-02-26T15:30:19.014Z] #18 14.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-02-26T15:30:19.014Z] #18 14.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-02-26T15:30:19.014Z] #18 14.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-02-26T15:30:19.014Z] #18 14.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-02-26T15:30:19.014Z] #18 14.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-02-26T15:30:19.014Z] #18 14.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-02-26T15:30:19.014Z] #18 14.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-02-26T15:30:19.014Z] #18 14.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:30:19.014Z] #18 14.68 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-02-26T15:30:19.014Z] #18 14.69 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-02-26T15:30:19.014Z] #18 14.70 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-02-26T15:30:19.014Z] #18 14.71 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-02-26T15:30:19.014Z] #18 14.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-02-26T15:30:19.014Z] #18 14.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-02-26T15:30:19.014Z] #18 14.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-02-26T15:30:19.014Z] #18 14.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-02-26T15:30:19.014Z] #18 14.74 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-02-26T15:30:19.014Z] #18 14.74 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-02-26T15:30:19.014Z] #18 14.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-02-26T15:30:19.014Z] #18 14.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-02-26T15:30:19.251Z] #19 14.80 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-26T15:30:19.360Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 19.9% of statements [2020-02-26T15:30:19.396Z] #18 14.97 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-02-26T15:30:19.396Z] #18 14.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-02-26T15:30:19.396Z] #18 14.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-02-26T15:30:19.396Z] #18 14.99 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-02-26T15:30:19.396Z] #18 14.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-02-26T15:30:19.396Z] #18 15.11 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-26T15:30:19.396Z] #18 15.11 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-02-26T15:30:19.396Z] #18 15.11 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-02-26T15:30:19.396Z] #18 15.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-26T15:30:19.396Z] #18 15.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-02-26T15:30:19.396Z] #18 15.14 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-26T15:30:19.396Z] #18 15.14 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-02-26T15:30:19.396Z] #18 15.15 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-26T15:30:19.396Z] #18 15.33 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-02-26T15:30:19.622Z] ok github.com/docker/docker/daemon/logger/local 0.059s coverage: 74.7% of statements [2020-02-26T15:30:19.622Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-26T15:30:19.768Z] #18 15.40 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-02-26T15:30:19.768Z] #18 15.42 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-02-26T15:30:19.817Z] #19 DONE 15.7s [2020-02-26T15:30:19.817Z] [2020-02-26T15:30:19.817Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-26T15:30:19.881Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 47.8% of statements [2020-02-26T15:30:20.141Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2020-02-26T15:30:20.194Z] #18 15.93 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:30:20.194Z] #18 15.99 Fetched 26.3 MB in 1s (25.0 MB/s) [2020-02-26T15:30:20.194Z] #18 16.03 Selecting previously unselected package pigz. [2020-02-26T15:30:20.194Z] #18 16.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23190 files and directories currently installed.) [2020-02-26T15:30:20.194Z] #18 16.07 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-02-26T15:30:20.194Z] #18 16.07 Unpacking pigz (2.4-1) ... [2020-02-26T15:30:20.382Z] #24 DONE 0.2s [2020-02-26T15:30:20.382Z] [2020-02-26T15:30:20.382Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:30:20.614Z] #18 16.18 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-02-26T15:30:20.614Z] #18 16.18 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-26T15:30:20.614Z] #18 16.19 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-26T15:30:20.997Z] #18 16.74 Selecting previously unselected package python3.7-minimal. [2020-02-26T15:30:20.997Z] #18 16.74 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-02-26T15:30:20.997Z] #18 16.75 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:30:21.082Z] ok github.com/docker/docker/daemon/network 0.020s coverage: 63.8% of statements [2020-02-26T15:30:21.312Z] #28 DONE 0.9s [2020-02-26T15:30:21.312Z] [2020-02-26T15:30:21.312Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-26T15:30:21.312Z] #31 DONE 0.1s [2020-02-26T15:30:21.312Z] [2020-02-26T15:30:21.312Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-26T15:30:21.312Z] #34 DONE 0.1s [2020-02-26T15:30:21.312Z] [2020-02-26T15:30:21.312Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-26T15:30:21.312Z] #39 DONE 0.1s [2020-02-26T15:30:21.312Z] [2020-02-26T15:30:21.312Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:21.312Z] #44 140.3 CC criu/plugin.o [2020-02-26T15:30:21.312Z] #44 140.8 CC criu/proc_parse.o [2020-02-26T15:30:21.312Z] #44 144.0 CC criu/protobuf-desc.o [2020-02-26T15:30:21.312Z] #44 145.1 CC criu/protobuf.o [2020-02-26T15:30:21.656Z] ok github.com/docker/docker/daemon/logger/splunk 1.836s coverage: 82.5% of statements [2020-02-26T15:30:21.656Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-26T15:30:21.656Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-26T15:30:21.800Z] #18 17.62 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-02-26T15:30:21.800Z] #18 17.65 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:30:21.876Z] #44 145.6 CC criu/pstree.o [2020-02-26T15:30:22.592Z] ok github.com/docker/docker/distribution/metadata 0.138s coverage: 48.2% of statements [2020-02-26T15:30:22.618Z] #18 ... [2020-02-26T15:30:22.618Z] [2020-02-26T15:30:22.618Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:22.618Z] #48 82.44 crypto/tls [2020-02-26T15:30:22.618Z] #48 86.64 net/http/httptrace [2020-02-26T15:30:22.618Z] #48 86.88 net/http [2020-02-26T15:30:22.618Z] #48 ... [2020-02-26T15:30:22.618Z] [2020-02-26T15:30:22.618Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:22.618Z] #45 54.91 CC criu/aio.o [2020-02-26T15:30:22.618Z] #45 55.34 CC criu/autofs.o [2020-02-26T15:30:22.618Z] #45 56.80 CC criu/bfd.o [2020-02-26T15:30:22.618Z] #45 57.40 CC criu/bitmap.o [2020-02-26T15:30:22.618Z] #45 57.48 CC criu/cgroup-props.o [2020-02-26T15:30:22.618Z] #45 58.18 CC criu/cgroup.o [2020-02-26T15:30:22.808Z] #44 ... [2020-02-26T15:30:22.808Z] [2020-02-26T15:30:22.808Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:30:22.808Z] #41 DONE 214.6s [2020-02-26T15:30:22.808Z] [2020-02-26T15:30:22.808Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:22.808Z] #44 146.7 CC criu/rbtree.o [2020-02-26T15:30:23.373Z] #44 147.1 CC criu/rst-malloc.o [2020-02-26T15:30:23.532Z] ok github.com/docker/docker/errdefs 0.039s coverage: 49.4% of statements [2020-02-26T15:30:23.630Z] #44 147.6 CC criu/seccomp.o [2020-02-26T15:30:23.792Z] ok github.com/docker/docker/distribution 0.259s coverage: 22.1% of statements [2020-02-26T15:30:23.792Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-26T15:30:24.193Z] #44 ... [2020-02-26T15:30:24.193Z] [2020-02-26T15:30:24.193Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-26T15:30:24.193Z] #42 DONE 0.2s [2020-02-26T15:30:24.193Z] [2020-02-26T15:30:24.193Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:24.450Z] #57 ... [2020-02-26T15:30:24.450Z] [2020-02-26T15:30:24.450Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:24.450Z] #44 148.4 CC criu/seize.o [2020-02-26T15:30:25.092Z] #45 60.37 CC criu/clone-noasan.o [2020-02-26T15:30:25.092Z] #45 60.49 CC criu/config.o [2020-02-26T15:30:25.092Z] #45 ... [2020-02-26T15:30:25.092Z] [2020-02-26T15:30:25.092Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:25.092Z] #18 19.32 Selecting previously unselected package python3-minimal. [2020-02-26T15:30:25.092Z] #18 19.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23439 files and directories currently installed.) [2020-02-26T15:30:25.092Z] #18 19.33 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-02-26T15:30:25.092Z] #18 19.34 Unpacking python3-minimal (3.7.3-1) ... [2020-02-26T15:30:25.092Z] #18 19.40 Selecting previously unselected package libmpdec2:s390x. [2020-02-26T15:30:25.092Z] #18 19.40 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-02-26T15:30:25.092Z] #18 19.41 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-02-26T15:30:25.092Z] #18 19.52 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-02-26T15:30:25.092Z] #18 19.52 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-02-26T15:30:25.092Z] #18 19.52 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-26T15:30:25.092Z] #18 20.23 Selecting previously unselected package python3.7. [2020-02-26T15:30:25.092Z] #18 20.23 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-02-26T15:30:25.092Z] #18 20.23 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:30:25.092Z] #18 20.31 Selecting previously unselected package libpython3-stdlib:s390x. [2020-02-26T15:30:25.092Z] #18 20.31 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-02-26T15:30:25.092Z] #18 20.31 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-26T15:30:25.092Z] #18 20.37 Setting up python3-minimal (3.7.3-1) ... [2020-02-26T15:30:25.092Z] #18 20.99 Selecting previously unselected package python3. [2020-02-26T15:30:25.092Z] #18 20.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23851 files and directories currently installed.) [2020-02-26T15:30:25.092Z] #18 21.07 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-02-26T15:30:25.176Z] ok github.com/docker/docker/image 0.049s coverage: 86.4% of statements [2020-02-26T15:30:25.176Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2020-02-26T15:30:25.176Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-26T15:30:25.382Z] #44 149.0 CC criu/servicefd.o [2020-02-26T15:30:25.382Z] #44 149.4 CC criu/shmem.o [2020-02-26T15:30:25.436Z] ok github.com/docker/docker/image/cache 0.024s coverage: 19.2% of statements [2020-02-26T15:30:25.436Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-26T15:30:25.464Z] #18 21.08 Unpacking python3 (3.7.3-1) ... [2020-02-26T15:30:25.464Z] #18 21.20 Selecting previously unselected package libip4tc0:s390x. [2020-02-26T15:30:25.464Z] #18 21.21 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-02-26T15:30:25.464Z] #18 21.21 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-02-26T15:30:25.464Z] #18 21.25 Selecting previously unselected package libip6tc0:s390x. [2020-02-26T15:30:25.464Z] #18 21.25 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-02-26T15:30:25.464Z] #18 21.25 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-02-26T15:30:25.464Z] #18 21.30 Selecting previously unselected package libiptc0:s390x. [2020-02-26T15:30:25.464Z] #18 21.30 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-02-26T15:30:25.464Z] #18 21.30 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-02-26T15:30:25.696Z] ok github.com/docker/docker/image/v1 0.036s coverage: 25.0% of statements [2020-02-26T15:30:25.696Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-26T15:30:25.890Z] #18 21.36 Selecting previously unselected package libnfnetlink0:s390x. [2020-02-26T15:30:25.890Z] #18 21.36 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-02-26T15:30:25.890Z] #18 21.36 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-26T15:30:25.890Z] #18 21.40 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-02-26T15:30:25.890Z] #18 21.40 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-02-26T15:30:25.890Z] #18 21.40 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-26T15:30:25.890Z] #18 21.44 Selecting previously unselected package libnftnl11:s390x. [2020-02-26T15:30:25.890Z] #18 21.44 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-02-26T15:30:25.890Z] #18 21.44 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-02-26T15:30:25.890Z] #18 21.54 Selecting previously unselected package iptables. [2020-02-26T15:30:25.890Z] #18 21.56 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-02-26T15:30:25.890Z] #18 21.56 Unpacking iptables (1.8.2-4) ... [2020-02-26T15:30:25.956Z] ok github.com/docker/docker/libcontainerd/queue 0.051s coverage: 100.0% of statements [2020-02-26T15:30:26.317Z] #44 150.1 CC criu/sigframe.o [2020-02-26T15:30:26.320Z] #18 21.97 Selecting previously unselected package xxd. [2020-02-26T15:30:26.320Z] #18 21.97 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-02-26T15:30:26.320Z] #18 21.98 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:30:26.320Z] #18 22.09 Selecting previously unselected package vim-common. [2020-02-26T15:30:26.320Z] #18 22.09 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:30:26.320Z] #18 22.10 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:30:26.574Z] #44 150.3 CC criu/signalfd.o [2020-02-26T15:30:26.574Z] #44 150.5 CC criu/sk-inet.o [2020-02-26T15:30:26.704Z] #18 22.39 Selecting previously unselected package bash-completion. [2020-02-26T15:30:26.704Z] #18 22.39 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-26T15:30:26.897Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 50.0% of statements [2020-02-26T15:30:27.505Z] #44 151.3 CC criu/sk-netlink.o [2020-02-26T15:30:27.763Z] #44 151.6 CC criu/sk-packet.o [2020-02-26T15:30:27.835Z] ok github.com/docker/docker/opts 0.055s coverage: 67.4% of statements [2020-02-26T15:30:28.328Z] #44 152.1 CC criu/sk-queue.o [2020-02-26T15:30:28.562Z] #18 24.37 Unpacking bash-completion (1:2.8-6) ... [2020-02-26T15:30:28.585Z] #44 152.5 CC criu/sk-tcp.o [2020-02-26T15:30:29.150Z] #44 153.0 CC criu/sk-unix.o [2020-02-26T15:30:29.216Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2020-02-26T15:30:29.384Z] #18 24.83 Selecting previously unselected package bzip2. [2020-02-26T15:30:29.384Z] #18 24.84 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-02-26T15:30:29.384Z] #18 24.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:30:29.384Z] #18 24.95 Selecting previously unselected package xz-utils. [2020-02-26T15:30:29.384Z] #18 24.95 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-02-26T15:30:29.384Z] #18 24.96 Unpacking xz-utils (5.2.4-1) ... [2020-02-26T15:30:29.384Z] #18 25.10 Selecting previously unselected package apparmor. [2020-02-26T15:30:29.384Z] #18 25.10 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-02-26T15:30:29.384Z] #18 25.14 Unpacking apparmor (2.13.2-10) ... [2020-02-26T15:30:29.474Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-02-26T15:30:29.733Z] ok github.com/docker/docker/pkg/authorization 1.194s coverage: 68.3% of statements [2020-02-26T15:30:29.966Z] #18 25.75 Selecting previously unselected package aufs-tools. [2020-02-26T15:30:29.966Z] #18 25.75 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-02-26T15:30:29.966Z] #18 25.76 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:30:30.304Z] ok github.com/docker/docker/pkg/archive 1.245s coverage: 76.8% of statements [2020-02-26T15:30:30.464Z] #18 26.03 Selecting previously unselected package libonig5:s390x. [2020-02-26T15:30:30.464Z] #18 26.03 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-02-26T15:30:30.464Z] #18 26.04 Unpacking libonig5:s390x (6.9.1-1) ... [2020-02-26T15:30:30.464Z] #18 26.18 Selecting previously unselected package libjq1:s390x. [2020-02-26T15:30:30.464Z] #18 26.18 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-02-26T15:30:30.464Z] #18 26.19 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-26T15:30:30.464Z] #18 26.26 Selecting previously unselected package jq. [2020-02-26T15:30:30.464Z] #18 26.26 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-02-26T15:30:30.464Z] #18 26.26 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:30:30.464Z] #18 26.31 Selecting previously unselected package libaio1:s390x. [2020-02-26T15:30:30.464Z] #18 26.31 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-02-26T15:30:30.464Z] #18 26.31 Unpacking libaio1:s390x (0.3.112-3) ... [2020-02-26T15:30:30.464Z] #18 26.34 Selecting previously unselected package libgpm2:s390x. [2020-02-26T15:30:30.464Z] #18 26.34 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-02-26T15:30:30.464Z] #18 26.34 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-02-26T15:30:30.464Z] #18 26.38 Selecting previously unselected package libicu63:s390x. [2020-02-26T15:30:30.564Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-02-26T15:30:30.829Z] #18 26.38 Preparing to unpack .../20-libicu63_63.1-6_s390x.deb ... [2020-02-26T15:30:30.829Z] #18 26.38 Unpacking libicu63:s390x (63.1-6) ... [2020-02-26T15:30:31.049Z] #44 154.5 CC criu/sockets.o [2020-02-26T15:30:31.133Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2020-02-26T15:30:31.133Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2020-02-26T15:30:31.306Z] #44 155.3 CC criu/stats.o [2020-02-26T15:30:31.702Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-02-26T15:30:31.872Z] #44 155.6 CC criu/string.o [2020-02-26T15:30:31.872Z] #44 155.7 CC criu/sysctl.o [2020-02-26T15:30:32.271Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-02-26T15:30:32.438Z] #44 156.2 CC criu/sysfs_parse.o [2020-02-26T15:30:32.695Z] #44 156.6 CC criu/timerfd.o [2020-02-26T15:30:32.839Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-02-26T15:30:32.953Z] #44 156.9 CC criu/tty.o [2020-02-26T15:30:34.030Z] #18 29.38 Selecting previously unselected package libnet1:s390x. [2020-02-26T15:30:34.030Z] #18 29.38 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-02-26T15:30:34.030Z] #18 29.39 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-26T15:30:34.030Z] #18 29.43 Selecting previously unselected package libnl-3-200:s390x. [2020-02-26T15:30:34.030Z] #18 29.44 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-02-26T15:30:34.030Z] #18 29.44 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-02-26T15:30:34.030Z] #18 29.49 Selecting previously unselected package libprotobuf-c1:s390x. [2020-02-26T15:30:34.030Z] #18 29.49 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-02-26T15:30:34.030Z] #18 29.49 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-26T15:30:34.030Z] #18 29.52 Selecting previously unselected package libreadline5:s390x. [2020-02-26T15:30:34.030Z] #18 29.52 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-02-26T15:30:34.030Z] #18 29.54 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-26T15:30:34.030Z] #18 29.60 Selecting previously unselected package net-tools. [2020-02-26T15:30:34.030Z] #18 29.60 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-02-26T15:30:34.030Z] #18 29.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:30:34.030Z] #18 29.75 Selecting previously unselected package python-pip-whl. [2020-02-26T15:30:34.030Z] #18 29.75 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-26T15:30:34.030Z] #18 29.76 Unpacking python-pip-whl (18.1-5) ... [2020-02-26T15:30:34.030Z] #18 ... [2020-02-26T15:30:34.030Z] [2020-02-26T15:30:34.030Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:34.030Z] #48 96.36 github.com/LK4D4/vndr/godl [2020-02-26T15:30:34.030Z] #48 97.16 github.com/LK4D4/vndr [2020-02-26T15:30:34.030Z] #48 DONE 104.3s [2020-02-26T15:30:34.030Z] [2020-02-26T15:30:34.030Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:34.030Z] #45 61.57 CC criu/cr-check.o [2020-02-26T15:30:34.030Z] #45 63.40 CC criu/cr-dedup.o [2020-02-26T15:30:34.030Z] #45 63.67 CC criu/cr-dump.o [2020-02-26T15:30:34.030Z] #45 65.79 CC criu/cr-errno.o [2020-02-26T15:30:34.030Z] #45 65.95 CC criu/cr-restore.o [2020-02-26T15:30:34.030Z] #45 69.21 CC criu/cr-service.o [2020-02-26T15:30:34.215Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-02-26T15:30:34.400Z] #45 ... [2020-02-26T15:30:34.400Z] [2020-02-26T15:30:34.400Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:34.400Z] #18 30.23 Selecting previously unselected package python3-lib2to3. [2020-02-26T15:30:34.400Z] #18 30.24 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-26T15:30:34.400Z] #18 30.25 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:30:34.474Z] ok github.com/docker/docker/pkg/chrootarchive 3.591s coverage: 43.2% of statements [2020-02-26T15:30:34.474Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-02-26T15:30:34.764Z] #18 30.42 Selecting previously unselected package python3-distutils. [2020-02-26T15:30:34.764Z] #18 30.44 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-26T15:30:34.764Z] #18 30.44 Unpacking python3-distutils (3.7.3-1) ... [2020-02-26T15:30:34.764Z] #18 30.63 Selecting previously unselected package python3-pip. [2020-02-26T15:30:34.764Z] #18 30.63 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-26T15:30:34.764Z] #18 30.64 Unpacking python3-pip (18.1-5) ... [2020-02-26T15:30:34.764Z] #18 30.71 Selecting previously unselected package python3-pkg-resources. [2020-02-26T15:30:34.850Z] #44 158.5 CC criu/tun.o [2020-02-26T15:30:35.043Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-02-26T15:30:35.107Z] #44 158.9 CC criu/uffd.o [2020-02-26T15:30:35.273Z] #18 30.72 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:30:35.273Z] #18 30.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:30:35.273Z] #18 30.82 Selecting previously unselected package python3-setuptools. [2020-02-26T15:30:35.273Z] #18 30.82 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-26T15:30:35.273Z] #18 30.82 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-26T15:30:35.273Z] #18 30.99 Selecting previously unselected package python3-wheel. [2020-02-26T15:30:35.273Z] #18 30.99 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-26T15:30:35.273Z] #18 30.99 Unpacking python3-wheel (0.32.3-2) ... [2020-02-26T15:30:35.273Z] #18 31.04 Selecting previously unselected package thin-provisioning-tools. [2020-02-26T15:30:35.273Z] #18 31.04 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-02-26T15:30:35.273Z] #18 31.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:30:35.303Z] ok github.com/docker/docker/pkg/fsutils 0.321s coverage: 85.1% of statements [2020-02-26T15:30:35.303Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2020-02-26T15:30:35.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-26T15:30:35.726Z] #18 31.23 Selecting previously unselected package vim-runtime. [2020-02-26T15:30:35.726Z] #18 31.23 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:30:35.726Z] #18 31.24 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-26T15:30:35.726Z] #18 31.25 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-26T15:30:35.726Z] #18 31.26 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:30:36.038Z] #44 159.9 CC criu/util.o [2020-02-26T15:30:36.242Z] ok github.com/docker/docker/layer 7.901s coverage: 68.8% of statements [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/oci [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-26T15:30:36.242Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-26T15:30:36.502Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2020-02-26T15:30:36.502Z] ok github.com/docker/docker/pkg/idtools 0.666s coverage: 70.1% of statements [2020-02-26T15:30:36.762Z] ok github.com/docker/docker/pkg/ioutils 0.638s coverage: 70.6% of statements [2020-02-26T15:30:36.762Z] ok github.com/docker/docker/pkg/locker 0.035s coverage: 88.9% of statements [2020-02-26T15:30:37.022Z] ok github.com/docker/docker/pkg/longpath 0.024s coverage: 100.0% of statements [2020-02-26T15:30:37.022Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-26T15:30:37.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-26T15:30:37.283Z] ok github.com/docker/docker/pkg/namesgenerator 0.043s coverage: 85.7% of statements [2020-02-26T15:30:37.410Z] #44 161.0 CC criu/uts_ns.o [2020-02-26T15:30:37.410Z] #44 161.2 CC criu/vdso-compat.o [2020-02-26T15:30:37.667Z] #44 161.5 CC criu/vdso.o [2020-02-26T15:30:37.735Z] ok github.com/docker/docker/pkg/parsers 0.021s coverage: 97.0% of statements [2020-02-26T15:30:37.924Z] #44 ... [2020-02-26T15:30:37.924Z] [2020-02-26T15:30:37.924Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:30:37.924Z] #57 109.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-26T15:30:37.994Z] ok github.com/docker/docker/pkg/parsers/kernel 0.050s coverage: 60.0% of statements [2020-02-26T15:30:38.257Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2020-02-26T15:30:38.257Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 91.4% of statements [2020-02-26T15:30:38.840Z] ok github.com/docker/docker/pkg/mount 0.887s coverage: 70.0% of statements [2020-02-26T15:30:38.841Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-26T15:30:38.841Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-26T15:30:38.841Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-26T15:30:39.063Z] #18 34.39 Selecting previously unselected package vim. [2020-02-26T15:30:39.063Z] #18 34.40 Preparing to unpack .../35-vim_2%3a8.1.0875-5_s390x.deb ... [2020-02-26T15:30:39.063Z] #18 34.40 Unpacking vim (2:8.1.0875-5) ... [2020-02-26T15:30:39.063Z] #18 34.78 Selecting previously unselected package xfsprogs. [2020-02-26T15:30:39.063Z] #18 34.78 Preparing to unpack .../36-xfsprogs_4.20.0-1_s390x.deb ... [2020-02-26T15:30:39.063Z] #18 34.78 Unpacking xfsprogs (4.20.0-1) ... [2020-02-26T15:30:39.103Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.031s coverage: 56.8% of statements [2020-02-26T15:30:39.295Z] #57 110.9 + mkdir -p /build [2020-02-26T15:30:39.295Z] #57 110.9 + cp runc /build/runc [2020-02-26T15:30:39.424Z] #18 35.19 Selecting previously unselected package zip. [2020-02-26T15:30:39.425Z] #18 35.19 Preparing to unpack .../37-zip_3.0-11+b1_s390x.deb ... [2020-02-26T15:30:39.425Z] #18 35.20 Unpacking zip (3.0-11+b1) ... [2020-02-26T15:30:39.425Z] #18 35.31 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:30:39.425Z] #18 35.32 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:30:39.425Z] #18 35.33 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-02-26T15:30:39.425Z] #18 35.33 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-02-26T15:30:39.425Z] #18 35.34 Setting up libgpm2:s390x (1.20.7-5) ... [2020-02-26T15:30:39.425Z] #18 35.35 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-02-26T15:30:39.425Z] #18 35.35 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-02-26T15:30:39.425Z] #18 35.36 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-02-26T15:30:39.425Z] #18 35.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:30:39.425Z] #18 35.37 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-02-26T15:30:39.425Z] #18 35.38 Setting up libicu63:s390x (63.1-6) ... [2020-02-26T15:30:39.425Z] #18 35.39 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:30:39.425Z] #18 35.40 Setting up zip (3.0-11+b1) ... [2020-02-26T15:30:39.425Z] #18 35.41 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:30:39.425Z] #18 35.42 Setting up bash-completion (1:2.8-6) ... [2020-02-26T15:30:39.552Z] #57 DONE 111.3s [2020-02-26T15:30:39.552Z] [2020-02-26T15:30:39.552Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:39.552Z] #44 162.0 LINK criu/built-in.o [2020-02-26T15:30:39.552Z] #44 162.2 LINK criu/criu [2020-02-26T15:30:39.552Z] #44 162.6 DEP lib/c/criu.d [2020-02-26T15:30:39.552Z] #44 162.7 CC images/rpc.pb-c.o [2020-02-26T15:30:39.552Z] #44 163.2 CC lib/c/criu.o [2020-02-26T15:30:39.681Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements [2020-02-26T15:30:39.940Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2020-02-26T15:30:39.940Z] ok github.com/docker/docker/pkg/plugins/transport 0.033s coverage: 85.7% of statements [2020-02-26T15:30:40.203Z] #18 ... [2020-02-26T15:30:40.203Z] [2020-02-26T15:30:40.203Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:30:40.203Z] #31 DONE 110.4s [2020-02-26T15:30:40.203Z] [2020-02-26T15:30:40.203Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:40.203Z] #45 70.71 CC criu/crtools.o [2020-02-26T15:30:40.203Z] #45 71.02 CC criu/eventfd.o [2020-02-26T15:30:40.203Z] #45 71.32 CC criu/eventpoll.o [2020-02-26T15:30:40.203Z] #45 72.17 CC criu/external.o [2020-02-26T15:30:40.203Z] #45 72.41 CC criu/fault-injection.o [2020-02-26T15:30:40.203Z] #45 72.47 CC criu/fdstore.o [2020-02-26T15:30:40.203Z] #45 72.71 CC criu/fifo.o [2020-02-26T15:30:40.203Z] #45 72.90 CC criu/file-ids.o [2020-02-26T15:30:40.203Z] #45 73.17 CC criu/file-lock.o [2020-02-26T15:30:40.203Z] #45 73.83 CC criu/files-ext.o [2020-02-26T15:30:40.203Z] #45 74.06 CC criu/files-reg.o [2020-02-26T15:30:40.203Z] #45 75.56 CC criu/files.o [2020-02-26T15:30:40.485Z] #44 164.2 LINK lib/c/built-in.o [2020-02-26T15:30:40.485Z] #44 164.2 LINK lib/c/libcriu.so [2020-02-26T15:30:40.485Z] #44 164.3 LINK lib/c/libcriu.a [2020-02-26T15:30:40.510Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2020-02-26T15:30:40.743Z] #44 164.6 GEN magic.py [2020-02-26T15:30:41.001Z] #44 164.7 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:30:41.001Z] #44 164.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:30:41.001Z] #44 164.7 Note: Building without GnuTLS support [2020-02-26T15:30:41.190Z] ok github.com/docker/docker/pkg/stdcopy 0.012s coverage: 100.0% of statements [2020-02-26T15:30:41.190Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 73.9% of statements [2020-02-26T15:30:41.564Z] #44 165.4 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:30:41.596Z] #45 ... [2020-02-26T15:30:41.596Z] [2020-02-26T15:30:41.596Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:30:41.596Z] #18 37.53 Setting up libiptc0:s390x (1.8.2-4) ... [2020-02-26T15:30:41.596Z] #18 37.53 Setting up xz-utils (5.2.4-1) ... [2020-02-26T15:30:41.596Z] #18 37.54 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-26T15:30:41.596Z] #18 37.55 Setting up pigz (2.4-1) ... [2020-02-26T15:30:41.596Z] #18 37.56 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-02-26T15:30:41.596Z] #18 37.57 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-02-26T15:30:41.596Z] #18 37.59 Setting up python-pip-whl (18.1-5) ... [2020-02-26T15:30:41.596Z] #18 37.59 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-02-26T15:30:41.596Z] #18 37.61 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:30:41.757Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-02-26T15:30:41.757Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2020-02-26T15:30:41.822Z] #44 165.8 make[1]: Nothing to be done for 'all'. [2020-02-26T15:30:41.966Z] #18 37.84 Setting up libaio1:s390x (0.3.112-3) ... [2020-02-26T15:30:41.966Z] #18 37.84 Setting up libonig5:s390x (6.9.1-1) ... [2020-02-26T15:30:41.966Z] #18 37.85 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-02-26T15:30:41.966Z] #18 37.86 Setting up vim (2:8.1.0875-5) ... [2020-02-26T15:30:41.966Z] #18 37.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-26T15:30:41.966Z] #18 37.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-26T15:30:42.325Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2020-02-26T15:30:42.359Z] #18 37.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-26T15:30:42.359Z] #18 37.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-26T15:30:42.359Z] #18 37.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-26T15:30:42.359Z] #18 37.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-26T15:30:42.359Z] #18 37.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-26T15:30:42.359Z] #18 37.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-26T15:30:42.359Z] #18 37.90 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-02-26T15:30:42.359Z] #18 37.90 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:30:42.359Z] #18 37.91 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-02-26T15:30:42.359Z] #18 37.92 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:30:42.359Z] #18 37.92 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-02-26T15:30:42.359Z] #18 37.93 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:30:42.387Z] #44 166.3 make[1]: 'images/built-in.o' is up to date. [2020-02-26T15:30:42.387Z] #44 166.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-26T15:30:42.387Z] #44 166.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-26T15:30:42.387Z] #44 166.4 make[1]: 'compel/libcompel.a' is up to date. [2020-02-26T15:30:42.387Z] #44 166.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-26T15:30:42.584Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 71.3% of statements [2020-02-26T15:30:42.644Z] #44 166.4 make[1]: Nothing to be done for 'all'. [2020-02-26T15:30:42.644Z] #44 166.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:30:42.644Z] #44 166.5 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.644Z] #44 166.6 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.644Z] #44 166.6 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.644Z] #44 166.6 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.902Z] #44 166.7 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.902Z] #44 166.7 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.902Z] #44 166.8 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:42.902Z] #44 166.9 make[2]: Nothing to be done for 'all'. [2020-02-26T15:30:43.160Z] #44 166.9 INSTALL criu/criu [2020-02-26T15:30:43.160Z] #44 DONE 167.1s [2020-02-26T15:30:43.160Z] [2020-02-26T15:30:43.160Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:43.160Z] #62 190.4 + bin/containerd [2020-02-26T15:30:43.524Z] ok github.com/docker/docker/pkg/tailfile 0.116s coverage: 88.6% of statements [2020-02-26T15:30:43.524Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 36.2% of statements [2020-02-26T15:30:43.524Z] ok github.com/docker/docker/pkg/signal 2.851s coverage: 61.0% of statements [2020-02-26T15:30:44.094Z] ok github.com/docker/docker/pkg/term 0.015s coverage: 84.8% of statements [2020-02-26T15:30:44.157Z] #18 39.82 Setting up iptables (1.8.2-4) ... [2020-02-26T15:30:44.157Z] #18 39.83 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.84 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-26T15:30:44.157Z] #18 39.85 Setting up python3 (3.7.3-1) ... [2020-02-26T15:30:44.354Z] ok github.com/docker/docker/pkg/tarsum 0.117s coverage: 89.3% of statements [2020-02-26T15:30:44.354Z] testing: warning: no tests to run [2020-02-26T15:30:44.354Z] coverage: [no statements] [2020-02-26T15:30:44.354Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: [no statements] [no tests to run] [2020-02-26T15:30:44.519Z] #18 40.15 Setting up python3-wheel (0.32.3-2) ... [2020-02-26T15:30:44.540Z] #62 ... [2020-02-26T15:30:44.540Z] [2020-02-26T15:30:44.540Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-26T15:30:44.540Z] #45 DONE 0.1s [2020-02-26T15:30:44.540Z] [2020-02-26T15:30:44.540Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-26T15:30:44.540Z] #48 DONE 0.2s [2020-02-26T15:30:44.540Z] [2020-02-26T15:30:44.540Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:44.613Z] ok github.com/docker/docker/pkg/urlutil 0.007s coverage: 100.0% of statements [2020-02-26T15:30:44.613Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2020-02-26T15:30:44.797Z] #62 ... [2020-02-26T15:30:44.797Z] [2020-02-26T15:30:44.797Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-26T15:30:44.797Z] #51 DONE 0.1s [2020-02-26T15:30:44.797Z] [2020-02-26T15:30:44.797Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:44.874Z] ok github.com/docker/docker/pkg/truncindex 0.108s coverage: 91.5% of statements [2020-02-26T15:30:44.896Z] #18 40.56 Setting up apparmor (2.13.2-10) ... [2020-02-26T15:30:45.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-26T15:30:45.793Z] #18 41.71 Setting up xfsprogs (4.20.0-1) ... [2020-02-26T15:30:45.793Z] #18 41.76 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:30:46.256Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements [2020-02-26T15:30:46.597Z] #18 42.21 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:30:46.827Z] ok github.com/docker/docker/profiles/seccomp 0.016s coverage: 73.8% of statements [2020-02-26T15:30:46.962Z] #18 42.78 Setting up python3-distutils (3.7.3-1) ... [2020-02-26T15:30:47.087Z] ok github.com/docker/docker/reference 0.023s coverage: 84.4% of statements [2020-02-26T15:30:47.336Z] #18 43.14 Setting up python3-setuptools (40.8.0-1) ... [2020-02-26T15:30:48.024Z] ok github.com/docker/docker/plugin 0.579s coverage: 27.1% of statements [2020-02-26T15:30:48.074Z] #62 ... [2020-02-26T15:30:48.074Z] [2020-02-26T15:30:48.074Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:48.074Z] #53 DONE 239.5s [2020-02-26T15:30:48.074Z] [2020-02-26T15:30:48.074Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:48.106Z] #18 43.84 Setting up python3-pip (18.1-5) ... [2020-02-26T15:30:48.284Z] ok github.com/docker/docker/registry/resumable 0.053s coverage: 100.0% of statements [2020-02-26T15:30:48.854Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 50.9% of statements [2020-02-26T15:30:49.004Z] #62 ... [2020-02-26T15:30:49.004Z] [2020-02-26T15:30:49.004Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-26T15:30:49.093Z] #18 44.44 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:30:49.093Z] #18 44.49 Processing triggers for mime-support (3.62) ... [2020-02-26T15:30:49.093Z] #18 DONE 44.7s [2020-02-26T15:30:49.093Z] [2020-02-26T15:30:49.093Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:49.093Z] #45 77.51 CC criu/filesystems.o [2020-02-26T15:30:49.093Z] #45 77.86 CC criu/fsnotify.o [2020-02-26T15:30:49.093Z] #45 78.42 CC criu/image-desc.o [2020-02-26T15:30:49.093Z] #45 78.45 CC criu/image.o [2020-02-26T15:30:49.093Z] #45 78.87 CC criu/ipc_ns.o [2020-02-26T15:30:49.093Z] #45 79.51 CC criu/irmap.o [2020-02-26T15:30:49.093Z] #45 79.87 CC criu/kcmp-ids.o [2020-02-26T15:30:49.093Z] #45 80.09 CC criu/kerndat.o [2020-02-26T15:30:49.093Z] #45 80.65 CC criu/libnetlink.o [2020-02-26T15:30:49.093Z] #45 80.89 CC criu/log.o [2020-02-26T15:30:49.093Z] #45 81.23 CC criu/lsm.o [2020-02-26T15:30:49.093Z] #45 81.65 CC criu/mem.o [2020-02-26T15:30:49.093Z] #45 82.74 CC criu/mount.o [2020-02-26T15:30:49.093Z] #45 ... [2020-02-26T15:30:49.093Z] [2020-02-26T15:30:49.093Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-26T15:30:49.114Z] ok github.com/docker/docker/registry 0.223s coverage: 56.0% of statements [2020-02-26T15:30:49.261Z] #54 DONE 0.2s [2020-02-26T15:30:49.261Z] [2020-02-26T15:30:49.261Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-26T15:30:49.261Z] #58 DONE 0.1s [2020-02-26T15:30:49.261Z] [2020-02-26T15:30:49.261Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:30:49.686Z] ok github.com/docker/docker/testutil 0.014s coverage: 62.5% of statements [2020-02-26T15:30:49.686Z] ok github.com/docker/docker/runconfig 0.043s coverage: 68.2% of statements [2020-02-26T15:30:49.700Z] #19 0.311 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-26T15:30:49.700Z] #19 0.322 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-26T15:30:49.700Z] #19 0.324 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-26T15:30:49.700Z] #19 DONE 0.5s [2020-02-26T15:30:49.700Z] [2020-02-26T15:30:49.700Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:30:52.142Z] #20 2.701 Collecting yamllint==1.16.0 [2020-02-26T15:30:52.142Z] #20 2.879 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-26T15:30:52.142Z] #20 2.921 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-26T15:30:52.142Z] #20 2.959 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-26T15:30:52.226Z] ok github.com/docker/docker/volume/drivers 0.014s coverage: 36.1% of statements [2020-02-26T15:30:52.226Z] ok github.com/docker/docker/volume/local 0.039s coverage: 73.0% of statements [2020-02-26T15:30:52.226Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.0% of statements [2020-02-26T15:30:52.686Z] #20 2.985 Collecting pyyaml (from yamllint==1.16.0) [2020-02-26T15:30:52.686Z] #20 3.143 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-26T15:30:53.583Z] #20 4.222 Building wheels for collected packages: pyyaml [2020-02-26T15:30:53.583Z] #20 4.249 Running setup.py bdist_wheel for pyyaml: started [2020-02-26T15:30:53.607Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2020-02-26T15:30:54.360Z] #20 4.904 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-26T15:30:54.360Z] #20 4.904 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-26T15:30:54.360Z] #20 4.940 Successfully built pyyaml [2020-02-26T15:30:54.360Z] #20 4.947 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-26T15:30:54.360Z] #20 5.154 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-26T15:30:54.730Z] #20 DONE 5.4s [2020-02-26T15:30:54.730Z] [2020-02-26T15:30:54.730Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:54.730Z] #45 85.17 CC criu/namespaces.o [2020-02-26T15:30:54.730Z] #45 86.48 CC criu/net.o [2020-02-26T15:30:54.730Z] #45 88.36 CC criu/netfilter.o [2020-02-26T15:30:54.730Z] #45 88.64 CC criu/page-pipe.o [2020-02-26T15:30:54.730Z] #45 89.16 CC criu/page-xfer.o [2020-02-26T15:30:54.730Z] #45 89.74 CC criu/pagemap-cache.o [2020-02-26T15:30:54.730Z] #45 89.96 CC criu/pagemap.o [2020-02-26T15:30:55.093Z] #45 ... [2020-02-26T15:30:55.093Z] [2020-02-26T15:30:55.093Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-26T15:30:55.093Z] #25 DONE 0.1s [2020-02-26T15:30:55.093Z] [2020-02-26T15:30:55.093Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:55.093Z] #45 90.57 CC criu/parasite-syscall.o [2020-02-26T15:30:55.093Z] #45 ... [2020-02-26T15:30:55.093Z] [2020-02-26T15:30:55.093Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:30:55.462Z] #29 DONE 0.4s [2020-02-26T15:30:55.462Z] [2020-02-26T15:30:55.462Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-26T15:30:55.462Z] #32 DONE 0.1s [2020-02-26T15:30:55.462Z] [2020-02-26T15:30:55.462Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-26T15:30:55.462Z] #35 DONE 0.1s [2020-02-26T15:30:55.462Z] [2020-02-26T15:30:55.462Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-26T15:30:55.462Z] #40 DONE 0.1s [2020-02-26T15:30:55.462Z] [2020-02-26T15:30:55.462Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:30:55.825Z] #42 ... [2020-02-26T15:30:55.825Z] [2020-02-26T15:30:55.825Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:30:55.825Z] #45 91.35 CC criu/path.o [2020-02-26T15:30:55.825Z] #45 91.51 CC criu/pie-util-vdso.o [2020-02-26T15:30:56.181Z] #45 91.75 CC criu/pie-util.o [2020-02-26T15:30:56.181Z] #45 91.80 CC criu/pipes.o [2020-02-26T15:30:56.543Z] #45 92.16 CC criu/plugin.o [2020-02-26T15:30:56.902Z] #45 92.34 CC criu/proc_parse.o [2020-02-26T15:30:58.754Z] #45 94.21 CC criu/protobuf-desc.o [2020-02-26T15:30:59.125Z] #45 94.69 CC criu/protobuf.o [2020-02-26T15:30:59.125Z] #45 94.90 CC criu/pstree.o [2020-02-26T15:30:59.898Z] #45 95.59 CC criu/rbtree.o [2020-02-26T15:31:00.269Z] #45 95.78 CC criu/rst-malloc.o [2020-02-26T15:31:00.269Z] #45 96.04 CC criu/seccomp.o [2020-02-26T15:31:01.055Z] #45 96.53 CC criu/seize.o [2020-02-26T15:31:01.439Z] #45 97.08 CC criu/servicefd.o [2020-02-26T15:31:01.993Z] #45 97.39 CC criu/shmem.o [2020-02-26T15:31:02.438Z] #45 97.84 CC criu/sigframe.o [2020-02-26T15:31:02.438Z] #45 97.95 CC criu/signalfd.o [2020-02-26T15:31:02.438Z] #45 98.24 CC criu/sk-inet.o [2020-02-26T15:31:03.215Z] #45 98.84 CC criu/sk-netlink.o [2020-02-26T15:31:03.591Z] #45 99.06 CC criu/sk-packet.o [2020-02-26T15:31:03.966Z] #45 99.55 CC criu/sk-queue.o [2020-02-26T15:31:04.334Z] #45 99.92 CC criu/sk-tcp.o [2020-02-26T15:31:04.693Z] #45 100.2 CC criu/sk-unix.o [2020-02-26T15:31:05.061Z] #45 ... [2020-02-26T15:31:05.061Z] [2020-02-26T15:31:05.061Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:31:05.061Z] #42 135.3 + dpkg --print-architecture [2020-02-26T15:31:05.061Z] #42 135.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-26T15:31:05.426Z] #42 135.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-26T15:31:05.426Z] #42 135.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-26T15:31:11.169Z] #62 218.9 + bin/containerd-stress [2020-02-26T15:31:11.778Z] #42 ... [2020-02-26T15:31:11.778Z] [2020-02-26T15:31:11.778Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:31:11.778Z] #45 101.4 CC criu/sockets.o [2020-02-26T15:31:11.778Z] #45 101.9 CC criu/stats.o [2020-02-26T15:31:11.778Z] #45 102.2 CC criu/string.o [2020-02-26T15:31:11.778Z] #45 102.2 CC criu/sysctl.o [2020-02-26T15:31:11.778Z] #45 103.0 CC criu/sysfs_parse.o [2020-02-26T15:31:11.778Z] #45 103.1 CC criu/timerfd.o [2020-02-26T15:31:11.778Z] #45 103.4 CC criu/tty.o [2020-02-26T15:31:11.778Z] #45 104.5 CC criu/tun.o [2020-02-26T15:31:11.778Z] #45 104.8 CC criu/uffd.o [2020-02-26T15:31:11.778Z] #45 105.4 CC criu/util.o [2020-02-26T15:31:11.778Z] #45 106.2 CC criu/uts_ns.o [2020-02-26T15:31:11.778Z] #45 106.4 CC criu/vdso.o [2020-02-26T15:31:11.778Z] #45 106.7 LINK criu/built-in.o [2020-02-26T15:31:11.778Z] #45 106.8 LINK criu/criu [2020-02-26T15:31:11.778Z] #45 107.0 DEP lib/c/criu.d [2020-02-26T15:31:11.778Z] #45 107.1 CC images/rpc.pb-c.o [2020-02-26T15:31:11.778Z] #45 107.5 CC lib/c/criu.o [2020-02-26T15:31:12.539Z] #62 220.8 + bin/containerd-shim [2020-02-26T15:31:12.543Z] #45 108.1 LINK lib/c/built-in.o [2020-02-26T15:31:12.543Z] #45 108.1 LINK lib/c/libcriu.so [2020-02-26T15:31:12.544Z] #45 108.1 LINK lib/c/libcriu.a [2020-02-26T15:31:12.544Z] #45 108.2 GEN magic.py [2020-02-26T15:31:12.544Z] #45 108.3 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:31:12.544Z] #45 108.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:31:12.544Z] #45 108.3 Note: Building without GnuTLS support [2020-02-26T15:31:12.902Z] #45 108.6 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:31:13.422Z] #45 109.0 make[1]: Nothing to be done for 'all'. [2020-02-26T15:31:13.892Z] Removing intermediate container eae4cddb8f9a [2020-02-26T15:31:13.892Z] ---> c1177e535d4f [2020-02-26T15:31:13.892Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-02-26T15:31:13.892Z] ---> ebd73b5ebd31 [2020-02-26T15:31:13.892Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-02-26T15:31:13.892Z] ---> 023ea1d54366 [2020-02-26T15:31:13.892Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-02-26T15:31:13.892Z] ---> Running in cd28bcd89934 [2020-02-26T15:31:13.892Z] Removing intermediate container cd28bcd89934 [2020-02-26T15:31:13.892Z] ---> bef79e72ff9c [2020-02-26T15:31:13.892Z] Successfully built bef79e72ff9c [2020-02-26T15:31:13.892Z] Successfully tagged moby-buildx:latest [2020-02-26T15:31:13.892Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-02-26T15:31:13.892Z] if [ -n "${id}" ]; then \ [2020-02-26T15:31:13.892Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-02-26T15:31:13.892Z] && touch bundles/buildx; \ [2020-02-26T15:31:13.892Z] docker rm -f ${id}; \ [2020-02-26T15:31:13.892Z] fi [2020-02-26T15:31:13.892Z] 96541230ca0f431ca94a0f6eea27011225736bd32b5ccd3e25825dfb1215a049 [2020-02-26T15:31:13.892Z] bundles/buildx version [2020-02-26T15:31:13.892Z] buildx v0.3.1 6db68d0 [2020-02-26T15:31:13.892Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:f508db483395059344d972b18559317fd9b2636f . [2020-02-26T15:31:13.892Z] #1 [internal] booting buildkit [2020-02-26T15:31:13.892Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-02-26T15:31:13.892Z] #45 109.6 make[1]: 'images/built-in.o' is up to date. [2020-02-26T15:31:13.892Z] #45 109.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-26T15:31:14.267Z] #45 109.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-26T15:31:14.267Z] #45 109.7 make[1]: 'compel/libcompel.a' is up to date. [2020-02-26T15:31:14.267Z] #45 109.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-26T15:31:14.267Z] #45 109.8 make[1]: Nothing to be done for 'all'. [2020-02-26T15:31:14.267Z] #45 109.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:31:14.267Z] #45 109.9 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.267Z] #45 110.0 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.267Z] #45 110.0 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.267Z] #45 110.1 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.628Z] #45 110.1 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.628Z] #45 110.2 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.628Z] #45 110.2 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.628Z] #45 110.3 make[2]: Nothing to be done for 'all'. [2020-02-26T15:31:14.628Z] #45 110.3 INSTALL criu/criu [2020-02-26T15:31:14.628Z] #45 DONE 110.4s [2020-02-26T15:31:14.628Z] [2020-02-26T15:31:14.628Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:31:14.906Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2020-02-26T15:31:14.906Z] #1 creating container buildx_buildkit_default [2020-02-26T15:31:15.189Z] #1 creating container buildx_buildkit_default 0.4s done [2020-02-26T15:31:15.189Z] #1 DONE 3.1s [2020-02-26T15:31:15.475Z] [2020-02-26T15:31:15.475Z] #3 [internal] load .dockerignore [2020-02-26T15:31:15.475Z] #3 transferring context: 87B done [2020-02-26T15:31:15.475Z] #3 DONE 0.0s [2020-02-26T15:31:15.475Z] [2020-02-26T15:31:15.475Z] #2 [internal] load build definition from Dockerfile [2020-02-26T15:31:15.475Z] #2 transferring dockerfile: 15.71kB done [2020-02-26T15:31:15.475Z] #2 DONE 0.0s [2020-02-26T15:31:15.475Z] [2020-02-26T15:31:15.475Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-02-26T15:31:15.534Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.6% of statements [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/rootless [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/volume [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-26T15:31:15.534Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === Skipped [2020-02-26T15:31:15.534Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-26T15:31:15.534Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-26T15:31:15.534Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-26T15:31:15.534Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-26T15:31:15.534Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-26T15:31:15.534Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:31:15.534Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-26T15:31:15.534Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-26T15:31:15.534Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-26T15:31:15.534Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] [2020-02-26T15:31:15.534Z] DONE 2167 tests, 20 skipped in 187.510s Post stage [Pipeline] junit [2020-02-26T15:31:15.547Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-26T15:31:15.993Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -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:f508db483395059344d972b18559317fd9b2636f hack/make.sh dynbinary test-integration [2020-02-26T15:31:16.090Z] #4 DONE 0.6s [2020-02-26T15:31:16.090Z] [2020-02-26T15:31:16.090Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-02-26T15:31:16.090Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-02-26T15:31:16.090Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2020-02-26T15:31:16.090Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 4.05MB / 8.18MB 0.1s [2020-02-26T15:31:16.090Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2020-02-26T15:31:16.090Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-02-26T15:31:16.373Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2020-02-26T15:31:16.373Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-02-26T15:31:16.657Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2020-02-26T15:31:16.930Z] [2020-02-26T15:31:16.930Z] Removing bundles/ [2020-02-26T15:31:16.930Z] [2020-02-26T15:31:16.930Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-26T15:31:16.930Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:31:16.930Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:31:16.941Z] #5 DONE 0.9s [2020-02-26T15:31:16.941Z] [2020-02-26T15:31:16.941Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-02-26T15:31:17.231Z] #7 DONE 0.2s [2020-02-26T15:31:17.231Z] [2020-02-26T15:31:17.231Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-02-26T15:31:17.231Z] #6 DONE 0.3s [2020-02-26T15:31:17.231Z] [2020-02-26T15:31:17.231Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:31:17.231Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-02-26T15:31:17.231Z] #69 DONE 0.0s [2020-02-26T15:31:17.231Z] [2020-02-26T15:31:17.231Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:31:17.231Z] #8 resolve docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea done [2020-02-26T15:31:17.231Z] #8 DONE 0.1s [2020-02-26T15:31:17.231Z] [2020-02-26T15:31:17.231Z] #21 [internal] load build context [2020-02-26T15:31:19.090Z] #62 227.3 + bin/containerd-shim-runc-v1 [2020-02-26T15:31:20.781Z] #21 transferring context: 21.52MB 3.0s [2020-02-26T15:31:20.929Z] #42 DONE 150.9s [2020-02-26T15:31:20.929Z] [2020-02-26T15:31:20.929Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:21.404Z] #63 ... [2020-02-26T15:31:21.404Z] [2020-02-26T15:31:21.404Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-26T15:31:21.775Z] #43 DONE 0.2s [2020-02-26T15:31:21.775Z] [2020-02-26T15:31:21.775Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-26T15:31:21.775Z] #46 DONE 0.1s [2020-02-26T15:31:21.775Z] [2020-02-26T15:31:21.775Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:21.775Z] #54 ... [2020-02-26T15:31:21.775Z] [2020-02-26T15:31:21.775Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-26T15:31:21.775Z] #49 DONE 0.1s [2020-02-26T15:31:21.775Z] [2020-02-26T15:31:21.775Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-26T15:31:22.140Z] #52 DONE 0.1s [2020-02-26T15:31:22.140Z] [2020-02-26T15:31:22.140Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:22.366Z] #62 230.3 + bin/containerd-shim-runc-v2 [2020-02-26T15:31:22.884Z] #21 ... [2020-02-26T15:31:22.884Z] [2020-02-26T15:31:22.884Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-02-26T15:31:22.884Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-02-26T15:31:22.884Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.1s done [2020-02-26T15:31:22.884Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-02-26T15:31:22.884Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.1s done [2020-02-26T15:31:22.884Z] #69 DONE 5.3s [2020-02-26T15:31:22.884Z] [2020-02-26T15:31:22.884Z] #21 [internal] load build context [2020-02-26T15:31:22.884Z] #21 ... [2020-02-26T15:31:22.884Z] [2020-02-26T15:31:22.884Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:31:22.884Z] #8 sha256:4e2daee1bd32b83f075ac0dcd569f032b2d9e2140134897ba12d92591a44115a 5.46kB / 5.46kB done [2020-02-26T15:31:22.884Z] #8 sha256:036d5eb0fbdd7108d8ac224e17e013b60dc714286f3588a5de1d2d3798479937 1.79kB / 1.79kB done [2020-02-26T15:31:22.884Z] #8 sha256:c68fd9fd5e1aa09a18aa47c81f03427847d34e942da726f77b7aac21e7075121 157B / 157B 0.2s done [2020-02-26T15:31:22.884Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 22.09MB / 54.13MB 5.2s [2020-02-26T15:31:22.884Z] #8 sha256:f7f35d9825c38e7e0c3f571e8abe513b3b11599bd64a853ace5494e8c1ebe12a 8.25MB / 8.25MB 2.4s done [2020-02-26T15:31:22.884Z] #8 sha256:27e6d793f7577bc28e3d8da62385244985a340fe31c9eaa920a54185f9d46eb8 10.73MB / 10.73MB 2.9s done [2020-02-26T15:31:22.884Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 21.59MB / 57.39MB 5.2s [2020-02-26T15:31:22.884Z] #8 sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea 1.42kB / 1.42kB done [2020-02-26T15:31:22.884Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 20.95MB / 73.43MB 5.2s [2020-02-26T15:31:22.884Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 20.97MB / 96.43MB 5.2s [2020-02-26T15:31:22.929Z] #62 231.2 + binaries [2020-02-26T15:31:22.929Z] #62 231.2 + mkdir -p /build [2020-02-26T15:31:22.929Z] #62 231.2 + cp bin/containerd /build/containerd [2020-02-26T15:31:22.929Z] #62 231.2 + cp bin/containerd-shim /build/containerd-shim [2020-02-26T15:31:22.929Z] #62 231.2 + cp bin/ctr /build/ctr [2020-02-26T15:31:23.172Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 25.16MB / 54.13MB 5.7s [2020-02-26T15:31:23.172Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 24.64MB / 57.39MB 5.7s [2020-02-26T15:31:23.172Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 24.71MB / 73.43MB 5.8s [2020-02-26T15:31:23.410Z] #54 ... [2020-02-26T15:31:23.410Z] [2020-02-26T15:31:23.410Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:31:23.410Z] #58 81.24 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-26T15:31:23.460Z] #8 ... [2020-02-26T15:31:23.460Z] [2020-02-26T15:31:23.460Z] #21 [internal] load build context [2020-02-26T15:31:23.460Z] #21 transferring context: 49.57MB 6.3s done [2020-02-26T15:31:23.460Z] #21 DONE 6.3s [2020-02-26T15:31:23.460Z] [2020-02-26T15:31:23.460Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:87f3c89507... [2020-02-26T15:31:23.460Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 28.07MB / 54.13MB 6.1s [2020-02-26T15:31:23.460Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 28.08MB / 57.39MB 6.1s [2020-02-26T15:31:23.460Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 26.90MB / 96.43MB 6.1s [2020-02-26T15:31:23.747Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 28.46MB / 73.43MB 6.3s [2020-02-26T15:31:23.747Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 31.21MB / 54.13MB 6.4s [2020-02-26T15:31:23.747Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 31.15MB / 57.39MB 6.4s [2020-02-26T15:31:23.859Z] #62 DONE 232.1s [2020-02-26T15:31:24.035Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 32.43MB / 73.43MB 6.6s [2020-02-26T15:31:24.229Z] #58 81.99 + mkdir -p /build [2020-02-26T15:31:24.229Z] #58 81.99 + cp runc /build/runc [2020-02-26T15:31:24.323Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 34.92MB / 54.13MB 6.7s [2020-02-26T15:31:24.324Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 34.89MB / 57.39MB 6.7s [2020-02-26T15:31:24.324Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 33.45MB / 96.43MB 6.7s [2020-02-26T15:31:24.597Z] #58 DONE 82.1s [2020-02-26T15:31:24.597Z] [2020-02-26T15:31:24.597Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:24.609Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 38.13MB / 54.13MB 7.0s [2020-02-26T15:31:24.609Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 38.29MB / 57.39MB 7.0s [2020-02-26T15:31:24.609Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 37.72MB / 73.43MB 7.0s [2020-02-26T15:31:24.609Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 38.79MB / 96.43MB 7.2s [2020-02-26T15:31:24.789Z] [2020-02-26T15:31:24.789Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-26T15:31:24.896Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 41.96MB / 54.13MB 7.3s [2020-02-26T15:31:24.896Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 41.80MB / 57.39MB 7.3s [2020-02-26T15:31:24.896Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 43.06MB / 73.43MB 7.5s [2020-02-26T15:31:25.046Z] #63 DONE 0.4s [2020-02-26T15:31:25.046Z] [2020-02-26T15:31:25.046Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-26T15:31:25.184Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 45.73MB / 54.13MB 7.6s [2020-02-26T15:31:25.184Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 45.34MB / 57.39MB 7.6s [2020-02-26T15:31:25.184Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 43.89MB / 96.43MB 7.6s [2020-02-26T15:31:25.303Z] #67 DONE 0.2s [2020-02-26T15:31:25.303Z] [2020-02-26T15:31:25.303Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-26T15:31:25.471Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 49.27MB / 54.13MB 7.9s [2020-02-26T15:31:25.471Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 48.61MB / 57.39MB 7.9s [2020-02-26T15:31:25.471Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 48.43MB / 73.43MB 7.9s [2020-02-26T15:31:25.560Z] #69 DONE 0.3s [2020-02-26T15:31:25.560Z] [2020-02-26T15:31:25.560Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-26T15:31:25.560Z] #72 DONE 0.1s [2020-02-26T15:31:25.560Z] [2020-02-26T15:31:25.560Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-26T15:31:25.560Z] #73 DONE 0.0s [2020-02-26T15:31:25.560Z] [2020-02-26T15:31:25.560Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-26T15:31:25.756Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 52.05MB / 54.13MB 8.2s [2020-02-26T15:31:25.756Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 49.93MB / 96.43MB 8.2s [2020-02-26T15:31:25.756Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 53.19MB / 57.39MB 8.4s [2020-02-26T15:31:25.756Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 52.99MB / 73.43MB 8.4s [2020-02-26T15:31:26.044Z] #8 sha256:a2d5a5ee40c1df8706e6db684b090e0e4297581ff38256a81222ea8be61180fc 54.13MB / 54.13MB 8.4s done [2020-02-26T15:31:26.044Z] #8 sha256:fa97a0399500f41c90805413f9dd183cb0036f1446b766e62ad6310e2357d9b8 57.39MB / 57.39MB 8.6s done [2020-02-26T15:31:26.044Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 58.69MB / 73.43MB 8.7s [2020-02-26T15:31:26.044Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 56.39MB / 96.43MB 8.7s [2020-02-26T15:31:26.347Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 63.52MB / 73.43MB 8.8s [2020-02-26T15:31:26.347Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 67.71MB / 73.43MB 9.0s [2020-02-26T15:31:26.347Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 62.52MB / 96.43MB 9.0s [2020-02-26T15:31:26.635Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 72.27MB / 73.43MB 9.1s [2020-02-26T15:31:26.635Z] #8 sha256:cbc0eec775fb25dc9e4e753c5a1513055bc30c10976f23b214a4963e8c62e384 73.43MB / 73.43MB 9.2s done [2020-02-26T15:31:26.635Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 72.26MB / 96.43MB 9.3s [2020-02-26T15:31:26.921Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 78.92MB / 96.43MB 9.4s [2020-02-26T15:31:26.921Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 88.07MB / 96.43MB 9.6s [2020-02-26T15:31:26.929Z] #74 DONE 1.1s [2020-02-26T15:31:26.929Z] [2020-02-26T15:31:26.929Z] #75 exporting to image [2020-02-26T15:31:26.929Z] #75 exporting layers [2020-02-26T15:31:27.205Z] #8 sha256:8b78ed60e5b8e2d43b304faab0ceff8aa8ae7bdc742475ac73326430905b7fba 96.43MB / 96.43MB 9.7s done [2020-02-26T15:31:27.205Z] #8 unpacking docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea [2020-02-26T15:31:29.804Z] #54 ... [2020-02-26T15:31:29.804Z] [2020-02-26T15:31:29.804Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:29.804Z] #63 137.3 + bin/containerd [2020-02-26T15:31:32.287Z] #63 ... [2020-02-26T15:31:32.287Z] [2020-02-26T15:31:32.287Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:32.287Z] #54 DONE 162.5s [2020-02-26T15:31:32.715Z] [2020-02-26T15:31:32.715Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:33.482Z] #75 exporting layers 6.0s done [2020-02-26T15:31:33.482Z] #75 writing image sha256:eab5f45d4d0fdd6406ab3fa14477aef076b45d67c45cacee3152c22176430d28 done [2020-02-26T15:31:33.482Z] #75 naming to docker.io/library/docker:f508db483395059344d972b18559317fd9b2636f done [2020-02-26T15:31:33.482Z] #75 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-02-26T15:31:33.569Z] #63 ... [2020-02-26T15:31:33.569Z] [2020-02-26T15:31:33.569Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-26T15:31:33.569Z] #55 DONE 0.1s [2020-02-26T15:31:33.569Z] [2020-02-26T15:31:33.569Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-26T15:31:33.569Z] #59 DONE 0.1s [2020-02-26T15:31:33.569Z] [2020-02-26T15:31:33.569Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:33.859Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40583/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/validate/default [2020-02-26T15:31:34.794Z] Congratulations! All commits are properly signed with the DCO! [2020-02-26T15:31:34.794Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-02-26T15:31:34.794Z] No api/types/ or api/swagger.yaml changes in diff. [2020-02-26T15:31:34.794Z] Congratulations! All TOML source files changed here have valid syntax. [2020-02-26T15:31:34.794Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-02-26T15:31:34.794Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-02-26T15:31:34.794Z] Congratulations! No new tests were added to integration-cli. [2020-02-26T15:31:34.794Z] [2020-02-26T15:31:34.794Z] INFO Start validation with golang-ci-lint [2020-02-26T15:31:34.794Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-02-26T15:31:34.794Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-02-26T15:31:48.839Z] 65014b3c3121: Pull complete [2020-02-26T15:31:50.213Z] #63 157.8 + bin/containerd-stress [2020-02-26T15:31:50.978Z] #63 159.2 + bin/containerd-shim [2020-02-26T15:31:56.094Z] #63 164.2 + bin/containerd-shim-runc-v1 [2020-02-26T15:31:58.529Z] #63 166.6 + bin/containerd-shim-runc-v2 [2020-02-26T15:31:59.421Z] #63 167.4 + binaries [2020-02-26T15:31:59.421Z] #63 167.4 + mkdir -p /build [2020-02-26T15:31:59.421Z] #63 167.4 + cp bin/containerd /build/containerd [2020-02-26T15:31:59.421Z] #63 167.4 + cp bin/containerd-shim /build/containerd-shim [2020-02-26T15:31:59.421Z] #63 167.4 + cp bin/ctr /build/ctr [2020-02-26T15:31:59.421Z] #63 DONE 167.5s [2020-02-26T15:31:59.818Z] #8 unpacking docker.io/library/golang:1.13.8-buster@sha256:87f3c895073b654dcb6baad04a2db731eb1848c1b46c5dd087d73312bc4892ea 28.9s done [2020-02-26T15:31:59.818Z] #8 DONE 38.8s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-02-26T15:31:59.818Z] #9 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-02-26T15:31:59.818Z] #10 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-02-26T15:31:59.818Z] #30 DONE 0.0s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-02-26T15:31:59.818Z] #41 DONE 0.1s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:31:59.818Z] #22 DONE 0.1s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:31:59.818Z] #65 ... [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-02-26T15:31:59.818Z] #47 DONE 0.1s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-02-26T15:31:59.818Z] #53 DONE 0.1s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:31:59.818Z] #23 DONE 0.1s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-02-26T15:31:59.818Z] #71 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-02-26T15:31:59.818Z] #33 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-02-26T15:31:59.818Z] #50 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-02-26T15:31:59.818Z] #65 DONE 0.2s [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:31:59.818Z] #66 0.663 + RM_GOPATH=0 [2020-02-26T15:31:59.818Z] #66 0.663 + TMP_GOPATH= [2020-02-26T15:31:59.818Z] #66 0.664 + : /build/ [2020-02-26T15:31:59.818Z] #66 0.666 + '[' -z '' ']' [2020-02-26T15:31:59.818Z] #66 0.668 ++ mktemp -d [2020-02-26T15:31:59.818Z] #66 0.741 + export GOPATH=/tmp/tmp.TgVu5b3Q18 [2020-02-26T15:31:59.818Z] #66 0.741 + GOPATH=/tmp/tmp.TgVu5b3Q18 [2020-02-26T15:31:59.818Z] #66 0.741 + RM_GOPATH=1 [2020-02-26T15:31:59.818Z] #66 0.747 ++ dirname ./install.sh [2020-02-26T15:31:59.818Z] #66 0.758 + dir=. [2020-02-26T15:31:59.818Z] #66 0.758 + bin=rootlesskit [2020-02-26T15:31:59.818Z] #66 0.758 + shift [2020-02-26T15:31:59.818Z] #66 0.758 + '[' '!' -f ./rootlesskit.installer ']' [2020-02-26T15:31:59.818Z] #66 0.759 + . ./rootlesskit.installer [2020-02-26T15:31:59.818Z] #66 0.759 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:31:59.818Z] #66 0.762 + install_rootlesskit [2020-02-26T15:31:59.818Z] #66 0.762 + case "$1" in [2020-02-26T15:31:59.818Z] #66 0.762 + export CGO_ENABLED=0 [2020-02-26T15:31:59.818Z] #66 0.762 + CGO_ENABLED=0 [2020-02-26T15:31:59.818Z] #66 0.762 + _install_rootlesskit [2020-02-26T15:31:59.818Z] #66 0.763 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-02-26T15:31:59.818Z] #66 0.764 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:31:59.818Z] #66 0.764 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.TgVu5b3Q18/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:31:59.818Z] #66 0.786 Cloning into '/tmp/tmp.TgVu5b3Q18/src/github.com/rootless-containers/rootlesskit'... [2020-02-26T15:31:59.818Z] [2020-02-26T15:31:59.818Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-26T15:32:00.202Z] #64 DONE 0.1s [2020-02-26T15:32:00.202Z] [2020-02-26T15:32:00.202Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-26T15:32:00.202Z] #68 DONE 0.1s [2020-02-26T15:32:00.202Z] [2020-02-26T15:32:00.202Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-26T15:32:00.202Z] #70 DONE 0.1s [2020-02-26T15:32:00.202Z] [2020-02-26T15:32:00.202Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-26T15:32:00.202Z] #73 DONE 0.1s [2020-02-26T15:32:00.575Z] [2020-02-26T15:32:00.575Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-26T15:32:00.575Z] #74 DONE 0.0s [2020-02-26T15:32:00.575Z] [2020-02-26T15:32:00.575Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-26T15:32:00.933Z] #75 DONE 0.5s [2020-02-26T15:32:00.933Z] [2020-02-26T15:32:00.933Z] #76 exporting to oci image format [2020-02-26T15:32:00.933Z] #76 exporting layers [2020-02-26T15:32:02.548Z] #66 ... [2020-02-26T15:32:02.548Z] [2020-02-26T15:32:02.548Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:32:02.548Z] #34 0.617 + RM_GOPATH=0 [2020-02-26T15:32:02.548Z] #34 0.617 + TMP_GOPATH= [2020-02-26T15:32:02.548Z] #34 0.617 + : /build [2020-02-26T15:32:02.548Z] #34 0.617 + '[' -z '' ']' [2020-02-26T15:32:02.548Z] #34 0.618 ++ mktemp -d [2020-02-26T15:32:02.548Z] #34 0.620 + export GOPATH=/tmp/tmp.2Y17BzOu6V [2020-02-26T15:32:02.548Z] #34 0.620 + GOPATH=/tmp/tmp.2Y17BzOu6V [2020-02-26T15:32:02.548Z] #34 0.620 + RM_GOPATH=1 [2020-02-26T15:32:02.548Z] #34 0.622 ++ dirname ./install.sh [2020-02-26T15:32:02.548Z] #34 0.623 + dir=. [2020-02-26T15:32:02.548Z] #34 0.623 + bin=tomlv [2020-02-26T15:32:02.548Z] #34 0.623 + shift [2020-02-26T15:32:02.548Z] #34 0.624 + '[' '!' -f ./tomlv.installer ']' [2020-02-26T15:32:02.548Z] #34 0.624 + . ./tomlv.installer [2020-02-26T15:32:02.548Z] #34 0.624 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:32:02.548Z] #34 0.624 + install_tomlv [2020-02-26T15:32:02.548Z] #34 0.625 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:32:02.548Z] #34 0.625 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-02-26T15:32:02.548Z] #34 0.625 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2Y17BzOu6V/src/github.com/BurntSushi/toml [2020-02-26T15:32:02.548Z] #34 0.627 Cloning into '/tmp/tmp.2Y17BzOu6V/src/github.com/BurntSushi/toml'... [2020-02-26T15:32:02.548Z] #34 2.245 + cd /tmp/tmp.2Y17BzOu6V/src/github.com/BurntSushi/toml [2020-02-26T15:32:02.548Z] #34 2.245 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-02-26T15:32:02.548Z] #34 2.275 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:32:02.548Z] #34 3.539 runtime/internal/sys [2020-02-26T15:32:02.548Z] #34 3.541 internal/cpu [2020-02-26T15:32:02.548Z] #34 3.615 math/bits [2020-02-26T15:32:02.548Z] #34 3.800 runtime/internal/atomic [2020-02-26T15:32:02.548Z] #34 4.800 runtime/internal/math [2020-02-26T15:32:02.548Z] #34 5.073 unicode/utf8 [2020-02-26T15:32:02.548Z] #34 5.391 internal/bytealg [2020-02-26T15:32:02.548Z] #34 5.653 sync/atomic [2020-02-26T15:32:03.574Z] #34 6.874 math [2020-02-26T15:32:03.866Z] #34 7.010 internal/testlog [2020-02-26T15:32:03.866Z] #34 7.074 unicode [2020-02-26T15:32:04.900Z] #34 ... [2020-02-26T15:32:04.900Z] [2020-02-26T15:32:04.900Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:04.900Z] #66 7.952 + cd /tmp/tmp.TgVu5b3Q18/src/github.com/rootless-containers/rootlesskit [2020-02-26T15:32:04.900Z] #66 7.952 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-02-26T15:32:05.533Z] #66 8.697 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:32:05.533Z] #66 8.700 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-02-26T15:32:06.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-26T15:32:06.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-26T15:32:06.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-26T15:32:06.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-26T15:32:06.581Z] #66 ... [2020-02-26T15:32:06.581Z] [2020-02-26T15:32:06.581Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:32:06.581Z] #26 0.854 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:32:06.581Z] #26 0.987 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:32:06.581Z] #26 1.110 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:32:06.581Z] #26 2.959 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:32:06.581Z] #26 6.456 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:32:06.581Z] #26 9.206 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:32:06.581Z] #26 ... [2020-02-26T15:32:06.581Z] [2020-02-26T15:32:06.581Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:32:06.581Z] #36 1.276 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:32:06.581Z] #36 1.378 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:32:06.581Z] #36 1.386 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:32:06.581Z] #36 3.280 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:32:06.581Z] #36 6.429 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:32:06.581Z] #36 9.457 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:32:06.581Z] #36 ... [2020-02-26T15:32:06.581Z] [2020-02-26T15:32:06.581Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:32:06.581Z] #60 0.941 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:32:06.581Z] #60 1.145 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:32:06.581Z] #60 1.146 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:32:06.581Z] #60 3.242 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:32:06.581Z] #60 6.543 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:32:06.581Z] #60 9.232 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:32:06.871Z] #60 ... [2020-02-26T15:32:06.871Z] [2020-02-26T15:32:06.871Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:06.871Z] #24 0.748 + RM_GOPATH=0 [2020-02-26T15:32:06.871Z] #24 0.749 + TMP_GOPATH= [2020-02-26T15:32:06.871Z] #24 0.749 + : /build [2020-02-26T15:32:06.871Z] #24 0.749 + '[' -z '' ']' [2020-02-26T15:32:06.871Z] #24 0.753 ++ mktemp -d [2020-02-26T15:32:06.871Z] #24 0.811 + export GOPATH=/tmp/tmp.oUDogIviRi [2020-02-26T15:32:06.871Z] #24 0.811 + GOPATH=/tmp/tmp.oUDogIviRi [2020-02-26T15:32:06.871Z] #24 0.812 + RM_GOPATH=1 [2020-02-26T15:32:06.871Z] #24 0.816 ++ dirname ./install.sh [2020-02-26T15:32:06.871Z] #24 0.826 + dir=. [2020-02-26T15:32:06.871Z] #24 0.826 + bin=dockercli [2020-02-26T15:32:06.871Z] #24 0.826 + shift [2020-02-26T15:32:06.871Z] #24 0.826 + '[' '!' -f ./dockercli.installer ']' [2020-02-26T15:32:06.871Z] #24 0.827 + . ./dockercli.installer [2020-02-26T15:32:06.871Z] #24 0.827 ++ : stable [2020-02-26T15:32:06.871Z] #24 0.827 ++ : 17.06.2-ce [2020-02-26T15:32:06.871Z] #24 0.828 + install_dockercli [2020-02-26T15:32:06.871Z] #24 0.828 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-26T15:32:06.871Z] #24 0.828 Install docker/cli version 17.06.2-ce from stable [2020-02-26T15:32:06.871Z] #24 0.837 ++ uname -m [2020-02-26T15:32:06.871Z] #24 0.843 + arch=ppc64le [2020-02-26T15:32:06.871Z] #24 0.843 + '[' ppc64le '!=' x86_64 ']' [2020-02-26T15:32:06.871Z] #24 0.843 + '[' ppc64le '!=' s390x ']' [2020-02-26T15:32:06.871Z] #24 0.843 + '[' ppc64le '!=' armhf ']' [2020-02-26T15:32:06.871Z] #24 0.843 + build_dockercli [2020-02-26T15:32:06.871Z] #24 0.843 + git clone https://github.com/docker/docker-ce /tmp/tmp.oUDogIviRi/tmp/docker-ce [2020-02-26T15:32:06.871Z] #24 0.851 Cloning into '/tmp/tmp.oUDogIviRi/tmp/docker-ce'... [2020-02-26T15:32:06.871Z] #24 ... [2020-02-26T15:32:06.871Z] [2020-02-26T15:32:06.871Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:32:06.871Z] #31 0.953 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-02-26T15:32:06.871Z] #31 0.957 Cloning into '.'... [2020-02-26T15:32:07.162Z] #31 ... [2020-02-26T15:32:07.162Z] [2020-02-26T15:32:07.162Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:32:07.162Z] #48 0.728 + RM_GOPATH=0 [2020-02-26T15:32:07.162Z] #48 0.728 + TMP_GOPATH= [2020-02-26T15:32:07.162Z] #48 0.728 + : /build [2020-02-26T15:32:07.162Z] #48 0.729 + '[' -z '' ']' [2020-02-26T15:32:07.162Z] #48 0.730 ++ mktemp -d [2020-02-26T15:32:07.162Z] #48 0.743 + export GOPATH=/tmp/tmp.FJdPP6vVEF [2020-02-26T15:32:07.162Z] #48 0.744 + GOPATH=/tmp/tmp.FJdPP6vVEF [2020-02-26T15:32:07.162Z] #48 0.744 + RM_GOPATH=1 [2020-02-26T15:32:07.162Z] #48 0.759 ++ dirname ./install.sh [2020-02-26T15:32:07.162Z] #48 0.769 + dir=. [2020-02-26T15:32:07.162Z] #48 0.784 + bin=vndr [2020-02-26T15:32:07.162Z] #48 0.786 + shift [2020-02-26T15:32:07.162Z] #48 0.787 + '[' '!' -f ./vndr.installer ']' [2020-02-26T15:32:07.162Z] #48 0.788 + . ./vndr.installer [2020-02-26T15:32:07.162Z] #48 0.795 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:32:07.162Z] #48 0.802 + install_vndr [2020-02-26T15:32:07.162Z] #48 0.802 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-02-26T15:32:07.162Z] #48 0.802 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:32:07.162Z] #48 0.803 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.FJdPP6vVEF/src/github.com/LK4D4/vndr [2020-02-26T15:32:07.162Z] #48 0.836 Cloning into '/tmp/tmp.FJdPP6vVEF/src/github.com/LK4D4/vndr'... [2020-02-26T15:32:07.162Z] #48 1.844 + cd /tmp/tmp.FJdPP6vVEF/src/github.com/LK4D4/vndr [2020-02-26T15:32:07.162Z] #48 1.860 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-02-26T15:32:07.162Z] #48 1.908 + go build -buildmode=pie -v -o /build/vndr . [2020-02-26T15:32:07.162Z] #48 4.197 internal/cpu [2020-02-26T15:32:07.162Z] #48 4.274 runtime/internal/sys [2020-02-26T15:32:07.162Z] #48 4.580 internal/race [2020-02-26T15:32:07.162Z] #48 4.901 runtime/internal/atomic [2020-02-26T15:32:07.162Z] #48 4.924 sync/atomic [2020-02-26T15:32:07.162Z] #48 5.744 unicode [2020-02-26T15:32:07.162Z] #48 6.050 unicode/utf8 [2020-02-26T15:32:07.162Z] #48 6.504 internal/bytealg [2020-02-26T15:32:07.162Z] #48 6.734 math [2020-02-26T15:32:07.162Z] #48 8.621 encoding [2020-02-26T15:32:07.162Z] #48 9.130 unicode/utf16 [2020-02-26T15:32:07.162Z] #48 9.672 runtime [2020-02-26T15:32:07.162Z] #48 10.20 container/list [2020-02-26T15:32:07.162Z] #48 ... [2020-02-26T15:32:07.162Z] [2020-02-26T15:32:07.162Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:32:07.162Z] #11 1.241 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:32:07.162Z] #11 1.343 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:32:07.162Z] #11 1.362 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:32:07.162Z] #11 3.133 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:32:07.162Z] #11 6.637 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:32:07.162Z] #11 9.506 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:32:07.454Z] #11 ... [2020-02-26T15:32:07.454Z] [2020-02-26T15:32:07.454Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:07.454Z] #51 0.644 + RM_GOPATH=0 [2020-02-26T15:32:07.454Z] #51 0.644 + TMP_GOPATH= [2020-02-26T15:32:07.454Z] #51 0.645 + : /build [2020-02-26T15:32:07.454Z] #51 0.645 + '[' -z '' ']' [2020-02-26T15:32:07.454Z] #51 0.645 ++ mktemp -d [2020-02-26T15:32:07.454Z] #51 0.647 + export GOPATH=/tmp/tmp.2CtQGjhqwr [2020-02-26T15:32:07.454Z] #51 0.648 + GOPATH=/tmp/tmp.2CtQGjhqwr [2020-02-26T15:32:07.454Z] #51 0.648 + RM_GOPATH=1 [2020-02-26T15:32:07.454Z] #51 0.650 ++ dirname ./install.sh [2020-02-26T15:32:07.454Z] #51 0.652 + dir=. [2020-02-26T15:32:07.454Z] #51 0.652 + bin=gotestsum [2020-02-26T15:32:07.454Z] #51 0.652 + shift [2020-02-26T15:32:07.454Z] #51 0.652 + '[' '!' -f ./gotestsum.installer ']' [2020-02-26T15:32:07.454Z] #51 0.652 + . ./gotestsum.installer [2020-02-26T15:32:07.454Z] #51 0.652 ++ : v0.3.5 [2020-02-26T15:32:07.454Z] #51 0.653 + install_gotestsum [2020-02-26T15:32:07.454Z] #51 0.653 + echo 'Installing gotestsum version v0.3.5' [2020-02-26T15:32:07.454Z] #51 0.653 Installing gotestsum version v0.3.5 [2020-02-26T15:32:07.454Z] #51 0.653 + go get -d gotest.tools/gotestsum [2020-02-26T15:32:07.454Z] #51 ... [2020-02-26T15:32:07.454Z] [2020-02-26T15:32:07.454Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:32:07.454Z] #44 0.852 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:32:07.454Z] #44 1.037 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:32:07.454Z] #44 1.196 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:32:07.454Z] #44 2.956 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:32:07.454Z] #44 6.548 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:32:07.454Z] #44 9.564 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:32:07.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-26T15:32:07.743Z] #44 ... [2020-02-26T15:32:07.743Z] [2020-02-26T15:32:07.743Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:07.743Z] #54 0.711 + RM_GOPATH=0 [2020-02-26T15:32:07.743Z] #54 0.713 + TMP_GOPATH= [2020-02-26T15:32:07.743Z] #54 0.713 + : /build [2020-02-26T15:32:07.743Z] #54 0.713 + '[' -z '' ']' [2020-02-26T15:32:07.743Z] #54 0.726 ++ mktemp -d [2020-02-26T15:32:07.743Z] #54 0.806 + export GOPATH=/tmp/tmp.crExMfqe0f [2020-02-26T15:32:07.743Z] #54 0.806 + GOPATH=/tmp/tmp.crExMfqe0f [2020-02-26T15:32:07.743Z] #54 0.806 + RM_GOPATH=1 [2020-02-26T15:32:07.743Z] #54 0.807 ++ dirname ./install.sh [2020-02-26T15:32:07.743Z] #54 0.815 + dir=. [2020-02-26T15:32:07.743Z] #54 0.815 + bin=golangci_lint [2020-02-26T15:32:07.743Z] #54 0.815 + shift [2020-02-26T15:32:07.743Z] #54 0.816 + '[' '!' -f ./golangci_lint.installer ']' [2020-02-26T15:32:07.743Z] #54 0.816 + . ./golangci_lint.installer [2020-02-26T15:32:07.743Z] #54 0.816 ++ : v1.20.0 [2020-02-26T15:32:07.743Z] #54 0.817 + install_golangci_lint [2020-02-26T15:32:07.743Z] #54 0.817 + echo 'Installing golangci-lint version v1.20.0' [2020-02-26T15:32:07.743Z] #54 0.817 Installing golangci-lint version v1.20.0 [2020-02-26T15:32:07.743Z] #54 0.818 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:32:07.743Z] #54 ... [2020-02-26T15:32:07.743Z] [2020-02-26T15:32:07.743Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:32:07.743Z] #42 0.938 + git clone https://github.com/docker/distribution.git . [2020-02-26T15:32:07.743Z] #42 0.943 Cloning into '.'... [2020-02-26T15:32:08.035Z] #42 ... [2020-02-26T15:32:08.035Z] [2020-02-26T15:32:08.035Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:32:08.035Z] #72 0.772 + RM_GOPATH=0 [2020-02-26T15:32:08.035Z] #72 0.772 + TMP_GOPATH= [2020-02-26T15:32:08.035Z] #72 0.773 + : /build [2020-02-26T15:32:08.035Z] #72 0.773 + '[' -z '' ']' [2020-02-26T15:32:08.035Z] #72 0.775 ++ mktemp -d [2020-02-26T15:32:08.035Z] #72 0.804 + export GOPATH=/tmp/tmp.T8D38dUJ5A [2020-02-26T15:32:08.035Z] #72 0.804 + GOPATH=/tmp/tmp.T8D38dUJ5A [2020-02-26T15:32:08.035Z] #72 0.804 + RM_GOPATH=1 [2020-02-26T15:32:08.035Z] #72 0.808 ++ dirname ./install.sh [2020-02-26T15:32:08.035Z] #72 0.815 + dir=. [2020-02-26T15:32:08.035Z] #72 0.824 + bin=proxy [2020-02-26T15:32:08.035Z] #72 0.824 + shift [2020-02-26T15:32:08.035Z] #72 0.824 + '[' '!' -f ./proxy.installer ']' [2020-02-26T15:32:08.035Z] #72 0.824 + . ./proxy.installer [2020-02-26T15:32:08.035Z] #72 0.824 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:32:08.035Z] #72 0.825 + install_proxy [2020-02-26T15:32:08.035Z] #72 0.826 + case "$1" in [2020-02-26T15:32:08.035Z] #72 0.827 + export CGO_ENABLED=0 [2020-02-26T15:32:08.035Z] #72 0.827 + CGO_ENABLED=0 [2020-02-26T15:32:08.035Z] #72 0.828 + _install_proxy [2020-02-26T15:32:08.035Z] #72 0.828 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-02-26T15:32:08.035Z] #72 0.829 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.T8D38dUJ5A/src/github.com/docker/libnetwork [2020-02-26T15:32:08.035Z] #72 0.829 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:32:08.035Z] #72 0.834 Cloning into '/tmp/tmp.T8D38dUJ5A/src/github.com/docker/libnetwork'... [2020-02-26T15:32:10.751Z] #72 ... [2020-02-26T15:32:10.751Z] [2020-02-26T15:32:10.751Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:32:10.751Z] #48 13.51 crypto/internal/subtle [2020-02-26T15:32:11.040Z] #48 14.27 crypto/subtle [2020-02-26T15:32:11.668Z] #48 15.04 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-02-26T15:32:11.958Z] #48 15.41 internal/nettrace [2020-02-26T15:32:12.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-26T15:32:12.990Z] #48 16.16 runtime/cgo [2020-02-26T15:32:15.068Z] #48 ... [2020-02-26T15:32:15.068Z] [2020-02-26T15:32:15.068Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:32:15.068Z] #34 8.296 runtime [2020-02-26T15:32:15.068Z] #34 8.384 encoding [2020-02-26T15:32:15.068Z] #34 8.927 runtime/cgo [2020-02-26T15:32:15.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-26T15:32:19.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-26T15:32:20.687Z] #34 ... [2020-02-26T15:32:20.687Z] [2020-02-26T15:32:20.687Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:32:20.687Z] #11 23.53 Fetched 8113 kB in 22s (364 kB/s) [2020-02-26T15:32:24.634Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:32:24.634Z] [2020-02-26T15:32:24.634Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:32:24.634Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:32:24.634Z] HOSTNAME=3b555369c8d3 [2020-02-26T15:32:24.634Z] TESTDEBUG=0 [2020-02-26T15:32:24.634Z] DEST=bundles/test-integration [2020-02-26T15:32:24.634Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:32:24.634Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:32:24.634Z] container=docker [2020-02-26T15:32:24.634Z] HOME=/root [2020-02-26T15:32:24.634Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:32:24.634Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:32:24.634Z] VALIDATE_BRANCH=master [2020-02-26T15:32:24.634Z] TERM=xterm [2020-02-26T15:32:24.634Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:32:24.634Z] SHLVL=1 [2020-02-26T15:32:24.634Z] TIMEOUT=120m [2020-02-26T15:32:24.634Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:32:24.634Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:32:24.634Z] GO111MODULE=off [2020-02-26T15:32:24.634Z] DOCKER_EXPERIMENTAL=1 [2020-02-26T15:32:24.634Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-26T15:32:24.634Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:32:24.634Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:32:24.634Z] GOPATH=/go [2020-02-26T15:32:24.634Z] PKG_CONFIG=pkg-config [2020-02-26T15:32:24.634Z] _=/usr/bin/env [2020-02-26T15:32:24.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-26T15:32:25.159Z] #11 23.53 Reading package lists... [2020-02-26T15:32:25.159Z] #11 ... [2020-02-26T15:32:25.159Z] [2020-02-26T15:32:25.159Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:32:25.452Z] #72 28.28 Checking out files: 63% (1307/2044) Checking out files: 64% (1309/2044) Checking out files: 65% (1329/2044) Checking out files: 66% (1350/2044) Checking out files: 67% (1370/2044) Checking out files: 68% (1390/2044) Checking out files: 69% (1411/2044) Checking out files: 70% (1431/2044) Checking out files: 71% (1452/2044) Checking out files: 72% (1472/2044) Checking out files: 73% (1493/2044) Checking out files: 74% (1513/2044) Checking out files: 75% (1533/2044) Checking out files: 76% (1554/2044) Checking out files: 77% (1574/2044) Checking out files: 78% (1595/2044) Checking out files: 79% (1615/2044) Checking out files: 80% (1636/2044) Checking out files: 81% (1656/2044) Checking out files: 82% (1677/2044) Checking out files: 83% (1697/2044) Checking out files: 84% (1717/2044) Checking out files: 85% (1738/2044) Checking out files: 86% (1758/2044) Checking out files: 87% (1779/2044) Checking out files: 88% (1799/2044) Checking out files: 89% (1820/2044) Checking out files: 90% (1840/2044) Checking out files: 91% (1861/2044) Checking out files: 92% (1881/2044) Checking out files: 93% (1901/2044) Checking out files: 94% (1922/2044) Checking out files: 95% (1942/2044) Checking out files: 96% (1963/2044) Checking out files: 97% (1983/2044) Checking out files: 98% (2004/2044) Checking out files: 99% (2024/2044) Checking out files: 100% (2044/2044) Checking out files: 100% (2044/2044), done. [2020-02-26T15:32:25.452Z] #72 28.69 + cd /tmp/tmp.T8D38dUJ5A/src/github.com/docker/libnetwork [2020-02-26T15:32:25.452Z] #72 28.69 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-02-26T15:32:26.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-26T15:32:26.503Z] #72 29.64 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-02-26T15:32:30.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-26T15:32:30.931Z] #72 ... [2020-02-26T15:32:30.931Z] [2020-02-26T15:32:30.931Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:32:30.931Z] #26 23.89 Fetched 8113 kB in 23s (350 kB/s) [2020-02-26T15:32:30.931Z] #26 23.89 Reading package lists... [2020-02-26T15:32:30.931Z] #26 33.84 Reading package lists... [2020-02-26T15:32:30.931Z] #26 ... [2020-02-26T15:32:30.931Z] [2020-02-26T15:32:30.931Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:32:30.931Z] #42 25.98 Checking out files: 82% (1275/1545) Checking out files: 83% (1283/1545) Checking out files: 84% (1298/1545) Checking out files: 85% (1314/1545) Checking out files: 86% (1329/1545) Checking out files: 87% (1345/1545) Checking out files: 88% (1360/1545) Checking out files: 89% (1376/1545) Checking out files: 90% (1391/1545) Checking out files: 91% (1406/1545) Checking out files: 92% (1422/1545) Checking out files: 93% (1437/1545) Checking out files: 94% (1453/1545) Checking out files: 95% (1468/1545) Checking out files: 96% (1484/1545) Checking out files: 97% (1499/1545) Checking out files: 98% (1515/1545) Checking out files: 99% (1530/1545) Checking out files: 100% (1545/1545) Checking out files: 100% (1545/1545), done. [2020-02-26T15:32:30.931Z] #42 26.32 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-02-26T15:32:30.931Z] #42 29.19 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-02-26T15:32:30.931Z] #42 ... [2020-02-26T15:32:30.931Z] [2020-02-26T15:32:30.931Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:30.931Z] #54 32.15 + cd /tmp/tmp.crExMfqe0f/src/github.com/golangci/golangci-lint/ [2020-02-26T15:32:30.931Z] #54 32.15 + git checkout -q v1.20.0 [2020-02-26T15:32:30.931Z] #54 33.85 ++ git describe --tags [2020-02-26T15:32:30.931Z] #54 33.86 + version=v1.20.0 [2020-02-26T15:32:30.931Z] #54 33.87 ++ git rev-parse --short HEAD [2020-02-26T15:32:30.931Z] #54 33.88 + commit=cc98739 [2020-02-26T15:32:30.931Z] #54 33.89 ++ git show -s --format=%cd [2020-02-26T15:32:30.931Z] #54 33.90 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-02-26T15:32:30.931Z] #54 33.90 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-02-26T15:32:30.931Z] #54 ... [2020-02-26T15:32:30.931Z] [2020-02-26T15:32:30.931Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:32:30.931Z] #48 24.07 vendor/golang.org/x/crypto/internal/subtle [2020-02-26T15:32:30.931Z] #48 ... [2020-02-26T15:32:30.931Z] [2020-02-26T15:32:30.931Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:32:30.931Z] #44 24.41 Fetched 8113 kB in 24s (344 kB/s) [2020-02-26T15:32:30.931Z] #44 24.41 Reading package lists... [2020-02-26T15:32:31.221Z] #44 33.97 Reading package lists... [2020-02-26T15:32:31.221Z] #44 ... [2020-02-26T15:32:31.221Z] [2020-02-26T15:32:31.221Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:32:31.221Z] #11 23.53 Reading package lists... [2020-02-26T15:32:31.221Z] #11 33.40 Reading package lists... [2020-02-26T15:32:31.221Z] #11 ... [2020-02-26T15:32:31.221Z] [2020-02-26T15:32:31.221Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:32:31.221Z] #36 24.74 Fetched 8113 kB in 23s (346 kB/s) [2020-02-26T15:32:31.221Z] #36 24.74 Reading package lists... [2020-02-26T15:32:31.221Z] #36 ... [2020-02-26T15:32:31.221Z] [2020-02-26T15:32:31.221Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:32:31.221Z] #60 25.36 Fetched 8113 kB in 25s (330 kB/s) [2020-02-26T15:32:31.221Z] #60 25.36 Reading package lists... [2020-02-26T15:32:31.510Z] #60 ... [2020-02-26T15:32:31.510Z] [2020-02-26T15:32:31.510Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:32:33.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-26T15:32:38.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-26T15:32:39.972Z] #36 35.05 Reading package lists... [2020-02-26T15:32:39.972Z] #36 ... [2020-02-26T15:32:39.972Z] [2020-02-26T15:32:39.972Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:32:39.972Z] #11 33.40 Reading package lists... [2020-02-26T15:32:41.522Z] #11 42.81 Building dependency tree... [2020-02-26T15:32:42.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-26T15:32:42.154Z] #11 ... [2020-02-26T15:32:42.154Z] [2020-02-26T15:32:42.154Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:32:42.154Z] #60 35.52 Reading package lists... [2020-02-26T15:32:42.154Z] #60 ... [2020-02-26T15:32:42.154Z] [2020-02-26T15:32:42.154Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:32:42.154Z] #36 35.05 Reading package lists... [2020-02-26T15:32:43.190Z] #36 44.77 Building dependency tree... [2020-02-26T15:32:45.249Z] #36 48.59 The following additional packages will be installed: [2020-02-26T15:32:45.249Z] #36 48.59 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-02-26T15:32:45.249Z] #36 48.60 Suggested packages: [2020-02-26T15:32:45.249Z] #36 48.60 cmake-doc ninja-build lrzip [2020-02-26T15:32:45.249Z] #36 48.60 Recommended packages: [2020-02-26T15:32:45.249Z] #36 48.60 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-02-26T15:32:45.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-26T15:32:46.766Z] #36 ... [2020-02-26T15:32:46.766Z] [2020-02-26T15:32:46.766Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:32:46.766Z] #11 46.24 The following additional packages will be installed: [2020-02-26T15:32:46.766Z] #11 46.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-02-26T15:32:46.766Z] #11 46.25 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-02-26T15:32:46.766Z] #11 46.25 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-02-26T15:32:46.766Z] #11 46.25 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-02-26T15:32:46.766Z] #11 46.25 mingw-w64-x86-64-dev [2020-02-26T15:32:46.766Z] #11 46.26 Suggested packages: [2020-02-26T15:32:46.766Z] #11 46.26 gcc-8-locales seccomp wine64 [2020-02-26T15:32:46.766Z] #11 48.87 The following NEW packages will be installed: [2020-02-26T15:32:46.766Z] #11 48.88 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-02-26T15:32:46.766Z] #11 48.88 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-02-26T15:32:46.766Z] #11 48.88 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-02-26T15:32:46.766Z] #11 48.88 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-02-26T15:32:46.766Z] #11 48.88 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-02-26T15:32:46.766Z] #11 48.88 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-02-26T15:32:46.766Z] #11 48.89 The following packages will be upgraded: [2020-02-26T15:32:46.766Z] #11 48.90 libsystemd0 libudev1 [2020-02-26T15:32:46.766Z] #11 49.07 2 upgraded, 25 newly installed, 0 to remove and 12 not upgraded. [2020-02-26T15:32:46.766Z] #11 49.07 Need to get 79.4 MB of archives. [2020-02-26T15:32:46.766Z] #11 49.07 After this operation, 532 MB of additional disk space will be used. [2020-02-26T15:32:46.766Z] #11 49.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u3 [357 kB] [2020-02-26T15:32:46.766Z] #11 49.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u3 [158 kB] [2020-02-26T15:32:46.766Z] #11 49.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-02-26T15:32:46.766Z] #11 49.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-02-26T15:32:46.766Z] #11 50.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-02-26T15:32:46.766Z] #11 50.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-02-26T15:32:46.766Z] #11 50.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-02-26T15:32:46.766Z] #11 50.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-02-26T15:32:50.223Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:32:50.223Z] Using test binary docker [2020-02-26T15:32:50.223Z] +++ /etc/init.d/apparmor start [2020-02-26T15:32:50.223Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:32:50.223Z] INFO: Waiting for daemon to start... [2020-02-26T15:32:50.223Z] Starting dockerd [2020-02-26T15:32:50.223Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-02-26T15:32:50.240Z] #11 50.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-02-26T15:32:50.240Z] #11 51.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-02-26T15:32:50.240Z] #11 51.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-02-26T15:32:50.240Z] #11 ... [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-02-26T15:32:50.240Z] #26 33.84 Reading package lists... [2020-02-26T15:32:50.240Z] #26 43.64 Building dependency tree... [2020-02-26T15:32:50.240Z] #26 47.17 ca-certificates is already the newest version (20190110). [2020-02-26T15:32:50.240Z] #26 47.17 The following additional packages will be installed: [2020-02-26T15:32:50.240Z] #26 47.18 libjq1 libonig5 [2020-02-26T15:32:50.240Z] #26 47.87 The following NEW packages will be installed: [2020-02-26T15:32:50.240Z] #26 47.88 jq libjq1 libonig5 [2020-02-26T15:32:50.240Z] #26 48.16 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:32:50.240Z] #26 48.16 Need to get 358 kB of archives. [2020-02-26T15:32:50.240Z] #26 48.16 After this operation, 1277 kB of additional disk space will be used. [2020-02-26T15:32:50.240Z] #26 48.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-26T15:32:50.240Z] #26 48.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-26T15:32:50.240Z] #26 48.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-26T15:32:50.240Z] #26 49.78 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:32:50.240Z] #26 49.92 Fetched 358 kB in 0s (2401 kB/s) [2020-02-26T15:32:50.240Z] #26 50.04 Selecting previously unselected package libonig5:ppc64el. [2020-02-26T15:32:50.240Z] #26 50.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-26T15:32:50.240Z] #26 50.13 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-02-26T15:32:50.240Z] #26 50.14 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-26T15:32:50.240Z] #26 50.68 Selecting previously unselected package libjq1:ppc64el. [2020-02-26T15:32:50.240Z] #26 50.71 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-26T15:32:50.240Z] #26 50.73 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-26T15:32:50.240Z] #26 51.21 Selecting previously unselected package jq. [2020-02-26T15:32:50.240Z] #26 51.28 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-26T15:32:50.240Z] #26 51.29 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:32:50.240Z] #26 51.66 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-26T15:32:50.240Z] #26 51.68 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-26T15:32:50.240Z] #26 51.69 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:32:50.240Z] #26 51.71 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:32:50.240Z] #26 DONE 52.1s [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:32:50.240Z] #27 DONE 0.1s [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:32:50.240Z] #36 50.55 The following NEW packages will be installed: [2020-02-26T15:32:50.240Z] #36 50.61 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-02-26T15:32:50.240Z] #36 50.61 vim-common xxd [2020-02-26T15:32:50.240Z] #36 50.95 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:32:50.240Z] #36 50.95 Need to get 14.9 MB of archives. [2020-02-26T15:32:50.240Z] #36 50.95 After this operation, 67.2 MB of additional disk space will be used. [2020-02-26T15:32:50.240Z] #36 50.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-26T15:32:50.240Z] #36 51.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:32:50.240Z] #36 51.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-02-26T15:32:50.240Z] #36 51.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-26T15:32:50.240Z] #36 52.47 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-02-26T15:32:50.240Z] #36 52.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-02-26T15:32:50.240Z] #36 52.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-02-26T15:32:50.240Z] #36 52.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-02-26T15:32:50.240Z] #36 52.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-02-26T15:32:50.240Z] #36 52.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-02-26T15:32:50.240Z] #36 ... [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:32:50.240Z] #44 33.97 Reading package lists... [2020-02-26T15:32:50.240Z] #44 43.28 Building dependency tree... [2020-02-26T15:32:50.240Z] #44 48.05 The following additional packages will be installed: [2020-02-26T15:32:50.240Z] #44 48.05 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-02-26T15:32:50.240Z] #44 48.06 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-02-26T15:32:50.240Z] #44 48.06 Suggested packages: [2020-02-26T15:32:50.240Z] #44 48.06 manpages-dev python-setuptools [2020-02-26T15:32:50.240Z] #44 50.35 The following NEW packages will be installed: [2020-02-26T15:32:50.240Z] #44 50.35 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-02-26T15:32:50.240Z] #44 50.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-02-26T15:32:50.240Z] #44 50.37 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-02-26T15:32:50.240Z] #44 50.37 python-six zlib1g-dev [2020-02-26T15:32:50.240Z] #44 50.54 0 upgraded, 17 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:32:50.240Z] #44 50.54 Need to get 4075 kB of archives. [2020-02-26T15:32:50.240Z] #44 50.54 After this operation, 24.5 MB of additional disk space will be used. [2020-02-26T15:32:50.240Z] #44 50.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-02-26T15:32:50.240Z] #44 50.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-26T15:32:50.240Z] #44 50.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-02-26T15:32:50.240Z] #44 50.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-26T15:32:50.240Z] #44 50.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-02-26T15:32:50.240Z] #44 50.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-26T15:32:50.240Z] #44 50.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-02-26T15:32:50.240Z] #44 50.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-02-26T15:32:50.240Z] #44 50.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-02-26T15:32:50.240Z] #44 51.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-02-26T15:32:50.240Z] #44 51.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-02-26T15:32:50.240Z] #44 51.35 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-02-26T15:32:50.240Z] #44 51.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-02-26T15:32:50.240Z] #44 51.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-02-26T15:32:50.240Z] #44 51.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-02-26T15:32:50.240Z] #44 51.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-02-26T15:32:50.240Z] #44 51.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-02-26T15:32:50.240Z] #44 ... [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-02-26T15:32:50.240Z] #60 35.52 Reading package lists... [2020-02-26T15:32:50.240Z] #60 47.13 Building dependency tree... [2020-02-26T15:32:50.240Z] #60 49.81 The following additional packages will be installed: [2020-02-26T15:32:50.240Z] #60 49.82 libbtrfs0 [2020-02-26T15:32:50.240Z] #60 49.96 The following NEW packages will be installed: [2020-02-26T15:32:50.240Z] #60 49.97 libbtrfs-dev libbtrfs0 [2020-02-26T15:32:50.240Z] #60 50.14 0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded. [2020-02-26T15:32:50.240Z] #60 50.14 Need to get 120 kB of archives. [2020-02-26T15:32:50.240Z] #60 50.14 After this operation, 423 kB of additional disk space will be used. [2020-02-26T15:32:50.240Z] #60 50.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-26T15:32:50.240Z] #60 50.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-26T15:32:50.240Z] #60 52.01 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:32:50.240Z] #60 52.43 Fetched 120 kB in 0s (945 kB/s) [2020-02-26T15:32:50.240Z] #60 52.65 Selecting previously unselected package libbtrfs0. [2020-02-26T15:32:50.240Z] #60 52.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 ... 15330 files and directories currently installed.) [2020-02-26T15:32:50.240Z] #60 52.78 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-26T15:32:50.240Z] #60 52.80 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:32:50.240Z] #60 52.99 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:32:50.240Z] #60 53.00 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-26T15:32:50.240Z] #60 53.01 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:32:50.240Z] #60 53.31 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:32:50.240Z] #60 53.36 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:32:50.240Z] #60 53.37 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:32:50.240Z] #60 DONE 53.7s [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:32:50.240Z] #61 DONE 0.1s [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-02-26T15:32:50.240Z] #62 DONE 0.1s [2020-02-26T15:32:50.240Z] [2020-02-26T15:32:50.240Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:32:50.350Z] #76 exporting layers 45.4s done [2020-02-26T15:32:50.350Z] #76 exporting manifest sha256:d77adbe10b3b180e7bb506ea35de1d30420ce9fcf8d5955f1b0e98efebfd431c done [2020-02-26T15:32:50.350Z] #76 exporting config sha256:ae727e6ff887b9502db5d07d75cb6d38feacb78edfe6b55fbe615de4d4504da5 done [2020-02-26T15:32:50.350Z] #76 sending tarball [2020-02-26T15:32:50.481Z] . [2020-02-26T15:32:50.481Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:32:50.540Z] #63 0.392 + RM_GOPATH=0 [2020-02-26T15:32:50.739Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:32:50.739Z] Error: No such image: emptyfs [2020-02-26T15:32:50.739Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:32:50.739Z] ++++ docker load [2020-02-26T15:32:50.835Z] #63 0.393 + TMP_GOPATH= [2020-02-26T15:32:50.835Z] #63 0.393 + : /build [2020-02-26T15:32:50.835Z] #63 0.394 + '[' -z '' ']' [2020-02-26T15:32:50.835Z] #63 0.404 ++ mktemp -d [2020-02-26T15:32:50.835Z] #63 0.445 + export GOPATH=/tmp/tmp.ojk2EyTk0z [2020-02-26T15:32:50.835Z] #63 0.446 + GOPATH=/tmp/tmp.ojk2EyTk0z [2020-02-26T15:32:50.835Z] #63 0.446 + RM_GOPATH=1 [2020-02-26T15:32:50.835Z] #63 0.450 ++ dirname ./install.sh [2020-02-26T15:32:50.835Z] #63 0.452 + dir=. [2020-02-26T15:32:50.835Z] #63 0.452 + bin=containerd [2020-02-26T15:32:50.835Z] #63 0.452 + shift [2020-02-26T15:32:50.835Z] #63 0.452 + '[' '!' -f ./containerd.installer ']' [2020-02-26T15:32:50.835Z] #63 0.452 + . ./containerd.installer [2020-02-26T15:32:50.835Z] #63 0.453 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:32:50.835Z] #63 0.453 + install_containerd [2020-02-26T15:32:50.835Z] #63 0.453 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:32:50.835Z] #63 0.454 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-02-26T15:32:50.835Z] #63 0.456 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ojk2EyTk0z/src/github.com/containerd/containerd [2020-02-26T15:32:50.835Z] #63 0.459 Cloning into '/tmp/tmp.ojk2EyTk0z/src/github.com/containerd/containerd'... [2020-02-26T15:32:51.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-26T15:32:51.304Z] Running integration-test (iteration 1) [2020-02-26T15:32:51.304Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-02-26T15:32:51.304Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:32:51.304Z] ++ set -e [2020-02-26T15:32:51.304Z] ++ '[' -n 0 ']' [2020-02-26T15:32:51.304Z] ++ set -x [2020-02-26T15:32:51.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:32:52.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-26T15:32:53.875Z] #76 sending tarball 7.3s done [2020-02-26T15:32:53.875Z] #76 DONE 52.7s [2020-02-26T15:32:53.875Z] [2020-02-26T15:32:53.875Z] #77 importing to docker [2020-02-26T15:32:55.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-26T15:32:56.437Z] #63 ... [2020-02-26T15:32:56.437Z] [2020-02-26T15:32:56.437Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:32:56.437Z] #28 2.586 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-26T15:32:56.437Z] #28 3.157 [2020-02-26T15:32:56.437Z] #28 3.461 #=#=# ## 2.8% ##### 7.1% ###### 9.2% ######### 13.5% ############ 17.7% ############### 21.9% ################## 26.2% ##################### 30.5% ######################### 34.7% ############################ 39.0% ############################### 43.3% ################################## 47.5% ##################################### 51.8% ######################################### 57.2% ########################################## 59.3% ############################################# 63.6% ################################################ 67.9% ################################################### 72.1% ###################################################### 76.4% ########################################################## 80.6% ############################################################# 84.9% ################################################################ 89.1% #################################################################### 95.5% ######################################################################## 100.0% [2020-02-26T15:32:56.437Z] #28 7.254 [2020-02-26T15:32:57.028Z] #28 7.520 0.2% ####### 9.7% ################### 27.0% ############################### 44.3% ############################################ 61.5% ######################################################## 78.8% ##################################################################### 96.0% ######################################################################## 100.0% [2020-02-26T15:32:57.675Z] #28 9.034 [2020-02-26T15:32:59.733Z] #28 9.238 # 2.6% ####### 10.1% ################ 22.9% ###################### 30.7% ############################# 41.0% ################################# 46.2% ###################################### 54.0% ############################################ 61.7% ################################################ 66.9% ################################################### 72.0% ####################################################### 77.2% ########################################################### 82.4% ############################################################# 84.9% ############################################################### 87.5% ################################################################## 92.6% #################################################################### 95.2% ######################################################################## 100.0% [2020-02-26T15:32:59.733Z] #28 ... [2020-02-26T15:32:59.733Z] [2020-02-26T15:32:59.733Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:32:59.733Z] #44 53.39 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:32:59.733Z] #44 53.63 Fetched 4075 kB in 1s (3604 kB/s) [2020-02-26T15:32:59.733Z] #44 53.79 Selecting previously unselected package libcap-dev:ppc64el. [2020-02-26T15:32:59.733Z] #44 53.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-26T15:32:59.733Z] #44 54.01 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-02-26T15:32:59.733Z] #44 54.02 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-02-26T15:32:59.733Z] #44 54.23 Selecting previously unselected package libnet1:ppc64el. [2020-02-26T15:32:59.733Z] #44 54.29 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-26T15:32:59.733Z] #44 54.30 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-26T15:32:59.733Z] #44 54.56 Selecting previously unselected package libnet1-dev. [2020-02-26T15:32:59.733Z] #44 54.61 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-26T15:32:59.733Z] #44 54.63 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:32:59.733Z] #44 54.99 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-26T15:32:59.733Z] #44 55.01 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-26T15:32:59.733Z] #44 55.02 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-26T15:32:59.733Z] #44 55.18 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-02-26T15:32:59.734Z] #44 55.20 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 55.20 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-26T15:32:59.734Z] #44 55.64 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-26T15:32:59.734Z] #44 55.64 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 55.64 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:32:59.734Z] #44 55.81 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-02-26T15:32:59.734Z] #44 55.83 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 55.84 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:32:59.734Z] #44 56.02 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-02-26T15:32:59.734Z] #44 56.10 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 56.11 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-26T15:32:59.734Z] #44 56.64 Selecting previously unselected package libprotobuf17:ppc64el. [2020-02-26T15:32:59.734Z] #44 56.65 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 56.67 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:32:59.734Z] #44 57.96 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-02-26T15:32:59.734Z] #44 57.99 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 57.99 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:32:59.734Z] #44 58.59 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-02-26T15:32:59.734Z] #44 58.60 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 58.64 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-26T15:32:59.734Z] #44 61.03 Selecting previously unselected package libprotoc17:ppc64el. [2020-02-26T15:32:59.734Z] #44 61.07 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 61.08 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:32:59.734Z] #44 62.03 Selecting previously unselected package protobuf-c-compiler. [2020-02-26T15:32:59.734Z] #44 62.04 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 62.04 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:32:59.734Z] #44 62.12 Selecting previously unselected package protobuf-compiler. [2020-02-26T15:32:59.734Z] #44 62.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 62.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:32:59.734Z] #44 62.27 Selecting previously unselected package python-pkg-resources. [2020-02-26T15:32:59.734Z] #44 62.31 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:32:59.734Z] #44 62.32 Unpacking python-pkg-resources (40.8.0-1) ... [2020-02-26T15:32:59.734Z] #44 62.88 Selecting previously unselected package python-six. [2020-02-26T15:32:59.734Z] #44 62.92 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-02-26T15:32:59.734Z] #44 62.95 Unpacking python-six (1.12.0-1) ... [2020-02-26T15:32:59.734Z] #44 63.11 Selecting previously unselected package python-protobuf. [2020-02-26T15:32:59.734Z] #44 63.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-02-26T15:32:59.734Z] #44 63.16 Unpacking python-protobuf (3.6.1.3-2) ... [2020-02-26T15:33:00.378Z] #44 63.84 Setting up python-pkg-resources (40.8.0-1) ... [2020-02-26T15:33:00.378Z] #44 ... [2020-02-26T15:33:00.378Z] [2020-02-26T15:33:00.378Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:33:00.378Z] #34 63.58 sync [2020-02-26T15:33:00.378Z] #34 63.64 internal/reflectlite [2020-02-26T15:33:00.378Z] #34 ... [2020-02-26T15:33:00.378Z] [2020-02-26T15:33:00.378Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:33:00.378Z] #72 DONE 63.8s [2020-02-26T15:33:00.669Z] [2020-02-26T15:33:00.669Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:00.669Z] #28 11.91 [2020-02-26T15:33:01.564Z] #28 12.42 #=#=# # 1.7% ## 3.7% ### 5.5% [2020-02-26T15:33:01.564Z] #28 ... [2020-02-26T15:33:01.564Z] [2020-02-26T15:33:01.564Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:33:01.564Z] #36 55.15 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:33:01.564Z] #36 55.56 Fetched 14.9 MB in 3s (5758 kB/s) [2020-02-26T15:33:01.564Z] #36 55.69 Selecting previously unselected package xxd. [2020-02-26T15:33:01.564Z] #36 55.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-26T15:33:01.564Z] #36 55.80 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-26T15:33:01.564Z] #36 55.81 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:33:01.564Z] #36 56.16 Selecting previously unselected package vim-common. [2020-02-26T15:33:01.564Z] #36 56.18 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:33:01.564Z] #36 56.34 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:33:01.564Z] #36 57.08 Selecting previously unselected package cmake-data. [2020-02-26T15:33:01.564Z] #36 57.11 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-02-26T15:33:01.564Z] #36 57.15 Unpacking cmake-data (3.13.4-1) ... [2020-02-26T15:33:01.564Z] #36 61.95 Selecting previously unselected package libicu63:ppc64el. [2020-02-26T15:33:01.564Z] #36 61.97 Preparing to unpack .../3-libicu63_63.1-6_ppc64el.deb ... [2020-02-26T15:33:01.564Z] #36 61.98 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-26T15:33:01.861Z] #36 ... [2020-02-26T15:33:01.861Z] [2020-02-26T15:33:01.861Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:02.772Z] #28 12.42 #=#=# # 1.7% ## 3.7% ### 5.5% ##### 7.7% ###### 9.5% ######## 12.1% ########## 14.7% ########### 16.5% ############# 19.2% ############### 21.9% ################# 24.6% ################### 27.3% [2020-02-26T15:33:02.772Z] #28 ... [2020-02-26T15:33:02.772Z] [2020-02-26T15:33:02.772Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:33:02.772Z] #11 56.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-02-26T15:33:02.772Z] #11 60.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-02-26T15:33:02.772Z] #11 60.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-02-26T15:33:02.772Z] #11 60.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-02-26T15:33:02.772Z] #11 60.44 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-02-26T15:33:02.772Z] #11 60.47 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-02-26T15:33:02.772Z] #11 60.47 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u3 [109 kB] [2020-02-26T15:33:02.772Z] #11 60.49 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-02-26T15:33:02.772Z] #11 60.54 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-02-26T15:33:02.772Z] #11 60.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-02-26T15:33:02.772Z] #11 60.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-02-26T15:33:02.772Z] #11 60.65 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-02-26T15:33:02.772Z] #11 60.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-02-26T15:33:02.772Z] #11 60.76 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-02-26T15:33:02.772Z] #11 60.79 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-02-26T15:33:02.772Z] #11 60.80 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u3 [321 kB] [2020-02-26T15:33:02.772Z] #11 62.99 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:33:02.772Z] #11 63.19 Fetched 79.4 MB in 12s (6716 kB/s) [2020-02-26T15:33:02.773Z] #11 63.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-26T15:33:02.773Z] #11 63.59 Preparing to unpack .../libsystemd0_241-7~deb10u3_ppc64el.deb ... [2020-02-26T15:33:02.773Z] #11 63.65 Unpacking libsystemd0:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-26T15:33:02.773Z] #11 64.35 Setting up libsystemd0:ppc64el (241-7~deb10u3) ... [2020-02-26T15:33:02.773Z] #11 64.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-02-26T15:33:02.773Z] #11 64.74 Preparing to unpack .../libudev1_241-7~deb10u3_ppc64el.deb ... [2020-02-26T15:33:02.773Z] #11 64.76 Unpacking libudev1:ppc64el (241-7~deb10u3) over (241-7~deb10u2) ... [2020-02-26T15:33:02.773Z] #11 65.38 Setting up libudev1:ppc64el (241-7~deb10u3) ... [2020-02-26T15:33:02.773Z] #11 65.82 Selecting previously unselected package binutils-mingw-w64-i686. [2020-02-26T15:33:02.773Z] #11 65.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 ... 15330 files and directories currently installed.) [2020-02-26T15:33:02.773Z] #11 66.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-02-26T15:33:02.773Z] #11 66.22 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:33:02.773Z] #11 ... [2020-02-26T15:33:02.773Z] [2020-02-26T15:33:02.773Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:06.565Z] #28 12.42 #=#=# # 1.7% ## 3.7% ### 5.5% ##### 7.7% ###### 9.5% ######## 12.1% ########## 14.7% ########### 16.5% ############# 19.2% ############### 21.9% ################# 24.6% ################### 27.3% ##################### 29.9% ####################### 32.6% ######################### 35.3% ########################## 37.1% ########################### 38.9% ############################# 40.6% ############################### 43.3% ################################# 46.0% ################################### 48.7% #################################### 50.5% #################################### 51.4% ###################################### 53.2% ####################################### 54.9% ######################################## 56.7% ########################################## 59.4% ############################################ 61.2% ############################################# 63.0% ############################################## 64.8% ################################################ 67.4% ################################################## 70.1% #################################################### 72.8% ###################################################### 75.5% ######################################################## 78.2% ########################################################## 80.8% ############################################################ 83.5% ############################################################# 85.3% ############################################################### 88.0% ################################################################## 92.4% ##################################################################### 96.0% ####################################################################### 99.0% ######################################################################## 100.0% [2020-02-26T15:33:06.856Z] #28 18.22 [2020-02-26T15:33:08.918Z] #28 20.10 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-26T15:33:09.209Z] #28 ... [2020-02-26T15:33:09.209Z] [2020-02-26T15:33:09.209Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:33:09.209Z] #51 72.47 + cd /tmp/tmp.2CtQGjhqwr/src/gotest.tools/gotestsum [2020-02-26T15:33:09.209Z] #51 72.47 + git checkout -q v0.3.5 [2020-02-26T15:33:09.500Z] #51 72.63 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-02-26T15:33:13.024Z] #51 ... [2020-02-26T15:33:13.024Z] [2020-02-26T15:33:13.024Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:13.024Z] #48 65.74 internal/reflectlite [2020-02-26T15:33:13.024Z] #48 65.80 sync [2020-02-26T15:33:13.024Z] #48 70.03 math/rand [2020-02-26T15:33:13.024Z] #48 70.04 internal/singleflight [2020-02-26T15:33:13.024Z] #48 70.06 github.com/LK4D4/vndr/godl/singleflight [2020-02-26T15:33:13.024Z] #48 73.59 io [2020-02-26T15:33:13.024Z] #48 73.60 strconv [2020-02-26T15:33:13.024Z] #48 73.61 sort [2020-02-26T15:33:13.024Z] #48 73.73 syscall [2020-02-26T15:33:13.024Z] #48 ... [2020-02-26T15:33:13.024Z] [2020-02-26T15:33:13.024Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:13.024Z] #28 20.80 #=#=# [2020-02-26T15:33:13.024Z] #28 21.07 #=#=# ############################################# 62.9% ######################################################################## 100.0% [2020-02-26T15:33:13.024Z] #28 21.45 [2020-02-26T15:33:13.024Z] #28 23.61 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-26T15:33:13.024Z] #28 24.21 [2020-02-26T15:33:13.317Z] #28 24.48 #=#=# ######################################################################## 100.0% [2020-02-26T15:33:13.317Z] #28 24.83 [2020-02-26T15:33:16.029Z] #28 27.04 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-26T15:33:16.029Z] #28 27.14 skipping existing c8c2d4a6b2e3 [2020-02-26T15:33:16.029Z] #28 ... [2020-02-26T15:33:16.029Z] [2020-02-26T15:33:16.029Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:16.029Z] #48 79.27 vendor/golang.org/x/net/dns/dnsmessage [2020-02-26T15:33:16.661Z] #48 ... [2020-02-26T15:33:16.661Z] [2020-02-26T15:33:16.661Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:33:16.661Z] #11 70.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-02-26T15:33:16.661Z] #11 70.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #11 70.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:33:16.661Z] #11 75.71 Selecting previously unselected package binutils-mingw-w64. [2020-02-26T15:33:16.661Z] #11 75.76 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-02-26T15:33:16.661Z] #11 75.77 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:33:16.661Z] #11 75.96 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-02-26T15:33:16.661Z] #11 75.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #11 75.98 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-26T15:33:16.661Z] #11 76.38 Selecting previously unselected package dmsetup. [2020-02-26T15:33:16.661Z] #11 76.40 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #11 76.41 Unpacking dmsetup (2:1.02.155-3) ... [2020-02-26T15:33:16.661Z] #11 76.71 Selecting previously unselected package mingw-w64-common. [2020-02-26T15:33:16.661Z] #11 76.78 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-02-26T15:33:16.661Z] #11 76.78 Unpacking mingw-w64-common (6.0.0-3) ... [2020-02-26T15:33:16.661Z] #11 ... [2020-02-26T15:33:16.661Z] [2020-02-26T15:33:16.661Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:33:16.661Z] #36 74.70 Selecting previously unselected package libxml2:ppc64el. [2020-02-26T15:33:16.661Z] #36 74.70 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 74.70 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:33:16.661Z] #36 75.61 Selecting previously unselected package libarchive13:ppc64el. [2020-02-26T15:33:16.661Z] #36 75.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 75.63 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-26T15:33:16.661Z] #36 76.38 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-02-26T15:33:16.661Z] #36 76.41 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 76.41 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-26T15:33:16.661Z] #36 76.67 Selecting previously unselected package librhash0:ppc64el. [2020-02-26T15:33:16.661Z] #36 76.71 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 76.73 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-02-26T15:33:16.661Z] #36 77.06 Selecting previously unselected package libuv1:ppc64el. [2020-02-26T15:33:16.661Z] #36 77.07 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 77.08 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-02-26T15:33:16.661Z] #36 77.31 Selecting previously unselected package cmake. [2020-02-26T15:33:16.661Z] #36 77.32 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-02-26T15:33:16.661Z] #36 77.33 Unpacking cmake (3.13.4-1) ... [2020-02-26T15:33:17.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-26T15:33:17.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-26T15:33:17.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-26T15:33:17.417Z] #77 DONE 20.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-26T15:33:17.691Z] #36 ... [2020-02-26T15:33:17.691Z] [2020-02-26T15:33:17.691Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:33:17.691Z] #34 70.97 sort [2020-02-26T15:33:17.691Z] #34 70.98 errors [2020-02-26T15:33:17.691Z] #34 71.77 internal/oserror [2020-02-26T15:33:17.691Z] #34 71.78 io [2020-02-26T15:33:17.691Z] #34 71.82 strconv [2020-02-26T15:33:17.691Z] #34 72.34 syscall [2020-02-26T15:33:17.691Z] #34 78.12 strings [2020-02-26T15:33:17.691Z] #34 78.16 bytes [2020-02-26T15:33:17.988Z] #34 ... [2020-02-26T15:33:17.988Z] [2020-02-26T15:33:17.988Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:33:17.988Z] #44 71.63 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:33:17.988Z] #44 71.64 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-26T15:33:17.988Z] #44 71.64 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:33:17.988Z] #44 71.65 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:33:17.988Z] #44 71.65 Setting up python-six (1.12.0-1) ... [2020-02-26T15:33:17.988Z] #44 76.85 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-02-26T15:33:17.988Z] #44 76.87 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-26T15:33:17.988Z] #44 76.90 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:33:17.988Z] #44 76.90 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-02-26T15:33:17.988Z] #44 76.91 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-02-26T15:33:17.988Z] #44 76.92 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-02-26T15:33:17.988Z] #44 76.93 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-02-26T15:33:17.988Z] #44 76.94 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-02-26T15:33:17.988Z] #44 76.95 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-02-26T15:33:17.988Z] #44 76.97 Setting up python-protobuf (3.6.1.3-2) ... [2020-02-26T15:33:17.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-26T15:33:18.226Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/test/unit [2020-02-26T15:33:18.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-26T15:33:18.280Z] #44 ... [2020-02-26T15:33:18.280Z] [2020-02-26T15:33:18.280Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-02-26T15:33:18.280Z] #36 81.96 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-26T15:33:18.280Z] #36 81.96 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:33:18.280Z] #36 82.00 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-02-26T15:33:18.571Z] #36 82.02 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:33:18.571Z] #36 82.15 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-02-26T15:33:18.571Z] #36 82.16 Setting up cmake-data (3.13.4-1) ... [2020-02-26T15:33:18.571Z] #36 82.21 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-02-26T15:33:18.571Z] #36 82.22 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-02-26T15:33:18.571Z] #36 82.23 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-02-26T15:33:18.863Z] #36 82.25 Setting up cmake (3.13.4-1) ... [2020-02-26T15:33:18.863Z] #36 82.27 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:33:18.863Z] #36 82.38 Processing triggers for mime-support (3.62) ... [2020-02-26T15:33:19.152Z] #36 DONE 82.8s [2020-02-26T15:33:19.152Z] [2020-02-26T15:33:19.152Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:19.152Z] #28 27.46 [2020-02-26T15:33:19.152Z] #28 29.79 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-26T15:33:19.152Z] #28 30.33 [2020-02-26T15:33:19.442Z] #28 ... [2020-02-26T15:33:19.442Z] [2020-02-26T15:33:19.442Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:33:19.442Z] #37 DONE 0.2s [2020-02-26T15:33:19.442Z] [2020-02-26T15:33:19.442Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:19.442Z] #28 30.58 #=#=# ######################################################################## 100.0% [2020-02-26T15:33:19.442Z] #28 ... [2020-02-26T15:33:19.442Z] [2020-02-26T15:33:19.442Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-02-26T15:33:19.442Z] #38 DONE 0.1s [2020-02-26T15:33:19.732Z] [2020-02-26T15:33:19.732Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-02-26T15:33:19.732Z] #28 30.99 [2020-02-26T15:33:19.732Z] #28 31.12 Download of images into '/build' complete. [2020-02-26T15:33:20.023Z] #28 31.12 Use something like the following to load the result into a Docker daemon: [2020-02-26T15:33:20.023Z] #28 31.12 tar -cC '/build' . | docker load [2020-02-26T15:33:20.023Z] #28 DONE 31.2s [2020-02-26T15:33:20.023Z] [2020-02-26T15:33:20.023Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:20.023Z] #39 0.379 + RM_GOPATH=0 [2020-02-26T15:33:20.023Z] #39 0.382 + TMP_GOPATH= [2020-02-26T15:33:20.023Z] #39 0.382 + : /build [2020-02-26T15:33:20.023Z] #39 0.382 + '[' -z '' ']' [2020-02-26T15:33:20.023Z] #39 0.384 ++ mktemp -d [2020-02-26T15:33:20.023Z] #39 0.392 + export GOPATH=/tmp/tmp.5yLxK6IynE [2020-02-26T15:33:20.023Z] #39 0.392 + GOPATH=/tmp/tmp.5yLxK6IynE [2020-02-26T15:33:20.023Z] #39 0.392 + RM_GOPATH=1 [2020-02-26T15:33:20.023Z] #39 0.398 ++ dirname ./install.sh [2020-02-26T15:33:20.023Z] #39 0.400 + dir=. [2020-02-26T15:33:20.023Z] #39 0.401 + bin=tini [2020-02-26T15:33:20.023Z] #39 0.401 + shift [2020-02-26T15:33:20.023Z] #39 0.408 + '[' '!' -f ./tini.installer ']' [2020-02-26T15:33:20.023Z] #39 0.408 + . ./tini.installer [2020-02-26T15:33:20.023Z] #39 0.408 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:33:20.023Z] #39 0.410 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:33:20.023Z] #39 0.414 + install_tini [2020-02-26T15:33:20.023Z] #39 0.414 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-02-26T15:33:20.023Z] #39 0.414 + git clone https://github.com/krallin/tini.git /tmp/tmp.5yLxK6IynE/tini [2020-02-26T15:33:20.023Z] #39 0.417 Cloning into '/tmp/tmp.5yLxK6IynE/tini'... [2020-02-26T15:33:20.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-26T15:33:21.326Z] ? github.com/docker/docker/api [no test files] [2020-02-26T15:33:21.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-26T15:33:22.074Z] #39 2.272 + cd /tmp/tmp.5yLxK6IynE/tini [2020-02-26T15:33:22.074Z] #39 2.272 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-02-26T15:33:22.074Z] #39 2.334 + cmake . [2020-02-26T15:33:23.097Z] #39 3.492 -- The C compiler identification is GNU 8.3.0 [2020-02-26T15:33:23.097Z] #39 3.612 -- Check for working C compiler: /usr/bin/cc [2020-02-26T15:33:23.377Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:33:23.377Z] Loaded image: busybox:latest [2020-02-26T15:33:23.377Z] Loaded image: busybox:glibc [2020-02-26T15:33:23.377Z] Loaded image: debian:jessie [2020-02-26T15:33:23.377Z] Loaded image: hello-world:latest [2020-02-26T15:33:23.377Z] INFO: Testing against a local daemon [2020-02-26T15:33:23.377Z] === RUN TestCgroupNamespacesBuild [2020-02-26T15:33:23.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-26T15:33:23.725Z] #39 ... [2020-02-26T15:33:23.725Z] [2020-02-26T15:33:23.725Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-02-26T15:33:23.725Z] #44 86.91 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-02-26T15:33:23.725Z] #44 86.92 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:33:23.725Z] #44 DONE 87.3s [2020-02-26T15:33:24.013Z] [2020-02-26T15:33:24.013Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:33:24.013Z] #11 87.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-02-26T15:33:24.013Z] #11 87.31 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-02-26T15:33:24.013Z] #11 87.32 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:33:26.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-26T15:33:26.651Z] --- PASS: TestCgroupNamespacesBuild (3.93s) [2020-02-26T15:33:26.651Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-26T15:33:27.533Z] #11 ... [2020-02-26T15:33:27.533Z] [2020-02-26T15:33:27.533Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:27.533Z] #48 80.67 bytes [2020-02-26T15:33:27.533Z] #48 ... [2020-02-26T15:33:27.533Z] [2020-02-26T15:33:27.533Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:33:27.533Z] #31 83.75 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 94% (1443/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-02-26T15:33:27.533Z] #31 84.94 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-02-26T15:33:27.533Z] #31 85.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-02-26T15:33:28.162Z] #31 ... [2020-02-26T15:33:28.162Z] [2020-02-26T15:33:28.162Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:28.162Z] #48 91.44 bufio [2020-02-26T15:33:28.545Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.32s) [2020-02-26T15:33:28.545Z] === RUN TestBuildWithSession [2020-02-26T15:33:28.545Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-26T15:33:28.545Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:33:28.545Z] === RUN TestBuildSquashParent [2020-02-26T15:33:28.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-26T15:33:29.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-26T15:33:29.669Z] #48 92.85 reflect [2020-02-26T15:33:30.641Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2020-02-26T15:33:32.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-26T15:33:33.200Z] #48 ... [2020-02-26T15:33:33.200Z] [2020-02-26T15:33:33.200Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:33.200Z] #39 4.774 -- Check for working C compiler: /usr/bin/cc -- works [2020-02-26T15:33:33.200Z] #39 4.786 -- Detecting C compiler ABI info [2020-02-26T15:33:33.200Z] #39 5.692 -- Detecting C compiler ABI info - done [2020-02-26T15:33:33.200Z] #39 5.902 -- Detecting C compile features [2020-02-26T15:33:33.200Z] #39 8.380 -- Detecting C compile features - done [2020-02-26T15:33:33.200Z] #39 8.457 -- Performing Test HAS_BUILTIN_FORTIFY [2020-02-26T15:33:33.200Z] #39 8.931 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-02-26T15:33:33.200Z] #39 9.144 -- Configuring done [2020-02-26T15:33:33.200Z] #39 9.183 -- Generating done [2020-02-26T15:33:33.200Z] #39 9.189 -- Build files have been written to: /tmp/tmp.5yLxK6IynE/tini [2020-02-26T15:33:33.200Z] #39 9.198 + make tini-static [2020-02-26T15:33:33.200Z] #39 9.735 Scanning dependencies of target tini-static [2020-02-26T15:33:33.200Z] #39 9.865 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-02-26T15:33:33.200Z] #39 12.07 [100%] Linking C executable tini-static [2020-02-26T15:33:33.200Z] #39 13.01 [100%] Built target tini-static [2020-02-26T15:33:33.200Z] #39 13.14 + mkdir -p /build [2020-02-26T15:33:33.200Z] #39 13.14 + cp tini-static /build/docker-init [2020-02-26T15:33:33.200Z] #39 DONE 13.3s [2020-02-26T15:33:33.200Z] [2020-02-26T15:33:33.200Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:33:33.200Z] #11 96.07 Selecting previously unselected package gcc-mingw-w64-base. [2020-02-26T15:33:33.200Z] #11 96.07 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-26T15:33:33.200Z] #11 96.08 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:33:33.200Z] #11 96.24 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-02-26T15:33:33.200Z] #11 96.25 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-26T15:33:33.201Z] #11 96.25 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:33:33.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-26T15:33:33.834Z] #11 ... [2020-02-26T15:33:33.834Z] [2020-02-26T15:33:33.834Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:33:33.834Z] #45 2.143 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:33:33.834Z] #45 2.151 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:33:33.834Z] #45 2.161 Note: Building without GnuTLS support [2020-02-26T15:33:33.834Z] #45 4.475 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:33:33.834Z] #45 4.527 GEN .gitid [2020-02-26T15:33:33.834Z] #45 4.541 GEN criu/include/version.h [2020-02-26T15:33:33.834Z] #45 4.603 GEN include/common/asm [2020-02-26T15:33:33.834Z] #45 7.251 PBCC images/google/protobuf/descriptor.pb-c.c [2020-02-26T15:33:33.834Z] #45 7.476 PBCC images/opts.pb-c.c [2020-02-26T15:33:33.834Z] #45 7.604 PBCC images/sit.pb-c.c [2020-02-26T15:33:33.834Z] #45 7.668 DEP images/google/protobuf/descriptor.pb-c.d [2020-02-26T15:33:33.834Z] #45 7.915 DEP images/opts.pb-c.d [2020-02-26T15:33:33.834Z] #45 7.998 DEP images/sit.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.108 PBCC images/macvlan.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.146 DEP images/macvlan.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.288 PBCC images/autofs.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.315 DEP images/autofs.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.479 PBCC images/sysctl.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.540 DEP images/sysctl.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.619 PBCC images/time.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.644 DEP images/time.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.718 PBCC images/binfmt-misc.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.766 DEP images/binfmt-misc.pb-c.d [2020-02-26T15:33:33.834Z] #45 8.883 PBCC images/seccomp.pb-c.c [2020-02-26T15:33:33.834Z] #45 8.933 DEP images/seccomp.pb-c.d [2020-02-26T15:33:33.834Z] #45 9.041 PBCC images/userns.pb-c.c [2020-02-26T15:33:33.834Z] #45 9.093 DEP images/userns.pb-c.d [2020-02-26T15:33:33.834Z] #45 9.184 PBCC images/cgroup.pb-c.c [2020-02-26T15:33:33.834Z] #45 9.233 DEP images/cgroup.pb-c.d [2020-02-26T15:33:33.834Z] #45 9.409 PBCC images/fown.pb-c.c [2020-02-26T15:33:33.834Z] #45 9.497 PBCC images/ext-file.pb-c.c [2020-02-26T15:33:33.834Z] #45 9.567 DEP images/fown.pb-c.d [2020-02-26T15:33:33.834Z] #45 9.646 DEP images/ext-file.pb-c.d [2020-02-26T15:33:33.834Z] #45 9.742 PBCC images/rpc.pb-c.c [2020-02-26T15:33:33.834Z] #45 9.917 DEP images/rpc.pb-c.d [2020-02-26T15:33:33.834Z] #45 10.02 PBCC images/siginfo.pb-c.c [2020-02-26T15:33:33.834Z] #45 10.07 DEP images/siginfo.pb-c.d [2020-02-26T15:33:33.834Z] #45 10.14 PBCC images/pagemap.pb-c.c [2020-02-26T15:33:33.834Z] #45 10.26 DEP images/pagemap.pb-c.d [2020-02-26T15:33:34.125Z] #45 10.46 PBCC images/rlimit.pb-c.c [2020-02-26T15:33:34.125Z] #45 10.51 DEP images/rlimit.pb-c.d [2020-02-26T15:33:34.434Z] #45 10.65 PBCC images/file-lock.pb-c.c [2020-02-26T15:33:34.434Z] #45 10.71 DEP images/file-lock.pb-c.d [2020-02-26T15:33:34.722Z] #45 10.82 PBCC images/tty.pb-c.c [2020-02-26T15:33:34.722Z] #45 10.99 DEP images/tty.pb-c.d [2020-02-26T15:33:34.722Z] #45 11.09 PBCC images/tun.pb-c.c [2020-02-26T15:33:34.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-26T15:33:35.017Z] #45 11.14 PBCC images/netdev.pb-c.c [2020-02-26T15:33:35.017Z] #45 11.21 DEP images/tun.pb-c.d [2020-02-26T15:33:35.017Z] #45 11.28 DEP images/netdev.pb-c.d [2020-02-26T15:33:35.017Z] #45 11.35 PBCC images/vma.pb-c.c [2020-02-26T15:33:35.308Z] #45 11.42 DEP images/vma.pb-c.d [2020-02-26T15:33:35.308Z] #45 11.54 PBCC images/creds.pb-c.c [2020-02-26T15:33:35.308Z] #45 11.57 DEP images/creds.pb-c.d [2020-02-26T15:33:35.308Z] #45 11.64 PBCC images/utsns.pb-c.c [2020-02-26T15:33:35.308Z] #45 11.65 DEP images/utsns.pb-c.d [2020-02-26T15:33:35.308Z] #45 11.76 PBCC images/ipc-desc.pb-c.c [2020-02-26T15:33:35.599Z] #45 11.79 PBCC images/ipc-sem.pb-c.c [2020-02-26T15:33:35.599Z] #45 11.82 DEP images/ipc-desc.pb-c.d [2020-02-26T15:33:35.599Z] #45 12.01 DEP images/ipc-sem.pb-c.d [2020-02-26T15:33:35.857Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:33:35.857Z] Using test binary docker [2020-02-26T15:33:35.886Z] #45 12.08 PBCC images/ipc-msg.pb-c.c [2020-02-26T15:33:35.886Z] #45 12.11 DEP images/ipc-msg.pb-c.d [2020-02-26T15:33:35.886Z] #45 ... [2020-02-26T15:33:35.886Z] [2020-02-26T15:33:35.886Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:35.886Z] #48 99.09 regexp/syntax [2020-02-26T15:33:36.116Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-26T15:33:36.116Z] +++ /etc/init.d/apparmor start [2020-02-26T15:33:36.116Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:33:36.116Z] INFO: Waiting for daemon to start... [2020-02-26T15:33:36.116Z] Starting dockerd [2020-02-26T15:33:36.116Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-02-26T15:33:36.178Z] #48 ... [2020-02-26T15:33:36.178Z] [2020-02-26T15:33:36.178Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:33:36.178Z] #34 89.52 bufio [2020-02-26T15:33:36.178Z] #34 92.15 reflect [2020-02-26T15:33:36.178Z] #34 93.01 path [2020-02-26T15:33:36.178Z] #34 95.92 text/tabwriter [2020-02-26T15:33:36.466Z] #34 ... [2020-02-26T15:33:36.466Z] [2020-02-26T15:33:36.466Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:33:36.466Z] #45 12.17 PBCC images/ipc-shm.pb-c.c [2020-02-26T15:33:36.466Z] #45 12.23 DEP images/ipc-shm.pb-c.d [2020-02-26T15:33:36.466Z] #45 12.29 PBCC images/ipc-var.pb-c.c [2020-02-26T15:33:36.466Z] #45 12.34 DEP images/ipc-var.pb-c.d [2020-02-26T15:33:36.466Z] #45 12.40 PBCC images/sk-opts.pb-c.c [2020-02-26T15:33:36.466Z] #45 12.45 PBCC images/packet-sock.pb-c.c [2020-02-26T15:33:36.466Z] #45 12.53 DEP images/sk-opts.pb-c.d [2020-02-26T15:33:36.466Z] #45 12.62 DEP images/packet-sock.pb-c.d [2020-02-26T15:33:36.466Z] #45 12.77 PBCC images/sk-netlink.pb-c.c [2020-02-26T15:33:36.754Z] #45 12.87 DEP images/sk-netlink.pb-c.d [2020-02-26T15:33:36.754Z] #45 12.95 PBCC images/sk-inet.pb-c.c [2020-02-26T15:33:36.754Z] #45 13.09 DEP images/sk-inet.pb-c.d [2020-02-26T15:33:37.045Z] #45 13.17 PBCC images/sk-unix.pb-c.c [2020-02-26T15:33:37.045Z] #45 13.26 DEP images/sk-unix.pb-c.d [2020-02-26T15:33:37.045Z] #45 13.38 PBCC images/mm.pb-c.c [2020-02-26T15:33:37.338Z] #45 13.47 DEP images/mm.pb-c.d [2020-02-26T15:33:37.338Z] #45 13.62 PBCC images/timerfd.pb-c.c [2020-02-26T15:33:37.338Z] #45 13.69 DEP images/timerfd.pb-c.d [2020-02-26T15:33:37.338Z] #45 13.80 PBCC images/timer.pb-c.c [2020-02-26T15:33:37.630Z] #45 13.86 DEP images/timer.pb-c.d [2020-02-26T15:33:37.630Z] #45 13.89 PBCC images/sa.pb-c.c [2020-02-26T15:33:37.630Z] #45 13.93 DEP images/sa.pb-c.d [2020-02-26T15:33:37.630Z] #45 13.97 PBCC images/pipe-data.pb-c.c [2020-02-26T15:33:37.630Z] #45 13.98 DEP images/pipe-data.pb-c.d [2020-02-26T15:33:37.630Z] #45 14.02 PBCC images/mnt.pb-c.c [2020-02-26T15:33:37.630Z] #45 14.05 DEP images/mnt.pb-c.d [2020-02-26T15:33:37.918Z] #45 14.09 PBCC images/sk-packet.pb-c.c [2020-02-26T15:33:37.918Z] #45 14.13 DEP images/sk-packet.pb-c.d [2020-02-26T15:33:37.918Z] #45 14.18 PBCC images/tcp-stream.pb-c.c [2020-02-26T15:33:37.918Z] #45 14.25 DEP images/tcp-stream.pb-c.d [2020-02-26T15:33:37.918Z] #45 14.32 PBCC images/pipe.pb-c.c [2020-02-26T15:33:38.212Z] #45 14.39 DEP images/pipe.pb-c.d [2020-02-26T15:33:38.212Z] #45 14.47 PBCC images/pstree.pb-c.c [2020-02-26T15:33:38.212Z] #45 14.49 DEP images/pstree.pb-c.d [2020-02-26T15:33:38.212Z] #45 14.61 PBCC images/fs.pb-c.c [2020-02-26T15:33:38.504Z] #45 14.65 DEP images/fs.pb-c.d [2020-02-26T15:33:38.504Z] #45 14.78 PBCC images/signalfd.pb-c.c [2020-02-26T15:33:38.504Z] #45 14.89 DEP images/signalfd.pb-c.d [2020-02-26T15:33:38.647Z] . [2020-02-26T15:33:38.647Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:33:38.647Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:33:38.647Z] Error: No such image: emptyfs [2020-02-26T15:33:38.647Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:33:38.647Z] ++++ docker load [2020-02-26T15:33:38.647Z] Running integration-test (iteration 1) [2020-02-26T15:33:38.647Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-02-26T15:33:38.647Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:33:38.647Z] ++ set -e [2020-02-26T15:33:38.647Z] ++ '[' -n 0 ']' [2020-02-26T15:33:38.647Z] ++ set -x [2020-02-26T15:33:38.647Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:33:38.794Z] #45 14.99 PBCC images/fh.pb-c.c [2020-02-26T15:33:38.794Z] #45 15.05 PBCC images/fsnotify.pb-c.c [2020-02-26T15:33:39.089Z] #45 15.19 DEP images/fh.pb-c.d [2020-02-26T15:33:39.089Z] #45 15.35 DEP images/fsnotify.pb-c.d [2020-02-26T15:33:39.383Z] #45 15.46 PBCC images/eventpoll.pb-c.c [2020-02-26T15:33:39.383Z] #45 15.50 DEP images/eventpoll.pb-c.d [2020-02-26T15:33:39.383Z] #45 15.64 PBCC images/eventfd.pb-c.c [2020-02-26T15:33:39.677Z] #45 15.75 DEP images/eventfd.pb-c.d [2020-02-26T15:33:39.677Z] #45 15.84 PBCC images/remap-file-path.pb-c.c [2020-02-26T15:33:39.677Z] #45 15.92 DEP images/remap-file-path.pb-c.d [2020-02-26T15:33:39.677Z] #45 16.00 PBCC images/fifo.pb-c.c [2020-02-26T15:33:39.677Z] #45 16.04 DEP images/fifo.pb-c.d [2020-02-26T15:33:39.677Z] #45 16.10 PBCC images/ghost-file.pb-c.c [2020-02-26T15:33:39.970Z] #45 16.18 DEP images/ghost-file.pb-c.d [2020-02-26T15:33:39.970Z] #45 16.32 PBCC images/regfile.pb-c.c [2020-02-26T15:33:39.970Z] #45 16.38 DEP images/regfile.pb-c.d [2020-02-26T15:33:40.259Z] #45 16.46 PBCC images/ns.pb-c.c [2020-02-26T15:33:40.259Z] #45 16.50 DEP images/ns.pb-c.d [2020-02-26T15:33:40.259Z] #45 16.55 PBCC images/fdinfo.pb-c.c [2020-02-26T15:33:40.559Z] #45 16.72 DEP images/fdinfo.pb-c.d [2020-02-26T15:33:40.559Z] #45 16.91 PBCC images/core-aarch64.pb-c.c [2020-02-26T15:33:40.729Z] --- PASS: TestBuildSquashParent (10.56s) [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:40.729Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:40.729Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:40.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:40.729Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:40.875Z] #45 16.97 PBCC images/core-arm.pb-c.c [2020-02-26T15:33:40.875Z] #45 17.05 PBCC images/core-ppc64.pb-c.c [2020-02-26T15:33:40.875Z] #45 17.20 PBCC images/core-s390.pb-c.c [2020-02-26T15:33:41.171Z] #45 17.37 PBCC images/core-x86.pb-c.c [2020-02-26T15:33:41.171Z] #45 17.59 PBCC images/core.pb-c.c [2020-02-26T15:33:41.213Z] INFO [loader] Go packages loading at mode 575 (exports_file|compiled_files|deps|files|imports|name|types_sizes) took 1m52.093098025s [2020-02-26T15:33:41.213Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.399293ms [2020-02-26T15:33:41.466Z] #45 17.71 PBCC images/inventory.pb-c.c [2020-02-26T15:33:41.466Z] #45 17.79 DEP images/core-aarch64.pb-c.d [2020-02-26T15:33:41.466Z] #45 17.87 DEP images/core-arm.pb-c.d [2020-02-26T15:33:41.766Z] #45 17.95 DEP images/core-ppc64.pb-c.d [2020-02-26T15:33:41.766Z] #45 18.02 DEP images/core-s390.pb-c.d [2020-02-26T15:33:41.766Z] #45 18.10 DEP images/core-x86.pb-c.d [2020-02-26T15:33:41.766Z] #45 18.18 DEP images/core.pb-c.d [2020-02-26T15:33:42.058Z] #45 18.28 DEP images/inventory.pb-c.d [2020-02-26T15:33:42.058Z] #45 18.37 PBCC images/cpuinfo.pb-c.c [2020-02-26T15:33:42.058Z] #45 18.41 DEP images/cpuinfo.pb-c.d [2020-02-26T15:33:42.058Z] #45 18.51 PBCC images/stats.pb-c.c [2020-02-26T15:33:42.349Z] #45 18.58 DEP images/stats.pb-c.d [2020-02-26T15:33:42.626Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:33:42.626Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:44.418Z] #45 20.46 make[1]: Nothing to be done for 'all'. [2020-02-26T15:33:45.904Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:33:45.904Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:33:46.384Z] b5405b758079: Pull complete [2020-02-26T15:33:46.384Z] Digest: sha256:39ba615d7a739fcdd9fc95b97882672d5af7d0861dd16b51b238c822765d2b8d [2020-02-26T15:33:46.384Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:33:46.384Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-02-26T15:33:46.384Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-02-26T15:33:46.384Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1040' [2020-02-26T15:33:46.384Z] WARN: Skipping validation tests [2020-02-26T15:33:46.384Z] INFO: Running unit tests at 02/26/2020 15:33:41... [2020-02-26T15:33:46.384Z] INFO: make.ps1 starting at 02/26/2020 15:33:45 [2020-02-26T15:33:46.384Z] INFO: Git commit (f508db4833) assumed from DOCKER_GITCOMMIT environment variable [2020-02-26T15:33:46.384Z] INFO: Invoking autogen... [2020-02-26T15:33:46.384Z] INFO: Running unit tests... [2020-02-26T15:33:46.480Z] #45 22.78 CC images/stats.o [2020-02-26T15:33:47.111Z] #45 23.50 CC images/core.o [2020-02-26T15:33:48.622Z] #45 24.66 CC images/core-x86.o [2020-02-26T15:33:48.622Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:33:48.622Z] Loaded image: busybox:latest [2020-02-26T15:33:48.622Z] Loaded image: busybox:glibc [2020-02-26T15:33:48.622Z] Loaded image: debian:jessie [2020-02-26T15:33:48.622Z] Loaded image: hello-world:latest [2020-02-26T15:33:48.622Z] INFO: Testing against a local daemon [2020-02-26T15:33:48.622Z] === RUN TestCgroupNamespacesBuild [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.40s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.53s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.35s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.35s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.17s) [2020-02-26T15:33:49.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.24s) [2020-02-26T15:33:49.182Z] === RUN TestBuildMultiStageCopy [2020-02-26T15:33:49.182Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-26T15:33:49.677Z] #45 25.69 CC images/core-arm.o [2020-02-26T15:33:50.001Z] #45 26.29 CC images/core-aarch64.o [2020-02-26T15:33:50.001Z] #45 ... [2020-02-26T15:33:50.001Z] [2020-02-26T15:33:50.001Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:33:50.001Z] #48 103.4 hash/crc32 [2020-02-26T15:33:50.001Z] #48 107.8 vendor/golang.org/x/text/transform [2020-02-26T15:33:50.001Z] #48 110.2 time [2020-02-26T15:33:50.325Z] #48 ... [2020-02-26T15:33:50.325Z] [2020-02-26T15:33:50.325Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:33:50.325Z] #34 103.5 internal/syscall/unix [2020-02-26T15:33:50.325Z] #34 103.6 time [2020-02-26T15:33:50.637Z] #34 ... [2020-02-26T15:33:50.637Z] [2020-02-26T15:33:50.637Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:33:50.637Z] #45 27.01 CC images/core-ppc64.o [2020-02-26T15:33:51.154Z] --- PASS: TestCgroupNamespacesBuild (3.34s) [2020-02-26T15:33:51.154Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-26T15:33:51.752Z] #45 28.13 CC images/core-s390.o [2020-02-26T15:33:52.461Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-26T15:33:52.838Z] #45 28.91 CC images/cpuinfo.o [2020-02-26T15:33:53.026Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-26T15:33:53.056Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-02-26T15:33:53.056Z] === RUN TestBuildWithSession [2020-02-26T15:33:53.056Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-26T15:33:53.056Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:33:53.056Z] === RUN TestBuildSquashParent [2020-02-26T15:33:53.497Z] #45 29.74 CC images/inventory.o [2020-02-26T15:33:53.591Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-26T15:33:53.796Z] #45 30.12 CC images/fdinfo.o [2020-02-26T15:33:54.449Z] #45 30.68 CC images/fown.o [2020-02-26T15:33:54.524Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-26T15:33:54.940Z] INFO: Invoking unit tests run with C:\gopath/src/gotest.tools/gotestsum\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-02-26T15:33:55.088Z] --- PASS: TestBuildMultiStageCopy (5.85s) [2020-02-26T15:33:55.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.20s) [2020-02-26T15:33:55.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.66s) [2020-02-26T15:33:55.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2020-02-26T15:33:55.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s) [2020-02-26T15:33:55.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s) [2020-02-26T15:33:55.089Z] === RUN TestBuildMultiStageParentConfig [2020-02-26T15:33:55.111Z] #45 31.14 CC images/ns.o [2020-02-26T15:33:55.111Z] #45 31.48 CC images/regfile.o [2020-02-26T15:33:55.796Z] #45 31.83 CC images/ghost-file.o [2020-02-26T15:33:56.099Z] #45 32.35 CC images/fifo.o [2020-02-26T15:33:56.404Z] #45 ... [2020-02-26T15:33:56.404Z] [2020-02-26T15:33:56.404Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:33:56.405Z] #63 61.23 Checking out files: 43% (1332/3044) Checking out files: 44% (1340/3044) Checking out files: 45% (1370/3044) Checking out files: 46% (1401/3044) Checking out files: 47% (1431/3044) Checking out files: 48% (1462/3044) Checking out files: 49% (1492/3044) Checking out files: 50% (1522/3044) Checking out files: 51% (1553/3044) Checking out files: 52% (1583/3044) Checking out files: 53% (1614/3044) Checking out files: 54% (1644/3044) Checking out files: 55% (1675/3044) Checking out files: 56% (1705/3044) Checking out files: 57% (1736/3044) Checking out files: 58% (1766/3044) Checking out files: 59% (1796/3044) Checking out files: 60% (1827/3044) Checking out files: 61% (1857/3044) Checking out files: 62% (1888/3044) Checking out files: 63% (1918/3044) Checking out files: 64% (1949/3044) Checking out files: 65% (1979/3044) Checking out files: 66% (2010/3044) Checking out files: 67% (2040/3044) Checking out files: 68% (2070/3044) Checking out files: 69% (2101/3044) Checking out files: 70% (2131/3044) Checking out files: 71% (2162/3044) Checking out files: 72% (2192/3044) Checking out files: 73% (2223/3044) Checking out files: 74% (2253/3044) Checking out files: 75% (2283/3044) Checking out files: 76% (2314/3044) Checking out files: 77% (2344/3044) Checking out files: 78% (2375/3044) Checking out files: 79% (2405/3044) Checking out files: 80% (2436/3044) Checking out files: 81% (2466/3044) Checking out files: 82% (2497/3044) Checking out files: 83% (2527/3044) Checking out files: 84% (2557/3044) Checking out files: 85% (2588/3044) Checking out files: 85% (2592/3044) Checking out files: 86% (2618/3044) Checking out files: 87% (2649/3044) Checking out files: 88% (2679/3044) Checking out files: 89% (2710/3044) Checking out files: 90% (2740/3044) Checking out files: 91% (2771/3044) Checking out files: 92% (2801/3044) Checking out files: 93% (2831/3044) Checking out files: 94% (2862/3044) Checking out files: 95% (2892/3044) Checking out files: 96% (2923/3044) Checking out files: 97% (2953/3044) Checking out files: 98% (2984/3044) Checking out files: 99% (3014/3044) Checking out files: 100% (3044/3044) Checking out files: 100% (3044/3044), done. [2020-02-26T15:33:56.405Z] #63 62.84 + cd /tmp/tmp.ojk2EyTk0z/src/github.com/containerd/containerd [2020-02-26T15:33:56.405Z] #63 62.84 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-02-26T15:33:56.405Z] #63 64.82 + export 'BUILDTAGS=netgo osusergo static_build' [2020-02-26T15:33:56.405Z] #63 64.82 + BUILDTAGS='netgo osusergo static_build' [2020-02-26T15:33:56.405Z] #63 64.82 + export EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:33:56.405Z] #63 64.82 + EXTRA_FLAGS=-buildmode=pie [2020-02-26T15:33:56.405Z] #63 64.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-02-26T15:33:56.405Z] #63 64.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-02-26T15:33:56.405Z] #63 64.82 + '[' '' = dynamic ']' [2020-02-26T15:33:56.405Z] #63 64.83 + make [2020-02-26T15:33:56.985Z] --- PASS: TestBuildMultiStageParentConfig (1.59s) [2020-02-26T15:33:56.985Z] === RUN TestBuildLabelWithTargets [2020-02-26T15:33:57.066Z] #63 66.56 + bin/ctr [2020-02-26T15:33:59.510Z] --- PASS: TestBuildLabelWithTargets (2.67s) [2020-02-26T15:33:59.510Z] === RUN TestBuildWithEmptyLayers [2020-02-26T15:33:59.615Z] --- PASS: TestBuildSquashParent (5.97s) [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:59.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:59.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:59.615Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:33:59.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:33:59.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:33:59.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:34:00.898Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2020-02-26T15:34:00.898Z] === RUN TestBuildMultiStageOnBuild [2020-02-26T15:34:01.519Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:34:01.519Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:34:01.530Z] #63 ... [2020-02-26T15:34:01.530Z] [2020-02-26T15:34:01.530Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:34:01.530Z] #34 114.4 internal/poll [2020-02-26T15:34:01.530Z] #34 117.9 os [2020-02-26T15:34:01.530Z] #34 120.6 internal/fmtsort [2020-02-26T15:34:01.530Z] #34 123.0 path/filepath [2020-02-26T15:34:01.530Z] #34 123.0 fmt [2020-02-26T15:34:01.530Z] #34 ... [2020-02-26T15:34:01.530Z] [2020-02-26T15:34:01.530Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:01.530Z] #45 32.66 CC images/remap-file-path.o [2020-02-26T15:34:01.530Z] #45 32.97 CC images/eventfd.o [2020-02-26T15:34:01.530Z] #45 33.32 CC images/eventpoll.o [2020-02-26T15:34:01.530Z] #45 33.79 CC images/fh.o [2020-02-26T15:34:01.530Z] #45 34.24 CC images/fsnotify.o [2020-02-26T15:34:01.530Z] #45 35.30 CC images/signalfd.o [2020-02-26T15:34:01.530Z] #45 35.79 CC images/fs.o [2020-02-26T15:34:01.530Z] #45 36.12 CC images/pstree.o [2020-02-26T15:34:01.530Z] #45 36.41 CC images/pipe.o [2020-02-26T15:34:01.531Z] #45 36.72 CC images/tcp-stream.o [2020-02-26T15:34:01.531Z] #45 37.06 CC images/sk-packet.o [2020-02-26T15:34:01.531Z] #45 37.62 CC images/mnt.o [2020-02-26T15:34:01.820Z] #45 37.96 CC images/pipe-data.o [2020-02-26T15:34:02.109Z] #45 38.38 CC images/sa.o [2020-02-26T15:34:02.398Z] #45 38.75 CC images/timer.o [2020-02-26T15:34:03.026Z] #45 39.36 CC images/timerfd.o [2020-02-26T15:34:03.507Z] ? github.com/docker/docker/api [no test files] [2020-02-26T15:34:03.657Z] #45 39.84 CC images/mm.o [2020-02-26T15:34:03.964Z] #45 40.34 CC images/sk-opts.o [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.58s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.67s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.82s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.85s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2020-02-26T15:34:04.054Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2020-02-26T15:34:04.054Z] === RUN TestBuildMultiStageCopy [2020-02-26T15:34:04.054Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-26T15:34:04.599Z] #45 40.82 CC images/sk-unix.o [2020-02-26T15:34:05.075Z] --- PASS: TestBuildMultiStageOnBuild (3.80s) [2020-02-26T15:34:05.075Z] === RUN TestBuildUncleanTarFilenames [2020-02-26T15:34:05.229Z] #45 41.31 CC images/sk-inet.o [2020-02-26T15:34:05.229Z] #45 ... [2020-02-26T15:34:05.229Z] [2020-02-26T15:34:05.229Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:05.229Z] #48 118.4 regexp [2020-02-26T15:34:05.229Z] #48 126.5 io/ioutil [2020-02-26T15:34:05.229Z] #48 126.6 net [2020-02-26T15:34:05.229Z] #48 128.7 os/exec [2020-02-26T15:34:05.229Z] #48 ... [2020-02-26T15:34:05.229Z] [2020-02-26T15:34:05.229Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:34:05.229Z] #34 125.7 io/ioutil [2020-02-26T15:34:05.229Z] #34 128.6 log [2020-02-26T15:34:05.229Z] #34 128.6 github.com/BurntSushi/toml [2020-02-26T15:34:05.229Z] #34 128.6 flag [2020-02-26T15:34:05.955Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-26T15:34:06.446Z] --- PASS: TestBuildUncleanTarFilenames (1.93s) [2020-02-26T15:34:06.447Z] === RUN TestBuildMultiStageLayerLeak [2020-02-26T15:34:06.521Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-26T15:34:07.088Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-26T15:34:07.654Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-26T15:34:07.946Z] #34 ... [2020-02-26T15:34:07.946Z] [2020-02-26T15:34:07.946Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:07.946Z] #48 130.9 internal/lazyregexp [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy (4.54s) [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.37s) [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-02-26T15:34:08.221Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2020-02-26T15:34:08.221Z] === RUN TestBuildMultiStageParentConfig [2020-02-26T15:34:08.576Z] #48 131.8 github.com/LK4D4/vndr/versioned [2020-02-26T15:34:09.597Z] --- PASS: TestBuildMultiStageParentConfig (1.44s) [2020-02-26T15:34:09.597Z] === RUN TestBuildLabelWithTargets [2020-02-26T15:34:10.624Z] --- PASS: TestBuildMultiStageLayerLeak (4.16s) [2020-02-26T15:34:10.624Z] === RUN TestBuildWithHugeFile [2020-02-26T15:34:12.127Z] --- PASS: TestBuildLabelWithTargets (2.34s) [2020-02-26T15:34:12.127Z] === RUN TestBuildWithEmptyLayers [2020-02-26T15:34:12.150Z] #48 135.0 go/token [2020-02-26T15:34:12.150Z] #48 135.0 net/url [2020-02-26T15:34:12.150Z] #48 135.0 text/template/parse [2020-02-26T15:34:13.061Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-02-26T15:34:13.061Z] === RUN TestBuildMultiStageOnBuild [2020-02-26T15:34:13.712Z] #48 ... [2020-02-26T15:34:13.712Z] [2020-02-26T15:34:13.712Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:13.712Z] #45 41.94 CC images/tun.o [2020-02-26T15:34:13.712Z] #45 42.42 CC images/sk-netlink.o [2020-02-26T15:34:13.712Z] #45 42.82 CC images/packet-sock.o [2020-02-26T15:34:13.712Z] #45 43.49 CC images/ipc-var.o [2020-02-26T15:34:13.712Z] #45 43.83 CC images/ipc-desc.o [2020-02-26T15:34:13.712Z] #45 44.23 CC images/ipc-shm.o [2020-02-26T15:34:13.712Z] #45 44.55 CC images/ipc-msg.o [2020-02-26T15:34:13.712Z] #45 45.13 CC images/ipc-sem.o [2020-02-26T15:34:13.712Z] #45 45.44 CC images/utsns.o [2020-02-26T15:34:13.712Z] #45 45.84 CC images/creds.o [2020-02-26T15:34:13.712Z] #45 46.30 CC images/vma.o [2020-02-26T15:34:13.712Z] #45 46.57 CC images/netdev.o [2020-02-26T15:34:13.712Z] #45 47.37 CC images/tty.o [2020-02-26T15:34:13.712Z] #45 48.40 CC images/file-lock.o [2020-02-26T15:34:13.712Z] #45 48.76 CC images/rlimit.o [2020-02-26T15:34:13.712Z] #45 49.15 CC images/pagemap.o [2020-02-26T15:34:13.712Z] #45 49.75 CC images/siginfo.o [2020-02-26T15:34:14.391Z] #45 50.52 CC images/rpc.o [2020-02-26T15:34:15.094Z] #45 ... [2020-02-26T15:34:15.094Z] [2020-02-26T15:34:15.094Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:15.094Z] #48 138.4 go/scanner [2020-02-26T15:34:15.592Z] --- PASS: TestBuildMultiStageOnBuild (2.79s) [2020-02-26T15:34:15.592Z] === RUN TestBuildUncleanTarFilenames [2020-02-26T15:34:15.789Z] #48 ... [2020-02-26T15:34:15.789Z] [2020-02-26T15:34:15.789Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:34:15.789Z] #11 129.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-02-26T15:34:15.789Z] #11 129.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-02-26T15:34:15.789Z] #11 129.3 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:34:16.877Z] #11 ... [2020-02-26T15:34:16.877Z] [2020-02-26T15:34:16.877Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:16.877Z] #45 53.19 CC images/ext-file.o [2020-02-26T15:34:16.969Z] --- PASS: TestBuildUncleanTarFilenames (1.34s) [2020-02-26T15:34:16.969Z] === RUN TestBuildMultiStageLayerLeak [2020-02-26T15:34:17.175Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:34:17.175Z] Using test binary docker [2020-02-26T15:34:17.175Z] +++ /etc/init.d/apparmor start [2020-02-26T15:34:17.175Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:34:17.175Z] INFO: Waiting for daemon to start... [2020-02-26T15:34:17.175Z] Starting dockerd [2020-02-26T15:34:17.175Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-02-26T15:34:17.180Z] #45 53.54 CC images/cgroup.o [2020-02-26T15:34:17.740Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:34:17.740Z] Using test binary docker [2020-02-26T15:34:17.740Z] +++ /etc/init.d/apparmor start [2020-02-26T15:34:17.740Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:34:17.740Z] INFO: Waiting for daemon to start... [2020-02-26T15:34:17.740Z] Starting dockerd [2020-02-26T15:34:17.740Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-02-26T15:34:18.313Z] #45 54.64 CC images/userns.o [2020-02-26T15:34:18.314Z] ok github.com/docker/docker/api/server 0.186s coverage: 9.0% of statements [2020-02-26T15:34:18.643Z] #45 ... [2020-02-26T15:34:18.643Z] [2020-02-26T15:34:18.643Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-02-26T15:34:18.643Z] #34 135.5 github.com/BurntSushi/toml/cmd/tomlv [2020-02-26T15:34:18.643Z] #34 DONE 141.8s [2020-02-26T15:34:18.643Z] [2020-02-26T15:34:18.643Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:18.643Z] #48 141.4 encoding/json [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 4.5% of statements [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-26T15:34:19.509Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-26T15:34:19.509Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-02-26T15:34:20.253Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2020-02-26T15:34:20.253Z] === RUN TestBuildWithHugeFile [2020-02-26T15:34:20.294Z] ok github.com/docker/docker/builder/remotecontext 0.273s coverage: 13.6% of statements [2020-02-26T15:34:20.686Z] ok github.com/docker/docker/builder/dockerfile 0.900s coverage: 48.2% of statements [2020-02-26T15:34:21.554Z] ok github.com/docker/docker/builder/remotecontext/git 0.686s coverage: 86.3% of statements [2020-02-26T15:34:21.554Z] ? github.com/docker/docker/cli [no test files] [2020-02-26T15:34:21.554Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-26T15:34:21.554Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-02-26T15:34:21.554Z] #48 144.4 go/ast [2020-02-26T15:34:21.914Z] . [2020-02-26T15:34:21.914Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:34:21.914Z] [2020-02-26T15:34:21.914Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:34:21.914Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:34:21.914Z] Error: No such image: emptyfs [2020-02-26T15:34:21.914Z] ++++ docker load [2020-02-26T15:34:21.914Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:34:21.914Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:34:21.914Z] Error: No such image: emptyfs [2020-02-26T15:34:21.914Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:34:21.914Z] ++++ docker load [2020-02-26T15:34:22.477Z] Running integration-test (iteration 1) [2020-02-26T15:34:22.477Z] Running integration-test (iteration 1) [2020-02-26T15:34:22.477Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-02-26T15:34:22.477Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-02-26T15:34:22.477Z] ++ set -e [2020-02-26T15:34:22.477Z] ++ '[' -n 0 ']' [2020-02-26T15:34:22.477Z] ++ set -x [2020-02-26T15:34:22.477Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-02-26T15:34:22.477Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-02-26T15:34:22.477Z] ++ set -e [2020-02-26T15:34:22.477Z] ++ '[' -n 0 ']' [2020-02-26T15:34:22.477Z] ++ set -x [2020-02-26T15:34:22.478Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-02-26T15:34:22.478Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-02-26T15:34:24.384Z] #48 ... [2020-02-26T15:34:24.384Z] [2020-02-26T15:34:24.384Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:24.384Z] #45 55.48 CC images/google/protobuf/descriptor.o [2020-02-26T15:34:24.384Z] #45 58.95 CC images/opts.o [2020-02-26T15:34:24.384Z] #45 59.34 CC images/seccomp.o [2020-02-26T15:34:24.384Z] #45 59.84 CC images/binfmt-misc.o [2020-02-26T15:34:24.384Z] #45 60.14 CC images/time.o [2020-02-26T15:34:24.384Z] #45 60.51 CC images/sysctl.o [2020-02-26T15:34:24.384Z] #45 60.85 CC images/autofs.o [2020-02-26T15:34:25.037Z] #45 61.23 CC images/macvlan.o [2020-02-26T15:34:25.329Z] #45 61.61 CC images/sit.o [2020-02-26T15:34:25.621Z] #45 61.96 LINK images/built-in.o [2020-02-26T15:34:25.645Z] ok github.com/docker/docker/client 0.153s coverage: 75.8% of statements [2020-02-26T15:34:25.914Z] #45 62.15 GEN compel/include/asm [2020-02-26T15:34:25.914Z] #45 62.16 GEN compel/include/version.h [2020-02-26T15:34:25.914Z] #45 62.17 touch .config [2020-02-26T15:34:25.914Z] #45 62.20 GEN include/common/config.h [2020-02-26T15:34:26.208Z] #45 62.32 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-02-26T15:34:26.208Z] #45 62.35 GEN compel/plugins/include/uapi/std/syscall.h [2020-02-26T15:34:26.208Z] #45 62.40 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-02-26T15:34:26.208Z] #45 62.44 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-02-26T15:34:26.208Z] #45 62.51 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-02-26T15:34:26.208Z] #45 62.58 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-02-26T15:34:26.501Z] #45 62.63 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-02-26T15:34:26.501Z] #45 62.68 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-02-26T15:34:26.501Z] #45 62.68 DEP compel/plugins/std/infect.d [2020-02-26T15:34:26.790Z] #45 63.00 DEP compel/plugins/std/string.d [2020-02-26T15:34:27.082Z] #45 63.15 DEP compel/plugins/std/log.d [2020-02-26T15:34:27.082Z] #45 63.32 DEP compel/plugins/std/fds.d [2020-02-26T15:34:27.372Z] #45 63.50 DEP compel/plugins/std/std.d [2020-02-26T15:34:27.372Z] #45 63.67 DEP compel/plugins/shmem/shmem.d [2020-02-26T15:34:27.663Z] #45 63.85 DEP compel/plugins/fds/fds.d [2020-02-26T15:34:27.953Z] #45 64.06 CC compel/plugins/std/std.o [2020-02-26T15:34:28.243Z] #45 64.58 CC compel/plugins/std/fds.o [2020-02-26T15:34:28.243Z] #45 ... [2020-02-26T15:34:28.243Z] [2020-02-26T15:34:28.243Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-02-26T15:34:28.243Z] #11 152.0 Selecting previously unselected package libapparmor1:ppc64el. [2020-02-26T15:34:28.533Z] #11 152.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-02-26T15:34:28.533Z] #11 152.0 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-02-26T15:34:28.533Z] #11 152.1 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-02-26T15:34:28.533Z] #11 152.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-02-26T15:34:28.533Z] #11 152.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-26T15:34:28.829Z] #11 152.4 Selecting previously unselected package libbtrfs0. [2020-02-26T15:34:28.829Z] #11 152.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-02-26T15:34:28.829Z] #11 152.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-02-26T15:34:29.119Z] #11 152.6 Selecting previously unselected package libbtrfs-dev. [2020-02-26T15:34:29.119Z] #11 152.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-02-26T15:34:29.119Z] #11 152.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:34:29.119Z] #11 152.8 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-02-26T15:34:29.119Z] #11 152.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-02-26T15:34:29.119Z] #11 152.8 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-26T15:34:29.409Z] #11 152.9 Selecting previously unselected package libudev-dev:ppc64el. [2020-02-26T15:34:29.409Z] #11 152.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-26T15:34:29.409Z] #11 153.0 Unpacking libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-26T15:34:29.699Z] #11 153.1 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-02-26T15:34:29.699Z] #11 153.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-02-26T15:34:29.699Z] #11 153.2 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-02-26T15:34:29.988Z] #11 153.6 Selecting previously unselected package libpcre16-3:ppc64el. [2020-02-26T15:34:29.988Z] #11 153.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-02-26T15:34:29.988Z] #11 153.7 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-26T15:34:30.615Z] #11 153.9 Selecting previously unselected package libpcre32-3:ppc64el. [2020-02-26T15:34:30.615Z] #11 153.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-02-26T15:34:30.615Z] #11 153.9 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-26T15:34:30.615Z] #11 154.2 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-02-26T15:34:30.615Z] #11 154.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-02-26T15:34:30.615Z] #11 154.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-26T15:34:30.903Z] #11 154.4 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-02-26T15:34:30.903Z] #11 154.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-02-26T15:34:30.903Z] #11 154.5 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-26T15:34:31.534Z] #11 155.0 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-02-26T15:34:31.534Z] #11 155.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-02-26T15:34:31.534Z] #11 155.1 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-26T15:34:31.828Z] #11 155.4 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-02-26T15:34:31.828Z] #11 155.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-02-26T15:34:31.828Z] #11 155.4 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-26T15:34:32.120Z] #11 155.6 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-02-26T15:34:32.120Z] #11 155.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-02-26T15:34:32.120Z] #11 155.6 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-26T15:34:32.120Z] #11 155.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-02-26T15:34:32.120Z] #11 155.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_ppc64el.deb ... [2020-02-26T15:34:32.412Z] #11 155.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-26T15:34:33.047Z] #11 156.4 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-02-26T15:34:33.047Z] #11 156.5 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-02-26T15:34:33.047Z] #11 156.5 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-02-26T15:34:33.047Z] #11 156.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-02-26T15:34:33.047Z] #11 156.5 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-02-26T15:34:33.047Z] #11 156.5 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up libudev-dev:ppc64el (241-7~deb10u3) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-02-26T15:34:33.047Z] #11 156.6 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-02-26T15:34:33.047Z] #11 156.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-02-26T15:34:33.047Z] #11 156.7 Setting up libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-02-26T15:34:33.047Z] #11 156.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-02-26T15:34:33.047Z] #11 156.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-02-26T15:34:33.047Z] #11 156.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:34:33.340Z] #11 156.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:34:33.340Z] #11 156.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-02-26T15:34:33.340Z] #11 156.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-02-26T15:34:33.340Z] #11 156.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:34:33.340Z] #11 156.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-02-26T15:34:33.340Z] #11 156.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-02-26T15:34:33.340Z] #11 156.8 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-02-26T15:34:33.340Z] #11 156.8 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-26T15:34:33.340Z] #11 156.8 Setting up dmsetup (2:1.02.155-3) ... [2020-02-26T15:34:33.340Z] #11 156.9 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-02-26T15:34:33.340Z] #11 156.9 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-02-26T15:34:33.340Z] #11 156.9 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:34:33.971Z] #11 DONE 157.3s [2020-02-26T15:34:33.971Z] [2020-02-26T15:34:33.971Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:34:34.261Z] #12 ... [2020-02-26T15:34:34.261Z] [2020-02-26T15:34:34.261Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:34:34.261Z] #56 DONE 0.2s [2020-02-26T15:34:34.261Z] [2020-02-26T15:34:34.261Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-02-26T15:34:34.261Z] #57 DONE 0.1s [2020-02-26T15:34:34.261Z] [2020-02-26T15:34:34.261Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:34.566Z] #58 ... [2020-02-26T15:34:34.567Z] [2020-02-26T15:34:34.567Z] #12 [dev 1/25] RUN groupadd -r docker [2020-02-26T15:34:34.567Z] #12 DONE 0.7s [2020-02-26T15:34:34.567Z] [2020-02-26T15:34:34.567Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:34.567Z] #58 0.463 + RM_GOPATH=0 [2020-02-26T15:34:34.567Z] #58 0.468 + TMP_GOPATH= [2020-02-26T15:34:34.567Z] #58 0.470 + : /build [2020-02-26T15:34:34.567Z] #58 0.471 + '[' -z '' ']' [2020-02-26T15:34:34.567Z] #58 0.473 ++ mktemp -d [2020-02-26T15:34:34.567Z] #58 0.479 + export GOPATH=/tmp/tmp.deCNzJtCay [2020-02-26T15:34:34.567Z] #58 0.481 + GOPATH=/tmp/tmp.deCNzJtCay [2020-02-26T15:34:34.567Z] #58 0.482 + RM_GOPATH=1 [2020-02-26T15:34:34.567Z] #58 0.486 ++ dirname ./install.sh [2020-02-26T15:34:34.567Z] #58 0.492 + dir=. [2020-02-26T15:34:34.567Z] #58 0.495 + bin=runc [2020-02-26T15:34:34.567Z] #58 0.496 + shift [2020-02-26T15:34:34.567Z] #58 0.498 + '[' '!' -f ./runc.installer ']' [2020-02-26T15:34:34.567Z] #58 0.499 + . ./runc.installer [2020-02-26T15:34:34.567Z] #58 0.500 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:34:34.567Z] #58 0.502 + install_runc [2020-02-26T15:34:34.567Z] #58 0.504 + uname -r [2020-02-26T15:34:34.567Z] #58 0.505 + grep -q '^3\.10\.0.*\.el7\.' [2020-02-26T15:34:34.567Z] #58 0.516 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-02-26T15:34:34.567Z] #58 0.518 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-02-26T15:34:34.567Z] #58 0.519 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-02-26T15:34:34.567Z] #58 0.520 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.deCNzJtCay/src/github.com/opencontainers/runc [2020-02-26T15:34:34.567Z] #58 0.545 Cloning into '/tmp/tmp.deCNzJtCay/src/github.com/opencontainers/runc'... [2020-02-26T15:34:34.857Z] #58 ... [2020-02-26T15:34:34.857Z] [2020-02-26T15:34:34.857Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-02-26T15:34:34.857Z] #13 DONE 0.5s [2020-02-26T15:34:35.172Z] [2020-02-26T15:34:35.173Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-02-26T15:34:35.173Z] #14 0.292 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-02-26T15:34:35.468Z] #14 DONE 0.4s [2020-02-26T15:34:35.468Z] [2020-02-26T15:34:35.468Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-02-26T15:34:35.758Z] #15 DONE 0.4s [2020-02-26T15:34:35.758Z] [2020-02-26T15:34:35.758Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:35.758Z] #45 65.28 CC compel/plugins/std/log.o [2020-02-26T15:34:35.758Z] #45 66.63 CC compel/plugins/std/string.o [2020-02-26T15:34:35.758Z] #45 67.45 CC compel/plugins/std/infect.o [2020-02-26T15:34:35.758Z] #45 68.11 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-02-26T15:34:35.758Z] #45 68.19 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-02-26T15:34:35.758Z] #45 68.27 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-02-26T15:34:35.758Z] #45 68.35 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-02-26T15:34:35.758Z] #45 68.42 AR compel/plugins/std.lib.a [2020-02-26T15:34:35.758Z] #45 68.58 CC compel/plugins/fds/fds.o [2020-02-26T15:34:35.758Z] #45 69.10 AR compel/plugins/fds.lib.a [2020-02-26T15:34:35.758Z] #45 69.18 HOSTDEP compel/src/lib/log-host.d [2020-02-26T15:34:35.758Z] #45 69.44 HOSTDEP compel/src/lib/handle-elf-host.d [2020-02-26T15:34:35.758Z] #45 69.79 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-02-26T15:34:35.758Z] #45 70.02 HOSTDEP compel/src/main-host.d [2020-02-26T15:34:35.758Z] #45 70.38 DEP compel/src/lib/ptrace.d [2020-02-26T15:34:35.758Z] #45 70.79 DEP compel/src/lib/infect.d [2020-02-26T15:34:35.758Z] #45 71.23 DEP compel/src/lib/infect-util.d [2020-02-26T15:34:35.758Z] #45 71.37 DEP compel/src/lib/infect-rpc.d [2020-02-26T15:34:35.758Z] #45 71.58 DEP compel/arch/ppc64/src/lib/infect.d [2020-02-26T15:34:35.758Z] #45 71.76 DEP compel/arch/ppc64/src/lib/cpu.d [2020-02-26T15:34:35.758Z] #45 71.93 DEP compel/src/lib/log.d [2020-02-26T15:34:35.758Z] #45 72.14 DEP compel/src/main.d [2020-02-26T15:34:36.048Z] #45 ... [2020-02-26T15:34:36.048Z] [2020-02-26T15:34:36.048Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-02-26T15:34:36.048Z] #16 DONE 0.4s [2020-02-26T15:34:36.048Z] [2020-02-26T15:34:36.048Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:36.048Z] #48 152.8 text/template [2020-02-26T15:34:36.340Z] #48 ... [2020-02-26T15:34:36.340Z] [2020-02-26T15:34:36.340Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:36.340Z] #45 72.42 DEP compel/src/lib/handle-elf.d [2020-02-26T15:34:36.629Z] #45 72.71 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-02-26T15:34:36.629Z] #45 ... [2020-02-26T15:34:36.629Z] [2020-02-26T15:34:36.629Z] #17 [dev 6/25] RUN ldconfig [2020-02-26T15:34:36.629Z] #17 DONE 0.5s [2020-02-26T15:34:36.918Z] [2020-02-26T15:34:36.918Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:36.918Z] #45 73.01 CC compel/src/lib/log.o [2020-02-26T15:34:37.209Z] #45 73.57 CC compel/arch/ppc64/src/lib/cpu.o [2020-02-26T15:34:37.838Z] #45 74.14 CC compel/arch/ppc64/src/lib/infect.o [2020-02-26T15:34:39.342Z] #45 75.36 CC compel/src/lib/infect-rpc.o [2020-02-26T15:34:39.632Z] #45 76.00 CC compel/src/lib/infect-util.o [2020-02-26T15:34:40.266Z] #45 76.55 CC compel/src/lib/infect.o [2020-02-26T15:34:44.725Z] #45 ... [2020-02-26T15:34:44.725Z] [2020-02-26T15:34:44.725Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:34:44.725Z] #18 0.767 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-02-26T15:34:44.725Z] #18 0.986 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-02-26T15:34:44.725Z] #18 1.081 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-02-26T15:34:44.725Z] #18 2.366 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-02-26T15:34:44.725Z] #18 4.423 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [176 kB] [2020-02-26T15:34:44.725Z] #18 6.143 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-02-26T15:34:44.725Z] #18 ... [2020-02-26T15:34:44.725Z] [2020-02-26T15:34:44.725Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:44.725Z] #45 80.70 CC compel/src/lib/ptrace.o [2020-02-26T15:34:45.014Z] #45 81.33 AR compel/libcompel.a [2020-02-26T15:34:45.303Z] #45 81.51 HOSTCC compel/src/main-host.o [2020-02-26T15:34:45.935Z] #45 82.16 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-02-26T15:34:46.225Z] #45 82.53 HOSTCC compel/src/lib/handle-elf-host.o [2020-02-26T15:34:46.856Z] #45 83.20 HOSTCC compel/src/lib/log-host.o [2020-02-26T15:34:47.485Z] #45 83.58 HOSTLINK compel/compel-host-bin [2020-02-26T15:34:47.485Z] #45 83.83 DEP soccr/soccr.d [2020-02-26T15:34:47.776Z] #45 84.16 CC soccr/soccr.o [2020-02-26T15:34:49.233Z] ok github.com/docker/docker/cmd/dockerd 0.048s coverage: 30.7% of statements [2020-02-26T15:34:50.203Z] ok github.com/docker/docker/container 0.109s coverage: 35.0% of statements [2020-02-26T15:34:50.203Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-26T15:34:50.203Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-26T15:34:50.203Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-26T15:34:50.203Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-26T15:34:50.509Z] #45 86.78 AR soccr/libsoccr.a [2020-02-26T15:34:50.509Z] #45 86.88 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:34:51.138Z] #45 ... [2020-02-26T15:34:51.138Z] [2020-02-26T15:34:51.138Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:51.138Z] #48 164.3 go/parser [2020-02-26T15:34:51.138Z] #48 164.5 encoding/xml [2020-02-26T15:34:51.138Z] #48 ... [2020-02-26T15:34:51.138Z] [2020-02-26T15:34:51.138Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:51.138Z] #45 87.40 DEP criu/arch/ppc64/sigframe.d [2020-02-26T15:34:51.428Z] #45 87.55 DEP criu/arch/ppc64/crtools.d [2020-02-26T15:34:51.717Z] #45 87.85 DEP criu/arch/ppc64/cpu.d [2020-02-26T15:34:52.010Z] #45 88.20 CC criu/arch/ppc64/cpu.o [2020-02-26T15:34:52.642Z] #45 89.00 CC criu/arch/ppc64/crtools.o [2020-02-26T15:34:54.534Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:34:54.534Z] Loaded image: busybox:latest [2020-02-26T15:34:54.534Z] Loaded image: busybox:glibc [2020-02-26T15:34:54.534Z] Loaded image: debian:jessie [2020-02-26T15:34:54.534Z] Loaded image: hello-world:latest [2020-02-26T15:34:54.534Z] INFO: Testing against a local daemon [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-02-26T15:34:54.534Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-02-26T15:34:54.534Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:34:54.700Z] #45 90.92 CC criu/arch/ppc64/sigframe.o [2020-02-26T15:34:54.791Z] Loaded image: busybox:latest [2020-02-26T15:34:55.050Z] Loaded image: busybox:glibc [2020-02-26T15:34:55.307Z] Loaded image: debian:jessie [2020-02-26T15:34:55.333Z] #45 91.56 LINK criu/arch/ppc64/crtools.built-in.o [2020-02-26T15:34:55.334Z] #45 91.65 DEP criu/pie/util-vdso.d [2020-02-26T15:34:55.564Z] Loaded image: hello-world:latest [2020-02-26T15:34:55.564Z] INFO: Testing against a local daemon [2020-02-26T15:34:55.564Z] === RUN TestDockerDaemonSuite [2020-02-26T15:34:55.564Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-02-26T15:34:55.623Z] #45 91.92 DEP criu/pie/util.d [2020-02-26T15:34:55.913Z] #45 92.20 CC criu/pie/util.o [2020-02-26T15:34:56.458Z] ok github.com/docker/docker/daemon/cluster 0.036s coverage: 0.5% of statements [2020-02-26T15:34:56.542Z] #45 92.77 CC criu/pie/util-vdso.o [2020-02-26T15:34:56.542Z] #45 ... [2020-02-26T15:34:56.542Z] [2020-02-26T15:34:56.542Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:34:56.542Z] #58 12.38 + cd /tmp/tmp.deCNzJtCay/src/github.com/opencontainers/runc [2020-02-26T15:34:56.542Z] #58 12.38 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-02-26T15:34:56.542Z] #58 12.85 + '[' -z '' ']' [2020-02-26T15:34:56.542Z] #58 12.85 + target=static [2020-02-26T15:34:56.542Z] #58 12.85 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-02-26T15:34:56.542Z] #58 15.65 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-02-26T15:34:57.794Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-02-26T15:34:58.096Z] #58 ... [2020-02-26T15:34:58.096Z] [2020-02-26T15:34:58.096Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:34:58.096Z] #45 94.07 AR criu/pie/pie.lib.a [2020-02-26T15:34:58.096Z] #45 94.21 DEP criu/pie/restorer.d [2020-02-26T15:34:58.385Z] #45 94.55 DEP criu/arch/ppc64/vdso-trampoline.d [2020-02-26T15:34:58.385Z] #45 94.59 DEP criu/arch/ppc64/restorer.d [2020-02-26T15:34:58.672Z] #45 94.97 DEP criu/arch/ppc64/vdso-pie.d [2020-02-26T15:34:58.837Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-02-26T15:34:58.837Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-02-26T15:34:59.026Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.7% of statements [2020-02-26T15:34:59.315Z] #45 95.14 DEP criu/pie/parasite-vdso.d [2020-02-26T15:34:59.315Z] #45 95.48 DEP criu/pie/parasite.d [2020-02-26T15:34:59.401Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-02-26T15:34:59.401Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-02-26T15:34:59.952Z] #45 96.20 CC criu/pie/parasite.o [2020-02-26T15:35:00.364Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-02-26T15:35:00.364Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-02-26T15:35:00.364Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-02-26T15:35:02.685Z] #45 98.54 LINK criu/pie/parasite.built-in.o [2020-02-26T15:35:02.685Z] #45 98.58 GEN criu/pie/parasite-blob.h [2020-02-26T15:35:02.685Z] #45 98.67 CC criu/pie/parasite-vdso.o [2020-02-26T15:35:02.685Z] #45 ... [2020-02-26T15:35:02.685Z] [2020-02-26T15:35:02.685Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:35:02.685Z] #66 175.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-02-26T15:35:02.685Z] #66 175.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-02-26T15:35:02.685Z] #66 ... [2020-02-26T15:35:02.685Z] [2020-02-26T15:35:02.685Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:02.685Z] #18 16.99 Fetched 8113 kB in 16s (497 kB/s) [2020-02-26T15:35:02.685Z] #18 16.99 Reading package lists... [2020-02-26T15:35:02.976Z] #18 24.12 Reading package lists... [2020-02-26T15:35:02.976Z] #18 ... [2020-02-26T15:35:02.976Z] [2020-02-26T15:35:02.976Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:35:02.976Z] #48 176.3 go/doc [2020-02-26T15:35:02.976Z] #48 182.6 math/big [2020-02-26T15:35:03.605Z] #48 ... [2020-02-26T15:35:03.605Z] [2020-02-26T15:35:03.605Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:03.605Z] #45 99.91 CC criu/arch/ppc64/vdso-pie.o [2020-02-26T15:35:04.237Z] #45 100.5 CC criu/arch/ppc64/restorer.o [2020-02-26T15:35:04.538Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-02-26T15:35:04.538Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-02-26T15:35:04.538Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-02-26T15:35:04.538Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-02-26T15:35:04.870Z] #45 ... [2020-02-26T15:35:04.870Z] [2020-02-26T15:35:04.870Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:35:04.870Z] #66 DONE 188.0s [2020-02-26T15:35:04.870Z] [2020-02-26T15:35:04.870Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-02-26T15:35:04.870Z] #67 DONE 0.1s [2020-02-26T15:35:04.870Z] [2020-02-26T15:35:04.870Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:05.161Z] #18 24.12 Reading package lists... [2020-02-26T15:35:05.161Z] #18 ... [2020-02-26T15:35:05.161Z] [2020-02-26T15:35:05.161Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:05.161Z] #45 101.5 CC criu/arch/ppc64/vdso-trampoline.o [2020-02-26T15:35:05.161Z] #45 101.5 CC criu/pie/restorer.o [2020-02-26T15:35:05.470Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-02-26T15:35:06.033Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-02-26T15:35:06.504Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 13.7% of statements [2020-02-26T15:35:06.862Z] ok github.com/docker/docker/daemon/config 0.019s coverage: 81.7% of statements [2020-02-26T15:35:06.927Z] --- PASS: TestBuildWithHugeFile (41.73s) [2020-02-26T15:35:06.927Z] === RUN TestBuildWithEmptyDockerfile [2020-02-26T15:35:06.927Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:06.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:06.927Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:06.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:06.927Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:06.927Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:06.927Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:06.927Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:06.927Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:06.927Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2020-02-26T15:35:06.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) [2020-02-26T15:35:06.927Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2020-02-26T15:35:06.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2020-02-26T15:35:06.927Z] === RUN TestBuildPreserveOwnership [2020-02-26T15:35:06.927Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-26T15:35:06.927Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-26T15:35:07.622Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-02-26T15:35:07.928Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-02-26T15:35:07.928Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-02-26T15:35:07.928Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-02-26T15:35:07.928Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-02-26T15:35:07.928Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-02-26T15:35:07.981Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-02-26T15:35:08.302Z] --- PASS: TestBuildPreserveOwnership (6.07s) [2020-02-26T15:35:08.302Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.99s) [2020-02-26T15:35:08.302Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s) [2020-02-26T15:35:08.302Z] === RUN TestBuildPlatformInvalid [2020-02-26T15:35:08.302Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-02-26T15:35:08.302Z] PASS [2020-02-26T15:35:08.302Z] [2020-02-26T15:35:08.302Z] === Skipped [2020-02-26T15:35:08.302Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-02-26T15:35:08.302Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:35:08.302Z] [2020-02-26T15:35:08.302Z] [2020-02-26T15:35:08.302Z] DONE 32 tests, 1 skipped in 89.708s [2020-02-26T15:35:08.302Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-02-26T15:35:08.302Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:08.302Z] ++ set -e [2020-02-26T15:35:08.302Z] ++ '[' -n 0 ']' [2020-02-26T15:35:08.302Z] ++ set -x [2020-02-26T15:35:08.302Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:08.492Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-02-26T15:35:08.561Z] INFO: Testing against a local daemon [2020-02-26T15:35:08.561Z] === RUN TestConfigList [2020-02-26T15:35:08.763Z] ok github.com/docker/docker/daemon 12.254s coverage: 17.5% of statements [2020-02-26T15:35:08.763Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-26T15:35:08.763Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-26T15:35:08.763Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-26T15:35:08.763Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/server/httputils 0.118s coverage: 14.7% of statements [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/server/middleware 0.174s coverage: 37.7% of statements [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/types/filters 0.091s coverage: 92.2% of statements [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/server/router/swarm 0.156s coverage: 4.5% of statements [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/types/time 0.197s coverage: 100.0% of statements [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/api/types/versions 0.062s coverage: 75.0% of statements [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-26T15:35:08.988Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-26T15:35:08.988Z] ok github.com/docker/docker/builder/dockerignore 0.071s coverage: 96.8% of statements [2020-02-26T15:35:09.123Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-02-26T15:35:10.766Z] #45 ... [2020-02-26T15:35:10.766Z] [2020-02-26T15:35:10.766Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:10.767Z] #18 24.12 Reading package lists... [2020-02-26T15:35:10.767Z] #18 31.90 Building dependency tree... [2020-02-26T15:35:10.767Z] #18 33.87 libcap2-bin is already the newest version (1:2.25-2). [2020-02-26T15:35:10.767Z] #18 33.87 The following additional packages will be installed: [2020-02-26T15:35:10.767Z] #18 33.87 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-02-26T15:35:10.767Z] #18 33.87 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-02-26T15:35:10.767Z] #18 33.87 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-02-26T15:35:10.767Z] #18 33.87 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-02-26T15:35:10.767Z] #18 33.88 python3.7 python3.7-minimal vim-runtime xxd [2020-02-26T15:35:10.767Z] #18 33.88 Suggested packages: [2020-02-26T15:35:10.767Z] #18 33.88 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-02-26T15:35:10.767Z] #18 33.88 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-02-26T15:35:10.767Z] #18 33.88 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-02-26T15:35:10.767Z] #18 33.88 Recommended packages: [2020-02-26T15:35:10.767Z] #18 33.88 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-02-26T15:35:10.767Z] #18 33.88 python3-keyrings.alt python3-xdg unzip [2020-02-26T15:35:11.103Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-02-26T15:35:11.845Z] --- PASS: TestConfigList (3.35s) [2020-02-26T15:35:11.845Z] === RUN TestConfigsCreateAndDelete [2020-02-26T15:35:12.331Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.217s coverage: 57.9% of statements [2020-02-26T15:35:12.671Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-02-26T15:35:12.671Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-02-26T15:35:12.716Z] ok github.com/docker/docker/builder/remotecontext 0.479s coverage: 9.2% of statements [2020-02-26T15:35:12.716Z] ok github.com/docker/docker/cli/debug 0.055s coverage: 100.0% of statements [2020-02-26T15:35:13.175Z] ok github.com/docker/docker/builder/dockerfile 0.425s coverage: 46.3% of statements [2020-02-26T15:35:14.273Z] #18 36.94 The following NEW packages will be installed: [2020-02-26T15:35:14.273Z] #18 36.94 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-02-26T15:35:14.273Z] #18 36.94 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-02-26T15:35:14.273Z] #18 36.94 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-02-26T15:35:14.273Z] #18 36.94 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-02-26T15:35:14.273Z] #18 36.94 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-02-26T15:35:14.273Z] #18 36.94 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-02-26T15:35:14.273Z] #18 36.94 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-02-26T15:35:14.273Z] #18 36.94 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-02-26T15:35:14.273Z] #18 37.09 0 upgraded, 46 newly installed, 0 to remove and 12 not upgraded. [2020-02-26T15:35:14.273Z] #18 37.09 Need to get 27.7 MB of archives. [2020-02-26T15:35:14.273Z] #18 37.09 After this operation, 129 MB of additional disk space will be used. [2020-02-26T15:35:14.273Z] #18 37.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-02-26T15:35:14.273Z] #18 37.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-02-26T15:35:14.273Z] #18 37.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-02-26T15:35:14.273Z] #18 37.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-02-26T15:35:14.273Z] #18 37.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-02-26T15:35:14.273Z] #18 37.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-02-26T15:35:14.273Z] #18 37.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-02-26T15:35:14.562Z] #18 37.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-02-26T15:35:14.562Z] #18 37.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-02-26T15:35:14.562Z] #18 37.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-02-26T15:35:14.562Z] #18 37.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-02-26T15:35:14.562Z] #18 37.82 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-02-26T15:35:14.562Z] #18 37.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-02-26T15:35:14.562Z] #18 37.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-02-26T15:35:14.562Z] #18 37.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-02-26T15:35:14.562Z] #18 37.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-02-26T15:35:14.562Z] #18 37.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-02-26T15:35:14.562Z] #18 37.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-02-26T15:35:14.562Z] #18 38.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-02-26T15:35:14.562Z] #18 38.04 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-02-26T15:35:14.565Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-02-26T15:35:14.851Z] #18 38.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-02-26T15:35:14.851Z] #18 38.07 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-02-26T15:35:14.851Z] #18 38.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-02-26T15:35:14.851Z] #18 38.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-02-26T15:35:14.851Z] #18 38.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-02-26T15:35:14.851Z] #18 38.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-02-26T15:35:14.851Z] #18 38.20 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-02-26T15:35:14.851Z] #18 38.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-02-26T15:35:14.851Z] #18 38.20 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-02-26T15:35:15.130Z] --- PASS: TestConfigsCreateAndDelete (3.26s) [2020-02-26T15:35:15.130Z] === RUN TestConfigsUpdate [2020-02-26T15:35:15.886Z] #18 39.06 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-02-26T15:35:15.886Z] #18 39.07 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-02-26T15:35:15.886Z] #18 39.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-02-26T15:35:15.886Z] #18 39.09 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-02-26T15:35:15.886Z] #18 39.11 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-02-26T15:35:15.886Z] #18 39.15 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-02-26T15:35:15.934Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-02-26T15:35:16.176Z] #18 39.35 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-02-26T15:35:16.176Z] #18 39.35 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-02-26T15:35:16.176Z] #18 39.38 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-02-26T15:35:16.176Z] #18 39.40 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-02-26T15:35:16.176Z] #18 39.43 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-02-26T15:35:16.176Z] #18 39.48 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-02-26T15:35:16.176Z] #18 39.48 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-02-26T15:35:16.176Z] #18 39.52 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-02-26T15:35:16.810Z] #18 40.15 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-02-26T15:35:17.106Z] #18 40.30 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-02-26T15:35:17.106Z] #18 40.42 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-02-26T15:35:17.305Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-02-26T15:35:17.729Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2020-02-26T15:35:17.729Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1709/1709, exclude: 1612/1612, exclude-rules: 63/1612, filename_unadjuster: 1709/1709, path_prettifier: 1709/1709, cgo: 1709/2318, autogenerated_exclude: 1612/1709, identifier_marker: 1612/1612, nolint: 0/63, skip_dirs: 1709/1709 [2020-02-26T15:35:17.729Z] INFO [runner] processing took 130.901194ms with stages: nolint: 54.299833ms, identifier_marker: 40.192801ms, path_prettifier: 14.376176ms, exclude-rules: 8.512481ms, autogenerated_exclude: 7.388714ms, skip_dirs: 2.53311ms, cgo: 2.02908ms, filename_unadjuster: 1.562981ms, max_same_issues: 1.642µs, exclude: 752ns, diff: 723ns, max_from_linter: 607ns, skip_files: 575ns, uniq_by_line: 523ns, source_code: 514ns, path_shortener: 400ns, max_per_file_from_linter: 282ns [2020-02-26T15:35:17.729Z] INFO [runner] linters took 1m39.374714096s with stages: goanalysis_metalinter: 1m21.463177729s, unused: 17.779951357s [2020-02-26T15:35:17.729Z] INFO File cache stats: 1446 entries of total size 6.8MiB [2020-02-26T15:35:17.729Z] INFO Memory: 1571 samples, avg is 258.9MB, max is 2898.0MB [2020-02-26T15:35:17.729Z] INFO Execution took 3m33.164979904s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-02-26T15:35:18.056Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/make.sh dynbinary-daemon test-docker-py [2020-02-26T15:35:18.135Z] #18 ... [2020-02-26T15:35:18.135Z] [2020-02-26T15:35:18.135Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:35:18.135Z] #48 191.3 vendor/golang.org/x/text/unicode/norm [2020-02-26T15:35:18.135Z] #48 193.3 github.com/LK4D4/vndr/build [2020-02-26T15:35:18.135Z] #48 ... [2020-02-26T15:35:18.135Z] [2020-02-26T15:35:18.135Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:18.135Z] #45 107.4 LINK criu/pie/restorer.built-in.o [2020-02-26T15:35:18.135Z] #45 107.4 GEN criu/pie/restorer-blob.h [2020-02-26T15:35:18.135Z] #45 107.6 DEP criu/vdso.d [2020-02-26T15:35:18.135Z] #45 108.0 DEP criu/uts_ns.d [2020-02-26T15:35:18.135Z] #45 108.3 DEP criu/util.d [2020-02-26T15:35:18.135Z] #45 108.6 DEP criu/uffd.d [2020-02-26T15:35:18.135Z] #45 109.0 DEP criu/tun.d [2020-02-26T15:35:18.135Z] #45 109.3 DEP criu/tty.d [2020-02-26T15:35:18.135Z] #45 109.6 DEP criu/timerfd.d [2020-02-26T15:35:18.135Z] #45 109.9 DEP criu/sysfs_parse.d [2020-02-26T15:35:18.135Z] #45 110.2 DEP criu/sysctl.d [2020-02-26T15:35:18.135Z] #45 110.4 DEP criu/string.d [2020-02-26T15:35:18.135Z] #45 110.5 DEP criu/stats.d [2020-02-26T15:35:18.135Z] #45 110.7 DEP criu/sockets.d [2020-02-26T15:35:18.135Z] #45 110.9 DEP criu/sk-unix.d [2020-02-26T15:35:18.135Z] #45 111.3 DEP criu/sk-tcp.d [2020-02-26T15:35:18.135Z] #45 111.7 DEP criu/sk-queue.d [2020-02-26T15:35:18.135Z] #45 112.1 DEP criu/sk-packet.d [2020-02-26T15:35:18.135Z] #45 112.4 DEP criu/sk-netlink.d [2020-02-26T15:35:18.135Z] #45 112.8 DEP criu/sk-inet.d [2020-02-26T15:35:18.135Z] #45 113.1 DEP criu/signalfd.d [2020-02-26T15:35:18.135Z] #45 113.4 DEP criu/sigframe.d [2020-02-26T15:35:18.135Z] #45 113.6 DEP criu/shmem.d [2020-02-26T15:35:18.135Z] #45 114.0 DEP criu/servicefd.d [2020-02-26T15:35:18.135Z] #45 114.2 DEP criu/seize.d [2020-02-26T15:35:18.416Z] --- PASS: TestConfigsUpdate (2.72s) [2020-02-26T15:35:18.416Z] === RUN TestTemplatedConfig [2020-02-26T15:35:18.424Z] #45 114.6 DEP criu/seccomp.d [2020-02-26T15:35:18.424Z] #45 ... [2020-02-26T15:35:18.424Z] [2020-02-26T15:35:18.424Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:18.425Z] #18 41.67 debconf: delaying package configuration, since apt-utils is not installed [2020-02-26T15:35:18.425Z] #18 41.84 Fetched 27.7 MB in 3s (8123 kB/s) [2020-02-26T15:35:18.425Z] #18 41.90 Selecting previously unselected package pigz. [2020-02-26T15:35:18.515Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.551s coverage: 46.2% of statements [2020-02-26T15:35:18.621Z] [2020-02-26T15:35:18.621Z] Removing bundles/ [2020-02-26T15:35:18.621Z] [2020-02-26T15:35:18.621Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-02-26T15:35:18.621Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:35:18.621Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:35:18.673Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-02-26T15:35:18.714Z] #18 41.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23352 files and directories currently installed.) [2020-02-26T15:35:18.714Z] #18 42.00 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-02-26T15:35:18.714Z] #18 42.00 Unpacking pigz (2.4-1) ... [2020-02-26T15:35:18.714Z] #18 42.13 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-02-26T15:35:18.714Z] #18 42.14 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-26T15:35:18.714Z] #18 42.15 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-26T15:35:19.604Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-02-26T15:35:19.743Z] #18 42.95 Selecting previously unselected package python3.7-minimal. [2020-02-26T15:35:19.743Z] #18 42.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-26T15:35:19.743Z] #18 42.99 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:35:20.536Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-02-26T15:35:20.793Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-02-26T15:35:20.851Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.926s coverage: 48.6% of statements [2020-02-26T15:35:21.243Z] #18 44.63 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-02-26T15:35:21.243Z] #18 44.65 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-02-26T15:35:21.701Z] --- PASS: TestTemplatedConfig (3.44s) [2020-02-26T15:35:21.701Z] === RUN TestConfigInspect [2020-02-26T15:35:21.723Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-02-26T15:35:22.703Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.491s coverage: 72.5% of statements [2020-02-26T15:35:22.703Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-26T15:35:23.119Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-02-26T15:35:24.050Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-02-26T15:35:24.050Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-02-26T15:35:24.461Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.570s coverage: 76.1% of statements [2020-02-26T15:35:24.991Z] --- PASS: TestConfigInspect (3.30s) [2020-02-26T15:35:24.991Z] === RUN TestConfigCreateWithLabels [2020-02-26T15:35:25.232Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-02-26T15:35:25.540Z] ok github.com/docker/docker/client 0.620s coverage: 75.3% of statements [2020-02-26T15:35:25.989Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-02-26T15:35:26.576Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-02-26T15:35:26.801Z] #18 49.51 Selecting previously unselected package python3-minimal. [2020-02-26T15:35:26.801Z] #18 49.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23601 files and directories currently installed.) [2020-02-26T15:35:26.801Z] #18 49.64 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-02-26T15:35:26.801Z] #18 49.65 Unpacking python3-minimal (3.7.3-1) ... [2020-02-26T15:35:26.801Z] #18 49.78 Selecting previously unselected package libmpdec2:ppc64el. [2020-02-26T15:35:26.801Z] #18 49.79 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-02-26T15:35:26.801Z] #18 49.80 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-02-26T15:35:26.801Z] #18 49.93 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-02-26T15:35:26.801Z] #18 49.94 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-26T15:35:26.801Z] #18 49.95 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-26T15:35:27.247Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.783s coverage: 59.8% of statements [2020-02-26T15:35:27.248Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-26T15:35:27.248Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-26T15:35:27.715Z] ok github.com/docker/docker/daemon/images 0.044s coverage: 4.9% of statements [2020-02-26T15:35:27.715Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-26T15:35:27.946Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-02-26T15:35:28.285Z] --- PASS: TestConfigCreateWithLabels (3.28s) [2020-02-26T15:35:28.285Z] === RUN TestConfigCreateResolve [2020-02-26T15:35:28.352Z] #18 51.57 Selecting previously unselected package python3.7. [2020-02-26T15:35:28.352Z] #18 51.59 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-02-26T15:35:28.352Z] #18 51.60 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:35:28.501Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2020-02-26T15:35:28.501Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-26T15:35:28.640Z] #18 51.85 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-02-26T15:35:28.640Z] #18 51.87 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-02-26T15:35:28.640Z] #18 51.87 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-26T15:35:28.640Z] #18 51.98 Setting up python3-minimal (3.7.3-1) ... [2020-02-26T15:35:28.640Z] #18 ... [2020-02-26T15:35:28.640Z] [2020-02-26T15:35:28.640Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:28.640Z] #45 114.9 DEP criu/rst-malloc.d [2020-02-26T15:35:28.640Z] #45 115.0 DEP criu/rbtree.d [2020-02-26T15:35:28.640Z] #45 115.1 DEP criu/pstree.d [2020-02-26T15:35:28.640Z] #45 115.4 DEP criu/protobuf.d [2020-02-26T15:35:28.640Z] #45 115.7 GEN criu/protobuf-desc-gen.h [2020-02-26T15:35:28.640Z] #45 118.7 DEP criu/protobuf-desc.d [2020-02-26T15:35:28.640Z] #45 119.0 DEP criu/proc_parse.d [2020-02-26T15:35:28.640Z] #45 119.4 DEP criu/plugin.d [2020-02-26T15:35:28.640Z] #45 119.7 DEP criu/pipes.d [2020-02-26T15:35:28.640Z] #45 120.0 DEP criu/pie-util.d [2020-02-26T15:35:28.640Z] #45 120.2 DEP criu/pie-util-vdso.d [2020-02-26T15:35:28.640Z] #45 120.4 DEP criu/path.d [2020-02-26T15:35:28.640Z] #45 120.7 DEP criu/parasite-syscall.d [2020-02-26T15:35:28.640Z] #45 121.1 DEP criu/pagemap.d [2020-02-26T15:35:28.640Z] #45 121.5 DEP criu/pagemap-cache.d [2020-02-26T15:35:28.640Z] #45 121.8 DEP criu/page-xfer.d [2020-02-26T15:35:28.640Z] #45 122.1 DEP criu/page-pipe.d [2020-02-26T15:35:28.640Z] #45 122.3 DEP criu/netfilter.d [2020-02-26T15:35:28.640Z] #45 122.7 DEP criu/net.d [2020-02-26T15:35:28.640Z] #45 123.1 DEP criu/namespaces.d [2020-02-26T15:35:28.640Z] #45 123.5 DEP criu/mount.d [2020-02-26T15:35:28.640Z] #45 124.0 DEP criu/mem.d [2020-02-26T15:35:28.640Z] #45 124.4 DEP criu/lsm.d [2020-02-26T15:35:28.640Z] #45 124.6 DEP criu/log.d [2020-02-26T15:35:28.640Z] #45 125.0 DEP criu/libnetlink.d [2020-02-26T15:35:28.640Z] #45 ... [2020-02-26T15:35:28.640Z] [2020-02-26T15:35:28.640Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:28.640Z] #18 51.98 Setting up python3-minimal (3.7.3-1) ... [2020-02-26T15:35:29.275Z] ok github.com/docker/docker/daemon/logger 0.209s coverage: 42.7% of statements [2020-02-26T15:35:30.046Z] ok github.com/docker/docker/daemon/logger/awslogs 0.088s coverage: 77.8% of statements [2020-02-26T15:35:30.046Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-26T15:35:30.046Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-26T15:35:30.138Z] #18 53.48 Selecting previously unselected package python3. [2020-02-26T15:35:30.422Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 67.0% of statements [2020-02-26T15:35:30.426Z] #18 53.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24013 files and directories currently installed.) [2020-02-26T15:35:30.426Z] #18 53.59 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-02-26T15:35:30.426Z] #18 53.61 Unpacking python3 (3.7.3-1) ... [2020-02-26T15:35:30.426Z] #18 53.86 Selecting previously unselected package libip4tc0:ppc64el. [2020-02-26T15:35:30.426Z] #18 53.88 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-02-26T15:35:30.426Z] #18 53.89 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-02-26T15:35:30.475Z] === RUN TestDockerSuite/TestAttachDetach [2020-02-26T15:35:30.714Z] #18 54.04 Selecting previously unselected package libip6tc0:ppc64el. [2020-02-26T15:35:30.714Z] #18 54.05 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-02-26T15:35:30.714Z] #18 54.05 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-02-26T15:35:31.002Z] #18 54.19 Selecting previously unselected package libiptc0:ppc64el. [2020-02-26T15:35:31.002Z] #18 54.20 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-02-26T15:35:31.002Z] #18 54.21 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-02-26T15:35:31.002Z] #18 54.30 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-02-26T15:35:31.002Z] #18 54.35 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-02-26T15:35:31.002Z] #18 54.35 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-26T15:35:31.200Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2020-02-26T15:35:31.290Z] #18 54.45 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-02-26T15:35:31.290Z] #18 54.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-02-26T15:35:31.290Z] #18 54.48 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-26T15:35:31.290Z] #18 54.58 Selecting previously unselected package libnftnl11:ppc64el. [2020-02-26T15:35:31.290Z] #18 54.61 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-02-26T15:35:31.290Z] #18 54.61 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-02-26T15:35:31.570Z] --- PASS: TestConfigCreateResolve (3.18s) [2020-02-26T15:35:31.570Z] === RUN TestConfigDaemonLibtrustID [2020-02-26T15:35:31.577Z] #18 54.79 Selecting previously unselected package iptables. [2020-02-26T15:35:31.577Z] #18 54.80 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-02-26T15:35:31.577Z] #18 54.81 Unpacking iptables (1.8.2-4) ... [2020-02-26T15:35:31.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.004s coverage: 62.1% of statements [2020-02-26T15:35:31.828Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2020-02-26T15:35:31.828Z] PASS [2020-02-26T15:35:31.828Z] [2020-02-26T15:35:31.828Z] DONE 8 tests in 23.367s [2020-02-26T15:35:31.828Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-02-26T15:35:31.828Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:31.828Z] ++ set -e [2020-02-26T15:35:31.828Z] ++ '[' -n 0 ']' [2020-02-26T15:35:31.828Z] ++ set -x [2020-02-26T15:35:31.828Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:31.828Z] INFO: Testing against a local daemon [2020-02-26T15:35:31.828Z] === RUN TestCheckpoint [2020-02-26T15:35:31.828Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-26T15:35:31.828Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:35:31.828Z] === RUN TestContainerInvalidJSON [2020-02-26T15:35:31.828Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:35:31.828Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:35:31.828Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:35:31.828Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:35:31.828Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:35:31.828Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:35:31.828Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:35:31.828Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:35:31.828Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:35:31.828Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-02-26T15:35:31.828Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-26T15:35:31.828Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-26T15:35:31.828Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-26T15:35:31.828Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-26T15:35:31.844Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-02-26T15:35:32.004Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.022s coverage: 88.3% of statements [2020-02-26T15:35:32.086Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-02-26T15:35:32.086Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-26T15:35:32.086Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-02-26T15:35:32.086Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-26T15:35:32.345Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-02-26T15:35:32.345Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-26T15:35:32.345Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-02-26T15:35:32.345Z] === RUN TestCopyFromContainer [2020-02-26T15:35:32.608Z] #18 55.97 Selecting previously unselected package xxd. [2020-02-26T15:35:32.608Z] #18 55.98 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-26T15:35:32.608Z] #18 55.99 Unpacking xxd (2:8.1.0875-5) ... [2020-02-26T15:35:32.786Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2020-02-26T15:35:32.786Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-26T15:35:32.896Z] #18 56.17 Selecting previously unselected package vim-common. [2020-02-26T15:35:32.896Z] #18 56.18 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:35:32.896Z] #18 56.24 Unpacking vim-common (2:8.1.0875-5) ... [2020-02-26T15:35:33.160Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.018s coverage: 19.9% of statements [2020-02-26T15:35:33.183Z] #18 56.44 Selecting previously unselected package bash-completion. [2020-02-26T15:35:33.183Z] #18 56.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-02-26T15:35:33.213Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-02-26T15:35:34.227Z] #18 ... [2020-02-26T15:35:34.227Z] [2020-02-26T15:35:34.227Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:35:34.227Z] #48 207.6 vendor/golang.org/x/net/http2/hpack [2020-02-26T15:35:34.227Z] #48 212.1 vendor/golang.org/x/net/idna [2020-02-26T15:35:34.227Z] #48 212.3 mime [2020-02-26T15:35:34.249Z] === RUN TestCopyFromContainer// [2020-02-26T15:35:34.433Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 47.8% of statements [2020-02-26T15:35:34.507Z] === RUN TestCopyFromContainer//bar/root [2020-02-26T15:35:34.507Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-26T15:35:34.520Z] #48 ... [2020-02-26T15:35:34.520Z] [2020-02-26T15:35:34.520Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:34.520Z] #45 125.3 DEP criu/kerndat.d [2020-02-26T15:35:34.520Z] #45 125.6 DEP criu/kcmp-ids.d [2020-02-26T15:35:34.520Z] #45 125.9 DEP criu/irmap.d [2020-02-26T15:35:34.520Z] #45 126.1 DEP criu/ipc_ns.d [2020-02-26T15:35:34.520Z] #45 126.4 DEP criu/image.d [2020-02-26T15:35:34.520Z] #45 126.7 DEP criu/image-desc.d [2020-02-26T15:35:34.520Z] #45 126.9 DEP criu/fsnotify.d [2020-02-26T15:35:34.520Z] #45 127.3 DEP criu/filesystems.d [2020-02-26T15:35:34.520Z] #45 127.6 DEP criu/files.d [2020-02-26T15:35:34.520Z] #45 127.8 DEP criu/files-reg.d [2020-02-26T15:35:34.520Z] #45 128.1 DEP criu/files-ext.d [2020-02-26T15:35:34.520Z] #45 128.3 DEP criu/file-lock.d [2020-02-26T15:35:34.520Z] #45 128.6 DEP criu/file-ids.d [2020-02-26T15:35:34.520Z] #45 129.0 DEP criu/fifo.d [2020-02-26T15:35:34.520Z] #45 129.3 DEP criu/fdstore.d [2020-02-26T15:35:34.520Z] #45 129.5 DEP criu/fault-injection.d [2020-02-26T15:35:34.520Z] #45 129.6 DEP criu/external.d [2020-02-26T15:35:34.520Z] #45 129.8 DEP criu/eventpoll.d [2020-02-26T15:35:34.520Z] #45 130.0 DEP criu/eventfd.d [2020-02-26T15:35:34.520Z] #45 130.2 DEP criu/crtools.d [2020-02-26T15:35:34.520Z] #45 130.6 DEP criu/cr-service.d [2020-02-26T15:35:34.584Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-02-26T15:35:34.766Z] === RUN TestCopyFromContainer/bar/quux [2020-02-26T15:35:34.766Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-26T15:35:34.766Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-26T15:35:34.789Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-02-26T15:35:34.812Z] #45 131.1 DEP criu/cr-restore.d [2020-02-26T15:35:35.025Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-26T15:35:35.025Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-26T15:35:35.104Z] #45 131.4 DEP criu/cr-errno.d [2020-02-26T15:35:35.104Z] #45 131.4 DEP criu/cr-dump.d [2020-02-26T15:35:35.156Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-02-26T15:35:35.284Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-26T15:35:35.284Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-26T15:35:35.512Z] ok github.com/docker/docker/daemon/logger/splunk 1.552s coverage: 82.5% of statements [2020-02-26T15:35:35.513Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-26T15:35:35.513Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-26T15:35:35.515Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer (3.07s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-02-26T15:35:35.542Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-02-26T15:35:35.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-26T15:35:35.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:35:35.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:35:35.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:35:35.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:35:35.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:35:35.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:35:35.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:35:35.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:35:35.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:35:35.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-26T15:35:35.542Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-26T15:35:35.542Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2020-02-26T15:35:35.542Z] === RUN TestCreateWithInvalidEnv [2020-02-26T15:35:35.542Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-26T15:35:35.542Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-26T15:35:35.542Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-26T15:35:35.542Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-26T15:35:35.542Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-26T15:35:35.542Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-26T15:35:35.542Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-26T15:35:35.542Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-26T15:35:35.542Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-26T15:35:35.542Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-26T15:35:35.542Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-26T15:35:35.542Z] === RUN TestCreateTmpfsMountsTarget [2020-02-26T15:35:35.542Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-02-26T15:35:35.542Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-26T15:35:35.734Z] #45 131.8 DEP criu/cr-dedup.d [2020-02-26T15:35:35.734Z] #45 132.1 DEP criu/cr-check.d [2020-02-26T15:35:36.365Z] #45 132.4 DEP criu/config.d [2020-02-26T15:35:36.365Z] #45 132.7 DEP criu/clone-noasan.d [2020-02-26T15:35:36.365Z] #45 132.8 DEP criu/cgroup.d [2020-02-26T15:35:36.993Z] #45 133.2 DEP criu/cgroup-props.d [2020-02-26T15:35:37.283Z] #45 133.5 DEP criu/bitmap.d [2020-02-26T15:35:37.283Z] #45 133.5 DEP criu/bfd.d [2020-02-26T15:35:37.375Z] ok github.com/docker/docker/distribution/metadata 0.018s coverage: 48.2% of statements [2020-02-26T15:35:37.375Z] ok github.com/docker/docker/distribution 0.228s coverage: 22.1% of statements [2020-02-26T15:35:37.375Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-26T15:35:37.422Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-02-26T15:35:37.573Z] #45 133.9 DEP criu/autofs.d [2020-02-26T15:35:37.862Z] #45 134.1 DEP criu/aio.d [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:35:38.072Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:35:38.072Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.02s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2020-02-26T15:35:38.072Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-02-26T15:35:38.072Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-26T15:35:38.152Z] #45 ... [2020-02-26T15:35:38.152Z] [2020-02-26T15:35:38.152Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:38.443Z] #18 61.60 Unpacking bash-completion (1:2.8-6) ... [2020-02-26T15:35:38.613Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2020-02-26T15:35:38.795Z] --- PASS: TestBuildWithHugeFile (88.04s) [2020-02-26T15:35:38.795Z] === RUN TestBuildWithEmptyDockerfile [2020-02-26T15:35:38.795Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:38.795Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:38.795Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:38.795Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:38.795Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:38.795Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:38.795Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:35:38.795Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:35:38.795Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:35:38.795Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-02-26T15:35:38.795Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-02-26T15:35:38.795Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-02-26T15:35:38.795Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-02-26T15:35:38.795Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-02-26T15:35:38.795Z] === RUN TestBuildPreserveOwnership [2020-02-26T15:35:39.052Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-26T15:35:39.072Z] #18 62.20 Selecting previously unselected package bzip2. [2020-02-26T15:35:39.072Z] #18 62.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-02-26T15:35:39.072Z] #18 62.21 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:35:39.072Z] #18 62.35 Selecting previously unselected package xz-utils. [2020-02-26T15:35:39.072Z] #18 62.37 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-02-26T15:35:39.072Z] #18 62.37 Unpacking xz-utils (5.2.4-1) ... [2020-02-26T15:35:39.362Z] #18 62.57 Selecting previously unselected package apparmor. [2020-02-26T15:35:39.362Z] #18 62.58 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-02-26T15:35:39.362Z] #18 62.72 Unpacking apparmor (2.13.2-10) ... [2020-02-26T15:35:39.488Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-02-26T15:35:39.983Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-02-26T15:35:39.993Z] #18 63.35 Selecting previously unselected package aufs-tools. [2020-02-26T15:35:39.993Z] #18 63.36 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-02-26T15:35:39.993Z] #18 63.37 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:35:40.243Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-02-26T15:35:40.290Z] #18 63.59 Selecting previously unselected package libonig5:ppc64el. [2020-02-26T15:35:40.290Z] #18 63.61 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-02-26T15:35:40.290Z] #18 63.62 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-02-26T15:35:40.338Z] ok github.com/docker/docker/builder/remotecontext/git 29.775s coverage: 86.3% of statements [2020-02-26T15:35:40.338Z] ? github.com/docker/docker/cli [no test files] [2020-02-26T15:35:40.338Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-26T15:35:40.548Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-02-26T15:35:40.601Z] #18 63.86 Selecting previously unselected package libjq1:ppc64el. [2020-02-26T15:35:40.601Z] #18 63.88 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-26T15:35:40.601Z] #18 63.88 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-26T15:35:40.604Z] ok github.com/docker/docker/distribution/xfer 1.922s coverage: 85.1% of statements [2020-02-26T15:35:40.604Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-26T15:35:40.604Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s) [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:35:40.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:35:40.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:35:40.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:35:40.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:35:40.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:35:40.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:35:40.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:35:40.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:35:40.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:35:40.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:35:40.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-02-26T15:35:40.616Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-02-26T15:35:40.616Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-26T15:35:40.891Z] #18 64.07 Selecting previously unselected package jq. [2020-02-26T15:35:40.891Z] #18 64.09 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-02-26T15:35:40.891Z] #18 64.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-02-26T15:35:40.891Z] #18 64.24 Selecting previously unselected package libaio1:ppc64el. [2020-02-26T15:35:40.891Z] #18 64.27 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-02-26T15:35:40.891Z] #18 64.27 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-02-26T15:35:40.891Z] #18 64.34 Selecting previously unselected package libgpm2:ppc64el. [2020-02-26T15:35:40.891Z] #18 64.37 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-02-26T15:35:41.041Z] ok github.com/docker/docker/image/v1 0.031s coverage: 25.0% of statements [2020-02-26T15:35:41.041Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-26T15:35:41.180Z] #18 64.38 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-02-26T15:35:41.180Z] #18 64.48 Selecting previously unselected package libicu63:ppc64el. [2020-02-26T15:35:41.180Z] #18 64.49 Preparing to unpack .../20-libicu63_63.1-6_ppc64el.deb ... [2020-02-26T15:35:41.180Z] #18 64.50 Unpacking libicu63:ppc64el (63.1-6) ... [2020-02-26T15:35:41.182Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2020-02-26T15:35:41.182Z] === RUN TestContainerStartOnDaemonRestart [2020-02-26T15:35:41.182Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-26T15:35:41.182Z] === RUN TestDaemonRestartIpcMode [2020-02-26T15:35:41.182Z] === PAUSE TestDaemonRestartIpcMode [2020-02-26T15:35:41.182Z] === RUN TestDaemonHostGatewayIP [2020-02-26T15:35:41.182Z] === PAUSE TestDaemonHostGatewayIP [2020-02-26T15:35:41.182Z] === RUN TestDiff [2020-02-26T15:35:41.877Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-02-26T15:35:42.117Z] --- PASS: TestDiff (0.78s) [2020-02-26T15:35:42.117Z] === RUN TestExecWithCloseStdin [2020-02-26T15:35:42.445Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-02-26T15:35:42.445Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-02-26T15:35:43.009Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-26T15:35:43.053Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-02-26T15:35:43.053Z] === RUN TestExec [2020-02-26T15:35:43.126Z] ok github.com/docker/docker/opts 0.014s coverage: 67.4% of statements [2020-02-26T15:35:43.126Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-02-26T15:35:43.573Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-02-26T15:35:43.620Z] --- PASS: TestExec (0.89s) [2020-02-26T15:35:43.620Z] === RUN TestExecUser [2020-02-26T15:35:43.830Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-02-26T15:35:44.555Z] --- PASS: TestExecUser (0.89s) [2020-02-26T15:35:44.555Z] === RUN TestExportContainerAndImportImage [2020-02-26T15:35:44.762Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-02-26T15:35:44.762Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-02-26T15:35:44.912Z] ok github.com/docker/docker/pkg/archive 0.485s coverage: 77.0% of statements [2020-02-26T15:35:45.327Z] --- PASS: TestBuildPreserveOwnership (6.37s) [2020-02-26T15:35:45.327Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.17s) [2020-02-26T15:35:45.327Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.19s) [2020-02-26T15:35:45.327Z] === RUN TestBuildPlatformInvalid [2020-02-26T15:35:45.583Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-02-26T15:35:45.583Z] PASS [2020-02-26T15:35:45.583Z] [2020-02-26T15:35:45.583Z] === Skipped [2020-02-26T15:35:45.583Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-02-26T15:35:45.583Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:35:45.583Z] [2020-02-26T15:35:45.583Z] [2020-02-26T15:35:45.584Z] DONE 32 tests, 1 skipped in 174.295s [2020-02-26T15:35:45.584Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-02-26T15:35:45.584Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:45.584Z] ++ set -e [2020-02-26T15:35:45.584Z] ++ '[' -n 0 ']' [2020-02-26T15:35:45.584Z] ++ set -x [2020-02-26T15:35:45.584Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:35:45.686Z] ok github.com/docker/docker/pkg/authorization 0.421s coverage: 68.3% of statements [2020-02-26T15:35:45.840Z] INFO: Testing against a local daemon [2020-02-26T15:35:45.840Z] === RUN TestConfigList [2020-02-26T15:35:45.929Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-02-26T15:35:45.929Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-26T15:35:46.098Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-02-26T15:35:46.098Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-02-26T15:35:46.126Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-02-26T15:35:46.126Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-02-26T15:35:46.662Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-02-26T15:35:46.662Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-02-26T15:35:46.722Z] #18 ... [2020-02-26T15:35:46.722Z] [2020-02-26T15:35:46.722Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:35:46.722Z] #51 DONE 229.2s [2020-02-26T15:35:46.722Z] [2020-02-26T15:35:46.722Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:35:46.722Z] #48 223.5 vendor/golang.org/x/net/http/httpproxy [2020-02-26T15:35:46.722Z] #48 223.5 net/textproto [2020-02-26T15:35:46.722Z] #48 223.5 crypto/x509 [2020-02-26T15:35:46.722Z] #48 227.1 vendor/golang.org/x/net/http/httpguts [2020-02-26T15:35:46.722Z] #48 227.1 mime/multipart [2020-02-26T15:35:47.028Z] #48 ... [2020-02-26T15:35:47.028Z] [2020-02-26T15:35:47.028Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:47.028Z] #18 70.36 Selecting previously unselected package libnet1:ppc64el. [2020-02-26T15:35:47.028Z] #18 70.36 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-02-26T15:35:47.028Z] #18 70.37 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-26T15:35:47.227Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-02-26T15:35:47.318Z] #18 70.57 Selecting previously unselected package libnl-3-200:ppc64el. [2020-02-26T15:35:47.318Z] #18 70.58 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-02-26T15:35:47.318Z] #18 70.59 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-26T15:35:47.608Z] #18 70.77 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-02-26T15:35:47.608Z] #18 70.79 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-02-26T15:35:47.608Z] #18 70.79 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:35:47.608Z] #18 70.93 Selecting previously unselected package libreadline5:ppc64el. [2020-02-26T15:35:47.608Z] #18 70.94 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-02-26T15:35:47.608Z] #18 70.96 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-26T15:35:47.833Z] --- PASS: TestExportContainerAfterDaemonRestart (1.95s) [2020-02-26T15:35:47.833Z] === RUN TestHealthCheckWorkdir [2020-02-26T15:35:47.897Z] #18 71.21 Selecting previously unselected package net-tools. [2020-02-26T15:35:47.897Z] #18 71.22 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-02-26T15:35:47.897Z] #18 71.25 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:35:48.187Z] #18 71.59 Selecting previously unselected package python-pip-whl. [2020-02-26T15:35:48.477Z] #18 71.60 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-02-26T15:35:48.477Z] #18 71.60 Unpacking python-pip-whl (18.1-5) ... [2020-02-26T15:35:48.477Z] #18 ... [2020-02-26T15:35:48.477Z] [2020-02-26T15:35:48.477Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:48.477Z] #45 134.5 DEP criu/action-scripts.d [2020-02-26T15:35:48.477Z] #45 135.2 CC criu/action-scripts.o [2020-02-26T15:35:48.477Z] #45 136.1 CC criu/aio.o [2020-02-26T15:35:48.477Z] #45 137.3 CC criu/autofs.o [2020-02-26T15:35:48.477Z] #45 141.1 CC criu/bfd.o [2020-02-26T15:35:48.477Z] #45 142.1 CC criu/bitmap.o [2020-02-26T15:35:48.477Z] #45 142.5 CC criu/cgroup-props.o [2020-02-26T15:35:48.477Z] #45 144.7 CC criu/cgroup.o [2020-02-26T15:35:48.601Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-02-26T15:35:48.768Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-02-26T15:35:48.768Z] === RUN TestHealthKillContainer [2020-02-26T15:35:48.858Z] --- PASS: TestConfigList (3.19s) [2020-02-26T15:35:48.858Z] === RUN TestConfigsCreateAndDelete [2020-02-26T15:35:48.901Z] ok github.com/docker/docker/cmd/dockerd 0.700s coverage: 19.1% of statements [2020-02-26T15:35:49.112Z] #45 ... [2020-02-26T15:35:49.112Z] [2020-02-26T15:35:49.112Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:49.112Z] #18 72.39 Selecting previously unselected package python3-lib2to3. [2020-02-26T15:35:49.112Z] #18 72.40 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-02-26T15:35:49.112Z] #18 72.40 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:35:49.112Z] #18 72.59 Selecting previously unselected package python3-distutils. [2020-02-26T15:35:49.112Z] #18 72.60 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-02-26T15:35:49.116Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-02-26T15:35:49.359Z] ok github.com/docker/docker/container 0.434s coverage: 42.5% of statements [2020-02-26T15:35:49.359Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-26T15:35:49.359Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-26T15:35:49.359Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-26T15:35:49.359Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-26T15:35:49.408Z] #18 72.60 Unpacking python3-distutils (3.7.3-1) ... [2020-02-26T15:35:49.696Z] #18 72.85 Selecting previously unselected package python3-pip. [2020-02-26T15:35:49.696Z] #18 72.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-02-26T15:35:49.696Z] #18 72.88 Unpacking python3-pip (18.1-5) ... [2020-02-26T15:35:49.696Z] #18 73.05 Selecting previously unselected package python3-pkg-resources. [2020-02-26T15:35:49.696Z] #18 73.07 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-02-26T15:35:49.696Z] #18 73.07 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:35:49.987Z] #18 73.19 Selecting previously unselected package python3-setuptools. [2020-02-26T15:35:49.987Z] #18 73.20 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-02-26T15:35:49.987Z] #18 73.22 Unpacking python3-setuptools (40.8.0-1) ... [2020-02-26T15:35:50.067Z] ok github.com/docker/docker/layer 7.583s coverage: 68.8% of statements [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/oci [no test files] [2020-02-26T15:35:50.067Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-26T15:35:50.274Z] #18 73.58 Selecting previously unselected package python3-wheel. [2020-02-26T15:35:50.274Z] #18 73.61 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-02-26T15:35:50.274Z] #18 73.62 Unpacking python3-wheel (0.32.3-2) ... [2020-02-26T15:35:50.433Z] ok github.com/docker/docker/pkg/chrootarchive 3.349s coverage: 43.2% of statements [2020-02-26T15:35:50.433Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-26T15:35:50.433Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-26T15:35:50.433Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2020-02-26T15:35:50.562Z] #18 73.74 Selecting previously unselected package thin-provisioning-tools. [2020-02-26T15:35:50.562Z] #18 73.75 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-02-26T15:35:50.562Z] #18 73.76 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:35:50.795Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-02-26T15:35:50.795Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2020-02-26T15:35:50.852Z] #18 74.30 Selecting previously unselected package vim-runtime. [2020-02-26T15:35:51.141Z] #18 74.31 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-02-26T15:35:51.141Z] #18 74.37 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-02-26T15:35:51.141Z] #18 74.44 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-02-26T15:35:51.141Z] #18 74.46 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:35:51.599Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-02-26T15:35:52.050Z] --- PASS: TestHealthKillContainer (2.95s) [2020-02-26T15:35:52.050Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-26T15:35:52.259Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.370s coverage: 65.3% of statements [2020-02-26T15:35:52.388Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-02-26T15:35:52.389Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-02-26T15:35:52.389Z] --- PASS: TestConfigsCreateAndDelete (3.22s) [2020-02-26T15:35:52.389Z] === RUN TestConfigsUpdate [2020-02-26T15:35:52.618Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s) [2020-02-26T15:35:52.618Z] === RUN TestIpcModeNone [2020-02-26T15:35:52.767Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-02-26T15:35:53.519Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-02-26T15:35:53.553Z] --- PASS: TestIpcModeNone (0.87s) [2020-02-26T15:35:53.553Z] === RUN TestIpcModePrivate [2020-02-26T15:35:53.758Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-02-26T15:35:54.288Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2020-02-26T15:35:54.432Z] ok github.com/docker/docker/daemon/cluster/convert 0.569s coverage: 35.7% of statements [2020-02-26T15:35:54.488Z] --- PASS: TestIpcModePrivate (0.90s) [2020-02-26T15:35:54.488Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-02-26T15:35:54.488Z] === RUN TestIpcModeShareable [2020-02-26T15:35:55.053Z] ok github.com/docker/docker/pkg/fsutils 0.450s coverage: 85.1% of statements [2020-02-26T15:35:55.054Z] --- PASS: TestIpcModeShareable (0.90s) [2020-02-26T15:35:55.054Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-02-26T15:35:55.054Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-26T15:35:55.418Z] ok github.com/docker/docker/pkg/discovery/kv 3.074s coverage: 84.1% of statements [2020-02-26T15:35:55.418Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2020-02-26T15:35:55.661Z] --- PASS: TestConfigsUpdate (3.52s) [2020-02-26T15:35:55.661Z] === RUN TestTemplatedConfig [2020-02-26T15:35:56.224Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-02-26T15:35:56.370Z] ok github.com/docker/docker/pkg/idtools 0.307s coverage: 70.1% of statements [2020-02-26T15:35:56.757Z] ok github.com/docker/docker/pkg/ioutils 0.445s coverage: 70.6% of statements [2020-02-26T15:35:56.757Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2020-02-26T15:35:56.959Z] #18 79.60 Selecting previously unselected package vim. [2020-02-26T15:35:56.959Z] #18 79.61 Preparing to unpack .../35-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-02-26T15:35:56.959Z] #18 79.66 Unpacking vim (2:8.1.0875-5) ... [2020-02-26T15:35:56.959Z] #18 ... [2020-02-26T15:35:56.959Z] [2020-02-26T15:35:56.959Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:35:56.959Z] #45 152.6 CC criu/clone-noasan.o [2020-02-26T15:35:56.959Z] #45 152.8 CC criu/config.o [2020-02-26T15:35:57.114Z] ok github.com/docker/docker/pkg/locker 0.032s coverage: 88.9% of statements [2020-02-26T15:35:57.114Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-02-26T15:35:57.114Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-26T15:35:57.476Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-02-26T15:35:57.595Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-02-26T15:35:57.824Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-02-26T15:35:57.824Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-02-26T15:35:58.159Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-02-26T15:35:58.174Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 91.4% of statements [2020-02-26T15:35:58.338Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.73s) [2020-02-26T15:35:58.338Z] === RUN TestAPIIpcModeHost [2020-02-26T15:35:58.549Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-02-26T15:35:58.596Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-02-26T15:35:58.598Z] === RUN TestDaemonIpcModeShareable [2020-02-26T15:35:58.904Z] ok github.com/docker/docker/pkg/mount 1.198s coverage: 70.0% of statements [2020-02-26T15:35:58.904Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-26T15:35:58.904Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-26T15:35:58.904Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-26T15:35:59.278Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2020-02-26T15:35:59.528Z] --- PASS: TestTemplatedConfig (3.66s) [2020-02-26T15:35:59.528Z] === RUN TestConfigInspect [2020-02-26T15:35:59.682Z] #45 ... [2020-02-26T15:35:59.682Z] [2020-02-26T15:35:59.682Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:35:59.682Z] #48 233.0 crypto/tls [2020-02-26T15:35:59.682Z] #48 243.0 net/http/httptrace [2020-02-26T15:35:59.970Z] #48 ... [2020-02-26T15:35:59.970Z] [2020-02-26T15:35:59.970Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:35:59.970Z] #18 80.36 Selecting previously unselected package xfsprogs. [2020-02-26T15:35:59.970Z] #18 80.37 Preparing to unpack .../36-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-02-26T15:35:59.970Z] #18 80.38 Unpacking xfsprogs (4.20.0-1) ... [2020-02-26T15:35:59.970Z] #18 81.07 Selecting previously unselected package zip. [2020-02-26T15:35:59.970Z] #18 81.08 Preparing to unpack .../37-zip_3.0-11+b1_ppc64el.deb ... [2020-02-26T15:35:59.970Z] #18 81.08 Unpacking zip (3.0-11+b1) ... [2020-02-26T15:35:59.970Z] #18 81.31 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-02-26T15:35:59.970Z] #18 81.32 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-02-26T15:35:59.970Z] #18 81.32 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-02-26T15:35:59.970Z] #18 81.33 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-02-26T15:35:59.970Z] #18 81.34 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-02-26T15:35:59.970Z] #18 81.34 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-02-26T15:35:59.970Z] #18 81.35 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-02-26T15:35:59.970Z] #18 81.36 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-02-26T15:35:59.970Z] #18 81.36 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-02-26T15:35:59.970Z] #18 81.37 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-02-26T15:35:59.970Z] #18 81.38 Setting up libicu63:ppc64el (63.1-6) ... [2020-02-26T15:35:59.970Z] #18 81.39 Setting up xxd (2:8.1.0875-5) ... [2020-02-26T15:35:59.970Z] #18 81.39 Setting up zip (3.0-11+b1) ... [2020-02-26T15:35:59.970Z] #18 81.40 Setting up vim-common (2:8.1.0875-5) ... [2020-02-26T15:35:59.970Z] #18 81.45 Setting up bash-completion (1:2.8-6) ... [2020-02-26T15:36:00.046Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2020-02-26T15:36:00.046Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-02-26T15:36:00.221Z] ok github.com/docker/docker/daemon/cluster 1.748s coverage: 0.5% of statements [2020-02-26T15:36:00.480Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-26T15:36:00.500Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2020-02-26T15:36:00.500Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-02-26T15:36:00.500Z] === RUN TestDaemonIpcModePrivate [2020-02-26T15:36:01.187Z] ok github.com/docker/docker/daemon/config 0.805s coverage: 79.6% of statements [2020-02-26T15:36:01.670Z] ok github.com/docker/docker/pkg/pubsub 1.021s coverage: 73.9% of statements [2020-02-26T15:36:02.036Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-02-26T15:36:02.050Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-02-26T15:36:02.307Z] --- PASS: TestConfigInspect (2.84s) [2020-02-26T15:36:02.307Z] === RUN TestConfigCreateWithLabels [2020-02-26T15:36:02.402Z] --- PASS: TestDaemonIpcModePrivate (1.84s) [2020-02-26T15:36:02.402Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-02-26T15:36:02.402Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-26T15:36:03.364Z] ok github.com/docker/docker/daemon/discovery 0.539s coverage: 30.0% of statements [2020-02-26T15:36:04.303Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-02-26T15:36:04.303Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-02-26T15:36:04.303Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-26T15:36:04.329Z] ok github.com/docker/docker/daemon/events 0.391s coverage: 50.0% of statements [2020-02-26T15:36:05.114Z] ok github.com/docker/docker/pkg/signal 2.386s coverage: 61.0% of statements [2020-02-26T15:36:05.114Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-02-26T15:36:05.512Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-02-26T15:36:05.512Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-02-26T15:36:05.519Z] #18 87.99 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-02-26T15:36:05.519Z] #18 88.01 Setting up xz-utils (5.2.4-1) ... [2020-02-26T15:36:05.519Z] #18 88.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-02-26T15:36:05.519Z] #18 88.04 Setting up pigz (2.4-1) ... [2020-02-26T15:36:05.519Z] #18 88.06 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-02-26T15:36:05.519Z] #18 88.07 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-02-26T15:36:05.519Z] #18 88.09 Setting up python-pip-whl (18.1-5) ... [2020-02-26T15:36:05.519Z] #18 88.10 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-02-26T15:36:05.519Z] #18 88.11 Setting up vim-runtime (2:8.1.0875-5) ... [2020-02-26T15:36:05.519Z] #18 ... [2020-02-26T15:36:05.519Z] [2020-02-26T15:36:05.519Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:36:05.578Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-02-26T15:36:05.578Z] --- PASS: TestConfigCreateWithLabels (3.18s) [2020-02-26T15:36:05.578Z] === RUN TestConfigCreateResolve [2020-02-26T15:36:05.678Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2020-02-26T15:36:05.679Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-02-26T15:36:05.679Z] === RUN TestIpcModeOlderClient [2020-02-26T15:36:05.837Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-02-26T15:36:05.938Z] === PAUSE TestIpcModeOlderClient [2020-02-26T15:36:05.938Z] === RUN TestKillContainerInvalidSignal [2020-02-26T15:36:05.939Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-02-26T15:36:06.363Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-02-26T15:36:06.401Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-02-26T15:36:06.502Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.118s coverage: 10.9% of statements [2020-02-26T15:36:06.659Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-02-26T15:36:06.659Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-02-26T15:36:06.724Z] ok github.com/docker/docker/pkg/system 0.025s coverage: 36.2% of statements [2020-02-26T15:36:06.873Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-02-26T15:36:06.873Z] === RUN TestKillContainer [2020-02-26T15:36:06.873Z] === RUN TestKillContainer/no_signal [2020-02-26T15:36:06.959Z] ok github.com/docker/docker/daemon/graphdriver 1.136s coverage: 2.3% of statements [2020-02-26T15:36:07.075Z] ok github.com/docker/docker/pkg/tailfile 0.068s coverage: 88.6% of statements [2020-02-26T15:36:07.223Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-02-26T15:36:07.223Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-02-26T15:36:07.439Z] === RUN TestKillContainer/non_killing_signal [2020-02-26T15:36:07.839Z] ok github.com/docker/docker/pkg/tarsum 0.034s coverage: 89.3% of statements [2020-02-26T15:36:07.928Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2020-02-26T15:36:08.006Z] === RUN TestKillContainer/killing_signal [2020-02-26T15:36:08.198Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-02-26T15:36:08.198Z] testing: warning: no tests to run [2020-02-26T15:36:08.198Z] coverage: [no statements] [2020-02-26T15:36:08.198Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-26T15:36:08.571Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-02-26T15:36:08.591Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-02-26T15:36:08.591Z] === RUN TestConfigDaemonLibtrustID [2020-02-26T15:36:08.848Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-02-26T15:36:08.893Z] ok github.com/docker/docker/daemon 3.217s coverage: 9.2% of statements [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-02-26T15:36:08.893Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-02-26T15:36:08.924Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-02-26T15:36:08.924Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-26T15:36:08.940Z] --- PASS: TestKillContainer (2.37s) [2020-02-26T15:36:08.940Z] --- PASS: TestKillContainer/no_signal (0.78s) [2020-02-26T15:36:08.940Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-02-26T15:36:08.940Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-02-26T15:36:08.940Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-26T15:36:08.940Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-26T15:36:09.106Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-02-26T15:36:09.106Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2020-02-26T15:36:09.106Z] PASS [2020-02-26T15:36:09.106Z] [2020-02-26T15:36:09.106Z] DONE 8 tests in 23.564s [2020-02-26T15:36:09.106Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-02-26T15:36:09.106Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:36:09.106Z] ++ set -e [2020-02-26T15:36:09.106Z] ++ '[' -n 0 ']' [2020-02-26T15:36:09.106Z] ++ set -x [2020-02-26T15:36:09.106Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:36:09.306Z] #24 248.2 Checking out files: 18% (1931/10579) Checking out files: 19% (2011/10579) Checking out files: 20% (2116/10579) Checking out files: 21% (2222/10579) Checking out files: 22% (2328/10579) Checking out files: 23% (2434/10579) Checking out files: 24% (2539/10579) Checking out files: 25% (2645/10579) Checking out files: 26% (2751/10579) Checking out files: 27% (2857/10579) Checking out files: 28% (2963/10579) Checking out files: 29% (3068/10579) Checking out files: 30% (3174/10579) Checking out files: 31% (3280/10579) Checking out files: 32% (3386/10579) Checking out files: 33% (3492/10579) Checking out files: 34% (3597/10579) Checking out files: 34% (3683/10579) Checking out files: 35% (3703/10579) Checking out files: 36% (3809/10579) Checking out files: 37% (3915/10579) Checking out files: 38% (4021/10579) Checking out files: 39% (4126/10579) Checking out files: 40% (4232/10579) Checking out files: 41% (4338/10579) Checking out files: 42% (4444/10579) Checking out files: 43% (4549/10579) Checking out files: 44% (4655/10579) Checking out files: 45% (4761/10579) Checking out files: 46% (4867/10579) Checking out files: 47% (4973/10579) Checking out files: 48% (5078/10579) Checking out files: 49% (5184/10579) Checking out files: 50% (5290/10579) Checking out files: 51% (5396/10579) Checking out files: 52% (5502/10579) Checking out files: 53% (5607/10579) Checking out files: 53% (5706/10579) Checking out files: 54% (5713/10579) Checking out files: 55% (5819/10579) Checking out files: 56% (5925/10579) Checking out files: 57% (6031/10579) Checking out files: 58% (6136/10579) Checking out files: 59% (6242/10579) Checking out files: 60% (6348/10579) Checking out files: 61% (6454/10579) Checking out files: 62% (6559/10579) Checking out files: 63% (6665/10579) Checking out files: 64% (6771/10579) Checking out files: 65% (6877/10579) Checking out files: 66% (6983/10579) Checking out files: 67% (7088/10579) Checking out files: 68% (7194/10579) Checking out files: 69% (7300/10579) Checking out files: 70% (7406/10579) Checking out files: 71% (7512/10579) Checking out files: 72% (7617/10579) Checking out files: 73% (7723/10579) Checking out files: 74% (7829/10579) Checking out files: 75% (7935/10579) Checking out files: 75% (7966/10579) Checking out files: 76% (8041/10579) Checking out files: 77% (8146/10579) Checking out files: 78% (8252/10579) Checking out files: 79% (8358/10579) Checking out files: 80% (8464/10579) Checking out files: 81% (8569/10579) Checking out files: 82% (8675/10579) Checking out files: 83% (8781/10579) Checking out files: 84% (8887/10579) Checking out files: 85% (8993/10579) Checking out files: 86% (9098/10579) Checking out files: 87% (9204/10579) Checking out files: 88% (9310/10579) Checking out files: 89% (9416/10579) Checking out files: 90% (9522/10579) Checking out files: 91% (9627/10579) Checking out files: 91% (9629/10579) Checking out files: 92% (9733/10579) Checking out files: 93% (9839/10579) Checking out files: 94% (9945/10579) Checking out files: 95% (10051/10579) Checking out files: 96% (10156/10579) Checking out files: 97% (10262/10579) Checking out files: 98% (10368/10579) Checking out files: 99% (10474/10579) Checking out files: 100% (10579/10579) Checking out files: 100% (10579/10579), done. [2020-02-26T15:36:09.363Z] INFO: Testing against a local daemon [2020-02-26T15:36:09.363Z] === RUN TestCheckpoint [2020-02-26T15:36:09.363Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-26T15:36:09.363Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:36:09.363Z] === RUN TestContainerInvalidJSON [2020-02-26T15:36:09.363Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:36:09.363Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:36:09.363Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:36:09.363Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:36:09.363Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:36:09.363Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:36:09.363Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:36:09.363Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:36:09.363Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:36:09.363Z] --- PASS: TestContainerInvalidJSON (0.07s) [2020-02-26T15:36:09.363Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-26T15:36:09.363Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-02-26T15:36:09.363Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-26T15:36:09.363Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-26T15:36:09.597Z] #24 252.9 + cd /tmp/tmp.oUDogIviRi/tmp/docker-ce [2020-02-26T15:36:09.597Z] #24 252.9 + git checkout -q v17.06.2-ce [2020-02-26T15:36:09.620Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-02-26T15:36:09.620Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-26T15:36:09.620Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-02-26T15:36:09.620Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-26T15:36:09.862Z] ok github.com/docker/docker/daemon/images 0.387s coverage: 4.9% of statements [2020-02-26T15:36:09.862Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-26T15:36:09.862Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-26T15:36:09.876Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-26T15:36:09.876Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-02-26T15:36:09.876Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-26T15:36:09.876Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-02-26T15:36:09.876Z] === RUN TestCopyFromContainer [2020-02-26T15:36:10.133Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-02-26T15:36:10.232Z] #24 ... [2020-02-26T15:36:10.232Z] [2020-02-26T15:36:10.232Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:36:10.232Z] #48 243.4 net/http [2020-02-26T15:36:10.232Z] #48 ... [2020-02-26T15:36:10.232Z] [2020-02-26T15:36:10.232Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:36:10.232Z] #18 89.22 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-02-26T15:36:10.232Z] #18 89.23 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-02-26T15:36:10.232Z] #18 89.23 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-02-26T15:36:10.232Z] #18 89.25 Setting up vim (2:8.1.0875-5) ... [2020-02-26T15:36:10.232Z] #18 89.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-02-26T15:36:10.232Z] #18 89.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-02-26T15:36:10.232Z] #18 89.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-02-26T15:36:10.232Z] #18 89.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-02-26T15:36:10.232Z] #18 89.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-02-26T15:36:10.232Z] #18 89.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-02-26T15:36:10.232Z] #18 89.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-02-26T15:36:10.232Z] #18 89.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-02-26T15:36:10.232Z] #18 89.44 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-02-26T15:36:10.232Z] #18 89.45 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-02-26T15:36:10.232Z] #18 89.47 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-02-26T15:36:10.232Z] #18 89.48 Setting up jq (1.5+dfsg-2+b1) ... [2020-02-26T15:36:10.232Z] #18 89.50 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-02-26T15:36:10.232Z] #18 89.51 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-02-26T15:36:10.320Z] ok github.com/docker/docker/daemon/logger 0.786s coverage: 43.0% of statements [2020-02-26T15:36:10.390Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-02-26T15:36:10.810Z] ok github.com/docker/docker/plugin 0.538s coverage: 27.1% of statements [2020-02-26T15:36:10.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2020-02-26T15:36:10.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-02-26T15:36:10.811Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-02-26T15:36:10.811Z] === RUN TestKillStoppedContainer [2020-02-26T15:36:10.811Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-02-26T15:36:10.811Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-26T15:36:10.811Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-02-26T15:36:10.811Z] === RUN TestKillDifferentUserContainer [2020-02-26T15:36:10.862Z] #18 ... [2020-02-26T15:36:10.862Z] [2020-02-26T15:36:10.862Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:36:10.862Z] #45 157.0 CC criu/cr-check.o [2020-02-26T15:36:10.862Z] #45 160.7 CC criu/cr-dedup.o [2020-02-26T15:36:10.862Z] #45 161.9 CC criu/cr-dump.o [2020-02-26T15:36:11.569Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-02-26T15:36:11.746Z] --- PASS: TestKillDifferentUserContainer (0.85s) [2020-02-26T15:36:11.746Z] === RUN TestInspectOomKilledTrue [2020-02-26T15:36:11.746Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-26T15:36:11.746Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:36:11.746Z] === RUN TestInspectOomKilledFalse [2020-02-26T15:36:11.746Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-26T15:36:11.746Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:36:11.746Z] === RUN TestLinksEtcHostsContentMatch [2020-02-26T15:36:11.857Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.337s coverage: 88.3% of statements [2020-02-26T15:36:11.857Z] ok github.com/docker/docker/daemon/logger/awslogs 0.882s coverage: 77.4% of statements [2020-02-26T15:36:11.857Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-02-26T15:36:11.857Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-26T15:36:11.857Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-26T15:36:11.857Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-02-26T15:36:11.857Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-02-26T15:36:11.892Z] #45 168.3 CC criu/cr-errno.o [2020-02-26T15:36:12.184Z] #45 168.6 CC criu/cr-restore.o [2020-02-26T15:36:12.284Z] === RUN TestCopyFromContainer// [2020-02-26T15:36:12.284Z] === RUN TestCopyFromContainer//bar/root [2020-02-26T15:36:12.315Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-02-26T15:36:12.315Z] === RUN TestLinksContainerNames [2020-02-26T15:36:12.316Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.581s coverage: 62.1% of statements [2020-02-26T15:36:12.338Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2020-02-26T15:36:12.542Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-26T15:36:12.542Z] === RUN TestCopyFromContainer/bar/quux [2020-02-26T15:36:12.542Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-02-26T15:36:12.729Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-02-26T15:36:12.799Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-26T15:36:12.799Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-26T15:36:13.055Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-26T15:36:13.055Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-26T15:36:13.055Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-26T15:36:13.282Z] ok github.com/docker/docker/daemon/logger/local 0.548s coverage: 74.7% of statements [2020-02-26T15:36:13.282Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-26T15:36:13.311Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer (3.42s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer//bar/root (0.19s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-02-26T15:36:13.311Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-02-26T15:36:13.312Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-02-26T15:36:13.312Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-02-26T15:36:13.312Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-26T15:36:13.312Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:36:13.312Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:36:13.312Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:36:13.312Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:36:13.312Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:36:13.312Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:36:13.312Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:36:13.312Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:36:13.312Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:36:13.312Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-02-26T15:36:13.312Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-26T15:36:13.312Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-26T15:36:13.312Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-26T15:36:13.312Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-26T15:36:13.568Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-02-26T15:36:13.568Z] === RUN TestCreateWithInvalidEnv [2020-02-26T15:36:13.568Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-26T15:36:13.568Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-26T15:36:13.568Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-26T15:36:13.568Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-26T15:36:13.568Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-26T15:36:13.568Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-26T15:36:13.568Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-26T15:36:13.568Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-26T15:36:13.568Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-26T15:36:13.568Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-02-26T15:36:13.568Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-26T15:36:13.568Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-26T15:36:13.568Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-02-26T15:36:13.568Z] === RUN TestCreateTmpfsMountsTarget [2020-02-26T15:36:13.568Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-02-26T15:36:13.568Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-26T15:36:13.684Z] #45 ... [2020-02-26T15:36:13.684Z] [2020-02-26T15:36:13.684Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:36:13.684Z] #18 96.82 Setting up iptables (1.8.2-4) ... [2020-02-26T15:36:13.684Z] #18 96.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-02-26T15:36:13.684Z] #18 96.96 Setting up python3 (3.7.3-1) ... [2020-02-26T15:36:13.690Z] --- PASS: TestLinksContainerNames (1.53s) [2020-02-26T15:36:13.690Z] === RUN TestLogsFollowTailEmpty [2020-02-26T15:36:13.944Z] ok github.com/docker/docker/registry 0.096s coverage: 56.0% of statements [2020-02-26T15:36:14.248Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.364s coverage: 21.4% of statements [2020-02-26T15:36:14.304Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-02-26T15:36:14.314Z] #18 97.85 Setting up python3-wheel (0.32.3-2) ... [2020-02-26T15:36:14.625Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2020-02-26T15:36:14.625Z] === RUN TestContainerNetworkMountsNoChown [2020-02-26T15:36:14.706Z] ok github.com/docker/docker/daemon/logger/templates 0.124s coverage: 8.3% of statements [2020-02-26T15:36:14.773Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-02-26T15:36:15.164Z] ok github.com/docker/docker/daemon/logger/syslog 0.274s coverage: 47.8% of statements [2020-02-26T15:36:15.179Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-02-26T15:36:15.461Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-02-26T15:36:15.538Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-02-26T15:36:15.559Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/default [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/default [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/private [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/private [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rprivate [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/slave [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/slave [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rslave [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/shared [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/shared [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rshared [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/default [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rslave [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/slave [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rshared [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rprivate [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/private [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/shared [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:15.559Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:15.559Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:15.559Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:15.717Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:15.817Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.12s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.12s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-26T15:36:15.817Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-02-26T15:36:15.818Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-02-26T15:36:15.818Z] === RUN TestContainerBindMountNonRecursive [2020-02-26T15:36:15.974Z] --- PASS: TestCreateWithCustomMaskedPaths (2.57s) [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:36:15.974Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:36:15.974Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:36:15.974Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-26T15:36:15.974Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:36:16.231Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:36:16.231Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-02-26T15:36:16.388Z] #18 99.38 Setting up apparmor (2.13.2-10) ... [2020-02-26T15:36:16.488Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.11s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.10s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-02-26T15:36:16.488Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-02-26T15:36:16.488Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-26T15:36:16.700Z] ok github.com/docker/docker/daemon/logger/splunk 2.114s coverage: 82.5% of statements [2020-02-26T15:36:16.700Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-26T15:36:16.700Z] ? github.com/docker/docker/daemon/network [no test files] [2020-02-26T15:36:16.700Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-26T15:36:17.720Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2020-02-26T15:36:17.720Z] === RUN TestNetworkNat [2020-02-26T15:36:17.938Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2020-02-26T15:36:18.300Z] ok github.com/docker/docker/volume/local 0.035s coverage: 73.0% of statements [2020-02-26T15:36:18.382Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-02-26T15:36:18.382Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-02-26T15:36:18.655Z] --- PASS: TestNetworkNat (0.88s) [2020-02-26T15:36:18.655Z] === RUN TestNetworkLocalhostTCPNat [2020-02-26T15:36:18.874Z] ok github.com/docker/docker/errdefs 0.121s coverage: 49.4% of statements [2020-02-26T15:36:18.874Z] ok github.com/docker/docker/distribution/metadata 1.752s coverage: 48.2% of statements [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.47s) [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:36:18.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:36:18.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:36:18.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:36:18.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:36:18.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:36:18.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:36:18.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:36:18.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:36:18.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:36:18.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:36:18.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-02-26T15:36:18.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-02-26T15:36:18.946Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-26T15:36:19.087Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-02-26T15:36:19.108Z] #18 101.9 Setting up xfsprogs (4.20.0-1) ... [2020-02-26T15:36:19.108Z] #18 101.9 Setting up python3-lib2to3 (3.7.3-1) ... [2020-02-26T15:36:19.333Z] ok github.com/docker/docker/distribution 1.323s coverage: 20.3% of statements [2020-02-26T15:36:19.333Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-26T15:36:19.590Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2020-02-26T15:36:19.590Z] === RUN TestNetworkLoopbackNat [2020-02-26T15:36:19.736Z] #18 102.9 Setting up python3-pkg-resources (40.8.0-1) ... [2020-02-26T15:36:19.888Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.91s) [2020-02-26T15:36:19.888Z] === RUN TestContainerStartOnDaemonRestart [2020-02-26T15:36:19.888Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-26T15:36:19.888Z] === RUN TestDaemonRestartIpcMode [2020-02-26T15:36:19.888Z] === PAUSE TestDaemonRestartIpcMode [2020-02-26T15:36:19.888Z] === RUN TestDaemonHostGatewayIP [2020-02-26T15:36:19.888Z] === PAUSE TestDaemonHostGatewayIP [2020-02-26T15:36:19.888Z] === RUN TestDiff [2020-02-26T15:36:19.966Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.0% of statements [2020-02-26T15:36:20.367Z] #18 ... [2020-02-26T15:36:20.367Z] [2020-02-26T15:36:20.367Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:36:20.367Z] #48 263.6 github.com/LK4D4/vndr/godl [2020-02-26T15:36:20.823Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-02-26T15:36:20.823Z] --- PASS: TestDiff (1.05s) [2020-02-26T15:36:20.823Z] === RUN TestExecWithCloseStdin [2020-02-26T15:36:20.867Z] ok github.com/docker/docker/distribution/xfer 2.528s coverage: 77.3% of statements [2020-02-26T15:36:20.867Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-26T15:36:20.867Z] ok github.com/docker/docker/image/cache 0.250s coverage: 19.2% of statements [2020-02-26T15:36:20.965Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2020-02-26T15:36:20.965Z] === RUN TestPause [2020-02-26T15:36:21.326Z] ok github.com/docker/docker/image/v1 0.407s coverage: 25.0% of statements [2020-02-26T15:36:21.532Z] --- PASS: TestPause (0.84s) [2020-02-26T15:36:21.532Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-26T15:36:21.532Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:36:21.532Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:36:21.532Z] === RUN TestPauseStopPausedContainer [2020-02-26T15:36:21.784Z] ok github.com/docker/docker/image 1.266s coverage: 86.4% of statements [2020-02-26T15:36:21.784Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-26T15:36:21.784Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-26T15:36:21.868Z] #48 265.0 github.com/LK4D4/vndr [2020-02-26T15:36:22.195Z] --- PASS: TestExecWithCloseStdin (1.12s) [2020-02-26T15:36:22.195Z] === RUN TestExec [2020-02-26T15:36:22.467Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2020-02-26T15:36:22.467Z] === RUN TestPsFilter [2020-02-26T15:36:22.726Z] --- PASS: TestPsFilter (0.27s) [2020-02-26T15:36:22.726Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-26T15:36:22.750Z] ok github.com/docker/docker/libcontainerd/queue 0.086s coverage: 100.0% of statements [2020-02-26T15:36:23.124Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-02-26T15:36:23.124Z] --- PASS: TestExec (1.02s) [2020-02-26T15:36:23.124Z] === RUN TestExecUser [2020-02-26T15:36:23.661Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-02-26T15:36:23.661Z] === RUN TestRemoveContainerWithVolume [2020-02-26T15:36:24.055Z] --- PASS: TestExecUser (1.03s) [2020-02-26T15:36:24.055Z] === RUN TestExportContainerAndImportImage [2020-02-26T15:36:24.228Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2020-02-26T15:36:24.228Z] === RUN TestRemoveContainerRunning [2020-02-26T15:36:24.283Z] ok github.com/docker/docker/pkg/aaparser 0.324s coverage: 50.0% of statements [2020-02-26T15:36:24.283Z] ok github.com/docker/docker/layer 0.503s coverage: 30.0% of statements [2020-02-26T15:36:24.618Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-02-26T15:36:24.642Z] #48 ... [2020-02-26T15:36:24.642Z] [2020-02-26T15:36:24.642Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:36:24.642Z] #24 257.5 + mkdir -p /tmp/tmp.oUDogIviRi/src/github.com/docker [2020-02-26T15:36:24.642Z] #24 257.5 + mv components/cli /tmp/tmp.oUDogIviRi/src/github.com/docker/cli [2020-02-26T15:36:24.642Z] #24 257.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-02-26T15:36:24.642Z] #24 ... [2020-02-26T15:36:24.642Z] [2020-02-26T15:36:24.642Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-02-26T15:36:24.642Z] #18 104.6 Setting up python3-distutils (3.7.3-1) ... [2020-02-26T15:36:24.642Z] #18 105.6 Setting up python3-setuptools (40.8.0-1) ... [2020-02-26T15:36:24.642Z] #18 107.8 Setting up python3-pip (18.1-5) ... [2020-02-26T15:36:24.741Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-26T15:36:25.165Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-02-26T15:36:25.165Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-26T15:36:25.180Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-02-26T15:36:25.437Z] --- PASS: TestExportContainerAndImportImage (1.36s) [2020-02-26T15:36:25.437Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-26T15:36:25.708Z] ok github.com/docker/docker/opts 0.470s coverage: 67.7% of statements [2020-02-26T15:36:26.100Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-02-26T15:36:26.100Z] === RUN TestRemoveInvalidContainer [2020-02-26T15:36:26.100Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-02-26T15:36:26.100Z] === RUN TestRenameLinkedContainer [2020-02-26T15:36:26.166Z] ok github.com/docker/docker/libcontainerd/local 0.471s coverage: 1.0% of statements [2020-02-26T15:36:26.166Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-26T15:36:26.166Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-26T15:36:26.166Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-26T15:36:26.166Z] ? github.com/docker/docker/oci [no test files] [2020-02-26T15:36:26.166Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-26T15:36:26.368Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-02-26T15:36:26.931Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-02-26T15:36:26.931Z] === RUN TestHealthCheckWorkdir [2020-02-26T15:36:27.131Z] ok github.com/docker/docker/pkg/broadcaster 0.149s coverage: 100.0% of statements [2020-02-26T15:36:27.131Z] ok github.com/docker/docker/pkg/capabilities 0.118s coverage: 87.5% of statements [2020-02-26T15:36:27.352Z] #18 110.4 Processing triggers for libc-bin (2.28-10) ... [2020-02-26T15:36:27.352Z] #18 110.5 Processing triggers for mime-support (3.62) ... [2020-02-26T15:36:27.590Z] ok github.com/docker/docker/pkg/authorization 0.770s coverage: 26.8% of statements [2020-02-26T15:36:27.641Z] #18 DONE 110.9s [2020-02-26T15:36:27.641Z] [2020-02-26T15:36:27.641Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-02-26T15:36:27.930Z] #19 0.502 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-02-26T15:36:28.048Z] ok github.com/docker/docker/pkg/directory 0.171s coverage: 80.0% of statements [2020-02-26T15:36:28.219Z] #19 0.506 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-02-26T15:36:28.219Z] #19 0.509 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-02-26T15:36:28.219Z] #19 DONE 0.6s [2020-02-26T15:36:28.219Z] [2020-02-26T15:36:28.219Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:36:28.299Z] --- PASS: TestHealthCheckWorkdir (1.22s) [2020-02-26T15:36:28.299Z] === RUN TestHealthKillContainer [2020-02-26T15:36:28.507Z] ok github.com/docker/docker/pkg/chrootarchive 0.192s coverage: 15.4% of statements [2020-02-26T15:36:28.965Z] ok github.com/docker/docker/pkg/discovery 0.122s coverage: 58.3% of statements [2020-02-26T15:36:29.384Z] --- PASS: TestRenameLinkedContainer (3.13s) [2020-02-26T15:36:29.384Z] === RUN TestRenameStoppedContainer [2020-02-26T15:36:29.669Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-02-26T15:36:29.669Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-02-26T15:36:29.669Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-02-26T15:36:29.926Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-02-26T15:36:29.931Z] ok github.com/docker/docker/pkg/discovery/file 0.124s coverage: 92.9% of statements [2020-02-26T15:36:29.951Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-02-26T15:36:29.951Z] === RUN TestRenameRunningContainerAndReuse [2020-02-26T15:36:30.389Z] ok github.com/docker/docker/pkg/discovery/memory 0.103s coverage: 92.3% of statements [2020-02-26T15:36:31.296Z] --- PASS: TestHealthKillContainer (3.05s) [2020-02-26T15:36:31.296Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-26T15:36:31.326Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-02-26T15:36:31.326Z] === RUN TestRenameInvalidName [2020-02-26T15:36:31.360Z] ok github.com/docker/docker/pkg/discovery/nodes 0.257s coverage: 93.8% of statements [2020-02-26T15:36:31.553Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-02-26T15:36:32.117Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2020-02-26T15:36:32.117Z] === RUN TestIpcModeNone [2020-02-26T15:36:32.261Z] --- PASS: TestRenameInvalidName (0.79s) [2020-02-26T15:36:32.261Z] === RUN TestRenameAnonymousContainer [2020-02-26T15:36:32.327Z] ok github.com/docker/docker/pkg/filenotify 0.087s coverage: 39.4% of statements [2020-02-26T15:36:32.660Z] #20 ... [2020-02-26T15:36:32.660Z] [2020-02-26T15:36:32.660Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:36:32.660Z] #45 178.3 CC criu/cr-service.o [2020-02-26T15:36:32.660Z] #45 181.8 CC criu/crtools.o [2020-02-26T15:36:32.660Z] #45 183.1 CC criu/eventfd.o [2020-02-26T15:36:32.660Z] #45 184.3 CC criu/eventpoll.o [2020-02-26T15:36:32.660Z] #45 186.2 CC criu/external.o [2020-02-26T15:36:32.660Z] #45 186.9 CC criu/fault-injection.o [2020-02-26T15:36:32.660Z] #45 187.1 CC criu/fdstore.o [2020-02-26T15:36:32.660Z] #45 187.9 CC criu/fifo.o [2020-02-26T15:36:32.660Z] #45 188.5 CC criu/file-ids.o [2020-02-26T15:36:32.660Z] #45 189.0 CC criu/file-lock.o [2020-02-26T15:36:32.785Z] ok github.com/docker/docker/pkg/fileutils 0.140s coverage: 87.7% of statements [2020-02-26T15:36:33.051Z] --- PASS: TestIpcModeNone (0.96s) [2020-02-26T15:36:33.051Z] === RUN TestIpcModePrivate [2020-02-26T15:36:33.243Z] ok github.com/docker/docker/pkg/homedir 0.144s coverage: 42.9% of statements [2020-02-26T15:36:33.243Z] ok github.com/docker/docker/pkg/archive 6.876s coverage: 62.0% of statements [2020-02-26T15:36:33.328Z] ok github.com/docker/docker/pkg/plugins 33.623s coverage: 76.6% of statements [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/rootless [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/volume [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-26T15:36:33.328Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === Skipped [2020-02-26T15:36:33.328Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-26T15:36:33.328Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-26T15:36:33.328Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-26T15:36:33.328Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-26T15:36:33.328Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-26T15:36:33.328Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:36:33.328Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-26T15:36:33.328Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-26T15:36:33.328Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-26T15:36:33.328Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] [2020-02-26T15:36:33.328Z] DONE 2167 tests, 20 skipped in 192.813s Post stage [Pipeline] junit [2020-02-26T15:36:33.443Z] Recording test results [2020-02-26T15:36:33.981Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-02-26T15:36:34.209Z] ok github.com/docker/docker/pkg/discovery/kv 3.417s coverage: 84.1% of statements [2020-02-26T15:36:34.209Z] ok github.com/docker/docker/pkg/idtools 0.195s coverage: 6.3% of statements [2020-02-26T15:36:34.239Z] --- PASS: TestIpcModePrivate (1.06s) [2020-02-26T15:36:34.239Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:200, shared: false, mustBeShared: false [2020-02-26T15:36:34.239Z] === RUN TestIpcModeShareable [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-26T15:36:35.171Z] --- PASS: TestIpcModeShareable (1.08s) [2020-02-26T15:36:35.171Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:195, shared: true, mustBeShared: true [2020-02-26T15:36:35.171Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-26T15:36:35.175Z] ok github.com/docker/docker/pkg/locker 0.086s coverage: 88.9% of statements [2020-02-26T15:36:35.175Z] ok github.com/docker/docker/pkg/jsonmessage 0.163s coverage: 91.7% of statements [2020-02-26T15:36:35.390Z] #45 191.2 CC criu/files-ext.o [2020-02-26T15:36:35.680Z] #45 192.0 CC criu/files-reg.o [2020-02-26T15:36:35.689Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -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:f508db483395059344d972b18559317fd9b2636f hack/make.sh dynbinary test-integration [2020-02-26T15:36:35.736Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-02-26T15:36:36.069Z] [2020-02-26T15:36:36.069Z] Removing bundles/ [2020-02-26T15:36:36.069Z] [2020-02-26T15:36:36.069Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-26T15:36:36.069Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:36:36.069Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:36:36.140Z] ok github.com/docker/docker/pkg/ioutils 0.881s coverage: 69.2% of statements [2020-02-26T15:36:36.140Z] ok github.com/docker/docker/pkg/longpath 0.062s coverage: 100.0% of statements [2020-02-26T15:36:36.140Z] ok github.com/docker/docker/pkg/namesgenerator 0.073s coverage: 85.7% of statements [2020-02-26T15:36:36.447Z] --- PASS: TestRenameAnonymousContainer (3.91s) [2020-02-26T15:36:36.447Z] === RUN TestRenameContainerWithSameName [2020-02-26T15:36:37.013Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-02-26T15:36:37.013Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-26T15:36:37.106Z] ok github.com/docker/docker/pkg/parsers 0.074s coverage: 97.0% of statements [2020-02-26T15:36:37.226Z] #45 ... [2020-02-26T15:36:37.226Z] [2020-02-26T15:36:37.226Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:36:37.226Z] #48 DONE 280.2s [2020-02-26T15:36:37.226Z] [2020-02-26T15:36:37.226Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:36:37.513Z] #31 ... [2020-02-26T15:36:37.513Z] [2020-02-26T15:36:37.513Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-02-26T15:36:37.513Z] #20 9.511 Collecting yamllint==1.16.0 [2020-02-26T15:36:37.564Z] ok github.com/docker/docker/pkg/pidfile 0.106s coverage: 82.6% of statements [2020-02-26T15:36:37.629Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-02-26T15:36:37.629Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-02-26T15:36:38.192Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-02-26T15:36:38.192Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.96s) [2020-02-26T15:36:38.192Z] === RUN TestAPIIpcModeHost [2020-02-26T15:36:38.388Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s) [2020-02-26T15:36:38.388Z] === RUN TestResize [2020-02-26T15:36:39.010Z] #20 10.64 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-02-26T15:36:39.010Z] #20 10.80 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-02-26T15:36:39.010Z] #20 10.88 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-02-26T15:36:39.010Z] #20 10.98 Collecting pyyaml (from yamllint==1.16.0) [2020-02-26T15:36:39.100Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.278s coverage: 56.8% of statements [2020-02-26T15:36:39.121Z] --- PASS: TestAPIIpcModeHost (0.90s) [2020-02-26T15:36:39.121Z] === RUN TestDaemonIpcModeShareable [2020-02-26T15:36:39.299Z] #20 11.27 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-02-26T15:36:39.323Z] --- PASS: TestResize (0.80s) [2020-02-26T15:36:39.323Z] === RUN TestResizeWithInvalidSize [2020-02-26T15:36:39.558Z] ok github.com/docker/docker/pkg/plugins/transport 0.121s coverage: 85.7% of statements [2020-02-26T15:36:39.890Z] --- PASS: TestResizeWithInvalidSize (0.78s) [2020-02-26T15:36:39.890Z] === RUN TestResizeWhenContainerNotStarted [2020-02-26T15:36:40.016Z] ok github.com/docker/docker/pkg/pools 0.115s coverage: 88.2% of statements [2020-02-26T15:36:40.023Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:36:40.023Z] [2020-02-26T15:36:40.023Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-02-26T15:36:40.023Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-02-26T15:36:40.023Z] Using test binary docker [2020-02-26T15:36:40.023Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-26T15:36:40.023Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:36:40.023Z] INFO: Waiting for daemon to start... [2020-02-26T15:36:40.023Z] Starting dockerd [2020-02-26T15:36:40.023Z] . [2020-02-26T15:36:40.023Z] INFO: Building docker-sdk-python3:4.2.0... [2020-02-26T15:36:40.481Z] ok github.com/docker/docker/pkg/progress 0.069s coverage: 75.9% of statements [2020-02-26T15:36:40.825Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:40.825Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:40.825Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:40.825Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:36:40.825Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:36:40.825Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:36:40.825Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:41.020Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2020-02-26T15:36:41.020Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:241, shared: true, mustBeShared: true [2020-02-26T15:36:41.020Z] === RUN TestDaemonIpcModePrivate [2020-02-26T15:36:41.446Z] ok github.com/docker/docker/pkg/reexec 0.121s coverage: 82.4% of statements [2020-02-26T15:36:41.583Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-02-26T15:36:41.841Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-02-26T15:36:41.904Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 73.9% of statements [2020-02-26T15:36:42.011Z] #20 13.90 Building wheels for collected packages: pyyaml [2020-02-26T15:36:42.011Z] #20 13.91 Running setup.py bdist_wheel for pyyaml: started [2020-02-26T15:36:42.099Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-02-26T15:36:42.362Z] ok github.com/docker/docker/pkg/signal 0.077s coverage: 20.3% of statements [2020-02-26T15:36:42.662Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-02-26T15:36:42.730Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:42.820Z] ok github.com/docker/docker/pkg/stdcopy 0.046s coverage: 100.0% of statements [2020-02-26T15:36:42.919Z] --- PASS: TestDaemonIpcModePrivate (1.87s) [2020-02-26T15:36:42.919Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: false, mustBeShared: false [2020-02-26T15:36:42.919Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-26T15:36:42.919Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-02-26T15:36:43.280Z] ok github.com/docker/docker/pkg/streamformatter 0.072s coverage: 66.2% of statements [2020-02-26T15:36:43.298Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:36:43.557Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:36:43.737Z] ok github.com/docker/docker/pkg/stringid 0.051s coverage: 70.6% of statements [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-26T15:36:43.737Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-26T15:36:44.129Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:36:44.201Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 38.2% of statements [2020-02-26T15:36:44.389Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:36:44.743Z] #20 16.22 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-02-26T15:36:44.743Z] #20 16.23 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-02-26T15:36:44.743Z] #20 16.44 Successfully built pyyaml [2020-02-26T15:36:44.743Z] #20 16.50 Installing collected packages: pathspec, pyyaml, yamllint [2020-02-26T15:36:44.829Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s) [2020-02-26T15:36:44.829Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: false, mustBeShared: false [2020-02-26T15:36:44.829Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-26T15:36:44.829Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-02-26T15:36:45.085Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-02-26T15:36:45.167Z] ok github.com/docker/docker/pkg/tailfile 0.114s coverage: 88.6% of statements [2020-02-26T15:36:45.167Z] ok github.com/docker/docker/pkg/system 0.079s coverage: 13.1% of statements [2020-02-26T15:36:45.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:36:45.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:36:45.373Z] #20 17.17 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-02-26T15:36:45.625Z] ok github.com/docker/docker/pkg/tarsum 0.180s coverage: 89.3% of statements [2020-02-26T15:36:45.662Z] #20 DONE 17.5s [2020-02-26T15:36:45.662Z] [2020-02-26T15:36:45.662Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:36:45.662Z] #45 197.3 CC criu/files.o [2020-02-26T15:36:45.662Z] #45 201.5 CC criu/filesystems.o [2020-02-26T15:36:46.084Z] ok github.com/docker/docker/pkg/term 0.085s coverage: 30.8% of statements [2020-02-26T15:36:46.084Z] testing: warning: no tests to run [2020-02-26T15:36:46.084Z] ok github.com/docker/docker/pkg/term/windows 0.054s coverage: 0.0% of statements [no tests to run] [2020-02-26T15:36:46.454Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-02-26T15:36:46.455Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s) [2020-02-26T15:36:46.455Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:196, shared: true, mustBeShared: true [2020-02-26T15:36:46.455Z] === RUN TestIpcModeOlderClient [2020-02-26T15:36:46.455Z] === PAUSE TestIpcModeOlderClient [2020-02-26T15:36:46.455Z] === RUN TestKillContainerInvalidSignal [2020-02-26T15:36:46.689Z] #45 203.0 CC criu/fsnotify.o [2020-02-26T15:36:46.711Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-02-26T15:36:47.050Z] ok github.com/docker/docker/pkg/truncindex 0.149s coverage: 91.5% of statements [2020-02-26T15:36:47.050Z] ok github.com/docker/docker/pkg/urlutil 0.062s coverage: 100.0% of statements [2020-02-26T15:36:47.050Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2020-02-26T15:36:47.238Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:36:47.641Z] === RUN TestDockerSuite/TestBuildAddScript [2020-02-26T15:36:47.641Z] --- PASS: TestKillContainerInvalidSignal (0.98s) [2020-02-26T15:36:47.641Z] === RUN TestKillContainer [2020-02-26T15:36:47.641Z] === RUN TestKillContainer/no_signal [2020-02-26T15:36:48.572Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-02-26T15:36:48.572Z] === RUN TestKillContainer/non_killing_signal [2020-02-26T15:36:48.586Z] ok github.com/docker/docker/plugin/v2 0.151s coverage: 20.1% of statements [2020-02-26T15:36:48.586Z] ok github.com/docker/docker/reference 0.341s coverage: 84.4% of statements [2020-02-26T15:36:48.744Z] #45 205.0 CC criu/image-desc.o [2020-02-26T15:36:49.033Z] #45 205.2 CC criu/image.o [2020-02-26T15:36:49.503Z] === RUN TestKillContainer/killing_signal [2020-02-26T15:36:49.552Z] ok github.com/docker/docker/plugin 0.308s coverage: 11.6% of statements [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.69s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.82s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.63s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.93s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.73s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.70s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.23s) [2020-02-26T15:36:49.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-02-26T15:36:49.774Z] === RUN TestCgroupNamespacesRun [2020-02-26T15:36:50.438Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-02-26T15:36:50.438Z] --- PASS: TestKillContainer (3.00s) [2020-02-26T15:36:50.438Z] --- PASS: TestKillContainer/no_signal (1.06s) [2020-02-26T15:36:50.438Z] --- PASS: TestKillContainer/non_killing_signal (0.73s) [2020-02-26T15:36:50.438Z] --- PASS: TestKillContainer/killing_signal (0.93s) [2020-02-26T15:36:50.438Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-26T15:36:50.520Z] ok github.com/docker/docker/restartmanager 0.051s coverage: 50.9% of statements [2020-02-26T15:36:50.547Z] #45 206.6 CC criu/ipc_ns.o [2020-02-26T15:36:50.695Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-26T15:36:50.952Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-02-26T15:36:50.979Z] ok github.com/docker/docker/registry/resumable 0.347s coverage: 100.0% of statements [2020-02-26T15:36:51.149Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2020-02-26T15:36:51.149Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-26T15:36:51.515Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-26T15:36:52.078Z] ok github.com/docker/docker/testutil 0.044s coverage: 62.5% of statements [2020-02-26T15:36:52.078Z] ok github.com/docker/docker/registry 0.555s coverage: 51.7% of statements [2020-02-26T15:36:52.078Z] ok github.com/docker/docker/runconfig 0.215s coverage: 54.5% of statements [2020-02-26T15:36:52.445Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-02-26T15:36:52.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.89s) [2020-02-26T15:36:52.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.98s) [2020-02-26T15:36:52.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2020-02-26T15:36:52.445Z] === RUN TestKillStoppedContainer [2020-02-26T15:36:52.445Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-02-26T15:36:52.445Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-26T15:36:52.609Z] #45 208.5 CC criu/irmap.o [2020-02-26T15:36:52.703Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-02-26T15:36:52.703Z] === RUN TestKillDifferentUserContainer [2020-02-26T15:36:53.054Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-02-26T15:36:53.054Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-26T15:36:53.235Z] #45 209.7 CC criu/kcmp-ids.o [2020-02-26T15:36:53.636Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-02-26T15:36:53.636Z] === RUN TestInspectOomKilledTrue [2020-02-26T15:36:53.636Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-02-26T15:36:53.636Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:36:53.636Z] === RUN TestInspectOomKilledFalse [2020-02-26T15:36:53.636Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-26T15:36:53.636Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:36:53.636Z] === RUN TestLinksEtcHostsContentMatch [2020-02-26T15:36:53.860Z] #45 210.2 CC criu/kerndat.o [2020-02-26T15:36:54.199Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-02-26T15:36:54.199Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2020-02-26T15:36:54.199Z] === RUN TestLinksContainerNames [2020-02-26T15:36:54.955Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-02-26T15:36:54.955Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-26T15:36:54.980Z] ok github.com/docker/docker/volume/drivers 0.295s coverage: 36.1% of statements [2020-02-26T15:36:55.439Z] ok github.com/docker/docker/volume/local 0.201s coverage: 37.7% of statements [2020-02-26T15:36:55.439Z] ok github.com/docker/docker/volume/mounts 0.275s coverage: 66.2% of statements [2020-02-26T15:36:55.912Z] #45 212.0 CC criu/libnetlink.o [2020-02-26T15:36:56.094Z] --- PASS: TestLinksContainerNames (1.71s) [2020-02-26T15:36:56.094Z] === RUN TestLogsFollowTailEmpty [2020-02-26T15:36:56.094Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-02-26T15:36:56.542Z] #45 212.8 CC criu/log.o [2020-02-26T15:36:56.657Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-02-26T15:36:56.832Z] #45 ... [2020-02-26T15:36:56.832Z] [2020-02-26T15:36:56.832Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-02-26T15:36:56.832Z] #31 DONE 300.1s [2020-02-26T15:36:56.832Z] [2020-02-26T15:36:56.832Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:36:56.856Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2020-02-26T15:36:56.856Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-26T15:36:56.914Z] --- PASS: TestLogsFollowTailEmpty (0.94s) [2020-02-26T15:36:56.914Z] === RUN TestContainerNetworkMountsNoChown [2020-02-26T15:36:57.613Z] ok github.com/docker/docker/volume/service 0.497s coverage: 70.3% of statements [2020-02-26T15:36:57.843Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s) [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/default [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/default [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/private [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/private [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rprivate [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/slave [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/slave [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rslave [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/shared [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/shared [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rshared [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/default [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/rslave [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/rshared [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/shared [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/rprivate [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/slave [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/private [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:57.843Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:57.843Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-26T15:36:57.843Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:36:57.853Z] #54 ... [2020-02-26T15:36:57.853Z] [2020-02-26T15:36:57.853Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:36:57.853Z] #45 214.2 CC criu/lsm.o [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:36:58.100Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:36:58.232Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2020-02-26T15:36:58.232Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-26T15:36:58.356Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:36:58.617Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:36:58.617Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-26T15:36:58.617Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-02-26T15:36:58.617Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-02-26T15:36:58.617Z] === RUN TestContainerBindMountNonRecursive [2020-02-26T15:36:58.874Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-02-26T15:36:59.168Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.95s) [2020-02-26T15:36:59.168Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-26T15:36:59.354Z] #45 215.4 CC criu/mem.o [2020-02-26T15:37:00.104Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-02-26T15:37:00.104Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-26T15:37:00.244Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-02-26T15:37:00.807Z] --- PASS: TestContainerBindMountNonRecursive (2.22s) [2020-02-26T15:37:00.807Z] === RUN TestNetworkNat [2020-02-26T15:37:01.739Z] --- PASS: TestNetworkNat (0.87s) [2020-02-26T15:37:01.739Z] === RUN TestNetworkLocalhostTCPNat [2020-02-26T15:37:02.005Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-02-26T15:37:02.005Z] === RUN TestKernelTCPMemory [2020-02-26T15:37:02.112Z] #45 218.0 CC criu/mount.o [2020-02-26T15:37:02.303Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2020-02-26T15:37:02.303Z] === RUN TestNetworkLoopbackNat [2020-02-26T15:37:02.940Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-02-26T15:37:02.940Z] === RUN TestNISDomainname [2020-02-26T15:37:03.673Z] --- PASS: TestNetworkLoopbackNat (1.08s) [2020-02-26T15:37:03.673Z] === RUN TestPause [2020-02-26T15:37:03.930Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-02-26T15:37:04.190Z] --- PASS: TestPause (0.77s) [2020-02-26T15:37:04.190Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-26T15:37:04.190Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:37:04.190Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:37:04.190Z] === RUN TestPauseStopPausedContainer [2020-02-26T15:37:04.316Z] --- PASS: TestNISDomainname (1.05s) [2020-02-26T15:37:04.316Z] === RUN TestHostnameDnsResolution [2020-02-26T15:37:05.119Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-02-26T15:37:05.119Z] === RUN TestPsFilter [2020-02-26T15:37:05.375Z] --- PASS: TestPsFilter (0.22s) [2020-02-26T15:37:05.375Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-26T15:37:05.691Z] --- PASS: TestHostnameDnsResolution (1.72s) [2020-02-26T15:37:05.691Z] === RUN TestStats [2020-02-26T15:37:06.305Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.96s) [2020-02-26T15:37:06.305Z] === RUN TestRemoveContainerWithVolume [2020-02-26T15:37:06.871Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-02-26T15:37:07.128Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2020-02-26T15:37:07.128Z] === RUN TestRemoveContainerRunning [2020-02-26T15:37:07.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-02-26T15:37:07.591Z] --- PASS: TestStats (1.80s) [2020-02-26T15:37:07.591Z] === RUN TestStopContainerWithTimeout [2020-02-26T15:37:07.591Z] === RUN TestStopContainerWithTimeout/0 [2020-02-26T15:37:07.591Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-26T15:37:07.591Z] === RUN TestStopContainerWithTimeout/1 [2020-02-26T15:37:07.591Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-26T15:37:07.591Z] === RUN TestStopContainerWithTimeout/3 [2020-02-26T15:37:07.591Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-26T15:37:07.591Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-26T15:37:07.591Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-26T15:37:07.591Z] === CONT TestStopContainerWithTimeout/0 [2020-02-26T15:37:07.591Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-26T15:37:07.591Z] === CONT TestStopContainerWithTimeout/3 [2020-02-26T15:37:07.591Z] === CONT TestStopContainerWithTimeout/1 [2020-02-26T15:37:07.948Z] === RUN TestDockerSuite/TestBuildAddTar [2020-02-26T15:37:07.948Z] --- PASS: TestRemoveContainerRunning (0.97s) [2020-02-26T15:37:07.948Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-26T15:37:08.879Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s) [2020-02-26T15:37:08.879Z] === RUN TestRemoveInvalidContainer [2020-02-26T15:37:08.879Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-02-26T15:37:08.879Z] === RUN TestRenameLinkedContainer [2020-02-26T15:37:09.046Z] #45 224.4 CC criu/namespaces.o [2020-02-26T15:37:11.157Z] #45 227.5 CC criu/net.o [2020-02-26T15:37:11.778Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-26T15:37:11.778Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2020-02-26T15:37:11.778Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2020-02-26T15:37:11.778Z] --- PASS: TestStopContainerWithTimeout/-1 (3.43s) [2020-02-26T15:37:11.778Z] --- PASS: TestStopContainerWithTimeout/3 (3.47s) [2020-02-26T15:37:11.778Z] === RUN TestDeleteDevicemapper [2020-02-26T15:37:11.778Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-26T15:37:11.778Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:37:11.778Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-26T15:37:13.053Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-02-26T15:37:13.053Z] --- PASS: TestRenameLinkedContainer (3.87s) [2020-02-26T15:37:13.053Z] === RUN TestRenameStoppedContainer [2020-02-26T15:37:13.677Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.37s) [2020-02-26T15:37:13.677Z] === RUN TestUpdateMemory [2020-02-26T15:37:13.678Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-26T15:37:13.678Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:37:13.678Z] === RUN TestUpdateCPUQuota [2020-02-26T15:37:13.984Z] --- PASS: TestRenameStoppedContainer (0.98s) [2020-02-26T15:37:13.984Z] === RUN TestRenameRunningContainerAndReuse [2020-02-26T15:37:14.914Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-02-26T15:37:15.053Z] --- PASS: TestUpdateCPUQuota (1.43s) [2020-02-26T15:37:15.053Z] === RUN TestUpdatePidsLimit [2020-02-26T15:37:15.053Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-26T15:37:15.298Z] ok github.com/docker/docker/pkg/plugins 35.178s coverage: 73.4% of statements [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/rootless [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/volume [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-26T15:37:15.298Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === Skipped [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-02-26T15:37:15.298Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-02-26T15:37:15.298Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-02-26T15:37:15.298Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-02-26T15:37:15.298Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-02-26T15:37:15.298Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-02-26T15:37:15.298Z] client_test.go:23: runtime.GOOS == "windows" [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-02-26T15:37:15.298Z] daemon_test.go:147: root required [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-02-26T15:37:15.298Z] reload_test.go:520: root required [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-02-26T15:37:15.298Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-02-26T15:37:15.298Z] pull_v2_test.go:73: Needs fixing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-02-26T15:37:15.298Z] pull_v2_test.go:118: Needs fixing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-02-26T15:37:15.298Z] download_test.go:268: Needs fixing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-02-26T15:37:15.298Z] layer_test.go:304: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-02-26T15:37:15.298Z] layer_test.go:353: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-02-26T15:37:15.298Z] layer_test.go:468: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-02-26T15:37:15.298Z] layer_test.go:697: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-02-26T15:37:15.298Z] migration_test.go:46: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-02-26T15:37:15.298Z] migration_test.go:182: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-02-26T15:37:15.298Z] mount_test.go:17: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-02-26T15:37:15.298Z] mount_test.go:76: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-02-26T15:37:15.298Z] mount_test.go:125: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-02-26T15:37:15.298Z] mount_test.go:212: Failing on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:133: Xz not present in msys2 [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:238: Failing on Windows CI machines [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-02-26T15:37:15.298Z] archive_windows_test.go:16: Currently fails [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-02-26T15:37:15.298Z] changes_test.go:192: needs more investigation [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-02-26T15:37:15.298Z] changes_test.go:405: needs further investigation [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-02-26T15:37:15.298Z] changes_test.go:441: needs further investigation [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-02-26T15:37:15.298Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-02-26T15:37:15.298Z] poller_test.go:41: No chmod on Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-02-26T15:37:15.298Z] fileutils_test.go:134: Needs porting to Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-02-26T15:37:15.298Z] fileutils_test.go:180: Needs porting to Windows [2020-02-26T15:37:15.298Z] [2020-02-26T15:37:15.298Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-02-26T15:37:15.298Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-02-26T15:37:15.299Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-02-26T15:37:15.299Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-02-26T15:37:15.299Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-02-26T15:37:15.299Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-02-26T15:37:15.299Z] local_test.go:181: runtime.GOOS == "windows" [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] [2020-02-26T15:37:15.299Z] DONE 1771 tests, 46 skipped in 200.559s [2020-02-26T15:37:15.299Z] INFO: make.ps1 ended at 02/26/2020 15:37:14 [2020-02-26T15:37:15.311Z] === RUN TestUpdatePidsLimit/no_change [2020-02-26T15:37:15.570Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-26T15:37:15.844Z] --- PASS: TestRenameRunningContainerAndReuse (2.03s) [2020-02-26T15:37:15.844Z] === RUN TestRenameInvalidName [2020-02-26T15:37:16.137Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-26T15:37:16.395Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-26T15:37:16.775Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-02-26T15:37:16.834Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-02-26T15:37:16.834Z] INFO: Unit tests ended at 02/26/2020 15:37:16. Duration:00:03:34.6750046 [2020-02-26T15:37:16.834Z] INFO: Building busybox [2020-02-26T15:37:16.953Z] #45 232.9 CC criu/netfilter.o [2020-02-26T15:37:16.962Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-26T15:37:17.032Z] --- PASS: TestRenameInvalidName (1.05s) [2020-02-26T15:37:17.032Z] === RUN TestRenameAnonymousContainer [2020-02-26T15:37:17.220Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-26T15:37:17.291Z] #45 233.5 CC criu/page-pipe.o [2020-02-26T15:37:17.292Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-26T15:37:17.292Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-02-26T15:37:17.292Z] [2020-02-26T15:37:17.292Z] Sending build context to Docker daemon 2.56kB [2020-02-26T15:37:17.292Z] [2020-02-26T15:37:17.292Z] Step 1/6 : FROM microsoft/windowsservercore [2020-02-26T15:37:17.292Z] ---> 81094f2483ae [2020-02-26T15:37:17.292Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-02-26T15:37:17.292Z] ---> Running in e755e23cb4af [2020-02-26T15:37:18.411Z] #45 234.7 CC criu/page-xfer.o [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit (3.94s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-02-26T15:37:19.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2020-02-26T15:37:19.123Z] === RUN TestUpdateRestartPolicy [2020-02-26T15:37:19.557Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-02-26T15:37:20.489Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-02-26T15:37:20.829Z] #45 237.0 CC criu/pagemap-cache.o [2020-02-26T15:37:21.421Z] --- PASS: TestRenameAnonymousContainer (4.50s) [2020-02-26T15:37:21.421Z] === RUN TestRenameContainerWithSameName [2020-02-26T15:37:21.861Z] #45 238.0 CC criu/pagemap.o [2020-02-26T15:37:22.352Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2020-02-26T15:37:22.352Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-26T15:37:23.077Z] Removing intermediate container e755e23cb4af [2020-02-26T15:37:23.077Z] ---> 753bf68d5a6d [2020-02-26T15:37:23.077Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-02-26T15:37:23.362Z] #45 239.5 CC criu/parasite-syscall.o [2020-02-26T15:37:24.044Z] [2020-02-26T15:37:24.044Z] ---> bd01e9bddcde [2020-02-26T15:37:24.044Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-02-26T15:37:24.044Z] ---> Running in b1ae7a6efb1e [2020-02-26T15:37:24.871Z] #45 241.1 CC criu/path.o [2020-02-26T15:37:24.877Z] --- PASS: TestRenameContainerWithLinkedContainer (2.14s) [2020-02-26T15:37:24.877Z] === RUN TestResize [2020-02-26T15:37:25.442Z] --- PASS: TestResize (1.08s) [2020-02-26T15:37:25.442Z] === RUN TestResizeWithInvalidSize [2020-02-26T15:37:25.503Z] #45 241.6 CC criu/pie-util-vdso.o [2020-02-26T15:37:25.578Z] [2020-02-26T15:37:25.578Z] SUCCESS: Specified value was saved. [2020-02-26T15:37:26.136Z] #45 242.3 CC criu/pie-util.o [2020-02-26T15:37:26.373Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-02-26T15:37:26.429Z] #45 242.6 CC criu/pipes.o [2020-02-26T15:37:26.630Z] --- PASS: TestResizeWithInvalidSize (1.13s) [2020-02-26T15:37:26.630Z] === RUN TestResizeWhenContainerNotStarted [2020-02-26T15:37:26.669Z] sha256:5f809be505b1ca5bd7951daecdda6d7f36b6cade1cc41b2a95bdb17c623638a1 [2020-02-26T15:37:26.670Z] INFO: Starting docker-py tests... [2020-02-26T15:37:26.670Z] ============================= test session starts ============================== [2020-02-26T15:37:26.670Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-02-26T15:37:26.670Z] rootdir: /src, inifile: pytest.ini [2020-02-26T15:37:26.670Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-02-26T15:37:27.234Z] collected 387 items / 1 deselected / 386 selected [2020-02-26T15:37:27.234Z] [2020-02-26T15:37:27.882Z] Removing intermediate container b1ae7a6efb1e [2020-02-26T15:37:27.882Z] ---> 665e23a3f6ad [2020-02-26T15:37:27.882Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-02-26T15:37:27.944Z] #45 244.2 CC criu/plugin.o [2020-02-26T15:37:27.999Z] --- PASS: TestResizeWhenContainerNotStarted (1.22s) [2020-02-26T15:37:27.999Z] === RUN TestDaemonRestartKillContainers [2020-02-26T15:37:27.999Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:37:27.999Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:28.000Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:28.000Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:37:28.000Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:37:28.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-02-26T15:37:28.341Z] ---> Running in 5e004107cc7d [2020-02-26T15:37:28.684Z] #45 245.0 CC criu/proc_parse.o [2020-02-26T15:37:30.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:30.525Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-02-26T15:37:30.783Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:31.323Z] --- PASS: TestUpdateRestartPolicy (12.48s) [2020-02-26T15:37:31.323Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-26T15:37:31.712Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-02-26T15:37:31.969Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:37:32.259Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2020-02-26T15:37:32.259Z] === RUN TestWaitNonBlocked [2020-02-26T15:37:32.259Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:37:32.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:37:32.259Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:37:32.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:37:32.259Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:37:32.259Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:37:32.532Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:37:33.194Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-02-26T15:37:33.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s) [2020-02-26T15:37:33.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2020-02-26T15:37:33.194Z] === RUN TestWaitBlocked [2020-02-26T15:37:33.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:37:33.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:37:33.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:37:33.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:37:33.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:37:33.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:37:33.467Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:37:34.043Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:37:34.133Z] Cannot create a file when that file already exists. [2020-02-26T15:37:34.453Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:37:34.453Z] [2020-02-26T15:37:34.453Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:37:34.453Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:37:34.453Z] HOSTNAME=04321b5db4db [2020-02-26T15:37:34.453Z] TESTDEBUG=0 [2020-02-26T15:37:34.453Z] DEST=bundles/test-integration [2020-02-26T15:37:34.453Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:37:34.453Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:37:34.453Z] container=docker [2020-02-26T15:37:34.453Z] HOME=/root [2020-02-26T15:37:34.453Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:37:34.453Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:37:34.453Z] VALIDATE_BRANCH=master [2020-02-26T15:37:34.453Z] TERM=xterm [2020-02-26T15:37:34.453Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:37:34.453Z] SHLVL=1 [2020-02-26T15:37:34.453Z] TIMEOUT=120m [2020-02-26T15:37:34.453Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:37:34.453Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:37:34.453Z] GO111MODULE=off [2020-02-26T15:37:34.453Z] DOCKER_EXPERIMENTAL=1 [2020-02-26T15:37:34.453Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-26T15:37:34.453Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:37:34.453Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:37:34.453Z] GOPATH=/go [2020-02-26T15:37:34.453Z] PKG_CONFIG=pkg-config [2020-02-26T15:37:34.453Z] _=/usr/bin/env [2020-02-26T15:37:34.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-26T15:37:34.471Z] #45 250.7 CC criu/protobuf-desc.o [2020-02-26T15:37:34.570Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-26T15:37:34.570Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.10s) [2020-02-26T15:37:34.570Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2020-02-26T15:37:34.570Z] === CONT TestContainerStartOnDaemonRestart [2020-02-26T15:37:34.570Z] === CONT TestIpcModeOlderClient [2020-02-26T15:37:34.570Z] === CONT TestDaemonHostGatewayIP [2020-02-26T15:37:34.570Z] === CONT TestDaemonRestartIpcMode [2020-02-26T15:37:34.570Z] --- PASS: TestIpcModeOlderClient (0.23s) [2020-02-26T15:37:35.412Z] === RUN TestDockerSuite/TestBuildBlankName [2020-02-26T15:37:35.668Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-02-26T15:37:35.925Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:37:36.528Z] #45 252.6 CC criu/protobuf.o [2020-02-26T15:37:36.819Z] #45 253.2 CC criu/pstree.o [2020-02-26T15:37:36.855Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:37:37.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-02-26T15:37:37.903Z] --- PASS: TestContainerStartOnDaemonRestart (3.53s) [2020-02-26T15:37:38.353Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-02-26T15:37:38.848Z] --- PASS: TestDaemonRestartIpcMode (4.44s) [2020-02-26T15:37:38.886Z] #45 255.3 CC criu/rbtree.o [2020-02-26T15:37:39.106Z] --- PASS: TestDaemonHostGatewayIP (4.77s) [2020-02-26T15:37:39.106Z] PASS [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === Skipped [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-02-26T15:37:39.106Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-26T15:37:39.106Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-26T15:37:39.106Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:37:39.106Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-26T15:37:39.106Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-02-26T15:37:39.106Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] [2020-02-26T15:37:39.106Z] DONE 199 tests, 6 skipped in 127.342s [2020-02-26T15:37:39.106Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-02-26T15:37:39.106Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:37:39.106Z] ++ set -e [2020-02-26T15:37:39.106Z] ++ '[' -n 0 ']' [2020-02-26T15:37:39.106Z] ++ set -x [2020-02-26T15:37:39.106Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:37:39.545Z] #45 ... [2020-02-26T15:37:39.545Z] [2020-02-26T15:37:39.545Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:37:39.545Z] #42 342.9 + dpkg --print-architecture [2020-02-26T15:37:39.545Z] #42 342.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-02-26T15:37:39.672Z] INFO: Testing against a local daemon [2020-02-26T15:37:39.672Z] === RUN TestCommitInheritsEnv [2020-02-26T15:37:39.724Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:37:39.833Z] #42 343.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-02-26T15:37:39.833Z] #42 343.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-02-26T15:37:39.917Z] Removing intermediate container 5e004107cc7d [2020-02-26T15:37:39.917Z] ---> 2d9d784f66ad [2020-02-26T15:37:39.917Z] Step 6/6 : CMD ["sh"] [2020-02-26T15:37:39.917Z] ---> Running in cf320bc45b69 [2020-02-26T15:37:39.917Z] Removing intermediate container cf320bc45b69 [2020-02-26T15:37:39.917Z] ---> da34518f48b2 [2020-02-26T15:37:39.917Z] Successfully built da34518f48b2 [2020-02-26T15:37:39.917Z] Successfully tagged busybox:latest [2020-02-26T15:37:39.917Z] INFO: Docker images of the daemon under test [2020-02-26T15:37:39.917Z] [2020-02-26T15:37:39.917Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-02-26T15:37:39.917Z] busybox latest da34518f48b2 Less than a second ago 4.88GB [2020-02-26T15:37:39.917Z] microsoft/windowsservercore latest 81094f2483ae 9 days ago 4.84GB [2020-02-26T15:37:39.917Z] mcr.microsoft.com/windows/servercore ltsc2019 81094f2483ae 9 days ago 4.84GB [2020-02-26T15:37:39.917Z] [2020-02-26T15:37:39.917Z] INFO: Running integration tests at 02/26/2020 15:37:39... [2020-02-26T15:37:39.917Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-02-26T15:37:39.917Z] INFO: Integration API tests being run from the host: [2020-02-26T15:37:39.917Z] INFO: make.ps1 starting at 02/26/2020 15:37:39 [2020-02-26T15:37:40.238Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-02-26T15:37:40.238Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-26T15:37:40.238Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-02-26T15:37:40.238Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-26T15:37:40.238Z] === RUN TestImagesFilterMultiReference [2020-02-26T15:37:40.238Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-02-26T15:37:40.238Z] === RUN TestImagePullPlatformInvalid [2020-02-26T15:37:40.238Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-26T15:37:40.238Z] === RUN TestRemoveImageOrphaning [2020-02-26T15:37:40.655Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:37:40.805Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-02-26T15:37:40.805Z] === RUN TestRemoveImageGarbageCollector [2020-02-26T15:37:40.805Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-26T15:37:40.805Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:37:40.805Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-26T15:37:40.805Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-02-26T15:37:40.805Z] === RUN TestTagInvalidReference [2020-02-26T15:37:40.805Z] --- PASS: TestTagInvalidReference (0.03s) [2020-02-26T15:37:40.805Z] === RUN TestTagValidPrefixedRepo [2020-02-26T15:37:40.883Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-02-26T15:37:41.063Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-02-26T15:37:41.063Z] === RUN TestTagExistedNameWithoutForce [2020-02-26T15:37:41.063Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-26T15:37:41.063Z] === RUN TestTagOfficialNames [2020-02-26T15:37:41.063Z] --- PASS: TestTagOfficialNames (0.08s) [2020-02-26T15:37:41.063Z] === RUN TestTagMatchesDigest [2020-02-26T15:37:41.063Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-26T15:37:41.063Z] PASS [2020-02-26T15:37:41.063Z] [2020-02-26T15:37:41.063Z] === Skipped [2020-02-26T15:37:41.063Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-26T15:37:41.063Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-02-26T15:37:41.063Z] [2020-02-26T15:37:41.063Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-26T15:37:41.063Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:37:41.063Z] [2020-02-26T15:37:41.063Z] [2020-02-26T15:37:41.063Z] DONE 12 tests, 2 skipped in 2.045s [2020-02-26T15:37:41.063Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-02-26T15:37:41.063Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:37:41.063Z] ++ set -e [2020-02-26T15:37:41.063Z] ++ '[' -n 0 ']' [2020-02-26T15:37:41.063Z] ++ set -x [2020-02-26T15:37:41.063Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:37:41.220Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-02-26T15:37:41.322Z] INFO: Testing against a local daemon [2020-02-26T15:37:41.322Z] === RUN TestNetworkCreateDelete [2020-02-26T15:37:41.477Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-02-26T15:37:41.580Z] --- PASS: TestNetworkCreateDelete (0.38s) [2020-02-26T15:37:41.580Z] === RUN TestDockerNetworkDeletePreferID [2020-02-26T15:37:42.956Z] --- PASS: TestDockerNetworkDeletePreferID (1.10s) [2020-02-26T15:37:42.956Z] === RUN TestInspectNetwork [2020-02-26T15:37:43.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.44s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.04s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.62s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.45s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.75s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.51s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.83s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s) [2020-02-26T15:37:43.370Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2020-02-26T15:37:43.370Z] === RUN TestCgroupNamespacesRun [2020-02-26T15:37:44.737Z] --- PASS: TestCgroupNamespacesRun (1.67s) [2020-02-26T15:37:44.737Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-26T15:37:46.107Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-02-26T15:37:46.670Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2020-02-26T15:37:46.670Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-26T15:37:47.601Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-02-26T15:37:48.164Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-02-26T15:37:48.223Z] === RUN TestInspectNetwork/full_network_id [2020-02-26T15:37:48.223Z] === RUN TestInspectNetwork/partial_network_id [2020-02-26T15:37:48.223Z] === RUN TestInspectNetwork/network_name [2020-02-26T15:37:48.223Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-26T15:37:48.421Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.97s) [2020-02-26T15:37:48.421Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-26T15:37:48.985Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-02-26T15:37:49.169Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-02-26T15:37:49.426Z] tests/integration/api_client_test.py ..... [ 7%] [2020-02-26T15:37:50.202Z] #42 ... [2020-02-26T15:37:50.202Z] [2020-02-26T15:37:50.202Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-02-26T15:37:50.202Z] #45 255.9 CC criu/rst-malloc.o [2020-02-26T15:37:50.202Z] #45 256.5 CC criu/seccomp.o [2020-02-26T15:37:50.202Z] #45 257.7 CC criu/seize.o [2020-02-26T15:37:50.202Z] #45 259.3 CC criu/servicefd.o [2020-02-26T15:37:50.202Z] #45 260.2 CC criu/shmem.o [2020-02-26T15:37:50.202Z] #45 261.8 CC criu/sigframe.o [2020-02-26T15:37:50.203Z] #45 262.2 CC criu/signalfd.o [2020-02-26T15:37:50.203Z] #45 262.7 CC criu/sk-inet.o [2020-02-26T15:37:50.203Z] #45 264.5 CC criu/sk-netlink.o [2020-02-26T15:37:50.203Z] #45 265.3 CC criu/sk-packet.o [2020-02-26T15:37:50.203Z] #45 266.4 CC criu/sk-queue.o [2020-02-26T15:37:50.355Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2020-02-26T15:37:50.355Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-26T15:37:50.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-26T15:37:51.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-26T15:37:51.243Z] #45 267.4 CC criu/sk-tcp.o [2020-02-26T15:37:51.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-02-26T15:37:51.286Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-02-26T15:37:51.357Z] tests/integration/api_config_test.py ..... [ 8%] [2020-02-26T15:37:51.874Z] #45 268.2 CC criu/sk-unix.o [2020-02-26T15:37:52.217Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.94s) [2020-02-26T15:37:52.217Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-26T15:37:52.406Z] --- PASS: TestInspectNetwork (9.48s) [2020-02-26T15:37:52.406Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-26T15:37:52.406Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-26T15:37:52.407Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-26T15:37:52.407Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-26T15:37:52.407Z] === RUN TestRunContainerWithBridgeNone [2020-02-26T15:37:52.474Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-02-26T15:37:52.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-26T15:37:53.038Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2020-02-26T15:37:53.038Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-26T15:37:53.969Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2020-02-26T15:37:53.969Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-26T15:37:54.937Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2020-02-26T15:37:54.937Z] === RUN TestNetworkInvalidJSON [2020-02-26T15:37:54.937Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-26T15:37:54.937Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-26T15:37:54.937Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:37:54.937Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:37:54.937Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:37:54.937Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:37:54.937Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-26T15:37:54.937Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:37:54.937Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:37:54.937Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-02-26T15:37:54.937Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-26T15:37:54.937Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-26T15:37:54.937Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-26T15:37:54.937Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-26T15:37:55.431Z] #45 271.7 CC criu/sockets.o [2020-02-26T15:37:56.312Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s) [2020-02-26T15:37:56.312Z] === RUN TestDaemonDefaultNetworkPools [2020-02-26T15:37:56.490Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.32s) [2020-02-26T15:37:56.490Z] === RUN TestKernelTCPMemory [2020-02-26T15:37:56.490Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-02-26T15:37:57.001Z] #45 273.3 CC criu/stats.o [2020-02-26T15:37:57.420Z] --- PASS: TestKernelTCPMemory (0.98s) [2020-02-26T15:37:57.420Z] === RUN TestNISDomainname [2020-02-26T15:37:57.669Z] #45 274.0 CC criu/string.o [2020-02-26T15:37:57.688Z] --- PASS: TestDaemonDefaultNetworkPools (1.19s) [2020-02-26T15:37:57.688Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-26T15:37:57.975Z] #45 274.2 CC criu/sysctl.o [2020-02-26T15:37:58.352Z] --- PASS: TestNISDomainname (1.12s) [2020-02-26T15:37:58.352Z] === RUN TestHostnameDnsResolution [2020-02-26T15:37:59.045Z] #45 275.4 CC criu/sysfs_parse.o [2020-02-26T15:37:59.591Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.89s) [2020-02-26T15:37:59.591Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-26T15:37:59.816Z] #45 276.0 CC criu/timerfd.o [2020-02-26T15:38:00.321Z] --- PASS: TestHostnameDnsResolution (1.56s) [2020-02-26T15:38:00.321Z] === RUN TestStats [2020-02-26T15:38:00.450Z] #45 276.7 CC criu/tty.o [2020-02-26T15:38:02.013Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:38:02.013Z] INFO: Testing against a local daemon [2020-02-26T15:38:02.125Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.32s) [2020-02-26T15:38:02.125Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-26T15:38:02.215Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-02-26T15:38:02.215Z] --- PASS: TestStats (2.34s) [2020-02-26T15:38:02.215Z] === RUN TestStopContainerWithTimeout [2020-02-26T15:38:02.215Z] === RUN TestStopContainerWithTimeout/0 [2020-02-26T15:38:02.215Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-26T15:38:02.215Z] === RUN TestStopContainerWithTimeout/1 [2020-02-26T15:38:02.215Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-26T15:38:02.215Z] === RUN TestStopContainerWithTimeout/3 [2020-02-26T15:38:02.215Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-26T15:38:02.215Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-26T15:38:02.215Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-26T15:38:02.215Z] === CONT TestStopContainerWithTimeout/0 [2020-02-26T15:38:02.215Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-26T15:38:02.692Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2020-02-26T15:38:02.692Z] === RUN TestServiceWithPredefinedNetwork [2020-02-26T15:38:03.585Z] === CONT TestStopContainerWithTimeout/3 [2020-02-26T15:38:03.975Z] #45 280.2 CC criu/tun.o [2020-02-26T15:38:05.002Z] #45 281.2 CC criu/uffd.o [2020-02-26T15:38:05.480Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-02-26T15:38:05.977Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-02-26T15:38:05.977Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-26T15:38:05.977Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:38:05.977Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:38:05.977Z] === RUN TestServiceWithDataPathPortInit [2020-02-26T15:38:06.044Z] === CONT TestStopContainerWithTimeout/1 [2020-02-26T15:38:06.973Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-02-26T15:38:07.753Z] #45 283.6 CC criu/util.o [2020-02-26T15:38:07.902Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-02-26T15:38:07.902Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2020-02-26T15:38:07.902Z] --- PASS: TestStopContainerWithTimeout/-1 (3.59s) [2020-02-26T15:38:07.902Z] --- PASS: TestStopContainerWithTimeout/3 (2.86s) [2020-02-26T15:38:07.902Z] --- PASS: TestStopContainerWithTimeout/1 (1.89s) [2020-02-26T15:38:07.902Z] === RUN TestDeleteDevicemapper [2020-02-26T15:38:07.902Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-26T15:38:07.902Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:38:07.902Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-26T15:38:09.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-26T15:38:09.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-26T15:38:09.796Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-02-26T15:38:09.796Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-02-26T15:38:09.871Z] #45 286.3 CC criu/uts_ns.o [2020-02-26T15:38:10.526Z] #45 286.7 CC criu/vdso.o [2020-02-26T15:38:11.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-26T15:38:11.694Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.64s) [2020-02-26T15:38:11.694Z] === RUN TestUpdateMemory [2020-02-26T15:38:11.694Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-26T15:38:11.694Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:38:11.694Z] === RUN TestUpdateCPUQuota [2020-02-26T15:38:11.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-26T15:38:12.058Z] #45 288.0 LINK criu/built-in.o [2020-02-26T15:38:12.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-26T15:38:12.349Z] #45 288.5 LINK criu/criu [2020-02-26T15:38:13.062Z] --- PASS: TestUpdateCPUQuota (1.53s) [2020-02-26T15:38:13.062Z] === RUN TestUpdatePidsLimit [2020-02-26T15:38:13.062Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-26T15:38:13.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-02-26T15:38:13.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-02-26T15:38:13.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-02-26T15:38:13.062Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-02-26T15:38:13.319Z] === RUN TestUpdatePidsLimit/no_change [2020-02-26T15:38:13.377Z] #45 289.4 DEP lib/c/criu.d [2020-02-26T15:38:13.377Z] #45 289.6 CC images/rpc.pb-c.o [2020-02-26T15:38:13.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-26T15:38:13.882Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-26T15:38:14.139Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-26T15:38:14.702Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-26T15:38:14.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-26T15:38:14.885Z] #45 290.9 CC lib/c/criu.o [2020-02-26T15:38:14.959Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-26T15:38:15.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-26T15:38:15.522Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-26T15:38:16.454Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-02-26T15:38:16.712Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-02-26T15:38:16.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-02-26T15:38:16.810Z] ok github.com/docker/docker/integration/build 14.933s [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === Skipped [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-02-26T15:38:16.810Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-02-26T15:38:16.810Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-02-26T15:38:16.810Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:491: testEnv.OSType == "windows" [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-02-26T15:38:16.810Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] DONE 22 tests, 10 skipped in 35.767s [2020-02-26T15:38:16.810Z] [2020-02-26T15:38:16.810Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit (3.91s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/no_change (0.51s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-02-26T15:38:16.969Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2020-02-26T15:38:16.969Z] === RUN TestUpdateRestartPolicy [2020-02-26T15:38:16.979Z] #45 293.1 LINK lib/c/built-in.o [2020-02-26T15:38:16.979Z] #45 293.1 LINK lib/c/libcriu.so [2020-02-26T15:38:16.979Z] #45 293.2 LINK lib/c/libcriu.a [2020-02-26T15:38:17.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-26T15:38:17.281Z] #45 293.6 GEN magic.py [2020-02-26T15:38:17.602Z] #45 293.8 Note: Building without setproctitle() and strlcpy() support. [2020-02-26T15:38:17.602Z] #45 293.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-02-26T15:38:17.602Z] #45 293.9 Note: Building without GnuTLS support [2020-02-26T15:38:18.667Z] #45 295.0 fatal: not a git repository (or any of the parent directories): .git [2020-02-26T15:38:18.866Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-02-26T15:38:18.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:38:18.987Z] INFO: Testing against a local daemon [2020-02-26T15:38:18.987Z] ok github.com/docker/docker/integration/config 0.171s [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === Skipped [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-02-26T15:38:18.987Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] DONE 8 tests, 8 skipped in 2.322s [2020-02-26T15:38:18.987Z] [2020-02-26T15:38:18.987Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-02-26T15:38:19.062Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-26T15:38:19.748Z] #45 296.1 make[1]: Nothing to be done for 'all'. [2020-02-26T15:38:19.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-26T15:38:21.313Z] #45 297.5 make[1]: 'images/built-in.o' is up to date. [2020-02-26T15:38:21.314Z] #45 297.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-02-26T15:38:21.314Z] #45 297.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-02-26T15:38:21.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-02-26T15:38:21.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-02-26T15:38:21.619Z] #45 297.7 make[1]: 'compel/libcompel.a' is up to date. [2020-02-26T15:38:21.619Z] #45 297.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-02-26T15:38:21.619Z] #45 298.0 make[1]: Nothing to be done for 'all'. [2020-02-26T15:38:21.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-26T15:38:21.885Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:38:21.885Z] INFO: Testing against a local daemon [2020-02-26T15:38:21.927Z] #45 298.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-02-26T15:38:22.225Z] #45 298.5 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:22.225Z] #45 298.6 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:22.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-26T15:38:22.527Z] #45 298.7 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:22.527Z] #45 299.0 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:22.833Z] #45 299.1 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:22.833Z] #45 299.2 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:23.135Z] #45 299.3 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:23.135Z] #45 299.5 make[2]: Nothing to be done for 'all'. [2020-02-26T15:38:23.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-26T15:38:23.445Z] #45 299.6 INSTALL criu/criu [2020-02-26T15:38:23.445Z] #45 DONE 299.7s [2020-02-26T15:38:23.445Z] [2020-02-26T15:38:23.445Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:38:24.405Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:38:24.405Z] Using test binary docker [2020-02-26T15:38:24.405Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-26T15:38:24.405Z] +++ /etc/init.d/apparmor start [2020-02-26T15:38:24.405Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:38:24.405Z] INFO: Waiting for daemon to start... [2020-02-26T15:38:24.405Z] Starting dockerd [2020-02-26T15:38:24.405Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-02-26T15:38:24.666Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-02-26T15:38:25.467Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-02-26T15:38:26.287Z] #58 ... [2020-02-26T15:38:26.287Z] [2020-02-26T15:38:26.287Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-02-26T15:38:26.287Z] #42 DONE 389.9s [2020-02-26T15:38:26.603Z] [2020-02-26T15:38:26.603Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:38:26.759Z] . [2020-02-26T15:38:26.759Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:38:26.759Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:38:26.759Z] Error: No such image: emptyfs [2020-02-26T15:38:26.759Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:38:26.759Z] ++++ docker load [2020-02-26T15:38:26.759Z] Running integration-test (iteration 1) [2020-02-26T15:38:26.759Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-02-26T15:38:26.759Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:26.759Z] ++ set -e [2020-02-26T15:38:26.759Z] ++ '[' -n 0 ']' [2020-02-26T15:38:26.759Z] ++ set -x [2020-02-26T15:38:26.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-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:26.915Z] #54 ... [2020-02-26T15:38:26.915Z] [2020-02-26T15:38:26.915Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-02-26T15:38:26.915Z] #58 232.9 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-02-26T15:38:27.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-02-26T15:38:27.760Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-02-26T15:38:27.900Z] --- PASS: TestServiceWithDataPathPortInit (18.33s) [2020-02-26T15:38:27.900Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-26T15:38:28.016Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-02-26T15:38:29.913Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-02-26T15:38:29.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-02-26T15:38:30.170Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-02-26T15:38:30.601Z] #58 235.9 + mkdir -p /build [2020-02-26T15:38:30.601Z] #58 235.9 + cp runc /build/runc [2020-02-26T15:38:30.601Z] #58 DONE 236.0s [2020-02-26T15:38:30.601Z] [2020-02-26T15:38:30.601Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:38:30.734Z] --- PASS: TestUpdateRestartPolicy (13.89s) [2020-02-26T15:38:30.734Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-26T15:38:30.992Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-02-26T15:38:31.923Z] --- PASS: TestUpdateRestartWithAutoRemove (1.01s) [2020-02-26T15:38:31.923Z] === RUN TestWaitNonBlocked [2020-02-26T15:38:31.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:38:31.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:38:31.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:38:31.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:38:31.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:38:31.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:38:33.293Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-02-26T15:38:33.293Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s) [2020-02-26T15:38:33.293Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s) [2020-02-26T15:38:33.293Z] === RUN TestWaitBlocked [2020-02-26T15:38:33.293Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:38:33.293Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:38:33.293Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:38:33.293Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:38:33.293Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:38:33.293Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:38:34.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-02-26T15:38:34.225Z] --- PASS: TestWaitBlocked (0.02s) [2020-02-26T15:38:34.225Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2020-02-26T15:38:34.225Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2020-02-26T15:38:34.225Z] === CONT TestContainerStartOnDaemonRestart [2020-02-26T15:38:34.225Z] === CONT TestIpcModeOlderClient [2020-02-26T15:38:34.259Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:38:34.459Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.04s) [2020-02-26T15:38:34.459Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:md4onjwz0l31lgmcvfrkvyymh Created:2020-02-26 15:38:25.920275156 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[988b794ffa85192e8137ce13ee22f2d0e65eda0ff755c1fb35482e567ca36e9f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pyeoa2wkhk9y28auba08nxhha EndpointID:2ab3280801e9c6b0c8b30e311a15eae12d435b04a288811389f4a3fe81577870 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0cf8428cf23fb94c1c538f486bf7739299a911906e039f34a32fc36a63420625 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:77e016e0dbbb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pyeoa2wkhk9y28auba08nxhha EndpointID:2ab3280801e9c6b0c8b30e311a15eae12d435b04a288811389f4a3fe81577870 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-26T15:38:34.459Z] PASS [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] === Skipped [2020-02-26T15:38:34.459Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:38:34.459Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] DONE 21 tests, 1 skipped in 52.185s [2020-02-26T15:38:34.459Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] ++ set -e [2020-02-26T15:38:34.459Z] ++ '[' -n 0 ']' [2020-02-26T15:38:34.459Z] ++ set -x [2020-02-26T15:38:34.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] INFO: Testing against a local daemon [2020-02-26T15:38:34.459Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-26T15:38:34.459Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:38:34.459Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:38:34.459Z] === RUN TestDockerNetworkIpvlan [2020-02-26T15:38:34.459Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:38:34.459Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:38:34.459Z] PASS [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] === Skipped [2020-02-26T15:38:34.459Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:38:34.459Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:38:34.459Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] [2020-02-26T15:38:34.459Z] DONE 2 tests, 2 skipped in 0.158s [2020-02-26T15:38:34.459Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] ++ set -e [2020-02-26T15:38:34.459Z] ++ '[' -n 0 ']' [2020-02-26T15:38:34.459Z] ++ set -x [2020-02-26T15:38:34.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:34.459Z] INFO: Testing against a local daemon [2020-02-26T15:38:34.459Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-26T15:38:34.483Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-02-26T15:38:34.483Z] === CONT TestDaemonHostGatewayIP [2020-02-26T15:38:34.624Z] Loaded image: busybox:latest [2020-02-26T15:38:34.624Z] Loaded image: busybox:glibc [2020-02-26T15:38:34.624Z] Loaded image: debian:jessie [2020-02-26T15:38:34.624Z] Loaded image: hello-world:latest [2020-02-26T15:38:34.979Z] INFO: Testing against a local daemon [2020-02-26T15:38:34.979Z] === RUN TestCgroupNamespacesBuild [2020-02-26T15:38:35.834Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.14s) [2020-02-26T15:38:35.834Z] === RUN TestDockerNetworkMacvlan [2020-02-26T15:38:36.700Z] --- PASS: TestCgroupNamespacesBuild (1.66s) [2020-02-26T15:38:36.700Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-26T15:38:37.209Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-26T15:38:37.758Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-02-26T15:38:37.948Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2020-02-26T15:38:37.948Z] === RUN TestBuildWithSession [2020-02-26T15:38:37.948Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-26T15:38:37.948Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:38:37.948Z] === RUN TestBuildSquashParent [2020-02-26T15:38:38.015Z] --- PASS: TestContainerStartOnDaemonRestart (3.83s) [2020-02-26T15:38:38.015Z] === CONT TestDaemonRestartIpcMode [2020-02-26T15:38:38.144Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-26T15:38:38.948Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-02-26T15:38:39.206Z] --- PASS: TestDaemonHostGatewayIP (4.75s) [2020-02-26T15:38:39.463Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-02-26T15:38:39.521Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-26T15:38:40.395Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-02-26T15:38:41.766Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-02-26T15:38:42.023Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2020-02-26T15:38:42.023Z] PASS [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === Skipped [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-02-26T15:38:42.280Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-02-26T15:38:42.280Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-26T15:38:42.280Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:38:42.280Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-02-26T15:38:42.280Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-02-26T15:38:42.280Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] [2020-02-26T15:38:42.280Z] DONE 199 tests, 6 skipped in 152.934s [2020-02-26T15:38:42.280Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-02-26T15:38:42.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:42.280Z] ++ set -e [2020-02-26T15:38:42.280Z] ++ '[' -n 0 ']' [2020-02-26T15:38:42.280Z] ++ set -x [2020-02-26T15:38:42.280Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:42.280Z] INFO: Testing against a local daemon [2020-02-26T15:38:42.280Z] === RUN TestCommitInheritsEnv [2020-02-26T15:38:42.804Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-26T15:38:42.846Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-02-26T15:38:42.846Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-26T15:38:42.846Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-26T15:38:42.846Z] === RUN TestImagesFilterMultiReference [2020-02-26T15:38:42.846Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-02-26T15:38:42.846Z] === RUN TestImagePullPlatformInvalid [2020-02-26T15:38:43.103Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-02-26T15:38:43.103Z] === RUN TestRemoveImageOrphaning [2020-02-26T15:38:43.362Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-02-26T15:38:43.618Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2020-02-26T15:38:43.618Z] === RUN TestRemoveImageGarbageCollector [2020-02-26T15:38:44.063Z] --- PASS: TestBuildSquashParent (5.47s) [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:38:44.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:38:44.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:38:44.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:38:44.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:38:46.013Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:38:46.013Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:38:46.140Z] --- PASS: TestRemoveImageGarbageCollector (2.32s) [2020-02-26T15:38:46.140Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-26T15:38:46.140Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-02-26T15:38:46.140Z] === RUN TestTagInvalidReference [2020-02-26T15:38:46.140Z] --- PASS: TestTagInvalidReference (0.02s) [2020-02-26T15:38:46.140Z] === RUN TestTagValidPrefixedRepo [2020-02-26T15:38:46.140Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-02-26T15:38:46.140Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-02-26T15:38:46.140Z] === RUN TestTagExistedNameWithoutForce [2020-02-26T15:38:46.140Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-02-26T15:38:46.140Z] === RUN TestTagOfficialNames [2020-02-26T15:38:46.140Z] --- PASS: TestTagOfficialNames (0.07s) [2020-02-26T15:38:46.140Z] === RUN TestTagMatchesDigest [2020-02-26T15:38:46.140Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-26T15:38:46.140Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-26T15:38:46.989Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-26T15:38:48.663Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-02-26T15:38:49.110Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:38:49.110Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:38:49.595Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-02-26T15:38:51.489Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.41s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.50s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.69s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.68s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.62s) [2020-02-26T15:38:51.534Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.76s) [2020-02-26T15:38:51.534Z] === RUN TestBuildMultiStageCopy [2020-02-26T15:38:51.534Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-26T15:38:52.052Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-02-26T15:38:52.616Z] === RUN TestDockerSuite/TestBuildCmd [2020-02-26T15:38:53.181Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-02-26T15:38:53.450Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-02-26T15:38:53.551Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-26T15:38:53.706Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-02-26T15:38:53.877Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-26T15:38:54.221Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-26T15:38:54.269Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-02-26T15:38:54.269Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan (19.01s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.94s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.68s) [2020-02-26T15:38:54.927Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) [2020-02-26T15:38:54.927Z] PASS [2020-02-26T15:38:54.927Z] [2020-02-26T15:38:54.927Z] DONE 8 tests in 21.372s [2020-02-26T15:38:54.927Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-26T15:38:54.927Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:54.927Z] ++ set -e [2020-02-26T15:38:54.927Z] ++ '[' -n 0 ']' [2020-02-26T15:38:54.927Z] ++ set -x [2020-02-26T15:38:54.927Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:54.927Z] testing: warning: no tests to run [2020-02-26T15:38:54.927Z] PASS [2020-02-26T15:38:54.927Z] [2020-02-26T15:38:54.927Z] DONE 0 tests in 0.028s [2020-02-26T15:38:54.927Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-26T15:38:54.927Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:54.927Z] ++ set -e [2020-02-26T15:38:54.927Z] ++ '[' -n 0 ']' [2020-02-26T15:38:54.927Z] ++ set -x [2020-02-26T15:38:54.927Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:38:54.974Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-26T15:38:55.185Z] INFO: Testing against a local daemon [2020-02-26T15:38:55.185Z] === RUN TestAuthZPluginAllowRequest [2020-02-26T15:38:55.318Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-26T15:38:55.637Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-02-26T15:38:55.670Z] --- PASS: TestBuildMultiStageCopy (4.37s) [2020-02-26T15:38:55.671Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.46s) [2020-02-26T15:38:55.671Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2020-02-26T15:38:55.671Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2020-02-26T15:38:55.671Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s) [2020-02-26T15:38:55.671Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2020-02-26T15:38:55.671Z] === RUN TestBuildMultiStageParentConfig [2020-02-26T15:38:56.201Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-02-26T15:38:56.995Z] --- PASS: TestBuildMultiStageParentConfig (1.28s) [2020-02-26T15:38:56.995Z] === RUN TestBuildLabelWithTargets [2020-02-26T15:38:57.086Z] --- PASS: TestAuthZPluginAllowRequest (1.77s) [2020-02-26T15:38:57.086Z] === RUN TestAuthZPluginTLS [2020-02-26T15:38:57.653Z] --- PASS: TestAuthZPluginTLS (0.66s) [2020-02-26T15:38:57.653Z] === RUN TestAuthZPluginDenyRequest [2020-02-26T15:38:58.220Z] --- PASS: TestAuthZPluginDenyRequest (0.62s) [2020-02-26T15:38:58.220Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-26T15:38:58.788Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-02-26T15:38:58.788Z] === RUN TestAuthZPluginDenyResponse [2020-02-26T15:38:59.338Z] --- PASS: TestBuildLabelWithTargets (2.10s) [2020-02-26T15:38:59.338Z] === RUN TestBuildWithEmptyLayers [2020-02-26T15:38:59.476Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-02-26T15:38:59.722Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-02-26T15:38:59.722Z] === RUN TestAuthZPluginAllowEventStream [2020-02-26T15:39:00.105Z] --- PASS: TestBuildWithEmptyLayers (0.89s) [2020-02-26T15:39:00.105Z] === RUN TestBuildMultiStageOnBuild [2020-02-26T15:39:01.623Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2020-02-26T15:39:01.623Z] === RUN TestAuthZPluginErrorResponse [2020-02-26T15:39:01.881Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-02-26T15:39:01.881Z] === RUN TestAuthZPluginErrorRequest [2020-02-26T15:39:02.622Z] --- PASS: TestBuildMultiStageOnBuild (2.60s) [2020-02-26T15:39:02.622Z] === RUN TestBuildUncleanTarFilenames [2020-02-26T15:39:02.817Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2020-02-26T15:39:02.817Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-26T15:39:03.384Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2020-02-26T15:39:03.384Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-26T15:39:03.649Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-02-26T15:39:03.831Z] --- PASS: TestBuildUncleanTarFilenames (1.08s) [2020-02-26T15:39:03.831Z] === RUN TestBuildMultiStageLayerLeak [2020-02-26T15:39:04.212Z] === RUN TestDockerSuite/TestBuildContChar [2020-02-26T15:39:05.143Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-02-26T15:39:05.914Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.31s) [2020-02-26T15:39:05.914Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-26T15:39:06.227Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-02-26T15:39:06.237Z] --- PASS: TestBuildMultiStageLayerLeak (2.62s) [2020-02-26T15:39:06.237Z] === RUN TestBuildWithHugeFile [2020-02-26T15:39:06.790Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-02-26T15:39:07.354Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-02-26T15:39:07.815Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.32s) [2020-02-26T15:39:07.816Z] === RUN TestAuthZPluginHeader [2020-02-26T15:39:08.285Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-02-26T15:39:09.193Z] --- PASS: TestAuthZPluginHeader (1.00s) [2020-02-26T15:39:09.193Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-26T15:39:09.193Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T15:39:09.193Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:09.193Z] === RUN TestAuthZPluginV2Disable [2020-02-26T15:39:09.193Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-26T15:39:09.193Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:09.193Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-26T15:39:09.193Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T15:39:09.193Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:09.193Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-26T15:39:09.193Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T15:39:09.193Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:09.193Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-26T15:39:09.654Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-02-26T15:39:10.218Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-02-26T15:39:10.475Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-02-26T15:39:11.406Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-02-26T15:39:11.662Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-02-26T15:39:12.593Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-02-26T15:39:13.523Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-02-26T15:39:14.089Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-02-26T15:39:14.653Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-02-26T15:39:17.921Z] #54 ... [2020-02-26T15:39:17.921Z] [2020-02-26T15:39:17.921Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:17.921Z] #63 380.2 + bin/containerd [2020-02-26T15:39:17.921Z] #63 ... [2020-02-26T15:39:17.921Z] [2020-02-26T15:39:17.921Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:17.921Z] #54 DONE 440.1s [2020-02-26T15:39:17.921Z] [2020-02-26T15:39:17.921Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:18.827Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-02-26T15:39:18.827Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-02-26T15:39:22.103Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-02-26T15:39:22.313Z] ok github.com/docker/docker/integration/container 60.668s [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === Skipped [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-02-26T15:39:22.313Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2020-02-26T15:39:22.313Z] copy_test.go:25: testEnv.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-02-26T15:39:22.313Z] copy_test.go:39: testEnv.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-02-26T15:39:22.313Z] copy_test.go:51: testEnv.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-02-26T15:39:22.313Z] copy_test.go:65: testEnv.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-02-26T15:39:22.313Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-02-26T15:39:22.313Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-02-26T15:39:22.313Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-02-26T15:39:22.313Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-02-26T15:39:22.313Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-02-26T15:39:22.313Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-02-26T15:39:22.313Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-02-26T15:39:22.313Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-02-26T15:39:22.313Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-02-26T15:39:22.313Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-02-26T15:39:22.313Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-02-26T15:39:22.313Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-02-26T15:39:22.313Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-02-26T15:39:22.313Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-02-26T15:39:22.313Z] [2020-02-26T15:39:22.313Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-02-26T15:39:22.314Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-02-26T15:39:22.314Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-02-26T15:39:22.314Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-02-26T15:39:22.314Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-02-26T15:39:22.314Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-02-26T15:39:22.314Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-02-26T15:39:22.314Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-02-26T15:39:22.314Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-02-26T15:39:22.314Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-02-26T15:39:22.314Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-02-26T15:39:22.314Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-02-26T15:39:22.314Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-02-26T15:39:22.314Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-02-26T15:39:22.314Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-02-26T15:39:22.314Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-02-26T15:39:22.314Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-02-26T15:39:22.314Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] DONE 80 tests, 41 skipped in 63.371s [2020-02-26T15:39:22.314Z] [2020-02-26T15:39:22.314Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-02-26T15:39:24.012Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-02-26T15:39:24.489Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:24.489Z] INFO: Testing against a local daemon [2020-02-26T15:39:24.947Z] ok github.com/docker/docker/integration/image 0.455s [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] === Skipped [2020-02-26T15:39:24.947Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-02-26T15:39:24.947Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-02-26T15:39:24.947Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-02-26T15:39:24.947Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-02-26T15:39:24.947Z] tag_test.go:98: testEnv.OSType == "windows" [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] DONE 11 tests, 4 skipped in 2.502s [2020-02-26T15:39:24.947Z] [2020-02-26T15:39:24.947Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-02-26T15:39:26.410Z] #63 ... [2020-02-26T15:39:26.410Z] [2020-02-26T15:39:26.410Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:26.410Z] #24 448.8 + return [2020-02-26T15:39:26.410Z] #24 DONE 448.9s [2020-02-26T15:39:26.410Z] [2020-02-26T15:39:26.410Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:26.466Z] ................................................ [ 29%] [2020-02-26T15:39:27.269Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.08s) [2020-02-26T15:39:27.269Z] PASS [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] === Skipped [2020-02-26T15:39:27.269Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T15:39:27.269Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-26T15:39:27.269Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T15:39:27.269Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T15:39:27.269Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] [2020-02-26T15:39:27.269Z] DONE 17 tests, 4 skipped in 31.979s [2020-02-26T15:39:27.270Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] ++ set -e [2020-02-26T15:39:27.270Z] ++ '[' -n 0 ']' [2020-02-26T15:39:27.270Z] ++ set -x [2020-02-26T15:39:27.270Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] INFO: Testing against a local daemon [2020-02-26T15:39:27.270Z] === RUN TestPluginInvalidJSON [2020-02-26T15:39:27.270Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:39:27.270Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:39:27.270Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:39:27.270Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-02-26T15:39:27.270Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-26T15:39:27.270Z] PASS [2020-02-26T15:39:27.270Z] [2020-02-26T15:39:27.270Z] DONE 2 tests in 0.168s [2020-02-26T15:39:27.270Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] ++ set -e [2020-02-26T15:39:27.270Z] ++ '[' -n 0 ']' [2020-02-26T15:39:27.270Z] ++ set -x [2020-02-26T15:39:27.270Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:27.270Z] INFO: Testing against a local daemon [2020-02-26T15:39:27.270Z] === RUN TestExternalGraphDriver [2020-02-26T15:39:27.286Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-02-26T15:39:27.528Z] === RUN TestExternalGraphDriver/json [2020-02-26T15:39:27.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:27.851Z] INFO: Testing against a local daemon [2020-02-26T15:39:27.851Z] ok github.com/docker/docker/integration/network 0.223s [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === Skipped [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-02-26T15:39:27.851Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-02-26T15:39:27.851Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-02-26T15:39:27.851Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-02-26T15:39:27.851Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:29: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:51: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:94: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:127: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:177: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:201: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:319: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-02-26T15:39:27.851Z] service_test.go:386: testEnv.OSType == "windows" [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] DONE 17 tests, 13 skipped in 2.464s [2020-02-26T15:39:27.851Z] [2020-02-26T15:39:27.851Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-02-26T15:39:27.924Z] #63 ... [2020-02-26T15:39:27.924Z] [2020-02-26T15:39:27.924Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-02-26T15:39:28.217Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-02-26T15:39:28.218Z] #25 DONE 0.1s [2020-02-26T15:39:28.218Z] [2020-02-26T15:39:28.218Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:28.218Z] #63 ... [2020-02-26T15:39:28.218Z] [2020-02-26T15:39:28.218Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:39:28.312Z] testing: warning: no tests to run [2020-02-26T15:39:28.312Z] ok github.com/docker/docker/integration/network/ipvlan 0.084s [2020-02-26T15:39:28.312Z] [2020-02-26T15:39:28.312Z] DONE 0 tests in 0.794s [2020-02-26T15:39:28.312Z] [2020-02-26T15:39:28.312Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-02-26T15:39:28.781Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-02-26T15:39:28.853Z] #29 DONE 0.6s [2020-02-26T15:39:28.853Z] [2020-02-26T15:39:28.853Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:28.853Z] #63 ... [2020-02-26T15:39:28.853Z] [2020-02-26T15:39:28.853Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-02-26T15:39:28.853Z] #32 DONE 0.1s [2020-02-26T15:39:28.853Z] [2020-02-26T15:39:28.853Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-02-26T15:39:29.039Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-02-26T15:39:29.143Z] #35 DONE 0.1s [2020-02-26T15:39:29.143Z] [2020-02-26T15:39:29.143Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-02-26T15:39:29.143Z] #40 DONE 0.1s [2020-02-26T15:39:29.143Z] [2020-02-26T15:39:29.143Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-02-26T15:39:29.143Z] #43 DONE 0.1s [2020-02-26T15:39:29.143Z] [2020-02-26T15:39:29.143Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-02-26T15:39:29.143Z] #46 DONE 0.1s [2020-02-26T15:39:29.143Z] [2020-02-26T15:39:29.143Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:29.278Z] testing: warning: no tests to run [2020-02-26T15:39:29.278Z] ok github.com/docker/docker/integration/network/macvlan 0.075s [2020-02-26T15:39:29.278Z] [2020-02-26T15:39:29.278Z] DONE 0 tests in 0.771s [2020-02-26T15:39:29.278Z] [2020-02-26T15:39:29.278Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-02-26T15:39:29.436Z] #63 ... [2020-02-26T15:39:29.436Z] [2020-02-26T15:39:29.436Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-02-26T15:39:29.436Z] #49 DONE 0.1s [2020-02-26T15:39:29.436Z] [2020-02-26T15:39:29.436Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-02-26T15:39:29.436Z] #52 DONE 0.1s [2020-02-26T15:39:29.436Z] [2020-02-26T15:39:29.436Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-02-26T15:39:29.436Z] #55 DONE 0.1s [2020-02-26T15:39:29.436Z] [2020-02-26T15:39:29.436Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:29.436Z] #63 ... [2020-02-26T15:39:29.436Z] [2020-02-26T15:39:29.436Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-02-26T15:39:29.436Z] #59 DONE 0.1s [2020-02-26T15:39:29.730Z] [2020-02-26T15:39:29.730Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-02-26T15:39:29.971Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-02-26T15:39:30.059Z] === RUN TestExternalGraphDriver/spec [2020-02-26T15:39:30.245Z] testing: warning: no tests to run [2020-02-26T15:39:30.245Z] ok github.com/docker/docker/integration/plugin 0.076s [2020-02-26T15:39:30.245Z] [2020-02-26T15:39:30.245Z] DONE 0 tests in 0.826s [2020-02-26T15:39:30.245Z] [2020-02-26T15:39:30.245Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-02-26T15:39:31.211Z] testing: warning: no tests to run [2020-02-26T15:39:31.211Z] ok github.com/docker/docker/integration/plugin/authz 0.072s [2020-02-26T15:39:31.211Z] [2020-02-26T15:39:31.211Z] DONE 0 tests in 0.782s [2020-02-26T15:39:31.211Z] [2020-02-26T15:39:31.211Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-02-26T15:39:32.590Z] === RUN TestExternalGraphDriver/pull [2020-02-26T15:39:33.245Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-02-26T15:39:33.383Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:33.383Z] INFO: Testing against a local daemon [2020-02-26T15:39:33.383Z] ok github.com/docker/docker/integration/plugin/common 0.205s [2020-02-26T15:39:33.383Z] [2020-02-26T15:39:33.383Z] DONE 2 tests in 2.124s [2020-02-26T15:39:33.383Z] [2020-02-26T15:39:33.383Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-02-26T15:39:34.661Z] --- PASS: TestBuildWithHugeFile (26.88s) [2020-02-26T15:39:34.661Z] === RUN TestBuildWithEmptyDockerfile [2020-02-26T15:39:34.661Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:39:34.661Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:39:34.661Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:39:34.661Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:39:34.661Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:39:34.661Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:39:34.661Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:39:34.661Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:39:34.661Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:39:34.661Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-02-26T15:39:34.661Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-02-26T15:39:34.661Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-02-26T15:39:34.661Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2020-02-26T15:39:34.661Z] === RUN TestBuildPreserveOwnership [2020-02-26T15:39:34.661Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-26T15:39:35.120Z] --- PASS: TestExternalGraphDriver (7.53s) [2020-02-26T15:39:35.121Z] --- PASS: TestExternalGraphDriver/json (2.43s) [2020-02-26T15:39:35.121Z] --- PASS: TestExternalGraphDriver/spec (2.74s) [2020-02-26T15:39:35.121Z] --- PASS: TestExternalGraphDriver/pull (2.22s) [2020-02-26T15:39:35.121Z] === RUN TestGraphdriverPluginV2 [2020-02-26T15:39:35.121Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-02-26T15:39:35.121Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:35.121Z] PASS [2020-02-26T15:39:35.121Z] [2020-02-26T15:39:35.121Z] === Skipped [2020-02-26T15:39:35.121Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-02-26T15:39:35.121Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:39:35.121Z] [2020-02-26T15:39:35.121Z] [2020-02-26T15:39:35.121Z] DONE 5 tests, 1 skipped in 7.728s [2020-02-26T15:39:35.121Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-26T15:39:35.121Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:35.121Z] ++ set -e [2020-02-26T15:39:35.121Z] ++ '[' -n 0 ']' [2020-02-26T15:39:35.121Z] ++ set -x [2020-02-26T15:39:35.121Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:35.121Z] INFO: Testing against a local daemon [2020-02-26T15:39:35.121Z] === RUN TestContinueAfterPluginCrash [2020-02-26T15:39:35.121Z] === PAUSE TestContinueAfterPluginCrash [2020-02-26T15:39:35.121Z] === RUN TestDaemonStartWithLogOpt [2020-02-26T15:39:35.121Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-26T15:39:35.121Z] === CONT TestContinueAfterPluginCrash [2020-02-26T15:39:35.121Z] === CONT TestDaemonStartWithLogOpt [2020-02-26T15:39:35.140Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-02-26T15:39:37.114Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:37.114Z] INFO: Testing against a local daemon [2020-02-26T15:39:37.114Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.276s [2020-02-26T15:39:37.114Z] [2020-02-26T15:39:37.114Z] === Skipped [2020-02-26T15:39:37.114Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-02-26T15:39:37.114Z] external_test.go:48: runtime.GOOS == "windows" [2020-02-26T15:39:37.114Z] [2020-02-26T15:39:37.114Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-02-26T15:39:37.114Z] external_test.go:407: runtime.GOOS == "windows" [2020-02-26T15:39:37.114Z] [2020-02-26T15:39:37.114Z] [2020-02-26T15:39:37.114Z] DONE 2 tests, 2 skipped in 3.692s [2020-02-26T15:39:37.114Z] [2020-02-26T15:39:37.114Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-02-26T15:39:37.662Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-02-26T15:39:37.734Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-26T15:39:39.033Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-02-26T15:39:39.520Z] --- PASS: TestBuildPreserveOwnership (5.72s) [2020-02-26T15:39:39.520Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.63s) [2020-02-26T15:39:39.520Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2020-02-26T15:39:39.520Z] === RUN TestBuildPlatformInvalid [2020-02-26T15:39:39.520Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-02-26T15:39:39.520Z] PASS [2020-02-26T15:39:39.520Z] [2020-02-26T15:39:39.520Z] === Skipped [2020-02-26T15:39:39.520Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-02-26T15:39:39.520Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:39:39.520Z] [2020-02-26T15:39:39.520Z] [2020-02-26T15:39:39.520Z] DONE 32 tests, 1 skipped in 72.798s [2020-02-26T15:39:39.520Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-02-26T15:39:39.520Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:39.520Z] ++ set -e [2020-02-26T15:39:39.520Z] ++ '[' -n 0 ']' [2020-02-26T15:39:39.520Z] ++ set -x [2020-02-26T15:39:39.520Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:39.520Z] INFO: Testing against a local daemon [2020-02-26T15:39:39.520Z] === RUN TestConfigList [2020-02-26T15:39:39.597Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-02-26T15:39:39.597Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-02-26T15:39:39.597Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-02-26T15:39:39.597Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-02-26T15:39:39.597Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-02-26T15:39:42.119Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-02-26T15:39:42.603Z] --- PASS: TestConfigList (2.82s) [2020-02-26T15:39:42.603Z] === RUN TestConfigsCreateAndDelete [2020-02-26T15:39:44.014Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-02-26T15:39:44.181Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:44.181Z] INFO: Testing against a local daemon [2020-02-26T15:39:44.181Z] testing: warning: no tests to run [2020-02-26T15:39:44.181Z] ok github.com/docker/docker/integration/plugin/logging 0.208s [2020-02-26T15:39:44.577Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-02-26T15:39:44.640Z] [2020-02-26T15:39:44.640Z] DONE 0 tests in 7.500s [2020-02-26T15:39:44.640Z] [2020-02-26T15:39:44.640Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-02-26T15:39:45.055Z] --- PASS: TestConfigsCreateAndDelete (2.40s) [2020-02-26T15:39:45.055Z] === RUN TestConfigsUpdate [2020-02-26T15:39:45.100Z] --- PASS: TestDaemonStartWithLogOpt (10.12s) [2020-02-26T15:39:45.140Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-02-26T15:39:45.140Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-02-26T15:39:45.697Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-02-26T15:39:45.704Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-02-26T15:39:46.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:46.813Z] INFO: Testing against a local daemon [2020-02-26T15:39:46.813Z] ok github.com/docker/docker/integration/plugin/volumes 0.279s [2020-02-26T15:39:47.271Z] [2020-02-26T15:39:47.271Z] === Skipped [2020-02-26T15:39:47.271Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-02-26T15:39:47.271Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:47.271Z] [2020-02-26T15:39:47.271Z] [2020-02-26T15:39:47.271Z] DONE 1 tests, 1 skipped in 2.626s [2020-02-26T15:39:47.271Z] [2020-02-26T15:39:47.271Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-02-26T15:39:47.412Z] --- PASS: TestConfigsUpdate (2.24s) [2020-02-26T15:39:47.412Z] === RUN TestTemplatedConfig [2020-02-26T15:39:47.598Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-02-26T15:39:47.598Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-02-26T15:39:49.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:49.444Z] INFO: Testing against a local daemon [2020-02-26T15:39:49.444Z] ok github.com/docker/docker/integration/secret 0.197s [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === Skipped [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-02-26T15:39:49.444Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] DONE 6 tests, 6 skipped in 2.193s [2020-02-26T15:39:49.444Z] [2020-02-26T15:39:49.444Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-02-26T15:39:49.491Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-02-26T15:39:50.364Z] --- PASS: TestContinueAfterPluginCrash (14.95s) [2020-02-26T15:39:50.365Z] PASS [2020-02-26T15:39:50.365Z] [2020-02-26T15:39:50.365Z] DONE 2 tests in 15.115s [2020-02-26T15:39:50.365Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-26T15:39:50.365Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:50.365Z] ++ set -e [2020-02-26T15:39:50.365Z] ++ '[' -n 0 ']' [2020-02-26T15:39:50.365Z] ++ set -x [2020-02-26T15:39:50.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:50.365Z] INFO: Testing against a local daemon [2020-02-26T15:39:50.365Z] === RUN TestPluginWithDevMounts [2020-02-26T15:39:50.365Z] === PAUSE TestPluginWithDevMounts [2020-02-26T15:39:50.365Z] === CONT TestPluginWithDevMounts [2020-02-26T15:39:50.517Z] --- PASS: TestTemplatedConfig (3.46s) [2020-02-26T15:39:50.517Z] === RUN TestConfigInspect [2020-02-26T15:39:51.421Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-02-26T15:39:51.678Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-02-26T15:39:52.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:52.344Z] INFO: Testing against a local daemon [2020-02-26T15:39:52.344Z] ok github.com/docker/docker/integration/service 0.380s [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === Skipped [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-26T15:39:52.344Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-26T15:39:52.344Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-02-26T15:39:52.344Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-02-26T15:39:52.344Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-02-26T15:39:52.344Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2020-02-26T15:39:52.344Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-02-26T15:39:52.344Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-02-26T15:39:52.344Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-02-26T15:39:52.344Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-02-26T15:39:52.344Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-02-26T15:39:52.344Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-02-26T15:39:52.344Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-02-26T15:39:52.344Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-02-26T15:39:52.344Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-02-26T15:39:52.344Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-02-26T15:39:52.344Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-02-26T15:39:52.344Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-02-26T15:39:52.344Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] [2020-02-26T15:39:52.344Z] DONE 23 tests, 22 skipped in 3.080s [2020-02-26T15:39:52.803Z] [2020-02-26T15:39:52.803Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-02-26T15:39:52.896Z] --- PASS: TestPluginWithDevMounts (2.21s) [2020-02-26T15:39:52.896Z] PASS [2020-02-26T15:39:52.896Z] [2020-02-26T15:39:52.896Z] DONE 1 tests in 2.374s [2020-02-26T15:39:52.896Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-26T15:39:52.896Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:52.896Z] ++ set -e [2020-02-26T15:39:52.896Z] ++ '[' -n 0 ']' [2020-02-26T15:39:52.896Z] ++ set -x [2020-02-26T15:39:52.896Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:52.896Z] INFO: Testing against a local daemon [2020-02-26T15:39:52.896Z] === RUN TestSecretInspect [2020-02-26T15:39:53.586Z] --- PASS: TestConfigInspect (2.89s) [2020-02-26T15:39:53.586Z] === RUN TestConfigCreateWithLabels [2020-02-26T15:39:53.655Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-02-26T15:39:54.978Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:54.978Z] INFO: Testing against a local daemon [2020-02-26T15:39:54.978Z] ok github.com/docker/docker/integration/session 0.245s [2020-02-26T15:39:54.978Z] [2020-02-26T15:39:54.978Z] === Skipped [2020-02-26T15:39:54.978Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-02-26T15:39:54.978Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:54.978Z] [2020-02-26T15:39:54.978Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-02-26T15:39:54.978Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-02-26T15:39:54.978Z] [2020-02-26T15:39:54.978Z] [2020-02-26T15:39:54.978Z] DONE 2 tests, 2 skipped in 2.268s [2020-02-26T15:39:54.978Z] [2020-02-26T15:39:54.978Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-02-26T15:39:55.853Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-02-26T15:39:55.853Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-02-26T15:39:55.977Z] --- PASS: TestConfigCreateWithLabels (2.40s) [2020-02-26T15:39:55.977Z] === RUN TestConfigCreateResolve [2020-02-26T15:39:56.180Z] --- PASS: TestSecretInspect (3.24s) [2020-02-26T15:39:56.180Z] === RUN TestSecretList [2020-02-26T15:39:56.417Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-02-26T15:39:56.981Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-02-26T15:39:57.156Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:39:57.156Z] INFO: Testing against a local daemon [2020-02-26T15:39:58.064Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-02-26T15:39:58.123Z] ok github.com/docker/docker/integration/system 1.305s [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === Skipped [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:39:58.123Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-02-26T15:39:58.123Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-02-26T15:39:58.123Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-02-26T15:39:58.123Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-02-26T15:39:58.123Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-02-26T15:39:58.123Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-02-26T15:39:58.123Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] DONE 13 tests, 7 skipped in 3.349s [2020-02-26T15:39:58.123Z] [2020-02-26T15:39:58.123Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-02-26T15:39:58.341Z] --- PASS: TestConfigCreateResolve (2.59s) [2020-02-26T15:39:58.341Z] === RUN TestConfigDaemonLibtrustID [2020-02-26T15:39:58.699Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-02-26T15:39:58.699Z] PASS [2020-02-26T15:39:58.699Z] [2020-02-26T15:39:58.699Z] DONE 8 tests in 19.409s [2020-02-26T15:39:58.875Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-02-26T15:39:59.057Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-02-26T15:39:59.057Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:59.057Z] ++ set -e [2020-02-26T15:39:59.057Z] ++ '[' -n 0 ']' [2020-02-26T15:39:59.057Z] ++ set -x [2020-02-26T15:39:59.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:39:59.057Z] INFO: Testing against a local daemon [2020-02-26T15:39:59.057Z] === RUN TestCheckpoint [2020-02-26T15:39:59.057Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-26T15:39:59.057Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:39:59.057Z] === RUN TestContainerInvalidJSON [2020-02-26T15:39:59.057Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:39:59.057Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:39:59.057Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:39:59.057Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:39:59.057Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:39:59.057Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:39:59.057Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:39:59.057Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:39:59.057Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:39:59.057Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-02-26T15:39:59.057Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-26T15:39:59.057Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-26T15:39:59.057Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-26T15:39:59.057Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-26T15:39:59.057Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-02-26T15:39:59.057Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-26T15:39:59.057Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-02-26T15:39:59.057Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-26T15:39:59.410Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-02-26T15:39:59.410Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-26T15:39:59.410Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-02-26T15:39:59.410Z] === RUN TestCopyFromContainer [2020-02-26T15:39:59.463Z] --- PASS: TestSecretList (3.17s) [2020-02-26T15:39:59.463Z] === RUN TestSecretsCreateAndDelete [2020-02-26T15:40:00.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:40:00.298Z] INFO: Testing against a local daemon [2020-02-26T15:40:00.758Z] ok github.com/docker/docker/integration/volume 0.278s [2020-02-26T15:40:00.758Z] [2020-02-26T15:40:00.758Z] === Skipped [2020-02-26T15:40:00.758Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-02-26T15:40:00.758Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-02-26T15:40:00.758Z] [2020-02-26T15:40:00.758Z] [2020-02-26T15:40:00.758Z] DONE 5 tests, 1 skipped in 2.378s [2020-02-26T15:40:00.758Z] [2020-02-26T15:40:00.758Z] INFO: make.ps1 ended at 02/26/2020 15:40:00 [2020-02-26T15:40:00.758Z] INFO: Integration CLI tests being run from the host: [2020-02-26T15:40:00.758Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-02-26T15:40:01.196Z] === RUN TestCopyFromContainer// [2020-02-26T15:40:01.549Z] === RUN TestCopyFromContainer//bar/root [2020-02-26T15:40:01.549Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-26T15:40:01.549Z] === RUN TestCopyFromContainer/bar/quux [2020-02-26T15:40:01.549Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-26T15:40:01.549Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-26T15:40:01.908Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-26T15:40:01.908Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-26T15:40:01.908Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-26T15:40:01.908Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer (2.63s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer// (0.08s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-02-26T15:40:01.908Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-02-26T15:40:01.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-26T15:40:01.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:40:01.908Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:40:01.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:40:01.908Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:40:01.908Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:40:01.908Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:40:01.908Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:40:01.908Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:40:01.908Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:40:01.908Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-02-26T15:40:01.908Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-02-26T15:40:01.908Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-02-26T15:40:01.908Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-02-26T15:40:01.908Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-26T15:40:02.268Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-02-26T15:40:02.268Z] === RUN TestCreateWithInvalidEnv [2020-02-26T15:40:02.268Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-26T15:40:02.268Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-26T15:40:02.268Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-26T15:40:02.268Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-26T15:40:02.268Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-26T15:40:02.268Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-26T15:40:02.268Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-26T15:40:02.268Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-26T15:40:02.268Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-26T15:40:02.268Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-02-26T15:40:02.268Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-02-26T15:40:02.268Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-02-26T15:40:02.268Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-26T15:40:02.268Z] === RUN TestCreateTmpfsMountsTarget [2020-02-26T15:40:02.268Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-02-26T15:40:02.268Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-26T15:40:02.360Z] #63 431.6 + bin/containerd-stress [2020-02-26T15:40:02.746Z] --- PASS: TestSecretsCreateAndDelete (3.24s) [2020-02-26T15:40:02.746Z] === RUN TestSecretsUpdate [2020-02-26T15:40:03.052Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-02-26T15:40:03.985Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCustomMaskedPaths (2.30s) [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:40:04.663Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:40:04.663Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-02-26T15:40:04.663Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.11s) [2020-02-26T15:40:04.663Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-26T15:40:05.846Z] #63 435.3 + bin/containerd-shim [2020-02-26T15:40:06.030Z] --- PASS: TestSecretsUpdate (3.25s) [2020-02-26T15:40:06.030Z] === RUN TestTemplatedSecret [2020-02-26T15:40:06.509Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.58s) [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:40:07.748Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:40:07.748Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:40:07.748Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:40:07.748Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:40:07.748Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:40:07.748Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:40:07.748Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:40:07.748Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:40:07.748Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:40:07.748Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:40:07.748Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-02-26T15:40:07.748Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-02-26T15:40:07.748Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-26T15:40:08.105Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) [2020-02-26T15:40:08.105Z] === RUN TestContainerStartOnDaemonRestart [2020-02-26T15:40:08.105Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-26T15:40:08.105Z] === RUN TestDaemonRestartIpcMode [2020-02-26T15:40:08.105Z] === PAUSE TestDaemonRestartIpcMode [2020-02-26T15:40:08.105Z] === RUN TestDaemonHostGatewayIP [2020-02-26T15:40:08.105Z] === PAUSE TestDaemonHostGatewayIP [2020-02-26T15:40:08.105Z] === RUN TestDiff [2020-02-26T15:40:08.859Z] --- PASS: TestDiff (0.80s) [2020-02-26T15:40:08.859Z] === RUN TestExecWithCloseStdin [2020-02-26T15:40:09.314Z] --- PASS: TestTemplatedSecret (3.38s) [2020-02-26T15:40:09.314Z] === RUN TestSecretCreateResolve [2020-02-26T15:40:09.322Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-02-26T15:40:09.322Z] INFO: Testing against a local daemon [2020-02-26T15:40:10.056Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-02-26T15:40:10.056Z] === RUN TestExec [2020-02-26T15:40:10.868Z] --- PASS: TestExec (0.93s) [2020-02-26T15:40:10.868Z] === RUN TestExecUser [2020-02-26T15:40:11.632Z] --- PASS: TestExecUser (0.97s) [2020-02-26T15:40:11.632Z] === RUN TestExportContainerAndImportImage [2020-02-26T15:40:11.765Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-02-26T15:40:11.766Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-02-26T15:40:12.331Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-02-26T15:40:12.598Z] --- PASS: TestSecretCreateResolve (3.25s) [2020-02-26T15:40:12.598Z] PASS [2020-02-26T15:40:12.598Z] [2020-02-26T15:40:12.598Z] DONE 6 tests in 19.718s [2020-02-26T15:40:12.598Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-02-26T15:40:12.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:40:12.598Z] ++ set -e [2020-02-26T15:40:12.598Z] ++ '[' -n 0 ']' [2020-02-26T15:40:12.598Z] ++ set -x [2020-02-26T15:40:12.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:40:12.598Z] INFO: Testing against a local daemon [2020-02-26T15:40:12.598Z] === RUN TestServiceCreateInit [2020-02-26T15:40:12.598Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-26T15:40:12.896Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-02-26T15:40:12.997Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2020-02-26T15:40:12.997Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-26T15:40:14.212Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2020-02-26T15:40:14.212Z] === RUN TestHealthCheckWorkdir [2020-02-26T15:40:14.267Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-02-26T15:40:14.267Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-02-26T15:40:15.556Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-02-26T15:40:15.556Z] === RUN TestHealthKillContainer [2020-02-26T15:40:15.637Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-02-26T15:40:16.205Z] #63 445.4 + bin/containerd-shim-runc-v1 [2020-02-26T15:40:17.868Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-26T15:40:18.611Z] --- PASS: TestHealthKillContainer (3.08s) [2020-02-26T15:40:18.611Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-26T15:40:18.913Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-02-26T15:40:18.913Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-02-26T15:40:19.362Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2020-02-26T15:40:19.362Z] === RUN TestIpcModeNone [2020-02-26T15:40:19.365Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-02-26T15:40:19.844Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-02-26T15:40:19.844Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-02-26T15:40:20.627Z] --- PASS: TestIpcModeNone (0.98s) [2020-02-26T15:40:20.627Z] === RUN TestIpcModePrivate [2020-02-26T15:40:20.760Z] #63 450.3 + bin/containerd-shim-runc-v2 [2020-02-26T15:40:21.212Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-02-26T15:40:21.387Z] --- PASS: TestIpcModePrivate (1.14s) [2020-02-26T15:40:21.387Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2020-02-26T15:40:21.387Z] === RUN TestIpcModeShareable [2020-02-26T15:40:22.304Z] #63 451.9 + binaries [2020-02-26T15:40:22.304Z] #63 451.9 + mkdir -p /build [2020-02-26T15:40:22.304Z] #63 451.9 + cp bin/containerd /build/containerd [2020-02-26T15:40:22.304Z] #63 451.9 + cp bin/containerd-shim /build/containerd-shim [2020-02-26T15:40:22.304Z] #63 452.0 + cp bin/ctr /build/ctr [2020-02-26T15:40:22.304Z] #63 DONE 452.0s [2020-02-26T15:40:22.581Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-02-26T15:40:22.591Z] --- PASS: TestIpcModeShareable (0.98s) [2020-02-26T15:40:22.591Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2020-02-26T15:40:22.591Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-26T15:40:23.135Z] --- PASS: TestServiceCreateInit (10.68s) [2020-02-26T15:40:23.135Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.38s) [2020-02-26T15:40:23.135Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.27s) [2020-02-26T15:40:23.135Z] === RUN TestCreateServiceMultipleTimes [2020-02-26T15:40:23.816Z] [2020-02-26T15:40:23.816Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-02-26T15:40:23.816Z] #64 DONE 0.1s [2020-02-26T15:40:23.816Z] [2020-02-26T15:40:23.816Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-02-26T15:40:23.816Z] #68 DONE 0.1s [2020-02-26T15:40:23.816Z] [2020-02-26T15:40:23.816Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-02-26T15:40:24.111Z] #70 DONE 0.1s [2020-02-26T15:40:24.111Z] [2020-02-26T15:40:24.111Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-02-26T15:40:24.111Z] #73 DONE 0.1s [2020-02-26T15:40:24.111Z] [2020-02-26T15:40:24.111Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-02-26T15:40:24.111Z] #74 DONE 0.0s [2020-02-26T15:40:24.111Z] [2020-02-26T15:40:24.111Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-02-26T15:40:24.480Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-02-26T15:40:25.700Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.84s) [2020-02-26T15:40:25.700Z] === RUN TestAPIIpcModeHost [2020-02-26T15:40:26.047Z] --- PASS: TestAPIIpcModeHost (0.71s) [2020-02-26T15:40:26.047Z] === RUN TestDaemonIpcModeShareable [2020-02-26T15:40:26.217Z] #75 DONE 2.2s [2020-02-26T15:40:26.217Z] [2020-02-26T15:40:26.217Z] #76 exporting to oci image format [2020-02-26T15:40:26.521Z] #76 exporting layers [2020-02-26T15:40:27.754Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-02-26T15:40:27.814Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2020-02-26T15:40:27.814Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-26T15:40:27.814Z] === RUN TestDaemonIpcModePrivate [2020-02-26T15:40:28.436Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-02-26T15:40:29.555Z] --- PASS: TestDaemonIpcModePrivate (1.60s) [2020-02-26T15:40:29.555Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-26T15:40:29.555Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-26T15:40:29.805Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-02-26T15:40:31.316Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.62s) [2020-02-26T15:40:31.316Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-02-26T15:40:31.316Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-26T15:40:33.074Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s) [2020-02-26T15:40:33.074Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-02-26T15:40:33.074Z] === RUN TestIpcModeOlderClient [2020-02-26T15:40:33.074Z] === PAUSE TestIpcModeOlderClient [2020-02-26T15:40:33.074Z] === RUN TestKillContainerInvalidSignal [2020-02-26T15:40:33.430Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-02-26T15:40:33.430Z] === RUN TestKillContainer [2020-02-26T15:40:33.430Z] === RUN TestKillContainer/no_signal [2020-02-26T15:40:34.378Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-02-26T15:40:34.639Z] === RUN TestKillContainer/non_killing_signal [2020-02-26T15:40:34.997Z] === RUN TestKillContainer/killing_signal [2020-02-26T15:40:36.355Z] --- PASS: TestKillContainer (2.62s) [2020-02-26T15:40:36.355Z] --- PASS: TestKillContainer/no_signal (0.89s) [2020-02-26T15:40:36.355Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2020-02-26T15:40:36.355Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2020-02-26T15:40:36.355Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-26T15:40:36.355Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-26T15:40:37.103Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-26T15:40:37.711Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-02-26T15:40:37.711Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-02-26T15:40:37.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.78s) [2020-02-26T15:40:37.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2020-02-26T15:40:37.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2020-02-26T15:40:37.875Z] === RUN TestKillStoppedContainer [2020-02-26T15:40:37.875Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-02-26T15:40:37.875Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-26T15:40:38.224Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-02-26T15:40:38.224Z] === RUN TestKillDifferentUserContainer [2020-02-26T15:40:38.641Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-02-26T15:40:38.970Z] --- PASS: TestKillDifferentUserContainer (0.78s) [2020-02-26T15:40:38.970Z] === RUN TestInspectOomKilledTrue [2020-02-26T15:40:38.970Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-02-26T15:40:38.970Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:40:38.970Z] === RUN TestInspectOomKilledFalse [2020-02-26T15:40:38.970Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-02-26T15:40:38.970Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:40:38.970Z] === RUN TestLinksEtcHostsContentMatch [2020-02-26T15:40:39.329Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-02-26T15:40:39.329Z] === RUN TestLinksContainerNames [2020-02-26T15:40:40.535Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-02-26T15:40:41.108Z] --- PASS: TestLinksContainerNames (1.61s) [2020-02-26T15:40:41.108Z] === RUN TestLogsFollowTailEmpty [2020-02-26T15:40:41.858Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2020-02-26T15:40:41.858Z] === RUN TestContainerNetworkMountsNoChown [2020-02-26T15:40:43.057Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-02-26T15:40:43.057Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-02-26T15:40:43.075Z] --- PASS: TestContainerNetworkMountsNoChown (0.92s) [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/default [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/default [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/private [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/private [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rprivate [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/slave [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/slave [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rslave [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/shared [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/shared [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rshared [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/default [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rshared [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/shared [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rslave [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/slave [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rprivate [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/private [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-26T15:40:43.075Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:40:43.075Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:40:43.075Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-26T15:40:43.423Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:40:43.799Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:40:43.799Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:40:43.799Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:40:43.799Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-26T15:40:43.799Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-02-26T15:40:43.799Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-26T15:40:43.799Z] === RUN TestContainerBindMountNonRecursive [2020-02-26T15:40:45.062Z] --- PASS: TestCreateServiceMultipleTimes (19.83s) [2020-02-26T15:40:45.062Z] === RUN TestCreateServiceConflict [2020-02-26T15:40:45.582Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-02-26T15:40:45.721Z] --- PASS: TestContainerBindMountNonRecursive (1.84s) [2020-02-26T15:40:45.721Z] === RUN TestNetworkNat [2020-02-26T15:40:45.839Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-02-26T15:40:46.437Z] --- PASS: TestCreateServiceConflict (3.23s) [2020-02-26T15:40:46.437Z] === RUN TestCreateServiceMaxReplicas [2020-02-26T15:40:46.467Z] --- PASS: TestNetworkNat (0.79s) [2020-02-26T15:40:46.467Z] === RUN TestNetworkLocalhostTCPNat [2020-02-26T15:40:47.248Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2020-02-26T15:40:47.248Z] === RUN TestNetworkLoopbackNat [2020-02-26T15:40:48.460Z] --- PASS: TestNetworkLoopbackNat (1.20s) [2020-02-26T15:40:48.460Z] === RUN TestPause [2020-02-26T15:40:49.119Z] ......................... [ 67%] [2020-02-26T15:40:49.222Z] --- PASS: TestPause (0.88s) [2020-02-26T15:40:49.222Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-26T15:40:49.222Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:40:49.222Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:40:49.222Z] === RUN TestPauseStopPausedContainer [2020-02-26T15:40:50.108Z] --- PASS: TestPauseStopPausedContainer (0.93s) [2020-02-26T15:40:50.108Z] === RUN TestPsFilter [2020-02-26T15:40:50.454Z] --- PASS: TestPsFilter (0.24s) [2020-02-26T15:40:50.454Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-26T15:40:50.648Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2020-02-26T15:40:50.648Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-26T15:40:51.200Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-02-26T15:40:51.201Z] === RUN TestRemoveContainerWithVolume [2020-02-26T15:40:51.946Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-02-26T15:40:51.946Z] === RUN TestRemoveContainerRunning [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite (355.75s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.83s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.27s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.23s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_test.go:1449: [dcfd91c365bf1] daemon is not started [2020-02-26T15:40:52.386Z] check_test.go:309: [d317596f742c5] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.18s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.95s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d4998d596aedd] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.95s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.39s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.94s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.68s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.06s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.62s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.43s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.35s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d27f8e77f4aec] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.50s) [2020-02-26T15:40:52.386Z] check_test.go:309: [de94abd957522] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d867bade588b9] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.86s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.63s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.72s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-02-26T15:40:52.386Z] check_test.go:309: [da860898f68b2] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.51s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.20s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.17s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.84s) [2020-02-26T15:40:52.386Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-26T15:40:52.386Z] check_test.go:309: [d8aba6931b158] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.23s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.19s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.72s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.76s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d4bba04d60a12] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.04s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-02-26T15:40:52.386Z] check_test.go:309: [dea9e762d0d19] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.82s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_plugins_test.go:79: [d92f193d3b5fe] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.82s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_plugins_test.go:169: [d043d201bc1f9] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.87s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d9bc152f84dab] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.65s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.99s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.81s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.88s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.93s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.81s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.06s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.85s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d197d8a067b44] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.40s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.89s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.72s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.84s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.70s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.20s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d220140b453ba] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.34s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.72s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.16s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.47s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.57s) [2020-02-26T15:40:52.386Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-26T15:40:52.386Z] check_test.go:309: [d51384d1b5b4c] daemon is not started [2020-02-26T15:40:52.386Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-02-26T15:40:52.386Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-26T15:40:52.386Z] check_test.go:309: [dbe6116b51bee] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.68s) [2020-02-26T15:40:52.386Z] check_test.go:309: [d6b989210f893] daemon is not started [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.74s) [2020-02-26T15:40:52.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.11s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.29s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.09s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.11s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.79s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.65s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.46s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d67be7e59fa4d] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.64s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.89s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.09s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d00f6e26b46b9] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.96s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-02-26T15:40:52.387Z] check_test.go:309: [d3deaa1b86a30] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d59af03b7167a] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.51s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d05383572e777] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.36s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.05s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.82s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-02-26T15:40:52.387Z] check_test.go:309: [ddda09e527560] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.12s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.69s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.05s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.18s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d3bbb34ba8b30] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.56s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.98s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d983271af722e] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.76s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.75s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.09s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.55s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.47s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.70s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.91s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.07s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.23s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.56s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.85s) [2020-02-26T15:40:52.387Z] docker_cli_daemon_test.go:2542: [dac12b651f42b] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.46s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.25s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.19s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.00s) [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2020-02-26T15:40:52.387Z] check_test.go:309: [d7677c3200d95] daemon is not started [2020-02-26T15:40:52.387Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.57s) [2020-02-26T15:40:52.387Z] === RUN TestDockerSwarmSuite [2020-02-26T15:40:52.387Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-02-26T15:40:53.143Z] --- PASS: TestRemoveContainerRunning (0.89s) [2020-02-26T15:40:53.143Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-26T15:40:54.068Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2020-02-26T15:40:54.068Z] === RUN TestRemoveInvalidContainer [2020-02-26T15:40:54.068Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-02-26T15:40:54.068Z] === RUN TestRenameLinkedContainer [2020-02-26T15:40:54.909Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-02-26T15:40:57.145Z] --- PASS: TestRenameLinkedContainer (3.33s) [2020-02-26T15:40:57.145Z] === RUN TestRenameStoppedContainer [2020-02-26T15:40:57.432Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-02-26T15:40:57.889Z] --- PASS: TestRenameStoppedContainer (0.84s) [2020-02-26T15:40:57.889Z] === RUN TestRenameRunningContainerAndReuse [2020-02-26T15:40:58.805Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-02-26T15:40:58.805Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-02-26T15:40:58.805Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-02-26T15:40:59.691Z] --- PASS: TestRenameRunningContainerAndReuse (1.73s) [2020-02-26T15:40:59.691Z] === RUN TestRenameInvalidName [2020-02-26T15:41:00.451Z] --- PASS: TestRenameInvalidName (0.80s) [2020-02-26T15:41:00.451Z] === RUN TestRenameAnonymousContainer [2020-02-26T15:41:03.543Z] --- PASS: TestRenameAnonymousContainer (2.76s) [2020-02-26T15:41:03.543Z] === RUN TestRenameContainerWithSameName [2020-02-26T15:41:04.360Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2020-02-26T15:41:04.360Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-26T15:41:05.380Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-02-26T15:41:05.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-02-26T15:41:05.537Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.22s) [2020-02-26T15:41:05.537Z] === RUN TestCreateServiceSecretFileMode [2020-02-26T15:41:05.665Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s) [2020-02-26T15:41:05.665Z] === RUN TestResize [2020-02-26T15:41:06.872Z] --- PASS: TestResize (0.90s) [2020-02-26T15:41:06.872Z] === RUN TestResizeWithInvalidSize [2020-02-26T15:41:07.273Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-02-26T15:41:07.440Z] --- PASS: TestCreateServiceSecretFileMode (3.35s) [2020-02-26T15:41:07.440Z] === RUN TestCreateServiceConfigFileMode [2020-02-26T15:41:07.622Z] --- PASS: TestResizeWithInvalidSize (0.91s) [2020-02-26T15:41:07.622Z] === RUN TestResizeWhenContainerNotStarted [2020-02-26T15:41:08.371Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:08.371Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:08.371Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:08.371Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:41:08.371Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:41:10.546Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-02-26T15:41:10.803Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:10.803Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:11.626Z] --- PASS: TestCreateServiceConfigFileMode (3.51s) [2020-02-26T15:41:11.626Z] === RUN TestCreateServiceSysctls [2020-02-26T15:41:12.014Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:41:12.375Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:41:13.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:41:13.490Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:41:15.440Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:41:15.814Z] --- PASS: TestCreateServiceSysctls (4.18s) [2020-02-26T15:41:15.814Z] === RUN TestCreateServiceCapabilities [2020-02-26T15:41:16.184Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:41:18.543Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:41:18.642Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-02-26T15:41:18.642Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-02-26T15:41:18.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:41:19.099Z] --- PASS: TestCreateServiceCapabilities (3.43s) [2020-02-26T15:41:19.099Z] === RUN TestInspect [2020-02-26T15:41:19.205Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-02-26T15:41:20.136Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.34s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.87s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.87s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s) [2020-02-26T15:41:21.431Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.39s) [2020-02-26T15:41:21.431Z] === RUN TestCgroupNamespacesRun [2020-02-26T15:41:22.384Z] --- PASS: TestInspect (3.60s) [2020-02-26T15:41:22.384Z] === RUN TestCreateJob [2020-02-26T15:41:23.179Z] --- PASS: TestCgroupNamespacesRun (1.71s) [2020-02-26T15:41:23.179Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-26T15:41:23.412Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-02-26T15:41:24.444Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.58s) [2020-02-26T15:41:24.444Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-26T15:41:25.518Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-02-26T15:41:26.233Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2020-02-26T15:41:26.233Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-26T15:41:26.688Z] --- PASS: TestCreateJob (4.19s) [2020-02-26T15:41:26.688Z] === RUN TestReplicatedJob [2020-02-26T15:41:27.967Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s) [2020-02-26T15:41:27.967Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-26T15:41:29.720Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2020-02-26T15:41:29.720Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-26T15:41:30.555Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.79s) [2020-02-26T15:41:30.555Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-26T15:41:31.306Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-02-26T15:41:31.306Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-26T15:41:33.091Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s) [2020-02-26T15:41:33.091Z] === RUN TestKernelTCPMemory [2020-02-26T15:41:33.248Z] --- PASS: TestReplicatedJob (6.94s) [2020-02-26T15:41:33.248Z] === RUN TestUpdateReplicatedJob [2020-02-26T15:41:33.369Z] --- PASS: TestImportExtremelyLargeImageWorks (166.52s) [2020-02-26T15:41:33.369Z] PASS [2020-02-26T15:41:33.369Z] [2020-02-26T15:41:33.369Z] DONE 12 tests in 170.405s [2020-02-26T15:41:33.369Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-02-26T15:41:33.369Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:41:33.369Z] ++ set -e [2020-02-26T15:41:33.369Z] ++ '[' -n 0 ']' [2020-02-26T15:41:33.369Z] ++ set -x [2020-02-26T15:41:33.369Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:41:33.369Z] INFO: Testing against a local daemon [2020-02-26T15:41:33.369Z] === RUN TestNetworkCreateDelete [2020-02-26T15:41:33.369Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-02-26T15:41:33.369Z] === RUN TestDockerNetworkDeletePreferID [2020-02-26T15:41:33.369Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2020-02-26T15:41:33.369Z] === RUN TestInspectNetwork [2020-02-26T15:41:34.316Z] --- PASS: TestKernelTCPMemory (1.02s) [2020-02-26T15:41:34.316Z] === RUN TestNISDomainname [2020-02-26T15:41:35.110Z] --- PASS: TestNISDomainname (1.04s) [2020-02-26T15:41:35.110Z] === RUN TestHostnameDnsResolution [2020-02-26T15:41:36.327Z] --- PASS: TestHostnameDnsResolution (1.15s) [2020-02-26T15:41:36.327Z] === RUN TestStats [2020-02-26T15:41:37.433Z] --- PASS: TestUpdateReplicatedJob (3.76s) [2020-02-26T15:41:37.434Z] === RUN TestServiceListWithStatuses [2020-02-26T15:41:37.434Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-26T15:41:37.434Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:41:37.434Z] === RUN TestDockerNetworkConnectAlias [2020-02-26T15:41:38.060Z] --- PASS: TestStats (1.84s) [2020-02-26T15:41:38.060Z] === RUN TestStopContainerWithTimeout [2020-02-26T15:41:38.060Z] === RUN TestStopContainerWithTimeout/0 [2020-02-26T15:41:38.060Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-26T15:41:38.060Z] === RUN TestStopContainerWithTimeout/1 [2020-02-26T15:41:38.060Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-26T15:41:38.060Z] === RUN TestStopContainerWithTimeout/3 [2020-02-26T15:41:38.060Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-26T15:41:38.060Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-26T15:41:38.060Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-26T15:41:38.060Z] === CONT TestStopContainerWithTimeout/0 [2020-02-26T15:41:38.060Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-26T15:41:39.272Z] === CONT TestStopContainerWithTimeout/3 [2020-02-26T15:41:39.914Z] === RUN TestInspectNetwork/full_network_id [2020-02-26T15:41:39.914Z] === RUN TestInspectNetwork/partial_network_id [2020-02-26T15:41:39.914Z] === RUN TestInspectNetwork/network_name [2020-02-26T15:41:39.914Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-26T15:41:40.366Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-02-26T15:41:41.056Z] === CONT TestStopContainerWithTimeout/1 [2020-02-26T15:41:41.807Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-02-26T15:41:42.064Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-02-26T15:41:42.788Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-02-26T15:41:42.788Z] --- PASS: TestStopContainerWithTimeout/0 (0.95s) [2020-02-26T15:41:42.788Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2020-02-26T15:41:42.788Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2020-02-26T15:41:42.788Z] --- PASS: TestStopContainerWithTimeout/1 (1.88s) [2020-02-26T15:41:42.788Z] === RUN TestDeleteDevicemapper [2020-02-26T15:41:42.788Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-26T15:41:42.788Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:41:42.788Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-26T15:41:42.887Z] tests/integration/client_test.py ..... [ 75%] [2020-02-26T15:41:42.887Z] tests/integration/context_api_test.py .. [ 76%] [2020-02-26T15:41:43.143Z] tests/integration/errors_test.py . [ 76%] [2020-02-26T15:41:43.961Z] --- PASS: TestInspectNetwork (10.30s) [2020-02-26T15:41:43.961Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-26T15:41:43.961Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-26T15:41:43.961Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-26T15:41:43.961Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-26T15:41:43.961Z] === RUN TestRunContainerWithBridgeNone [2020-02-26T15:41:43.995Z] --- PASS: TestDockerNetworkConnectAlias (6.34s) [2020-02-26T15:41:43.995Z] === RUN TestDockerNetworkReConnect [2020-02-26T15:41:46.497Z] --- PASS: TestRunContainerWithBridgeNone (2.54s) [2020-02-26T15:41:46.497Z] === RUN TestNetworkInvalidJSON [2020-02-26T15:41:46.497Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-26T15:41:46.497Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-26T15:41:46.497Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:41:46.497Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:41:46.497Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:41:46.497Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:41:46.497Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-26T15:41:46.497Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:41:46.497Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:41:46.497Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-26T15:41:46.497Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-26T15:41:46.497Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-26T15:41:46.497Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-26T15:41:46.498Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-26T15:41:46.786Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.74s) [2020-02-26T15:41:46.786Z] === RUN TestUpdateMemory [2020-02-26T15:41:46.786Z] --- SKIP: TestUpdateMemory (0.00s) [2020-02-26T15:41:46.786Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:41:46.786Z] === RUN TestUpdateCPUQuota [2020-02-26T15:41:47.063Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-02-26T15:41:47.320Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-02-26T15:41:47.320Z] === RUN TestDaemonDefaultNetworkPools [2020-02-26T15:41:47.320Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-02-26T15:41:47.577Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-02-26T15:41:48.010Z] --- PASS: TestUpdateCPUQuota (1.37s) [2020-02-26T15:41:48.011Z] === RUN TestUpdatePidsLimit [2020-02-26T15:41:48.011Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-26T15:41:48.141Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-02-26T15:41:48.141Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-26T15:41:48.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-02-26T15:41:48.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-02-26T15:41:48.356Z] === RUN TestUpdatePidsLimit/no_change [2020-02-26T15:41:48.397Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-02-26T15:41:48.654Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-02-26T15:41:48.705Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-26T15:41:48.911Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-02-26T15:41:49.058Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-26T15:41:49.168Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-02-26T15:41:49.168Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-26T15:41:49.259Z] --- PASS: TestDockerNetworkReConnect (5.39s) [2020-02-26T15:41:49.259Z] === RUN TestServicePlugin [2020-02-26T15:41:49.259Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-26T15:41:49.259Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:41:49.259Z] === RUN TestServiceUpdateLabel [2020-02-26T15:41:49.424Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-02-26T15:41:49.812Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-26T15:41:50.231Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-26T15:41:50.231Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-26T15:41:50.796Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2020-02-26T15:41:50.796Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-26T15:41:51.360Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.81s) [2020-02-26T15:41:51.360Z] === RUN TestServiceWithPredefinedNetwork [2020-02-26T15:41:51.924Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit (3.72s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2020-02-26T15:41:52.010Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2020-02-26T15:41:52.010Z] === RUN TestUpdateRestartPolicy [2020-02-26T15:41:52.542Z] --- PASS: TestServiceUpdateLabel (3.22s) [2020-02-26T15:41:52.542Z] === RUN TestServiceUpdateSecrets [2020-02-26T15:41:53.293Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-02-26T15:41:54.661Z] --- PASS: TestServiceWithPredefinedNetwork (3.03s) [2020-02-26T15:41:54.661Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-26T15:41:54.661Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:41:54.661Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:41:54.661Z] === RUN TestServiceWithDataPathPortInit [2020-02-26T15:41:55.223Z] === RUN TestDockerSuite/TestBuildEnv [2020-02-26T15:41:57.117Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-02-26T15:41:58.049Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-02-26T15:41:59.416Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-02-26T15:42:05.348Z] --- PASS: TestUpdateRestartPolicy (12.64s) [2020-02-26T15:42:05.348Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-26T15:42:05.348Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-02-26T15:42:05.348Z] === RUN TestWaitNonBlocked [2020-02-26T15:42:05.348Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:42:05.348Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:42:05.348Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:42:05.348Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:42:05.348Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:42:05.348Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:42:06.572Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-02-26T15:42:06.572Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2020-02-26T15:42:06.572Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2020-02-26T15:42:06.572Z] === RUN TestWaitBlocked [2020-02-26T15:42:06.572Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:42:06.572Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:42:06.572Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:42:06.572Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:42:06.572Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:42:06.572Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:42:07.413Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2020-02-26T15:42:07.413Z] === RUN TestServiceUpdateConfigs [2020-02-26T15:42:07.507Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-02-26T15:42:07.823Z] --- PASS: TestWaitBlocked (0.03s) [2020-02-26T15:42:07.823Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.28s) [2020-02-26T15:42:07.823Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2020-02-26T15:42:07.823Z] === CONT TestContainerStartOnDaemonRestart [2020-02-26T15:42:07.823Z] === CONT TestIpcModeOlderClient [2020-02-26T15:42:07.823Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-02-26T15:42:07.823Z] === CONT TestDaemonHostGatewayIP [2020-02-26T15:42:08.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-02-26T15:42:09.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-02-26T15:42:10.943Z] --- PASS: TestContainerStartOnDaemonRestart (2.95s) [2020-02-26T15:42:10.943Z] === CONT TestDaemonRestartIpcMode [2020-02-26T15:42:11.302Z] --- PASS: TestDaemonHostGatewayIP (3.38s) [2020-02-26T15:42:12.325Z] --- PASS: TestServiceWithDataPathPortInit (17.71s) [2020-02-26T15:42:12.326Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-26T15:42:14.440Z] --- PASS: TestDaemonRestartIpcMode (3.28s) [2020-02-26T15:42:14.440Z] PASS [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === Skipped [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-02-26T15:42:14.440Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-02-26T15:42:14.440Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-02-26T15:42:14.440Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:42:14.440Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-02-26T15:42:14.440Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-02-26T15:42:14.440Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] [2020-02-26T15:42:14.440Z] DONE 199 tests, 6 skipped in 135.020s [2020-02-26T15:42:14.440Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-02-26T15:42:14.440Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:14.440Z] ++ set -e [2020-02-26T15:42:14.440Z] ++ '[' -n 0 ']' [2020-02-26T15:42:14.440Z] ++ set -x [2020-02-26T15:42:14.441Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:14.441Z] INFO: Testing against a local daemon [2020-02-26T15:42:14.441Z] === RUN TestCommitInheritsEnv [2020-02-26T15:42:14.441Z] --- PASS: TestCommitInheritsEnv (0.44s) [2020-02-26T15:42:14.441Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-26T15:42:14.441Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-26T15:42:14.441Z] === RUN TestImagesFilterMultiReference [2020-02-26T15:42:14.441Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-02-26T15:42:14.441Z] === RUN TestImagePullPlatformInvalid [2020-02-26T15:42:14.441Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-02-26T15:42:14.441Z] === RUN TestRemoveImageOrphaning [2020-02-26T15:42:15.187Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2020-02-26T15:42:15.187Z] === RUN TestRemoveImageGarbageCollector [2020-02-26T15:42:15.187Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-26T15:42:15.187Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:42:15.187Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-26T15:42:15.187Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-02-26T15:42:15.187Z] === RUN TestTagInvalidReference [2020-02-26T15:42:15.187Z] --- PASS: TestTagInvalidReference (0.01s) [2020-02-26T15:42:15.187Z] === RUN TestTagValidPrefixedRepo [2020-02-26T15:42:15.187Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-02-26T15:42:15.187Z] === RUN TestTagExistedNameWithoutForce [2020-02-26T15:42:15.187Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-02-26T15:42:15.187Z] === RUN TestTagOfficialNames [2020-02-26T15:42:15.187Z] --- PASS: TestTagOfficialNames (0.03s) [2020-02-26T15:42:15.187Z] === RUN TestTagMatchesDigest [2020-02-26T15:42:15.187Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-02-26T15:42:15.187Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-26T15:42:18.892Z] #76 exporting layers 110.3s done [2020-02-26T15:42:18.892Z] #76 exporting manifest sha256:3de648618e2e17d969f42afccfd26d37fad216f3de4001e99a8405e1fcd51279 done [2020-02-26T15:42:18.892Z] #76 exporting config sha256:9032808862d4a736c2d1115facdc16f5e144ba82b51b60cbb5466eb30ed5d506 done [2020-02-26T15:42:18.892Z] #76 sending tarball [2020-02-26T15:42:20.160Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-02-26T15:42:22.278Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.41s) [2020-02-26T15:42:22.278Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vqjdma5z5tk27de3200ldl0ym Created:2020-02-26 15:42:13.711931643 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[97324525cacab7871d53ce7c8a99c29bf00212a2e6ce4a0797082778f192187d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.53e406eez9j1gmutrwzaw6yav EndpointID:01c08fd4844e8eb4161b2842f837ec54f3346bd9fbae65fe5515c27206e44fcf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d2b57771ab346b229f0f620115d1b0372ec0267ca7d6bff69fbd011bd9e8e9f9 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:3079b3e6c3c8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.53e406eez9j1gmutrwzaw6yav EndpointID:01c08fd4844e8eb4161b2842f837ec54f3346bd9fbae65fe5515c27206e44fcf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-26T15:42:22.278Z] PASS [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] === Skipped [2020-02-26T15:42:22.278Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:42:22.278Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] DONE 21 tests, 1 skipped in 49.000s [2020-02-26T15:42:22.278Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] ++ set -e [2020-02-26T15:42:22.278Z] ++ '[' -n 0 ']' [2020-02-26T15:42:22.278Z] ++ set -x [2020-02-26T15:42:22.278Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] INFO: Testing against a local daemon [2020-02-26T15:42:22.278Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-26T15:42:22.278Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:42:22.278Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:42:22.278Z] === RUN TestDockerNetworkIpvlan [2020-02-26T15:42:22.278Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:42:22.278Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:42:22.278Z] PASS [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] === Skipped [2020-02-26T15:42:22.278Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:42:22.278Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:42:22.278Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] [2020-02-26T15:42:22.278Z] DONE 2 tests, 2 skipped in 0.126s [2020-02-26T15:42:22.278Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] ++ set -e [2020-02-26T15:42:22.278Z] ++ '[' -n 0 ']' [2020-02-26T15:42:22.278Z] ++ set -x [2020-02-26T15:42:22.278Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:22.278Z] INFO: Testing against a local daemon [2020-02-26T15:42:22.278Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-26T15:42:23.236Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-02-26T15:42:23.236Z] === RUN TestDockerNetworkMacvlan [2020-02-26T15:42:24.165Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-26T15:42:25.094Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-26T15:42:25.574Z] --- PASS: TestServiceUpdateConfigs (15.33s) [2020-02-26T15:42:25.574Z] === RUN TestServiceUpdateNetwork [2020-02-26T15:42:26.024Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-26T15:42:29.295Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-26T15:42:29.551Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-02-26T15:42:31.443Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-02-26T15:42:33.336Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-26T15:42:37.542Z] #76 sending tarball 18.8s done [2020-02-26T15:42:37.542Z] #76 DONE 129.1s [2020-02-26T15:42:37.542Z] [2020-02-26T15:42:37.542Z] #77 importing to docker [2020-02-26T15:42:37.774Z] --- PASS: TestServiceUpdateNetwork (14.84s) [2020-02-26T15:42:37.774Z] PASS [2020-02-26T15:42:37.774Z] [2020-02-26T15:42:37.774Z] === Skipped [2020-02-26T15:42:37.774Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-26T15:42:37.774Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:42:37.774Z] [2020-02-26T15:42:37.774Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-02-26T15:42:37.774Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:42:37.774Z] [2020-02-26T15:42:37.774Z] [2020-02-26T15:42:37.774Z] DONE 23 tests, 2 skipped in 145.414s [2020-02-26T15:42:37.774Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-02-26T15:42:37.774Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:37.774Z] ++ set -e [2020-02-26T15:42:37.774Z] ++ '[' -n 0 ']' [2020-02-26T15:42:37.774Z] ++ set -x [2020-02-26T15:42:37.774Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:37.774Z] INFO: Testing against a local daemon [2020-02-26T15:42:37.774Z] === RUN TestSessionCreate [2020-02-26T15:42:37.774Z] --- PASS: TestSessionCreate (0.05s) [2020-02-26T15:42:37.774Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-26T15:42:38.010Z] ......... [ 86%] [2020-02-26T15:42:38.032Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-26T15:42:38.032Z] PASS [2020-02-26T15:42:38.032Z] [2020-02-26T15:42:38.032Z] DONE 2 tests in 0.283s [2020-02-26T15:42:38.032Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-02-26T15:42:38.032Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:38.032Z] ++ set -e [2020-02-26T15:42:38.032Z] ++ '[' -n 0 ']' [2020-02-26T15:42:38.032Z] ++ set -x [2020-02-26T15:42:38.032Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:38.032Z] INFO: Testing against a local daemon [2020-02-26T15:42:38.032Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-26T15:42:38.032Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:42:38.032Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:42:38.032Z] === RUN TestEventsExecDie [2020-02-26T15:42:38.967Z] --- PASS: TestEventsExecDie (0.93s) [2020-02-26T15:42:38.967Z] === RUN TestEventsBackwardsCompatible [2020-02-26T15:42:39.225Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-02-26T15:42:39.225Z] === RUN TestInfoBinaryCommits [2020-02-26T15:42:39.225Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-26T15:42:39.225Z] === RUN TestInfoAPIVersioned [2020-02-26T15:42:39.225Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-26T15:42:39.225Z] === RUN TestInfoDiscoveryBackend [2020-02-26T15:42:39.792Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2020-02-26T15:42:39.792Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-26T15:42:39.880Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan (16.99s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.91s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.10s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.54s) [2020-02-26T15:42:40.442Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.12s) [2020-02-26T15:42:40.442Z] PASS [2020-02-26T15:42:40.442Z] [2020-02-26T15:42:40.442Z] DONE 8 tests in 18.539s [2020-02-26T15:42:40.442Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-26T15:42:40.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:40.442Z] ++ set -e [2020-02-26T15:42:40.442Z] ++ '[' -n 0 ']' [2020-02-26T15:42:40.442Z] ++ set -x [2020-02-26T15:42:40.442Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:40.442Z] testing: warning: no tests to run [2020-02-26T15:42:40.442Z] PASS [2020-02-26T15:42:40.442Z] [2020-02-26T15:42:40.442Z] DONE 0 tests in 0.027s [2020-02-26T15:42:40.443Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-26T15:42:40.443Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:40.443Z] ++ set -e [2020-02-26T15:42:40.443Z] ++ '[' -n 0 ']' [2020-02-26T15:42:40.443Z] ++ set -x [2020-02-26T15:42:40.443Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:40.443Z] INFO: Testing against a local daemon [2020-02-26T15:42:40.443Z] === RUN TestAuthZPluginAllowRequest [2020-02-26T15:42:40.726Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-26T15:42:40.726Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-26T15:42:41.371Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-02-26T15:42:41.661Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2020-02-26T15:42:41.661Z] === RUN TestInfoAPI [2020-02-26T15:42:41.661Z] --- PASS: TestInfoAPI (0.06s) [2020-02-26T15:42:41.661Z] === RUN TestInfoAPIWarnings [2020-02-26T15:42:42.228Z] --- PASS: TestInfoAPIWarnings (0.65s) [2020-02-26T15:42:42.228Z] === RUN TestInfoDebug [2020-02-26T15:42:42.301Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-02-26T15:42:42.301Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2020-02-26T15:42:42.301Z] === RUN TestAuthZPluginTLS [2020-02-26T15:42:42.557Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-02-26T15:42:42.795Z] --- PASS: TestInfoDebug (0.62s) [2020-02-26T15:42:42.795Z] === RUN TestInfoInsecureRegistries [2020-02-26T15:42:42.814Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-02-26T15:42:42.814Z] === RUN TestAuthZPluginDenyRequest [2020-02-26T15:42:43.039Z] tests/integration/models_images_test.py ............... [ 89%] [2020-02-26T15:42:43.071Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-02-26T15:42:43.327Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-02-26T15:42:43.327Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-26T15:42:43.362Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2020-02-26T15:42:43.362Z] === RUN TestInfoRegistryMirrors [2020-02-26T15:42:43.890Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-02-26T15:42:43.890Z] === RUN TestAuthZPluginDenyResponse [2020-02-26T15:42:44.298Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-02-26T15:42:44.298Z] === RUN TestLoginFailsWithBadCredentials [2020-02-26T15:42:44.298Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-02-26T15:42:44.298Z] === RUN TestPingCacheHeaders [2020-02-26T15:42:44.298Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-02-26T15:42:44.298Z] === RUN TestPingGet [2020-02-26T15:42:44.453Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-02-26T15:42:44.453Z] === RUN TestAuthZPluginAllowEventStream [2020-02-26T15:42:44.557Z] --- PASS: TestPingGet (0.03s) [2020-02-26T15:42:44.557Z] === RUN TestPingHead [2020-02-26T15:42:44.557Z] --- PASS: TestPingHead (0.05s) [2020-02-26T15:42:44.557Z] === RUN TestVersion [2020-02-26T15:42:44.557Z] --- PASS: TestVersion (0.05s) [2020-02-26T15:42:44.557Z] PASS [2020-02-26T15:42:44.557Z] [2020-02-26T15:42:44.557Z] === Skipped [2020-02-26T15:42:44.557Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:42:44.557Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:42:44.557Z] [2020-02-26T15:42:44.557Z] [2020-02-26T15:42:44.557Z] DONE 18 tests, 1 skipped in 6.580s [2020-02-26T15:42:44.557Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-26T15:42:44.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:44.557Z] ++ set -e [2020-02-26T15:42:44.557Z] ++ '[' -n 0 ']' [2020-02-26T15:42:44.557Z] ++ set -x [2020-02-26T15:42:44.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:42:44.665Z] tests/integration/models_networks_test.py .... [ 90%] [2020-02-26T15:42:44.710Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-02-26T15:42:44.710Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-02-26T15:42:44.815Z] INFO: Testing against a local daemon [2020-02-26T15:42:44.815Z] === RUN TestVolumesCreateAndList [2020-02-26T15:42:44.815Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-02-26T15:42:44.815Z] === RUN TestVolumesRemove [2020-02-26T15:42:44.815Z] --- PASS: TestVolumesRemove (0.13s) [2020-02-26T15:42:44.815Z] === RUN TestVolumesInspect [2020-02-26T15:42:44.815Z] --- PASS: TestVolumesInspect (0.03s) [2020-02-26T15:42:44.815Z] === RUN TestVolumesInvalidJSON [2020-02-26T15:42:44.815Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-26T15:42:44.815Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-26T15:42:44.967Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-02-26T15:42:45.074Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-26T15:42:45.074Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-26T15:42:45.074Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-26T15:42:45.074Z] PASS [2020-02-26T15:42:45.074Z] [2020-02-26T15:42:45.074Z] DONE 5 tests in 0.388s [2020-02-26T15:42:45.074Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T15:42:45.332Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T15:42:45.332Z] +++ kill 13134 [2020-02-26T15:42:46.334Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2020-02-26T15:42:46.334Z] === RUN TestAuthZPluginErrorResponse [2020-02-26T15:42:46.591Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-02-26T15:42:46.591Z] === RUN TestAuthZPluginErrorRequest [2020-02-26T15:42:46.706Z] +++ /etc/init.d/apparmor stop [2020-02-26T15:42:46.706Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T15:42:46.706Z] [2020-02-26T15:42:46.706Z] Unloading profiles will leave already running processes permanently [2020-02-26T15:42:46.706Z] unconfined, which can lead to unexpected situations. [2020-02-26T15:42:46.706Z] [2020-02-26T15:42:46.706Z] To set a process to complain mode, use the command line tool [2020-02-26T15:42:46.706Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T15:42:46.706Z] +++ true [2020-02-26T15:42:46.706Z] [2020-02-26T15:42:47.154Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-02-26T15:42:47.154Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-26T15:42:47.717Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-02-26T15:42:47.717Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-26T15:42:49.609Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.97s) [2020-02-26T15:42:49.609Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom Post stage [Pipeline] junit [2020-02-26T15:42:50.002Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-26T15:42:50.643Z] + echo Ensuring container killed. [2020-02-26T15:42:50.644Z] Ensuring container killed. [2020-02-26T15:42:50.644Z] + docker rm -vf docker-pr2 [2020-02-26T15:42:50.644Z] Error: No such container: docker-pr2 [2020-02-26T15:42:50.644Z] + true [Pipeline] sh [2020-02-26T15:42:50.933Z] + echo Chowning /workspace to jenkins user [2020-02-26T15:42:50.933Z] Chowning /workspace to jenkins user [2020-02-26T15:42:50.933Z] + id -u [2020-02-26T15:42:50.933Z] + id -g [2020-02-26T15:42:50.933Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40583:/workspace busybox chown -R 1000:1000 /workspace [2020-02-26T15:42:51.213Z] tests/integration/models_nodes_test.py . [ 91%] [2020-02-26T15:42:51.213Z] tests/integration/models_resources_test.py . [ 91%] [2020-02-26T15:42:52.129Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.10s) [2020-02-26T15:42:52.129Z] === RUN TestAuthZPluginHeader [2020-02-26T15:42:52.713Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-02-26T15:42:52.713Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T15:42:55.421Z] + bundleName=arm64-integration [2020-02-26T15:42:55.421Z] + echo Creating arm64-integration-bundles.tar.gz [2020-02-26T15:42:55.421Z] Creating arm64-integration-bundles.tar.gz [2020-02-26T15:42:55.421Z] + + find bundlesxargs -path */root/*overlay2 -prune -o -type f tar ( -czf -name arm64-integration-bundles.tar.gz *-report.json [2020-02-26T15:42:55.421Z] -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-02-26T15:42:55.692Z] Archiving artifacts [2020-02-26T15:42:55.936Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T15:42:56.249Z] + make clean [2020-02-26T15:42:56.816Z] docker volume rm -f docker-dev-cache [2020-02-26T15:42:56.816Z] docker-dev-cache [Pipeline] deleteDir [2020-02-26T15:42:56.885Z] === RUN TestDockerSuite/TestBuildExpose [2020-02-26T15:42:57.142Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-02-26T15:42:57.142Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.53s) [2020-02-26T15:42:57.142Z] === RUN TestAuthZPluginV2Disable [2020-02-26T15:42:57.283Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-02-26T15:42:57.706Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-02-26T15:42:57.706Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-02-26T15:42:58.636Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-02-26T15:42:58.892Z] === RUN TestDockerSuite/TestBuildFails [2020-02-26T15:43:00.262Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-02-26T15:43:00.262Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-26T15:43:01.068Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-02-26T15:43:01.068Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-02-26T15:43:01.196Z] --- PASS: TestAuthZPluginV2Disable (4.10s) [2020-02-26T15:43:01.196Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-26T15:43:02.567Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-02-26T15:43:04.461Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2020-02-26T15:43:04.461Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-26T15:43:04.973Z] tests/integration/regression_test.py ...... [ 98%] [2020-02-26T15:43:05.024Z] === RUN TestDockerSuite/TestBuildForceRm [2020-02-26T15:43:05.487Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-02-26T15:43:05.488Z] tests/integration/credentials/utils_test.py . [100%] [2020-02-26T15:43:05.488Z] [2020-02-26T15:43:05.488Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-02-26T15:43:05.488Z] =========================== short test summary info ============================ [2020-02-26T15:43:05.488Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-02-26T15:43:05.488Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-02-26T15:43:05.488Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-02-26T15:43:05.488Z] Not supported on most drivers [2020-02-26T15:43:05.488Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-02-26T15:43:05.488Z] Can fail if eth0 has multiple IP addresses [2020-02-26T15:43:05.488Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-02-26T15:43:05.488Z] This doesn't seem to be taken into account by the engine [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-02-26T15:43:05.488Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-02-26T15:43:05.488Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-02-26T15:43:05.488Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 339.20 seconds == [2020-02-26T15:43:05.745Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-02-26T15:43:07.545Z] === RUN TestDockerSuite/TestBuildFromGit [2020-02-26T15:43:10.067Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-02-26T15:43:10.324Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-02-26T15:43:12.218Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-02-26T15:43:14.739Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-02-26T15:43:15.304Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-02-26T15:43:15.561Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-02-26T15:43:16.491Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.79s) [2020-02-26T15:43:16.491Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-26T15:43:16.820Z] #77 DONE 36.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-26T15:43:17.297Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/test/unit [2020-02-26T15:43:17.859Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-02-26T15:43:17.922Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T15:43:17.922Z] [2020-02-26T15:43:17.922Z] Unloading profiles will leave already running processes permanently [2020-02-26T15:43:17.922Z] unconfined, which can lead to unexpected situations. [2020-02-26T15:43:17.922Z] [2020-02-26T15:43:17.922Z] To set a process to complain mode, use the command line tool [2020-02-26T15:43:17.922Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T15:43:17.922Z] Post stage [Pipeline] junit [2020-02-26T15:43:18.498Z] Recording test results [Pipeline] sh [2020-02-26T15:43:18.910Z] + echo Ensuring container killed. [2020-02-26T15:43:18.910Z] Ensuring container killed. [2020-02-26T15:43:18.910Z] + docker rm -vf docker-pr2 [2020-02-26T15:43:18.910Z] Error: No such container: docker-pr2 [2020-02-26T15:43:18.910Z] + true [Pipeline] sh [2020-02-26T15:43:19.192Z] + echo Chowning /workspace to jenkins user [2020-02-26T15:43:19.192Z] Chowning /workspace to jenkins user [2020-02-26T15:43:19.192Z] + id -u [2020-02-26T15:43:19.192Z] + id -g [2020-02-26T15:43:19.192Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40583:/workspace busybox chown -R 1000:1000 /workspace [2020-02-26T15:43:20.379Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T15:43:20.862Z] + bundleName=docker-py [2020-02-26T15:43:20.862Z] + echo Creating docker-py-bundles.tar.gz [2020-02-26T15:43:20.862Z] Creating docker-py-bundles.tar.gz [2020-02-26T15:43:20.862Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-02-26T15:43:20.873Z] Archiving artifacts [2020-02-26T15:43:21.113Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-02-26T15:43:21.308Z] === RUN TestDockerSuite/TestBuildHistory [2020-02-26T15:43:21.463Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER docker:f508db483395059344d972b18559317fd9b2636f hack/make.sh binary-daemon [2020-02-26T15:43:21.720Z] [2020-02-26T15:43:21.945Z] ? github.com/docker/docker/api [no test files] [2020-02-26T15:43:21.978Z] Removing bundles/ [2020-02-26T15:43:21.978Z] [2020-02-26T15:43:21.978Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-02-26T15:43:21.978Z] Building: bundles/binary-daemon/dockerd-dev [2020-02-26T15:43:21.978Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:43:25.581Z] === RUN TestDockerSuite/TestBuildIidFile [2020-02-26T15:43:26.143Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-02-26T15:43:26.400Z] === RUN TestDockerSuite/TestBuildInheritance [2020-02-26T15:43:26.963Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-02-26T15:43:27.219Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-02-26T15:43:27.219Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-02-26T15:43:28.587Z] === RUN TestDockerSuite/TestBuildLabel [2020-02-26T15:43:28.843Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-02-26T15:43:29.406Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-02-26T15:43:29.663Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-02-26T15:43:29.920Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-02-26T15:43:30.177Z] === RUN TestDockerSuite/TestBuildLabels [2020-02-26T15:43:30.740Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-02-26T15:43:31.670Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-02-26T15:43:33.039Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.71s) [2020-02-26T15:43:33.039Z] PASS [2020-02-26T15:43:33.039Z] [2020-02-26T15:43:33.039Z] DONE 17 tests in 52.716s [2020-02-26T15:43:33.039Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-26T15:43:33.039Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:33.039Z] ++ set -e [2020-02-26T15:43:33.039Z] ++ '[' -n 0 ']' [2020-02-26T15:43:33.039Z] ++ set -x [2020-02-26T15:43:33.039Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:33.296Z] INFO: Testing against a local daemon [2020-02-26T15:43:33.296Z] === RUN TestPluginInvalidJSON [2020-02-26T15:43:33.296Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:43:33.296Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:43:33.296Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:43:33.296Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-26T15:43:33.296Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-26T15:43:33.296Z] PASS [2020-02-26T15:43:33.296Z] [2020-02-26T15:43:33.296Z] DONE 2 tests in 0.173s [2020-02-26T15:43:33.296Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-26T15:43:33.296Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:33.296Z] ++ set -e [2020-02-26T15:43:33.296Z] ++ '[' -n 0 ']' [2020-02-26T15:43:33.296Z] ++ set -x [2020-02-26T15:43:33.296Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:33.553Z] INFO: Testing against a local daemon [2020-02-26T15:43:33.553Z] === RUN TestExternalGraphDriver [2020-02-26T15:43:33.553Z] === RUN TestExternalGraphDriver/json [2020-02-26T15:43:35.449Z] === RUN TestDockerSuite/TestBuildLastModified [2020-02-26T15:43:35.706Z] === RUN TestExternalGraphDriver/spec [2020-02-26T15:43:37.599Z] === RUN TestExternalGraphDriver/pull [2020-02-26T15:43:38.846Z] --- PASS: TestImportExtremelyLargeImageWorks (79.54s) [2020-02-26T15:43:38.846Z] PASS [2020-02-26T15:43:38.846Z] [2020-02-26T15:43:38.846Z] === Skipped [2020-02-26T15:43:38.846Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-26T15:43:38.846Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:43:38.846Z] [2020-02-26T15:43:38.846Z] [2020-02-26T15:43:38.846Z] DONE 12 tests, 1 skipped in 80.788s [2020-02-26T15:43:38.846Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-02-26T15:43:38.846Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:38.846Z] ++ set -e [2020-02-26T15:43:38.846Z] ++ '[' -n 0 ']' [2020-02-26T15:43:38.846Z] ++ set -x [2020-02-26T15:43:38.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:38.846Z] INFO: Testing against a local daemon [2020-02-26T15:43:38.846Z] === RUN TestNetworkCreateDelete [2020-02-26T15:43:38.846Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-02-26T15:43:38.846Z] === RUN TestDockerNetworkDeletePreferID [2020-02-26T15:43:38.846Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-02-26T15:43:38.846Z] === RUN TestInspectNetwork [2020-02-26T15:43:38.846Z] === RUN TestInspectNetwork/full_network_id [2020-02-26T15:43:38.846Z] === RUN TestInspectNetwork/partial_network_id [2020-02-26T15:43:38.846Z] === RUN TestInspectNetwork/network_name [2020-02-26T15:43:38.847Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-26T15:43:39.493Z] --- PASS: TestExternalGraphDriver (5.98s) [2020-02-26T15:43:39.493Z] --- PASS: TestExternalGraphDriver/json (2.13s) [2020-02-26T15:43:39.493Z] --- PASS: TestExternalGraphDriver/spec (1.95s) [2020-02-26T15:43:39.493Z] --- PASS: TestExternalGraphDriver/pull (1.73s) [2020-02-26T15:43:39.493Z] === RUN TestGraphdriverPluginV2 [2020-02-26T15:43:40.863Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-02-26T15:43:44.135Z] --- PASS: TestGraphdriverPluginV2 (4.54s) [2020-02-26T15:43:44.135Z] PASS [2020-02-26T15:43:44.135Z] [2020-02-26T15:43:44.135Z] DONE 5 tests in 10.685s [2020-02-26T15:43:44.135Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-26T15:43:44.135Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:44.135Z] ++ set -e [2020-02-26T15:43:44.135Z] ++ '[' -n 0 ']' [2020-02-26T15:43:44.135Z] ++ set -x [2020-02-26T15:43:44.135Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:43:44.135Z] INFO: Testing against a local daemon [2020-02-26T15:43:44.135Z] === RUN TestContinueAfterPluginCrash [2020-02-26T15:43:44.135Z] === PAUSE TestContinueAfterPluginCrash [2020-02-26T15:43:44.135Z] === RUN TestDaemonStartWithLogOpt [2020-02-26T15:43:44.135Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-26T15:43:44.135Z] === CONT TestContinueAfterPluginCrash [2020-02-26T15:43:44.135Z] === CONT TestDaemonStartWithLogOpt [2020-02-26T15:43:44.398Z] ok github.com/docker/docker/api/server 0.026s coverage: 9.0% of statements [2020-02-26T15:43:44.899Z] --- PASS: TestInspectNetwork (8.89s) [2020-02-26T15:43:44.899Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-26T15:43:44.899Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-26T15:43:44.899Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-26T15:43:44.899Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-26T15:43:44.899Z] === RUN TestRunContainerWithBridgeNone [2020-02-26T15:43:45.066Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-02-26T15:43:45.066Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-02-26T15:43:45.323Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-02-26T15:43:45.323Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-02-26T15:43:45.581Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-02-26T15:43:46.145Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-02-26T15:43:46.641Z] --- PASS: TestRunContainerWithBridgeNone (2.58s) [2020-02-26T15:43:46.641Z] === RUN TestNetworkInvalidJSON [2020-02-26T15:43:46.641Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-26T15:43:46.641Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-26T15:43:46.641Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:43:46.641Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:43:46.641Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:43:46.641Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:43:46.641Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-26T15:43:46.641Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T15:43:46.641Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T15:43:46.641Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-02-26T15:43:46.641Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-26T15:43:46.641Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-26T15:43:46.641Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-26T15:43:46.641Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-26T15:43:47.845Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-02-26T15:43:47.845Z] === RUN TestDaemonDefaultNetworkPools [2020-02-26T15:43:48.593Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2020-02-26T15:43:48.593Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-26T15:43:49.419Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-02-26T15:43:49.514Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2020-02-26T15:43:49.514Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-26T15:43:50.716Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2020-02-26T15:43:50.716Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-26T15:43:51.326Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-02-26T15:43:51.460Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-02-26T15:43:51.460Z] === RUN TestServiceWithPredefinedNetwork [2020-02-26T15:43:52.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-02-26T15:43:54.672Z] --- PASS: TestServiceWithPredefinedNetwork (2.89s) [2020-02-26T15:43:54.672Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-26T15:43:54.672Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:43:54.672Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:43:54.672Z] === RUN TestServiceWithDataPathPortInit [2020-02-26T15:43:57.520Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-02-26T15:43:58.084Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-02-26T15:43:59.016Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-02-26T15:44:01.536Z] --- PASS: TestDaemonStartWithLogOpt (17.15s) [2020-02-26T15:44:05.705Z] --- PASS: TestContinueAfterPluginCrash (21.70s) [2020-02-26T15:44:05.705Z] PASS [2020-02-26T15:44:05.705Z] [2020-02-26T15:44:05.705Z] DONE 2 tests in 21.817s [2020-02-26T15:44:05.705Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-26T15:44:05.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:05.705Z] ++ set -e [2020-02-26T15:44:05.705Z] ++ '[' -n 0 ']' [2020-02-26T15:44:05.705Z] ++ set -x [2020-02-26T15:44:05.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-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:05.962Z] INFO: Testing against a local daemon [2020-02-26T15:44:05.962Z] === RUN TestPluginWithDevMounts [2020-02-26T15:44:05.962Z] === PAUSE TestPluginWithDevMounts [2020-02-26T15:44:05.962Z] === CONT TestPluginWithDevMounts [2020-02-26T15:44:07.853Z] --- PASS: TestPluginWithDevMounts (1.95s) [2020-02-26T15:44:07.853Z] PASS [2020-02-26T15:44:07.853Z] [2020-02-26T15:44:07.853Z] DONE 1 tests in 2.105s [2020-02-26T15:44:07.853Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-02-26T15:44:07.853Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:07.853Z] ++ set -e [2020-02-26T15:44:07.853Z] ++ '[' -n 0 ']' [2020-02-26T15:44:07.853Z] ++ set -x [2020-02-26T15:44:07.853Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:08.110Z] INFO: Testing against a local daemon [2020-02-26T15:44:08.110Z] === RUN TestSecretInspect [2020-02-26T15:44:10.004Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-02-26T15:44:10.870Z] --- PASS: TestServiceWithDataPathPortInit (16.54s) [2020-02-26T15:44:10.870Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-26T15:44:11.372Z] --- PASS: TestSecretInspect (3.03s) [2020-02-26T15:44:11.372Z] === RUN TestSecretList [2020-02-26T15:44:14.644Z] --- PASS: TestSecretList (3.01s) [2020-02-26T15:44:14.644Z] === RUN TestSecretsCreateAndDelete [2020-02-26T15:44:14.644Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-02-26T15:44:15.575Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-02-26T15:44:16.947Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-02-26T15:44:17.510Z] --- PASS: TestSecretsCreateAndDelete (3.26s) [2020-02-26T15:44:17.510Z] === RUN TestSecretsUpdate [2020-02-26T15:44:18.074Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-02-26T15:44:18.074Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-02-26T15:44:18.383Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.53s) [2020-02-26T15:44:18.383Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uwxdtxe2q4q2im2n3d29wepjo Created:2020-02-26 15:44:11.762513784 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[ccdf2b2da717803b14c3c0a6f23d853b49470eccfb958fd7d0c6a721286b4098:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oadrz7upxefzbci06rv27trf6 EndpointID:84e65ab880986ea814ac2a4c2740e204dd3b8635ff2956435ae15fd0233e37a8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:192409a3c3c1cedd37afcb58c5162fcb0d3940455266a494391d28d4e39a38b8 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:b093e68fcad9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oadrz7upxefzbci06rv27trf6 EndpointID:84e65ab880986ea814ac2a4c2740e204dd3b8635ff2956435ae15fd0233e37a8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-26T15:44:18.383Z] PASS [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] === Skipped [2020-02-26T15:44:18.383Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T15:44:18.383Z] service_test.go:230: FLAKY_TEST [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] DONE 21 tests, 1 skipped in 43.648s [2020-02-26T15:44:18.383Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:44:18.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:18.383Z] ++ set -e [2020-02-26T15:44:18.383Z] ++ '[' -n 0 ']' [2020-02-26T15:44:18.383Z] ++ set -x [2020-02-26T15:44:18.383Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:18.383Z] INFO: Testing against a local daemon [2020-02-26T15:44:18.383Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-26T15:44:18.383Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:44:18.383Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:44:18.383Z] === RUN TestDockerNetworkIpvlan [2020-02-26T15:44:18.383Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:44:18.383Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:44:18.383Z] PASS [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] === Skipped [2020-02-26T15:44:18.383Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-02-26T15:44:18.383Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-26T15:44:18.383Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] [2020-02-26T15:44:18.383Z] DONE 2 tests, 2 skipped in 0.070s [2020-02-26T15:44:18.383Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-26T15:44:18.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:18.383Z] ++ set -e [2020-02-26T15:44:18.383Z] ++ '[' -n 0 ']' [2020-02-26T15:44:18.383Z] ++ set -x [2020-02-26T15:44:18.383Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:18.738Z] INFO: Testing against a local daemon [2020-02-26T15:44:18.738Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-26T15:44:19.947Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2020-02-26T15:44:19.947Z] === RUN TestDockerNetworkMacvlan [2020-02-26T15:44:20.698Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-26T15:44:21.347Z] --- PASS: TestSecretsUpdate (3.93s) [2020-02-26T15:44:21.347Z] === RUN TestTemplatedSecret [2020-02-26T15:44:21.347Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-02-26T15:44:21.443Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-26T15:44:22.790Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-26T15:44:24.653Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-02-26T15:44:24.910Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-02-26T15:44:25.160Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-26T15:44:25.474Z] --- PASS: TestTemplatedSecret (4.13s) [2020-02-26T15:44:25.474Z] === RUN TestSecretCreateResolve [2020-02-26T15:44:27.366Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-02-26T15:44:27.931Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-02-26T15:44:28.187Z] --- PASS: TestSecretCreateResolve (2.64s) [2020-02-26T15:44:28.187Z] PASS [2020-02-26T15:44:28.188Z] [2020-02-26T15:44:28.188Z] DONE 6 tests in 20.123s [2020-02-26T15:44:28.188Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-02-26T15:44:28.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:28.188Z] ++ set -e [2020-02-26T15:44:28.188Z] ++ '[' -n 0 ']' [2020-02-26T15:44:28.188Z] ++ set -x [2020-02-26T15:44:28.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:28.188Z] INFO: Testing against a local daemon [2020-02-26T15:44:28.188Z] === RUN TestServiceCreateInit [2020-02-26T15:44:28.188Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-26T15:44:28.288Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-26T15:44:30.081Z] === RUN TestDockerSuite/TestBuildNetNone [2020-02-26T15:44:30.645Z] === RUN TestDockerSuite/TestBuildNoContext [2020-02-26T15:44:32.014Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-02-26T15:44:32.944Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-26T15:44:33.201Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-02-26T15:44:33.265Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan (14.17s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.13s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.15s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.84s) [2020-02-26T15:44:34.032Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.81s) [2020-02-26T15:44:34.032Z] PASS [2020-02-26T15:44:34.032Z] [2020-02-26T15:44:34.032Z] DONE 8 tests in 15.636s [2020-02-26T15:44:34.032Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-26T15:44:34.032Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:34.032Z] ++ set -e [2020-02-26T15:44:34.032Z] ++ '[' -n 0 ']' [2020-02-26T15:44:34.032Z] ++ set -x [2020-02-26T15:44:34.032Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:34.032Z] testing: warning: no tests to run [2020-02-26T15:44:34.032Z] PASS [2020-02-26T15:44:34.032Z] [2020-02-26T15:44:34.032Z] DONE 0 tests in 0.017s [2020-02-26T15:44:34.032Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-26T15:44:34.032Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:34.032Z] ++ set -e [2020-02-26T15:44:34.032Z] ++ '[' -n 0 ']' [2020-02-26T15:44:34.032Z] ++ set -x [2020-02-26T15:44:34.032Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:44:34.440Z] INFO: Testing against a local daemon [2020-02-26T15:44:34.440Z] === RUN TestAuthZPluginAllowRequest [2020-02-26T15:44:35.721Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-02-26T15:44:35.721Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-02-26T15:44:35.748Z] --- PASS: TestAuthZPluginAllowRequest (1.61s) [2020-02-26T15:44:35.748Z] === RUN TestAuthZPluginTLS [2020-02-26T15:44:35.979Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-02-26T15:44:35.979Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-02-26T15:44:36.236Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-02-26T15:44:36.500Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-02-26T15:44:36.500Z] === RUN TestAuthZPluginDenyRequest [2020-02-26T15:44:36.799Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-02-26T15:44:36.846Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-02-26T15:44:36.846Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-26T15:44:37.588Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-02-26T15:44:37.588Z] === RUN TestAuthZPluginDenyResponse [2020-02-26T15:44:37.729Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-02-26T15:44:37.934Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-02-26T15:44:37.934Z] === RUN TestAuthZPluginAllowEventStream [2020-02-26T15:44:37.988Z] --- PASS: TestServiceCreateInit (9.82s) [2020-02-26T15:44:37.988Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.52s) [2020-02-26T15:44:37.988Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.27s) [2020-02-26T15:44:37.988Z] === RUN TestCreateServiceMultipleTimes [2020-02-26T15:44:39.731Z] --- PASS: TestAuthZPluginAllowEventStream (1.62s) [2020-02-26T15:44:39.731Z] === RUN TestAuthZPluginErrorResponse [2020-02-26T15:44:40.098Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-02-26T15:44:40.098Z] === RUN TestAuthZPluginErrorRequest [2020-02-26T15:44:40.516Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-02-26T15:44:40.838Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-02-26T15:44:40.838Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-26T15:44:41.182Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-02-26T15:44:41.182Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-26T15:44:41.449Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-02-26T15:44:43.424Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-02-26T15:44:43.425Z] Copying nested executables into bundles/binary-daemon [2020-02-26T15:44:43.425Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-02-26T15:44:43.525Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.00s) [2020-02-26T15:44:43.525Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-26T15:44:43.750Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER docker:f508db483395059344d972b18559317fd9b2636f hack/make.sh cross [2020-02-26T15:44:44.316Z] [2020-02-26T15:44:44.316Z] Removing bundles/ [2020-02-26T15:44:44.316Z] [2020-02-26T15:44:44.316Z] ---> Making bundle: cross (in bundles/cross) [2020-02-26T15:44:44.316Z] Cross building: bundles/cross/linux/amd64 [2020-02-26T15:44:44.316Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-02-26T15:44:44.316Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-02-26T15:44:44.720Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-02-26T15:44:45.431Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.13s) [2020-02-26T15:44:45.431Z] === RUN TestAuthZPluginHeader [2020-02-26T15:44:46.208Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-02-26T15:44:46.208Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-26T15:44:46.208Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T15:44:46.208Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:44:46.208Z] === RUN TestAuthZPluginV2Disable [2020-02-26T15:44:46.208Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-26T15:44:46.208Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:44:46.208Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-26T15:44:46.208Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T15:44:46.208Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:44:46.208Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-26T15:44:46.208Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T15:44:46.208Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:44:46.208Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-26T15:44:46.617Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-02-26T15:44:49.135Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-02-26T15:44:50.505Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-02-26T15:44:52.401Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-02-26T15:44:52.658Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-02-26T15:44:56.835Z] === RUN TestDockerSuite/TestBuildPATH [2020-02-26T15:44:57.091Z] --- PASS: TestCreateServiceMultipleTimes (18.88s) [2020-02-26T15:44:57.091Z] === RUN TestCreateServiceConflict [2020-02-26T15:44:58.984Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-02-26T15:44:59.914Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-02-26T15:45:00.175Z] --- PASS: TestCreateServiceConflict (3.17s) [2020-02-26T15:45:00.175Z] === RUN TestCreateServiceMaxReplicas [2020-02-26T15:45:01.106Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-02-26T15:45:04.383Z] --- PASS: TestCreateServiceMaxReplicas (3.73s) [2020-02-26T15:45:04.383Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-26T15:45:05.609Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-02-26T15:45:05.609Z] PASS [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] === Skipped [2020-02-26T15:45:05.609Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T15:45:05.609Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-26T15:45:05.609Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T15:45:05.609Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T15:45:05.609Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] DONE 17 tests, 4 skipped in 28.801s [2020-02-26T15:45:05.609Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] ++ set -e [2020-02-26T15:45:05.609Z] ++ '[' -n 0 ']' [2020-02-26T15:45:05.609Z] ++ set -x [2020-02-26T15:45:05.609Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] INFO: Testing against a local daemon [2020-02-26T15:45:05.609Z] === RUN TestPluginInvalidJSON [2020-02-26T15:45:05.609Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:45:05.609Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:45:05.609Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T15:45:05.609Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-02-26T15:45:05.609Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-26T15:45:05.609Z] PASS [2020-02-26T15:45:05.609Z] [2020-02-26T15:45:05.609Z] DONE 2 tests in 0.088s [2020-02-26T15:45:05.609Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] ++ set -e [2020-02-26T15:45:05.609Z] ++ '[' -n 0 ']' [2020-02-26T15:45:05.609Z] ++ set -x [2020-02-26T15:45:05.609Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:05.609Z] INFO: Testing against a local daemon [2020-02-26T15:45:05.609Z] === RUN TestExternalGraphDriver [2020-02-26T15:45:05.609Z] === RUN TestExternalGraphDriver/json [2020-02-26T15:45:05.609Z] === RUN TestExternalGraphDriver/spec [2020-02-26T15:45:07.403Z] === RUN TestExternalGraphDriver/pull [2020-02-26T15:45:09.142Z] --- PASS: TestExternalGraphDriver (6.04s) [2020-02-26T15:45:09.143Z] --- PASS: TestExternalGraphDriver/json (1.96s) [2020-02-26T15:45:09.143Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-02-26T15:45:09.143Z] --- PASS: TestExternalGraphDriver/pull (1.95s) [2020-02-26T15:45:09.143Z] === RUN TestGraphdriverPluginV2 [2020-02-26T15:45:09.143Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-02-26T15:45:09.143Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:09.143Z] PASS [2020-02-26T15:45:09.143Z] [2020-02-26T15:45:09.143Z] === Skipped [2020-02-26T15:45:09.143Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-02-26T15:45:09.143Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:45:09.143Z] [2020-02-26T15:45:09.143Z] [2020-02-26T15:45:09.143Z] DONE 5 tests, 1 skipped in 6.167s [2020-02-26T15:45:09.143Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-26T15:45:09.143Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:09.143Z] ++ set -e [2020-02-26T15:45:09.143Z] ++ '[' -n 0 ']' [2020-02-26T15:45:09.143Z] ++ set -x [2020-02-26T15:45:09.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:09.490Z] INFO: Testing against a local daemon [2020-02-26T15:45:09.490Z] === RUN TestContinueAfterPluginCrash [2020-02-26T15:45:09.490Z] === PAUSE TestContinueAfterPluginCrash [2020-02-26T15:45:09.490Z] === RUN TestDaemonStartWithLogOpt [2020-02-26T15:45:09.490Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-26T15:45:09.490Z] === CONT TestContinueAfterPluginCrash [2020-02-26T15:45:09.490Z] === CONT TestDaemonStartWithLogOpt [2020-02-26T15:45:12.482Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-02-26T15:45:15.753Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-02-26T15:45:18.272Z] === RUN TestDockerSuite/TestBuildRm [2020-02-26T15:45:18.701Z] --- PASS: TestDaemonStartWithLogOpt (8.94s) [2020-02-26T15:45:18.835Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.99s) [2020-02-26T15:45:18.836Z] === RUN TestCreateServiceSecretFileMode [2020-02-26T15:45:21.360Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-02-26T15:45:22.291Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2020-02-26T15:45:22.291Z] === RUN TestCreateServiceConfigFileMode [2020-02-26T15:45:22.549Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-02-26T15:45:23.604Z] --- PASS: TestContinueAfterPluginCrash (13.86s) [2020-02-26T15:45:23.604Z] PASS [2020-02-26T15:45:23.604Z] [2020-02-26T15:45:23.604Z] DONE 2 tests in 13.953s [2020-02-26T15:45:23.604Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-26T15:45:23.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:23.604Z] ++ set -e [2020-02-26T15:45:23.604Z] ++ '[' -n 0 ']' [2020-02-26T15:45:23.604Z] ++ set -x [2020-02-26T15:45:23.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:23.604Z] INFO: Testing against a local daemon [2020-02-26T15:45:23.604Z] === RUN TestPluginWithDevMounts [2020-02-26T15:45:23.604Z] === PAUSE TestPluginWithDevMounts [2020-02-26T15:45:23.604Z] === CONT TestPluginWithDevMounts [2020-02-26T15:45:23.920Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-02-26T15:45:24.485Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-02-26T15:45:25.328Z] --- PASS: TestPluginWithDevMounts (1.87s) [2020-02-26T15:45:25.328Z] PASS [2020-02-26T15:45:25.328Z] [2020-02-26T15:45:25.328Z] DONE 1 tests in 1.960s [2020-02-26T15:45:25.328Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-02-26T15:45:25.328Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:25.328Z] ++ set -e [2020-02-26T15:45:25.328Z] ++ '[' -n 0 ']' [2020-02-26T15:45:25.328Z] ++ set -x [2020-02-26T15:45:25.328Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:25.328Z] INFO: Testing against a local daemon [2020-02-26T15:45:25.328Z] === RUN TestSecretInspect [2020-02-26T15:45:25.413Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-02-26T15:45:25.413Z] --- PASS: TestCreateServiceConfigFileMode (3.35s) [2020-02-26T15:45:25.413Z] === RUN TestCreateServiceSysctls [2020-02-26T15:45:26.804Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-02-26T15:45:27.066Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-02-26T15:45:28.383Z] --- PASS: TestSecretInspect (2.81s) [2020-02-26T15:45:28.383Z] === RUN TestSecretList [2020-02-26T15:45:28.436Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-02-26T15:45:30.330Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-02-26T15:45:30.330Z] --- PASS: TestCreateServiceSysctls (4.70s) [2020-02-26T15:45:30.330Z] === RUN TestCreateServiceCapabilities [2020-02-26T15:45:30.812Z] --- PASS: TestSecretList (2.86s) [2020-02-26T15:45:30.812Z] === RUN TestSecretsCreateAndDelete [2020-02-26T15:45:33.946Z] --- PASS: TestSecretsCreateAndDelete (2.79s) [2020-02-26T15:45:33.946Z] === RUN TestSecretsUpdate [2020-02-26T15:45:34.505Z] --- PASS: TestCreateServiceCapabilities (3.58s) [2020-02-26T15:45:34.505Z] === RUN TestInspect [2020-02-26T15:45:34.763Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-02-26T15:45:35.020Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-02-26T15:45:35.276Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-02-26T15:45:35.276Z] === RUN TestDockerSuite/TestBuildSpaces [2020-02-26T15:45:35.847Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-02-26T15:45:36.349Z] --- PASS: TestSecretsUpdate (2.77s) [2020-02-26T15:45:36.349Z] === RUN TestTemplatedSecret [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/types/filters 0.013s coverage: 92.2% of statements [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.5% of statements [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/api/types/versions 0.026s coverage: 75.0% of statements [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-26T15:45:36.711Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-26T15:45:36.711Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2020-02-26T15:45:37.217Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-02-26T15:45:37.340Z] ok github.com/docker/docker/cli/debug 0.028s coverage: 100.0% of statements [2020-02-26T15:45:37.474Z] === RUN TestDockerSuite/TestBuildStderr [2020-02-26T15:45:37.474Z] --- PASS: TestInspect (3.84s) [2020-02-26T15:45:37.474Z] === RUN TestCreateJob [2020-02-26T15:45:38.843Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-02-26T15:45:39.439Z] --- PASS: TestTemplatedSecret (2.95s) [2020-02-26T15:45:39.439Z] === RUN TestSecretCreateResolve [2020-02-26T15:45:40.054Z] ok github.com/docker/docker/builder/remotecontext/git 4.691s coverage: 86.3% of statements [2020-02-26T15:45:41.081Z] ok github.com/docker/docker/builder/remotecontext 0.674s coverage: 13.6% of statements [2020-02-26T15:45:41.369Z] --- PASS: TestCreateJob (3.89s) [2020-02-26T15:45:41.369Z] === RUN TestReplicatedJob [2020-02-26T15:45:42.541Z] --- PASS: TestSecretCreateResolve (2.95s) [2020-02-26T15:45:42.541Z] PASS [2020-02-26T15:45:42.541Z] [2020-02-26T15:45:42.541Z] DONE 6 tests in 17.191s [2020-02-26T15:45:42.541Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-02-26T15:45:42.541Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:42.541Z] ++ set -e [2020-02-26T15:45:42.541Z] ++ '[' -n 0 ']' [2020-02-26T15:45:42.541Z] ++ set -x [2020-02-26T15:45:42.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:45:42.541Z] INFO: Testing against a local daemon [2020-02-26T15:45:42.541Z] === RUN TestServiceCreateInit [2020-02-26T15:45:42.541Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-26T15:45:42.578Z] ok github.com/docker/docker/builder/dockerfile 1.488s coverage: 48.2% of statements [2020-02-26T15:45:42.578Z] ? github.com/docker/docker/cli [no test files] [2020-02-26T15:45:42.578Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-26T15:45:43.890Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-02-26T15:45:45.258Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-02-26T15:45:45.259Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-02-26T15:45:46.627Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-02-26T15:45:47.191Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-02-26T15:45:47.494Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-26T15:45:48.121Z] --- PASS: TestReplicatedJob (6.72s) [2020-02-26T15:45:48.121Z] === RUN TestUpdateReplicatedJob [2020-02-26T15:45:48.686Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-02-26T15:45:50.579Z] === RUN TestDockerSuite/TestBuildUser [2020-02-26T15:45:51.016Z] ok github.com/docker/docker/client 0.616s coverage: 75.8% of statements [2020-02-26T15:45:52.409Z] --- PASS: TestServiceCreateInit (10.06s) [2020-02-26T15:45:52.409Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.08s) [2020-02-26T15:45:52.409Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.96s) [2020-02-26T15:45:52.409Z] === RUN TestCreateServiceMultipleTimes [2020-02-26T15:45:52.472Z] --- PASS: TestUpdateReplicatedJob (4.02s) [2020-02-26T15:45:52.472Z] === RUN TestServiceListWithStatuses [2020-02-26T15:45:52.472Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-26T15:45:52.472Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:45:52.472Z] === RUN TestDockerNetworkConnectAlias [2020-02-26T15:45:52.472Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-02-26T15:45:56.649Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-02-26T15:45:58.544Z] --- PASS: TestDockerNetworkConnectAlias (6.39s) [2020-02-26T15:45:58.544Z] === RUN TestDockerNetworkReConnect [2020-02-26T15:46:03.797Z] --- PASS: TestDockerNetworkReConnect (5.00s) [2020-02-26T15:46:03.797Z] === RUN TestServicePlugin [2020-02-26T15:46:05.724Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-02-26T15:46:05.724Z] Copying nested executables into bundles/cross/linux/amd64 [2020-02-26T15:46:05.724Z] Cross building: bundles/cross/windows/amd64 [2020-02-26T15:46:05.724Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-26T15:46:05.724Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-02-26T15:46:11.871Z] --- PASS: TestCreateServiceMultipleTimes (16.63s) [2020-02-26T15:46:11.871Z] === RUN TestCreateServiceConflict [2020-02-26T15:46:11.871Z] --- PASS: TestCreateServiceConflict (2.78s) [2020-02-26T15:46:11.871Z] === RUN TestCreateServiceMaxReplicas [2020-02-26T15:46:15.790Z] --- PASS: TestCreateServiceMaxReplicas (3.63s) [2020-02-26T15:46:15.790Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-26T15:46:15.977Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-02-26T15:46:16.908Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-02-26T15:46:17.165Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-02-26T15:46:18.532Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-02-26T15:46:19.461Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-02-26T15:46:20.831Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-02-26T15:46:21.088Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-02-26T15:46:21.088Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-02-26T15:46:21.088Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-02-26T15:46:21.088Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-02-26T15:46:21.088Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-02-26T15:46:23.613Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-02-26T15:46:23.613Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-02-26T15:46:24.543Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-02-26T15:46:25.474Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-02-26T15:46:26.843Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-02-26T15:46:26.843Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-02-26T15:46:27.100Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-02-26T15:46:30.373Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-02-26T15:46:32.020Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s) [2020-02-26T15:46:32.020Z] === RUN TestCreateServiceSecretFileMode [2020-02-26T15:46:32.265Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-02-26T15:46:32.771Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2020-02-26T15:46:32.771Z] === RUN TestCreateServiceConfigFileMode [2020-02-26T15:46:33.632Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-02-26T15:46:33.889Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-02-26T15:46:34.452Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-02-26T15:46:34.452Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-02-26T15:46:35.386Z] === RUN TestDockerSuite/TestBuildXZHost [2020-02-26T15:46:35.892Z] --- PASS: TestCreateServiceConfigFileMode (3.25s) [2020-02-26T15:46:35.892Z] === RUN TestCreateServiceSysctls [2020-02-26T15:46:37.907Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-02-26T15:46:37.907Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-02-26T15:46:37.907Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-02-26T15:46:38.836Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-02-26T15:46:38.836Z] --- PASS: TestServicePlugin (35.16s) [2020-02-26T15:46:38.836Z] plugin_test.go:62: [d73ef436b7ece] joining swarm manager [d1b5011e61ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T15:46:38.836Z] plugin_test.go:65: [dcf189c57befe] joining swarm manager [d1b5011e61ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T15:46:38.836Z] === RUN TestServiceUpdateLabel [2020-02-26T15:46:39.811Z] === RUN TestDockerSuite/TestCommitChange [2020-02-26T15:46:39.913Z] --- PASS: TestCreateServiceSysctls (3.91s) [2020-02-26T15:46:39.913Z] === RUN TestCreateServiceCapabilities [2020-02-26T15:46:41.183Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-02-26T15:46:41.746Z] --- PASS: TestServiceUpdateLabel (2.95s) [2020-02-26T15:46:41.746Z] === RUN TestServiceUpdateSecrets [2020-02-26T15:46:42.003Z] === RUN TestDockerSuite/TestCommitHardlink [2020-02-26T15:46:43.827Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2020-02-26T15:46:43.827Z] === RUN TestInspect [2020-02-26T15:46:43.900Z] === RUN TestDockerSuite/TestCommitNewFile [2020-02-26T15:46:45.794Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-02-26T15:46:46.235Z] --- PASS: TestInspect (3.04s) [2020-02-26T15:46:46.236Z] === RUN TestCreateJob [2020-02-26T15:46:46.358Z] === RUN TestDockerSuite/TestCommitTTY [2020-02-26T15:46:47.907Z] ok github.com/docker/docker/cmd/dockerd 0.185s coverage: 30.7% of statements [2020-02-26T15:46:48.252Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-02-26T15:46:49.621Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-02-26T15:46:50.171Z] --- PASS: TestCreateJob (3.84s) [2020-02-26T15:46:50.171Z] === RUN TestReplicatedJob [2020-02-26T15:46:50.991Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-02-26T15:46:51.921Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-02-26T15:46:52.178Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-02-26T15:46:52.178Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-02-26T15:46:52.178Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-02-26T15:46:52.387Z] ok github.com/docker/docker/container 0.222s coverage: 35.3% of statements [2020-02-26T15:46:52.387Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-26T15:46:52.387Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-26T15:46:52.387Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-26T15:46:52.387Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-26T15:46:52.435Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-02-26T15:46:52.435Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-02-26T15:46:52.435Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-02-26T15:46:52.435Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-02-26T15:46:54.957Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-02-26T15:46:55.901Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.026s coverage: 65.3% of statements [2020-02-26T15:46:56.853Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-02-26T15:46:56.853Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-02-26T15:46:57.416Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-02-26T15:46:57.416Z] --- PASS: TestServiceUpdateSecrets (15.68s) [2020-02-26T15:46:57.416Z] === RUN TestServiceUpdateConfigs [2020-02-26T15:46:57.898Z] --- PASS: TestReplicatedJob (7.29s) [2020-02-26T15:46:57.898Z] === RUN TestUpdateReplicatedJob [2020-02-26T15:46:58.347Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-02-26T15:46:59.278Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-02-26T15:47:00.208Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-02-26T15:47:01.137Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-02-26T15:47:01.137Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-02-26T15:47:01.137Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-02-26T15:47:01.838Z] --- PASS: TestUpdateReplicatedJob (4.26s) [2020-02-26T15:47:01.838Z] === RUN TestServiceListWithStatuses [2020-02-26T15:47:01.838Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-26T15:47:01.838Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:47:01.838Z] === RUN TestDockerNetworkConnectAlias [2020-02-26T15:47:02.086Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-02-26T15:47:02.086Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-02-26T15:47:02.086Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-02-26T15:47:02.086Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-02-26T15:47:02.346Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-02-26T15:47:03.275Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-02-26T15:47:04.205Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-02-26T15:47:04.447Z] ok github.com/docker/docker/daemon/cluster/convert 0.034s coverage: 35.7% of statements [2020-02-26T15:47:04.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-02-26T15:47:04.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-02-26T15:47:06.558Z] ok github.com/docker/docker/daemon/cluster 0.160s coverage: 0.5% of statements [2020-02-26T15:47:06.662Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-02-26T15:47:06.777Z] --- PASS: TestDockerNetworkConnectAlias (5.30s) [2020-02-26T15:47:06.777Z] === RUN TestDockerNetworkReConnect [2020-02-26T15:47:07.591Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-02-26T15:47:07.591Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-02-26T15:47:08.521Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-02-26T15:47:09.451Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-02-26T15:47:10.014Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-02-26T15:47:10.943Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-02-26T15:47:10.943Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-02-26T15:47:11.713Z] --- PASS: TestDockerNetworkReConnect (4.69s) [2020-02-26T15:47:11.713Z] === RUN TestServicePlugin [2020-02-26T15:47:11.713Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-26T15:47:11.713Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:47:11.713Z] === RUN TestServiceUpdateLabel [2020-02-26T15:47:11.873Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-02-26T15:47:12.239Z] ok github.com/docker/docker/daemon/discovery 0.030s coverage: 30.0% of statements [2020-02-26T15:47:12.435Z] --- PASS: TestServiceUpdateConfigs (14.95s) [2020-02-26T15:47:12.436Z] === RUN TestServiceUpdateNetwork [2020-02-26T15:47:12.692Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-02-26T15:47:13.623Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-02-26T15:47:13.623Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-02-26T15:47:14.363Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-02-26T15:47:14.554Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-02-26T15:47:14.817Z] --- PASS: TestServiceUpdateLabel (2.86s) [2020-02-26T15:47:14.817Z] === RUN TestServiceUpdateSecrets [2020-02-26T15:47:15.006Z] ok github.com/docker/docker/daemon/config 0.103s coverage: 81.7% of statements [2020-02-26T15:47:15.924Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-02-26T15:47:17.818Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-02-26T15:47:17.819Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-02-26T15:47:17.819Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-02-26T15:47:17.819Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-02-26T15:47:17.819Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-02-26T15:47:18.381Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-02-26T15:47:18.524Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-02-26T15:47:20.563Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.582s coverage: 13.7% of statements [2020-02-26T15:47:22.620Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.017s coverage: 2.9% of statements [2020-02-26T15:47:23.630Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-02-26T15:47:23.888Z] === RUN TestDockerSuite/TestContainerAPITop [2020-02-26T15:47:24.165Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.150s coverage: 57.9% of statements [2020-02-26T15:47:24.549Z] ok github.com/docker/docker/daemon 12.538s coverage: 17.5% of statements [2020-02-26T15:47:24.549Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-26T15:47:24.549Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-26T15:47:24.549Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-26T15:47:24.549Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-26T15:47:24.869Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-02-26T15:47:24.869Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-02-26T15:47:24.869Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-02-26T15:47:27.138Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-02-26T15:47:27.138Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-02-26T15:47:27.138Z] remote: Enumerating objects: 2, done. [2020-02-26T15:47:27.138Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-02-26T15:47:27.138Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-02-26T15:47:27.138Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-02-26T15:47:27.138Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-02-26T15:47:27.138Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-02-26T15:47:27.138Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-02-26T15:47:27.504Z] --- PASS: TestServiceUpdateNetwork (14.69s) [2020-02-26T15:47:27.504Z] PASS [2020-02-26T15:47:27.504Z] [2020-02-26T15:47:27.504Z] === Skipped [2020-02-26T15:47:27.504Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-02-26T15:47:27.504Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:47:27.504Z] [2020-02-26T15:47:27.504Z] [2020-02-26T15:47:27.504Z] DONE 23 tests, 1 skipped in 178.936s [2020-02-26T15:47:27.504Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] ++ set -e [2020-02-26T15:47:27.504Z] ++ '[' -n 0 ']' [2020-02-26T15:47:27.504Z] ++ set -x [2020-02-26T15:47:27.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] INFO: Testing against a local daemon [2020-02-26T15:47:27.504Z] === RUN TestSessionCreate [2020-02-26T15:47:27.504Z] --- PASS: TestSessionCreate (0.02s) [2020-02-26T15:47:27.504Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-26T15:47:27.504Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-02-26T15:47:27.504Z] PASS [2020-02-26T15:47:27.504Z] [2020-02-26T15:47:27.504Z] DONE 2 tests in 0.178s [2020-02-26T15:47:27.504Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] ++ set -e [2020-02-26T15:47:27.504Z] ++ '[' -n 0 ']' [2020-02-26T15:47:27.504Z] ++ set -x [2020-02-26T15:47:27.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:27.504Z] INFO: Testing against a local daemon [2020-02-26T15:47:27.504Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-26T15:47:27.504Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:47:27.504Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:47:27.504Z] === RUN TestEventsExecDie [2020-02-26T15:47:27.540Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/test/unit [2020-02-26T15:47:27.788Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-02-26T15:47:28.354Z] --- PASS: TestEventsExecDie (1.01s) [2020-02-26T15:47:28.354Z] === RUN TestEventsBackwardsCompatible [2020-02-26T15:47:28.354Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-02-26T15:47:28.354Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-02-26T15:47:28.354Z] === RUN TestInfoBinaryCommits [2020-02-26T15:47:28.354Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-02-26T15:47:28.354Z] === RUN TestInfoAPIVersioned [2020-02-26T15:47:28.354Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-02-26T15:47:28.354Z] === RUN TestInfoDiscoveryBackend [2020-02-26T15:47:28.917Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-02-26T15:47:28.918Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-26T15:47:29.849Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-02-26T15:47:30.068Z] ? github.com/docker/docker/api [no test files] [2020-02-26T15:47:30.116Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-26T15:47:30.116Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-26T15:47:30.172Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.713s coverage: 68.6% of statements [2020-02-26T15:47:30.680Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-02-26T15:47:30.680Z] === RUN TestInfoAPI [2020-02-26T15:47:30.680Z] --- PASS: TestInfoAPI (0.03s) [2020-02-26T15:47:30.680Z] === RUN TestInfoAPIWarnings [2020-02-26T15:47:30.806Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.873s coverage: 48.6% of statements [2020-02-26T15:47:30.905Z] --- PASS: TestServiceUpdateSecrets (15.26s) [2020-02-26T15:47:30.905Z] === RUN TestServiceUpdateConfigs [2020-02-26T15:47:30.937Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-26T15:47:30.937Z] === RUN TestInfoDebug [2020-02-26T15:47:31.501Z] --- PASS: TestInfoDebug (0.53s) [2020-02-26T15:47:31.501Z] === RUN TestInfoInsecureRegistries [2020-02-26T15:47:32.065Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-02-26T15:47:32.065Z] === RUN TestInfoRegistryMirrors [2020-02-26T15:47:32.629Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-02-26T15:47:32.630Z] === RUN TestLoginFailsWithBadCredentials [2020-02-26T15:47:32.887Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2020-02-26T15:47:32.887Z] === RUN TestPingCacheHeaders [2020-02-26T15:47:32.887Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-02-26T15:47:32.887Z] === RUN TestPingGet [2020-02-26T15:47:32.887Z] --- PASS: TestPingGet (0.02s) [2020-02-26T15:47:32.887Z] === RUN TestPingHead [2020-02-26T15:47:32.887Z] --- PASS: TestPingHead (0.03s) [2020-02-26T15:47:32.887Z] === RUN TestVersion [2020-02-26T15:47:32.887Z] --- PASS: TestVersion (0.02s) [2020-02-26T15:47:32.887Z] PASS [2020-02-26T15:47:32.887Z] [2020-02-26T15:47:32.887Z] === Skipped [2020-02-26T15:47:32.887Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:47:32.887Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:47:32.887Z] [2020-02-26T15:47:32.887Z] [2020-02-26T15:47:32.887Z] DONE 18 tests, 1 skipped in 5.745s [2020-02-26T15:47:32.887Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-02-26T15:47:32.887Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:32.887Z] ++ set -e [2020-02-26T15:47:32.887Z] ++ '[' -n 0 ']' [2020-02-26T15:47:32.887Z] ++ set -x [2020-02-26T15:47:32.887Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:47:32.910Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.003s coverage: 45.9% of statements [2020-02-26T15:47:32.910Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-26T15:47:33.143Z] INFO: Testing against a local daemon [2020-02-26T15:47:33.144Z] === RUN TestVolumesCreateAndList [2020-02-26T15:47:33.144Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-02-26T15:47:33.144Z] === RUN TestVolumesRemove [2020-02-26T15:47:33.400Z] --- PASS: TestVolumesRemove (0.11s) [2020-02-26T15:47:33.400Z] === RUN TestVolumesInspect [2020-02-26T15:47:33.400Z] --- PASS: TestVolumesInspect (0.02s) [2020-02-26T15:47:33.400Z] === RUN TestVolumesInvalidJSON [2020-02-26T15:47:33.400Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-26T15:47:33.400Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-26T15:47:33.400Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-26T15:47:33.400Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-26T15:47:33.400Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-26T15:47:33.400Z] PASS [2020-02-26T15:47:33.400Z] [2020-02-26T15:47:33.400Z] DONE 5 tests in 0.380s [2020-02-26T15:47:33.400Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T15:47:33.658Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T15:47:33.658Z] +++ kill 5344 [2020-02-26T15:47:33.986Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.573s coverage: 76.1% of statements [2020-02-26T15:47:34.285Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.313s coverage: 54.8% of statements [2020-02-26T15:47:34.285Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-26T15:47:34.285Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-26T15:47:34.588Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-02-26T15:47:34.845Z] +++ /etc/init.d/apparmor stop [2020-02-26T15:47:34.845Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T15:47:34.845Z] [2020-02-26T15:47:34.845Z] Unloading profiles will leave already running processes permanently [2020-02-26T15:47:34.845Z] unconfined, which can lead to unexpected situations. [2020-02-26T15:47:34.845Z] [2020-02-26T15:47:34.845Z] To set a process to complain mode, use the command line tool [2020-02-26T15:47:34.845Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T15:47:34.845Z] +++ true [2020-02-26T15:47:34.845Z] [2020-02-26T15:47:34.920Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.0% of statements [2020-02-26T15:47:35.103Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-02-26T15:47:35.959Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2020-02-26T15:47:37.627Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-02-26T15:47:38.557Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-02-26T15:47:38.721Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.047s coverage: 3.0% of statements [2020-02-26T15:47:39.925Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-02-26T15:47:40.776Z] ok github.com/docker/docker/daemon/logger 0.272s coverage: 42.7% of statements [2020-02-26T15:47:41.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-02-26T15:47:43.185Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-02-26T15:47:43.511Z] ok github.com/docker/docker/daemon/logger/gelf 0.042s coverage: 67.0% of statements [2020-02-26T15:47:43.511Z] ok github.com/docker/docker/daemon/logger/awslogs 0.688s coverage: 77.8% of statements [2020-02-26T15:47:44.543Z] ok github.com/docker/docker/daemon/logger/journald 0.048s coverage: 26.2% of statements [2020-02-26T15:47:44.930Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-02-26T15:47:45.079Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-02-26T15:47:45.173Z] ok github.com/docker/docker/daemon/images 0.078s coverage: 4.9% of statements [2020-02-26T15:47:45.173Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-26T15:47:45.173Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-26T15:47:45.173Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-26T15:47:45.173Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-26T15:47:45.173Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.027s coverage: 88.3% of statements [2020-02-26T15:47:46.448Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000331440_} [2020-02-26T15:47:47.074Z] --- PASS: TestServiceUpdateConfigs (15.32s) [2020-02-26T15:47:47.074Z] === RUN TestServiceUpdateNetwork [2020-02-26T15:47:47.893Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2020-02-26T15:47:48.340Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1339813731_/foo_false____} [2020-02-26T15:47:49.394Z] ok github.com/docker/docker/daemon/logger/local 0.089s coverage: 74.7% of statements [2020-02-26T15:47:49.394Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-26T15:47:49.707Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1339813731_/foo_true____} [2020-02-26T15:47:50.027Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.062s coverage: 19.9% of statements [2020-02-26T15:47:51.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-02-26T15:47:51.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_false____} [2020-02-26T15:47:51.557Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-02-26T15:47:52.210Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2020-02-26T15:47:53.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_true____} [2020-02-26T15:47:53.352Z] ok github.com/docker/docker/daemon/network 0.016s coverage: 63.8% of statements [2020-02-26T15:47:53.645Z] ok github.com/docker/docker/daemon/logger/splunk 2.902s coverage: 82.5% of statements [2020-02-26T15:47:53.645Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-26T15:47:53.645Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-26T15:47:54.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_true__0xc000331920__} [2020-02-26T15:47:56.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000331940_} [2020-02-26T15:47:57.606Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000331960_} [2020-02-26T15:47:58.106Z] ok github.com/docker/docker/distribution/metadata 0.236s coverage: 48.2% of statements [2020-02-26T15:47:58.922Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2020-02-26T15:47:59.314Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000331980_} [2020-02-26T15:47:59.944Z] ok github.com/docker/docker/distribution 0.550s coverage: 22.1% of statements [2020-02-26T15:47:59.945Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-26T15:48:00.587Z] --- PASS: TestServiceUpdateNetwork (14.08s) [2020-02-26T15:48:00.587Z] PASS [2020-02-26T15:48:00.587Z] [2020-02-26T15:48:00.587Z] === Skipped [2020-02-26T15:48:00.587Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-02-26T15:48:00.587Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T15:48:00.587Z] [2020-02-26T15:48:00.587Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-02-26T15:48:00.587Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:48:00.587Z] [2020-02-26T15:48:00.587Z] [2020-02-26T15:48:00.587Z] DONE 23 tests, 2 skipped in 136.742s [2020-02-26T15:48:00.587Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] ++ set -e [2020-02-26T15:48:00.587Z] ++ '[' -n 0 ']' [2020-02-26T15:48:00.587Z] ++ set -x [2020-02-26T15:48:00.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] INFO: Testing against a local daemon [2020-02-26T15:48:00.587Z] === RUN TestSessionCreate [2020-02-26T15:48:00.587Z] --- PASS: TestSessionCreate (0.02s) [2020-02-26T15:48:00.587Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-26T15:48:00.587Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-02-26T15:48:00.587Z] PASS [2020-02-26T15:48:00.587Z] [2020-02-26T15:48:00.587Z] DONE 2 tests in 0.096s [2020-02-26T15:48:00.587Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] ++ set -e [2020-02-26T15:48:00.587Z] ++ '[' -n 0 ']' [2020-02-26T15:48:00.587Z] ++ set -x [2020-02-26T15:48:00.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:00.587Z] INFO: Testing against a local daemon [2020-02-26T15:48:00.587Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-26T15:48:00.587Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:48:00.587Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:48:00.587Z] === RUN TestEventsExecDie [2020-02-26T15:48:00.587Z] --- PASS: TestEventsExecDie (0.85s) [2020-02-26T15:48:00.587Z] === RUN TestEventsBackwardsCompatible [2020-02-26T15:48:00.587Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-02-26T15:48:00.587Z] === RUN TestInfoBinaryCommits [2020-02-26T15:48:00.587Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-02-26T15:48:00.587Z] === RUN TestInfoAPIVersioned [2020-02-26T15:48:00.587Z] --- PASS: TestInfoAPIVersioned (0.00s) [2020-02-26T15:48:00.587Z] === RUN TestInfoDiscoveryBackend [2020-02-26T15:48:00.942Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-02-26T15:48:00.942Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-26T15:48:01.207Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003319a0_} [2020-02-26T15:48:01.457Z] ok github.com/docker/docker/distribution/xfer 1.688s coverage: 85.1% of statements [2020-02-26T15:48:01.457Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-26T15:48:01.687Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-26T15:48:01.687Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-26T15:48:02.559Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-02-26T15:48:02.559Z] === RUN TestInfoAPI [2020-02-26T15:48:02.559Z] --- PASS: TestInfoAPI (0.02s) [2020-02-26T15:48:02.559Z] === RUN TestInfoAPIWarnings [2020-02-26T15:48:02.575Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-02-26T15:48:02.952Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-02-26T15:48:02.952Z] === RUN TestInfoDebug [2020-02-26T15:48:03.297Z] --- PASS: TestInfoDebug (0.52s) [2020-02-26T15:48:03.297Z] === RUN TestInfoInsecureRegistries [2020-02-26T15:48:03.511Z] ok github.com/docker/docker/image 0.106s coverage: 86.4% of statements [2020-02-26T15:48:03.798Z] ok github.com/docker/docker/image/cache 0.041s coverage: 19.2% of statements [2020-02-26T15:48:03.798Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-26T15:48:04.052Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-02-26T15:48:04.052Z] === RUN TestInfoRegistryMirrors [2020-02-26T15:48:04.409Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-02-26T15:48:04.409Z] === RUN TestLoginFailsWithBadCredentials [2020-02-26T15:48:04.421Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2020-02-26T15:48:04.421Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-02-26T15:48:04.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-02-26T15:48:04.710Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2020-02-26T15:48:04.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-02-26T15:48:04.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-02-26T15:48:04.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-02-26T15:48:04.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-02-26T15:48:04.725Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-02-26T15:48:04.765Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-02-26T15:48:04.765Z] === RUN TestPingCacheHeaders [2020-02-26T15:48:04.765Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-02-26T15:48:04.765Z] === RUN TestPingGet [2020-02-26T15:48:04.765Z] --- PASS: TestPingGet (0.01s) [2020-02-26T15:48:04.765Z] === RUN TestPingHead [2020-02-26T15:48:04.765Z] --- PASS: TestPingHead (0.01s) [2020-02-26T15:48:04.765Z] === RUN TestVersion [2020-02-26T15:48:04.765Z] --- PASS: TestVersion (0.01s) [2020-02-26T15:48:04.765Z] PASS [2020-02-26T15:48:04.765Z] [2020-02-26T15:48:04.765Z] === Skipped [2020-02-26T15:48:04.765Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T15:48:04.765Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T15:48:04.765Z] [2020-02-26T15:48:04.765Z] [2020-02-26T15:48:04.765Z] DONE 18 tests, 1 skipped in 5.554s [2020-02-26T15:48:04.765Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-02-26T15:48:04.765Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:04.765Z] ++ set -e [2020-02-26T15:48:04.765Z] ++ '[' -n 0 ']' [2020-02-26T15:48:04.765Z] ++ set -x [2020-02-26T15:48:04.765Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:48:04.765Z] INFO: Testing against a local daemon [2020-02-26T15:48:04.765Z] === RUN TestVolumesCreateAndList [2020-02-26T15:48:04.765Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-02-26T15:48:04.765Z] === RUN TestVolumesRemove [2020-02-26T15:48:05.112Z] --- PASS: TestVolumesRemove (0.07s) [2020-02-26T15:48:05.113Z] === RUN TestVolumesInspect [2020-02-26T15:48:05.113Z] --- PASS: TestVolumesInspect (0.01s) [2020-02-26T15:48:05.113Z] === RUN TestVolumesInvalidJSON [2020-02-26T15:48:05.113Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-26T15:48:05.113Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-26T15:48:05.113Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-26T15:48:05.113Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-02-26T15:48:05.113Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-26T15:48:05.113Z] PASS [2020-02-26T15:48:05.113Z] [2020-02-26T15:48:05.113Z] DONE 5 tests in 0.190s [2020-02-26T15:48:05.113Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T15:48:05.113Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T15:48:05.113Z] +++ kill 11626 [2020-02-26T15:48:06.319Z] +++ /etc/init.d/apparmor stop [2020-02-26T15:48:06.319Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T15:48:06.319Z] [2020-02-26T15:48:06.319Z] Unloading profiles will leave already running processes permanently [2020-02-26T15:48:06.319Z] unconfined, which can lead to unexpected situations. [2020-02-26T15:48:06.319Z] [2020-02-26T15:48:06.319Z] To set a process to complain mode, use the command line tool [2020-02-26T15:48:06.319Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T15:48:06.319Z] +++ true [2020-02-26T15:48:06.319Z] [2020-02-26T15:48:06.770Z] ok github.com/docker/docker/pkg/aaparser 0.025s coverage: 50.0% of statements [2020-02-26T15:48:07.999Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork Post stage [Pipeline] junit [2020-02-26T15:48:08.305Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-26T15:48:09.668Z] + echo Ensuring container killed. [2020-02-26T15:48:09.668Z] Ensuring container killed. [2020-02-26T15:48:09.668Z] + docker rm -vf docker-pr2 [2020-02-26T15:48:09.668Z] Error: No such container: docker-pr2 [2020-02-26T15:48:09.668Z] + true [Pipeline] sh [2020-02-26T15:48:10.284Z] ok github.com/docker/docker/opts 0.057s coverage: 67.4% of statements [2020-02-26T15:48:10.403Z] + echo Chowning /workspace to jenkins user [2020-02-26T15:48:10.403Z] Chowning /workspace to jenkins user [2020-02-26T15:48:10.403Z] + id -u [2020-02-26T15:48:10.403Z] + id -g [2020-02-26T15:48:10.403Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40583:/workspace busybox chown -R 1001:1001 /workspace [2020-02-26T15:48:10.403Z] Unable to find image 'busybox:latest' locally [2020-02-26T15:48:10.520Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-02-26T15:48:10.749Z] latest: Pulling from library/busybox [2020-02-26T15:48:10.749Z] 6dc7af96dfc8: Pulling fs layer [2020-02-26T15:48:10.749Z] 6dc7af96dfc8: Verifying Checksum [2020-02-26T15:48:10.749Z] 6dc7af96dfc8: Download complete [2020-02-26T15:48:10.907Z] ok github.com/docker/docker/pkg/authorization 0.562s coverage: 68.3% of statements [2020-02-26T15:48:11.200Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2020-02-26T15:48:11.492Z] 6dc7af96dfc8: Pull complete [2020-02-26T15:48:11.492Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-26T15:48:11.492Z] Status: Downloaded newer image for busybox:latest [2020-02-26T15:48:11.827Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-02-26T15:48:12.114Z] ok github.com/docker/docker/pkg/archive 1.455s coverage: 77.0% of statements [2020-02-26T15:48:13.039Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-02-26T15:48:13.136Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T15:48:13.763Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-02-26T15:48:13.921Z] + bundleName=s390x-integration [2020-02-26T15:48:13.921Z] + echo Creating s390x-integration-bundles.tar.gz [2020-02-26T15:48:13.921Z] Creating s390x-integration-bundles.tar.gz [2020-02-26T15:48:13.921Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-02-26T15:48:13.921Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-26T15:48:14.039Z] Archiving artifacts [2020-02-26T15:48:14.386Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2020-02-26T15:48:14.934Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-02-26T15:48:15.191Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-02-26T15:48:15.429Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T15:48:16.098Z] + make clean [2020-02-26T15:48:16.121Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-02-26T15:48:16.439Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2020-02-26T15:48:16.442Z] make: command: Command not found [2020-02-26T15:48:16.442Z] make: command: Command not found [2020-02-26T15:48:16.442Z] docker volume rm -f docker-dev-cache [2020-02-26T15:48:16.442Z] docker-dev-cache [Pipeline] deleteDir [2020-02-26T15:48:17.082Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-02-26T15:48:17.082Z] ok github.com/docker/docker/layer 8.082s coverage: 68.8% of statements [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/oci [no test files] [2020-02-26T15:48:17.082Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-26T15:48:17.490Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-02-26T15:48:17.704Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-02-26T15:48:18.330Z] ok github.com/docker/docker/pkg/chrootarchive 4.653s coverage: 43.2% of statements [2020-02-26T15:48:18.330Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-26T15:48:18.330Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-26T15:48:18.420Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-02-26T15:48:18.954Z] ok github.com/docker/docker/pkg/filenotify 0.618s coverage: 67.0% of statements [2020-02-26T15:48:19.242Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 89.5% of statements [2020-02-26T15:48:19.349Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-02-26T15:48:19.866Z] ok github.com/docker/docker/pkg/discovery/kv 3.178s coverage: 84.1% of statements [2020-02-26T15:48:20.153Z] ok github.com/docker/docker/pkg/fsutils 0.429s coverage: 85.1% of statements [2020-02-26T15:48:20.278Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-02-26T15:48:21.179Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2020-02-26T15:48:21.208Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-02-26T15:48:22.202Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2020-02-26T15:48:22.578Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-02-26T15:48:22.847Z] ok github.com/docker/docker/pkg/locker 0.066s coverage: 88.9% of statements [2020-02-26T15:48:22.847Z] ok github.com/docker/docker/pkg/idtools 0.982s coverage: 70.1% of statements [2020-02-26T15:48:23.142Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-02-26T15:48:23.511Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-02-26T15:48:24.165Z] ok github.com/docker/docker/pkg/ioutils 1.869s coverage: 70.1% of statements [2020-02-26T15:48:24.165Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-26T15:48:24.165Z] ok github.com/docker/docker/pkg/namesgenerator 0.044s coverage: 85.7% of statements [2020-02-26T15:48:24.441Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-02-26T15:48:25.194Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2020-02-26T15:48:25.373Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-02-26T15:48:25.482Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2020-02-26T15:48:25.774Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 91.4% of statements [2020-02-26T15:48:25.774Z] ok github.com/docker/docker/pkg/mount 0.966s coverage: 70.0% of statements [2020-02-26T15:48:25.774Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-26T15:48:26.411Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2020-02-26T15:48:26.411Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-26T15:48:26.411Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-26T15:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-02-26T15:48:27.676Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-02-26T15:48:27.902Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2020-02-26T15:48:28.529Z] ok github.com/docker/docker/pkg/pools 0.020s coverage: 88.2% of statements [2020-02-26T15:48:28.606Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-02-26T15:48:28.817Z] ok github.com/docker/docker/pkg/plugins/transport 0.008s coverage: 85.7% of statements [2020-02-26T15:48:29.104Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2020-02-26T15:48:29.974Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-02-26T15:48:30.130Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-02-26T15:48:30.761Z] ok github.com/docker/docker/pkg/pubsub 1.174s coverage: 73.9% of statements [2020-02-26T15:48:31.342Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-02-26T15:48:31.385Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2020-02-26T15:48:32.273Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-02-26T15:48:32.273Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-02-26T15:48:32.406Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2020-02-26T15:48:32.407Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-26T15:48:33.032Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2020-02-26T15:48:33.202Z] === RUN TestDockerSuite/TestCpRelativePath [2020-02-26T15:48:33.320Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 70.8% of statements [2020-02-26T15:48:33.943Z] ok github.com/docker/docker/pkg/signal 3.469s coverage: 61.0% of statements [2020-02-26T15:48:34.132Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-02-26T15:48:34.631Z] ok github.com/docker/docker/pkg/tailfile 0.186s coverage: 88.6% of statements [2020-02-26T15:48:34.631Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.2% of statements [2020-02-26T15:48:35.063Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-02-26T15:48:35.995Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-02-26T15:48:36.128Z] testing: warning: no tests to run [2020-02-26T15:48:36.128Z] coverage: [no statements] [2020-02-26T15:48:36.128Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2020-02-26T15:48:36.128Z] ok github.com/docker/docker/pkg/term 0.036s coverage: 85.9% of statements [2020-02-26T15:48:37.157Z] ok github.com/docker/docker/pkg/tarsum 0.240s coverage: 89.3% of statements [2020-02-26T15:48:37.157Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2020-02-26T15:48:37.157Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-02-26T15:48:37.364Z] === RUN TestDockerSuite/TestCpToCaseA [2020-02-26T15:48:38.184Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2020-02-26T15:48:39.257Z] === RUN TestDockerSuite/TestCpToCaseB [2020-02-26T15:48:39.674Z] ok github.com/docker/docker/plugin/v2 0.022s coverage: 14.5% of statements [2020-02-26T15:48:39.820Z] === RUN TestDockerSuite/TestCpToCaseC [2020-02-26T15:48:42.339Z] === RUN TestDockerSuite/TestCpToCaseD [2020-02-26T15:48:42.386Z] ok github.com/docker/docker/reference 0.025s coverage: 84.4% of statements [2020-02-26T15:48:42.675Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 68.8% of statements [2020-02-26T15:48:43.698Z] ok github.com/docker/docker/plugin 0.594s coverage: 27.1% of statements [2020-02-26T15:48:44.723Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2020-02-26T15:48:44.863Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-02-26T15:48:45.760Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 50.9% of statements [2020-02-26T15:48:46.785Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2020-02-26T15:48:47.383Z] === RUN TestDockerSuite/TestCpToCaseE [2020-02-26T15:48:47.408Z] ok github.com/docker/docker/runconfig 0.022s coverage: 68.2% of statements [2020-02-26T15:48:48.036Z] ok github.com/docker/docker/registry 0.533s coverage: 56.0% of statements [2020-02-26T15:48:51.526Z] ok github.com/docker/docker/volume/drivers 0.027s coverage: 36.1% of statements [2020-02-26T15:48:51.554Z] === RUN TestDockerSuite/TestCpToCaseF [2020-02-26T15:48:51.810Z] === RUN TestDockerSuite/TestCpToCaseG [2020-02-26T15:48:52.591Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-02-26T15:48:52.591Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2020-02-26T15:48:53.523Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-02-26T15:48:53.523Z] ? github.com/docker/docker/api/server/router [no test files] [2020-02-26T15:48:53.523Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-02-26T15:48:53.523Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-02-26T15:48:53.584Z] ok github.com/docker/docker/volume/mounts 0.086s coverage: 67.0% of statements [2020-02-26T15:48:53.869Z] ok github.com/docker/docker/volume/local 0.059s coverage: 73.0% of statements [2020-02-26T15:48:54.087Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-02-26T15:48:54.087Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-02-26T15:48:54.087Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-02-26T15:48:54.087Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-02-26T15:48:54.345Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-02-26T15:48:54.345Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-02-26T15:48:55.276Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-02-26T15:48:55.276Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-02-26T15:48:55.350Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2020-02-26T15:48:55.840Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.5% of statements [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/types [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/types/container [no test files] [2020-02-26T15:48:55.840Z] ? github.com/docker/docker/api/types/events [no test files] [2020-02-26T15:48:56.405Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2020-02-26T15:48:56.405Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/image [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/network [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-02-26T15:48:56.405Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-02-26T15:48:56.980Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2020-02-26T15:48:56.980Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-02-26T15:48:56.980Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-02-26T15:48:57.081Z] === RUN TestDockerSuite/TestCpToCaseH [2020-02-26T15:48:57.543Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-02-26T15:49:00.352Z] === RUN TestDockerSuite/TestCpToCaseI [2020-02-26T15:49:01.281Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-02-26T15:49:01.719Z] ok github.com/docker/docker/builder/remotecontext 0.199s coverage: 13.6% of statements [2020-02-26T15:49:01.719Z] ok github.com/docker/docker/builder/dockerfile 0.587s coverage: 48.2% of statements [2020-02-26T15:49:02.650Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-02-26T15:49:03.725Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/rootless [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/volume [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-26T15:49:03.725Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === Skipped [2020-02-26T15:49:03.725Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-26T15:49:03.725Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-26T15:49:03.725Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.725Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.725Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.725Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.725Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.725Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-26T15:49:03.725Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:49:03.725Z] [2020-02-26T15:49:03.725Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-26T15:49:03.726Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-26T15:49:03.726Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-26T15:49:03.726Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.726Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.726Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.726Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.726Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:49:03.726Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-26T15:49:03.726Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-26T15:49:03.726Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-26T15:49:03.726Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] [2020-02-26T15:49:03.726Z] DONE 2167 tests, 20 skipped in 343.199s Post stage [Pipeline] junit [2020-02-26T15:49:03.762Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-02-26T15:49:04.548Z] ok github.com/docker/docker/builder/remotecontext/git 1.895s coverage: 86.3% of statements [2020-02-26T15:49:04.548Z] ? github.com/docker/docker/cli [no test files] [2020-02-26T15:49:04.548Z] ? github.com/docker/docker/cli/config [no test files] [2020-02-26T15:49:04.865Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40583/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -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:f508db483395059344d972b18559317fd9b2636f hack/make.sh dynbinary test-integration [2020-02-26T15:49:05.155Z] [2020-02-26T15:49:05.445Z] Removing bundles/ [2020-02-26T15:49:05.445Z] [2020-02-26T15:49:05.445Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-02-26T15:49:05.445Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:49:05.445Z] GOOS="" GOARCH="" GOARM="" [2020-02-26T15:49:06.531Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-02-26T15:49:06.531Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-02-26T15:49:07.075Z] ok github.com/docker/docker/client 0.216s coverage: 75.8% of statements [2020-02-26T15:49:07.461Z] === RUN TestDockerSuite/TestCpToDot [2020-02-26T15:49:08.396Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-02-26T15:49:10.291Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-02-26T15:49:11.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-02-26T15:49:12.589Z] === RUN TestDockerSuite/TestCpToStdout [2020-02-26T15:49:13.520Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-02-26T15:49:17.695Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-02-26T15:49:17.695Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-02-26T15:49:19.065Z] === RUN TestDockerSuite/TestCpVolumePath [2020-02-26T15:49:20.960Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-02-26T15:49:20.960Z] === RUN TestDockerSuite/TestCreateArgs [2020-02-26T15:49:20.960Z] === RUN TestDockerSuite/TestCreateByImageID [2020-02-26T15:49:21.524Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-02-26T15:49:22.453Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-02-26T15:49:22.453Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-02-26T15:49:22.453Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-02-26T15:49:23.017Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-02-26T15:49:23.580Z] === RUN TestDockerSuite/TestCreateLabels [2020-02-26T15:49:23.580Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-02-26T15:49:23.836Z] === RUN TestDockerSuite/TestCreateRM [2020-02-26T15:49:23.836Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-02-26T15:49:23.836Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-02-26T15:49:24.093Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-02-26T15:49:24.093Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-02-26T15:49:26.613Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-02-26T15:49:26.613Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-02-26T15:49:26.613Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-02-26T15:49:29.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-02-26T15:49:30.495Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-02-26T15:49:30.752Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-02-26T15:49:30.752Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-02-26T15:49:31.008Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-02-26T15:49:31.008Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-02-26T15:49:31.008Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-02-26T15:49:31.942Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-02-26T15:49:33.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-02-26T15:49:34.768Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-02-26T15:49:36.663Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-02-26T15:49:39.183Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-02-26T15:49:39.745Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-02-26T15:49:40.674Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-02-26T15:49:40.674Z] === RUN TestDockerSuite/TestDevicePermissions [2020-02-26T15:49:41.603Z] === RUN TestDockerSuite/TestDockerFails [2020-02-26T15:49:41.603Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-02-26T15:49:41.603Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-02-26T15:49:41.603Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-02-26T15:49:42.970Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-02-26T15:49:43.536Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-02-26T15:49:45.429Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-02-26T15:49:45.429Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-02-26T15:49:45.429Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-02-26T15:49:45.429Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-02-26T15:49:47.949Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-02-26T15:49:52.121Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-02-26T15:49:53.728Z] ok github.com/docker/docker/cmd/dockerd 0.082s coverage: 30.7% of statements [2020-02-26T15:49:53.728Z] ok github.com/docker/docker/container 0.128s coverage: 35.3% of statements [2020-02-26T15:49:53.728Z] ? github.com/docker/docker/container/stream [no test files] [2020-02-26T15:49:53.728Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-02-26T15:49:53.728Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-02-26T15:49:53.728Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-02-26T15:49:55.391Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-02-26T15:49:57.910Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-02-26T15:49:58.987Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2020-02-26T15:49:59.824Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-02-26T15:49:59.919Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-02-26T15:50:01.193Z] === RUN TestDockerSuite/TestEventsAttach [2020-02-26T15:50:01.757Z] === RUN TestDockerSuite/TestEventsCommit [2020-02-26T15:50:01.817Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.7% of statements [2020-02-26T15:50:02.690Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-02-26T15:50:03.621Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-02-26T15:50:03.621Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-02-26T15:50:04.552Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-02-26T15:50:05.483Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-02-26T15:50:07.377Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-02-26T15:50:09.271Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-02-26T15:50:09.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-02-26T15:50:09.918Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.461s coverage: 13.7% of statements [2020-02-26T15:50:10.860Z] ok github.com/docker/docker/daemon 12.243s coverage: 17.5% of statements [2020-02-26T15:50:10.860Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-02-26T15:50:10.860Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-02-26T15:50:12.261Z] ok github.com/docker/docker/daemon/config 0.085s coverage: 81.7% of statements [2020-02-26T15:50:12.261Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-02-26T15:50:13.106Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-02-26T15:50:13.631Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-02-26T15:50:13.631Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-02-26T15:50:13.631Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-02-26T15:50:14.196Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-02-26T15:50:16.379Z] === RUN TestDockerSuite/TestEventsCopy [2020-02-26T15:50:16.719Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-02-26T15:50:17.308Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-02-26T15:50:17.650Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.246s coverage: 57.0% of statements [2020-02-26T15:50:19.201Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-02-26T15:50:19.764Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-02-26T15:50:20.021Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-02-26T15:50:21.833Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.631s coverage: 72.5% of statements [2020-02-26T15:50:21.833Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.706s coverage: 46.2% of statements [2020-02-26T15:50:21.833Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-02-26T15:50:21.913Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-02-26T15:50:22.169Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-02-26T15:50:22.169Z] === RUN TestDockerSuite/TestEventsFilterType [2020-02-26T15:50:22.733Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-02-26T15:50:22.733Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-02-26T15:50:22.733Z] === RUN TestDockerSuite/TestEventsFilters [2020-02-26T15:50:24.357Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.018s coverage: 48.6% of statements [2020-02-26T15:50:24.625Z] === RUN TestDockerSuite/TestEventsFormat [2020-02-26T15:50:25.726Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.313s coverage: 76.1% of statements [2020-02-26T15:50:25.994Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-02-26T15:50:25.994Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-02-26T15:50:25.994Z] === RUN TestDockerSuite/TestEventsImageImport [2020-02-26T15:50:26.291Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.228s coverage: 60.1% of statements [2020-02-26T15:50:26.291Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-02-26T15:50:26.549Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-02-26T15:50:26.549Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-02-26T15:50:26.928Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-02-26T15:50:27.199Z] === RUN TestDockerSuite/TestEventsImagePull [2020-02-26T15:50:27.457Z] === RUN TestDockerSuite/TestEventsImageTag [2020-02-26T15:50:28.443Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-02-26T15:50:28.824Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-02-26T15:50:28.825Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-02-26T15:50:28.825Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-02-26T15:50:28.825Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-02-26T15:50:29.007Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-02-26T15:50:30.379Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.9% of statements [2020-02-26T15:50:30.379Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-02-26T15:50:30.379Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-02-26T15:50:30.717Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-02-26T15:50:31.283Z] === RUN TestDockerSuite/TestEventsRename [2020-02-26T15:50:31.311Z] ok github.com/docker/docker/daemon/logger 0.232s coverage: 42.7% of statements [2020-02-26T15:50:32.213Z] === RUN TestDockerSuite/TestEventsResize [2020-02-26T15:50:32.682Z] ok github.com/docker/docker/daemon/logger/awslogs 0.166s coverage: 77.8% of statements [2020-02-26T15:50:32.682Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-02-26T15:50:32.682Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-02-26T15:50:32.682Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 67.0% of statements [2020-02-26T15:50:33.142Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-02-26T15:50:33.705Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-02-26T15:50:34.052Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 26.2% of statements [2020-02-26T15:50:34.309Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 62.1% of statements [2020-02-26T15:50:34.567Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-02-26T15:50:34.634Z] === RUN TestDockerSuite/TestEventsStreaming [2020-02-26T15:50:35.563Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-02-26T15:50:35.937Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2020-02-26T15:50:35.937Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-02-26T15:50:36.194Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.011s coverage: 19.9% of statements [2020-02-26T15:50:38.089Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-02-26T15:50:38.347Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-02-26T15:50:38.834Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-02-26T15:50:38.834Z] === RUN TestDockerSuite/TestEventsTop [2020-02-26T15:50:38.919Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-02-26T15:50:39.176Z] ok github.com/docker/docker/daemon/logger/splunk 1.669s coverage: 82.5% of statements [2020-02-26T15:50:39.176Z] ? github.com/docker/docker/daemon/names [no test files] [2020-02-26T15:50:39.176Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-02-26T15:50:39.763Z] === RUN TestDockerSuite/TestEventsUntag [2020-02-26T15:50:41.654Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-02-26T15:50:41.708Z] ok github.com/docker/docker/distribution/metadata 0.060s coverage: 48.2% of statements [2020-02-26T15:50:41.708Z] ok github.com/docker/docker/distribution 0.136s coverage: 22.1% of statements [2020-02-26T15:50:41.708Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-02-26T15:50:42.217Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-02-26T15:50:43.077Z] ok github.com/docker/docker/errdefs 0.006s coverage: 49.4% of statements [2020-02-26T15:50:44.108Z] === RUN TestDockerSuite/TestExec [2020-02-26T15:50:44.447Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-02-26T15:50:45.380Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-02-26T15:50:45.380Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 85.1% of statements [2020-02-26T15:50:45.380Z] ? github.com/docker/docker/dockerversion [no test files] [2020-02-26T15:50:45.380Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-02-26T15:50:45.477Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-02-26T15:50:46.407Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-02-26T15:50:46.753Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-02-26T15:50:46.753Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-02-26T15:50:46.970Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-02-26T15:50:47.686Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-02-26T15:50:47.900Z] === RUN TestDockerSuite/TestExecAPIStart [2020-02-26T15:50:48.616Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2020-02-26T15:50:48.616Z] ok github.com/docker/docker/pkg/aaparser 0.021s coverage: 50.0% of statements [2020-02-26T15:50:49.793Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-02-26T15:50:50.356Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-02-26T15:50:51.138Z] ok github.com/docker/docker/pkg/archive 0.410s coverage: 77.4% of statements [2020-02-26T15:50:51.285Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-02-26T15:50:51.701Z] ok github.com/docker/docker/pkg/authorization 0.109s coverage: 68.3% of statements [2020-02-26T15:50:51.701Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-02-26T15:50:51.958Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-02-26T15:50:52.213Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-02-26T15:50:53.151Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-02-26T15:50:54.092Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-02-26T15:50:55.024Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-02-26T15:50:55.233Z] ok github.com/docker/docker/layer 7.434s coverage: 68.8% of statements [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/oci [no test files] [2020-02-26T15:50:55.233Z] ? github.com/docker/docker/oci/caps [no test files] [2020-02-26T15:50:55.490Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-02-26T15:50:55.747Z] ok github.com/docker/docker/pkg/chrootarchive 2.936s coverage: 43.2% of statements [2020-02-26T15:50:55.747Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-02-26T15:50:55.747Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-02-26T15:50:55.747Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-02-26T15:50:56.678Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-02-26T15:50:56.915Z] === RUN TestDockerSuite/TestExecCgroup [2020-02-26T15:50:57.241Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-02-26T15:50:57.805Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-02-26T15:50:57.845Z] === RUN TestDockerSuite/TestExecEnv [2020-02-26T15:50:58.062Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-02-26T15:50:58.774Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-02-26T15:50:59.496Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-02-26T15:51:00.427Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2020-02-26T15:51:00.427Z] ok github.com/docker/docker/pkg/discovery/kv 3.077s coverage: 84.1% of statements [2020-02-26T15:51:00.666Z] === RUN TestDockerSuite/TestExecExitStatus [2020-02-26T15:51:00.684Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2020-02-26T15:51:00.941Z] ok github.com/docker/docker/pkg/fsutils 0.227s coverage: 85.1% of statements [2020-02-26T15:51:01.231Z] === RUN TestDockerSuite/TestExecInspectID [2020-02-26T15:51:01.873Z] ok github.com/docker/docker/pkg/idtools 0.397s coverage: 70.1% of statements [2020-02-26T15:51:02.438Z] ok github.com/docker/docker/pkg/ioutils 0.598s coverage: 69.3% of statements [2020-02-26T15:51:02.438Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-02-26T15:51:02.695Z] ok github.com/docker/docker/pkg/locker 0.025s coverage: 88.9% of statements [2020-02-26T15:51:02.952Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-02-26T15:51:02.952Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-02-26T15:51:03.516Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2020-02-26T15:51:03.750Z] === RUN TestDockerSuite/TestExecInteractive [2020-02-26T15:51:03.773Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-02-26T15:51:04.037Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-02-26T15:51:04.308Z] ok github.com/docker/docker/pkg/mount 0.578s coverage: 70.0% of statements [2020-02-26T15:51:04.308Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-02-26T15:51:04.313Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-02-26T15:51:04.566Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2020-02-26T15:51:04.823Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-02-26T15:51:04.823Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-02-26T15:51:04.823Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-02-26T15:51:04.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-02-26T15:51:05.132Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-02-26T15:51:05.754Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-02-26T15:51:06.061Z] === RUN TestDockerSuite/TestExecParseError [2020-02-26T15:51:06.319Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-02-26T15:51:06.576Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-02-26T15:51:06.834Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-02-26T15:51:06.992Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-02-26T15:51:07.922Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-02-26T15:51:08.202Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-02-26T15:51:08.459Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-02-26T15:51:08.851Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-02-26T15:51:10.744Z] === RUN TestDockerSuite/TestExecSetEnv [2020-02-26T15:51:11.732Z] ok github.com/docker/docker/pkg/signal 2.426s coverage: 61.0% of statements [2020-02-26T15:51:11.732Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-02-26T15:51:11.990Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-02-26T15:51:12.115Z] === RUN TestDockerSuite/TestExecStartFails [2020-02-26T15:51:12.247Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-02-26T15:51:12.504Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-02-26T15:51:12.725Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-02-26T15:51:12.725Z] [2020-02-26T15:51:12.725Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-02-26T15:51:12.725Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-02-26T15:51:12.725Z] HOSTNAME=2fb6673aae1b [2020-02-26T15:51:12.725Z] TESTDEBUG=0 [2020-02-26T15:51:12.725Z] DEST=bundles/test-integration [2020-02-26T15:51:12.725Z] PWD=/go/src/github.com/docker/docker [2020-02-26T15:51:12.725Z] DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f [2020-02-26T15:51:12.725Z] container=docker [2020-02-26T15:51:12.725Z] HOME=/root [2020-02-26T15:51:12.725Z] GOLANG_VERSION=1.13.8 [2020-02-26T15:51:12.725Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-02-26T15:51:12.725Z] VALIDATE_BRANCH=master [2020-02-26T15:51:12.725Z] TERM=xterm [2020-02-26T15:51:12.725Z] DOCKER_PKG=github.com/docker/docker [2020-02-26T15:51:12.725Z] SHLVL=1 [2020-02-26T15:51:12.725Z] TIMEOUT=120m [2020-02-26T15:51:12.725Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-02-26T15:51:12.725Z] DOCKER_GRAPHDRIVER=overlay2 [2020-02-26T15:51:12.725Z] GO111MODULE=off [2020-02-26T15:51:12.725Z] DOCKER_EXPERIMENTAL=1 [2020-02-26T15:51:12.725Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-02-26T15:51:12.725Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-02-26T15:51:12.725Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-02-26T15:51:12.725Z] GOPATH=/go [2020-02-26T15:51:12.725Z] PKG_CONFIG=pkg-config [2020-02-26T15:51:12.725Z] _=/usr/bin/env [2020-02-26T15:51:12.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-26T15:51:13.044Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-02-26T15:51:13.068Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-02-26T15:51:13.632Z] ok github.com/docker/docker/pkg/system 0.013s coverage: 36.2% of statements [2020-02-26T15:51:13.889Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2020-02-26T15:51:14.453Z] ok github.com/docker/docker/pkg/tarsum 0.052s coverage: 89.3% of statements [2020-02-26T15:51:15.018Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2020-02-26T15:51:15.018Z] testing: warning: no tests to run [2020-02-26T15:51:15.018Z] coverage: [no statements] [2020-02-26T15:51:15.018Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-02-26T15:51:15.582Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-02-26T15:51:15.839Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-02-26T15:51:15.839Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-02-26T15:51:18.361Z] ok github.com/docker/docker/plugin 0.527s coverage: 27.1% of statements [2020-02-26T15:51:18.925Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-02-26T15:51:19.856Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-02-26T15:51:20.114Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-02-26T15:51:21.484Z] ok github.com/docker/docker/registry 0.074s coverage: 56.0% of statements [2020-02-26T15:51:22.049Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-02-26T15:51:22.307Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-02-26T15:51:23.245Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-02-26T15:51:23.245Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-02-26T15:51:25.218Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-02-26T15:51:25.218Z] === RUN TestDockerSuite/TestExecTTY [2020-02-26T15:51:25.771Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-02-26T15:51:26.149Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-02-26T15:51:26.702Z] ok github.com/docker/docker/volume/local 0.025s coverage: 73.0% of statements [2020-02-26T15:51:27.092Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-02-26T15:51:27.268Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-02-26T15:51:28.021Z] === RUN TestDockerSuite/TestExecUlimits [2020-02-26T15:51:28.229Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2020-02-26T15:51:28.950Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-02-26T15:51:28.950Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-02-26T15:51:30.842Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-02-26T15:51:31.771Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-02-26T15:51:32.700Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-02-26T15:51:32.956Z] === RUN TestDockerSuite/TestExecWithTERM [2020-02-26T15:51:33.885Z] === RUN TestDockerSuite/TestExecWithUser [2020-02-26T15:51:35.255Z] === RUN TestDockerSuite/TestGetContainerStats [2020-02-26T15:51:40.406Z] ok github.com/docker/docker/pkg/plugins 33.618s coverage: 76.6% of statements [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/rootless [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/testutil/request [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/volume [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-02-26T15:51:40.407Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === Skipped [2020-02-26T15:51:40.407Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-02-26T15:51:40.407Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-02-26T15:51:40.407Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver btrfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-02-26T15:51:40.407Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-02-26T15:51:40.407Z] overlay_test.go:49: Fails to compute changes intermittently [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-02-26T15:51:40.407Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-02-26T15:51:40.407Z] graphtest_unix.go:46: Driver zfs not supported [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-02-26T15:51:40.407Z] graphtest_unix.go:73: No driver to put! [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-02-26T15:51:40.407Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-02-26T15:51:40.407Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] [2020-02-26T15:51:40.407Z] DONE 2167 tests, 20 skipped in 250.860s Post stage [Pipeline] junit [2020-02-26T15:51:40.418Z] Recording test results [2020-02-26T15:51:40.505Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-02-26T15:51:41.206Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40583/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f508db483395059344d972b18559317fd9b2636f hack/validate/vendor [2020-02-26T15:51:42.136Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-02-26T15:51:42.722Z] + echo Building e2e image [2020-02-26T15:51:42.722Z] Building e2e image [2020-02-26T15:51:42.722Z] + docker build --build-arg DOCKER_GITCOMMIT=f508db483395059344d972b18559317fd9b2636f -t moby-e2e-test -f Dockerfile.e2e . [2020-02-26T15:51:42.722Z] #2 [internal] load .dockerignore [2020-02-26T15:51:42.722Z] #2 transferring context: 34B done [2020-02-26T15:51:42.722Z] #2 DONE 0.0s [2020-02-26T15:51:42.722Z] [2020-02-26T15:51:42.722Z] #1 [internal] load build definition from Dockerfile.e2e [2020-02-26T15:51:42.722Z] #1 transferring dockerfile: 3.21kB done [2020-02-26T15:51:42.722Z] #1 DONE 0.0s [2020-02-26T15:51:42.722Z] [2020-02-26T15:51:42.722Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-02-26T15:51:42.989Z] #4 ... [2020-02-26T15:51:42.989Z] [2020-02-26T15:51:42.989Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-02-26T15:51:42.989Z] #3 DONE 0.2s [2020-02-26T15:51:42.989Z] [2020-02-26T15:51:42.989Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-02-26T15:51:42.989Z] #4 DONE 0.3s [2020-02-26T15:51:42.989Z] [2020-02-26T15:51:42.989Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-26T15:51:42.989Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-02-26T15:51:43.246Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-02-26T15:51:43.246Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.04MB / 2.79MB 0.1s [2020-02-26T15:51:43.246Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-02-26T15:51:43.246Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-02-26T15:51:43.246Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 [2020-02-26T15:51:43.503Z] #5 ... [2020-02-26T15:51:43.503Z] [2020-02-26T15:51:43.503Z] #8 [internal] load build context [2020-02-26T15:51:43.503Z] #8 transferring context: 823.32kB 0.3s done [2020-02-26T15:51:43.503Z] #8 DONE 0.4s [2020-02-26T15:51:43.503Z] [2020-02-26T15:51:43.503Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-02-26T15:51:43.503Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.1s done [2020-02-26T15:51:43.761Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.5s done [2020-02-26T15:51:43.761Z] #5 DONE 0.7s [2020-02-26T15:51:43.761Z] [2020-02-26T15:51:43.761Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-02-26T15:51:44.680Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-02-26T15:51:44.692Z] #6 DONE 1.1s [2020-02-26T15:51:44.693Z] [2020-02-26T15:51:44.693Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-02-26T15:51:44.693Z] #14 resolve docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a done [2020-02-26T15:51:44.693Z] #14 sha256:5247a2e7ca4e484c93ce8177bdebf5922f9dbb14065583c4af5a5de35fa30987 1.36kB / 1.36kB done [2020-02-26T15:51:44.693Z] #14 sha256:e1fd9820be161c48c976bef05a2c2cffeb4e93b26acd8fdf1a9ff67f4b58c17a 3.83kB / 3.83kB done [2020-02-26T15:51:44.693Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-02-26T15:51:44.693Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-02-26T15:51:44.693Z] #14 sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a 1.65kB / 1.65kB done [2020-02-26T15:51:44.693Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-02-26T15:51:44.693Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.6s done [2020-02-26T15:51:44.693Z] #14 sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 126B / 126B 0.2s done [2020-02-26T15:51:44.693Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-02-26T15:51:44.693Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 [2020-02-26T15:51:46.571Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-02-26T15:51:49.952Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.1s [2020-02-26T15:51:50.520Z] #14 ... [2020-02-26T15:51:50.520Z] [2020-02-26T15:51:50.520Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-02-26T15:51:50.520Z] #7 1.018 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-02-26T15:51:50.520Z] #7 2.093 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-02-26T15:51:50.520Z] #7 2.197 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-02-26T15:51:50.520Z] #7 2.203 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-02-26T15:51:50.520Z] #7 2.214 (3/30) Installing readline (8.0.0-r0) [2020-02-26T15:51:50.520Z] #7 2.221 (4/30) Installing bash (5.0.0-r0) [2020-02-26T15:51:50.520Z] #7 2.236 Executing bash-5.0.0-r0.post-install [2020-02-26T15:51:50.520Z] #7 2.238 (5/30) Installing ca-certificates (20190108-r0) [2020-02-26T15:51:50.520Z] #7 2.264 (6/30) Installing libgcc (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 2.267 (7/30) Installing libstdc++ (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 2.284 (8/30) Installing binutils (2.32-r0) [2020-02-26T15:51:50.520Z] #7 2.386 (9/30) Installing gmp (6.1.2-r1) [2020-02-26T15:51:50.520Z] #7 2.394 (10/30) Installing isl (0.18-r0) [2020-02-26T15:51:50.520Z] #7 2.416 (11/30) Installing libgomp (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 2.420 (12/30) Installing libatomic (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 2.423 (13/30) Installing mpfr3 (3.1.5-r1) [2020-02-26T15:51:50.520Z] #7 2.430 (14/30) Installing mpc1 (1.1.0-r0) [2020-02-26T15:51:50.520Z] #7 2.434 (15/30) Installing gcc (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 3.326 (16/30) Installing musl-dev (1.1.22-r3) [2020-02-26T15:51:50.520Z] #7 3.424 (17/30) Installing libc-dev (0.7.1-r0) [2020-02-26T15:51:50.520Z] #7 3.426 (18/30) Installing g++ (8.3.0-r0) [2020-02-26T15:51:50.520Z] #7 3.962 (19/30) Installing nghttp2-libs (1.39.2-r0) [2020-02-26T15:51:50.520Z] #7 3.965 (20/30) Installing libcurl (7.66.0-r0) [2020-02-26T15:51:50.520Z] #7 3.972 (21/30) Installing expat (2.2.8-r0) [2020-02-26T15:51:50.520Z] #7 3.976 (22/30) Installing pcre2 (10.33-r0) [2020-02-26T15:51:50.520Z] #7 3.983 (23/30) Installing git (2.22.2-r0) [2020-02-26T15:51:50.520Z] #7 4.182 (24/30) Installing libmnl (1.0.4-r0) [2020-02-26T15:51:50.520Z] #7 4.185 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-02-26T15:51:50.520Z] #7 4.188 (26/30) Installing iptables (1.8.3-r0) [2020-02-26T15:51:50.520Z] #7 4.215 (27/30) Installing pigz (2.4-r0) [2020-02-26T15:51:50.520Z] #7 4.220 (28/30) Installing tar (1.32-r0) [2020-02-26T15:51:50.520Z] #7 4.231 (29/30) Installing xz-libs (5.2.4-r0) [2020-02-26T15:51:50.520Z] #7 4.238 (30/30) Installing xz (5.2.4-r0) [2020-02-26T15:51:50.520Z] #7 4.244 Executing busybox-1.30.1-r3.trigger [2020-02-26T15:51:50.520Z] #7 4.253 Executing ca-certificates-20190108-r0.trigger [2020-02-26T15:51:50.520Z] #7 4.304 OK: 178 MiB in 44 packages [2020-02-26T15:51:50.520Z] #7 DONE 5.7s [2020-02-26T15:51:50.520Z] [2020-02-26T15:51:50.520Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-02-26T15:51:50.777Z] #9 DONE 0.1s [2020-02-26T15:51:50.777Z] [2020-02-26T15:51:50.777Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-02-26T15:51:50.777Z] #10 DONE 0.1s [2020-02-26T15:51:50.777Z] [2020-02-26T15:51:50.777Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-02-26T15:51:50.777Z] #11 DONE 0.1s [2020-02-26T15:51:50.777Z] [2020-02-26T15:51:50.777Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-02-26T15:51:50.777Z] #12 DONE 0.1s [2020-02-26T15:51:50.777Z] [2020-02-26T15:51:50.777Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-02-26T15:51:51.035Z] #13 DONE 0.1s [2020-02-26T15:51:51.035Z] [2020-02-26T15:51:51.035Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-02-26T15:51:51.035Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 6.1s done [2020-02-26T15:51:51.035Z] #14 extracting sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 done [2020-02-26T15:51:51.035Z] #14 DONE 8.0s [2020-02-26T15:51:51.035Z] [2020-02-26T15:51:51.035Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-02-26T15:51:51.611Z] #15 0.583 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-02-26T15:51:51.823Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-02-26T15:51:52.081Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-02-26T15:51:52.081Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-02-26T15:51:52.081Z] === RUN TestDockerSuite/TestHealth [2020-02-26T15:51:52.552Z] #15 1.631 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-02-26T15:51:52.810Z] #15 1.723 (1/42) Installing ncurses-terminfo-base (6.1_p20200118-r2) [2020-02-26T15:51:52.810Z] #15 1.727 (2/42) Installing ncurses-libs (6.1_p20200118-r2) [2020-02-26T15:51:52.810Z] #15 1.748 (3/42) Installing readline (8.0.1-r0) [2020-02-26T15:51:52.810Z] #15 1.752 (4/42) Installing bash (5.0.11-r1) [2020-02-26T15:51:52.810Z] #15 1.764 Executing bash-5.0.11-r1.post-install [2020-02-26T15:51:52.810Z] #15 1.766 (5/42) Installing linux-headers (4.19.36-r0) [2020-02-26T15:51:52.810Z] #15 1.839 (6/42) Installing libblkid (2.34-r1) [2020-02-26T15:51:52.810Z] #15 1.844 (7/42) Installing libuuid (2.34-r1) [2020-02-26T15:51:52.810Z] #15 1.847 (8/42) Installing btrfs-progs-libs (5.4-r0) [2020-02-26T15:51:52.810Z] #15 1.852 (9/42) Installing btrfs-progs-dev (5.4-r0) [2020-02-26T15:51:53.068Z] #15 1.856 (10/42) Installing libgcc (9.2.0-r3) [2020-02-26T15:51:53.068Z] #15 1.858 (11/42) Installing libstdc++ (9.2.0-r3) [2020-02-26T15:51:53.068Z] #15 1.871 (12/42) Installing binutils (2.33.1-r0) [2020-02-26T15:51:53.068Z] #15 1.939 (13/42) Installing libmagic (5.37-r1) [2020-02-26T15:51:53.068Z] #15 1.959 (14/42) Installing file (5.37-r1) [2020-02-26T15:51:53.068Z] #15 1.961 (15/42) Installing gmp (6.1.2-r1) [2020-02-26T15:51:53.068Z] #15 1.967 (16/42) Installing isl (0.18-r0) [2020-02-26T15:51:53.068Z] #15 1.981 (17/42) Installing libgomp (9.2.0-r3) [2020-02-26T15:51:53.068Z] #15 1.984 (18/42) Installing libatomic (9.2.0-r3) [2020-02-26T15:51:53.068Z] #15 1.986 (19/42) Installing mpfr4 (4.0.2-r1) [2020-02-26T15:51:53.068Z] #15 1.991 (20/42) Installing mpc1 (1.1.0-r1) [2020-02-26T15:51:53.068Z] #15 1.993 (21/42) Installing gcc (9.2.0-r3) [2020-02-26T15:51:53.633Z] #15 2.671 (22/42) Installing musl-dev (1.1.24-r0) [2020-02-26T15:51:53.890Z] #15 2.742 (23/42) Installing libc-dev (0.7.2-r0) [2020-02-26T15:51:53.890Z] #15 2.743 (24/42) Installing g++ (9.2.0-r3) [2020-02-26T15:51:54.148Z] #15 3.163 (25/42) Installing make (4.2.1-r2) [2020-02-26T15:51:54.148Z] #15 3.167 (26/42) Installing fortify-headers (1.1-r0) [2020-02-26T15:51:54.148Z] #15 3.169 (27/42) Installing build-base (0.5-r1) [2020-02-26T15:51:54.148Z] #15 3.170 (28/42) Installing nghttp2-libs (1.40.0-r0) [2020-02-26T15:51:54.148Z] #15 3.173 (29/42) Installing libcurl (7.67.0-r0) [2020-02-26T15:51:54.148Z] #15 3.178 (30/42) Installing curl (7.67.0-r0) [2020-02-26T15:51:54.148Z] #15 3.181 (31/42) Installing oniguruma (6.9.4-r0) [2020-02-26T15:51:54.148Z] #15 3.187 (32/42) Installing jq (1.6-r0) [2020-02-26T15:51:54.148Z] #15 3.194 (33/42) Installing device-mapper-libs (2.02.186-r0) [2020-02-26T15:51:54.148Z] #15 3.198 (34/42) Installing device-mapper-event-libs (2.02.186-r0) [2020-02-26T15:51:54.148Z] #15 3.200 (35/42) Installing libaio (0.3.112-r1) [2020-02-26T15:51:54.148Z] #15 3.202 (36/42) Installing lvm2-libs (2.02.186-r0) [2020-02-26T15:51:54.148Z] #15 3.231 (37/42) Installing libfdisk (2.34-r1) [2020-02-26T15:51:54.404Z] #15 3.236 (38/42) Installing libmount (2.34-r1) [2020-02-26T15:51:54.404Z] #15 3.241 (39/42) Installing libsmartcols (2.34-r1) [2020-02-26T15:51:54.404Z] #15 3.245 (40/42) Installing pkgconf (1.6.3-r0) [2020-02-26T15:51:54.404Z] #15 3.248 (41/42) Installing util-linux-dev (2.34-r1) [2020-02-26T15:51:54.404Z] #15 3.270 (42/42) Installing lvm2-dev (2.02.186-r0) [2020-02-26T15:51:54.404Z] #15 3.275 Executing busybox-1.31.1-r9.trigger [2020-02-26T15:51:54.404Z] #15 3.280 OK: 196 MiB in 57 packages [2020-02-26T15:51:54.969Z] #15 DONE 3.9s [2020-02-26T15:51:54.969Z] [2020-02-26T15:51:54.969Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-02-26T15:51:55.899Z] #16 DONE 0.7s [2020-02-26T15:51:55.899Z] [2020-02-26T15:51:55.899Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-02-26T15:51:56.464Z] #17 DONE 0.7s [2020-02-26T15:51:56.464Z] [2020-02-26T15:51:56.464Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-02-26T15:51:56.464Z] #18 DONE 0.0s [2020-02-26T15:51:56.464Z] [2020-02-26T15:51:56.464Z] #31 [builder 1/4] COPY . . [2020-02-26T15:51:56.723Z] #31 ... [2020-02-26T15:51:56.723Z] [2020-02-26T15:51:56.723Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-02-26T15:51:56.723Z] #19 DONE 0.1s [2020-02-26T15:51:56.723Z] [2020-02-26T15:51:56.723Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-02-26T15:51:56.723Z] #22 DONE 0.1s [2020-02-26T15:51:56.723Z] [2020-02-26T15:51:56.723Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-02-26T15:51:56.723Z] #26 DONE 0.1s [2020-02-26T15:51:56.980Z] [2020-02-26T15:51:56.980Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-02-26T15:51:56.980Z] #27 ... [2020-02-26T15:51:56.980Z] [2020-02-26T15:51:56.980Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-02-26T15:51:56.980Z] #23 DONE 0.3s [2020-02-26T15:51:57.237Z] [2020-02-26T15:51:57.237Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-02-26T15:51:57.237Z] #27 DONE 0.4s [2020-02-26T15:51:57.237Z] [2020-02-26T15:51:57.237Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-02-26T15:51:57.237Z] #28 DONE 0.1s [2020-02-26T15:51:57.237Z] [2020-02-26T15:51:57.237Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-26T15:51:57.801Z] #24 ... [2020-02-26T15:51:57.801Z] [2020-02-26T15:51:57.801Z] #31 [builder 1/4] COPY . . [2020-02-26T15:51:57.801Z] #31 DONE 1.1s [2020-02-26T15:51:57.801Z] [2020-02-26T15:51:57.801Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-02-26T15:51:58.624Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-02-26T15:51:59.700Z] #32 DONE 1.7s [2020-02-26T15:51:59.700Z] [2020-02-26T15:51:59.700Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-02-26T15:51:59.700Z] #24 1.611 + RM_GOPATH=0 [2020-02-26T15:51:59.700Z] #24 1.612 + TMP_GOPATH= [2020-02-26T15:51:59.700Z] #24 1.612 + : /build [2020-02-26T15:51:59.700Z] #24 1.612 + '[' -z '' ']' [2020-02-26T15:51:59.700Z] #24 1.613 ++ mktemp -d [2020-02-26T15:51:59.700Z] #24 1.615 + export GOPATH=/tmp/tmp.lHpegD [2020-02-26T15:51:59.700Z] #24 1.615 + GOPATH=/tmp/tmp.lHpegD [2020-02-26T15:51:59.700Z] #24 1.615 + RM_GOPATH=1 [2020-02-26T15:51:59.700Z] #24 1.615 ++ dirname ./install.sh [2020-02-26T15:51:59.700Z] #24 1.620 + dir=. [2020-02-26T15:51:59.700Z] #24 1.620 + bin=dockercli [2020-02-26T15:51:59.700Z] #24 1.621 + shift [2020-02-26T15:51:59.700Z] #24 1.621 + '[' '!' -f ./dockercli.installer ']' [2020-02-26T15:51:59.700Z] #24 1.621 + . ./dockercli.installer [2020-02-26T15:51:59.700Z] #24 1.621 ++ : stable [2020-02-26T15:51:59.700Z] #24 1.621 ++ : 17.06.2-ce [2020-02-26T15:51:59.700Z] #24 1.627 Install docker/cli version 17.06.2-ce from stable [2020-02-26T15:51:59.700Z] #24 1.627 + install_dockercli [2020-02-26T15:51:59.700Z] #24 1.627 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-02-26T15:51:59.700Z] #24 1.627 ++ uname -m [2020-02-26T15:51:59.700Z] #24 1.628 + arch=x86_64 [2020-02-26T15:51:59.700Z] #24 1.628 + '[' x86_64 '!=' x86_64 ']' [2020-02-26T15:51:59.700Z] #24 1.628 + url=https://download.docker.com/linux/static [2020-02-26T15:51:59.700Z] #24 1.629 + tar -xz docker/docker [2020-02-26T15:51:59.700Z] #24 1.629 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-02-26T15:52:00.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-26T15:52:00.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-26T15:52:02.226Z] #24 4.903 + mkdir -p /build [2020-02-26T15:52:02.226Z] #24 4.904 + mv docker/docker /build/ [2020-02-26T15:52:02.226Z] #24 4.906 + rmdir docker [2020-02-26T15:52:02.226Z] #24 DONE 5.0s [2020-02-26T15:52:02.226Z] [2020-02-26T15:52:02.226Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-26T15:52:02.226Z] #20 2.994 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-02-26T15:52:02.226Z] #20 3.594 curl: option --progress: is ambiguous [2020-02-26T15:52:02.226Z] #20 3.597 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:02.226Z] #20 4.162 curl: option --progress: is ambiguous [2020-02-26T15:52:02.226Z] #20 4.165 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:02.226Z] #20 4.805 curl: option --progress: is ambiguous [2020-02-26T15:52:02.226Z] #20 4.810 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:02.226Z] #20 5.310 curl: option --progress: is ambiguous [2020-02-26T15:52:02.226Z] #20 5.310 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:02.484Z] #20 5.883 [2020-02-26T15:52:03.856Z] #20 7.042 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-02-26T15:52:04.114Z] #20 7.467 curl: option --progress: is ambiguous [2020-02-26T15:52:04.114Z] #20 7.467 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:04.679Z] #20 7.939 [2020-02-26T15:52:04.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-26T15:52:05.612Z] #20 9.094 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-02-26T15:52:06.177Z] #20 9.469 curl: option --progress: is ambiguous [2020-02-26T15:52:06.177Z] #20 9.470 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:06.435Z] #20 9.872 [2020-02-26T15:52:07.368Z] #20 ... [2020-02-26T15:52:07.368Z] [2020-02-26T15:52:07.368Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-26T15:52:07.368Z] #29 ... [2020-02-26T15:52:07.368Z] [2020-02-26T15:52:07.368Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-26T15:52:07.368Z] #33 1.437 [2020-02-26T15:52:07.368Z] #33 1.629 Removing bundles/ [2020-02-26T15:52:07.368Z] #33 1.630 [2020-02-26T15:52:07.368Z] #33 1.635 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-02-26T15:52:07.368Z] #33 3.443 Building test suite binary ./integration-cli/test.main [2020-02-26T15:52:07.626Z] #33 ... [2020-02-26T15:52:07.626Z] [2020-02-26T15:52:07.626Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-02-26T15:52:07.626Z] #20 11.01 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-02-26T15:52:08.191Z] #20 11.39 curl: option --progress: is ambiguous [2020-02-26T15:52:08.191Z] #20 11.39 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:08.448Z] #20 11.80 [2020-02-26T15:52:09.821Z] #20 12.99 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-02-26T15:52:10.078Z] #20 13.49 curl: option --progress: is ambiguous [2020-02-26T15:52:10.078Z] #20 13.50 curl: try 'curl --help' or 'curl --manual' for more information [2020-02-26T15:52:10.644Z] #20 13.89 [2020-02-26T15:52:10.644Z] #20 14.00 Download of images into '/build' complete. [2020-02-26T15:52:10.644Z] #20 14.00 Use something like the following to load the result into a Docker daemon: [2020-02-26T15:52:10.644Z] #20 14.00 tar -cC '/build' . | docker load [2020-02-26T15:52:10.644Z] #20 DONE 14.1s [2020-02-26T15:52:10.644Z] [2020-02-26T15:52:10.644Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-26T15:52:11.577Z] #29 ... [2020-02-26T15:52:11.577Z] [2020-02-26T15:52:11.577Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-02-26T15:52:11.577Z] #21 DONE 0.1s [2020-02-26T15:52:11.577Z] [2020-02-26T15:52:11.577Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-02-26T15:52:11.577Z] #25 DONE 0.1s [2020-02-26T15:52:11.577Z] [2020-02-26T15:52:11.577Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-02-26T15:52:13.479Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-02-26T15:52:13.479Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-02-26T15:52:13.479Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-02-26T15:52:13.479Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-02-26T15:52:14.408Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-02-26T15:52:14.408Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-02-26T15:52:15.336Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-02-26T15:52:15.336Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-02-26T15:52:15.336Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-02-26T15:52:15.336Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-02-26T15:52:15.593Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-02-26T15:52:15.849Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-02-26T15:52:16.413Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-02-26T15:52:16.413Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-02-26T15:52:17.343Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-02-26T15:52:17.343Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-02-26T15:52:18.711Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-02-26T15:52:19.274Z] === RUN TestDockerSuite/TestImagesFormat [2020-02-26T15:52:19.531Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-02-26T15:52:20.462Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-02-26T15:52:23.734Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-02-26T15:52:23.734Z] === RUN TestDockerSuite/TestImportBadURL [2020-02-26T15:52:23.734Z] === RUN TestDockerSuite/TestImportDisplay [2020-02-26T15:52:25.103Z] === RUN TestDockerSuite/TestImportFile [2020-02-26T15:52:27.626Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-02-26T15:52:27.626Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-02-26T15:52:28.994Z] === RUN TestDockerSuite/TestImportGzipped [2020-02-26T15:52:29.647Z] #29 30.42 # github.com/docker/docker/contrib/httpserver [2020-02-26T15:52:29.647Z] #29 30.42 loadinternal: cannot find runtime/cgo [2020-02-26T15:52:29.647Z] #29 DONE 30.9s [2020-02-26T15:52:29.647Z] [2020-02-26T15:52:29.647Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-26T15:52:29.647Z] #33 ... [2020-02-26T15:52:29.647Z] [2020-02-26T15:52:29.647Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-02-26T15:52:29.647Z] #30 DONE 0.2s [2020-02-26T15:52:29.647Z] [2020-02-26T15:52:29.647Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-02-26T15:52:31.514Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-02-26T15:52:32.882Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-02-26T15:52:33.811Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-02-26T15:52:34.740Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-02-26T15:52:35.303Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-02-26T15:52:35.560Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-02-26T15:52:35.560Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-02-26T15:52:36.489Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-02-26T15:52:37.052Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-02-26T15:52:37.981Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-02-26T15:52:38.237Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-02-26T15:52:38.799Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-02-26T15:52:39.730Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-02-26T15:52:40.293Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-02-26T15:52:40.293Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-02-26T15:52:42.817Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-02-26T15:52:43.381Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-02-26T15:52:43.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-26T15:52:43.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-26T15:52:43.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-26T15:52:44.311Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-02-26T15:52:44.311Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-02-26T15:52:44.873Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-02-26T15:52:44.873Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-02-26T15:52:46.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-26T15:52:46.241Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-02-26T15:52:46.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-26T15:52:47.172Z] === RUN TestDockerSuite/TestInspectDefault [2020-02-26T15:52:48.101Z] === RUN TestDockerSuite/TestInspectHistory [2020-02-26T15:52:49.031Z] === RUN TestDockerSuite/TestInspectImage [2020-02-26T15:52:49.031Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-02-26T15:52:49.031Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-02-26T15:52:49.031Z] === RUN TestDockerSuite/TestInspectInt64 [2020-02-26T15:52:49.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-26T15:52:49.961Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-02-26T15:52:50.892Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-02-26T15:52:50.892Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-02-26T15:52:51.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-26T15:52:51.822Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-02-26T15:52:52.752Z] === RUN TestDockerSuite/TestInspectPlugin [2020-02-26T15:52:54.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-26T15:52:54.646Z] === RUN TestDockerSuite/TestInspectRootFS [2020-02-26T15:52:54.646Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-02-26T15:52:55.576Z] === RUN TestDockerSuite/TestInspectStatus [2020-02-26T15:52:56.505Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-02-26T15:52:58.399Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-02-26T15:52:58.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-26T15:52:59.329Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-02-26T15:53:00.260Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-02-26T15:53:01.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-26T15:53:01.189Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-02-26T15:53:01.752Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-02-26T15:53:02.685Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-02-26T15:53:03.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-26T15:53:04.056Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-02-26T15:53:04.056Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-02-26T15:53:04.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-02-26T15:53:06.588Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-02-26T15:53:06.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-26T15:53:08.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-26T15:53:09.107Z] === RUN TestDockerSuite/TestLinksEnvs [2020-02-26T15:53:09.107Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-02-26T15:53:10.476Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-02-26T15:53:10.733Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-02-26T15:53:10.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-26T15:53:12.103Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-02-26T15:53:12.665Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-02-26T15:53:12.796Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-02-26T15:53:12.796Z] Using test binary docker [2020-02-26T15:53:12.796Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-02-26T15:53:12.796Z] +++ /etc/init.d/apparmor start [2020-02-26T15:53:12.796Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-02-26T15:53:12.796Z] INFO: Waiting for daemon to start... [2020-02-26T15:53:12.796Z] Starting dockerd [2020-02-26T15:53:12.796Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-02-26T15:53:14.829Z] . [2020-02-26T15:53:14.829Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-02-26T15:53:14.829Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-02-26T15:53:14.829Z] Error: No such image: emptyfs [2020-02-26T15:53:14.829Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-02-26T15:53:14.829Z] ++++ docker load [2020-02-26T15:53:14.829Z] Running integration-test (iteration 1) [2020-02-26T15:53:14.829Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-02-26T15:53:14.829Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:53:14.829Z] ++ set -e [2020-02-26T15:53:14.829Z] ++ '[' -n 0 ']' [2020-02-26T15:53:14.829Z] ++ set -x [2020-02-26T15:53:14.829Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:53:15.187Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-02-26T15:53:15.443Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-02-26T15:53:17.962Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-02-26T15:53:17.962Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-02-26T15:53:18.526Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-02-26T15:53:20.419Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-02-26T15:53:20.983Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-02-26T15:53:21.912Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-02-26T15:53:22.168Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-02-26T15:53:25.444Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-02-26T15:53:30.163Z] Loaded image: buildpack-deps:jessie [2020-02-26T15:53:30.163Z] Loaded image: busybox:latest [2020-02-26T15:53:30.163Z] Loaded image: busybox:glibc [2020-02-26T15:53:30.163Z] Loaded image: debian:jessie [2020-02-26T15:53:30.163Z] Loaded image: hello-world:latest [2020-02-26T15:53:30.163Z] INFO: Testing against a local daemon [2020-02-26T15:53:30.163Z] === RUN TestCgroupNamespacesBuild [2020-02-26T15:53:30.697Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-02-26T15:53:30.787Z] --- PASS: TestCgroupNamespacesBuild (1.64s) [2020-02-26T15:53:30.787Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-02-26T15:53:32.299Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2020-02-26T15:53:32.299Z] === RUN TestBuildWithSession [2020-02-26T15:53:32.299Z] --- SKIP: TestBuildWithSession (0.00s) [2020-02-26T15:53:32.299Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:53:32.299Z] === RUN TestBuildSquashParent [2020-02-26T15:53:35.956Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-02-26T15:53:35.956Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-02-26T15:53:37.825Z] --- PASS: TestBuildSquashParent (5.12s) [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:53:37.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:53:37.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:53:37.825Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-02-26T15:53:37.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-02-26T15:53:37.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-02-26T15:53:37.825Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-02-26T15:53:38.486Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-02-26T15:53:40.382Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-02-26T15:53:40.538Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-02-26T15:53:40.824Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-02-26T15:53:41.312Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-02-26T15:53:42.872Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.24s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.27s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.33s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.18s) [2020-02-26T15:53:42.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.86s) [2020-02-26T15:53:42.873Z] === RUN TestBuildMultiStageCopy [2020-02-26T15:53:42.873Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-02-26T15:53:43.832Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-02-26T15:53:43.832Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-02-26T15:53:44.395Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-02-26T15:53:44.395Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-02-26T15:53:44.395Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-02-26T15:53:44.910Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-02-26T15:53:44.910Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-02-26T15:53:45.325Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-02-26T15:53:45.532Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-02-26T15:53:45.821Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-02-26T15:53:45.887Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy (3.55s) [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.94s) [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.39s) [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2020-02-26T15:53:46.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2020-02-26T15:53:46.111Z] === RUN TestBuildMultiStageParentConfig [2020-02-26T15:53:47.135Z] --- PASS: TestBuildMultiStageParentConfig (0.99s) [2020-02-26T15:53:47.135Z] === RUN TestBuildLabelWithTargets [2020-02-26T15:53:49.181Z] --- PASS: TestBuildLabelWithTargets (1.62s) [2020-02-26T15:53:49.181Z] === RUN TestBuildWithEmptyLayers [2020-02-26T15:53:49.509Z] --- PASS: TestBuildWithEmptyLayers (0.82s) [2020-02-26T15:53:49.509Z] === RUN TestBuildMultiStageOnBuild [2020-02-26T15:53:50.058Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-02-26T15:53:50.621Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-02-26T15:53:52.281Z] --- PASS: TestBuildMultiStageOnBuild (2.24s) [2020-02-26T15:53:52.281Z] === RUN TestBuildUncleanTarFilenames [2020-02-26T15:53:52.907Z] --- PASS: TestBuildUncleanTarFilenames (1.15s) [2020-02-26T15:53:52.907Z] === RUN TestBuildMultiStageLayerLeak [2020-02-26T15:53:55.613Z] --- PASS: TestBuildMultiStageLayerLeak (2.28s) [2020-02-26T15:53:55.613Z] === RUN TestBuildWithHugeFile [2020-02-26T15:53:55.929Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-02-26T15:53:56.185Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-02-26T15:53:56.185Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-02-26T15:53:57.553Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-02-26T15:53:58.483Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-02-26T15:53:59.414Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-02-26T15:54:00.782Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-02-26T15:54:00.782Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-02-26T15:54:02.154Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-02-26T15:54:05.428Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-02-26T15:54:05.685Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-02-26T15:54:06.613Z] === RUN TestDockerSuite/TestLogsSince [2020-02-26T15:54:11.862Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-02-26T15:54:13.755Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-02-26T15:54:14.318Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-02-26T15:54:19.571Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-02-26T15:54:20.136Z] === RUN TestDockerSuite/TestLogsTail [2020-02-26T15:54:21.065Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-02-26T15:54:21.079Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-02-26T15:54:21.079Z] #33 135.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-02-26T15:54:21.079Z] #33 137.1 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-02-26T15:54:21.079Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-02-26T15:54:21.079Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-02-26T15:54:21.995Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-02-26T15:54:22.449Z] #33 142.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-02-26T15:54:22.925Z] === RUN TestDockerSuite/TestMountIntoProc [2020-02-26T15:54:23.182Z] === RUN TestDockerSuite/TestMountIntoSys [2020-02-26T15:54:23.819Z] #33 144.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-02-26T15:54:24.110Z] === RUN TestDockerSuite/TestNetHostname [2020-02-26T15:54:24.751Z] #33 145.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-02-26T15:54:24.751Z] #33 145.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-02-26T15:54:26.634Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-02-26T15:54:26.647Z] #33 147.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-02-26T15:54:26.890Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-02-26T15:54:26.890Z] === RUN TestDockerSuite/TestNetworkEvents [2020-02-26T15:54:27.211Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-02-26T15:54:28.257Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-02-26T15:54:29.108Z] #33 149.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-02-26T15:54:30.149Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-02-26T15:54:30.714Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-02-26T15:54:31.003Z] #33 151.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-02-26T15:54:31.643Z] === RUN TestDockerSuite/TestPluginActive [2020-02-26T15:54:32.900Z] #33 153.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-02-26T15:54:33.535Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-02-26T15:54:33.792Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-02-26T15:54:33.831Z] #33 154.4 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-02-26T15:54:35.728Z] #33 156.3 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-02-26T15:54:36.660Z] #33 157.4 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-02-26T15:54:37.095Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-02-26T15:54:38.040Z] #33 158.6 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-02-26T15:54:39.432Z] #33 159.9 [2020-02-26T15:54:39.689Z] #33 DONE 160.3s [2020-02-26T15:54:39.689Z] [2020-02-26T15:54:39.689Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-02-26T15:54:41.269Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-02-26T15:54:41.269Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-02-26T15:54:41.269Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-02-26T15:54:41.584Z] #34 DONE 1.7s [2020-02-26T15:54:41.832Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-02-26T15:54:42.954Z] [2020-02-26T15:54:42.954Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-02-26T15:54:43.517Z] #35 DONE 0.9s [2020-02-26T15:54:43.517Z] [2020-02-26T15:54:43.517Z] #36 exporting to image [2020-02-26T15:54:43.517Z] #36 exporting layers [2020-02-26T15:54:45.105Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-02-26T15:54:45.105Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-02-26T15:54:45.413Z] #36 exporting layers 1.8s done [2020-02-26T15:54:45.414Z] #36 writing image sha256:719cdc4db9733291c75275e4641642d53887f6b6a5e57d3542eb621d74838de1 done [2020-02-26T15:54:45.414Z] #36 naming to docker.io/library/moby-e2e-test [2020-02-26T15:54:45.414Z] #36 naming to docker.io/library/moby-e2e-test done [2020-02-26T15:54:45.414Z] #36 DONE 1.8s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-26T15:54:45.721Z] + echo Ensuring container killed. [2020-02-26T15:54:45.722Z] Ensuring container killed. [2020-02-26T15:54:45.722Z] + docker rm -vf docker-pr2 [2020-02-26T15:54:45.722Z] Error: No such container: docker-pr2 [2020-02-26T15:54:45.722Z] + true [Pipeline] sh [2020-02-26T15:54:46.004Z] + echo Chowning /workspace to jenkins user [2020-02-26T15:54:46.004Z] Chowning /workspace to jenkins user [2020-02-26T15:54:46.004Z] + id -u [2020-02-26T15:54:46.004Z] + id -g [2020-02-26T15:54:46.004Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40583:/workspace busybox chown -R 1000:1000 /workspace [2020-02-26T15:54:46.474Z] === RUN TestDockerSuite/TestPluginMetricsCollector [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T15:54:47.231Z] + bundleName=unit [2020-02-26T15:54:47.231Z] + echo Creating unit-bundles.tar.gz [2020-02-26T15:54:47.231Z] Creating unit-bundles.tar.gz [2020-02-26T15:54:47.231Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-02-26T15:54:47.231Z] bundles/junit-report.xml [2020-02-26T15:54:47.231Z] bundles/go-test-report.json [2020-02-26T15:54:47.231Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-02-26T15:54:47.242Z] Archiving artifacts [2020-02-26T15:54:47.690Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T15:54:47.842Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-02-26T15:54:48.005Z] + make clean [2020-02-26T15:54:48.005Z] docker volume rm -f docker-dev-cache [2020-02-26T15:54:48.264Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-26T15:54:48.772Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-02-26T15:54:51.293Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-02-26T15:54:53.825Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-02-26T15:54:54.756Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-02-26T15:54:56.128Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-02-26T15:54:58.022Z] === RUN TestDockerSuite/TestPortHostBinding [2020-02-26T15:54:59.390Z] === RUN TestDockerSuite/TestPortList [2020-02-26T15:55:01.909Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-02-26T15:55:08.470Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-02-26T15:55:10.363Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-02-26T15:55:12.255Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-02-26T15:55:20.345Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-02-26T15:55:20.345Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-02-26T15:55:20.345Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-02-26T15:55:20.345Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-02-26T15:55:20.345Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-02-26T15:55:20.601Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-02-26T15:55:20.860Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-02-26T15:55:20.860Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-02-26T15:55:21.790Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-02-26T15:55:21.790Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-02-26T15:55:23.684Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-02-26T15:55:23.684Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-02-26T15:55:23.940Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-02-26T15:55:27.215Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-02-26T15:55:27.779Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-02-26T15:55:29.148Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-02-26T15:55:29.148Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-02-26T15:55:29.404Z] === RUN TestDockerSuite/TestPsByOrder [2020-02-26T15:55:31.300Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-02-26T15:55:32.745Z] --- PASS: TestBuildWithHugeFile (82.61s) [2020-02-26T15:55:32.745Z] === RUN TestBuildWithEmptyDockerfile [2020-02-26T15:55:32.745Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:55:32.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:55:32.745Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:55:32.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:55:32.745Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:55:32.745Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:55:32.745Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-02-26T15:55:32.745Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-02-26T15:55:32.745Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-02-26T15:55:32.745Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2020-02-26T15:55:32.745Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2020-02-26T15:55:32.745Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2020-02-26T15:55:32.745Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2020-02-26T15:55:32.745Z] === RUN TestBuildPreserveOwnership [2020-02-26T15:55:32.745Z] === RUN TestBuildPreserveOwnership/copy_from [2020-02-26T15:55:32.745Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-02-26T15:55:32.745Z] --- PASS: TestBuildPreserveOwnership (4.82s) [2020-02-26T15:55:32.745Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.17s) [2020-02-26T15:55:32.745Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.64s) [2020-02-26T15:55:32.745Z] === RUN TestBuildPlatformInvalid [2020-02-26T15:55:32.745Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-02-26T15:55:32.745Z] PASS [2020-02-26T15:55:32.745Z] [2020-02-26T15:55:32.745Z] === Skipped [2020-02-26T15:55:32.745Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-02-26T15:55:32.745Z] build_session_test.go:25: TODO: BuildKit [2020-02-26T15:55:32.745Z] [2020-02-26T15:55:32.745Z] [2020-02-26T15:55:32.745Z] DONE 32 tests, 1 skipped in 128.344s [2020-02-26T15:55:32.745Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-02-26T15:55:32.745Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:55:32.745Z] ++ set -e [2020-02-26T15:55:32.745Z] ++ '[' -n 0 ']' [2020-02-26T15:55:32.745Z] ++ set -x [2020-02-26T15:55:32.745Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:55:32.745Z] INFO: Testing against a local daemon [2020-02-26T15:55:32.745Z] === RUN TestConfigList [2020-02-26T15:55:32.745Z] --- PASS: TestConfigList (2.29s) [2020-02-26T15:55:32.745Z] === RUN TestConfigsCreateAndDelete [2020-02-26T15:55:32.745Z] --- PASS: TestConfigsCreateAndDelete (2.29s) [2020-02-26T15:55:32.745Z] === RUN TestConfigsUpdate [2020-02-26T15:55:32.745Z] --- PASS: TestConfigsUpdate (2.26s) [2020-02-26T15:55:32.745Z] === RUN TestTemplatedConfig [2020-02-26T15:55:33.032Z] --- PASS: TestTemplatedConfig (2.71s) [2020-02-26T15:55:33.032Z] === RUN TestConfigInspect [2020-02-26T15:55:33.195Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-02-26T15:55:34.564Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-02-26T15:55:35.745Z] --- PASS: TestConfigInspect (2.28s) [2020-02-26T15:55:35.745Z] === RUN TestConfigCreateWithLabels [2020-02-26T15:55:37.088Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-02-26T15:55:37.651Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-02-26T15:55:37.791Z] --- PASS: TestConfigCreateWithLabels (2.30s) [2020-02-26T15:55:37.791Z] === RUN TestConfigCreateResolve [2020-02-26T15:55:39.844Z] --- PASS: TestConfigCreateResolve (2.24s) [2020-02-26T15:55:39.844Z] === RUN TestConfigDaemonLibtrustID [2020-02-26T15:55:40.174Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-02-26T15:55:40.464Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-02-26T15:55:40.465Z] PASS [2020-02-26T15:55:40.465Z] [2020-02-26T15:55:40.465Z] DONE 8 tests in 17.021s [2020-02-26T15:55:40.465Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-02-26T15:55:40.465Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:55:40.465Z] ++ set -e [2020-02-26T15:55:40.465Z] ++ '[' -n 0 ']' [2020-02-26T15:55:40.465Z] ++ set -x [2020-02-26T15:55:40.465Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:55:40.465Z] INFO: Testing against a local daemon [2020-02-26T15:55:40.465Z] === RUN TestCheckpoint [2020-02-26T15:55:40.465Z] --- SKIP: TestCheckpoint (0.00s) [2020-02-26T15:55:40.465Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:55:40.465Z] === RUN TestContainerInvalidJSON [2020-02-26T15:55:40.465Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:55:40.465Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:55:40.465Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:55:40.465Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:55:40.465Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:55:40.465Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:55:40.465Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-02-26T15:55:40.465Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-02-26T15:55:40.465Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-02-26T15:55:40.465Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-02-26T15:55:40.465Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-02-26T15:55:40.465Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-02-26T15:55:40.465Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-02-26T15:55:40.465Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-02-26T15:55:40.465Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-02-26T15:55:40.465Z] === RUN TestCopyFromContainerPathIsNotDir [2020-02-26T15:55:40.749Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-02-26T15:55:40.749Z] === RUN TestCopyToContainerPathDoesNotExist [2020-02-26T15:55:40.749Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-02-26T15:55:40.749Z] === RUN TestCopyToContainerPathIsNotDir [2020-02-26T15:55:40.749Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-02-26T15:55:40.749Z] === RUN TestCopyFromContainer [2020-02-26T15:55:42.242Z] === RUN TestCopyFromContainer// [2020-02-26T15:55:42.529Z] === RUN TestCopyFromContainer//bar/root [2020-02-26T15:55:42.529Z] === RUN TestCopyFromContainer//bar/root/ [2020-02-26T15:55:42.529Z] === RUN TestCopyFromContainer/bar/quux [2020-02-26T15:55:42.816Z] === RUN TestCopyFromContainer/bar/quux/ [2020-02-26T15:55:42.816Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-02-26T15:55:43.104Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-02-26T15:55:43.104Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-02-26T15:55:43.104Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-02-26T15:55:43.104Z] === RUN TestCopyFromContainer/bar/notarget [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer (2.53s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-02-26T15:55:43.393Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-02-26T15:55:43.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-02-26T15:55:43.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:55:43.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:55:43.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:55:43.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:55:43.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:55:43.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:55:43.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-02-26T15:55:43.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-02-26T15:55:43.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-02-26T15:55:43.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-02-26T15:55:43.393Z] === RUN TestCreateLinkToNonExistingContainer [2020-02-26T15:55:43.393Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-02-26T15:55:43.393Z] === RUN TestCreateWithInvalidEnv [2020-02-26T15:55:43.393Z] === RUN TestCreateWithInvalidEnv/0 [2020-02-26T15:55:43.393Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-02-26T15:55:43.393Z] === RUN TestCreateWithInvalidEnv/1 [2020-02-26T15:55:43.393Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-02-26T15:55:43.393Z] === RUN TestCreateWithInvalidEnv/2 [2020-02-26T15:55:43.393Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-02-26T15:55:43.393Z] === CONT TestCreateWithInvalidEnv/0 [2020-02-26T15:55:43.393Z] === CONT TestCreateWithInvalidEnv/1 [2020-02-26T15:55:43.393Z] === CONT TestCreateWithInvalidEnv/2 [2020-02-26T15:55:43.393Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-02-26T15:55:43.393Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-02-26T15:55:43.393Z] === RUN TestCreateTmpfsMountsTarget [2020-02-26T15:55:43.393Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2020-02-26T15:55:43.393Z] === RUN TestCreateWithCustomMaskedPaths [2020-02-26T15:55:43.493Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-02-26T15:55:43.493Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-02-26T15:55:45.437Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:55:45.437Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:55:45.437Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-02-26T15:55:45.437Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-02-26T15:55:45.438Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-02-26T15:55:45.438Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-02-26T15:55:45.438Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-02-26T15:55:45.438Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-02-26T15:55:45.438Z] === RUN TestCreateWithCustomReadonlyPaths [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s) [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:55:47.487Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:55:47.487Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:55:47.487Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:55:47.487Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:55:47.487Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:55:47.487Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:55:47.487Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-02-26T15:55:47.487Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-02-26T15:55:47.487Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-02-26T15:55:47.487Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-02-26T15:55:47.487Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-02-26T15:55:47.487Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-02-26T15:55:47.487Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-02-26T15:55:47.671Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-02-26T15:55:48.112Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2020-02-26T15:55:48.112Z] === RUN TestContainerStartOnDaemonRestart [2020-02-26T15:55:48.112Z] === PAUSE TestContainerStartOnDaemonRestart [2020-02-26T15:55:48.112Z] === RUN TestDaemonRestartIpcMode [2020-02-26T15:55:48.112Z] === PAUSE TestDaemonRestartIpcMode [2020-02-26T15:55:48.112Z] === RUN TestDaemonHostGatewayIP [2020-02-26T15:55:48.112Z] === PAUSE TestDaemonHostGatewayIP [2020-02-26T15:55:48.112Z] === RUN TestDiff [2020-02-26T15:55:49.133Z] --- PASS: TestDiff (0.66s) [2020-02-26T15:55:49.133Z] === RUN TestExecWithCloseStdin [2020-02-26T15:55:49.758Z] --- PASS: TestExecWithCloseStdin (0.81s) [2020-02-26T15:55:49.758Z] === RUN TestExec [2020-02-26T15:55:50.788Z] --- PASS: TestExec (0.89s) [2020-02-26T15:55:50.788Z] === RUN TestExecUser [2020-02-26T15:55:51.415Z] --- PASS: TestExecUser (0.81s) [2020-02-26T15:55:51.415Z] === RUN TestExportContainerAndImportImage [2020-02-26T15:55:52.434Z] --- PASS: TestExportContainerAndImportImage (0.95s) [2020-02-26T15:55:52.434Z] === RUN TestExportContainerAfterDaemonRestart [2020-02-26T15:55:53.930Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2020-02-26T15:55:53.930Z] === RUN TestHealthCheckWorkdir [2020-02-26T15:55:54.214Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-02-26T15:55:54.964Z] --- PASS: TestHealthCheckWorkdir (0.94s) [2020-02-26T15:55:54.964Z] === RUN TestHealthKillContainer [2020-02-26T15:55:55.583Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-02-26T15:55:56.951Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-02-26T15:55:57.666Z] --- PASS: TestHealthKillContainer (2.85s) [2020-02-26T15:55:57.666Z] === RUN TestInspectCpusetInConfigPre120 [2020-02-26T15:55:58.293Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2020-02-26T15:55:58.293Z] === RUN TestIpcModeNone [2020-02-26T15:55:59.317Z] --- PASS: TestIpcModeNone (0.82s) [2020-02-26T15:55:59.317Z] === RUN TestIpcModePrivate [2020-02-26T15:55:59.472Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-02-26T15:55:59.941Z] --- PASS: TestIpcModePrivate (0.77s) [2020-02-26T15:55:59.941Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-02-26T15:55:59.941Z] === RUN TestIpcModeShareable [2020-02-26T15:56:00.566Z] --- PASS: TestIpcModeShareable (0.77s) [2020-02-26T15:56:00.566Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-02-26T15:56:00.566Z] === RUN TestAPIIpcModeShareableAndContainer [2020-02-26T15:56:01.364Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-02-26T15:56:02.731Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-02-26T15:56:03.263Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.39s) [2020-02-26T15:56:03.263Z] === RUN TestAPIIpcModeHost [2020-02-26T15:56:03.548Z] --- PASS: TestAPIIpcModeHost (0.58s) [2020-02-26T15:56:03.548Z] === RUN TestDaemonIpcModeShareable [2020-02-26T15:56:04.624Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-02-26T15:56:05.593Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2020-02-26T15:56:05.593Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-26T15:56:05.593Z] === RUN TestDaemonIpcModePrivate [2020-02-26T15:56:06.519Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-02-26T15:56:07.081Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-02-26T15:56:07.092Z] --- PASS: TestDaemonIpcModePrivate (1.68s) [2020-02-26T15:56:07.092Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-26T15:56:07.092Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-02-26T15:56:08.593Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.66s) [2020-02-26T15:56:08.593Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-02-26T15:56:08.593Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-02-26T15:56:08.976Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-02-26T15:56:09.232Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-02-26T15:56:10.162Z] === RUN TestDockerSuite/TestPsRightTagName [2020-02-26T15:56:10.645Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s) [2020-02-26T15:56:10.646Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-02-26T15:56:10.646Z] === RUN TestIpcModeOlderClient [2020-02-26T15:56:10.646Z] === PAUSE TestIpcModeOlderClient [2020-02-26T15:56:10.646Z] === RUN TestKillContainerInvalidSignal [2020-02-26T15:56:10.931Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2020-02-26T15:56:10.931Z] === RUN TestKillContainer [2020-02-26T15:56:10.931Z] === RUN TestKillContainer/no_signal [2020-02-26T15:56:11.557Z] === RUN TestKillContainer/non_killing_signal [2020-02-26T15:56:12.178Z] === RUN TestKillContainer/killing_signal [2020-02-26T15:56:12.684Z] === RUN TestDockerSuite/TestPsShowMounts [2020-02-26T15:56:13.227Z] --- PASS: TestKillContainer (2.05s) [2020-02-26T15:56:13.227Z] --- PASS: TestKillContainer/no_signal (0.68s) [2020-02-26T15:56:13.227Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2020-02-26T15:56:13.227Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2020-02-26T15:56:13.227Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-02-26T15:56:13.227Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-02-26T15:56:13.852Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-02-26T15:56:14.485Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2020-02-26T15:56:14.485Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2020-02-26T15:56:14.486Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2020-02-26T15:56:14.486Z] === RUN TestKillStoppedContainer [2020-02-26T15:56:14.486Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-02-26T15:56:14.486Z] === RUN TestKillStoppedContainerAPIPre120 [2020-02-26T15:56:14.486Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-02-26T15:56:14.486Z] === RUN TestKillDifferentUserContainer [2020-02-26T15:56:15.122Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2020-02-26T15:56:15.122Z] === RUN TestInspectOomKilledTrue [2020-02-26T15:56:15.203Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-02-26T15:56:16.157Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-02-26T15:56:16.157Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-02-26T15:56:16.157Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-02-26T15:56:16.413Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-02-26T15:56:16.413Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-02-26T15:56:16.623Z] --- PASS: TestInspectOomKilledTrue (1.22s) [2020-02-26T15:56:16.623Z] === RUN TestInspectOomKilledFalse [2020-02-26T15:56:17.261Z] --- PASS: TestInspectOomKilledFalse (0.64s) [2020-02-26T15:56:17.261Z] === RUN TestLinksEtcHostsContentMatch [2020-02-26T15:56:17.343Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-02-26T15:56:17.549Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s) [2020-02-26T15:56:17.549Z] === RUN TestLinksContainerNames [2020-02-26T15:56:19.053Z] --- PASS: TestLinksContainerNames (1.29s) [2020-02-26T15:56:19.053Z] === RUN TestLogsFollowTailEmpty [2020-02-26T15:56:19.239Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-02-26T15:56:19.688Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2020-02-26T15:56:19.688Z] === RUN TestContainerNetworkMountsNoChown [2020-02-26T15:56:20.170Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-02-26T15:56:20.318Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/default [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/default [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/private [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/private [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rprivate [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rprivate [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/slave [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/slave [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rslave [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rslave [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/shared [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/shared [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rshared [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rshared [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/default [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/shared [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rslave [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/default/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rshared [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/default/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/private [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/private/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rprivate [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/slave [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/private/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:56:20.318Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:56:20.318Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/default/bind_root [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/default/mount_root [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-02-26T15:56:20.318Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/private/bind_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/private/mount_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-02-26T15:56:20.616Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-02-26T15:56:20.616Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-02-26T15:56:20.616Z] === RUN TestContainerBindMountNonRecursive [2020-02-26T15:56:20.734Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-02-26T15:56:21.297Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-02-26T15:56:22.372Z] --- PASS: TestContainerBindMountNonRecursive (1.65s) [2020-02-26T15:56:22.372Z] === RUN TestNetworkNat [2020-02-26T15:56:23.010Z] --- PASS: TestNetworkNat (0.73s) [2020-02-26T15:56:23.010Z] === RUN TestNetworkLocalhostTCPNat [2020-02-26T15:56:23.195Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-02-26T15:56:24.038Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2020-02-26T15:56:24.038Z] === RUN TestNetworkLoopbackNat [2020-02-26T15:56:25.064Z] --- PASS: TestNetworkLoopbackNat (1.01s) [2020-02-26T15:56:25.065Z] === RUN TestPause [2020-02-26T15:56:25.689Z] --- PASS: TestPause (0.74s) [2020-02-26T15:56:25.689Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-02-26T15:56:25.689Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:56:25.689Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:56:25.689Z] === RUN TestPauseStopPausedContainer [2020-02-26T15:56:26.320Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2020-02-26T15:56:26.320Z] === RUN TestPsFilter [2020-02-26T15:56:26.608Z] --- PASS: TestPsFilter (0.18s) [2020-02-26T15:56:26.608Z] === RUN TestRemoveContainerWithRemovedVolume [2020-02-26T15:56:27.227Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2020-02-26T15:56:27.227Z] === RUN TestRemoveContainerWithVolume [2020-02-26T15:56:27.849Z] --- PASS: TestRemoveContainerWithVolume (0.63s) [2020-02-26T15:56:27.849Z] === RUN TestRemoveContainerRunning [2020-02-26T15:56:28.476Z] --- PASS: TestRemoveContainerRunning (0.64s) [2020-02-26T15:56:28.476Z] === RUN TestRemoveContainerForceRemoveRunning [2020-02-26T15:56:29.102Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.65s) [2020-02-26T15:56:29.102Z] === RUN TestRemoveInvalidContainer [2020-02-26T15:56:29.102Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-02-26T15:56:29.102Z] === RUN TestRenameLinkedContainer [2020-02-26T15:56:29.739Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-02-26T15:56:31.632Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-02-26T15:56:31.797Z] --- PASS: TestRenameLinkedContainer (2.64s) [2020-02-26T15:56:31.797Z] === RUN TestRenameStoppedContainer [2020-02-26T15:56:32.425Z] --- PASS: TestRenameStoppedContainer (0.64s) [2020-02-26T15:56:32.425Z] === RUN TestRenameRunningContainerAndReuse [2020-02-26T15:56:33.914Z] --- PASS: TestRenameRunningContainerAndReuse (1.34s) [2020-02-26T15:56:33.914Z] === RUN TestRenameInvalidName [2020-02-26T15:56:34.151Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-02-26T15:56:34.151Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-02-26T15:56:34.151Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-02-26T15:56:34.541Z] --- PASS: TestRenameInvalidName (0.67s) [2020-02-26T15:56:34.541Z] === RUN TestRenameAnonymousContainer [2020-02-26T15:56:34.713Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-02-26T15:56:36.819Z] --- PASS: TestRenameAnonymousContainer (2.49s) [2020-02-26T15:56:36.819Z] === RUN TestRenameContainerWithSameName [2020-02-26T15:56:37.234Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-02-26T15:56:37.436Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2020-02-26T15:56:37.436Z] === RUN TestRenameContainerWithLinkedContainer [2020-02-26T15:56:38.979Z] --- PASS: TestRenameContainerWithLinkedContainer (1.27s) [2020-02-26T15:56:38.979Z] === RUN TestResize [2020-02-26T15:56:39.127Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-02-26T15:56:39.608Z] --- PASS: TestResize (0.69s) [2020-02-26T15:56:39.608Z] === RUN TestResizeWithInvalidSize [2020-02-26T15:56:40.235Z] --- PASS: TestResizeWithInvalidSize (0.68s) [2020-02-26T15:56:40.235Z] === RUN TestResizeWhenContainerNotStarted [2020-02-26T15:56:40.866Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:40.866Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:40.866Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:40.866Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-02-26T15:56:40.866Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-02-26T15:56:40.866Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:40.866Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:42.984Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-02-26T15:56:43.279Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-02-26T15:56:43.300Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-02-26T15:56:44.233Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-02-26T15:56:44.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-02-26T15:56:44.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-02-26T15:56:44.491Z] === RUN TestDockerSuite/TestRmiBlank [2020-02-26T15:56:44.491Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-02-26T15:56:44.491Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-02-26T15:56:46.410Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-02-26T15:56:46.410Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-02-26T15:56:47.767Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-02-26T15:56:48.482Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-02-26T15:56:48.772Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-02-26T15:56:49.134Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-02-26T15:56:50.067Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-02-26T15:56:50.330Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-02-26T15:56:50.330Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.27s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.37s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.46s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.53s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.27s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.30s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.31s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.15s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.54s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.46s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2020-02-26T15:56:51.485Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.51s) [2020-02-26T15:56:51.485Z] === RUN TestCgroupNamespacesRun [2020-02-26T15:56:52.223Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-02-26T15:56:52.990Z] --- PASS: TestCgroupNamespacesRun (1.67s) [2020-02-26T15:56:52.990Z] === RUN TestCgroupNamespacesRunPrivileged [2020-02-26T15:56:53.593Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-02-26T15:56:54.493Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2020-02-26T15:56:54.493Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-02-26T15:56:55.486Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-02-26T15:56:55.988Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.60s) [2020-02-26T15:56:55.988Z] === RUN TestCgroupNamespacesRunHostMode [2020-02-26T15:56:56.418Z] === RUN TestDockerSuite/TestRmiTag [2020-02-26T15:56:56.674Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-02-26T15:56:57.514Z] --- PASS: TestCgroupNamespacesRunHostMode (1.63s) [2020-02-26T15:56:57.514Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-02-26T15:56:57.603Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-02-26T15:56:59.562Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.62s) [2020-02-26T15:56:59.563Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-02-26T15:57:00.187Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2020-02-26T15:57:00.187Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-02-26T15:57:01.208Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2020-02-26T15:57:01.208Z] === RUN TestCgroupNamespacesRunOlderClient [2020-02-26T15:57:02.690Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.69s) [2020-02-26T15:57:02.690Z] === RUN TestKernelTCPMemory [2020-02-26T15:57:02.853Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-02-26T15:57:02.853Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-02-26T15:57:03.711Z] --- PASS: TestKernelTCPMemory (0.82s) [2020-02-26T15:57:03.711Z] === RUN TestNISDomainname [2020-02-26T15:57:03.782Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-02-26T15:57:04.346Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-02-26T15:57:04.732Z] --- PASS: TestNISDomainname (0.90s) [2020-02-26T15:57:04.732Z] === RUN TestHostnameDnsResolution [2020-02-26T15:57:05.715Z] === RUN TestDockerSuite/TestRunAddHost [2020-02-26T15:57:05.753Z] --- PASS: TestHostnameDnsResolution (1.08s) [2020-02-26T15:57:05.753Z] === RUN TestStats [2020-02-26T15:57:06.645Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-02-26T15:57:07.209Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-02-26T15:57:07.251Z] --- PASS: TestStats (1.67s) [2020-02-26T15:57:07.251Z] === RUN TestStopContainerWithTimeout [2020-02-26T15:57:07.251Z] === RUN TestStopContainerWithTimeout/0 [2020-02-26T15:57:07.251Z] === PAUSE TestStopContainerWithTimeout/0 [2020-02-26T15:57:07.251Z] === RUN TestStopContainerWithTimeout/1 [2020-02-26T15:57:07.251Z] === PAUSE TestStopContainerWithTimeout/1 [2020-02-26T15:57:07.251Z] === RUN TestStopContainerWithTimeout/3 [2020-02-26T15:57:07.251Z] === PAUSE TestStopContainerWithTimeout/3 [2020-02-26T15:57:07.251Z] === RUN TestStopContainerWithTimeout/-1 [2020-02-26T15:57:07.251Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-02-26T15:57:07.251Z] === CONT TestStopContainerWithTimeout/0 [2020-02-26T15:57:07.251Z] === CONT TestStopContainerWithTimeout/-1 [2020-02-26T15:57:07.251Z] === CONT TestStopContainerWithTimeout/1 [2020-02-26T15:57:07.251Z] === CONT TestStopContainerWithTimeout/3 [2020-02-26T15:57:07.772Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-02-26T15:57:07.772Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-02-26T15:57:08.702Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-02-26T15:57:10.594Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-02-26T15:57:10.594Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-02-26T15:57:10.743Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-02-26T15:57:10.743Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2020-02-26T15:57:10.743Z] --- PASS: TestStopContainerWithTimeout/1 (2.17s) [2020-02-26T15:57:10.743Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2020-02-26T15:57:10.743Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2020-02-26T15:57:10.743Z] === RUN TestDeleteDevicemapper [2020-02-26T15:57:10.743Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-02-26T15:57:10.743Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:57:10.743Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-02-26T15:57:11.158Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-02-26T15:57:12.087Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-02-26T15:57:12.235Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.90s) [2020-02-26T15:57:12.235Z] === RUN TestUpdateMemory [2020-02-26T15:57:13.254Z] --- PASS: TestUpdateMemory (0.92s) [2020-02-26T15:57:13.254Z] === RUN TestUpdateCPUQuota [2020-02-26T15:57:13.455Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-02-26T15:57:14.745Z] --- PASS: TestUpdateCPUQuota (1.29s) [2020-02-26T15:57:14.745Z] === RUN TestUpdatePidsLimit [2020-02-26T15:57:14.745Z] === RUN TestUpdatePidsLimit/update_from_none [2020-02-26T15:57:14.745Z] === RUN TestUpdatePidsLimit/no_change [2020-02-26T15:57:14.824Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-02-26T15:57:15.375Z] === RUN TestUpdatePidsLimit/update_lower [2020-02-26T15:57:15.660Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-02-26T15:57:15.947Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-02-26T15:57:16.197Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-02-26T15:57:16.232Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-02-26T15:57:16.854Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-02-26T15:57:17.564Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit (3.55s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/no_change (0.56s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2020-02-26T15:57:18.100Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2020-02-26T15:57:18.100Z] === RUN TestUpdateRestartPolicy [2020-02-26T15:57:18.494Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-02-26T15:57:18.752Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-02-26T15:57:19.332Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-02-26T15:57:20.262Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-02-26T15:57:21.192Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-02-26T15:57:21.192Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-02-26T15:57:22.561Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-02-26T15:57:23.492Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-02-26T15:57:24.423Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-02-26T15:57:24.986Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-02-26T15:57:25.915Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-02-26T15:57:25.915Z] === RUN TestDockerSuite/TestRunBindMounts [2020-02-26T15:57:28.433Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-02-26T15:57:28.995Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-02-26T15:57:29.925Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-02-26T15:57:30.664Z] --- PASS: TestUpdateRestartPolicy (12.15s) [2020-02-26T15:57:30.664Z] === RUN TestUpdateRestartWithAutoRemove [2020-02-26T15:57:30.854Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-02-26T15:57:30.962Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2020-02-26T15:57:30.962Z] === RUN TestWaitNonBlocked [2020-02-26T15:57:30.962Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:57:30.962Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:57:30.962Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:57:30.962Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:57:30.962Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-02-26T15:57:30.962Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-02-26T15:57:31.417Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-02-26T15:57:31.417Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-02-26T15:57:31.983Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-02-26T15:57:31.983Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2020-02-26T15:57:31.983Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s) [2020-02-26T15:57:31.983Z] === RUN TestWaitBlocked [2020-02-26T15:57:31.983Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:57:31.983Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:57:31.983Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:57:31.983Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:57:31.983Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-02-26T15:57:31.983Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-02-26T15:57:32.346Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-02-26T15:57:33.011Z] --- PASS: TestWaitBlocked (0.04s) [2020-02-26T15:57:33.011Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s) [2020-02-26T15:57:33.011Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2020-02-26T15:57:33.011Z] === CONT TestContainerStartOnDaemonRestart [2020-02-26T15:57:33.011Z] === CONT TestIpcModeOlderClient [2020-02-26T15:57:33.011Z] === CONT TestDaemonRestartIpcMode [2020-02-26T15:57:33.011Z] === CONT TestDaemonHostGatewayIP [2020-02-26T15:57:33.011Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-02-26T15:57:33.277Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-02-26T15:57:34.206Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-02-26T15:57:34.769Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-02-26T15:57:35.701Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-02-26T15:57:35.701Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-02-26T15:57:36.265Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-02-26T15:57:36.522Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-02-26T15:57:37.451Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-02-26T15:57:37.455Z] --- PASS: TestContainerStartOnDaemonRestart (3.85s) [2020-02-26T15:57:37.455Z] --- PASS: TestDaemonHostGatewayIP (4.55s) [2020-02-26T15:57:37.455Z] --- PASS: TestDaemonRestartIpcMode (4.65s) [2020-02-26T15:57:37.455Z] PASS [2020-02-26T15:57:37.455Z] [2020-02-26T15:57:37.455Z] === Skipped [2020-02-26T15:57:37.455Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-02-26T15:57:37.455Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-02-26T15:57:37.455Z] [2020-02-26T15:57:37.455Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-02-26T15:57:37.455Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-02-26T15:57:37.455Z] [2020-02-26T15:57:37.455Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-02-26T15:57:37.455Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-02-26T15:57:37.455Z] [2020-02-26T15:57:37.455Z] [2020-02-26T15:57:37.455Z] DONE 199 tests, 3 skipped in 117.163s [2020-02-26T15:57:37.455Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-02-26T15:57:37.455Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:57:37.455Z] ++ set -e [2020-02-26T15:57:37.455Z] ++ '[' -n 0 ']' [2020-02-26T15:57:37.455Z] ++ set -x [2020-02-26T15:57:37.455Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-02-26T15:57:37.708Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-02-26T15:57:37.741Z] INFO: Testing against a local daemon [2020-02-26T15:57:37.741Z] === RUN TestCommitInheritsEnv [2020-02-26T15:57:38.043Z] --- PASS: TestCommitInheritsEnv (0.43s) [2020-02-26T15:57:38.043Z] === RUN TestImportExtremelyLargeImageWorks [2020-02-26T15:57:38.043Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-02-26T15:57:38.043Z] === RUN TestImagesFilterMultiReference [2020-02-26T15:57:38.328Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-02-26T15:57:38.328Z] === RUN TestImagePullPlatformInvalid [2020-02-26T15:57:38.328Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-02-26T15:57:38.328Z] === RUN TestRemoveImageOrphaning [2020-02-26T15:57:38.617Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2020-02-26T15:57:38.617Z] === RUN TestRemoveImageGarbageCollector [2020-02-26T15:57:38.617Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-02-26T15:57:38.617Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T15:57:38.617Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-02-26T15:57:38.617Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-02-26T15:57:38.617Z] === RUN TestTagInvalidReference [2020-02-26T15:57:38.617Z] --- PASS: TestTagInvalidReference (0.04s) [2020-02-26T15:57:38.617Z] === RUN TestTagValidPrefixedRepo [2020-02-26T15:57:38.640Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-02-26T15:57:38.907Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-02-26T15:57:38.907Z] === RUN TestTagExistedNameWithoutForce [2020-02-26T15:57:38.907Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-02-26T15:57:38.907Z] === RUN TestTagOfficialNames [2020-02-26T15:57:38.907Z] --- PASS: TestTagOfficialNames (0.06s) [2020-02-26T15:57:38.907Z] === RUN TestTagMatchesDigest [2020-02-26T15:57:38.907Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-02-26T15:57:38.907Z] === CONT TestImportExtremelyLargeImageWorks [2020-02-26T15:57:39.571Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-02-26T15:57:40.139Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-02-26T15:57:40.396Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-02-26T15:57:41.326Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-02-26T15:57:42.694Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-02-26T15:57:44.593Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-02-26T15:57:45.970Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-02-26T15:57:46.899Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-02-26T15:57:47.828Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-02-26T15:57:48.391Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-02-26T15:57:49.321Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-02-26T15:57:50.250Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-02-26T15:57:52.143Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-02-26T15:57:55.414Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-02-26T15:57:55.671Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-02-26T15:57:56.601Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-02-26T15:57:56.857Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-02-26T15:57:59.379Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-02-26T15:58:00.747Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-02-26T15:58:04.020Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-02-26T15:58:05.388Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-02-26T15:58:06.318Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-02-26T15:58:06.318Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-02-26T15:58:06.318Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-02-26T15:58:07.247Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-02-26T15:58:09.769Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-02-26T15:58:11.138Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-02-26T15:58:13.657Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-02-26T15:58:13.914Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-02-26T15:58:15.834Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-02-26T15:58:16.397Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-02-26T15:58:16.397Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-02-26T15:58:17.326Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-02-26T15:58:19.218Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-02-26T15:58:19.218Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-02-26T15:58:19.781Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-02-26T15:58:20.711Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-02-26T15:58:21.641Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-02-26T15:58:22.570Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-02-26T15:58:22.570Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-02-26T15:58:23.133Z] === RUN TestDockerSuite/TestRunEnvironment [2020-02-26T15:58:24.063Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-02-26T15:58:24.625Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-02-26T15:58:25.553Z] === RUN TestDockerSuite/TestRunExitCode [2020-02-26T15:58:26.483Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-02-26T15:58:27.046Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-02-26T15:58:27.976Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-02-26T15:58:28.905Z] === RUN TestDockerSuite/TestRunExposePort [2020-02-26T15:58:28.905Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-02-26T15:58:29.468Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-02-26T15:58:30.398Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-02-26T15:58:31.770Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-02-26T15:58:32.332Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-26T15:58:32.332Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-02-26T15:58:36.506Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-02-26T15:58:36.762Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-02-26T15:58:48.937Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-02-26T15:58:49.194Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-02-26T15:58:51.093Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-02-26T15:58:51.093Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-02-26T15:58:51.093Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-02-26T15:58:51.093Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-02-26T15:58:51.655Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-02-26T15:58:54.926Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-02-26T15:58:56.818Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-02-26T15:58:58.185Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-02-26T15:58:59.115Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-02-26T15:58:59.678Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-02-26T15:59:00.241Z] === RUN TestDockerSuite/TestRunModeHostname [2020-02-26T15:59:01.608Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-02-26T15:59:01.608Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-02-26T15:59:01.608Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-02-26T15:59:03.500Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-02-26T15:59:04.432Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-02-26T15:59:06.325Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-02-26T15:59:06.325Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-02-26T15:59:06.325Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-02-26T15:59:08.219Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-02-26T15:59:09.587Z] === RUN TestDockerSuite/TestRunMount [2020-02-26T15:59:16.131Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-02-26T15:59:16.694Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-02-26T15:59:17.623Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-02-26T15:59:18.990Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-02-26T15:59:21.510Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-02-26T15:59:24.784Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-02-26T15:59:27.307Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-02-26T15:59:29.828Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-02-26T15:59:31.721Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-02-26T15:59:33.089Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-02-26T15:59:33.089Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-02-26T15:59:34.018Z] === RUN TestDockerSuite/TestRunNetHost [2020-02-26T15:59:35.388Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-02-26T15:59:35.952Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-02-26T15:59:36.883Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-02-26T15:59:39.404Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-02-26T15:59:41.296Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-02-26T15:59:46.546Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-02-26T15:59:47.110Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-02-26T15:59:47.110Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-02-26T15:59:48.039Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-02-26T15:59:48.039Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-02-26T15:59:48.968Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-02-26T15:59:49.531Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-02-26T15:59:49.531Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-02-26T15:59:50.461Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-02-26T15:59:51.390Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-02-26T15:59:51.390Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-02-26T15:59:51.953Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-02-26T15:59:52.884Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-02-26T15:59:54.781Z] === RUN TestDockerSuite/TestRunPortInUse [2020-02-26T15:59:55.715Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-02-26T15:59:56.278Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-02-26T15:59:57.208Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-02-26T15:59:57.772Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-02-26T15:59:58.701Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-02-26T15:59:59.264Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-02-26T15:59:59.264Z] === RUN TestDockerSuite/TestRunPublishPort [2020-02-26T16:00:00.194Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-02-26T16:00:01.123Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-02-26T16:00:01.123Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-02-26T16:00:01.687Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-02-26T16:00:03.585Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-02-26T16:00:03.585Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-02-26T16:00:06.860Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-02-26T16:00:08.228Z] === RUN TestDockerSuite/TestRunRm [2020-02-26T16:00:09.157Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-02-26T16:00:13.327Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-02-26T16:00:13.890Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-02-26T16:00:14.452Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-02-26T16:00:16.345Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-02-26T16:00:16.907Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-02-26T16:00:21.078Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-02-26T16:00:26.327Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-02-26T16:00:26.899Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-02-26T16:00:27.465Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-02-26T16:00:28.394Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-02-26T16:00:29.324Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-02-26T16:00:29.888Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-02-26T16:00:30.818Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-02-26T16:00:31.380Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-02-26T16:00:32.311Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-02-26T16:00:33.241Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-02-26T16:00:35.759Z] === RUN TestDockerSuite/TestRunState [2020-02-26T16:00:37.650Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-02-26T16:00:38.213Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-02-26T16:00:39.144Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-02-26T16:00:39.144Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-02-26T16:00:39.144Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-02-26T16:00:39.707Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-02-26T16:00:39.964Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-02-26T16:00:40.893Z] === RUN TestDockerSuite/TestRunSysctls [2020-02-26T16:00:42.790Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-02-26T16:00:42.790Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-02-26T16:00:42.790Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-02-26T16:00:43.719Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-02-26T16:00:45.611Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-02-26T16:00:46.541Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-02-26T16:00:47.105Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-02-26T16:00:49.626Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-02-26T16:00:54.878Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-02-26T16:00:54.878Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-02-26T16:00:57.432Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-02-26T16:00:58.361Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-02-26T16:00:59.292Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-02-26T16:01:00.222Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-02-26T16:01:02.744Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-02-26T16:01:03.002Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-02-26T16:01:03.931Z] === RUN TestDockerSuite/TestRunUserByID [2020-02-26T16:01:04.495Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-02-26T16:01:04.752Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-02-26T16:01:05.009Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-02-26T16:01:05.940Z] === RUN TestDockerSuite/TestRunUserByName [2020-02-26T16:01:05.940Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-02-26T16:01:06.870Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-02-26T16:01:07.800Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-02-26T16:01:07.800Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-02-26T16:01:07.800Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-02-26T16:01:08.730Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-02-26T16:01:13.982Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-02-26T16:01:13.982Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-02-26T16:01:14.238Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-02-26T16:01:15.608Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-02-26T16:01:18.127Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-02-26T16:01:19.495Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-02-26T16:01:20.058Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-02-26T16:01:22.579Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-02-26T16:01:25.098Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-02-26T16:01:25.355Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-02-26T16:01:25.355Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-02-26T16:01:26.284Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-02-26T16:01:26.852Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-02-26T16:01:27.793Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-02-26T16:01:27.793Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-02-26T16:01:28.049Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-02-26T16:01:28.049Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-02-26T16:01:28.049Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-02-26T16:01:28.978Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-02-26T16:01:29.907Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-02-26T16:01:30.838Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-02-26T16:01:32.735Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-02-26T16:01:33.298Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-02-26T16:01:33.556Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-02-26T16:01:34.488Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-02-26T16:01:34.488Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-02-26T16:01:34.488Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-02-26T16:01:35.418Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-02-26T16:01:35.418Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-02-26T16:01:35.418Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-02-26T16:01:35.418Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-02-26T16:01:35.675Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-02-26T16:01:35.675Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-02-26T16:01:35.675Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-02-26T16:01:35.931Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-02-26T16:01:36.188Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-02-26T16:01:36.445Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-02-26T16:01:36.445Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-02-26T16:01:37.375Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-02-26T16:01:38.305Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-02-26T16:01:38.561Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-02-26T16:01:39.492Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-02-26T16:01:39.492Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-02-26T16:01:40.424Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-02-26T16:01:40.988Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-02-26T16:01:41.917Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-02-26T16:01:41.917Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-02-26T16:01:42.480Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-02-26T16:01:43.410Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-02-26T16:01:43.410Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-02-26T16:01:43.410Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-02-26T16:01:44.339Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-02-26T16:01:45.706Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-02-26T16:01:46.637Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-02-26T16:01:46.637Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-02-26T16:01:47.199Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-02-26T16:01:47.199Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-02-26T16:01:49.092Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-02-26T16:01:49.656Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-02-26T16:01:52.176Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-02-26T16:01:53.113Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-02-26T16:01:53.113Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-02-26T16:01:53.113Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-02-26T16:01:54.047Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-02-26T16:01:55.413Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-02-26T16:01:56.780Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-02-26T16:01:56.781Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-02-26T16:01:58.672Z] === RUN TestDockerSuite/TestSaveImageId [2020-02-26T16:01:58.672Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-02-26T16:01:59.236Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-02-26T16:02:01.128Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-02-26T16:02:01.384Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-02-26T16:02:03.278Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-02-26T16:02:03.278Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-02-26T16:02:03.278Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-02-26T16:02:04.647Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-02-26T16:02:06.015Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-02-26T16:02:06.578Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-02-26T16:02:06.578Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-02-26T16:02:06.578Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-02-26T16:02:06.578Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-02-26T16:02:07.141Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-02-26T16:02:09.661Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-02-26T16:02:14.909Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-02-26T16:02:18.180Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-02-26T16:02:18.743Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-02-26T16:02:20.111Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-02-26T16:02:23.381Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-02-26T16:02:25.944Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-02-26T16:02:26.513Z] === RUN TestDockerSuite/TestStartRecordError [2020-02-26T16:02:28.406Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-02-26T16:02:30.928Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-02-26T16:02:32.299Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-02-26T16:02:32.862Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-02-26T16:02:37.035Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-02-26T16:02:41.206Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-02-26T16:02:44.475Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-02-26T16:02:46.597Z] --- PASS: TestImportExtremelyLargeImageWorks (301.09s) [2020-02-26T16:02:46.598Z] PASS [2020-02-26T16:02:46.598Z] [2020-02-26T16:02:46.598Z] === Skipped [2020-02-26T16:02:46.598Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-02-26T16:02:46.598Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:02:46.598Z] [2020-02-26T16:02:46.598Z] [2020-02-26T16:02:46.598Z] DONE 12 tests, 1 skipped in 302.455s [2020-02-26T16:02:46.598Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-02-26T16:02:46.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:02:46.598Z] ++ set -e [2020-02-26T16:02:46.598Z] ++ '[' -n 0 ']' [2020-02-26T16:02:46.598Z] ++ set -x [2020-02-26T16:02:46.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:02:46.598Z] INFO: Testing against a local daemon [2020-02-26T16:02:46.598Z] === RUN TestNetworkCreateDelete [2020-02-26T16:02:46.598Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-02-26T16:02:46.598Z] === RUN TestDockerNetworkDeletePreferID [2020-02-26T16:02:46.598Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s) [2020-02-26T16:02:46.598Z] === RUN TestInspectNetwork [2020-02-26T16:02:46.598Z] === RUN TestInspectNetwork/full_network_id [2020-02-26T16:02:46.598Z] === RUN TestInspectNetwork/partial_network_id [2020-02-26T16:02:46.598Z] === RUN TestInspectNetwork/network_name [2020-02-26T16:02:46.598Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-02-26T16:02:48.636Z] --- PASS: TestInspectNetwork (7.47s) [2020-02-26T16:02:48.636Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-02-26T16:02:48.636Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-02-26T16:02:48.636Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-02-26T16:02:48.636Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-02-26T16:02:48.636Z] === RUN TestRunContainerWithBridgeNone [2020-02-26T16:02:49.723Z] === RUN TestDockerSuite/TestStatsNoStream [2020-02-26T16:02:51.336Z] --- PASS: TestRunContainerWithBridgeNone (2.35s) [2020-02-26T16:02:51.336Z] === RUN TestNetworkInvalidJSON [2020-02-26T16:02:51.336Z] === RUN TestNetworkInvalidJSON//networks/create [2020-02-26T16:02:51.336Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-02-26T16:02:51.336Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T16:02:51.336Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T16:02:51.336Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T16:02:51.336Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T16:02:51.336Z] === CONT TestNetworkInvalidJSON//networks/create [2020-02-26T16:02:51.336Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-02-26T16:02:51.336Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-02-26T16:02:51.336Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-02-26T16:02:51.336Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-02-26T16:02:51.336Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-02-26T16:02:51.336Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-02-26T16:02:51.336Z] === RUN TestDaemonRestartWithLiveRestore [2020-02-26T16:02:51.959Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-02-26T16:02:51.959Z] === RUN TestDaemonDefaultNetworkPools [2020-02-26T16:02:52.991Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-02-26T16:02:52.993Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-02-26T16:02:52.993Z] === RUN TestDaemonRestartWithExistingNetwork [2020-02-26T16:02:54.020Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2020-02-26T16:02:54.020Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-02-26T16:02:54.358Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-02-26T16:02:55.288Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-02-26T16:02:55.505Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2020-02-26T16:02:55.505Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-02-26T16:02:55.851Z] === RUN TestDockerSuite/TestTopPrivileged [2020-02-26T16:02:56.125Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-02-26T16:02:56.125Z] === RUN TestServiceWithPredefinedNetwork [2020-02-26T16:02:56.779Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-02-26T16:02:56.779Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-02-26T16:02:57.709Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-02-26T16:02:58.840Z] --- PASS: TestServiceWithPredefinedNetwork (2.44s) [2020-02-26T16:02:58.840Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-02-26T16:02:58.840Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T16:02:58.840Z] service_test.go:230: FLAKY_TEST [2020-02-26T16:02:58.840Z] === RUN TestServiceWithDataPathPortInit [2020-02-26T16:03:01.897Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-02-26T16:03:06.068Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-02-26T16:03:06.068Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-02-26T16:03:06.997Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-02-26T16:03:06.997Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-02-26T16:03:07.925Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-02-26T16:03:09.817Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-02-26T16:03:09.817Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-02-26T16:03:11.185Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-02-26T16:03:12.113Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-02-26T16:03:13.043Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-02-26T16:03:14.100Z] --- PASS: TestServiceWithDataPathPortInit (14.83s) [2020-02-26T16:03:14.100Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-02-26T16:03:14.935Z] === RUN TestDockerSuite/TestUpdateStats [2020-02-26T16:03:19.105Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-02-26T16:03:20.472Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-02-26T16:03:20.472Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-02-26T16:03:20.931Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.53s) [2020-02-26T16:03:20.931Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:41ehfggjybz48cf9d152sdfbh Created:2020-02-26 16:03:14.458489282 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[b496d6e7cc3d8867b41fb6e0f01997fc6169fc0c3bd0470fd8242cbe8c9b5fce:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vr3lodxpo6vkf0jbkn1dgo0uk EndpointID:0c71215a0bf740b33643e2cf435eae3ba45a1cc7f8c71287cc7be77885817902 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8aaa3b247f2b52c59360a43c1f0b05e2814c865dfd4753f303f8a1cf55bed4b5 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:dbbe444c4ebc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vr3lodxpo6vkf0jbkn1dgo0uk EndpointID:0c71215a0bf740b33643e2cf435eae3ba45a1cc7f8c71287cc7be77885817902 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-02-26T16:03:20.931Z] PASS [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] === Skipped [2020-02-26T16:03:20.931Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-02-26T16:03:20.931Z] service_test.go:230: FLAKY_TEST [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] DONE 21 tests, 1 skipped in 40.800s [2020-02-26T16:03:20.931Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] ++ set -e [2020-02-26T16:03:20.931Z] ++ '[' -n 0 ']' [2020-02-26T16:03:20.931Z] ++ set -x [2020-02-26T16:03:20.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] INFO: Testing against a local daemon [2020-02-26T16:03:20.931Z] === RUN TestDockerNetworkIpvlanPersistance [2020-02-26T16:03:20.931Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-26T16:03:20.931Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T16:03:20.931Z] === RUN TestDockerNetworkIpvlan [2020-02-26T16:03:20.931Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-02-26T16:03:20.931Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T16:03:20.931Z] PASS [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] === Skipped [2020-02-26T16:03:20.931Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-02-26T16:03:20.931Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-02-26T16:03:20.931Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] [2020-02-26T16:03:20.931Z] DONE 2 tests, 2 skipped in 0.107s [2020-02-26T16:03:20.931Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] ++ set -e [2020-02-26T16:03:20.931Z] ++ '[' -n 0 ']' [2020-02-26T16:03:20.931Z] ++ set -x [2020-02-26T16:03:20.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:20.931Z] INFO: Testing against a local daemon [2020-02-26T16:03:20.931Z] === RUN TestDockerNetworkMacvlanPersistance [2020-02-26T16:03:21.404Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-02-26T16:03:22.334Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-02-26T16:03:22.980Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2020-02-26T16:03:22.980Z] === RUN TestDockerNetworkMacvlan [2020-02-26T16:03:23.605Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-02-26T16:03:24.638Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-02-26T16:03:24.853Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-02-26T16:03:25.678Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-02-26T16:03:26.747Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-02-26T16:03:28.380Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-02-26T16:03:30.020Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-02-26T16:03:31.854Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-02-26T16:03:34.206Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-02-26T16:03:36.100Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-02-26T16:03:36.269Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan (14.76s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.11s) [2020-02-26T16:03:37.288Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2020-02-26T16:03:37.288Z] PASS [2020-02-26T16:03:37.288Z] [2020-02-26T16:03:37.288Z] DONE 8 tests in 16.367s [2020-02-26T16:03:37.288Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-02-26T16:03:37.288Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:37.288Z] ++ set -e [2020-02-26T16:03:37.288Z] ++ '[' -n 0 ']' [2020-02-26T16:03:37.288Z] ++ set -x [2020-02-26T16:03:37.288Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:37.288Z] testing: warning: no tests to run [2020-02-26T16:03:37.288Z] PASS [2020-02-26T16:03:37.288Z] [2020-02-26T16:03:37.288Z] DONE 0 tests in 0.015s [2020-02-26T16:03:37.288Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-02-26T16:03:37.288Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:37.288Z] ++ set -e [2020-02-26T16:03:37.288Z] ++ '[' -n 0 ']' [2020-02-26T16:03:37.288Z] ++ set -x [2020-02-26T16:03:37.288Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:03:37.573Z] INFO: Testing against a local daemon [2020-02-26T16:03:37.573Z] === RUN TestAuthZPluginAllowRequest [2020-02-26T16:03:37.992Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-02-26T16:03:39.052Z] --- PASS: TestAuthZPluginAllowRequest (1.60s) [2020-02-26T16:03:39.052Z] === RUN TestAuthZPluginTLS [2020-02-26T16:03:39.675Z] --- PASS: TestAuthZPluginTLS (0.60s) [2020-02-26T16:03:39.675Z] === RUN TestAuthZPluginDenyRequest [2020-02-26T16:03:40.295Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-02-26T16:03:40.295Z] === RUN TestAuthZPluginAPIDenyResponse [2020-02-26T16:03:40.514Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-02-26T16:03:40.912Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-02-26T16:03:40.912Z] === RUN TestAuthZPluginDenyResponse [2020-02-26T16:03:41.530Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-02-26T16:03:41.530Z] === RUN TestAuthZPluginAllowEventStream [2020-02-26T16:03:43.018Z] --- PASS: TestAuthZPluginAllowEventStream (1.61s) [2020-02-26T16:03:43.018Z] === RUN TestAuthZPluginErrorResponse [2020-02-26T16:03:43.645Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-02-26T16:03:43.645Z] === RUN TestAuthZPluginErrorRequest [2020-02-26T16:03:43.788Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-02-26T16:03:44.262Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-02-26T16:03:44.262Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-02-26T16:03:44.882Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-02-26T16:03:44.882Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-02-26T16:03:45.680Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-02-26T16:03:46.915Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.18s) [2020-02-26T16:03:46.915Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-02-26T16:03:48.200Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-02-26T16:03:48.955Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s) [2020-02-26T16:03:48.955Z] === RUN TestAuthZPluginHeader [2020-02-26T16:03:49.971Z] --- PASS: TestAuthZPluginHeader (0.93s) [2020-02-26T16:03:49.971Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-02-26T16:03:49.971Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T16:03:49.971Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:03:49.971Z] === RUN TestAuthZPluginV2Disable [2020-02-26T16:03:49.971Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-02-26T16:03:49.971Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:03:49.971Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-02-26T16:03:49.971Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T16:03:49.971Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:03:49.971Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-02-26T16:03:49.971Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T16:03:49.971Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:03:49.971Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-02-26T16:03:50.719Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-02-26T16:03:52.615Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-02-26T16:03:53.982Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-02-26T16:03:56.502Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-02-26T16:03:59.021Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-02-26T16:04:00.914Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-02-26T16:04:03.434Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-02-26T16:04:05.975Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-02-26T16:04:08.436Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.82s) [2020-02-26T16:04:08.436Z] PASS [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] === Skipped [2020-02-26T16:04:08.436Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-02-26T16:04:08.436Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-02-26T16:04:08.436Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-02-26T16:04:08.436Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-02-26T16:04:08.436Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] DONE 17 tests, 4 skipped in 29.420s [2020-02-26T16:04:08.436Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] ++ set -e [2020-02-26T16:04:08.436Z] ++ '[' -n 0 ']' [2020-02-26T16:04:08.436Z] ++ set -x [2020-02-26T16:04:08.436Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] INFO: Testing against a local daemon [2020-02-26T16:04:08.436Z] === RUN TestPluginInvalidJSON [2020-02-26T16:04:08.436Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T16:04:08.436Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T16:04:08.436Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-02-26T16:04:08.436Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-02-26T16:04:08.436Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-02-26T16:04:08.436Z] PASS [2020-02-26T16:04:08.436Z] [2020-02-26T16:04:08.436Z] DONE 2 tests in 0.139s [2020-02-26T16:04:08.436Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] ++ set -e [2020-02-26T16:04:08.436Z] ++ '[' -n 0 ']' [2020-02-26T16:04:08.436Z] ++ set -x [2020-02-26T16:04:08.436Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:08.436Z] INFO: Testing against a local daemon [2020-02-26T16:04:08.436Z] === RUN TestExternalGraphDriver [2020-02-26T16:04:08.436Z] === RUN TestExternalGraphDriver/json [2020-02-26T16:04:09.452Z] === RUN TestExternalGraphDriver/spec [2020-02-26T16:04:11.516Z] === RUN TestExternalGraphDriver/pull [2020-02-26T16:04:13.565Z] --- PASS: TestExternalGraphDriver (6.31s) [2020-02-26T16:04:13.565Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2020-02-26T16:04:13.565Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-02-26T16:04:13.565Z] --- PASS: TestExternalGraphDriver/pull (2.06s) [2020-02-26T16:04:13.565Z] === RUN TestGraphdriverPluginV2 [2020-02-26T16:04:13.565Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-02-26T16:04:13.565Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:13.565Z] PASS [2020-02-26T16:04:13.565Z] [2020-02-26T16:04:13.565Z] === Skipped [2020-02-26T16:04:13.565Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-02-26T16:04:13.565Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:04:13.565Z] [2020-02-26T16:04:13.565Z] [2020-02-26T16:04:13.565Z] DONE 5 tests, 1 skipped in 6.483s [2020-02-26T16:04:13.565Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-02-26T16:04:13.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:13.565Z] ++ set -e [2020-02-26T16:04:13.565Z] ++ '[' -n 0 ']' [2020-02-26T16:04:13.565Z] ++ set -x [2020-02-26T16:04:13.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:13.565Z] INFO: Testing against a local daemon [2020-02-26T16:04:13.565Z] === RUN TestContinueAfterPluginCrash [2020-02-26T16:04:13.565Z] === PAUSE TestContinueAfterPluginCrash [2020-02-26T16:04:13.565Z] === RUN TestDaemonStartWithLogOpt [2020-02-26T16:04:13.565Z] === PAUSE TestDaemonStartWithLogOpt [2020-02-26T16:04:13.565Z] === CONT TestContinueAfterPluginCrash [2020-02-26T16:04:13.565Z] === CONT TestDaemonStartWithLogOpt [2020-02-26T16:04:20.821Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-02-26T16:04:20.821Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-02-26T16:04:20.821Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-02-26T16:04:21.752Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-02-26T16:04:21.752Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-02-26T16:04:22.008Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-02-26T16:04:22.008Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-02-26T16:04:22.937Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-02-26T16:04:22.937Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-02-26T16:04:23.866Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-02-26T16:04:23.866Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-02-26T16:04:23.867Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-02-26T16:04:23.867Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-02-26T16:04:23.867Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-02-26T16:04:27.137Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-02-26T16:04:27.137Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-02-26T16:04:27.137Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-02-26T16:04:27.137Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-02-26T16:04:27.137Z] === RUN TestDockerSuite/TestVolumeEvents [2020-02-26T16:04:27.701Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-02-26T16:04:30.221Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-02-26T16:04:30.221Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-02-26T16:04:30.221Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-02-26T16:04:32.095Z] --- PASS: TestDaemonStartWithLogOpt (15.47s) [2020-02-26T16:04:33.490Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-02-26T16:04:34.133Z] --- PASS: TestContinueAfterPluginCrash (20.34s) [2020-02-26T16:04:34.133Z] PASS [2020-02-26T16:04:34.133Z] [2020-02-26T16:04:34.133Z] DONE 2 tests in 20.444s [2020-02-26T16:04:34.133Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-02-26T16:04:34.133Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:34.133Z] ++ set -e [2020-02-26T16:04:34.133Z] ++ '[' -n 0 ']' [2020-02-26T16:04:34.133Z] ++ set -x [2020-02-26T16:04:34.133Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:34.133Z] INFO: Testing against a local daemon [2020-02-26T16:04:34.133Z] === RUN TestPluginWithDevMounts [2020-02-26T16:04:34.133Z] === PAUSE TestPluginWithDevMounts [2020-02-26T16:04:34.133Z] === CONT TestPluginWithDevMounts [2020-02-26T16:04:36.817Z] --- PASS: TestPluginWithDevMounts (2.27s) [2020-02-26T16:04:36.817Z] PASS [2020-02-26T16:04:36.817Z] [2020-02-26T16:04:36.817Z] DONE 1 tests in 2.377s [2020-02-26T16:04:36.817Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-02-26T16:04:36.817Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:36.817Z] ++ set -e [2020-02-26T16:04:36.817Z] ++ '[' -n 0 ']' [2020-02-26T16:04:36.817Z] ++ set -x [2020-02-26T16:04:36.817Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:36.817Z] INFO: Testing against a local daemon [2020-02-26T16:04:36.817Z] === RUN TestSecretInspect [2020-02-26T16:04:37.663Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite (1784.16s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.56s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.08s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.88s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.94s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (3.57s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.46s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.64s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.40s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.20s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.30s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.16s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.17s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.12s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.08s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.30s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.99s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.45s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (3.53s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachDetach (1.59s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.46s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.35s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.66s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.80s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.54s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.88s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.35s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.14s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.78s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.57s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.72s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.52s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.55s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.15s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.74s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.51s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.90s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.16s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.92s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.18s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.36s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.41s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.09s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.43s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.01s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.23s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.24s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.90s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.05s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.71s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.94s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.63s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.76s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.19s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.08s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.37s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.83s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.23s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.65s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.12s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.15s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.49s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.48s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.23s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.49s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.68s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.78s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.76s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.73s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.92s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.04s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.78s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.86s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.98s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.62s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2020-02-26T16:04:37.663Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.60s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.55s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.91s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContChar (4.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.39s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.73s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.30s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.80s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.96s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.96s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.89s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.34s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.59s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.18s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.50s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.66s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.66s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.82s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.50s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.39s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.55s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.70s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.08s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.65s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.71s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.77s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.96s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.31s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.76s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (18.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.11s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.97s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.30s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.57s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnv (1.66s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.34s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.15s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.47s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.76s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.85s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.99s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.50s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildExpose (0.37s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.61s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFails (1.23s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.59s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.37s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.29s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.33s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.58s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.77s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.36s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.34s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildHistory (4.36s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.23s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.55s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.49s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabel (0.43s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.35s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabels (0.54s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.10s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.42s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.67s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.11s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.16s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.16s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.83s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (2.56s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.91s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.82s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.91s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.03s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.32s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.47s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.15s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.73s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.55s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.22s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.75s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.20s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.15s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.24s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.50s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.42s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.53s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.93s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.64s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.04s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.16s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.92s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.54s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.45s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.51s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.51s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.79s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildPATH (2.57s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.03s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.16s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.44s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.31s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.02s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRm (3.59s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.08s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.43s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.55s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.73s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.41s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.63s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.65s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.90s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.35s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.46s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildStderr (1.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.15s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.24s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.35s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.81s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.32s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.72s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildUser (2.19s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.14s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.06s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.41s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.08s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.06s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.63s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.04s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.13s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.07s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.97s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.38s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.44s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.03s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.43s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.94s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.36s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-02-26T16:04:37.664Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-26T16:04:37.664Z] docker_cli_sni_test.go:18: Flakey test [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.85s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.11s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.07s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.80s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.73s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.98s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitTTY (1.90s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.96s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.77s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.07s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.29s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.74s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.06s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.88s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.00s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.15s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.92s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.84s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.84s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.84s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.82s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.87s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.86s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.83s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.80s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.84s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.91s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2020-02-26T16:04:37.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.66s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.56s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.57s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.75s) [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-26T16:04:37.665Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.86s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.85s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.21s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.92s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.11s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.34s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.71s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.59s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.62s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000331440_} (1.59s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1339813731_/foo_false____} (1.60s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1339813731_/foo_true____} (1.59s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_false____} (1.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_true____} (1.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3120484198_/foo_true__0xc000331920__} (1.66s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000331940_} (1.60s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000331960_} (1.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000331980_} (1.63s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003319a0_} (1.65s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.65s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.93s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.39s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.73s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.28s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.08s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.92s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.16s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.04s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.95s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.96s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.49s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.92s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.20s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.89s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.19s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.50s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.08s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.47s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.93s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.51s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.92s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.12s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToDot (1.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.93s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToStdout (1.14s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.53s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.50s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.14s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.55s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.81s) [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-26T16:04:37.665Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.78s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.39s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-26T16:04:37.665Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.42s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.87s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.77s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.21s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.83s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.11s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.86s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.79s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.87s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.32s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.85s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.47s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.14s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.70s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.74s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.27s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsAttach (0.89s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsCommit (1.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.87s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.85s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.86s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.72s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.97s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsCopy (1.43s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.63s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.77s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.34s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.59s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.49s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFilters (1.63s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFormat (1.61s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.83s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.40s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-26T16:04:37.665Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-26T16:04:37.665Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.62s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.81s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsRename (0.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsResize (0.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.81s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.90s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.79s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.08s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsTop (1.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.83s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExec (1.20s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.06s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.77s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.81s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.63s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.86s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.89s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.87s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.06s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.64s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecCgroup (1.20s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecEnv (0.93s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.79s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.90s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecInspectID (1.93s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecInteractive (0.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.95s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecParseError (0.89s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.84s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.61s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.82s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecStartFails (0.89s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.13s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.78s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecTTY (0.95s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.98s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.83s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecUlimits (0.93s) [2020-02-26T16:04:37.665Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-26T16:04:37.665Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.15s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.95s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestExecWithUser (1.22s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.71s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.83s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.80s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.81s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHealth (20.98s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.92s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.32s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.28s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.49s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.94s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.99s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImportDisplay (1.69s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImportFile (2.17s) [2020-02-26T16:04:37.665Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.75s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestImportGzipped (1.93s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.88s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.77s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.87s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.98s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.91s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.77s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.31s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.88s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectDefault (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectHistory (1.09s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-26T16:04:37.666Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.89s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.88s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.88s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.93s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectStatus (0.94s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.85s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.92s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.94s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.89s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.90s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.11s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.63s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.10s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.37s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.73s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.69s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.65s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.56s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.53s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.04s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.37s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.73s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.88s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.13s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.60s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.77s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.15s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.13s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.11s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.18s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.94s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.93s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsSince (6.99s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.72s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsTail (0.89s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.49s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestNetHostname (2.38s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.38s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.51s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginActive (1.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.21s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.18s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.12s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.63s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.06s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.27s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.22s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.65s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.54s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPortList (11.08s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.51s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.39s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.76s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.12s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.41s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.74s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.34s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsByOrder (3.72s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.24s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.45s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.44s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.04s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.07s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.63s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.44s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.61s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.56s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.77s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.55s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.99s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.26s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.52s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.61s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.84s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.16s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.98s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.60s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.59s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.45s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.56s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.61s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.64s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.59s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.09s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.61s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.31s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.05s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.98s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.12s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.95s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.08s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.63s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.95s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.46s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.58s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddHost (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.38s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.79s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.95s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.98s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.54s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.60s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.90s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.91s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.14s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.25s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.75s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.78s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.35s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.79s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.85s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.79s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.76s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.23s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.92s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.78s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.86s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.61s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.67s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.57s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.78s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.84s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.63s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.53s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.74s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.71s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (3.01s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.80s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.04s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.59s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.33s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.79s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.72s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.80s) [2020-02-26T16:04:37.666Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-26T16:04:37.666Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2020-02-26T16:04:37.666Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.71s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.82s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.82s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.76s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.84s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.83s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.78s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.76s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunExitCode (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.55s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.37s) [2020-02-26T16:04:37.667Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-26T16:04:37.667Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.58s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.80s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.55s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.05s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.59s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.15s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.60s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.87s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.62s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.18s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.57s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.26s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.63s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.61s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.63s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMount (6.27s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.82s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.80s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.58s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.39s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.30s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.41s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.58s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.64s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.68s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-02-26T16:04:37.667Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.77s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetHost (1.25s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.71s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.42s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.29s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.84s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.72s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.78s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.72s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.86s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.84s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.72s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.70s) [2020-02-26T16:04:37.924Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.75s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.80s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.74s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.77s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.62s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.40s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.57s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRm (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.78s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.68s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.12s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.75s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.84s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.80s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.83s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.82s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunState (1.65s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.87s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.77s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunSysctls (1.87s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.77s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.80s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.86s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.32s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.55s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.18s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (1.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.90s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.82s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.36s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.39s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserByID (0.83s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.19s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.90s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserByName (0.87s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.84s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.77s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.76s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.89s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.20s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.51s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.63s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.55s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.07s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.95s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.77s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.02s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.23s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.88s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.87s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.90s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.75s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.87s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (1.04s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.97s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.16s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.26s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.17s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.16s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.96s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (1.10s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.01s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.36s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.83s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.81s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.83s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.56s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.77s) [2020-02-26T16:04:37.924Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-26T16:04:37.924Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.67s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.11s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.58s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.75s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.59s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.28s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.97s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.56s) [2020-02-26T16:04:37.924Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.07s) [2020-02-26T16:04:37.925Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents442941888 [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.67s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.52s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.56s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.05s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.35s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.42s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.53s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.60s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.53s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.88s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.57s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.86s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.53s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.05s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.42s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.04s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.22s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.86s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.79s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.84s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.85s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.80s) [2020-02-26T16:04:37.925Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-02-26T16:04:37.925Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.82s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.33s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.49s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.80s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.75s) [2020-02-26T16:04:37.925Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-02-26T16:04:37.925Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.91s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.79s) [2020-02-26T16:04:37.925Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-26T16:04:37.925Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.60s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.99s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.91s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.66s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateStats (3.86s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.51s) [2020-02-26T16:04:37.925Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-26T16:04:37.925Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.04s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.91s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.33s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.69s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.32s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.77s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.22s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.17s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.62s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.42s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.60s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.61s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.37s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.39s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.37s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.35s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.47s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.88s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.98s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.57s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.82s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.21s) [2020-02-26T16:04:37.925Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.32s) [2020-02-26T16:04:37.925Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-26T16:04:37.925Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-26T16:04:37.925Z] === RUN TestDockerRegistrySuite [2020-02-26T16:04:37.925Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-02-26T16:04:38.851Z] --- PASS: TestSecretInspect (2.33s) [2020-02-26T16:04:38.851Z] === RUN TestSecretList [2020-02-26T16:04:39.818Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-02-26T16:04:41.186Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-02-26T16:04:41.536Z] --- PASS: TestSecretList (2.31s) [2020-02-26T16:04:41.536Z] === RUN TestSecretsCreateAndDelete [2020-02-26T16:04:43.078Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-02-26T16:04:43.078Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-02-26T16:04:43.583Z] --- PASS: TestSecretsCreateAndDelete (2.37s) [2020-02-26T16:04:43.583Z] === RUN TestSecretsUpdate [2020-02-26T16:04:46.274Z] --- PASS: TestSecretsUpdate (2.37s) [2020-02-26T16:04:46.274Z] === RUN TestTemplatedSecret [2020-02-26T16:04:47.261Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-02-26T16:04:48.961Z] --- PASS: TestTemplatedSecret (2.74s) [2020-02-26T16:04:48.961Z] === RUN TestSecretCreateResolve [2020-02-26T16:04:51.010Z] --- PASS: TestSecretCreateResolve (2.30s) [2020-02-26T16:04:51.010Z] PASS [2020-02-26T16:04:51.010Z] [2020-02-26T16:04:51.010Z] DONE 6 tests in 14.521s [2020-02-26T16:04:51.010Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-02-26T16:04:51.010Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:51.010Z] ++ set -e [2020-02-26T16:04:51.010Z] ++ '[' -n 0 ']' [2020-02-26T16:04:51.010Z] ++ set -x [2020-02-26T16:04:51.011Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:04:51.011Z] INFO: Testing against a local daemon [2020-02-26T16:04:51.011Z] === RUN TestServiceCreateInit [2020-02-26T16:04:51.011Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-02-26T16:04:51.432Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-02-26T16:04:55.411Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-02-26T16:04:55.602Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-02-26T16:04:57.494Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-02-26T16:04:58.425Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-02-26T16:04:59.793Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-02-26T16:04:59.822Z] --- PASS: TestServiceCreateInit (8.33s) [2020-02-26T16:04:59.822Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.18s) [2020-02-26T16:04:59.822Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.09s) [2020-02-26T16:04:59.822Z] === RUN TestCreateServiceMultipleTimes [2020-02-26T16:05:01.161Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-02-26T16:05:03.055Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-02-26T16:05:03.985Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-02-26T16:05:05.877Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-02-26T16:05:08.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-02-26T16:05:10.918Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-02-26T16:05:12.285Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-02-26T16:05:15.555Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-02-26T16:05:16.924Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-02-26T16:05:16.924Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-02-26T16:05:18.291Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-02-26T16:05:18.331Z] --- PASS: TestCreateServiceMultipleTimes (16.59s) [2020-02-26T16:05:18.331Z] === RUN TestCreateServiceConflict [2020-02-26T16:05:18.331Z] --- PASS: TestCreateServiceConflict (2.25s) [2020-02-26T16:05:18.331Z] === RUN TestCreateServiceMaxReplicas [2020-02-26T16:05:19.668Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-02-26T16:05:21.043Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-02-26T16:05:21.805Z] --- PASS: TestCreateServiceMaxReplicas (3.00s) [2020-02-26T16:05:21.805Z] === RUN TestCreateWithDuplicateNetworkNames [2020-02-26T16:05:25.212Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-02-26T16:05:25.212Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-02-26T16:05:26.580Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-02-26T16:05:26.836Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-02-26T16:05:27.092Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-02-26T16:05:27.349Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-02-26T16:05:27.606Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-02-26T16:05:27.862Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-02-26T16:05:28.119Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-02-26T16:05:29.489Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-02-26T16:05:32.010Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-02-26T16:05:32.941Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-02-26T16:05:34.310Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-02-26T16:05:34.348Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.28s) [2020-02-26T16:05:34.348Z] === RUN TestCreateServiceSecretFileMode [2020-02-26T16:05:35.240Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite (58.38s) [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.76s) [2020-02-26T16:05:36.171Z] check_test.go:196: [de9aeca9135f2] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.47s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d15d88dc89058] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.89s) [2020-02-26T16:05:36.171Z] check_test.go:196: [df89163f72a62] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d91baa5df0658] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.14s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d00abeec77c09] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.25s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d42dccab2214f] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.28s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d7690ea3fdbfc] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.50s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d83b5357ed15b] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.20s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d4ac4299f0ae6] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.41s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d050c4b9287f4] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.49s) [2020-02-26T16:05:36.171Z] check_test.go:196: [da7778786dcf0] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.44s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d35786c77de72] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.39s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d6329ac36635a] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.44s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d37aaf03f204e] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.63s) [2020-02-26T16:05:36.171Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:15feca900b01734bdccccb6a70105adc1854db053a67a018ea129a55046c954d [2020-02-26T16:05:36.171Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ac8dc19762b31742de4d999dac32f00b3fcbaa0a5c50cf5dd27d66c94b676c88 [2020-02-26T16:05:36.171Z] check_test.go:196: [da38dfc7df272] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.62s) [2020-02-26T16:05:36.171Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1265e0234ba9869a2ca91665fb92187033ec56e46102ca88aef819f711a0ac69 [2020-02-26T16:05:36.171Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bc32da32b0e024d8cf6921ece6859a42735b9de0d62600cc5e073afc3a3997c4 [2020-02-26T16:05:36.171Z] check_test.go:196: [d1559d47595ad] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.38s) [2020-02-26T16:05:36.171Z] check_test.go:196: [dd7e2a8cfafcc] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.27s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d864dee4f6d30] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.38s) [2020-02-26T16:05:36.171Z] check_test.go:196: [dd9d03078f5de] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d5ec59657bbad] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.38s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d0a52ef55bb27] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.29s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d34cf40ae64c8] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d8456a28fcebe] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.70s) [2020-02-26T16:05:36.171Z] check_test.go:196: [dd57666fd21da] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.35s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d39bbf52c78c0] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.52s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d39d24187ad7f] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.43s) [2020-02-26T16:05:36.171Z] check_test.go:196: [dcce893f2df17] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d9035d6e60c86] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2020-02-26T16:05:36.171Z] check_test.go:196: [de9abe5f6d95e] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2020-02-26T16:05:36.171Z] check_test.go:196: [de6a519ca41a8] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d4e8d2977b432] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-02-26T16:05:36.171Z] check_test.go:196: [daa2866b02ece] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.43s) [2020-02-26T16:05:36.171Z] check_test.go:196: [d1edeb0b9133f] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.20s) [2020-02-26T16:05:36.171Z] check_test.go:196: [de97be255f73a] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.13s) [2020-02-26T16:05:36.171Z] check_test.go:196: [dbf9c5dde1424] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.51s) [2020-02-26T16:05:36.171Z] check_test.go:196: [daff739bc42f1] daemon is not started [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2020-02-26T16:05:36.171Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2020-02-26T16:05:36.171Z] === RUN TestDockerSchema1RegistrySuite [2020-02-26T16:05:36.171Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-02-26T16:05:36.428Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-02-26T16:05:37.035Z] --- PASS: TestCreateServiceSecretFileMode (2.66s) [2020-02-26T16:05:37.035Z] === RUN TestCreateServiceConfigFileMode [2020-02-26T16:05:39.723Z] --- PASS: TestCreateServiceConfigFileMode (2.54s) [2020-02-26T16:05:39.723Z] === RUN TestCreateServiceSysctls [2020-02-26T16:05:41.682Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-02-26T16:05:43.201Z] --- PASS: TestCreateServiceSysctls (3.46s) [2020-02-26T16:05:43.201Z] === RUN TestCreateServiceCapabilities [2020-02-26T16:05:45.855Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-02-26T16:05:45.893Z] --- PASS: TestCreateServiceCapabilities (2.70s) [2020-02-26T16:05:45.893Z] === RUN TestInspect [2020-02-26T16:05:48.588Z] --- PASS: TestInspect (2.88s) [2020-02-26T16:05:48.588Z] === RUN TestCreateJob [2020-02-26T16:05:50.026Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-02-26T16:05:50.956Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-02-26T16:05:52.068Z] --- PASS: TestCreateJob (3.46s) [2020-02-26T16:05:52.068Z] === RUN TestReplicatedJob [2020-02-26T16:05:52.339Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-02-26T16:05:52.339Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-02-26T16:05:53.707Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-02-26T16:05:55.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-02-26T16:05:56.441Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-02-26T16:05:58.895Z] --- PASS: TestReplicatedJob (6.05s) [2020-02-26T16:05:58.895Z] === RUN TestUpdateReplicatedJob [2020-02-26T16:06:00.613Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-02-26T16:06:00.613Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-02-26T16:06:00.869Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-02-26T16:06:01.126Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-02-26T16:06:01.382Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-02-26T16:06:01.588Z] --- PASS: TestUpdateReplicatedJob (3.49s) [2020-02-26T16:06:01.588Z] === RUN TestServiceListWithStatuses [2020-02-26T16:06:01.588Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-02-26T16:06:01.588Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T16:06:01.588Z] === RUN TestDockerNetworkConnectAlias [2020-02-26T16:06:01.639Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-02-26T16:06:01.639Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-02-26T16:06:02.202Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite (26.08s) [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d58fd45527421] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.52s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d01593f8a7854] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.39s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d5f98c78944af] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.35s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d400b76e396ee] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.28s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d2a7e23a4b6e3] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.31s) [2020-02-26T16:06:02.202Z] check_test.go:223: [dee6f42d72974] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d85c6871a2800] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.46s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d3b951b35c835] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.30s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d7ccab56fd05f] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2020-02-26T16:06:02.202Z] check_test.go:223: [dd5eb0581518a] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.77s) [2020-02-26T16:06:02.202Z] check_test.go:223: [de98a3db29b97] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d76bf0b69b37d] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d638b5892f7f0] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d533ad839e503] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-02-26T16:06:02.202Z] check_test.go:223: [dc729a1850d57] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d8747241bcc80] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.40s) [2020-02-26T16:06:02.202Z] check_test.go:223: [de45fb49dc19f] daemon is not started [2020-02-26T16:06:02.202Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-02-26T16:06:02.202Z] check_test.go:223: [d5673a7872069] daemon is not started [2020-02-26T16:06:02.202Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-02-26T16:06:02.202Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-02-26T16:06:03.133Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-02-26T16:06:04.063Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-02-26T16:06:04.063Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-02-26T16:06:05.432Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-02-26T16:06:05.688Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-02-26T16:06:05.945Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-02-26T16:06:06.508Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.42s) [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.05s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d538c65fd7024] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.74s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d2c29c536b17a] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d9b58f8acefbc] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.19s) [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d37fc55592490] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d5be592e418cd] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d833bb6ad1c93] daemon is not started [2020-02-26T16:06:06.508Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-02-26T16:06:06.508Z] check_test.go:252: [d8909d300ce0f] daemon is not started [2020-02-26T16:06:06.508Z] === RUN TestDockerRegistryAuthTokenSuite [2020-02-26T16:06:06.508Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-02-26T16:06:07.100Z] --- PASS: TestDockerNetworkConnectAlias (4.69s) [2020-02-26T16:06:07.100Z] === RUN TestDockerNetworkReConnect [2020-02-26T16:06:10.594Z] --- PASS: TestDockerNetworkReConnect (3.77s) [2020-02-26T16:06:10.594Z] === RUN TestServicePlugin [2020-02-26T16:06:10.594Z] --- SKIP: TestServicePlugin (0.00s) [2020-02-26T16:06:10.594Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:06:10.594Z] === RUN TestServiceUpdateLabel [2020-02-26T16:06:11.757Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-02-26T16:06:12.013Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-02-26T16:06:12.013Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-02-26T16:06:12.269Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.74s) [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-02-26T16:06:12.269Z] check_test.go:279: [d57836470ab80] daemon is not started [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-02-26T16:06:12.269Z] check_test.go:279: [d49f5f78a2eba] daemon is not started [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-02-26T16:06:12.269Z] check_test.go:279: [df5e2c7c7cfcb] daemon is not started [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-02-26T16:06:12.269Z] check_test.go:279: [d279b65967c4a] daemon is not started [2020-02-26T16:06:12.269Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-02-26T16:06:12.269Z] check_test.go:279: [d18656d0e3aeb] daemon is not started [2020-02-26T16:06:12.269Z] === RUN TestDockerNetworkSuite [2020-02-26T16:06:12.269Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-02-26T16:06:12.639Z] --- PASS: TestServiceUpdateLabel (2.33s) [2020-02-26T16:06:12.639Z] === RUN TestServiceUpdateSecrets [2020-02-26T16:06:15.540Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-02-26T16:06:15.540Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-02-26T16:06:16.470Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-02-26T16:06:16.470Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-02-26T16:06:16.726Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-02-26T16:06:16.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-02-26T16:06:16.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-02-26T16:06:18.353Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-02-26T16:06:21.624Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-02-26T16:06:21.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-02-26T16:06:24.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-02-26T16:06:26.790Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-02-26T16:06:27.930Z] --- PASS: TestServiceUpdateSecrets (14.75s) [2020-02-26T16:06:27.930Z] === RUN TestServiceUpdateConfigs [2020-02-26T16:06:28.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-02-26T16:06:30.053Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-02-26T16:06:30.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-02-26T16:06:40.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-02-26T16:06:43.221Z] --- PASS: TestServiceUpdateConfigs (14.83s) [2020-02-26T16:06:43.222Z] === RUN TestServiceUpdateNetwork [2020-02-26T16:06:43.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-02-26T16:06:45.211Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-02-26T16:06:46.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-02-26T16:06:47.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-02-26T16:06:48.437Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-02-26T16:06:50.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-02-26T16:06:50.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-02-26T16:06:50.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-02-26T16:06:51.696Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-02-26T16:06:51.953Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-02-26T16:06:52.210Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-02-26T16:06:52.210Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-02-26T16:06:54.103Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-02-26T16:06:55.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-02-26T16:06:55.729Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-02-26T16:06:55.819Z] --- PASS: TestServiceUpdateNetwork (13.27s) [2020-02-26T16:06:55.819Z] PASS [2020-02-26T16:06:55.819Z] [2020-02-26T16:06:55.819Z] === Skipped [2020-02-26T16:06:55.819Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-02-26T16:06:55.819Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-02-26T16:06:55.819Z] [2020-02-26T16:06:55.819Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-02-26T16:06:55.819Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-02-26T16:06:55.819Z] [2020-02-26T16:06:55.819Z] [2020-02-26T16:06:55.819Z] DONE 23 tests, 2 skipped in 124.438s [2020-02-26T16:06:55.819Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] ++ set -e [2020-02-26T16:06:55.819Z] ++ '[' -n 0 ']' [2020-02-26T16:06:55.819Z] ++ set -x [2020-02-26T16:06:55.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] INFO: Testing against a local daemon [2020-02-26T16:06:55.819Z] === RUN TestSessionCreate [2020-02-26T16:06:55.819Z] --- PASS: TestSessionCreate (0.05s) [2020-02-26T16:06:55.819Z] === RUN TestSessionCreateWithBadUpgrade [2020-02-26T16:06:55.819Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-02-26T16:06:55.819Z] PASS [2020-02-26T16:06:55.819Z] [2020-02-26T16:06:55.819Z] DONE 2 tests in 0.207s [2020-02-26T16:06:55.819Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] ++ set -e [2020-02-26T16:06:55.819Z] ++ '[' -n 0 ']' [2020-02-26T16:06:55.819Z] ++ set -x [2020-02-26T16:06:55.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:06:55.819Z] INFO: Testing against a local daemon [2020-02-26T16:06:55.819Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-02-26T16:06:55.819Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T16:06:55.819Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T16:06:55.819Z] === RUN TestEventsExecDie [2020-02-26T16:06:55.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-02-26T16:06:55.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-02-26T16:06:56.461Z] --- PASS: TestEventsExecDie (0.83s) [2020-02-26T16:06:56.461Z] === RUN TestEventsBackwardsCompatible [2020-02-26T16:06:56.747Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-02-26T16:06:56.747Z] === RUN TestInfoBinaryCommits [2020-02-26T16:06:56.747Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-02-26T16:06:56.747Z] === RUN TestInfoAPIVersioned [2020-02-26T16:06:56.747Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-02-26T16:06:56.747Z] === RUN TestInfoDiscoveryBackend [2020-02-26T16:06:57.367Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-02-26T16:06:57.367Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-02-26T16:06:58.214Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-02-26T16:06:58.214Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-02-26T16:06:58.842Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-02-26T16:06:58.842Z] === RUN TestInfoAPI [2020-02-26T16:06:58.842Z] --- PASS: TestInfoAPI (0.06s) [2020-02-26T16:06:58.842Z] === RUN TestInfoAPIWarnings [2020-02-26T16:06:59.465Z] --- PASS: TestInfoAPIWarnings (0.55s) [2020-02-26T16:06:59.465Z] === RUN TestInfoDebug [2020-02-26T16:07:00.085Z] --- PASS: TestInfoDebug (0.55s) [2020-02-26T16:07:00.085Z] === RUN TestInfoInsecureRegistries [2020-02-26T16:07:00.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-02-26T16:07:00.712Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-02-26T16:07:00.712Z] === RUN TestInfoRegistryMirrors [2020-02-26T16:07:01.000Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-02-26T16:07:01.000Z] === RUN TestLoginFailsWithBadCredentials [2020-02-26T16:07:01.618Z] --- PASS: TestLoginFailsWithBadCredentials (0.43s) [2020-02-26T16:07:01.618Z] === RUN TestPingCacheHeaders [2020-02-26T16:07:01.618Z] --- PASS: TestPingCacheHeaders (0.06s) [2020-02-26T16:07:01.618Z] === RUN TestPingGet [2020-02-26T16:07:01.618Z] --- PASS: TestPingGet (0.03s) [2020-02-26T16:07:01.618Z] === RUN TestPingHead [2020-02-26T16:07:01.618Z] --- PASS: TestPingHead (0.06s) [2020-02-26T16:07:01.618Z] === RUN TestVersion [2020-02-26T16:07:01.618Z] --- PASS: TestVersion (0.05s) [2020-02-26T16:07:01.618Z] PASS [2020-02-26T16:07:01.618Z] [2020-02-26T16:07:01.618Z] === Skipped [2020-02-26T16:07:01.618Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-02-26T16:07:01.618Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-02-26T16:07:01.618Z] [2020-02-26T16:07:01.618Z] [2020-02-26T16:07:01.618Z] DONE 18 tests, 1 skipped in 6.090s [2020-02-26T16:07:01.618Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-02-26T16:07:01.618Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:07:01.618Z] ++ set -e [2020-02-26T16:07:01.618Z] ++ '[' -n 0 ']' [2020-02-26T16:07:01.618Z] ++ set -x [2020-02-26T16:07:01.618Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-02-26T16:07:01.904Z] INFO: Testing against a local daemon [2020-02-26T16:07:01.904Z] === RUN TestVolumesCreateAndList [2020-02-26T16:07:01.904Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-02-26T16:07:01.904Z] === RUN TestVolumesRemove [2020-02-26T16:07:01.904Z] --- PASS: TestVolumesRemove (0.08s) [2020-02-26T16:07:01.904Z] === RUN TestVolumesInspect [2020-02-26T16:07:01.904Z] --- PASS: TestVolumesInspect (0.05s) [2020-02-26T16:07:01.904Z] === RUN TestVolumesInvalidJSON [2020-02-26T16:07:01.904Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-02-26T16:07:01.904Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-02-26T16:07:01.904Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-02-26T16:07:01.904Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-02-26T16:07:01.904Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-02-26T16:07:01.904Z] PASS [2020-02-26T16:07:01.904Z] [2020-02-26T16:07:01.904Z] DONE 5 tests in 0.301s [2020-02-26T16:07:01.904Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T16:07:02.191Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T16:07:02.191Z] +++ kill 13231 [2020-02-26T16:07:03.457Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-02-26T16:07:03.704Z] +++ /etc/init.d/apparmor stop [2020-02-26T16:07:03.704Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T16:07:03.704Z] [2020-02-26T16:07:03.704Z] Unloading profiles will leave already running processes permanently [2020-02-26T16:07:03.704Z] unconfined, which can lead to unexpected situations. [2020-02-26T16:07:03.704Z] [2020-02-26T16:07:03.704Z] To set a process to complain mode, use the command line tool [2020-02-26T16:07:03.704Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T16:07:03.704Z] +++ true [2020-02-26T16:07:03.704Z] Post stage [Pipeline] junit [2020-02-26T16:07:05.846Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-26T16:07:06.872Z] + echo Ensuring container killed. [2020-02-26T16:07:06.872Z] Ensuring container killed. [2020-02-26T16:07:06.872Z] + docker rm -vf docker-pr2 [2020-02-26T16:07:06.872Z] Error: No such container: docker-pr2 [2020-02-26T16:07:06.872Z] + true [Pipeline] sh [2020-02-26T16:07:07.307Z] + echo Chowning /workspace to jenkins user [2020-02-26T16:07:07.307Z] Chowning /workspace to jenkins user [2020-02-26T16:07:07.307Z] + id -u [2020-02-26T16:07:07.307Z] + id -g [2020-02-26T16:07:07.307Z] + docker run --rm -v /home/docker/workspace/moby_PR-40583:/workspace busybox chown -R 1001:1001 /workspace [2020-02-26T16:07:07.307Z] Unable to find image 'busybox:latest' locally [2020-02-26T16:07:07.599Z] latest: Pulling from library/busybox [2020-02-26T16:07:07.599Z] d7e28ec550a2: Pulling fs layer [2020-02-26T16:07:07.893Z] d7e28ec550a2: Verifying Checksum [2020-02-26T16:07:07.893Z] d7e28ec550a2: Download complete [2020-02-26T16:07:08.182Z] d7e28ec550a2: Pull complete [2020-02-26T16:07:08.182Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-02-26T16:07:08.182Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T16:07:10.633Z] + bundleName=ppc64le-integration [2020-02-26T16:07:10.633Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-02-26T16:07:10.633Z] Creating ppc64le-integration-bundles.tar.gz [2020-02-26T16:07:10.633Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-02-26T16:07:10.633Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-26T16:07:10.954Z] Archiving artifacts [2020-02-26T16:07:11.402Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T16:07:11.803Z] + make clean [2020-02-26T16:07:12.423Z] make: command: Command not found [2020-02-26T16:07:12.423Z] make: command: Command not found [2020-02-26T16:07:12.423Z] docker volume rm -f docker-dev-cache [2020-02-26T16:07:12.423Z] docker-dev-cache [Pipeline] deleteDir [2020-02-26T16:07:13.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-02-26T16:07:13.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-02-26T16:07:13.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-02-26T16:07:13.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-02-26T16:07:13.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-02-26T16:07:14.226Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-02-26T16:07:14.226Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-02-26T16:07:14.226Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-26T16:07:18.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-02-26T16:07:18.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-02-26T16:07:18.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-02-26T16:07:20.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-02-26T16:07:24.199Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-02-26T16:07:24.763Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-02-26T16:07:26.655Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-02-26T16:07:29.929Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-02-26T16:07:29.929Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-02-26T16:07:30.493Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-02-26T16:07:31.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-02-26T16:07:33.578Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-02-26T16:07:33.834Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-02-26T16:07:34.091Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-02-26T16:07:35.459Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-02-26T16:07:36.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-02-26T16:07:38.545Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-02-26T16:07:38.545Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-02-26T16:07:42.721Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite (93.07s) [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.80s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d879f6c5e5717] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.33s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d11624b41530e] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.18s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc8023f9b5009] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.08s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc8a8fd7eac21] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.84s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:1233: [d28499e6244e4] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.05s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc4f6273c364f] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.33s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d687d7009298f] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.58s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d8a930c2e52e3] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.74s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d89678d10cc00] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.95s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc2cf470eb509] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.76s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d2c522b37a600] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.50s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [ddd95abc4655d] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.46s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [ddcb16591ccc3] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.14s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d3836579f21c6] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.29s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d32c3a692e844] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.39s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d900e5840ed8d] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.30s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d9ab5438cf474] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [da974d9b594e6] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d66a2791f1e2c] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.55s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d94b3a4f290a9] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.64s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d6dd5d42081b7] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dabe522aeeb24] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.43s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d9acba0ea9662] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [daaf8c16473fb] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.85s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:968: [d52c2c8b7e3a2] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.46s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d76d97aeb13bd] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.55s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:1116: [db2bf5be3b922] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.17s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d197779dfddf0] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.70s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d8852fe79af70] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [db686f25f02eb] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc1c8a75ff4a0] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [da0902ca293c2] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d549adac3aaee] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [da87ce816fdc8] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.20s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d9b27b579cddb] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d0a81eb05c95f] daemon is not started [2020-02-26T16:07:45.993Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dc31d7bfe39dd] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.49s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dd43cb9d36e64] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.61s) [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.85s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:1084: [d02b7e17f2965] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.11s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d0d15b3d21099] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.54s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [de94e762db629] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.76s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d15ab5ab9fec4] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [da19ae42a718e] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dcca774948fbb] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.87s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dfdce1a1c3b35] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.99s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [d9951de347af9] daemon is not started [2020-02-26T16:07:45.993Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.32s) [2020-02-26T16:07:45.993Z] docker_cli_network_unix_test.go:46: [dd9204110e4fb] daemon is not started [2020-02-26T16:07:45.993Z] === RUN TestDockerHubPullSuite [2020-02-26T16:07:45.993Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-02-26T16:07:46.922Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-02-26T16:07:49.442Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-02-26T16:07:49.442Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-02-26T16:07:50.809Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-02-26T16:07:51.065Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite (5.67s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.38s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.16s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.36s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.46s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2020-02-26T16:07:51.065Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2020-02-26T16:07:51.065Z] PASS [2020-02-26T16:07:51.065Z] [2020-02-26T16:07:51.065Z] === Skipped [2020-02-26T16:07:51.065Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-26T16:07:51.065Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-02-26T16:07:51.065Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.065Z] [2020-02-26T16:07:51.065Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-02-26T16:07:51.065Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-02-26T16:07:51.065Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.065Z] [2020-02-26T16:07:51.065Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.04s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.04s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_sni_test.go:18: Flakey test [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-02-26T16:07:51.066Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-02-26T16:07:51.066Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-26T16:07:51.066Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-02-26T16:07:51.066Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-02-26T16:07:51.066Z] docker_cli_network_unix_test.go:46: [dc31d7bfe39dd] daemon is not started [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] [2020-02-26T16:07:51.066Z] DONE 1277 tests, 44 skipped in 2008.704s [2020-02-26T16:07:51.066Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T16:07:51.066Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T16:07:51.066Z] +++ kill 7370 [2020-02-26T16:07:52.433Z] +++ /etc/init.d/apparmor stop [2020-02-26T16:07:52.433Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T16:07:52.433Z] [2020-02-26T16:07:52.433Z] Unloading profiles will leave already running processes permanently [2020-02-26T16:07:52.433Z] unconfined, which can lead to unexpected situations. [2020-02-26T16:07:52.433Z] [2020-02-26T16:07:52.433Z] To set a process to complain mode, use the command line tool [2020-02-26T16:07:52.433Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T16:07:52.433Z] +++ true [2020-02-26T16:07:52.433Z] [2020-02-26T16:08:04.610Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-02-26T16:08:19.456Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-02-26T16:08:20.822Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-02-26T16:08:23.342Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-02-26T16:08:26.626Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-02-26T16:08:38.802Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-02-26T16:08:42.072Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-02-26T16:08:45.342Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-02-26T16:08:48.613Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-02-26T16:08:51.136Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-02-26T16:08:54.408Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-02-26T16:08:57.680Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-02-26T16:09:00.201Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-02-26T16:09:56.397Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-02-26T16:10:11.243Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite (1776.33s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.40s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.96s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.88s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.39s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.98s) [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:563: [d3ebe563c82b5] joining swarm manager [d65cf59b6cd83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:585: [d8d0a97264fdc] joining swarm manager [d65cf59b6cd83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.293Z] check_test.go:380: [d3ebe563c82b5] daemon is not started [2020-02-26T16:10:29.293Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.93s) [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:46: [d4f5d2c8be982] joining swarm manager [d123078ef6e37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (47.77s) [2020-02-26T16:10:29.293Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.35s) [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:304: [df3d1feff6d80] joining swarm manager [d00e31af1f6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:305: [dad5ef7d13536] joining swarm manager [d00e31af1f6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.293Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.25s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:272: [d28b872be4739] joining swarm manager [ddac74b2c7da9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:273: [d6c63e129ff9b] joining swarm manager [ddac74b2c7da9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.56s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.60s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.55s) [2020-02-26T16:10:29.294Z] docker_api_swarm_node_test.go:19: [db7a14e838311] joining swarm manager [d4cf6a7377f64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_node_test.go:20: [d468057e0e225] joining swarm manager [d4cf6a7377f64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (51.31s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:502: [d76c887cb5693] joining swarm manager [da93dbc3c8259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:507: [dae0fa2139539] joining swarm manager [da93dbc3c8259]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.03s) [2020-02-26T16:10:29.294Z] docker_api_swarm_node_test.go:80: [d2d5a16318e8a] joining swarm manager [dc091094da87e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.41s) [2020-02-26T16:10:29.294Z] docker_api_swarm_node_test.go:52: [d14193a04f6f4] joining swarm manager [d093af06cdd5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_node_test.go:53: [d83d0a4f4f099] joining swarm manager [d093af06cdd5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.56s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.54s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:202: [d4b6f5c3bc242] joining swarm manager [d96a5a83ab907]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.24s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:384: [d855bf6e06073] joining swarm manager [d96bff3f38e5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:385: [d4ed1cda551a7] joining swarm manager [d96bff3f38e5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] check_test.go:380: [d4ed1cda551a7] daemon is not started [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (53.92s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:802: [d7294bf65ad22] joining swarm manager [d62f114e53c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:802: [d8949e37bbaa8] joining swarm manager [d62f114e53c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:802: [d299662ab5a7b] joining swarm manager [d62f114e53c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:802: [df7ab4d33be35] joining swarm manager [d62f114e53c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:810: [d071c63bf729d] joining swarm manager [d62f114e53c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.11s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.56s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:394: [d89f4a83e11d3] joining swarm manager [d76278714430a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:394: [d8c650675101d] joining swarm manager [d76278714430a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.50s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:342: [d68b024f0b80b] joining swarm manager [d9ea88ca6fb24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:342: [d29f8b9e096bd] joining swarm manager [d9ea88ca6fb24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.99s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:489: [d52b2b8837ee7] joining swarm manager [d3732e1b397bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:489: [dcd6ec37534a6] joining swarm manager [d3732e1b397bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.44s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.54s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:127: [d13f4523b3ed8] joining swarm manager [d0d590fa7c8c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:128: [d0cc548594dc3] joining swarm manager [d0d590fa7c8c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:136: [d5f51f7c9b814] joining swarm manager [d0d590fa7c8c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:137: [dd34e462b7e92] joining swarm manager [d0d590fa7c8c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.98s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.45s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:303: [d132e92728f64] joining swarm manager [dc6c8a62f92dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:303: [d57a610dec7bf] joining swarm manager [dc6c8a62f92dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.63s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:99: [deb3a7f472c35] joining swarm manager [dae6cf0cbcbff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:100: [d9e0322e99841] joining swarm manager [dae6cf0cbcbff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] check_test.go:380: [deb3a7f472c35] daemon is not started [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.94s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:532: [d9533709d7d1f] joining swarm manager [ddf9243ea0eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:533: [d40124e6c8bfb] joining swarm manager [ddf9243ea0eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.89s) [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:147: [d78acc626383f] joining swarm manager [d65b64d75b68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_api_swarm_service_test.go:147: [d7fb239c69ac3] joining swarm manager [d65b64d75b68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.71s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.75s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.23s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.38s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.26s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.30s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.23s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.22s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.43s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.74s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.37s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.42s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.51s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.28s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.57s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.95s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.44s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.69s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.01s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.18s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.76s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.71s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.86s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.28s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.30s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.00s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.51s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.19s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.63s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.16s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.95s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.80s) [2020-02-26T16:10:29.294Z] docker_cli_service_logs_test.go:241: checking task l88f2xxvsw30 [2020-02-26T16:10:29.294Z] docker_cli_service_logs_test.go:246: checking messages for l88f2xxvsw30 [2020-02-26T16:10:29.294Z] docker_cli_service_logs_test.go:241: checking task c1n0wipv015r [2020-02-26T16:10:29.294Z] docker_cli_service_logs_test.go:246: checking messages for c1n0wipv015r [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.11s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.99s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.95s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.08s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.99s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1901: [dd4e7dd878e29] joining swarm manager [de692aa357117]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1902: [dcd2231ec52f7] joining swarm manager [de692aa357117]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.47s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.14s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.51s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1802: [d4d78e69a9c52] joining swarm manager [da4f8979869ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1803: [d7951cf06b6bb] joining swarm manager [da4f8979869ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.58s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (154.16s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1321: [d53748be2b5af] joining swarm manager [dfbfecba432b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1322: [d374562621c16] joining swarm manager [dfbfecba432b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.70s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.58s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.03s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.02s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.15s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.89s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.32s) [2020-02-26T16:10:29.294Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.27s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.19s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.61s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.33s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1186: [d1316e111dbc7] joining swarm manager [dc272b9f1ac66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1195: [d4ee75d228129] joining swarm manager [dc272b9f1ac66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.43s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.57s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (138.32s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1118: [d9943f6db339f] joining swarm manager [d17012534a379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1119: [d755424bd76f1] joining swarm manager [d17012534a379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1172: [db039d375703f] joining swarm manager [d17012534a379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.68s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1453: [d8b5d63dd17ba] joining swarm manager [db233e81c6a45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] docker_cli_swarm_test.go:1454: [d16fd1e92bec0] joining swarm manager [db233e81c6a45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.75s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.23s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.27s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.11s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.41s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.17s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.05s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.13s) [2020-02-26T16:10:29.294Z] docker_cli_swarm_unix_test.go:62: [de624f6229a03] joining swarm manager [dfdce02a9c27c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.81s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.82s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.75s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.77s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (4.06s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.54s) [2020-02-26T16:10:29.294Z] docker_api_swarm_test.go:962: [dbda7692dfadc] joining swarm manager [da4af560ffb5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.96s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.93s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.60s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.35s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (10.39s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.30s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.70s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.13s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.15s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.08s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.02s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.00s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.36s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.57s) [2020-02-26T16:10:29.294Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.52s) [2020-02-26T16:10:29.294Z] === RUN TestDockerExternalVolumeSuite [2020-02-26T16:10:29.294Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-02-26T16:10:44.138Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-02-26T16:11:51.771Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-02-26T16:12:01.739Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-02-26T16:12:33.773Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-02-26T16:12:48.618Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-02-26T16:13:20.652Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-02-26T16:13:32.827Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-02-26T16:14:04.866Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-02-26T16:14:19.710Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-02-26T16:14:37.760Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-02-26T16:15:24.386Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-02-26T16:15:42.436Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-02-26T16:16:14.491Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-02-26T16:16:46.529Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-02-26T16:17:01.375Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-02-26T16:17:19.423Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-02-26T16:17:34.267Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite (441.12s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.90s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:53: [dd9bc6f102c8f] daemon is not started [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:53: [db16d7eb38efa] daemon is not started [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:53: [dab8bc90289ad] daemon is not started [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:53: [dea7e05f929ca] daemon is not started [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.55s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.56s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.62s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.76s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.64s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.35s) [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.35s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:485: [d788c72386e1a] daemon is not started [2020-02-26T16:17:49.117Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-02-26T16:17:49.117Z] docker_cli_external_volume_driver_test.go:53: [d28a68dc2191f] daemon is not started [2020-02-26T16:17:49.117Z] PASS [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] === Skipped [2020-02-26T16:17:49.117Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-26T16:17:49.117Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-02-26T16:17:49.117Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-02-26T16:17:49.117Z] check_test.go:309: [d8aba6931b158] daemon is not started [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-26T16:17:49.117Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-02-26T16:17:49.117Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-02-26T16:17:49.117Z] check_test.go:309: [d51384d1b5b4c] daemon is not started [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-02-26T16:17:49.117Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-02-26T16:17:49.117Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-02-26T16:17:49.117Z] check_test.go:309: [dbe6116b51bee] daemon is not started [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-02-26T16:17:49.117Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-02-26T16:17:49.117Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-26T16:17:49.117Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-02-26T16:17:49.117Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] [2020-02-26T16:17:49.117Z] DONE 273 tests, 5 skipped in 2606.459s [2020-02-26T16:17:49.117Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-02-26T16:17:49.117Z] ++++ cat bundles/test-integration/docker.pid [2020-02-26T16:17:49.117Z] +++ kill 7357 [2020-02-26T16:17:50.502Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d02bbb11cb2ae/docker.pid [2020-02-26T16:17:50.502Z] +++ kill 4333 [2020-02-26T16:17:50.502Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 4333 is not a child of this shell [2020-02-26T16:17:50.502Z] warning: PID 4333 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d02bbb11cb2ae/docker.pid had a nonzero exit code [2020-02-26T16:17:50.502Z] +++ /etc/init.d/apparmor stop [2020-02-26T16:17:50.502Z] Leaving: AppArmorNo profiles have been unloaded. [2020-02-26T16:17:50.502Z] [2020-02-26T16:17:50.502Z] Unloading profiles will leave already running processes permanently [2020-02-26T16:17:50.502Z] unconfined, which can lead to unexpected situations. [2020-02-26T16:17:50.502Z] [2020-02-26T16:17:50.502Z] To set a process to complain mode, use the command line tool [2020-02-26T16:17:50.502Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-02-26T16:17:50.502Z] +++ true [2020-02-26T16:17:50.502Z] [2020-02-26T16:17:50.758Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-02-26T16:17:50.770Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-02-26T16:17:51.724Z] + echo Ensuring container killed. [2020-02-26T16:17:51.724Z] Ensuring container killed. [2020-02-26T16:17:51.724Z] + docker ps -aq -f name=docker-pr2-* [2020-02-26T16:17:51.724Z] + cids=86c01d2ce9c5 [2020-02-26T16:17:51.724Z] bdfd8593a115 [2020-02-26T16:17:51.724Z] 30cad4a6b108 [2020-02-26T16:17:51.724Z] + [ -n 86c01d2ce9c5 [2020-02-26T16:17:51.724Z] bdfd8593a115 [2020-02-26T16:17:51.724Z] 30cad4a6b108 ] [2020-02-26T16:17:51.724Z] + docker rm -vf 86c01d2ce9c5 bdfd8593a115 30cad4a6b108 [2020-02-26T16:17:54.244Z] 86c01d2ce9c5 [2020-02-26T16:17:54.244Z] bdfd8593a115 [2020-02-26T16:17:55.173Z] 30cad4a6b108 [Pipeline] sh [2020-02-26T16:17:55.453Z] + echo Chowning /workspace to jenkins user [2020-02-26T16:17:55.453Z] Chowning /workspace to jenkins user [2020-02-26T16:17:55.453Z] + id -u [2020-02-26T16:17:55.453Z] + id -g [2020-02-26T16:17:55.453Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40583:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-02-26T16:17:59.920Z] + bundleName=amd64 [2020-02-26T16:17:59.920Z] + echo Creating amd64-bundles.tar.gz [2020-02-26T16:17:59.920Z] Creating amd64-bundles.tar.gz [2020-02-26T16:17:59.920Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-02-26T16:17:59.920Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-02-26T16:18:01.299Z] Archiving artifacts [2020-02-26T16:18:06.838Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T16:18:07.145Z] + make clean [2020-02-26T16:18:07.145Z] docker volume rm -f docker-dev-cache [2020-02-26T16:18:07.403Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-02-26T16:19:06.689Z] ok github.com/docker/docker/integration-cli 2335.507s [2020-02-26T16:19:06.689Z] [2020-02-26T16:19:06.689Z] === Skipped [2020-02-26T16:19:06.689Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-26T16:19:06.689Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-02-26T16:19:06.689Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.689Z] [2020-02-26T16:19:06.689Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-26T16:19:06.689Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-02-26T16:19:06.689Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.689Z] [2020-02-26T16:19:06.689Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-02-26T16:19:06.690Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-02-26T16:19:06.690Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-02-26T16:19:06.690Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-02-26T16:19:06.690Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2020-02-26T16:19:06.690Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.35s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.35s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-02-26T16:19:06.690Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.690Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-26T16:19:06.690Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-02-26T16:19:06.690Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.690Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-02-26T16:19:06.691Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2020-02-26T16:19:06.691Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-02-26T16:19:06.691Z] docker_cli_sni_test.go:18: Flakey test [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-02-26T16:19:06.691Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-26T16:19:06.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-02-26T16:19:06.691Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.691Z] [2020-02-26T16:19:06.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-02-26T16:19:06.692Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-02-26T16:19:06.692Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-02-26T16:19:06.692Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-02-26T16:19:06.692Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-26T16:19:06.692Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-02-26T16:19:06.692Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.692Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-02-26T16:19:06.693Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-02-26T16:19:06.693Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-02-26T16:19:06.693Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-02-26T16:19:06.693Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-02-26T16:19:06.693Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-02-26T16:19:06.693Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-02-26T16:19:06.693Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-02-26T16:19:06.693Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-02-26T16:19:06.693Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2020-02-26T16:19:06.693Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2020-02-26T16:19:06.693Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.693Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-02-26T16:19:06.694Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-02-26T16:19:06.694Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.694Z] [2020-02-26T16:19:06.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-26T16:19:06.694Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-02-26T16:19:06.694Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.04s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.04s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-26T16:19:06.695Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-02-26T16:19:06.695Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.695Z] [2020-02-26T16:19:06.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-02-26T16:19:06.696Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-26T16:19:06.696Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-02-26T16:19:06.696Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.696Z] [2020-02-26T16:19:06.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-26T16:19:06.697Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-02-26T16:19:06.697Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.697Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-26T16:19:06.698Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-02-26T16:19:06.698Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] DONE 1096 tests, 549 skipped in 2344.136s [2020-02-26T16:19:06.698Z] INFO: Integration tests ended at 02/26/2020 16:19:04. Duration:00:39:04.2851945 [2020-02-26T16:19:06.698Z] INFO: Docker info of the daemon under test at end of run [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] Containers: 2 [2020-02-26T16:19:06.698Z] Running: 0 [2020-02-26T16:19:06.698Z] Paused: 0 [2020-02-26T16:19:06.698Z] Stopped: 2 [2020-02-26T16:19:06.698Z] Images: 12 [2020-02-26T16:19:06.698Z] Server Version: 0.0.0-dev [2020-02-26T16:19:06.698Z] Storage Driver: windowsfilter [2020-02-26T16:19:06.698Z] Windows: [2020-02-26T16:19:06.698Z] Logging Driver: json-file [2020-02-26T16:19:06.698Z] Plugins: [2020-02-26T16:19:06.698Z] Volume: local [2020-02-26T16:19:06.698Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-02-26T16:19:06.698Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-02-26T16:19:06.698Z] Swarm: inactive [2020-02-26T16:19:06.698Z] Default Isolation: process [2020-02-26T16:19:06.698Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-02-26T16:19:06.698Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-02-26T16:19:06.698Z] OSType: windows [2020-02-26T16:19:06.698Z] Architecture: x86_64 [2020-02-26T16:19:06.698Z] CPUs: 4 [2020-02-26T16:19:06.698Z] Total Memory: 32GiB [2020-02-26T16:19:06.698Z] Name: azwin-2-0c5680 [2020-02-26T16:19:06.698Z] ID: JG5T:ZFTZ:ENAQ:5RXH:XG2O:ZI7O:WRB7:HONV:AX5R:PY3R:KSRJ:65HD [2020-02-26T16:19:06.698Z] Docker Root Dir: D:\CI\PR-40583\2\daemon [2020-02-26T16:19:06.698Z] Debug Mode (client): false [2020-02-26T16:19:06.698Z] Debug Mode (server): true [2020-02-26T16:19:06.698Z] File Descriptors: -1 [2020-02-26T16:19:06.698Z] Goroutines: 18 [2020-02-26T16:19:06.698Z] System Time: 2020-02-26T16:19:04.8704669Z [2020-02-26T16:19:06.698Z] EventsListeners: 0 [2020-02-26T16:19:06.698Z] Registry: https://index.docker.io/v1/ [2020-02-26T16:19:06.698Z] Labels: [2020-02-26T16:19:06.698Z] Experimental: false [2020-02-26T16:19:06.698Z] Insecure Registries: [2020-02-26T16:19:06.698Z] 127.0.0.0/8 [2020-02-26T16:19:06.698Z] Live Restore Enabled: false [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] [2020-02-26T16:19:06.698Z] INFO: Stopping daemon under test [2020-02-26T16:19:06.698Z] SUCCESS: The process with PID 9044 (child process of PID 5820) has been terminated. [2020-02-26T16:19:06.698Z] SUCCESS: The process with PID 5820 (child process of PID 8864) has been terminated. [2020-02-26T16:19:06.698Z] INFO: Stop tailing logs of the daemon under tests [2020-02-26T16:19:06.698Z] INFO: executeCI.ps1 Completed successfully at 02/26/2020 16:19:05. [2020-02-26T16:19:06.698Z] INFO: Tidying up at end of run [2020-02-26T16:19:06.698Z] INFO: Saving daemon under test log (d:\CI\PR-40583\2\dut.out) to C:\windows\TEMP\CIDUT.out [2020-02-26T16:19:06.698Z] INFO: Saving daemon under test log (d:\CI\PR-40583\2\dut.err) to C:\windows\TEMP\CIDUT.err [2020-02-26T16:19:06.698Z] INFO: Nuke-Everything... [2020-02-26T16:19:06.698Z] INFO: Container count on control daemon to delete is 2 [2020-02-26T16:19:06.698Z] 7872e771b75a [2020-02-26T16:19:06.698Z] 404f1832a741 [2020-02-26T16:19:06.698Z] INFO: Non-base image count on control daemon to delete is 1 [2020-02-26T16:19:07.156Z] Deleted: sha256:225ae481cf5b9ef39fd714cb80a2e9db16d78fbf1c75fd9c5cbb61d7ec21c1b4 [2020-02-26T16:19:07.156Z] Deleted: sha256:8c67348f80856852bdc17651c18e498a2ac937cefbba6cec5137daa1505ff4d0 [2020-02-26T16:19:07.156Z] INFO: Tidying pidfile d:\CI\PR-40583\2\docker.pid [2020-02-26T16:19:07.156Z] INFO: Nuking d:\CI [2020-02-26T16:19:32.307Z] INFO: Zapped successfully [2020-02-26T16:19:32.307Z] [2020-02-26T16:19:32.307Z] INFO: executeCI.ps1 exiting at Wed Feb 26 16:19:30 CUT 2020. Duration 00:52:27.7586308 [2020-02-26T16:19:32.307Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-02-26T16:19:32.543Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-02-26T16:19:34.695Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-02-26T16:19:37.079Z] Archiving artifacts [2020-02-26T16:19:38.152Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40583/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-02-26T16:19:39.071Z] + make clean [2020-02-26T16:19:40.039Z] docker volume rm -f docker-dev-cache [2020-02-26T16:19:40.039Z] 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