Pull request #40427 updated Started by user Sebastiaan van Stijn Rebuilds build #5 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Waiting for GitHub to create a merge commit for pull request 40427. Retrying 4 more times... Obtained Jenkinsfile from f337a8d21d9902772a766f57475a5512405c86c5+b453b64d0475f196ad08676d00c10f93baf338e6 (0c0c4e2fa61774d8599193c1e84f2fc3d568616a) 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 ad1b00369dd78a15c273e17e363f91bced3f6e18 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ad1b00369dd78a15c273e17e363f91bced3f6e18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10 Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix" > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # 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-05-07T19:12:24.514Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-05-07T19:12:24.521Z] Trying to pass milestone 5 [Pipeline] milestone [2020-05-07T19:12:24.557Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-05-07T19:12:24.710Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a950cf850d12e506) in /home/ubuntu/workspace/moby_PR-40427 [Pipeline] { [Pipeline] checkout [2020-05-07T19:12:24.742Z] using credential docker-jenkins-github-credentials [2020-05-07T19:12:24.753Z] Cloning the remote Git repository [2020-05-07T19:12:24.753Z] Cloning with configured refspecs honoured and without tags [2020-05-07T19:12:24.859Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:12:24.859Z] > git init /home/ubuntu/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:12:24.877Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:24.877Z] > git --version # timeout=10 [2020-05-07T19:12:24.890Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:24.890Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:37.688Z] Fetching without tags [2020-05-07T19:12:37.994Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:12:37.701Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:37.715Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:12:37.726Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:37.736Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:37.794Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:37.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:37.795Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:38.058Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:38.070Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:12:38.619Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:12:39.147Z] Merge succeeded, producing c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:12:39.147Z] Checking out Revision c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 (PR-40427) [2020-05-07T19:12:39.217Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:12:39.232Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-05-07T19:12:40.264Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/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-05-07T19:12:40.264Z] Unable to find image 'alpine:latest' locally [2020-05-07T19:12:40.264Z] latest: Pulling from library/alpine [2020-05-07T19:12:40.264Z] cbdbe7a5bc2a: Pulling fs layer [2020-05-07T19:12:40.521Z] cbdbe7a5bc2a: Pull complete [2020-05-07T19:12:40.521Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-07T19:12:40.521Z] Status: Downloaded newer image for alpine:latest [2020-05-07T19:12:39.204Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:12:39.212Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:39.220Z] > git checkout -f c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 # timeout=10 [2020-05-07T19:12:39.282Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:12:43.779Z] 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: rootless) [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] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-05-07T19:12:44.030Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a950cf850d12e506) in /home/ubuntu/workspace/moby_PR-40427 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2020-05-07T19:12:44.048Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-01c2d74668934ca59) in /home/ubuntu/workspace/moby_PR-40427 [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-05-07T19:12:44.065Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e50cedc63d136539) in /home/ubuntu/workspace/moby_PR-40427 [2020-05-07T19:12:44.066Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-09b4304bbf1544edc) in /home/ubuntu/workspace/moby_PR-40427 [Pipeline] { [Pipeline] checkout [Pipeline] { [Pipeline] // stage [2020-05-07T19:12:44.141Z] Running on ppc64le-ubuntu-27 in /home/docker/workspace/moby_PR-40427 [Pipeline] // stage [2020-05-07T19:12:44.152Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-05-07T19:12:44.165Z] Fetching changes from the remote Git repository [Pipeline] { [Pipeline] { [2020-05-07T19:12:44.179Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [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] } [2020-05-07T19:12:44.218Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [Pipeline] checkout [2020-05-07T19:12:44.235Z] using credential docker-jenkins-github-credentials [2020-05-07T19:12:44.235Z] Cloning the remote Git repository [2020-05-07T19:12:44.235Z] Cloning with configured refspecs honoured and without tags [2020-05-07T19:12:44.247Z] using credential docker-jenkins-github-credentials [2020-05-07T19:12:44.251Z] Cloning the remote Git repository [2020-05-07T19:12:44.251Z] Cloning with configured refspecs honoured and without tags Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-05-07T19:12:44.258Z] Cloning the remote Git repository [2020-05-07T19:12:44.258Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2020-05-07T19:12:44.408Z] using credential docker-jenkins-github-credentials [Pipeline] } [Pipeline] } [2020-05-07T19:12:44.437Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [Pipeline] // stage [2020-05-07T19:12:44.443Z] Cloning the remote Git repository [2020-05-07T19:12:44.443Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-05-07T19:12:44.762Z] Merge succeeded, producing 3c781c1a26086a679c5e5fe75db886d06263d8a6 [2020-05-07T19:12:44.762Z] Checking out Revision 3c781c1a26086a679c5e5fe75db886d06263d8a6 (PR-40427) [2020-05-07T19:12:44.880Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:12:44.890Z] First time build. Skipping changelog. [2020-05-07T19:12:44.225Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-05-07T19:12:44.230Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:44.244Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:44.244Z] > git --version # timeout=10 [2020-05-07T19:12:44.249Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:44.249Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:44.501Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:44.506Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:12:44.630Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:12:44.820Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:12:44.870Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:44.875Z] > git checkout -f 3c781c1a26086a679c5e5fe75db886d06263d8a6 # timeout=10 [2020-05-07T19:12:44.945Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:12:44.239Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:12:44.239Z] > git init /home/ubuntu/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:12:44.248Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:44.248Z] > git --version # timeout=10 [2020-05-07T19:12:44.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:44.262Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:44.262Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:12:44.262Z] > git init /home/ubuntu/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:12:44.282Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:44.282Z] > git --version # timeout=10 [2020-05-07T19:12:44.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:44.294Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:44.255Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:12:44.256Z] > git init /home/ubuntu/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:12:44.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:44.279Z] > git --version # timeout=10 [2020-05-07T19:12:44.290Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:44.291Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:44.466Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:12:44.466Z] > git init /home/docker/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:12:44.478Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:44.479Z] > git --version # timeout=10 [2020-05-07T19:12:44.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:44.486Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-05-07T19:12:45.796Z] + [ PR != PR ] [2020-05-07T19:12:45.796Z] + [ master != master ] [2020-05-07T19:12:45.796Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:12:46.264Z] + docker version [2020-05-07T19:12:46.264Z] Client: Docker Engine - Community [2020-05-07T19:12:46.264Z] Version: 19.03.8 [2020-05-07T19:12:46.264Z] API version: 1.40 [2020-05-07T19:12:46.264Z] Go version: go1.12.17 [2020-05-07T19:12:46.264Z] Git commit: afacb8b7f0 [2020-05-07T19:12:46.264Z] Built: Wed Mar 11 01:25:46 2020 [2020-05-07T19:12:46.264Z] OS/Arch: linux/amd64 [2020-05-07T19:12:46.264Z] Experimental: false [2020-05-07T19:12:46.264Z] [2020-05-07T19:12:46.264Z] Server: Docker Engine - Community [2020-05-07T19:12:46.264Z] Engine: [2020-05-07T19:12:46.264Z] Version: 19.03.8 [2020-05-07T19:12:46.264Z] API version: 1.40 (minimum version 1.12) [2020-05-07T19:12:46.264Z] Go version: go1.12.17 [2020-05-07T19:12:46.264Z] Git commit: afacb8b7f0 [2020-05-07T19:12:46.264Z] Built: Wed Mar 11 01:24:19 2020 [2020-05-07T19:12:46.264Z] OS/Arch: linux/amd64 [2020-05-07T19:12:46.264Z] Experimental: true [2020-05-07T19:12:46.264Z] containerd: [2020-05-07T19:12:46.264Z] Version: 1.2.13 [2020-05-07T19:12:46.264Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:12:46.264Z] runc: [2020-05-07T19:12:46.264Z] Version: 1.0.0-rc10 [2020-05-07T19:12:46.264Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:12:46.264Z] docker-init: [2020-05-07T19:12:46.264Z] Version: 0.18.0 [2020-05-07T19:12:46.264Z] GitCommit: fec3683 [Pipeline] sh [2020-05-07T19:12:46.668Z] + docker info [2020-05-07T19:12:46.922Z] Client: [2020-05-07T19:12:46.922Z] Debug Mode: false [2020-05-07T19:12:46.922Z] [2020-05-07T19:12:46.922Z] Server: [2020-05-07T19:12:46.922Z] Containers: 0 [2020-05-07T19:12:46.922Z] Running: 0 [2020-05-07T19:12:46.922Z] Paused: 0 [2020-05-07T19:12:46.922Z] Stopped: 0 [2020-05-07T19:12:46.922Z] Images: 3 [2020-05-07T19:12:46.922Z] Server Version: 19.03.8 [2020-05-07T19:12:46.922Z] Storage Driver: overlay2 [2020-05-07T19:12:46.922Z] Backing Filesystem: [2020-05-07T19:12:46.922Z] Supports d_type: true [2020-05-07T19:12:46.922Z] Native Overlay Diff: true [2020-05-07T19:12:46.922Z] Logging Driver: json-file [2020-05-07T19:12:46.922Z] Cgroup Driver: cgroupfs [2020-05-07T19:12:46.922Z] Plugins: [2020-05-07T19:12:46.922Z] Volume: local [2020-05-07T19:12:46.922Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:12:46.922Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-05-07T19:12:46.922Z] Swarm: inactive [2020-05-07T19:12:46.922Z] Runtimes: runc [2020-05-07T19:12:46.922Z] Default Runtime: runc [2020-05-07T19:12:46.922Z] Init Binary: docker-init [2020-05-07T19:12:46.922Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:12:46.922Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:12:46.922Z] init version: fec3683 [2020-05-07T19:12:46.922Z] Security Options: [2020-05-07T19:12:46.922Z] apparmor [2020-05-07T19:12:46.922Z] seccomp [2020-05-07T19:12:46.922Z] Profile: default [2020-05-07T19:12:46.922Z] Kernel Version: 4.15.0-1065-aws [2020-05-07T19:12:46.922Z] Operating System: Ubuntu 18.04.4 LTS [2020-05-07T19:12:46.922Z] OSType: linux [2020-05-07T19:12:46.922Z] Architecture: x86_64 [2020-05-07T19:12:46.922Z] CPUs: 2 [2020-05-07T19:12:46.922Z] Total Memory: 7.501GiB [2020-05-07T19:12:46.922Z] Name: ip-10-100-95-20 [2020-05-07T19:12:46.922Z] ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP [2020-05-07T19:12:46.922Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:12:46.922Z] Debug Mode: false [2020-05-07T19:12:46.922Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:12:46.922Z] Labels: [2020-05-07T19:12:46.922Z] Experimental: true [2020-05-07T19:12:46.922Z] Insecure Registries: [2020-05-07T19:12:46.922Z] 127.0.0.0/8 [2020-05-07T19:12:46.922Z] Live Restore Enabled: true [2020-05-07T19:12:46.922Z] [2020-05-07T19:12:46.922Z] WARNING: No swap limit support [Pipeline] sh [2020-05-07T19:12:47.367Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:12:47.367Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:12:47.367Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:12:47.367Z] + bash /home/ubuntu/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:12:47.367Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:12:47.367Z] info: reading kernel config from /boot/config-4.15.0-1065-aws ... [2020-05-07T19:12:47.367Z] [2020-05-07T19:12:47.367Z] Generally Necessary: [2020-05-07T19:12:47.367Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:12:47.367Z] - apparmor: enabled and tools installed [2020-05-07T19:12:47.367Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:12:47.367Z] - CONFIG_NET_NS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_PID_NS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_MEMCG: enabled [2020-05-07T19:12:47.367Z] - CONFIG_KEYS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:12:47.367Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:12:47.367Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:12:47.367Z] [2020-05-07T19:12:47.367Z] Optional Features: [2020-05-07T19:12:47.367Z] - CONFIG_USER_NS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:12:47.367Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:12:47.367Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:12:47.367Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-05-07T19:12:47.367Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-05-07T19:12:47.367Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:12:47.367Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:12:47.367Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:12:47.367Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:12:47.621Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:12:47.621Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:12:47.621Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:12:47.621Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:12:47.621Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:12:47.621Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:12:47.621Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:12:47.621Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:12:47.621Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:12:47.621Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:12:47.621Z] - Network Drivers: [2020-05-07T19:12:47.621Z] - "overlay": [2020-05-07T19:12:47.621Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:12:47.621Z] Optional (for encrypted networks): [2020-05-07T19:12:47.621Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:12:47.621Z] - CONFIG_CRYPTO_AEAD: enabled [2020-05-07T19:12:47.621Z] - CONFIG_CRYPTO_GCM: enabled [2020-05-07T19:12:47.621Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-05-07T19:12:47.621Z] - CONFIG_CRYPTO_GHASH: enabled [2020-05-07T19:12:47.621Z] - CONFIG_XFRM: enabled [2020-05-07T19:12:47.621Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:12:47.621Z] - "ipvlan": [2020-05-07T19:12:47.621Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:12:47.621Z] - "macvlan": [2020-05-07T19:12:47.621Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:12:47.621Z] - "ftp,tftp client in container": [2020-05-07T19:12:47.621Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:12:47.621Z] - Storage Drivers: [2020-05-07T19:12:47.621Z] - "aufs": [2020-05-07T19:12:47.621Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:12:47.621Z] - "btrfs": [2020-05-07T19:12:47.621Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:12:47.621Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:12:47.621Z] - "devicemapper": [2020-05-07T19:12:47.621Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:12:47.621Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:12:47.621Z] - "overlay": [2020-05-07T19:12:47.621Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:12:47.621Z] - "zfs": [2020-05-07T19:12:47.621Z] - /dev/zfs: missing [2020-05-07T19:12:47.622Z] - zfs command: missing [2020-05-07T19:12:47.622Z] - zpool command: missing [2020-05-07T19:12:47.622Z] [2020-05-07T19:12:47.622Z] Limits: [2020-05-07T19:12:47.622Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:12:47.622Z] [2020-05-07T19:12:47.622Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-05-07T19:12:48.071Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:12:48.071Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:12:48.071Z] #1 DONE 0.0s [2020-05-07T19:12:48.071Z] [2020-05-07T19:12:48.071Z] #2 [internal] load .dockerignore [2020-05-07T19:12:48.071Z] #2 DONE 0.0s [2020-05-07T19:12:48.071Z] [2020-05-07T19:12:48.071Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:12:48.071Z] #1 transferring dockerfile: 17.09kB done [2020-05-07T19:12:48.071Z] #1 DONE 0.0s [2020-05-07T19:12:48.071Z] [2020-05-07T19:12:48.071Z] #2 [internal] load .dockerignore [2020-05-07T19:12:48.071Z] #2 transferring context: 87B done [2020-05-07T19:12:48.071Z] #2 DONE 0.0s [2020-05-07T19:12:48.071Z] [2020-05-07T19:12:48.071Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:12:48.071Z] #3 DONE 0.1s [2020-05-07T19:12:48.325Z] [2020-05-07T19:12:48.326Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:12:48.326Z] #4 CACHED [2020-05-07T19:12:48.891Z] [2020-05-07T19:12:48.891Z] #5 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:12:48.891Z] #5 DONE 0.1s [2020-05-07T19:12:48.891Z] [2020-05-07T19:12:48.891Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:12:48.891Z] #6 DONE 0.1s [2020-05-07T19:12:48.891Z] [2020-05-07T19:12:48.891Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:12:48.891Z] #71 DONE 0.0s [2020-05-07T19:12:48.891Z] [2020-05-07T19:12:48.891Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:12:48.891Z] #7 DONE 0.0s [2020-05-07T19:12:48.891Z] [2020-05-07T19:12:48.891Z] #20 [internal] load build context [2020-05-07T19:12:49.827Z] #20 transferring context: 50.15MB 1.2s done [2020-05-07T19:12:50.081Z] #20 DONE 1.3s [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:12:50.081Z] #18 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #57 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #66 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:12:50.081Z] #49 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #51 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:12:50.081Z] #69 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:12:50.081Z] #65 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:12:50.081Z] #35 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:12:50.081Z] #27 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:12:50.081Z] #43 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:12:50.081Z] #10 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #31 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #39 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:12:50.081Z] #25 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:12:50.081Z] #45 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:12:50.081Z] #37 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:12:50.081Z] #63 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:12:50.081Z] #68 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:12:50.081Z] #19 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:12:50.081Z] #11 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:12:50.081Z] #74 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:12:50.081Z] #22 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:12:50.081Z] #26 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:12:50.081Z] #9 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #75 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:12:50.081Z] #67 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:12:50.081Z] #55 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #61 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:12:50.081Z] #72 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:12:50.081Z] #53 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #42 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:12:50.081Z] #36 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:12:50.081Z] #41 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:12:50.081Z] #15 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:12:50.081Z] #33 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:12:50.081Z] #73 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:12:50.081Z] #47 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:12:50.081Z] #12 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:12:50.081Z] #64 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:12:50.081Z] #14 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:12:50.081Z] #23 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:12:50.081Z] #29 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:12:50.081Z] #56 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:12:50.081Z] #50 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:12:50.081Z] #62 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:12:50.081Z] #17 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:12:50.081Z] #28 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:12:50.081Z] #60 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:12:50.081Z] #8 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:12:50.081Z] #46 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:12:50.081Z] #58 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:12:50.081Z] #44 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:12:50.081Z] #30 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #54 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:12:50.081Z] #40 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:12:50.081Z] #16 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:12:50.081Z] #38 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:12:50.081Z] #32 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:12:50.081Z] #24 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #70 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:12:50.081Z] #59 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #34 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:12:50.081Z] #52 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:12:50.081Z] #48 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:12:50.081Z] #21 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:12:50.081Z] #13 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:12:50.081Z] #76 CACHED [2020-05-07T19:12:50.081Z] [2020-05-07T19:12:50.081Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:12:51.051Z] #77 DONE 0.8s [2020-05-07T19:12:51.051Z] [2020-05-07T19:12:51.051Z] #78 exporting to image [2020-05-07T19:12:51.051Z] #78 exporting layers [2020-05-07T19:12:51.986Z] #78 exporting layers 1.0s done [2020-05-07T19:12:51.986Z] #78 writing image sha256:8dd019bbd4e9e854ad40dc40b2bef90bd40871041a61883df8b37832afff35eb [2020-05-07T19:12:51.986Z] #78 writing image sha256:8dd019bbd4e9e854ad40dc40b2bef90bd40871041a61883df8b37832afff35eb done [2020-05-07T19:12:51.986Z] #78 naming to docker.io/library/docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 done [2020-05-07T19:12:51.986Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-05-07T19:12:52.440Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40427/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/validate/default [2020-05-07T19:12:53.362Z] Congratulations! All commits are properly signed with the DCO! [2020-05-07T19:12:53.362Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-05-07T19:12:53.363Z] No api/types/ or api/swagger.yaml changes in diff. [2020-05-07T19:12:53.363Z] Congratulations! All TOML source files changed here have valid syntax. [2020-05-07T19:12:53.363Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-05-07T19:12:53.363Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-05-07T19:12:53.363Z] Congratulations! No new tests were added to integration-cli. [2020-05-07T19:12:53.363Z] [2020-05-07T19:12:53.363Z] INFO Start validation with golang-ci-lint [2020-05-07T19:12:53.617Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-05-07T19:12:53.617Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-05-07T19:12:53.617Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-05-07T19:12:57.179Z] Fetching without tags [2020-05-07T19:12:57.389Z] Fetching without tags [2020-05-07T19:12:57.440Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:12:57.671Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:12:57.148Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:57.158Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:12:57.163Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:57.173Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:57.182Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:57.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:57.183Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:57.444Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:57.446Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:12:57.949Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:12:57.347Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:57.352Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:12:57.365Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:57.382Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:57.400Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:57.400Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:57.401Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:57.681Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:57.686Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:12:58.196Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:12:58.549Z] Merge succeeded, producing bd4b17afed0497a372e936006311ce1956d602ca [2020-05-07T19:12:58.549Z] Checking out Revision bd4b17afed0497a372e936006311ce1956d602ca (PR-40427) [2020-05-07T19:12:58.580Z] Merge succeeded, producing bd4b17afed0497a372e936006311ce1956d602ca [2020-05-07T19:12:58.580Z] Checking out Revision bd4b17afed0497a372e936006311ce1956d602ca (PR-40427) [2020-05-07T19:12:58.639Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:12:58.655Z] First time build. Skipping changelog. [2020-05-07T19:12:58.811Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:12:59.028Z] Still waiting to schedule task [2020-05-07T19:12:59.028Z] Waiting for next available executor on ‘s390x-ubuntu-1804’ [2020-05-07T19:12:59.034Z] Still waiting to schedule task [2020-05-07T19:12:59.034Z] Waiting for next available executor on ‘windows-2019’ [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:12:59.436Z] Fetching without tags [2020-05-07T19:12:59.447Z] + docker version [2020-05-07T19:12:59.447Z] Client: Docker Engine - Community [2020-05-07T19:12:59.447Z] Version: 19.03.8 [2020-05-07T19:12:59.447Z] API version: 1.40 [2020-05-07T19:12:59.447Z] Go version: go1.12.17 [2020-05-07T19:12:59.447Z] Git commit: afacb8b7f0 [2020-05-07T19:12:59.447Z] Built: Wed Mar 11 01:25:46 2020 [2020-05-07T19:12:59.447Z] OS/Arch: linux/amd64 [2020-05-07T19:12:59.447Z] Experimental: false [2020-05-07T19:12:59.447Z] [2020-05-07T19:12:59.447Z] Server: Docker Engine - Community [2020-05-07T19:12:59.447Z] Engine: [2020-05-07T19:12:59.447Z] Version: 19.03.8 [2020-05-07T19:12:59.447Z] API version: 1.40 (minimum version 1.12) [2020-05-07T19:12:59.447Z] Go version: go1.12.17 [2020-05-07T19:12:59.447Z] Git commit: afacb8b7f0 [2020-05-07T19:12:59.447Z] Built: Wed Mar 11 01:24:19 2020 [2020-05-07T19:12:59.447Z] OS/Arch: linux/amd64 [2020-05-07T19:12:59.447Z] Experimental: true [2020-05-07T19:12:59.447Z] containerd: [2020-05-07T19:12:59.447Z] Version: 1.2.13 [2020-05-07T19:12:59.447Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:12:59.447Z] runc: [2020-05-07T19:12:59.447Z] Version: 1.0.0-rc10 [2020-05-07T19:12:59.447Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:12:59.447Z] docker-init: [2020-05-07T19:12:59.447Z] Version: 0.18.0 [2020-05-07T19:12:59.447Z] GitCommit: fec3683 [Pipeline] sh [2020-05-07T19:12:59.565Z] + docker version [2020-05-07T19:12:59.565Z] Client: Docker Engine - Community [2020-05-07T19:12:59.565Z] Version: 19.03.8 [2020-05-07T19:12:59.565Z] API version: 1.40 [2020-05-07T19:12:59.565Z] Go version: go1.12.17 [2020-05-07T19:12:59.565Z] Git commit: afacb8b7f0 [2020-05-07T19:12:59.565Z] Built: Wed Mar 11 01:25:46 2020 [2020-05-07T19:12:59.565Z] OS/Arch: linux/amd64 [2020-05-07T19:12:59.565Z] Experimental: false [2020-05-07T19:12:59.565Z] [2020-05-07T19:12:59.565Z] Server: Docker Engine - Community [2020-05-07T19:12:59.565Z] Engine: [2020-05-07T19:12:59.565Z] Version: 19.03.8 [2020-05-07T19:12:59.565Z] API version: 1.40 (minimum version 1.12) [2020-05-07T19:12:59.565Z] Go version: go1.12.17 [2020-05-07T19:12:59.565Z] Git commit: afacb8b7f0 [2020-05-07T19:12:59.565Z] Built: Wed Mar 11 01:24:19 2020 [2020-05-07T19:12:59.565Z] OS/Arch: linux/amd64 [2020-05-07T19:12:59.565Z] Experimental: true [2020-05-07T19:12:59.565Z] containerd: [2020-05-07T19:12:59.565Z] Version: 1.2.13 [2020-05-07T19:12:59.565Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:12:59.565Z] runc: [2020-05-07T19:12:59.565Z] Version: 1.0.0-rc10 [2020-05-07T19:12:59.565Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:12:59.565Z] docker-init: [2020-05-07T19:12:59.565Z] Version: 0.18.0 [2020-05-07T19:12:59.565Z] GitCommit: fec3683 [Pipeline] sh [2020-05-07T19:12:59.726Z] + docker info [2020-05-07T19:12:59.726Z] Client: [2020-05-07T19:12:59.726Z] Debug Mode: false [2020-05-07T19:12:59.726Z] [2020-05-07T19:12:59.726Z] Server: [2020-05-07T19:12:59.726Z] Containers: 0 [2020-05-07T19:12:59.726Z] Running: 0 [2020-05-07T19:12:59.726Z] Paused: 0 [2020-05-07T19:12:59.726Z] Stopped: 0 [2020-05-07T19:12:59.726Z] Images: 2 [2020-05-07T19:12:59.726Z] Server Version: 19.03.8 [2020-05-07T19:12:59.726Z] Storage Driver: overlay2 [2020-05-07T19:12:59.726Z] Backing Filesystem: [2020-05-07T19:12:59.726Z] Supports d_type: true [2020-05-07T19:12:59.726Z] Native Overlay Diff: true [2020-05-07T19:12:59.726Z] Logging Driver: json-file [2020-05-07T19:12:59.726Z] Cgroup Driver: cgroupfs [2020-05-07T19:12:59.726Z] Plugins: [2020-05-07T19:12:59.726Z] Volume: local [2020-05-07T19:12:59.726Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:12:59.726Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-05-07T19:12:59.726Z] Swarm: inactive [2020-05-07T19:12:59.726Z] Runtimes: runc [2020-05-07T19:12:59.726Z] Default Runtime: runc [2020-05-07T19:12:59.726Z] Init Binary: docker-init [2020-05-07T19:12:59.726Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:12:59.726Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:12:59.726Z] init version: fec3683 [2020-05-07T19:12:59.726Z] Security Options: [2020-05-07T19:12:59.726Z] apparmor [2020-05-07T19:12:59.726Z] seccomp [2020-05-07T19:12:59.726Z] Profile: default [2020-05-07T19:12:59.726Z] Kernel Version: 4.15.0-1065-aws [2020-05-07T19:12:59.726Z] Operating System: Ubuntu 18.04.4 LTS [2020-05-07T19:12:59.726Z] OSType: linux [2020-05-07T19:12:59.726Z] Architecture: x86_64 [2020-05-07T19:12:59.726Z] CPUs: 2 [2020-05-07T19:12:59.726Z] Total Memory: 15.38GiB [2020-05-07T19:12:59.726Z] Name: ip-10-100-105-86 [2020-05-07T19:12:59.726Z] ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP [2020-05-07T19:12:59.726Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:12:59.726Z] Debug Mode: false [2020-05-07T19:12:59.726Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:12:59.726Z] Labels: [2020-05-07T19:12:59.726Z] Experimental: true [2020-05-07T19:12:59.726Z] Insecure Registries: [2020-05-07T19:12:59.726Z] 127.0.0.0/8 [2020-05-07T19:12:59.726Z] Live Restore Enabled: true [2020-05-07T19:12:59.726Z] [2020-05-07T19:12:59.726Z] WARNING: No swap limit support [Pipeline] sh [2020-05-07T19:12:59.810Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:12:59.846Z] + docker info [2020-05-07T19:13:00.017Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:00.017Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:00.017Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:13:00.017Z] + bash /home/ubuntu/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:13:00.017Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:13:00.017Z] info: reading kernel config from /boot/config-4.15.0-1065-aws ... [2020-05-07T19:13:00.017Z] [2020-05-07T19:13:00.017Z] Generally Necessary: [2020-05-07T19:13:00.017Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:13:00.017Z] - apparmor: enabled and tools installed [2020-05-07T19:13:00.017Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:13:00.017Z] - CONFIG_NET_NS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_PID_NS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_MEMCG: enabled [2020-05-07T19:13:00.017Z] - CONFIG_KEYS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:13:00.017Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:13:00.017Z] [2020-05-07T19:13:00.017Z] Optional Features: [2020-05-07T19:13:00.017Z] - CONFIG_USER_NS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:13:00.017Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:13:00.017Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:13:00.017Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-05-07T19:13:00.017Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-05-07T19:13:00.017Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:13:00.017Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:13:00.017Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:13:00.017Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:13:00.017Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:13:00.017Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:13:00.017Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:12:58.536Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:12:58.553Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:58.559Z] > git checkout -f bd4b17afed0497a372e936006311ce1956d602ca # timeout=10 [2020-05-07T19:12:58.643Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:12:58.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:12:58.590Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:58.595Z] > git checkout -f bd4b17afed0497a372e936006311ce1956d602ca # timeout=10 [2020-05-07T19:12:59.392Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:59.405Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:12:59.414Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:59.424Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:12:59.433Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:12:59.433Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:12:59.434Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:12:59.806Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:12:59.810Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:13:00.274Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:13:00.274Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:13:00.274Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:13:00.274Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:13:00.274Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:13:00.274Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:13:00.274Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:13:00.274Z] - Network Drivers: [2020-05-07T19:13:00.274Z] - "overlay": [2020-05-07T19:13:00.274Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:13:00.274Z] Optional (for encrypted networks): [2020-05-07T19:13:00.274Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:13:00.274Z] - CONFIG_CRYPTO_AEAD: enabled [2020-05-07T19:13:00.274Z] - CONFIG_CRYPTO_GCM: enabled [2020-05-07T19:13:00.274Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-05-07T19:13:00.274Z] - CONFIG_CRYPTO_GHASH: enabled [2020-05-07T19:13:00.274Z] - CONFIG_XFRM: enabled [2020-05-07T19:13:00.274Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:13:00.274Z] - "ipvlan": [2020-05-07T19:13:00.274Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:13:00.274Z] - "macvlan": [2020-05-07T19:13:00.274Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:13:00.274Z] - "ftp,tftp client in container": [2020-05-07T19:13:00.274Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:13:00.274Z] - Storage Drivers: [2020-05-07T19:13:00.274Z] - "aufs": [2020-05-07T19:13:00.274Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:13:00.274Z] - "btrfs": [2020-05-07T19:13:00.274Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:13:00.274Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:13:00.274Z] - "devicemapper": [2020-05-07T19:13:00.274Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:13:00.274Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:13:00.274Z] - "overlay": [2020-05-07T19:13:00.274Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:13:00.274Z] - "zfs": [2020-05-07T19:13:00.274Z] - /dev/zfs: missing [2020-05-07T19:13:00.274Z] - zfs command: missing [2020-05-07T19:13:00.274Z] - zpool command: missing [2020-05-07T19:13:00.274Z] [2020-05-07T19:13:00.274Z] Limits: [2020-05-07T19:13:00.274Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:13:00.274Z] [2020-05-07T19:13:00.274Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-05-07T19:13:00.409Z] Client: [2020-05-07T19:13:00.409Z] Debug Mode: false [2020-05-07T19:13:00.409Z] [2020-05-07T19:13:00.409Z] Server: [2020-05-07T19:13:00.409Z] Containers: 0 [2020-05-07T19:13:00.409Z] Running: 0 [2020-05-07T19:13:00.409Z] Paused: 0 [2020-05-07T19:13:00.409Z] Stopped: 0 [2020-05-07T19:13:00.409Z] Images: 2 [2020-05-07T19:13:00.409Z] Server Version: 19.03.8 [2020-05-07T19:13:00.409Z] Storage Driver: overlay2 [2020-05-07T19:13:00.409Z] Backing Filesystem: [2020-05-07T19:13:00.409Z] Supports d_type: true [2020-05-07T19:13:00.409Z] Native Overlay Diff: true [2020-05-07T19:13:00.409Z] Logging Driver: json-file [2020-05-07T19:13:00.409Z] Cgroup Driver: cgroupfs [2020-05-07T19:13:00.409Z] Plugins: [2020-05-07T19:13:00.409Z] Volume: local [2020-05-07T19:13:00.409Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:13:00.409Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-05-07T19:13:00.409Z] Swarm: inactive [2020-05-07T19:13:00.409Z] Runtimes: runc [2020-05-07T19:13:00.409Z] Default Runtime: runc [2020-05-07T19:13:00.409Z] Init Binary: docker-init [2020-05-07T19:13:00.409Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:13:00.409Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:13:00.409Z] init version: fec3683 [2020-05-07T19:13:00.409Z] Security Options: [2020-05-07T19:13:00.409Z] apparmor [2020-05-07T19:13:00.409Z] seccomp [2020-05-07T19:13:00.409Z] Profile: default [2020-05-07T19:13:00.409Z] Kernel Version: 4.15.0-1065-aws [2020-05-07T19:13:00.409Z] Operating System: Ubuntu 18.04.4 LTS [2020-05-07T19:13:00.409Z] OSType: linux [2020-05-07T19:13:00.409Z] Architecture: x86_64 [2020-05-07T19:13:00.409Z] CPUs: 2 [2020-05-07T19:13:00.409Z] Total Memory: 7.501GiB [2020-05-07T19:13:00.409Z] Name: ip-10-100-34-238 [2020-05-07T19:13:00.409Z] ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP [2020-05-07T19:13:00.409Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:13:00.409Z] Debug Mode: false [2020-05-07T19:13:00.409Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:13:00.409Z] Labels: [2020-05-07T19:13:00.409Z] Experimental: true [2020-05-07T19:13:00.409Z] Insecure Registries: [2020-05-07T19:13:00.409Z] 127.0.0.0/8 [2020-05-07T19:13:00.409Z] Live Restore Enabled: true [2020-05-07T19:13:00.409Z] [2020-05-07T19:13:00.409Z] WARNING: No swap limit support [Pipeline] sh [2020-05-07T19:13:00.664Z] + sudo modprobe ip_vs [2020-05-07T19:13:00.710Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:00.710Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:00.710Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:13:00.710Z] + bash /home/ubuntu/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:13:00.710Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:13:00.710Z] info: reading kernel config from /boot/config-4.15.0-1065-aws ... [2020-05-07T19:13:00.710Z] [2020-05-07T19:13:00.710Z] Generally Necessary: [2020-05-07T19:13:00.710Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:13:00.710Z] - apparmor: enabled and tools installed [2020-05-07T19:13:00.710Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:13:00.710Z] - CONFIG_NET_NS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_PID_NS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_MEMCG: enabled [2020-05-07T19:13:00.710Z] - CONFIG_KEYS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:13:00.710Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:13:00.710Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:13:00.710Z] [2020-05-07T19:13:00.710Z] Optional Features: [2020-05-07T19:13:00.710Z] - CONFIG_USER_NS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:13:00.710Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:13:00.710Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:13:00.920Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:13:00.920Z] #2 [internal] load .dockerignore [2020-05-07T19:13:00.920Z] #2 transferring context: 87B done [2020-05-07T19:13:00.920Z] #2 DONE 0.0s [2020-05-07T19:13:00.920Z] [2020-05-07T19:13:00.920Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:13:00.920Z] #1 transferring dockerfile: 17.09kB done [2020-05-07T19:13:00.920Z] #1 DONE 0.0s [2020-05-07T19:13:00.920Z] [2020-05-07T19:13:00.920Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:13:00.920Z] #3 DONE 0.1s [2020-05-07T19:13:00.967Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:13:00.967Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-05-07T19:13:00.967Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-05-07T19:13:00.967Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:13:00.967Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:13:00.967Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:13:00.967Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:13:00.967Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:13:00.967Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:13:00.967Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:13:00.967Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:13:00.967Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:13:00.967Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:13:00.967Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:13:00.967Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:13:00.967Z] - Network Drivers: [2020-05-07T19:13:00.967Z] - "overlay": [2020-05-07T19:13:00.967Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:13:00.967Z] Optional (for encrypted networks): [2020-05-07T19:13:00.967Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CRYPTO_AEAD: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CRYPTO_GCM: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-05-07T19:13:00.967Z] - CONFIG_CRYPTO_GHASH: enabled [2020-05-07T19:13:00.967Z] - CONFIG_XFRM: enabled [2020-05-07T19:13:00.967Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:13:00.967Z] - "ipvlan": [2020-05-07T19:13:00.967Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:13:00.967Z] - "macvlan": [2020-05-07T19:13:00.967Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:13:00.967Z] - "ftp,tftp client in container": [2020-05-07T19:13:00.967Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:13:00.967Z] - Storage Drivers: [2020-05-07T19:13:00.967Z] - "aufs": [2020-05-07T19:13:00.967Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:13:00.967Z] - "btrfs": [2020-05-07T19:13:00.967Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:13:00.967Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:13:00.967Z] - "devicemapper": [2020-05-07T19:13:00.967Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:13:00.967Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:13:00.967Z] - "overlay": [2020-05-07T19:13:00.967Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:13:00.967Z] - "zfs": [2020-05-07T19:13:00.967Z] - /dev/zfs: missing [2020-05-07T19:13:00.967Z] - zfs command: missing [2020-05-07T19:13:00.967Z] - zpool command: missing [2020-05-07T19:13:00.967Z] [2020-05-07T19:13:00.967Z] Limits: [2020-05-07T19:13:00.967Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:13:00.967Z] [2020-05-07T19:13:00.967Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-05-07T19:13:01.176Z] [2020-05-07T19:13:01.177Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:13:01.177Z] #4 CACHED [2020-05-07T19:13:01.299Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:13:01.299Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:13:01.299Z] #1 DONE 0.0s [2020-05-07T19:13:01.299Z] [2020-05-07T19:13:01.299Z] #2 [internal] load .dockerignore [2020-05-07T19:13:01.299Z] #2 DONE 0.0s [2020-05-07T19:13:01.299Z] [2020-05-07T19:13:01.299Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:13:01.299Z] #1 transferring dockerfile: 17.09kB done [2020-05-07T19:13:01.299Z] #1 DONE 0.0s [2020-05-07T19:13:01.299Z] [2020-05-07T19:13:01.299Z] #2 [internal] load .dockerignore [2020-05-07T19:13:01.299Z] #2 transferring context: 87B done [2020-05-07T19:13:01.299Z] #2 DONE 0.0s [2020-05-07T19:13:01.299Z] [2020-05-07T19:13:01.299Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:13:01.299Z] #3 DONE 0.1s [2020-05-07T19:13:01.555Z] [2020-05-07T19:13:01.555Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:13:01.555Z] #4 CACHED [2020-05-07T19:13:01.742Z] [2020-05-07T19:13:01.742Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:13:01.742Z] #6 DONE 0.1s [2020-05-07T19:13:01.742Z] [2020-05-07T19:13:01.742Z] #5 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:13:01.742Z] #5 DONE 0.1s [2020-05-07T19:13:01.742Z] [2020-05-07T19:13:01.742Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:13:01.742Z] #71 DONE 0.0s [2020-05-07T19:13:01.742Z] [2020-05-07T19:13:01.742Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:13:01.742Z] #7 DONE 0.0s [2020-05-07T19:13:01.742Z] [2020-05-07T19:13:01.742Z] #20 [internal] load build context [2020-05-07T19:13:01.812Z] [2020-05-07T19:13:01.812Z] #5 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:13:01.828Z] Merge succeeded, producing 09bfd60a06dba89a8ef55460d617b20d4b00e790 [2020-05-07T19:13:01.828Z] Checking out Revision 09bfd60a06dba89a8ef55460d617b20d4b00e790 (PR-40427) [2020-05-07T19:13:00.781Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:13:01.816Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:13:01.824Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:13:01.828Z] > git checkout -f 09bfd60a06dba89a8ef55460d617b20d4b00e790 # timeout=10 [2020-05-07T19:13:02.008Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:13:02.020Z] First time build. Skipping changelog. [2020-05-07T19:13:02.073Z] #5 DONE 0.1s [2020-05-07T19:13:02.073Z] [2020-05-07T19:13:02.073Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:13:02.073Z] #6 DONE 0.1s [2020-05-07T19:13:02.073Z] [2020-05-07T19:13:02.073Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:13:02.073Z] #71 DONE 0.0s [2020-05-07T19:13:02.073Z] [2020-05-07T19:13:02.073Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:13:02.073Z] #7 DONE 0.0s [2020-05-07T19:13:02.073Z] [2020-05-07T19:13:02.073Z] #20 [internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:13:02.851Z] + docker version [2020-05-07T19:13:02.851Z] Client: Docker Engine - Community [2020-05-07T19:13:02.851Z] Version: 19.03.8 [2020-05-07T19:13:02.851Z] API version: 1.40 [2020-05-07T19:13:02.851Z] Go version: go1.12.17 [2020-05-07T19:13:02.851Z] Git commit: afacb8b [2020-05-07T19:13:02.851Z] Built: Wed Mar 11 01:26:27 2020 [2020-05-07T19:13:02.851Z] OS/Arch: linux/arm64 [2020-05-07T19:13:02.851Z] Experimental: false [2020-05-07T19:13:02.851Z] [2020-05-07T19:13:02.851Z] Server: Docker Engine - Community [2020-05-07T19:13:02.851Z] Engine: [2020-05-07T19:13:02.851Z] Version: 19.03.8 [2020-05-07T19:13:02.851Z] API version: 1.40 (minimum version 1.12) [2020-05-07T19:13:02.851Z] Go version: go1.12.17 [2020-05-07T19:13:02.851Z] Git commit: afacb8b [2020-05-07T19:13:02.851Z] Built: Wed Mar 11 01:24:59 2020 [2020-05-07T19:13:02.851Z] OS/Arch: linux/arm64 [2020-05-07T19:13:02.851Z] Experimental: true [2020-05-07T19:13:02.851Z] containerd: [2020-05-07T19:13:02.851Z] Version: 1.2.13 [2020-05-07T19:13:02.851Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:13:02.851Z] runc: [2020-05-07T19:13:02.851Z] Version: 1.0.0-rc10 [2020-05-07T19:13:02.851Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:13:02.851Z] docker-init: [2020-05-07T19:13:02.851Z] Version: 0.18.0 [2020-05-07T19:13:02.851Z] GitCommit: fec3683 [Pipeline] sh [2020-05-07T19:13:03.009Z] #20 transferring context: 50.15MB 1.2s done [2020-05-07T19:13:03.112Z] #20 transferring context: 50.15MB 1.2s done [2020-05-07T19:13:03.112Z] #20 DONE 1.2s [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:13:03.112Z] #44 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:13:03.112Z] #59 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.112Z] #65 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:13:03.112Z] #42 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:13:03.112Z] #12 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:13:03.112Z] #26 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:13:03.112Z] #54 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.112Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:13:03.112Z] #37 CACHED [2020-05-07T19:13:03.112Z] [2020-05-07T19:13:03.113Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:13:03.113Z] #49 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.113Z] #23 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:13:03.113Z] #8 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:13:03.113Z] #17 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.113Z] #74 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #66 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #39 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:13:03.113Z] #25 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:13:03.113Z] #28 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:13:03.113Z] #22 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #31 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.113Z] #38 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:13:03.113Z] #64 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:13:03.113Z] #10 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:13:03.113Z] #19 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:13:03.113Z] #43 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:13:03.113Z] #11 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:13:03.113Z] #69 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:13:03.113Z] #32 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.113Z] #56 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #57 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:13:03.113Z] #46 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:13:03.113Z] #30 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:13:03.113Z] #29 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:13:03.113Z] #67 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.113Z] #58 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.113Z] #36 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.113Z] #50 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:13:03.113Z] #40 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:13:03.113Z] #14 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:13:03.113Z] #13 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:13:03.113Z] #62 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:13:03.113Z] #16 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:13:03.113Z] #27 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:13:03.113Z] #45 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.113Z] #53 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.113Z] #68 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #51 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:13:03.113Z] #9 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:13:03.113Z] #72 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:13:03.113Z] #73 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.113Z] #33 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #70 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #48 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:13:03.113Z] #24 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:13:03.113Z] #55 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:13:03.113Z] #18 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #34 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:13:03.113Z] #35 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.113Z] #47 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.113Z] #60 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #61 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:13:03.113Z] #41 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.113Z] #21 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.113Z] #63 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:13:03.113Z] #52 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:13:03.113Z] #15 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:13:03.113Z] #75 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:13:03.113Z] #76 CACHED [2020-05-07T19:13:03.113Z] [2020-05-07T19:13:03.113Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:13:03.139Z] + docker info [2020-05-07T19:13:03.266Z] #20 DONE 1.2s [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:13:03.266Z] #24 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.266Z] #50 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:13:03.266Z] #67 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:13:03.266Z] #25 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:13:03.266Z] #29 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:13:03.266Z] #12 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:13:03.266Z] #69 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #31 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:13:03.266Z] #32 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #34 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:13:03.266Z] #13 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.266Z] #56 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:13:03.266Z] #41 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:13:03.266Z] #73 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.266Z] #63 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:13:03.266Z] #15 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:13:03.266Z] #40 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:13:03.266Z] #59 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:13:03.266Z] #44 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.266Z] #58 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.266Z] #23 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:13:03.266Z] #18 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:13:03.266Z] #30 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #48 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:13:03.266Z] #45 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.266Z] #53 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #75 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:13:03.266Z] #17 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:13:03.266Z] #62 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.266Z] #38 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #42 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:13:03.266Z] #72 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:13:03.266Z] #8 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:13:03.266Z] #37 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.266Z] #74 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:13:03.266Z] #11 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:13:03.266Z] #28 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:13:03.266Z] #52 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:13:03.266Z] #55 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #61 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.266Z] #65 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:03.266Z] #68 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:13:03.266Z] #46 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #54 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:13:03.266Z] #14 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:13:03.266Z] #35 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:13:03.266Z] #49 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.266Z] #36 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.266Z] #60 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #70 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:13:03.266Z] #26 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:03.266Z] #47 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:13:03.266Z] #19 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #66 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #51 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:13:03.266Z] #43 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:03.266Z] #33 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:13:03.266Z] #27 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:13:03.266Z] #16 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:13:03.266Z] #64 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:13:03.266Z] #9 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:13:03.266Z] #10 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #57 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:13:03.266Z] #22 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:03.266Z] #21 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:13:03.266Z] #39 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:13:03.266Z] #76 CACHED [2020-05-07T19:13:03.266Z] [2020-05-07T19:13:03.266Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:13:03.675Z] #77 DONE 0.8s [2020-05-07T19:13:02.005Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:13:03.932Z] [2020-05-07T19:13:03.932Z] #78 exporting to image [2020-05-07T19:13:03.932Z] #78 exporting layers [2020-05-07T19:13:04.105Z] Client: [2020-05-07T19:13:04.105Z] Debug Mode: false [2020-05-07T19:13:04.105Z] [2020-05-07T19:13:04.105Z] Server: [2020-05-07T19:13:04.105Z] Containers: 0 [2020-05-07T19:13:04.105Z] Running: 0 [2020-05-07T19:13:04.105Z] Paused: 0 [2020-05-07T19:13:04.105Z] Stopped: 0 [2020-05-07T19:13:04.105Z] Images: 2 [2020-05-07T19:13:04.105Z] Server Version: 19.03.8 [2020-05-07T19:13:04.105Z] Storage Driver: overlay2 [2020-05-07T19:13:04.105Z] Backing Filesystem: [2020-05-07T19:13:04.105Z] Supports d_type: true [2020-05-07T19:13:04.105Z] Native Overlay Diff: true [2020-05-07T19:13:04.105Z] Logging Driver: json-file [2020-05-07T19:13:04.105Z] Cgroup Driver: cgroupfs [2020-05-07T19:13:04.105Z] Plugins: [2020-05-07T19:13:04.105Z] Volume: local [2020-05-07T19:13:04.105Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:13:04.105Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-05-07T19:13:04.105Z] Swarm: inactive [2020-05-07T19:13:04.105Z] Runtimes: runc [2020-05-07T19:13:04.105Z] Default Runtime: runc [2020-05-07T19:13:04.105Z] Init Binary: docker-init [2020-05-07T19:13:04.105Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:13:04.105Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:13:04.105Z] init version: fec3683 [2020-05-07T19:13:04.105Z] Security Options: [2020-05-07T19:13:04.105Z] apparmor [2020-05-07T19:13:04.105Z] seccomp [2020-05-07T19:13:04.105Z] Profile: default [2020-05-07T19:13:04.105Z] Kernel Version: 4.15.0-1065-aws [2020-05-07T19:13:04.105Z] Operating System: Ubuntu 18.04.4 LTS [2020-05-07T19:13:04.105Z] OSType: linux [2020-05-07T19:13:04.105Z] Architecture: aarch64 [2020-05-07T19:13:04.105Z] CPUs: 4 [2020-05-07T19:13:04.105Z] Total Memory: 7.525GiB [2020-05-07T19:13:04.105Z] Name: ip-10-100-56-58 [2020-05-07T19:13:04.105Z] ID: BBIY:K3UJ:6PR5:2QL5:TUP7:ZF3Q:25AT:YVTY:A4NH:WQC7:XQTS:42PC [2020-05-07T19:13:04.105Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:13:04.105Z] Debug Mode: false [2020-05-07T19:13:04.105Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:13:04.105Z] Labels: [2020-05-07T19:13:04.105Z] Experimental: true [2020-05-07T19:13:04.105Z] Insecure Registries: [2020-05-07T19:13:04.105Z] 127.0.0.0/8 [2020-05-07T19:13:04.105Z] Live Restore Enabled: true [2020-05-07T19:13:04.105Z] [2020-05-07T19:13:04.105Z] WARNING: No swap limit support [Pipeline] sh [2020-05-07T19:13:04.196Z] #77 DONE 0.9s [2020-05-07T19:13:04.196Z] [2020-05-07T19:13:04.196Z] #78 exporting to image [2020-05-07T19:13:04.196Z] #78 exporting layers [2020-05-07T19:13:04.394Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:04.394Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:04.394Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:13:04.394Z] + bash /home/ubuntu/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:13:04.394Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:13:04.394Z] info: reading kernel config from /boot/config-4.15.0-1065-aws ... [2020-05-07T19:13:04.394Z] [2020-05-07T19:13:04.394Z] Generally Necessary: [2020-05-07T19:13:04.394Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:13:04.394Z] - apparmor: enabled and tools installed [2020-05-07T19:13:04.394Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:13:04.394Z] - CONFIG_NET_NS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_PID_NS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:13:04.394Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_MEMCG: enabled [2020-05-07T19:13:04.394Z] - CONFIG_KEYS: enabled [2020-05-07T19:13:04.394Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:13:04.394Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:13:04.394Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:13:04.652Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:13:04.652Z] [2020-05-07T19:13:04.652Z] Optional Features: [2020-05-07T19:13:04.652Z] - CONFIG_USER_NS: enabled [2020-05-07T19:13:04.652Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:13:04.652Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:13:04.652Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:13:04.652Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:13:04.652Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-05-07T19:13:04.652Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:13:04.652Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:13:04.652Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:13:04.652Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:13:04.652Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:13:04.652Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:13:04.652Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:13:04.652Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:13:04.911Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:13:04.911Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:13:04.911Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:13:04.911Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:13:04.911Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:13:04.911Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:13:04.911Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:13:04.911Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:13:04.911Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:13:04.911Z] - Network Drivers: [2020-05-07T19:13:04.911Z] - "overlay": [2020-05-07T19:13:04.911Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:13:04.911Z] Optional (for encrypted networks): [2020-05-07T19:13:04.911Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:13:04.911Z] - CONFIG_CRYPTO_AEAD: enabled [2020-05-07T19:13:04.911Z] - CONFIG_CRYPTO_GCM: enabled [2020-05-07T19:13:04.911Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-05-07T19:13:04.911Z] - CONFIG_CRYPTO_GHASH: enabled [2020-05-07T19:13:04.911Z] - CONFIG_XFRM: enabled [2020-05-07T19:13:04.911Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:13:04.911Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:13:04.911Z] - "ipvlan": [2020-05-07T19:13:04.911Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:13:04.911Z] - "macvlan": [2020-05-07T19:13:05.027Z] #78 exporting layers 0.9s done [2020-05-07T19:13:05.027Z] #78 writing image sha256:8408724b863a855de14fe268cc3faced3696a6889c3460e0455ced5a19c74809 [2020-05-07T19:13:05.027Z] #78 writing image sha256:8408724b863a855de14fe268cc3faced3696a6889c3460e0455ced5a19c74809 done [2020-05-07T19:13:05.027Z] #78 naming to docker.io/library/docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 done [2020-05-07T19:13:05.027Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-05-07T19:13:05.127Z] #78 exporting layers 0.9s done [2020-05-07T19:13:05.127Z] #78 writing image sha256:2aaacfd299cccf9874a24871c5fb40d5628252483dbbbc624a92cc5677b316f9 done [2020-05-07T19:13:05.127Z] #78 naming to docker.io/library/docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 done [2020-05-07T19:13:05.127Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2020-05-07T19:13:05.169Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:13:05.169Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:13:05.169Z] - "ftp,tftp client in container": [2020-05-07T19:13:05.169Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:13:05.169Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:13:05.169Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:13:05.169Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:13:05.169Z] - Storage Drivers: [2020-05-07T19:13:05.169Z] - "aufs": [2020-05-07T19:13:05.169Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:13:05.169Z] - "btrfs": [2020-05-07T19:13:05.169Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:13:05.169Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:13:05.169Z] - "devicemapper": [2020-05-07T19:13:05.169Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:13:05.169Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:13:05.169Z] - "overlay": [2020-05-07T19:13:05.169Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:13:05.169Z] - "zfs": [2020-05-07T19:13:05.169Z] - /dev/zfs: missing [2020-05-07T19:13:05.169Z] - zfs command: missing [2020-05-07T19:13:05.169Z] - zpool command: missing [2020-05-07T19:13:05.169Z] [2020-05-07T19:13:05.169Z] Limits: [2020-05-07T19:13:05.169Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:13:05.169Z] [2020-05-07T19:13:05.169Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-05-07T19:13:05.532Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:13:05.532Z] #2 [internal] load .dockerignore [2020-05-07T19:13:05.532Z] #2 transferring context: 87B 0.0s done [2020-05-07T19:13:05.532Z] #2 DONE 0.0s [2020-05-07T19:13:05.532Z] [2020-05-07T19:13:05.532Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:13:05.532Z] #1 transferring dockerfile: 17.09kB done [2020-05-07T19:13:05.532Z] #1 DONE 0.0s [2020-05-07T19:13:05.532Z] [2020-05-07T19:13:05.532Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:13:05.549Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh dynbinary test-integration [2020-05-07T19:13:05.790Z] #3 DONE 0.1s [2020-05-07T19:13:05.790Z] [2020-05-07T19:13:05.790Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:13:05.790Z] #4 CACHED [2020-05-07T19:13:06.042Z] [2020-05-07T19:13:06.042Z] Removing bundles/ [2020-05-07T19:13:06.042Z] [2020-05-07T19:13:06.042Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-05-07T19:13:06.042Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:13:06.042Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:13:06.049Z] [2020-05-07T19:13:06.049Z] #6 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:13:06.113Z] [2020-05-07T19:13:06.318Z] #6 DONE 0.1s [2020-05-07T19:13:06.318Z] [2020-05-07T19:13:06.318Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:13:06.318Z] #5 DONE 0.1s [2020-05-07T19:13:06.318Z] [2020-05-07T19:13:06.318Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:13:06.318Z] #71 DONE 0.0s [2020-05-07T19:13:06.318Z] [2020-05-07T19:13:06.318Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:13:06.318Z] #7 DONE 0.0s [2020-05-07T19:13:06.318Z] [2020-05-07T19:13:06.318Z] #20 [internal] load build context [2020-05-07T19:13:06.370Z] Removing bundles/ [2020-05-07T19:13:06.370Z] [2020-05-07T19:13:06.370Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-05-07T19:13:06.370Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:13:06.370Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:13:08.232Z] #20 transferring context: 50.15MB 1.6s done [2020-05-07T19:13:08.232Z] #20 DONE 1.6s [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:08.232Z] #50 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:13:08.232Z] #67 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:13:08.232Z] #22 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:13:08.232Z] #35 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #31 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #54 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:13:08.232Z] #73 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:13:08.232Z] #44 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #48 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:13:08.232Z] #40 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:13:08.232Z] #69 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:13:08.232Z] #26 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:08.232Z] #74 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:08.232Z] #65 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:13:08.232Z] #27 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:13:08.232Z] #25 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:13:08.232Z] #14 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:08.232Z] #63 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:13:08.232Z] #12 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #70 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:13:08.232Z] #8 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:13:08.232Z] #11 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #51 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #75 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:13:08.232Z] #49 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:08.232Z] #53 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:13:08.232Z] #62 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:13:08.232Z] #55 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #34 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:08.232Z] #38 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:13:08.232Z] #29 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:13:08.232Z] #32 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:13:08.232Z] #45 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:08.232Z] #60 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #61 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:13:08.232Z] #10 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:13:08.232Z] #30 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:13:08.232Z] #24 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:13:08.232Z] #19 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:13:08.232Z] #64 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:08.232Z] #56 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:13:08.232Z] #41 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:13:08.232Z] #9 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:13:08.232Z] #52 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:13:08.232Z] #15 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:13:08.232Z] #16 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:13:08.232Z] #28 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #39 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #42 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:13:08.232Z] #13 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:13:08.232Z] #59 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:13:08.232Z] #37 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:08.232Z] #36 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:13:08.232Z] #18 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:08.232Z] #23 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:13:08.232Z] #47 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:13:08.232Z] #72 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #66 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:13:08.232Z] #43 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:13:08.232Z] #57 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:13:08.232Z] #33 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:08.232Z] #21 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:13:08.232Z] #46 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:13:08.232Z] #58 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:13:08.232Z] #17 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:13:08.232Z] #68 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:13:08.232Z] #76 CACHED [2020-05-07T19:13:08.232Z] [2020-05-07T19:13:08.232Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:13:10.139Z] #77 DONE 1.9s [2020-05-07T19:13:10.139Z] [2020-05-07T19:13:10.139Z] #78 exporting to image [2020-05-07T19:13:10.139Z] #78 exporting layers [2020-05-07T19:13:10.574Z] Fetching without tags [2020-05-07T19:13:11.140Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:13:11.515Z] #78 exporting layers 1.5s done [2020-05-07T19:13:11.515Z] #78 writing image sha256:6ba51244d7b75c5cd21570d03620812289279e87166dfb8e668e6a4e2cd35cb7 done [2020-05-07T19:13:11.515Z] #78 naming to docker.io/library/docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 done [2020-05-07T19:13:11.515Z] #78 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-05-07T19:13:11.858Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/test/unit [2020-05-07T19:13:10.445Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:13:10.450Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:13:10.453Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:13:10.512Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:13:10.601Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:13:10.601Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:13:10.602Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:13:11.162Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:13:11.167Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:13:13.238Z] Merge succeeded, producing 7817cc48389091957c101983a86cc8cd6c23e83c [2020-05-07T19:13:13.239Z] Checking out Revision 7817cc48389091957c101983a86cc8cd6c23e83c (PR-40427) [2020-05-07T19:13:13.403Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:13:13.434Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:13:14.639Z] + docker version [2020-05-07T19:13:14.639Z] Client: [2020-05-07T19:13:14.639Z] Version: 18.06.1-ce [2020-05-07T19:13:14.639Z] API version: 1.38 [2020-05-07T19:13:14.639Z] Go version: go1.10.3 [2020-05-07T19:13:14.639Z] Git commit: e68fc7a [2020-05-07T19:13:14.639Z] Built: Tue Aug 21 17:26:10 2018 [2020-05-07T19:13:14.639Z] OS/Arch: linux/ppc64le [2020-05-07T19:13:14.639Z] Experimental: false [2020-05-07T19:13:14.639Z] [2020-05-07T19:13:14.639Z] Server: [2020-05-07T19:13:14.639Z] Engine: [2020-05-07T19:13:14.639Z] Version: 18.06.1-ce [2020-05-07T19:13:14.639Z] API version: 1.38 (minimum version 1.12) [2020-05-07T19:13:14.639Z] Go version: go1.10.3 [2020-05-07T19:13:14.639Z] Git commit: e68fc7a [2020-05-07T19:13:14.639Z] Built: Tue Aug 21 17:24:20 2018 [2020-05-07T19:13:14.639Z] OS/Arch: linux/ppc64le [2020-05-07T19:13:14.639Z] Experimental: true [Pipeline] sh [2020-05-07T19:13:12.430Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:13:13.229Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:13:13.266Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:13:13.270Z] > git checkout -f 7817cc48389091957c101983a86cc8cd6c23e83c # timeout=10 [2020-05-07T19:13:13.425Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:13:15.196Z] + docker info [2020-05-07T19:13:15.196Z] Containers: 0 [2020-05-07T19:13:15.196Z] Running: 0 [2020-05-07T19:13:15.196Z] Paused: 0 [2020-05-07T19:13:15.196Z] Stopped: 0 [2020-05-07T19:13:15.196Z] Images: 0 [2020-05-07T19:13:15.196Z] Server Version: 18.06.1-ce [2020-05-07T19:13:15.196Z] Storage Driver: overlay2 [2020-05-07T19:13:15.196Z] Backing Filesystem: extfs [2020-05-07T19:13:15.196Z] Supports d_type: true [2020-05-07T19:13:15.196Z] Native Overlay Diff: true [2020-05-07T19:13:15.196Z] Logging Driver: json-file [2020-05-07T19:13:15.196Z] Cgroup Driver: cgroupfs [2020-05-07T19:13:15.196Z] Plugins: [2020-05-07T19:13:15.196Z] Volume: local [2020-05-07T19:13:15.196Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:13:15.196Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-05-07T19:13:15.196Z] Swarm: inactive [2020-05-07T19:13:15.196Z] Runtimes: runc [2020-05-07T19:13:15.196Z] Default Runtime: runc [2020-05-07T19:13:15.196Z] Init Binary: docker-init [2020-05-07T19:13:15.196Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-05-07T19:13:15.196Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-05-07T19:13:15.196Z] init version: fec3683 [2020-05-07T19:13:15.196Z] Security Options: [2020-05-07T19:13:15.196Z] apparmor [2020-05-07T19:13:15.196Z] seccomp [2020-05-07T19:13:15.196Z] Profile: default [2020-05-07T19:13:15.196Z] Kernel Version: 4.4.0-139-generic [2020-05-07T19:13:15.196Z] Operating System: Ubuntu 16.04.3 LTS [2020-05-07T19:13:15.196Z] OSType: linux [2020-05-07T19:13:15.196Z] Architecture: ppc64le [2020-05-07T19:13:15.196Z] CPUs: 4 [2020-05-07T19:13:15.196Z] Total Memory: 7.972GiB [2020-05-07T19:13:15.196Z] Name: ppc64le-ubuntu-27 [2020-05-07T19:13:15.196Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-05-07T19:13:15.196Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:13:15.196Z] Debug Mode (client): false [2020-05-07T19:13:15.196Z] Debug Mode (server): false [2020-05-07T19:13:15.196Z] Username: dockerbuildbot [2020-05-07T19:13:15.196Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:13:15.196Z] Labels: [2020-05-07T19:13:15.196Z] Experimental: true [2020-05-07T19:13:15.196Z] Insecure Registries: [2020-05-07T19:13:15.196Z] 127.0.0.0/8 [2020-05-07T19:13:15.196Z] Live Restore Enabled: false [2020-05-07T19:13:15.196Z] [Pipeline] sh [2020-05-07T19:13:15.764Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:15.764Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:13:15.764Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:13:15.764Z] + bash /home/docker/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:13:15.764Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:13:15.764Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-05-07T19:13:15.764Z] [2020-05-07T19:13:15.764Z] Generally Necessary: [2020-05-07T19:13:15.764Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:13:15.764Z] - apparmor: enabled and tools installed [2020-05-07T19:13:15.764Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:13:15.764Z] - CONFIG_NET_NS: enabled [2020-05-07T19:13:15.764Z] - CONFIG_PID_NS: enabled [2020-05-07T19:13:15.764Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:13:15.764Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:13:15.764Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:13:16.047Z] ? github.com/docker/docker/api [no test files] [2020-05-07T19:13:16.096Z] - CONFIG_MEMCG: enabled [2020-05-07T19:13:16.096Z] - CONFIG_KEYS: enabled [2020-05-07T19:13:16.096Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:13:16.096Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:13:16.096Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-05-07T19:13:16.096Z] [2020-05-07T19:13:16.096Z] Optional Features: [2020-05-07T19:13:16.096Z] - CONFIG_USER_NS: enabled [2020-05-07T19:13:16.096Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:13:16.096Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:13:16.096Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:13:16.096Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:13:16.096Z] (cgroup swap accounting is currently enabled) [2020-05-07T19:13:16.096Z] - CONFIG_MEMCG_KMEM: enabled [2020-05-07T19:13:16.096Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:13:16.096Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:13:16.096Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:13:16.096Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:13:16.096Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:13:16.096Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:13:16.096Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:13:16.096Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:13:16.096Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:13:16.096Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:13:16.096Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:13:16.096Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:13:16.430Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:13:16.430Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:13:16.430Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:13:16.430Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:13:16.430Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:13:16.430Z] - Network Drivers: [2020-05-07T19:13:16.430Z] - "overlay": [2020-05-07T19:13:16.430Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:13:16.430Z] Optional (for encrypted networks): [2020-05-07T19:13:16.430Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:13:16.430Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_XFRM: enabled [2020-05-07T19:13:16.430Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:13:16.430Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:13:16.430Z] - "ipvlan": [2020-05-07T19:13:16.430Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:13:16.430Z] - "macvlan": [2020-05-07T19:13:16.431Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:13:16.431Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:13:16.431Z] - "ftp,tftp client in container": [2020-05-07T19:13:16.431Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:13:16.431Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:13:16.431Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:13:16.431Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:13:16.431Z] - Storage Drivers: [2020-05-07T19:13:16.431Z] - "aufs": [2020-05-07T19:13:16.431Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:13:16.763Z] - "btrfs": [2020-05-07T19:13:16.763Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:13:16.763Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:13:16.763Z] - "devicemapper": [2020-05-07T19:13:16.763Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:13:16.763Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:13:16.763Z] - "overlay": [2020-05-07T19:13:16.763Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:13:16.763Z] - "zfs": [2020-05-07T19:13:16.763Z] - /dev/zfs: missing [2020-05-07T19:13:16.763Z] - zfs command: missing [2020-05-07T19:13:16.763Z] - zpool command: missing [2020-05-07T19:13:16.763Z] [2020-05-07T19:13:16.763Z] Limits: [2020-05-07T19:13:16.763Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:13:16.763Z] [2020-05-07T19:13:16.763Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-05-07T19:13:17.376Z] + make bundles/buildx [2020-05-07T19:13:17.711Z] make: command: Command not found [2020-05-07T19:13:17.711Z] make: command: Command not found [2020-05-07T19:13:17.711Z] mkdir bundles [2020-05-07T19:13:17.711Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-05-07T19:13:17.711Z] --build-arg BUILDX_COMMIT \ [2020-05-07T19:13:17.711Z] --build-arg BUILDX_REPO \ [2020-05-07T19:13:17.711Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-05-07T19:13:17.711Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-05-07T19:13:17.711Z] . [2020-05-07T19:13:17.711Z] /bin/sh: 4: go: not found [2020-05-07T19:13:17.711Z] /bin/sh: 5: go: not found [2020-05-07T19:13:20.705Z] Sending build context to Docker daemon 54.86MB [2020-05-07T19:13:21.049Z] Step 1/15 : ARG GO_VERSION=1.13.10 [2020-05-07T19:13:21.049Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-05-07T19:13:21.049Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-05-07T19:13:21.049Z] Step 4/15 : FROM golang:${GO_VERSION}-stretch AS build [2020-05-07T19:13:21.389Z] 1.13.10-stretch: Pulling from library/golang [2020-05-07T19:13:21.389Z] 4cde65f7be4b: Pulling fs layer [2020-05-07T19:13:21.389Z] 00bc277ea268: Pulling fs layer [2020-05-07T19:13:21.389Z] 31c03e97e8a1: Pulling fs layer [2020-05-07T19:13:21.389Z] 2cae94e17fa6: Pulling fs layer [2020-05-07T19:13:21.389Z] c017a1580661: Pulling fs layer [2020-05-07T19:13:21.389Z] b3343b78770d: Pulling fs layer [2020-05-07T19:13:21.389Z] 7fe1d7df2e7c: Pulling fs layer [2020-05-07T19:13:21.389Z] c017a1580661: Waiting [2020-05-07T19:13:21.389Z] b3343b78770d: Waiting [2020-05-07T19:13:21.389Z] 7fe1d7df2e7c: Waiting [2020-05-07T19:13:21.389Z] 2cae94e17fa6: Waiting [2020-05-07T19:13:22.112Z] 31c03e97e8a1: Verifying Checksum [2020-05-07T19:13:22.112Z] 31c03e97e8a1: Download complete [2020-05-07T19:13:22.457Z] 00bc277ea268: Verifying Checksum [2020-05-07T19:13:22.457Z] 00bc277ea268: Download complete [2020-05-07T19:13:24.762Z] 4cde65f7be4b: Verifying Checksum [2020-05-07T19:13:24.762Z] 4cde65f7be4b: Download complete [2020-05-07T19:13:26.498Z] 2cae94e17fa6: Verifying Checksum [2020-05-07T19:13:26.498Z] 2cae94e17fa6: Download complete [2020-05-07T19:13:26.498Z] 7fe1d7df2e7c: Verifying Checksum [2020-05-07T19:13:26.498Z] 7fe1d7df2e7c: Download complete [2020-05-07T19:13:26.849Z] c017a1580661: Verifying Checksum [2020-05-07T19:13:26.849Z] c017a1580661: Download complete [2020-05-07T19:13:28.260Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2020-05-07T19:13:29.895Z] 4cde65f7be4b: Pull complete [2020-05-07T19:13:30.616Z] 00bc277ea268: Pull complete [2020-05-07T19:13:30.952Z] 31c03e97e8a1: Pull complete [2020-05-07T19:13:32.731Z] b3343b78770d: Verifying Checksum [2020-05-07T19:13:32.731Z] b3343b78770d: Download complete [2020-05-07T19:13:35.026Z] 2cae94e17fa6: Pull complete [2020-05-07T19:13:38.045Z] c017a1580661: Pull complete [2020-05-07T19:13:44.016Z] b3343b78770d: Pull complete [2020-05-07T19:13:44.016Z] 7fe1d7df2e7c: Pull complete [2020-05-07T19:13:44.016Z] Digest: sha256:78fee61a1c3a15d3f2f8e172c6737a076c4877bd7fb6b43caf1a20b148cd5c42 [2020-05-07T19:13:44.016Z] Status: Downloaded newer image for golang:1.13.10-stretch [2020-05-07T19:13:44.016Z] ---> 4d38c0565539 [2020-05-07T19:13:44.016Z] Step 5/15 : ARG BUILDX_REPO [2020-05-07T19:13:44.016Z] ---> Running in 5e8026c0dcec [2020-05-07T19:13:44.016Z] Removing intermediate container 5e8026c0dcec [2020-05-07T19:13:44.016Z] ---> bcd4c35892b7 [2020-05-07T19:13:44.016Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-05-07T19:13:44.016Z] ---> Running in e1fe8269b548 [2020-05-07T19:13:44.769Z] Cloning into '/buildx'... [2020-05-07T19:13:50.760Z] Removing intermediate container e1fe8269b548 [2020-05-07T19:13:50.760Z] ---> 3c399a708705 [2020-05-07T19:13:50.760Z] Step 7/15 : WORKDIR /buildx [2020-05-07T19:13:50.760Z] ---> Running in 35a622d88ef1 [2020-05-07T19:13:50.760Z] Removing intermediate container 35a622d88ef1 [2020-05-07T19:13:50.760Z] ---> 101433e2ddd0 [2020-05-07T19:13:50.760Z] Step 8/15 : ARG BUILDX_COMMIT [2020-05-07T19:13:51.107Z] ---> Running in 933edbc7191a [2020-05-07T19:13:51.107Z] Removing intermediate container 933edbc7191a [2020-05-07T19:13:51.107Z] ---> fe775975c742 [2020-05-07T19:13:51.107Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-05-07T19:13:51.107Z] ---> Running in b0d8048cece2 [2020-05-07T19:13:51.825Z] From https://github.com/docker/buildx [2020-05-07T19:13:51.825Z] * [new tag] v0.3.1 -> build [2020-05-07T19:13:53.001Z] Switched to branch 'build' [2020-05-07T19:13:54.166Z] Removing intermediate container b0d8048cece2 [2020-05-07T19:13:54.166Z] ---> 0abb0fd62c47 [2020-05-07T19:13:54.166Z] Step 10/15 : ARG GOOS [2020-05-07T19:13:54.166Z] ---> Running in b415b90d7b7e [2020-05-07T19:13:54.166Z] Removing intermediate container b415b90d7b7e [2020-05-07T19:13:54.166Z] ---> 9691508222c2 [2020-05-07T19:13:54.166Z] Step 11/15 : ARG GOARCH [2020-05-07T19:13:54.166Z] ---> Running in 0642173ed524 [2020-05-07T19:13:54.166Z] Removing intermediate container 0642173ed524 [2020-05-07T19:13:54.166Z] ---> 63f04ef9ce95 [2020-05-07T19:13:54.166Z] Step 12/15 : 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 -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-05-07T19:13:54.501Z] ---> Running in 4580d15240da [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/server/httputils 0.036s coverage: 14.7% of statements [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/server/middleware 0.050s coverage: 37.7% of statements [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/server/router/swarm 0.032s coverage: 4.8% of statements [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/container [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/events [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/image [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/network [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/api/types/versions 0.014s coverage: 75.0% of statements [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-05-07T19:14:24.501Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/builder/dockerignore 0.029s coverage: 96.8% of statements [2020-05-07T19:14:24.501Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2020-05-07T19:14:25.878Z] ok github.com/docker/docker/builder/remotecontext 0.301s coverage: 13.6% of statements [2020-05-07T19:14:26.138Z] ok github.com/docker/docker/builder/remotecontext/git 3.289s coverage: 86.3% of statements [2020-05-07T19:14:27.076Z] ok github.com/docker/docker/builder/dockerfile 1.185s coverage: 48.2% of statements [2020-05-07T19:14:27.076Z] ? github.com/docker/docker/cli [no test files] [2020-05-07T19:14:27.076Z] ? github.com/docker/docker/cli/config [no test files] [2020-05-07T19:14:27.644Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:14:27.644Z] [2020-05-07T19:14:27.772Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:14:27.772Z] [2020-05-07T19:14:27.772Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:14:27.772Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:14:27.772Z] HOSTNAME=0c07a8aeb563 [2020-05-07T19:14:27.772Z] DEST=bundles/test-integration [2020-05-07T19:14:27.772Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:14:27.772Z] DOCKER_ROOTLESS=1 [2020-05-07T19:14:27.772Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:14:27.772Z] container=docker [2020-05-07T19:14:27.772Z] HOME=/root [2020-05-07T19:14:27.772Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:14:27.772Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:14:27.772Z] VALIDATE_BRANCH=master [2020-05-07T19:14:27.772Z] TERM=xterm [2020-05-07T19:14:27.772Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:14:27.772Z] SHLVL=1 [2020-05-07T19:14:27.772Z] TIMEOUT=120m [2020-05-07T19:14:27.772Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:14:27.772Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:14:27.772Z] GO111MODULE=off [2020-05-07T19:14:27.772Z] DOCKER_EXPERIMENTAL=1 [2020-05-07T19:14:27.772Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-05-07T19:14:27.772Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:14:27.772Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:14:27.772Z] GOPATH=/go [2020-05-07T19:14:27.772Z] PKG_CONFIG=pkg-config [2020-05-07T19:14:27.772Z] _=/usr/bin/env [2020-05-07T19:14:27.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:14:28.578Z] [2020-05-07T19:14:28.578Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:14:28.578Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:14:28.578Z] HOSTNAME=8ce8c8aff1a2 [2020-05-07T19:14:28.578Z] TEST_SKIP_INTEGRATION=1 [2020-05-07T19:14:28.578Z] TESTDEBUG=0 [2020-05-07T19:14:28.578Z] DEST=bundles/test-integration [2020-05-07T19:14:28.578Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:14:28.578Z] KEEPBUNDLE=1 [2020-05-07T19:14:28.578Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:14:28.578Z] container=docker [2020-05-07T19:14:28.578Z] HOME=/root [2020-05-07T19:14:28.578Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:14:28.578Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:14:28.578Z] VALIDATE_BRANCH=master [2020-05-07T19:14:28.578Z] TERM=xterm [2020-05-07T19:14:28.578Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:14:28.578Z] SHLVL=1 [2020-05-07T19:14:28.578Z] TIMEOUT=120m [2020-05-07T19:14:28.578Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:14:28.578Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:14:28.578Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-05-07T19:14:28.578Z] GO111MODULE=off [2020-05-07T19:14:28.578Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:14:28.578Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:14:28.578Z] GOPATH=/go [2020-05-07T19:14:28.578Z] PKG_CONFIG=pkg-config [2020-05-07T19:14:28.578Z] _=/usr/bin/env [2020-05-07T19:14:28.578Z] Building test suite binary ./integration-cli/test.main [2020-05-07T19:14:28.835Z] [2020-05-07T19:14:28.835Z] [2020-05-07T19:14:29.093Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:14:29.093Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:14:29.093Z] HOSTNAME=ceb7867b8919 [2020-05-07T19:14:29.093Z] TEST_SKIP_INTEGRATION=1 [2020-05-07T19:14:29.093Z] TESTDEBUG=0 [2020-05-07T19:14:29.093Z] DEST=bundles/test-integration [2020-05-07T19:14:29.093Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:14:29.093Z] KEEPBUNDLE=1 [2020-05-07T19:14:29.093Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:14:29.093Z] container=docker [2020-05-07T19:14:29.093Z] HOME=/root [2020-05-07T19:14:29.093Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:14:29.093Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:14:29.093Z] VALIDATE_BRANCH=master [2020-05-07T19:14:29.093Z] TERM=xterm [2020-05-07T19:14:29.093Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:14:29.093Z] SHLVL=1 [2020-05-07T19:14:29.093Z] TIMEOUT=120m [2020-05-07T19:14:29.093Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:14:29.093Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:14:29.093Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-05-07T19:14:29.093Z] GO111MODULE=off [2020-05-07T19:14:29.093Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:14:29.093Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:14:29.093Z] GOPATH=/go [2020-05-07T19:14:29.093Z] PKG_CONFIG=pkg-config [2020-05-07T19:14:29.093Z] _=/usr/bin/env [2020-05-07T19:14:29.093Z] Building test suite binary ./integration-cli/test.main [2020-05-07T19:14:29.093Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-05-07T19:14:29.656Z] No new tests added to integration. [2020-05-07T19:14:29.656Z] [2020-05-07T19:14:29.656Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:14:31.024Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:14:31.024Z] HOSTNAME=98a8c729c271 [2020-05-07T19:14:31.024Z] TESTDEBUG=0 [2020-05-07T19:14:31.024Z] DEST=bundles/test-integration [2020-05-07T19:14:31.024Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:14:31.024Z] KEEPBUNDLE=1 [2020-05-07T19:14:31.024Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:14:31.024Z] container=docker [2020-05-07T19:14:31.024Z] HOME=/root [2020-05-07T19:14:31.024Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:14:31.024Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:14:31.024Z] VALIDATE_BRANCH=master [2020-05-07T19:14:31.024Z] TERM=xterm [2020-05-07T19:14:31.024Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:14:31.024Z] SHLVL=1 [2020-05-07T19:14:31.024Z] TIMEOUT=120m [2020-05-07T19:14:31.024Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:14:31.024Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:14:31.024Z] GO111MODULE=off [2020-05-07T19:14:31.024Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-05-07T19:14:31.024Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:14:31.024Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:14:31.024Z] GOPATH=/go [2020-05-07T19:14:31.024Z] PKG_CONFIG=pkg-config [2020-05-07T19:14:31.024Z] _=/usr/bin/env [2020-05-07T19:14:31.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:14:31.291Z] ok github.com/docker/docker/client 0.389s coverage: 75.4% of statements [2020-05-07T19:15:00.185Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|deps|exports_file|files|name) took 1m55.258692822s [2020-05-07T19:15:00.185Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.733839ms [2020-05-07T19:15:03.384Z] ok github.com/docker/docker/cmd/dockerd 0.135s coverage: 30.8% of statements [2020-05-07T19:15:03.384Z] ok github.com/docker/docker/container 0.190s coverage: 34.9% of statements [2020-05-07T19:15:03.384Z] ? github.com/docker/docker/container/stream [no test files] [2020-05-07T19:15:03.384Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-05-07T19:15:03.384Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-05-07T19:15:03.384Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-05-07T19:15:03.384Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.054s coverage: 65.3% of statements [2020-05-07T19:15:04.761Z] Removing intermediate container 4580d15240da [2020-05-07T19:15:04.761Z] ---> c0be2fac9025 [2020-05-07T19:15:04.761Z] Step 13/15 : FROM golang:${GO_VERSION}-stretch [2020-05-07T19:15:04.761Z] ---> 4d38c0565539 [2020-05-07T19:15:04.761Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-05-07T19:15:04.761Z] ---> fd81ca48e3e1 [2020-05-07T19:15:04.761Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-05-07T19:15:04.761Z] ---> Running in 3f14cd6ed0b8 [2020-05-07T19:15:04.761Z] Removing intermediate container 3f14cd6ed0b8 [2020-05-07T19:15:04.761Z] ---> 9122da420299 [2020-05-07T19:15:04.761Z] Successfully built 9122da420299 [2020-05-07T19:15:04.761Z] Successfully tagged moby-buildx:latest [2020-05-07T19:15:04.761Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-05-07T19:15:04.761Z] if [ -n "${id}" ]; then \ [2020-05-07T19:15:04.761Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-05-07T19:15:04.761Z] && touch bundles/buildx; \ [2020-05-07T19:15:04.761Z] docker rm -f ${id}; \ [2020-05-07T19:15:04.761Z] fi [2020-05-07T19:15:04.761Z] 07f57824175fe0d663e8b7e3ee23afd8dc575c465044105dd24410763fe47cd1 [2020-05-07T19:15:04.761Z] bundles/buildx version [2020-05-07T19:15:04.761Z] buildx v0.3.1 6db68d0 [2020-05-07T19:15:04.761Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:15:04.761Z] #1 [internal] booting buildkit [2020-05-07T19:15:04.761Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-05-07T19:15:04.761Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2020-05-07T19:15:04.761Z] #1 creating container buildx_buildkit_default [2020-05-07T19:15:04.761Z] #1 creating container buildx_buildkit_default 0.6s done [2020-05-07T19:15:04.761Z] #1 DONE 3.6s [2020-05-07T19:15:04.761Z] [2020-05-07T19:15:04.761Z] #3 [internal] load .dockerignore [2020-05-07T19:15:04.761Z] #3 transferring context: 87B 0.0s done [2020-05-07T19:15:04.761Z] #3 DONE 0.0s [2020-05-07T19:15:04.761Z] [2020-05-07T19:15:04.761Z] #2 [internal] load build definition from Dockerfile [2020-05-07T19:15:04.761Z] #2 transferring dockerfile: 17.09kB done [2020-05-07T19:15:04.761Z] #2 DONE 0.0s [2020-05-07T19:15:04.761Z] [2020-05-07T19:15:04.761Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:15:05.291Z] ok github.com/docker/docker/daemon/cluster/convert 0.069s coverage: 35.6% of statements [2020-05-07T19:15:05.551Z] ok github.com/docker/docker/daemon/cluster 0.167s coverage: 0.5% of statements [2020-05-07T19:15:05.934Z] #4 DONE 1.7s [2020-05-07T19:15:06.266Z] [2020-05-07T19:15:06.266Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:15:06.266Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-05-07T19:15:06.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:15:06.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:15:07.011Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-05-07T19:15:07.011Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-05-07T19:15:07.011Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-05-07T19:15:07.011Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-05-07T19:15:07.345Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 539.72kB / 8.20MB 0.6s [2020-05-07T19:15:07.345Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.7s done [2020-05-07T19:15:07.345Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-05-07T19:15:08.220Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2020-05-07T19:15:08.266Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.6s done [2020-05-07T19:15:08.266Z] #5 DONE 1.8s [2020-05-07T19:15:08.266Z] [2020-05-07T19:15:08.266Z] #6 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:15:08.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:15:09.458Z] #6 DONE 1.5s [2020-05-07T19:15:09.458Z] [2020-05-07T19:15:09.458Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:15:09.792Z] #7 DONE 1.5s [2020-05-07T19:15:09.792Z] [2020-05-07T19:15:09.792Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:15:09.792Z] #8 resolve docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f done [2020-05-07T19:15:10.116Z] INFO [runner/unused/goanalysis] analyzers took 26.901755033s with top 10 stages: buildssa: 22.77524967s, U1000: 4.126505363s [2020-05-07T19:15:10.130Z] ok github.com/docker/docker/daemon/events 0.099s coverage: 50.0% of statements [2020-05-07T19:15:10.393Z] ok github.com/docker/docker/daemon/config 0.094s coverage: 81.7% of statements [2020-05-07T19:15:10.522Z] #8 sha256:e930f001de24c772efc02e034ee2e1f942922a53c8e9d36a5e19b271fe154067 5.46kB / 5.46kB done [2020-05-07T19:15:10.522Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 0B / 54.14MB 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 0B / 57.46MB 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 0B / 96.51MB 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 0B / 8.25MB 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 0B / 73.51MB 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f 1.42kB / 1.42kB done [2020-05-07T19:15:10.522Z] #8 sha256:1e4ab8eed8c9d89390b06062ba034c8ae0cbe1f64c18f6212dd501590aa2658a 1.79kB / 1.79kB done [2020-05-07T19:15:10.522Z] #8 sha256:3858ee7d8bcbf0079a20e4b02b72b78639bf8955fa356527f50b62b462822798 0B / 156B 0.1s [2020-05-07T19:15:10.522Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 0B / 10.73MB 0.1s [2020-05-07T19:15:11.262Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 563.62kB / 8.25MB 0.7s [2020-05-07T19:15:11.725Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 1.94MB / 8.25MB 0.9s [2020-05-07T19:15:11.725Z] #8 sha256:3858ee7d8bcbf0079a20e4b02b72b78639bf8955fa356527f50b62b462822798 156B / 156B 0.8s done [2020-05-07T19:15:11.725Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 3.93MB / 8.25MB 1.0s [2020-05-07T19:15:11.725Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 2.76MB / 54.14MB 1.2s [2020-05-07T19:15:11.725Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 3.70MB / 57.46MB 1.2s [2020-05-07T19:15:11.725Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 5.14MB / 8.25MB 1.2s [2020-05-07T19:15:11.725Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 1.23MB / 10.73MB 1.2s [2020-05-07T19:15:11.725Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 6.70MB / 8.25MB 1.3s [2020-05-07T19:15:11.725Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 3.82MB / 73.51MB 1.3s [2020-05-07T19:15:11.725Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 1.98MB / 10.73MB 1.3s [2020-05-07T19:15:12.236Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 7.55MB / 8.25MB 1.5s [2020-05-07T19:15:12.236Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 6.73MB / 57.46MB 1.6s [2020-05-07T19:15:12.236Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 5.71MB / 96.51MB 1.6s [2020-05-07T19:15:12.236Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 3.48MB / 10.73MB 1.6s [2020-05-07T19:15:12.301Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2020-05-07T19:15:12.618Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 6.42MB / 54.14MB 1.8s [2020-05-07T19:15:12.619Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 8.25MB / 8.25MB 1.7s done [2020-05-07T19:15:12.619Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 5.05MB / 10.73MB 1.8s [2020-05-07T19:15:12.619Z] #8 sha256:23b057e3462b9249cef48bcf195d058fc780ba16864e4a60f748aef5438a7570 8.25MB / 8.25MB 1.7s done [2020-05-07T19:15:12.619Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 8.96MB / 73.51MB 2.0s [2020-05-07T19:15:12.619Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 7.08MB / 10.73MB 2.0s [2020-05-07T19:15:12.619Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 9.84MB / 54.14MB 2.1s [2020-05-07T19:15:12.619Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 11.11MB / 57.46MB 2.1s [2020-05-07T19:15:12.619Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 8.41MB / 10.73MB 2.1s [2020-05-07T19:15:13.009Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 11.48MB / 96.51MB 2.2s [2020-05-07T19:15:13.009Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 13.02MB / 73.51MB 2.2s [2020-05-07T19:15:13.009Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 10.06MB / 10.73MB 2.2s [2020-05-07T19:15:13.009Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 13.32MB / 54.14MB 2.4s [2020-05-07T19:15:13.009Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 15.58MB / 57.46MB 2.5s [2020-05-07T19:15:13.009Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 17.25MB / 73.51MB 2.5s [2020-05-07T19:15:13.009Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 10.73MB / 10.73MB 2.3s done [2020-05-07T19:15:13.009Z] #8 sha256:1576b11ea0a4ca8856dec1ec3ce909c13942c2616bd753bc99ee754fa9837da2 10.73MB / 10.73MB 2.3s done [2020-05-07T19:15:13.357Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 17.37MB / 54.14MB 2.7s [2020-05-07T19:15:13.357Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 17.32MB / 96.51MB 2.7s [2020-05-07T19:15:13.357Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 21.29MB / 57.46MB 2.8s [2020-05-07T19:15:13.795Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 22.76MB / 54.14MB 3.0s [2020-05-07T19:15:13.795Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 22.16MB / 96.51MB 3.0s [2020-05-07T19:15:13.795Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 22.57MB / 73.51MB 3.0s [2020-05-07T19:15:13.795Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 25.28MB / 57.46MB 3.1s [2020-05-07T19:15:13.795Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 25.62MB / 54.14MB 3.3s [2020-05-07T19:15:14.170Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 29.03MB / 57.46MB 3.4s [2020-05-07T19:15:14.170Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 27.27MB / 96.51MB 3.4s [2020-05-07T19:15:14.170Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 28.07MB / 73.51MB 3.4s [2020-05-07T19:15:14.170Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 31.62MB / 54.14MB 3.7s [2020-05-07T19:15:14.170Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 32.86MB / 73.51MB 3.7s [2020-05-07T19:15:14.526Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 34.35MB / 54.14MB 3.9s [2020-05-07T19:15:14.526Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 33.68MB / 57.46MB 3.9s [2020-05-07T19:15:14.526Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 34.58MB / 96.51MB 3.9s [2020-05-07T19:15:14.526Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 39.01MB / 73.51MB 4.0s [2020-05-07T19:15:14.908Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 38.08MB / 54.14MB 4.2s [2020-05-07T19:15:14.908Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 37.24MB / 57.46MB 4.2s [2020-05-07T19:15:14.908Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 40.22MB / 57.46MB 4.3s [2020-05-07T19:15:14.908Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 40.80MB / 96.51MB 4.3s [2020-05-07T19:15:14.908Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 43.64MB / 73.51MB 4.3s [2020-05-07T19:15:14.908Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 41.71MB / 54.14MB 4.5s [2020-05-07T19:15:15.327Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 44.02MB / 57.46MB 4.6s [2020-05-07T19:15:15.327Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 48.99MB / 73.51MB 4.6s [2020-05-07T19:15:15.589Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-05-07T19:15:15.683Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 45.92MB / 54.14MB 5.1s [2020-05-07T19:15:15.684Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 48.80MB / 57.46MB 5.1s [2020-05-07T19:15:15.684Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 48.51MB / 96.51MB 5.1s [2020-05-07T19:15:15.684Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 55.37MB / 73.51MB 5.1s [2020-05-07T19:15:16.037Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 49.81MB / 54.14MB 5.4s [2020-05-07T19:15:16.037Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 52.50MB / 57.46MB 5.4s [2020-05-07T19:15:16.037Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 52.70MB / 54.14MB 5.5s [2020-05-07T19:15:16.037Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 55.02MB / 96.51MB 5.5s [2020-05-07T19:15:16.037Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 61.49MB / 73.51MB 5.5s [2020-05-07T19:15:16.441Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 56.62MB / 57.46MB 5.7s [2020-05-07T19:15:16.441Z] #8 sha256:6bf15800932473d1ca0a2cca9bfac073da118f1172b9027f7e78394850b02d05 54.14MB / 54.14MB 5.7s done [2020-05-07T19:15:16.441Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 60.44MB / 96.51MB 5.8s [2020-05-07T19:15:16.441Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 65.52MB / 73.51MB 5.8s [2020-05-07T19:15:16.441Z] #8 sha256:76ce7710ab098018d07af906f197b0de4ecc8a4f1f6f411c31a2f1c00d83b191 57.46MB / 57.46MB 5.8s done [2020-05-07T19:15:16.525Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.471s coverage: 13.9% of statements [2020-05-07T19:15:16.811Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 66.73MB / 96.51MB 6.1s [2020-05-07T19:15:16.811Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 71.68MB / 73.51MB 6.1s [2020-05-07T19:15:16.811Z] #8 sha256:06ee3f71d0720d7b4b441b7dfd4e09b96d571d944a75cf5d270378ce39759e78 73.51MB / 73.51MB 6.2s done [2020-05-07T19:15:16.811Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 74.47MB / 96.51MB 6.4s [2020-05-07T19:15:17.155Z] #8 ... [2020-05-07T19:15:17.155Z] [2020-05-07T19:15:17.155Z] #21 [internal] load build context [2020-05-07T19:15:17.155Z] #21 transferring context: 50.15MB 7.2s done [2020-05-07T19:15:17.155Z] #21 DONE 7.3s [2020-05-07T19:15:17.155Z] [2020-05-07T19:15:17.155Z] #72 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:15:17.155Z] #72 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-05-07T19:15:17.155Z] #72 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.0s done [2020-05-07T19:15:17.155Z] #72 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-05-07T19:15:17.155Z] #72 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-05-07T19:15:17.155Z] #72 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-05-07T19:15:17.462Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.674s coverage: 57.0% of statements [2020-05-07T19:15:17.505Z] #72 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 4.7s done [2020-05-07T19:15:17.505Z] #72 DONE 7.4s [2020-05-07T19:15:17.505Z] [2020-05-07T19:15:17.505Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:15:17.505Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 89.94MB / 96.51MB 6.9s [2020-05-07T19:15:17.505Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 95.75MB / 96.51MB 7.0s [2020-05-07T19:15:17.505Z] #8 sha256:cdf9112031078bd093cc585bd1fc48700d42ce6378645efcce05b0713d1cbc59 96.51MB / 96.51MB 7.1s done [2020-05-07T19:15:17.505Z] #8 unpacking docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f [2020-05-07T19:15:19.455Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-05-07T19:15:21.363Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.393s coverage: 45.9% of statements [2020-05-07T19:15:21.931Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.084s coverage: 73.1% of statements [2020-05-07T19:15:23.309Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.941s coverage: 49.5% of statements [2020-05-07T19:15:23.569Z] ok github.com/docker/docker/daemon 12.366s coverage: 17.4% of statements [2020-05-07T19:15:23.569Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-05-07T19:15:23.569Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-05-07T19:15:23.569Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-05-07T19:15:23.569Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-05-07T19:15:23.569Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-05-07T19:15:24.949Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.646s coverage: 76.1% of statements [2020-05-07T19:15:25.518Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.034s coverage: 58.0% of statements [2020-05-07T19:15:25.518Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.054s coverage: 3.0% of statements [2020-05-07T19:15:26.897Z] ok github.com/docker/docker/daemon/links 0.022s coverage: 93.0% of statements [2020-05-07T19:15:28.275Z] ok github.com/docker/docker/daemon/logger 0.257s coverage: 41.8% of statements [2020-05-07T19:15:29.214Z] ok github.com/docker/docker/daemon/logger/awslogs 0.258s coverage: 77.8% of statements [2020-05-07T19:15:29.214Z] ok github.com/docker/docker/daemon/images 0.043s coverage: 4.9% of statements [2020-05-07T19:15:29.214Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.133s coverage: 57.7% of statements [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-05-07T19:15:29.214Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-05-07T19:15:29.783Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-05-07T19:15:30.352Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2020-05-07T19:15:30.921Z] ok github.com/docker/docker/daemon/logger/journald 0.041s coverage: 26.2% of statements [2020-05-07T19:15:30.921Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.028s coverage: 61.6% of statements [2020-05-07T19:15:31.860Z] ok github.com/docker/docker/daemon/logger/local 0.088s coverage: 75.2% of statements [2020-05-07T19:15:31.860Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-05-07T19:15:32.119Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 19.8% of statements [2020-05-07T19:15:32.688Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 33.3% of statements [2020-05-07T19:15:33.260Z] ok github.com/docker/docker/daemon/logger/templates 0.052s coverage: 8.3% of statements [2020-05-07T19:15:33.519Z] ok github.com/docker/docker/daemon/logger/syslog 0.022s coverage: 47.8% of statements [2020-05-07T19:15:34.975Z] ok github.com/docker/docker/daemon/network 0.040s coverage: 63.8% of statements [2020-05-07T19:15:35.238Z] ok github.com/docker/docker/daemon/logger/splunk 1.952s coverage: 82.5% of statements [2020-05-07T19:15:35.238Z] ? github.com/docker/docker/daemon/names [no test files] [2020-05-07T19:15:35.238Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-05-07T19:15:35.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:15:35.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:15:35.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:15:36.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:15:36.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:15:36.187Z] ok github.com/docker/docker/distribution/metadata 0.077s coverage: 48.2% of statements [2020-05-07T19:15:37.158Z] ok github.com/docker/docker/distribution 0.375s coverage: 22.1% of statements [2020-05-07T19:15:37.158Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-05-07T19:15:37.158Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2020-05-07T19:15:38.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:15:39.066Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-05-07T19:15:39.325Z] ok github.com/docker/docker/image/cache 0.024s coverage: 19.2% of statements [2020-05-07T19:15:39.325Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2020-05-07T19:15:39.584Z] ok github.com/docker/docker/distribution/xfer 1.716s coverage: 85.1% of statements [2020-05-07T19:15:39.584Z] ? github.com/docker/docker/dockerversion [no test files] [2020-05-07T19:15:39.584Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-05-07T19:15:39.584Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-05-07T19:15:39.844Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2020-05-07T19:15:41.223Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 50.0% of statements [2020-05-07T19:15:41.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:15:42.602Z] ok github.com/docker/docker/opts 0.066s coverage: 67.4% of statements [2020-05-07T19:15:43.170Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2020-05-07T19:15:43.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:15:43.429Z] ok github.com/docker/docker/pkg/authorization 0.322s coverage: 68.3% of statements [2020-05-07T19:15:43.429Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2020-05-07T19:15:43.997Z] ok github.com/docker/docker/pkg/archive 1.255s coverage: 76.8% of statements [2020-05-07T19:15:43.997Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2020-05-07T19:15:44.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:15:44.934Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2020-05-07T19:15:44.934Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2020-05-07T19:15:45.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:15:45.503Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2020-05-07T19:15:46.071Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-05-07T19:15:46.638Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-05-07T19:15:47.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:15:47.574Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-05-07T19:15:48.510Z] ok github.com/docker/docker/pkg/fileutils 0.045s coverage: 89.5% of statements [2020-05-07T19:15:48.510Z] ok github.com/docker/docker/pkg/chrootarchive 3.650s coverage: 43.2% of statements [2020-05-07T19:15:48.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:15:49.211Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-05-07T19:15:49.211Z] ok github.com/docker/docker/pkg/fsutils 0.319s coverage: 85.1% of statements [2020-05-07T19:15:49.211Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-05-07T19:15:50.149Z] ok github.com/docker/docker/layer 7.981s coverage: 68.8% of statements [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/oci [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/oci/caps [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-05-07T19:15:50.149Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-05-07T19:15:50.408Z] ok github.com/docker/docker/pkg/jsonmessage 0.029s coverage: 91.7% of statements [2020-05-07T19:15:50.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:15:50.670Z] ok github.com/docker/docker/pkg/ioutils 0.581s coverage: 70.6% of statements [2020-05-07T19:15:50.670Z] ok github.com/docker/docker/pkg/idtools 0.839s coverage: 70.3% of statements [2020-05-07T19:15:50.670Z] ok github.com/docker/docker/pkg/locker 0.046s coverage: 88.9% of statements [2020-05-07T19:15:50.670Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2020-05-07T19:15:50.670Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-05-07T19:15:50.670Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-05-07T19:15:51.239Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2020-05-07T19:15:51.239Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-05-07T19:15:51.239Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2020-05-07T19:15:51.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:15:51.498Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2020-05-07T19:15:51.758Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.069s coverage: 91.4% of statements [2020-05-07T19:15:51.758Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2020-05-07T19:15:51.758Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-05-07T19:15:51.758Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-05-07T19:15:52.327Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.033s coverage: 56.8% of statements [2020-05-07T19:15:52.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:15:52.899Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2020-05-07T19:15:52.899Z] ok github.com/docker/docker/pkg/progress 0.010s coverage: 75.9% of statements [2020-05-07T19:15:53.159Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2020-05-07T19:15:53.727Z] ok github.com/docker/docker/pkg/reexec 0.015s coverage: 82.4% of statements [2020-05-07T19:15:54.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:15:54.206Z] Using test binary docker [2020-05-07T19:15:54.295Z] ok github.com/docker/docker/pkg/stdcopy 0.012s coverage: 100.0% of statements [2020-05-07T19:15:54.463Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-05-07T19:15:54.463Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:15:54.463Z] INFO: Waiting for daemon to start... [2020-05-07T19:15:54.463Z] Starting dockerd [2020-05-07T19:15:54.553Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 73.9% of statements [2020-05-07T19:15:55.122Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-05-07T19:15:55.122Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2020-05-07T19:15:55.381Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-05-07T19:15:56.317Z] ok github.com/docker/docker/pkg/sysinfo 0.020s coverage: 54.1% of statements [2020-05-07T19:15:56.355Z] . [2020-05-07T19:15:56.355Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:15:56.576Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2020-05-07T19:15:56.576Z] ok github.com/docker/docker/pkg/signal 2.789s coverage: 61.0% of statements [2020-05-07T19:15:56.612Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:15:56.612Z] Error: No such image: emptyfs [2020-05-07T19:15:56.612Z] Running integration-test (iteration 1) [2020-05-07T19:15:56.612Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-05-07T19:15:57.145Z] ok github.com/docker/docker/pkg/tailfile 0.129s coverage: 88.6% of statements [2020-05-07T19:15:57.404Z] testing: warning: no tests to run [2020-05-07T19:15:57.404Z] coverage: [no statements] [2020-05-07T19:15:57.404Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2020-05-07T19:15:57.664Z] ok github.com/docker/docker/pkg/tarsum 0.126s coverage: 89.3% of statements [2020-05-07T19:15:57.664Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-05-07T19:15:57.791Z] #8 unpacking docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f 34.3s done [2020-05-07T19:15:57.791Z] #8 DONE 42.0s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:15:57.791Z] #9 DONE 0.2s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:15:57.791Z] #10 DONE 0.2s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:15:57.791Z] #41 DONE 0.1s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:15:57.791Z] #26 ... [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:15:57.791Z] #30 DONE 0.1s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:15:57.791Z] #22 DONE 0.1s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #68 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:15:57.791Z] #68 ... [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:15:57.791Z] #47 DONE 0.3s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:15:57.791Z] #50 DONE 0.3s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:15:57.791Z] #23 DONE 0.3s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:15:57.791Z] #53 DONE 0.4s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #56 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:15:57.791Z] #56 DONE 0.4s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #74 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:15:57.791Z] #74 DONE 0.4s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:15:57.791Z] #33 DONE 0.4s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #68 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:15:57.791Z] #68 DONE 0.4s [2020-05-07T19:15:57.791Z] [2020-05-07T19:15:57.791Z] #69 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:15:57.791Z] #69 0.900 + RM_GOPATH=0 [2020-05-07T19:15:57.791Z] #69 0.938 + TMP_GOPATH= [2020-05-07T19:15:57.791Z] #69 0.938 + : /build/ [2020-05-07T19:15:57.791Z] #69 0.938 + '[' -z '' ']' [2020-05-07T19:15:57.791Z] #69 0.944 ++ mktemp -d [2020-05-07T19:15:57.791Z] #69 0.965 + export GOPATH=/tmp/tmp.C5bUNYaEkB [2020-05-07T19:15:57.791Z] #69 0.965 + GOPATH=/tmp/tmp.C5bUNYaEkB [2020-05-07T19:15:57.791Z] #69 0.966 + RM_GOPATH=1 [2020-05-07T19:15:57.791Z] #69 0.975 ++ dirname ./install.sh [2020-05-07T19:15:57.791Z] #69 0.976 + dir=. [2020-05-07T19:15:57.791Z] #69 0.977 + bin=rootlesskit [2020-05-07T19:15:57.791Z] #69 0.977 + shift [2020-05-07T19:15:57.791Z] #69 0.977 + '[' '!' -f ./rootlesskit.installer ']' [2020-05-07T19:15:57.791Z] #69 0.977 + . ./rootlesskit.installer [2020-05-07T19:15:57.791Z] #69 0.978 ++ : 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:15:57.791Z] #69 0.979 + install_rootlesskit [2020-05-07T19:15:57.791Z] #69 0.979 + case "$1" in [2020-05-07T19:15:57.791Z] #69 0.979 + export CGO_ENABLED=0 [2020-05-07T19:15:57.791Z] #69 0.979 + CGO_ENABLED=0 [2020-05-07T19:15:57.791Z] #69 0.979 + _install_rootlesskit [2020-05-07T19:15:57.791Z] #69 0.979 + echo 'Install rootlesskit version 0fec9adac6b078aa8616da47e9d75f663ca3f492' [2020-05-07T19:15:57.791Z] #69 0.979 Install rootlesskit version 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:15:57.791Z] #69 0.980 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.C5bUNYaEkB/src/github.com/rootless-containers/rootlesskit [2020-05-07T19:15:57.791Z] #69 1.036 Cloning into '/tmp/tmp.C5bUNYaEkB/src/github.com/rootless-containers/rootlesskit'... [2020-05-07T19:15:57.923Z] ok github.com/docker/docker/pkg/urlutil 0.012s coverage: 100.0% of statements [2020-05-07T19:15:57.923Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2020-05-07T19:15:58.530Z] #69 ... [2020-05-07T19:15:58.530Z] [2020-05-07T19:15:58.530Z] #75 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:15:58.530Z] #75 0.746 + RM_GOPATH=0 [2020-05-07T19:15:58.530Z] #75 0.750 + TMP_GOPATH= [2020-05-07T19:15:58.530Z] #75 0.750 + : /build [2020-05-07T19:15:58.530Z] #75 0.751 + '[' -z '' ']' [2020-05-07T19:15:58.530Z] #75 0.753 ++ mktemp -d [2020-05-07T19:15:58.530Z] #75 0.762 + export GOPATH=/tmp/tmp.AiKOkXncBm [2020-05-07T19:15:58.530Z] #75 0.763 + GOPATH=/tmp/tmp.AiKOkXncBm [2020-05-07T19:15:58.530Z] #75 0.763 + RM_GOPATH=1 [2020-05-07T19:15:58.530Z] #75 0.765 ++ dirname ./install.sh [2020-05-07T19:15:58.530Z] #75 0.771 + dir=. [2020-05-07T19:15:58.530Z] #75 0.771 + bin=proxy [2020-05-07T19:15:58.530Z] #75 0.772 + shift [2020-05-07T19:15:58.530Z] #75 0.772 + '[' '!' -f ./proxy.installer ']' [2020-05-07T19:15:58.530Z] #75 0.773 + . ./proxy.installer [2020-05-07T19:15:58.530Z] #75 0.774 ++ : ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:15:58.530Z] #75 0.774 + install_proxy [2020-05-07T19:15:58.530Z] #75 0.774 + case "$1" in [2020-05-07T19:15:58.530Z] #75 0.775 + export CGO_ENABLED=0 [2020-05-07T19:15:58.530Z] #75 0.775 + CGO_ENABLED=0 [2020-05-07T19:15:58.530Z] #75 0.775 + _install_proxy [2020-05-07T19:15:58.530Z] #75 0.775 + echo 'Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee' [2020-05-07T19:15:58.530Z] #75 0.776 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AiKOkXncBm/src/github.com/docker/libnetwork [2020-05-07T19:15:58.530Z] #75 0.776 Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:15:58.530Z] #75 0.819 Cloning into '/tmp/tmp.AiKOkXncBm/src/github.com/docker/libnetwork'... [2020-05-07T19:15:59.302Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2020-05-07T19:15:59.872Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 73.8% of statements [2020-05-07T19:16:00.131Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2020-05-07T19:16:00.904Z] #75 ... [2020-05-07T19:16:00.904Z] [2020-05-07T19:16:00.904Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:16:00.904Z] #48 0.806 + RM_GOPATH=0 [2020-05-07T19:16:00.904Z] #48 0.806 + TMP_GOPATH= [2020-05-07T19:16:00.904Z] #48 0.806 + : /build [2020-05-07T19:16:00.904Z] #48 0.806 + '[' -z '' ']' [2020-05-07T19:16:00.904Z] #48 0.809 ++ mktemp -d [2020-05-07T19:16:00.904Z] #48 0.811 + export GOPATH=/tmp/tmp.o4L7A6dlAu [2020-05-07T19:16:00.904Z] #48 0.811 + GOPATH=/tmp/tmp.o4L7A6dlAu [2020-05-07T19:16:00.904Z] #48 0.812 + RM_GOPATH=1 [2020-05-07T19:16:00.904Z] #48 0.812 ++ dirname ./install.sh [2020-05-07T19:16:00.904Z] #48 0.813 + dir=. [2020-05-07T19:16:00.904Z] #48 0.813 + bin=vndr [2020-05-07T19:16:00.904Z] #48 0.813 + shift [2020-05-07T19:16:00.904Z] #48 0.813 + '[' '!' -f ./vndr.installer ']' [2020-05-07T19:16:00.904Z] #48 0.813 + . ./vndr.installer [2020-05-07T19:16:00.904Z] #48 0.814 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:16:00.904Z] #48 0.814 + install_vndr [2020-05-07T19:16:00.904Z] #48 0.814 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-05-07T19:16:00.904Z] #48 0.814 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.o4L7A6dlAu/src/github.com/LK4D4/vndr [2020-05-07T19:16:00.904Z] #48 0.815 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:16:00.904Z] #48 0.822 Cloning into '/tmp/tmp.o4L7A6dlAu/src/github.com/LK4D4/vndr'... [2020-05-07T19:16:00.904Z] #48 2.446 + cd /tmp/tmp.o4L7A6dlAu/src/github.com/LK4D4/vndr [2020-05-07T19:16:00.904Z] #48 2.448 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:16:00.904Z] #48 2.502 + go build -buildmode=pie -v -o /build/vndr . [2020-05-07T19:16:00.904Z] #48 5.681 runtime/internal/sys [2020-05-07T19:16:00.904Z] #48 5.722 runtime/internal/atomic [2020-05-07T19:16:00.904Z] #48 5.858 internal/cpu [2020-05-07T19:16:00.904Z] #48 5.938 internal/race [2020-05-07T19:16:00.904Z] #48 6.472 sync/atomic [2020-05-07T19:16:00.904Z] #48 6.743 runtime/internal/math [2020-05-07T19:16:00.904Z] #48 7.404 unicode [2020-05-07T19:16:00.904Z] #48 7.522 unicode/utf8 [2020-05-07T19:16:00.904Z] #48 8.092 math/bits [2020-05-07T19:16:01.069Z] ok github.com/docker/docker/plugin 0.591s coverage: 23.3% of statements [2020-05-07T19:16:01.329Z] ok github.com/docker/docker/registry/resumable 0.032s coverage: 100.0% of statements [2020-05-07T19:16:01.897Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2020-05-07T19:16:02.122Z] #48 9.245 internal/bytealg [2020-05-07T19:16:02.122Z] #48 ... [2020-05-07T19:16:02.122Z] [2020-05-07T19:16:02.122Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:02.122Z] #34 0.889 + RM_GOPATH=0 [2020-05-07T19:16:02.122Z] #34 0.889 + TMP_GOPATH= [2020-05-07T19:16:02.122Z] #34 0.889 + : /build [2020-05-07T19:16:02.122Z] #34 0.889 + '[' -z '' ']' [2020-05-07T19:16:02.122Z] #34 0.889 ++ mktemp -d [2020-05-07T19:16:02.122Z] #34 0.924 + export GOPATH=/tmp/tmp.IXKZM6HYDr [2020-05-07T19:16:02.122Z] #34 0.924 + GOPATH=/tmp/tmp.IXKZM6HYDr [2020-05-07T19:16:02.122Z] #34 0.924 + RM_GOPATH=1 [2020-05-07T19:16:02.122Z] #34 0.957 ++ dirname ./install.sh [2020-05-07T19:16:02.122Z] #34 0.962 + dir=. [2020-05-07T19:16:02.122Z] #34 0.962 + bin=tomlv [2020-05-07T19:16:02.122Z] #34 0.962 + shift [2020-05-07T19:16:02.122Z] #34 0.962 + '[' '!' -f ./tomlv.installer ']' [2020-05-07T19:16:02.122Z] #34 0.963 + . ./tomlv.installer [2020-05-07T19:16:02.122Z] #34 0.963 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:16:02.122Z] #34 0.964 + install_tomlv [2020-05-07T19:16:02.122Z] #34 0.965 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-05-07T19:16:02.122Z] #34 0.965 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.IXKZM6HYDr/src/github.com/BurntSushi/toml [2020-05-07T19:16:02.122Z] #34 0.965 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:16:02.122Z] #34 1.007 Cloning into '/tmp/tmp.IXKZM6HYDr/src/github.com/BurntSushi/toml'... [2020-05-07T19:16:02.122Z] #34 2.885 + cd /tmp/tmp.IXKZM6HYDr/src/github.com/BurntSushi/toml [2020-05-07T19:16:02.122Z] #34 2.885 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:16:02.122Z] #34 2.911 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-05-07T19:16:02.122Z] #34 5.063 math/bits [2020-05-07T19:16:02.122Z] #34 5.124 internal/cpu [2020-05-07T19:16:02.122Z] #34 5.193 runtime/internal/atomic [2020-05-07T19:16:02.122Z] #34 5.203 runtime/internal/sys [2020-05-07T19:16:02.122Z] #34 6.069 runtime/internal/math [2020-05-07T19:16:02.122Z] #34 6.909 sync/atomic [2020-05-07T19:16:02.122Z] #34 6.918 unicode/utf8 [2020-05-07T19:16:02.122Z] #34 7.922 internal/bytealg [2020-05-07T19:16:02.122Z] #34 9.013 unicode [2020-05-07T19:16:02.122Z] #34 9.058 math [2020-05-07T19:16:02.156Z] ok github.com/docker/docker/registry 0.225s coverage: 56.1% of statements [2020-05-07T19:16:02.481Z] #34 ... [2020-05-07T19:16:02.481Z] [2020-05-07T19:16:02.481Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:02.481Z] #11 1.071 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:16:02.481Z] #11 1.176 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:16:02.481Z] #11 1.219 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:16:02.481Z] #11 3.749 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:16:02.481Z] #11 8.132 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:16:02.481Z] #11 ... [2020-05-07T19:16:02.481Z] [2020-05-07T19:16:02.481Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:02.481Z] #63 1.119 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:16:02.481Z] #63 1.348 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:16:02.481Z] #63 1.363 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:16:02.481Z] #63 3.880 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:16:02.481Z] #63 8.170 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:16:02.729Z] ok github.com/docker/docker/testutil 0.032s coverage: 62.5% of statements [2020-05-07T19:16:02.849Z] #63 ... [2020-05-07T19:16:02.849Z] [2020-05-07T19:16:02.849Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:02.849Z] #36 1.234 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:16:02.849Z] #36 1.428 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:16:02.849Z] #36 1.429 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:16:02.849Z] #36 3.552 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:16:02.849Z] #36 7.696 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:16:02.849Z] #36 ... [2020-05-07T19:16:02.849Z] [2020-05-07T19:16:02.849Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:16:02.849Z] #31 0.915 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-05-07T19:16:02.849Z] #31 0.974 Cloning into '.'... [2020-05-07T19:16:03.197Z] #31 ... [2020-05-07T19:16:03.197Z] [2020-05-07T19:16:03.197Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:16:03.197Z] #24 1.013 + RM_GOPATH=0 [2020-05-07T19:16:03.197Z] #24 1.013 + TMP_GOPATH= [2020-05-07T19:16:03.197Z] #24 1.013 + : /build [2020-05-07T19:16:03.197Z] #24 1.013 + '[' -z '' ']' [2020-05-07T19:16:03.197Z] #24 1.015 ++ mktemp -d [2020-05-07T19:16:03.197Z] #24 1.046 + export GOPATH=/tmp/tmp.PrhrF2GYWe [2020-05-07T19:16:03.197Z] #24 1.046 + GOPATH=/tmp/tmp.PrhrF2GYWe [2020-05-07T19:16:03.197Z] #24 1.046 + RM_GOPATH=1 [2020-05-07T19:16:03.197Z] #24 1.046 ++ dirname ./install.sh [2020-05-07T19:16:03.197Z] #24 1.049 + dir=. [2020-05-07T19:16:03.197Z] #24 1.049 + bin=dockercli [2020-05-07T19:16:03.197Z] #24 1.049 + shift [2020-05-07T19:16:03.197Z] #24 1.049 + '[' '!' -f ./dockercli.installer ']' [2020-05-07T19:16:03.197Z] #24 1.049 + . ./dockercli.installer [2020-05-07T19:16:03.197Z] #24 1.049 ++ : stable [2020-05-07T19:16:03.197Z] #24 1.051 ++ : 17.06.2-ce [2020-05-07T19:16:03.197Z] #24 1.054 + install_dockercli [2020-05-07T19:16:03.197Z] #24 1.054 Install docker/cli version 17.06.2-ce from stable [2020-05-07T19:16:03.197Z] #24 1.054 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-05-07T19:16:03.197Z] #24 1.056 ++ uname -m [2020-05-07T19:16:03.197Z] #24 1.058 + arch=ppc64le [2020-05-07T19:16:03.197Z] #24 1.058 + '[' ppc64le '!=' x86_64 ']' [2020-05-07T19:16:03.197Z] #24 1.058 + '[' ppc64le '!=' s390x ']' [2020-05-07T19:16:03.197Z] #24 1.058 + '[' ppc64le '!=' armhf ']' [2020-05-07T19:16:03.197Z] #24 1.058 + build_dockercli [2020-05-07T19:16:03.197Z] #24 1.058 + git clone https://github.com/docker/docker-ce /tmp/tmp.PrhrF2GYWe/tmp/docker-ce [2020-05-07T19:16:03.197Z] #24 1.134 Cloning into '/tmp/tmp.PrhrF2GYWe/tmp/docker-ce'... [2020-05-07T19:16:03.197Z] #24 ... [2020-05-07T19:16:03.197Z] [2020-05-07T19:16:03.197Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:16:03.197Z] #42 1.195 + git clone https://github.com/docker/distribution.git . [2020-05-07T19:16:03.197Z] #42 1.203 Cloning into '.'... [2020-05-07T19:16:03.197Z] #42 ... [2020-05-07T19:16:03.197Z] [2020-05-07T19:16:03.197Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:16:03.197Z] #51 0.865 + RM_GOPATH=0 [2020-05-07T19:16:03.197Z] #51 0.865 + TMP_GOPATH= [2020-05-07T19:16:03.197Z] #51 0.865 + : /build [2020-05-07T19:16:03.197Z] #51 0.865 + '[' -z '' ']' [2020-05-07T19:16:03.197Z] #51 0.866 ++ mktemp -d [2020-05-07T19:16:03.197Z] #51 0.869 + export GOPATH=/tmp/tmp.oEIdSF9nKd [2020-05-07T19:16:03.197Z] #51 0.876 + GOPATH=/tmp/tmp.oEIdSF9nKd [2020-05-07T19:16:03.197Z] #51 0.876 + RM_GOPATH=1 [2020-05-07T19:16:03.197Z] #51 0.878 ++ dirname ./install.sh [2020-05-07T19:16:03.197Z] #51 0.882 + dir=. [2020-05-07T19:16:03.197Z] #51 0.890 + bin=gotestsum [2020-05-07T19:16:03.197Z] #51 0.891 + shift [2020-05-07T19:16:03.197Z] #51 0.891 + '[' '!' -f ./gotestsum.installer ']' [2020-05-07T19:16:03.197Z] #51 0.891 + . ./gotestsum.installer [2020-05-07T19:16:03.197Z] #51 0.894 ++ : v0.3.5 [2020-05-07T19:16:03.197Z] #51 0.895 + install_gotestsum [2020-05-07T19:16:03.197Z] #51 0.895 + echo 'Installing gotestsum version v0.3.5' [2020-05-07T19:16:03.197Z] #51 0.895 + go get -d gotest.tools/gotestsum [2020-05-07T19:16:03.197Z] #51 0.896 Installing gotestsum version v0.3.5 [2020-05-07T19:16:03.559Z] #51 ... [2020-05-07T19:16:03.559Z] [2020-05-07T19:16:03.559Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:16:03.559Z] #54 0.953 + RM_GOPATH=0 [2020-05-07T19:16:03.559Z] #54 0.953 + TMP_GOPATH= [2020-05-07T19:16:03.559Z] #54 0.953 + : /build [2020-05-07T19:16:03.559Z] #54 0.953 + '[' -z '' ']' [2020-05-07T19:16:03.559Z] #54 0.955 ++ mktemp -d [2020-05-07T19:16:03.559Z] #54 0.990 + export GOPATH=/tmp/tmp.Y88iAQXhzg [2020-05-07T19:16:03.559Z] #54 0.990 + GOPATH=/tmp/tmp.Y88iAQXhzg [2020-05-07T19:16:03.559Z] #54 0.990 + RM_GOPATH=1 [2020-05-07T19:16:03.559Z] #54 0.991 ++ dirname ./install.sh [2020-05-07T19:16:03.559Z] #54 1.001 + dir=. [2020-05-07T19:16:03.559Z] #54 1.001 + bin=golangci_lint [2020-05-07T19:16:03.559Z] #54 1.001 + shift [2020-05-07T19:16:03.559Z] #54 1.001 + '[' '!' -f ./golangci_lint.installer ']' [2020-05-07T19:16:03.559Z] #54 1.002 + . ./golangci_lint.installer [2020-05-07T19:16:03.559Z] #54 1.002 ++ : v1.23.8 [2020-05-07T19:16:03.559Z] #54 1.004 + install_golangci_lint [2020-05-07T19:16:03.559Z] #54 1.004 + echo 'Installing golangci-lint version v1.23.8' [2020-05-07T19:16:03.559Z] #54 1.004 Installing golangci-lint version v1.23.8 [2020-05-07T19:16:03.559Z] #54 1.004 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-05-07T19:16:03.559Z] #54 ... [2020-05-07T19:16:03.559Z] [2020-05-07T19:16:03.559Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:16:03.559Z] #26 1.147 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:16:03.559Z] #26 1.372 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:16:03.559Z] #26 1.374 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:16:03.559Z] #26 3.867 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:16:03.559Z] #26 8.311 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:16:03.559Z] #26 ... [2020-05-07T19:16:03.559Z] [2020-05-07T19:16:03.559Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:03.559Z] #57 0.915 + RM_GOPATH=0 [2020-05-07T19:16:03.559Z] #57 0.915 + TMP_GOPATH= [2020-05-07T19:16:03.559Z] #57 0.915 + : /build [2020-05-07T19:16:03.559Z] #57 0.916 + '[' -z '' ']' [2020-05-07T19:16:03.559Z] #57 0.942 ++ mktemp -d [2020-05-07T19:16:03.559Z] #57 0.964 + export GOPATH=/tmp/tmp.ZRX6QG4GAE [2020-05-07T19:16:03.559Z] #57 0.964 + GOPATH=/tmp/tmp.ZRX6QG4GAE [2020-05-07T19:16:03.559Z] #57 0.964 + RM_GOPATH=1 [2020-05-07T19:16:03.559Z] #57 0.966 ++ dirname ./install.sh [2020-05-07T19:16:03.559Z] #57 1.019 + dir=. [2020-05-07T19:16:03.559Z] #57 1.020 + bin=shfmt [2020-05-07T19:16:03.559Z] #57 1.023 + shift [2020-05-07T19:16:03.559Z] #57 1.024 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:16:03.559Z] #57 1.025 + '[' '!' -f ./shfmt.installer ']' [2020-05-07T19:16:03.559Z] #57 1.025 + . ./shfmt.installer [2020-05-07T19:16:03.559Z] #57 1.025 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:16:03.559Z] #57 1.025 + install_shfmt [2020-05-07T19:16:03.559Z] #57 1.025 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-05-07T19:16:03.559Z] #57 1.025 + git clone https://github.com/mvdan/sh.git /tmp/tmp.ZRX6QG4GAE/src/github.com/mvdan/sh [2020-05-07T19:16:03.559Z] #57 1.038 Cloning into '/tmp/tmp.ZRX6QG4GAE/src/github.com/mvdan/sh'... [2020-05-07T19:16:03.666Z] ok github.com/docker/docker/runconfig 0.032s coverage: 65.8% of statements [2020-05-07T19:16:03.907Z] #57 ... [2020-05-07T19:16:03.907Z] [2020-05-07T19:16:03.907Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:16:03.907Z] #44 1.277 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:16:03.907Z] #44 1.489 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:16:03.907Z] #44 1.490 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:16:03.907Z] #44 4.204 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:16:03.907Z] #44 8.336 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:16:03.907Z] #44 11.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:16:03.907Z] #44 ... [2020-05-07T19:16:03.907Z] [2020-05-07T19:16:03.907Z] #69 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:16:03.907Z] #69 10.40 Checking out files: 87% (688/789) Checking out files: 88% (695/789) Checking out files: 89% (703/789) Checking out files: 90% (711/789) Checking out files: 91% (718/789) Checking out files: 92% (726/789) Checking out files: 93% (734/789) Checking out files: 94% (742/789) Checking out files: 95% (750/789) Checking out files: 96% (758/789) Checking out files: 97% (766/789) Checking out files: 98% (774/789) Checking out files: 99% (782/789) Checking out files: 100% (789/789) Checking out files: 100% (789/789), done. [2020-05-07T19:16:03.907Z] #69 10.67 + cd /tmp/tmp.C5bUNYaEkB/src/github.com/rootless-containers/rootlesskit [2020-05-07T19:16:03.907Z] #69 10.67 + git checkout -q 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:16:04.250Z] #69 11.16 + for f in rootlesskit rootlesskit-docker-proxy [2020-05-07T19:16:04.250Z] #69 11.16 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-05-07T19:16:05.572Z] ok github.com/docker/docker/volume/drivers 0.031s coverage: 36.1% of statements [2020-05-07T19:16:05.572Z] ok github.com/docker/docker/volume/local 0.042s coverage: 73.0% of statements [2020-05-07T19:16:05.572Z] ok github.com/docker/docker/volume/mounts 0.045s coverage: 67.0% of statements [2020-05-07T19:16:06.568Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:16:06.568Z] Loaded image: busybox:latest [2020-05-07T19:16:06.568Z] Loaded image: busybox:glibc [2020-05-07T19:16:06.568Z] Loaded image: debian:jessie [2020-05-07T19:16:06.568Z] Loaded image: hello-world:latest [2020-05-07T19:16:06.568Z] INFO: Testing against a local daemon [2020-05-07T19:16:06.568Z] === RUN TestCgroupNamespacesBuild [2020-05-07T19:16:06.948Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2020-05-07T19:16:09.840Z] --- PASS: TestCgroupNamespacesBuild (2.87s) [2020-05-07T19:16:09.840Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-05-07T19:16:11.840Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.51s) [2020-05-07T19:16:11.840Z] === RUN TestBuildWithSession [2020-05-07T19:16:11.840Z] --- SKIP: TestBuildWithSession (0.00s) [2020-05-07T19:16:11.840Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:16:11.840Z] === RUN TestBuildSquashParent [2020-05-07T19:16:13.441Z] #69 ... [2020-05-07T19:16:13.441Z] [2020-05-07T19:16:13.441Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:13.441Z] #34 9.827 internal/testlog [2020-05-07T19:16:13.441Z] #34 11.69 encoding [2020-05-07T19:16:13.441Z] #34 11.72 runtime [2020-05-07T19:16:13.441Z] #34 12.62 runtime/cgo [2020-05-07T19:16:13.441Z] #34 ... [2020-05-07T19:16:13.441Z] [2020-05-07T19:16:13.441Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:16:13.441Z] #48 11.28 internal/testlog [2020-05-07T19:16:13.441Z] #48 11.86 math [2020-05-07T19:16:13.441Z] #48 12.50 runtime [2020-05-07T19:16:13.441Z] #48 13.43 unicode/utf16 [2020-05-07T19:16:13.441Z] #48 15.43 container/list [2020-05-07T19:16:13.441Z] #48 19.67 crypto/internal/subtle [2020-05-07T19:16:13.441Z] #48 20.26 crypto/subtle [2020-05-07T19:16:13.441Z] #48 ... [2020-05-07T19:16:13.441Z] [2020-05-07T19:16:13.441Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:13.441Z] #57 20.42 + cd /tmp/tmp.ZRX6QG4GAE/src/github.com/mvdan/sh [2020-05-07T19:16:13.441Z] #57 20.43 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:16:13.441Z] #57 20.58 + GO111MODULE=on [2020-05-07T19:16:13.441Z] #57 20.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-05-07T19:16:13.784Z] #57 ... [2020-05-07T19:16:13.784Z] [2020-05-07T19:16:13.784Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:13.784Z] #36 11.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:16:14.125Z] #36 ... [2020-05-07T19:16:14.125Z] [2020-05-07T19:16:14.125Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:14.125Z] #11 11.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:16:14.125Z] #11 ... [2020-05-07T19:16:14.125Z] [2020-05-07T19:16:14.125Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:14.125Z] #63 11.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:16:14.468Z] #63 ... [2020-05-07T19:16:14.468Z] [2020-05-07T19:16:14.468Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:16:14.468Z] #26 11.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:16:14.468Z] #26 ... [2020-05-07T19:16:14.468Z] [2020-05-07T19:16:14.468Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:16:14.468Z] #48 21.13 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-05-07T19:16:14.812Z] #48 21.99 internal/nettrace [2020-05-07T19:16:15.995Z] #48 23.29 runtime/cgo [2020-05-07T19:16:19.047Z] #48 ... [2020-05-07T19:16:19.047Z] [2020-05-07T19:16:19.047Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:19.047Z] #63 26.75 Fetched 8128 kB in 26s (316 kB/s) [2020-05-07T19:16:19.936Z] --- PASS: TestBuildSquashParent (7.44s) [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:16:19.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:16:19.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:16:19.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:16:19.937Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:16:21.838Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:16:22.096Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:16:23.990Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:16:23.990Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:16:25.134Z] #63 26.75 Reading package lists... [2020-05-07T19:16:25.134Z] #63 ... [2020-05-07T19:16:25.134Z] [2020-05-07T19:16:25.134Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:16:25.134Z] #42 29.34 Checking out files: 80% (1282/1597) Checking out files: 81% (1294/1597) Checking out files: 82% (1310/1597) Checking out files: 83% (1326/1597) Checking out files: 84% (1342/1597) Checking out files: 85% (1358/1597) Checking out files: 86% (1374/1597) Checking out files: 87% (1390/1597) Checking out files: 88% (1406/1597) Checking out files: 89% (1422/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-05-07T19:16:25.134Z] #42 29.76 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-05-07T19:16:25.134Z] #42 31.79 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.66s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.71s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.89s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2020-05-07T19:16:25.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.99s) [2020-05-07T19:16:25.885Z] === RUN TestBuildMultiStageCopy [2020-05-07T19:16:25.885Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-05-07T19:16:26.382Z] #42 ... [2020-05-07T19:16:26.382Z] [2020-05-07T19:16:26.382Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:26.382Z] #57 23.13 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:16:26.382Z] #57 23.13 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:16:26.382Z] #57 23.14 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:16:26.382Z] #57 23.86 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:16:26.382Z] #57 24.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:16:26.382Z] #57 26.19 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:16:26.382Z] #57 27.78 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:16:26.382Z] #57 30.87 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:16:26.382Z] #57 ... [2020-05-07T19:16:26.382Z] [2020-05-07T19:16:26.382Z] #75 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:26.382Z] #75 31.51 Checking out files: 51% (1055/2067) Checking out files: 52% (1075/2067) Checking out files: 53% (1096/2067) Checking out files: 54% (1117/2067) Checking out files: 55% (1137/2067) Checking out files: 56% (1158/2067) Checking out files: 57% (1179/2067) Checking out files: 58% (1199/2067) Checking out files: 59% (1220/2067) Checking out files: 60% (1241/2067) Checking out files: 61% (1261/2067) Checking out files: 62% (1282/2067) Checking out files: 63% (1303/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-05-07T19:16:26.382Z] #75 32.39 + cd /tmp/tmp.AiKOkXncBm/src/github.com/docker/libnetwork [2020-05-07T19:16:26.382Z] #75 32.40 + git checkout -q ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:16:26.382Z] #75 32.65 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-05-07T19:16:28.871Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.6% of statements [2020-05-07T19:16:28.871Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-05-07T19:16:28.871Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-05-07T19:16:28.871Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/pkg/term [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/rootless [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/testutil/request [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/volume [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-05-07T19:16:28.872Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === Skipped [2020-05-07T19:16:28.872Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-05-07T19:16:28.872Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-05-07T19:16:28.872Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-05-07T19:16:28.872Z] time="2020-05-07T19:15:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-05-07T19:16:28.872Z] time="2020-05-07T19:15:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-05-07T19:16:28.872Z] time="2020-05-07T19:15:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-05-07T19:16:28.872Z] time="2020-05-07T19:15:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-05-07T19:16:28.872Z] time="2020-05-07T19:15:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-05-07T19:16:28.872Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-05-07T19:16:28.872Z] overlay_test.go:49: Fails to compute changes intermittently [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-05-07T19:16:28.872Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:16:28.872Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-05-07T19:16:28.872Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-05-07T19:16:28.872Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-05-07T19:16:28.872Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] [2020-05-07T19:16:28.872Z] DONE 2122 tests, 26 skipped in 192.828s Post stage [Pipeline] junit [2020-05-07T19:16:28.884Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-05-07T19:16:29.156Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-05-07T19:16:29.373Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -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:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh dynbinary test-integration [2020-05-07T19:16:29.494Z] #75 ... [2020-05-07T19:16:29.494Z] [2020-05-07T19:16:29.494Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:29.494Z] #11 26.52 Fetched 8128 kB in 26s (318 kB/s) [2020-05-07T19:16:29.494Z] #11 26.52 Reading package lists... [2020-05-07T19:16:29.494Z] #11 ... [2020-05-07T19:16:29.494Z] [2020-05-07T19:16:29.494Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:29.494Z] #57 33.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:16:29.494Z] #57 33.79 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:16:29.494Z] #57 34.49 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:16:29.494Z] #57 34.93 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:16:29.494Z] #57 36.50 runtime/cgo [2020-05-07T19:16:29.829Z] #57 ... [2020-05-07T19:16:29.829Z] [2020-05-07T19:16:29.829Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:16:29.829Z] #26 27.39 Fetched 8128 kB in 26s (309 kB/s) [2020-05-07T19:16:29.829Z] #26 27.39 Reading package lists... [2020-05-07T19:16:30.085Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-05-07T19:16:30.165Z] #26 36.93 Reading package lists... [2020-05-07T19:16:30.165Z] #26 ... [2020-05-07T19:16:30.165Z] [2020-05-07T19:16:30.165Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:16:30.165Z] #57 37.00 runtime [2020-05-07T19:16:30.165Z] #57 ... [2020-05-07T19:16:30.165Z] [2020-05-07T19:16:30.165Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:30.165Z] #36 27.72 Fetched 8128 kB in 27s (306 kB/s) [2020-05-07T19:16:30.165Z] #36 27.72 Reading package lists... [2020-05-07T19:16:30.165Z] #36 ... [2020-05-07T19:16:30.165Z] [2020-05-07T19:16:30.165Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:30.165Z] #63 26.75 Reading package lists... [2020-05-07T19:16:30.308Z] [2020-05-07T19:16:30.308Z] Removing bundles/ [2020-05-07T19:16:30.308Z] [2020-05-07T19:16:30.308Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-05-07T19:16:30.308Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:16:30.308Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:16:31.345Z] #63 37.59 Reading package lists... [2020-05-07T19:16:31.345Z] #63 ... [2020-05-07T19:16:31.345Z] [2020-05-07T19:16:31.345Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:16:31.345Z] #48 28.64 vendor/golang.org/x/crypto/internal/subtle [2020-05-07T19:16:31.453Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-05-07T19:16:31.658Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.096959562s with top 10 stages: buildssa: 1m37.178386678s, goimports: 22.480223504s, unconvert: 12.200238267s, gosec: 10.226521275s, golint: 5.944581828s, ineffassign: 4.206752977s, misspell: 4.115843285s, vrp: 3.357439527s, inspect: 3.142958901s, printf: 1.62775103s [2020-05-07T19:16:31.658Z] INFO [runner] Issues before processing: 2297, after processing: 0 [2020-05-07T19:16:31.658Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1583/1583, path_prettifier: 1688/1688, skip_files: 1688/1688, exclude-rules: 63/1583, nolint: 0/63, cgo: 1688/2297, autogenerated_exclude: 1583/1688, exclude: 1583/1583, filename_unadjuster: 1688/1688, skip_dirs: 1688/1688 [2020-05-07T19:16:31.658Z] INFO [runner] processing took 58.411093ms with stages: nolint: 25.289526ms, identifier_marker: 16.572593ms, path_prettifier: 7.653717ms, autogenerated_exclude: 3.687845ms, exclude-rules: 3.343074ms, skip_dirs: 1.600052ms, cgo: 170.082µs, filename_unadjuster: 89.931µs, max_same_issues: 1.397µs, uniq_by_line: 570ns, path_shortener: 505ns, skip_files: 385ns, diff: 323ns, exclude: 315ns, max_from_linter: 305ns, source_code: 270ns, max_per_file_from_linter: 203ns [2020-05-07T19:16:31.658Z] INFO [runner] linters took 1m37.261309366s with stages: goanalysis_metalinter: 1m17.468601409s, unused: 19.734104665s [2020-05-07T19:16:31.658Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2020-05-07T19:16:31.658Z] INFO Memory: 1466 samples, avg is 699.7MB, max is 3371.6MB [2020-05-07T19:16:31.658Z] INFO Execution took 3m32.994631812s [2020-05-07T19:16:31.658Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2020-05-07T19:16:31.698Z] #48 ... [2020-05-07T19:16:31.698Z] [2020-05-07T19:16:31.698Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:31.698Z] #36 27.72 Reading package lists... [Pipeline] sh [2020-05-07T19:16:32.048Z] #36 38.80 Reading package lists... [2020-05-07T19:16:32.048Z] #36 ... [2020-05-07T19:16:32.048Z] [2020-05-07T19:16:32.048Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:16:32.048Z] #44 29.43 Fetched 8128 kB in 28s (288 kB/s) [2020-05-07T19:16:32.048Z] #44 29.43 Reading package lists... [2020-05-07T19:16:32.048Z] #44 ... [2020-05-07T19:16:32.048Z] [2020-05-07T19:16:32.048Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:32.048Z] #11 26.52 Reading package lists... [2020-05-07T19:16:32.114Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh dynbinary-daemon test-docker-py [2020-05-07T19:16:32.383Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-05-07T19:16:32.672Z] [2020-05-07T19:16:32.672Z] Removing bundles/ [2020-05-07T19:16:32.672Z] [2020-05-07T19:16:32.672Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-05-07T19:16:32.672Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:16:32.672Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s) [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-05-07T19:16:33.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-05-07T19:16:33.312Z] === RUN TestBuildMultiStageParentConfig [2020-05-07T19:16:37.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:16:37.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:16:38.050Z] #11 38.12 Reading package lists... [2020-05-07T19:16:38.050Z] #11 ... [2020-05-07T19:16:38.050Z] [2020-05-07T19:16:38.050Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:16:38.050Z] #44 29.43 Reading package lists... [2020-05-07T19:16:38.566Z] --- PASS: TestBuildMultiStageParentConfig (4.98s) [2020-05-07T19:16:38.566Z] === RUN TestBuildLabelWithTargets [2020-05-07T19:16:39.270Z] #44 41.01 Reading package lists... [2020-05-07T19:16:39.270Z] #44 ... [2020-05-07T19:16:39.270Z] [2020-05-07T19:16:39.270Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:16:39.270Z] #26 36.93 Reading package lists... [2020-05-07T19:16:41.350Z] #26 47.10 Building dependency tree... [2020-05-07T19:16:42.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:16:43.673Z] #26 51.26 ca-certificates is already the newest version (20190110). [2020-05-07T19:16:43.673Z] #26 51.26 The following additional packages will be installed: [2020-05-07T19:16:43.673Z] #26 51.27 libjq1 libonig5 [2020-05-07T19:16:44.907Z] #26 52.18 The following NEW packages will be installed: [2020-05-07T19:16:44.907Z] #26 52.19 jq libjq1 libonig5 [2020-05-07T19:16:44.907Z] #26 52.53 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:16:44.907Z] #26 52.53 Need to get 358 kB of archives. [2020-05-07T19:16:44.907Z] #26 52.53 After this operation, 1277 kB of additional disk space will be used. [2020-05-07T19:16:44.907Z] #26 52.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-05-07T19:16:45.250Z] #26 52.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-05-07T19:16:45.250Z] #26 52.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-05-07T19:16:45.989Z] #26 ... [2020-05-07T19:16:45.989Z] [2020-05-07T19:16:45.989Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:45.989Z] #11 38.12 Reading package lists... [2020-05-07T19:16:45.989Z] #11 48.85 Building dependency tree... [2020-05-07T19:16:45.989Z] #11 53.57 The following additional packages will be installed: [2020-05-07T19:16:45.989Z] #11 53.58 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-05-07T19:16:45.989Z] #11 53.58 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-05-07T19:16:45.989Z] #11 53.59 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-05-07T19:16:45.989Z] #11 53.61 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-05-07T19:16:45.989Z] #11 53.62 Suggested packages: [2020-05-07T19:16:45.989Z] #11 53.62 gcc-8-locales seccomp wine64 [2020-05-07T19:16:46.666Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-05-07T19:16:46.666Z] === RUN TestBuildWithEmptyLayers [2020-05-07T19:16:47.693Z] #11 ... [2020-05-07T19:16:47.693Z] [2020-05-07T19:16:47.693Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:16:47.693Z] #26 55.24 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:16:48.031Z] #26 55.71 Fetched 358 kB in 0s (1154 kB/s) [2020-05-07T19:16:48.372Z] #26 56.02 Selecting previously unselected package libonig5:ppc64el. [2020-05-07T19:16:48.711Z] #26 56.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15338 files and directories currently installed.) [2020-05-07T19:16:48.711Z] #26 56.25 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-05-07T19:16:48.711Z] #26 56.27 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-05-07T19:16:49.069Z] #26 56.62 Selecting previously unselected package libjq1:ppc64el. [2020-05-07T19:16:49.069Z] #26 56.62 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-05-07T19:16:49.069Z] #26 56.63 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-05-07T19:16:49.186Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-05-07T19:16:49.186Z] === RUN TestBuildMultiStageOnBuild [2020-05-07T19:16:49.404Z] #26 56.96 Selecting previously unselected package jq. [2020-05-07T19:16:49.404Z] #26 56.98 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-05-07T19:16:49.404Z] #26 57.01 Unpacking jq (1.5+dfsg-2+b1) ... [2020-05-07T19:16:49.745Z] #26 57.41 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-05-07T19:16:49.745Z] #26 57.44 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-05-07T19:16:49.745Z] #26 57.45 Setting up jq (1.5+dfsg-2+b1) ... [2020-05-07T19:16:49.745Z] #26 57.46 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:16:50.513Z] #26 DONE 57.9s [2020-05-07T19:16:50.513Z] [2020-05-07T19:16:50.513Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:50.513Z] #11 55.81 The following NEW packages will be installed: [2020-05-07T19:16:50.513Z] #11 55.82 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-05-07T19:16:50.513Z] #11 55.82 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-05-07T19:16:50.513Z] #11 55.82 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-05-07T19:16:50.513Z] #11 55.83 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-05-07T19:16:50.513Z] #11 55.83 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-05-07T19:16:50.513Z] #11 55.84 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-05-07T19:16:50.513Z] #11 56.28 0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:16:50.513Z] #11 56.28 Need to get 78.9 MB of archives. [2020-05-07T19:16:50.513Z] #11 56.28 After this operation, 532 MB of additional disk space will be used. [2020-05-07T19:16:50.513Z] #11 56.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-05-07T19:16:50.513Z] #11 57.25 Get:2 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-05-07T19:16:50.513Z] #11 ... [2020-05-07T19:16:50.513Z] [2020-05-07T19:16:50.513Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:16:50.513Z] #27 DONE 0.1s [2020-05-07T19:16:50.513Z] [2020-05-07T19:16:50.513Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:50.513Z] #63 37.59 Reading package lists... [2020-05-07T19:16:50.513Z] #63 48.57 Building dependency tree... [2020-05-07T19:16:50.513Z] #63 53.67 The following additional packages will be installed: [2020-05-07T19:16:50.513Z] #63 53.69 libbtrfs0 [2020-05-07T19:16:50.513Z] #63 53.99 The following NEW packages will be installed: [2020-05-07T19:16:50.513Z] #63 54.00 libbtrfs-dev libbtrfs0 [2020-05-07T19:16:50.513Z] #63 54.35 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:16:50.513Z] #63 54.35 Need to get 120 kB of archives. [2020-05-07T19:16:50.513Z] #63 54.35 After this operation, 423 kB of additional disk space will be used. [2020-05-07T19:16:50.513Z] #63 54.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-05-07T19:16:50.513Z] #63 54.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-05-07T19:16:50.513Z] #63 56.52 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:16:50.513Z] #63 57.00 Fetched 120 kB in 0s (598 kB/s) [2020-05-07T19:16:50.513Z] #63 57.19 Selecting previously unselected package libbtrfs0. [2020-05-07T19:16:50.513Z] #63 57.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15338 files and directories currently installed.) [2020-05-07T19:16:50.513Z] #63 57.45 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-05-07T19:16:50.513Z] #63 57.52 Unpacking libbtrfs0 (4.20.1-2) ... [2020-05-07T19:16:50.513Z] #63 57.72 Selecting previously unselected package libbtrfs-dev. [2020-05-07T19:16:50.513Z] #63 57.75 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-05-07T19:16:50.513Z] #63 57.80 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:16:50.513Z] #63 58.10 Setting up libbtrfs0 (4.20.1-2) ... [2020-05-07T19:16:50.513Z] #63 58.15 Setting up libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:16:50.513Z] #63 58.17 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:16:50.873Z] #63 ... [2020-05-07T19:16:50.873Z] [2020-05-07T19:16:50.873Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:16:50.873Z] #11 58.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-05-07T19:16:50.873Z] #11 58.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-05-07T19:16:50.873Z] #11 58.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-05-07T19:16:50.873Z] #11 58.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-05-07T19:16:51.216Z] #11 ... [2020-05-07T19:16:51.216Z] [2020-05-07T19:16:51.216Z] #63 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:16:51.216Z] #63 DONE 58.7s [2020-05-07T19:16:51.216Z] [2020-05-07T19:16:51.216Z] #64 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:16:51.216Z] #64 DONE 0.1s [2020-05-07T19:16:51.216Z] [2020-05-07T19:16:51.216Z] #65 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:16:51.216Z] #65 DONE 0.1s [2020-05-07T19:16:51.216Z] [2020-05-07T19:16:51.216Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:51.216Z] #36 38.80 Reading package lists... [2020-05-07T19:16:51.216Z] #36 49.78 Building dependency tree... [2020-05-07T19:16:51.216Z] #36 54.42 The following additional packages will be installed: [2020-05-07T19:16:51.216Z] #36 54.43 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-05-07T19:16:51.216Z] #36 54.45 Suggested packages: [2020-05-07T19:16:51.216Z] #36 54.45 cmake-doc ninja-build lrzip [2020-05-07T19:16:51.216Z] #36 54.45 Recommended packages: [2020-05-07T19:16:51.216Z] #36 54.45 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-05-07T19:16:51.216Z] #36 56.45 The following NEW packages will be installed: [2020-05-07T19:16:51.216Z] #36 56.47 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-05-07T19:16:51.216Z] #36 56.47 vim-common xxd [2020-05-07T19:16:51.216Z] #36 56.90 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:16:51.216Z] #36 56.90 Need to get 14.9 MB of archives. [2020-05-07T19:16:51.216Z] #36 56.90 After this operation, 67.2 MB of additional disk space will be used. [2020-05-07T19:16:51.216Z] #36 56.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-05-07T19:16:51.216Z] #36 57.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-05-07T19:16:51.216Z] #36 57.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-05-07T19:16:51.216Z] #36 57.65 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-05-07T19:16:51.553Z] #36 ... [2020-05-07T19:16:51.553Z] [2020-05-07T19:16:51.553Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:16:51.553Z] #66 0.320 + RM_GOPATH=0 [2020-05-07T19:16:51.553Z] #66 0.322 + TMP_GOPATH= [2020-05-07T19:16:51.553Z] #66 0.324 + : /build [2020-05-07T19:16:51.553Z] #66 0.326 + '[' -z '' ']' [2020-05-07T19:16:51.553Z] #66 0.340 ++ mktemp -d [2020-05-07T19:16:51.553Z] #66 0.346 + export GOPATH=/tmp/tmp.jtd2nGevvE [2020-05-07T19:16:51.553Z] #66 0.346 + GOPATH=/tmp/tmp.jtd2nGevvE [2020-05-07T19:16:51.553Z] #66 0.346 + RM_GOPATH=1 [2020-05-07T19:16:51.553Z] #66 0.346 ++ dirname ./install.sh [2020-05-07T19:16:51.553Z] #66 0.348 + dir=. [2020-05-07T19:16:51.553Z] #66 0.350 + bin=containerd [2020-05-07T19:16:51.553Z] #66 0.351 + shift [2020-05-07T19:16:51.553Z] #66 0.352 + '[' '!' -f ./containerd.installer ']' [2020-05-07T19:16:51.553Z] #66 0.354 + . ./containerd.installer [2020-05-07T19:16:51.553Z] #66 0.356 ++ : 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:16:51.553Z] #66 0.365 + install_containerd [2020-05-07T19:16:51.553Z] #66 0.369 + echo 'Install containerd version 814b7956fafc7a0980ea07e950f983d0837e5578' [2020-05-07T19:16:51.553Z] #66 0.371 Install containerd version 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:16:51.553Z] #66 0.373 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jtd2nGevvE/src/github.com/containerd/containerd [2020-05-07T19:16:51.553Z] #66 0.383 Cloning into '/tmp/tmp.jtd2nGevvE/src/github.com/containerd/containerd'... [2020-05-07T19:16:53.285Z] #66 ... [2020-05-07T19:16:53.285Z] [2020-05-07T19:16:53.285Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:16:53.285Z] #44 41.01 Reading package lists... [2020-05-07T19:16:53.285Z] #44 51.46 Building dependency tree... [2020-05-07T19:16:53.285Z] #44 56.17 The following additional packages will be installed: [2020-05-07T19:16:53.285Z] #44 56.17 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-05-07T19:16:53.285Z] #44 56.19 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-05-07T19:16:53.285Z] #44 56.21 Suggested packages: [2020-05-07T19:16:53.285Z] #44 56.21 manpages-dev python-setuptools [2020-05-07T19:16:53.285Z] #44 59.03 The following NEW packages will be installed: [2020-05-07T19:16:53.285Z] #44 59.05 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-05-07T19:16:53.285Z] #44 59.06 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-05-07T19:16:53.285Z] #44 59.06 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-05-07T19:16:53.285Z] #44 59.06 python-six zlib1g-dev [2020-05-07T19:16:53.285Z] #44 59.47 0 upgraded, 17 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:16:53.285Z] #44 59.47 Need to get 4075 kB of archives. [2020-05-07T19:16:53.285Z] #44 59.47 After this operation, 24.5 MB of additional disk space will be used. [2020-05-07T19:16:53.285Z] #44 59.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-05-07T19:16:53.285Z] #44 59.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-05-07T19:16:53.285Z] #44 59.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-05-07T19:16:53.285Z] #44 59.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-05-07T19:16:53.285Z] #44 59.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-05-07T19:16:53.285Z] #44 59.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-05-07T19:16:53.285Z] #44 59.67 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-05-07T19:16:53.285Z] #44 59.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-05-07T19:16:53.285Z] #44 59.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-05-07T19:16:53.285Z] #44 59.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-05-07T19:16:53.285Z] #44 59.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-05-07T19:16:53.285Z] #44 60.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-05-07T19:16:53.285Z] #44 60.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-05-07T19:16:53.285Z] #44 60.42 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-05-07T19:16:53.285Z] #44 60.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-05-07T19:16:53.285Z] #44 60.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-05-07T19:16:53.285Z] #44 60.51 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-05-07T19:16:53.624Z] #44 ... [2020-05-07T19:16:53.624Z] [2020-05-07T19:16:53.624Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:16:53.624Z] #36 60.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-05-07T19:16:53.624Z] #36 60.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-05-07T19:16:53.624Z] #36 60.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-05-07T19:16:53.624Z] #36 60.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-05-07T19:16:53.624Z] #36 60.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-05-07T19:16:53.624Z] #36 60.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-05-07T19:16:54.439Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-05-07T19:16:54.439Z] === RUN TestBuildUncleanTarFilenames [2020-05-07T19:16:54.696Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2020-05-07T19:16:54.696Z] === RUN TestBuildMultiStageLayerLeak [2020-05-07T19:16:55.974Z] #36 63.34 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:16:56.206Z] Running on azwin-2-ce5c00 in d:\jenkins\workspace\moby_PR-40427 [Pipeline] { [Pipeline] ws [2020-05-07T19:16:56.222Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-05-07T19:16:56.317Z] #36 63.79 Fetched 14.9 MB in 5s (3233 kB/s) [2020-05-07T19:16:56.317Z] #36 64.04 Selecting previously unselected package xxd. [2020-05-07T19:16:56.677Z] #36 64.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 ... 15338 files and directories currently installed.) [2020-05-07T19:16:56.677Z] #36 64.19 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-05-07T19:16:56.677Z] #36 64.22 Unpacking xxd (2:8.1.0875-5) ... [2020-05-07T19:16:57.017Z] #36 64.76 Selecting previously unselected package vim-common. [2020-05-07T19:16:57.370Z] #36 64.82 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:16:57.370Z] #36 64.96 Unpacking vim-common (2:8.1.0875-5) ... [2020-05-07T19:16:58.289Z] #36 65.63 Selecting previously unselected package cmake-data. [2020-05-07T19:16:58.289Z] #36 65.64 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-05-07T19:16:58.289Z] #36 65.68 Unpacking cmake-data (3.13.4-1) ... [2020-05-07T19:16:58.634Z] #36 ... [2020-05-07T19:16:58.634Z] [2020-05-07T19:16:58.634Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:16:58.634Z] #28 3.328 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-05-07T19:16:58.634Z] #28 3.901 #=#=# [2020-05-07T19:16:58.634Z] #28 4.383 # 2.7% ###### 9.2% ######## 11.4% ############ 17.7% ############### 22.0% ################## 26.3% ####################### 32.6% ########################## 36.9% ############################# 41.2% ################################# 46.5% ###################################### 52.9% ######################################### 57.2% ############################################ 61.4% ############################################### 65.4% ################################################# 69.4% ##################################################### 73.7% ######################################################### 80.1% ########################################################### 82.2% ############################################################## 86.5% ################################################################# 90.7% ##################################################################### 97.1% ######################################################################## 100.0% [2020-05-07T19:16:58.634Z] #28 8.186 #=#=# [2020-05-07T19:16:59.951Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s) [2020-05-07T19:16:59.951Z] === RUN TestBuildWithHugeFile [2020-05-07T19:17:00.061Z] #28 8.574 0.2% ######### 13.4% ################# 24.8% ############################# 40.3% ################################# 46.0% ###################################################### 76.1% ################################################################### 93.3% ######################################################################## 100.0% [2020-05-07T19:17:00.797Z] #28 10.46 #=#=# [2020-05-07T19:17:01.143Z] [2020-05-07T19:17:01.143Z] #28 ... [2020-05-07T19:17:01.143Z] [2020-05-07T19:17:01.143Z] #75 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:01.143Z] #75 DONE 68.2s [2020-05-07T19:17:01.143Z] [2020-05-07T19:17:01.143Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:17:01.143Z] #28 10.75 0.1% [2020-05-07T19:17:01.143Z] #28 ... [2020-05-07T19:17:01.143Z] [2020-05-07T19:17:01.143Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:01.143Z] #44 63.30 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:17:01.143Z] #44 63.75 Fetched 4075 kB in 1s (3179 kB/s) [2020-05-07T19:17:01.143Z] #44 64.04 Selecting previously unselected package libcap-dev:ppc64el. [2020-05-07T19:17:01.143Z] #44 64.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 ... 15338 files and directories currently installed.) [2020-05-07T19:17:01.143Z] #44 64.19 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 64.22 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-05-07T19:17:01.143Z] #44 64.63 Selecting previously unselected package libnet1:ppc64el. [2020-05-07T19:17:01.143Z] #44 64.64 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 64.67 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-05-07T19:17:01.143Z] #44 64.96 Selecting previously unselected package libnet1-dev. [2020-05-07T19:17:01.143Z] #44 65.03 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 65.08 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-05-07T19:17:01.143Z] #44 65.37 Selecting previously unselected package libnl-3-200:ppc64el. [2020-05-07T19:17:01.143Z] #44 65.38 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 65.42 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-05-07T19:17:01.143Z] #44 65.75 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-05-07T19:17:01.143Z] #44 65.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 65.76 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-05-07T19:17:01.143Z] #44 66.18 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-05-07T19:17:01.143Z] #44 66.23 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 66.24 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:17:01.143Z] #44 66.38 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-05-07T19:17:01.143Z] #44 66.42 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 66.45 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:17:01.143Z] #44 66.71 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-05-07T19:17:01.143Z] #44 66.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 66.74 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-05-07T19:17:01.143Z] #44 67.26 Selecting previously unselected package libprotobuf17:ppc64el. [2020-05-07T19:17:01.143Z] #44 67.31 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:01.143Z] #44 67.34 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:01.479Z] #44 ... [2020-05-07T19:17:01.479Z] [2020-05-07T19:17:01.479Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:17:01.903Z] #28 10.75 0.1% ## 3.7% ###### 8.8% ######## 11.4% ########## 14.0% ########### 16.6% [2020-05-07T19:17:01.903Z] #28 ... [2020-05-07T19:17:01.903Z] [2020-05-07T19:17:01.903Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:01.903Z] #11 59.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-05-07T19:17:01.903Z] #11 60.48 Get:8 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-05-07T19:17:01.903Z] #11 60.52 Get:9 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-05-07T19:17:01.903Z] #11 67.55 Get:10 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-05-07T19:17:02.309Z] #11 ... [2020-05-07T19:17:02.309Z] [2020-05-07T19:17:02.309Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:02.309Z] #44 69.17 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-05-07T19:17:02.309Z] #44 69.19 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:02.309Z] #44 69.22 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:02.309Z] #44 70.01 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-05-07T19:17:02.309Z] #44 70.05 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:02.309Z] #44 70.06 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:06.264Z] #44 73.41 Selecting previously unselected package libprotoc17:ppc64el. [2020-05-07T19:17:06.264Z] #44 73.43 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:06.264Z] #44 73.48 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:06.609Z] #44 ... [2020-05-07T19:17:06.609Z] [2020-05-07T19:17:06.609Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:17:06.609Z] #28 10.75 0.1% ## 3.7% ###### 8.8% ######## 11.4% ########## 14.0% ########### 16.6% ############# 19.2% ################# 24.3% ################### 26.9% ##################### 29.5% ###################### 31.5% ######################## 34.1% ########################## 36.7% ############################## 41.8% ############################### 44.4% ################################### 49.6% ##################################### 52.2% ######################################### 57.3% ############################################# 62.5% #################################################### 72.9% ########################################################### 82.3% ############################################################### 87.5% ################################################################## 92.7% ###################################################################### 97.9% ######################################################################## 100.0% [2020-05-07T19:17:06.609Z] #28 15.05 #=#=# [2020-05-07T19:17:07.466Z] Running on s390x-ubuntu-25 in /home/jenkins/workspace/moby_PR-40427 [Pipeline] { [Pipeline] checkout [2020-05-07T19:17:07.531Z] using credential docker-jenkins-github-credentials [2020-05-07T19:17:07.548Z] Cloning the remote Git repository [2020-05-07T19:17:07.548Z] Cloning with configured refspecs honoured and without tags [2020-05-07T19:17:07.554Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:17:07.554Z] > git init /home/jenkins/workspace/moby_PR-40427 # timeout=10 [2020-05-07T19:17:07.559Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:17:07.559Z] > git --version # timeout=10 [2020-05-07T19:17:07.560Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:17:07.561Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:12.420Z] #28 15.50 0.1% # 1.4% # 2.3% ## 4.1% #### 5.9% ###### 8.5% ######## 11.2% ########## 13.9% ########### 16.6% ############# 18.4% ############## 20.2% ################ 22.8% ################## 25.5% ################### 27.3% #################### 29.1% ###################### 30.9% ######################## 33.5% ######################### 35.3% ########################## 36.1% ########################## 36.9% ########################### 38.2% ############################# 40.5% ############################## 42.3% ############################### 44.1% ################################# 45.9% ################################## 47.7% ################################### 49.5% #################################### 51.3% ###################################### 53.0% ######################################## 55.7% ######################################### 57.5% ########################################### 60.2% ############################################# 62.9% ############################################## 64.7% ############################################### 66.5% ################################################# 68.2% ################################################# 68.8% ################################################## 70.2% #################################################### 72.9% ###################################################### 75.6% ####################################################### 77.4% ######################################################## 79.1% ########################################################## 81.0% ########################################################### 82.8% ############################################################ 84.5% ############################################################## 86.3% ############################################################### 88.1% ################################################################ 89.0% ################################################################# 90.8% ################################################################### 93.5% ##################################################################### 96.2% ####################################################################### 99.7% ######################################################################## 100.0% [2020-05-07T19:17:12.760Z] #28 22.44 [2020-05-07T19:17:13.946Z] #28 ... [2020-05-07T19:17:13.946Z] [2020-05-07T19:17:13.946Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:17:13.946Z] #36 71.43 Selecting previously unselected package libicu63:ppc64el. [2020-05-07T19:17:13.946Z] #36 71.44 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-05-07T19:17:13.946Z] #36 71.51 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-05-07T19:17:13.946Z] #36 ... [2020-05-07T19:17:13.946Z] [2020-05-07T19:17:13.946Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:13.946Z] #48 81.24 internal/reflectlite [2020-05-07T19:17:13.946Z] #48 81.24 github.com/LK4D4/vndr/godl/singleflight [2020-05-07T19:17:14.289Z] #48 81.32 math/rand [2020-05-07T19:17:14.289Z] #48 81.33 internal/singleflight [2020-05-07T19:17:15.482Z] #48 ... [2020-05-07T19:17:15.482Z] [2020-05-07T19:17:15.482Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:15.482Z] #11 73.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-05-07T19:17:15.482Z] #11 73.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-05-07T19:17:15.482Z] #11 73.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-05-07T19:17:15.482Z] #11 73.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-05-07T19:17:15.482Z] #11 73.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-05-07T19:17:15.482Z] #11 73.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u3 [109 kB] [2020-05-07T19:17:15.482Z] #11 73.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-05-07T19:17:15.482Z] #11 73.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-05-07T19:17:15.482Z] #11 73.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-05-07T19:17:15.482Z] #11 73.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-05-07T19:17:15.482Z] #11 73.48 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-05-07T19:17:15.482Z] #11 73.67 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-05-07T19:17:15.482Z] #11 73.68 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-05-07T19:17:15.482Z] #11 73.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-05-07T19:17:15.482Z] #11 73.72 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u3 [321 kB] [2020-05-07T19:17:15.482Z] #11 76.26 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:17:15.482Z] #11 76.54 Fetched 78.9 MB in 18s (4483 kB/s) [2020-05-07T19:17:15.482Z] #11 76.70 Selecting previously unselected package binutils-mingw-w64-i686. [2020-05-07T19:17:15.482Z] #11 76.70 (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 ... 15338 files and directories currently installed.) [2020-05-07T19:17:15.482Z] #11 76.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-05-07T19:17:15.482Z] #11 76.85 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-05-07T19:17:15.482Z] #11 81.34 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-05-07T19:17:15.482Z] #11 81.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-05-07T19:17:15.482Z] #11 81.37 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-05-07T19:17:15.847Z] #11 ... [2020-05-07T19:17:15.847Z] [2020-05-07T19:17:15.847Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:17:15.847Z] #28 25.40 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-05-07T19:17:16.581Z] #28 26.36 #=#=# [2020-05-07T19:17:17.313Z] #28 26.68 ############################################## 64.4% ######################################################################## 100.0% [2020-05-07T19:17:17.313Z] #28 ... [2020-05-07T19:17:17.313Z] [2020-05-07T19:17:17.313Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:17.313Z] #44 74.98 Selecting previously unselected package protobuf-c-compiler. [2020-05-07T19:17:17.313Z] #44 75.01 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-05-07T19:17:17.313Z] #44 75.02 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-05-07T19:17:17.313Z] #44 75.35 Selecting previously unselected package protobuf-compiler. [2020-05-07T19:17:17.313Z] #44 75.40 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:17.313Z] #44 75.44 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-05-07T19:17:17.313Z] #44 75.68 Selecting previously unselected package python-pkg-resources. [2020-05-07T19:17:17.313Z] #44 75.69 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-05-07T19:17:17.313Z] #44 75.71 Unpacking python-pkg-resources (40.8.0-1) ... [2020-05-07T19:17:17.313Z] #44 76.38 Selecting previously unselected package python-six. [2020-05-07T19:17:17.313Z] #44 76.39 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-05-07T19:17:17.313Z] #44 76.43 Unpacking python-six (1.12.0-1) ... [2020-05-07T19:17:17.313Z] #44 76.63 Selecting previously unselected package python-protobuf. [2020-05-07T19:17:17.313Z] #44 76.66 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-05-07T19:17:17.313Z] #44 76.67 Unpacking python-protobuf (3.6.1.3-2) ... [2020-05-07T19:17:17.313Z] #44 77.98 Setting up python-pkg-resources (40.8.0-1) ... [2020-05-07T19:17:17.655Z] #44 ... [2020-05-07T19:17:17.655Z] [2020-05-07T19:17:17.655Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:17.655Z] #51 84.58 + cd /tmp/tmp.oEIdSF9nKd/src/gotest.tools/gotestsum [2020-05-07T19:17:17.655Z] #51 84.58 + git checkout -q v0.3.5 [2020-05-07T19:17:17.655Z] #51 84.76 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-05-07T19:17:17.655Z] #51 ... [2020-05-07T19:17:17.655Z] [2020-05-07T19:17:17.655Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:17.655Z] #34 74.67 internal/reflectlite [2020-05-07T19:17:17.655Z] #34 74.68 sync [2020-05-07T19:17:17.655Z] #34 81.66 errors [2020-05-07T19:17:17.655Z] #34 81.68 sort [2020-05-07T19:17:17.655Z] #34 82.66 io [2020-05-07T19:17:17.655Z] #34 82.70 internal/oserror [2020-05-07T19:17:17.655Z] #34 82.74 strconv [2020-05-07T19:17:17.655Z] #34 84.08 syscall [2020-05-07T19:17:17.655Z] #34 ... [2020-05-07T19:17:17.655Z] [2020-05-07T19:17:17.655Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:17.655Z] #44 85.29 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:17.655Z] #44 85.29 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-05-07T19:17:17.655Z] #44 85.30 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:17:17.655Z] #44 85.31 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:17:17.655Z] #44 85.33 Setting up python-six (1.12.0-1) ... [2020-05-07T19:17:20.002Z] Fetching without tags [2020-05-07T19:17:19.969Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:17:19.974Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:17:19.976Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:19.992Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:17:20.008Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:17:20.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:17:20.008Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:20.583Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:17:21.278Z] Merge succeeded, producing e2088bc92ff2d32959b516a57acf66e2d2b94bf7 [2020-05-07T19:17:21.278Z] Checking out Revision e2088bc92ff2d32959b516a57acf66e2d2b94bf7 (PR-40427) [2020-05-07T19:17:21.393Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:17:21.405Z] First time build. Skipping changelog. [2020-05-07T19:17:21.563Z] using credential docker-jenkins-github-credentials [2020-05-07T19:17:21.649Z] Cloning the remote Git repository [2020-05-07T19:17:21.649Z] Cloning with configured refspecs honoured and without tags [2020-05-07T19:17:20.590Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:17:20.591Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:17:21.084Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:17:21.268Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-07T19:17:21.284Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:17:21.286Z] > git checkout -f e2088bc92ff2d32959b516a57acf66e2d2b94bf7 # timeout=10 [2020-05-07T19:17:21.399Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:17:22.317Z] + docker version [2020-05-07T19:17:22.317Z] Client: Docker Engine - Community [2020-05-07T19:17:22.317Z] Version: 19.03.7 [2020-05-07T19:17:22.317Z] API version: 1.40 [2020-05-07T19:17:22.317Z] Go version: go1.12.17 [2020-05-07T19:17:22.317Z] Git commit: 7141c199a2 [2020-05-07T19:17:22.317Z] Built: Sat Mar 7 16:48:47 2020 [2020-05-07T19:17:22.317Z] OS/Arch: linux/s390x [2020-05-07T19:17:22.317Z] Experimental: false [2020-05-07T19:17:22.317Z] [2020-05-07T19:17:22.317Z] Server: Docker Engine - Community [2020-05-07T19:17:22.317Z] Engine: [2020-05-07T19:17:22.317Z] Version: 19.03.7 [2020-05-07T19:17:22.317Z] API version: 1.40 (minimum version 1.12) [2020-05-07T19:17:22.317Z] Go version: go1.12.17 [2020-05-07T19:17:22.317Z] Git commit: 7141c199a2 [2020-05-07T19:17:22.317Z] Built: Sat Mar 7 16:47:46 2020 [2020-05-07T19:17:22.317Z] OS/Arch: linux/s390x [2020-05-07T19:17:22.317Z] Experimental: true [2020-05-07T19:17:22.317Z] containerd: [2020-05-07T19:17:22.317Z] Version: 1.2.13 [2020-05-07T19:17:22.317Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:17:22.317Z] runc: [2020-05-07T19:17:22.317Z] Version: 1.0.0-rc10 [2020-05-07T19:17:22.317Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:17:22.317Z] docker-init: [2020-05-07T19:17:22.317Z] Version: 0.18.0 [2020-05-07T19:17:22.317Z] GitCommit: fec3683 [Pipeline] sh [2020-05-07T19:17:22.685Z] #44 ... [2020-05-07T19:17:22.685Z] [2020-05-07T19:17:22.685Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:22.685Z] #34 89.78 strings [2020-05-07T19:17:22.689Z] + docker info [2020-05-07T19:17:23.116Z] Client: [2020-05-07T19:17:23.116Z] Debug Mode: false [2020-05-07T19:17:23.116Z] [2020-05-07T19:17:23.116Z] Server: [2020-05-07T19:17:23.116Z] Containers: 0 [2020-05-07T19:17:23.116Z] Running: 0 [2020-05-07T19:17:23.116Z] Paused: 0 [2020-05-07T19:17:23.116Z] Stopped: 0 [2020-05-07T19:17:23.116Z] Images: 0 [2020-05-07T19:17:23.116Z] Server Version: 19.03.7 [2020-05-07T19:17:23.116Z] Storage Driver: overlay2 [2020-05-07T19:17:23.116Z] Backing Filesystem: [2020-05-07T19:17:23.116Z] Supports d_type: true [2020-05-07T19:17:23.116Z] Native Overlay Diff: true [2020-05-07T19:17:23.116Z] Logging Driver: json-file [2020-05-07T19:17:23.116Z] Cgroup Driver: cgroupfs [2020-05-07T19:17:23.116Z] Plugins: [2020-05-07T19:17:23.116Z] Volume: local [2020-05-07T19:17:23.116Z] Network: bridge host ipvlan macvlan null overlay [2020-05-07T19:17:23.116Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-05-07T19:17:23.116Z] Swarm: inactive [2020-05-07T19:17:23.116Z] Runtimes: runc [2020-05-07T19:17:23.116Z] Default Runtime: runc [2020-05-07T19:17:23.116Z] Init Binary: docker-init [2020-05-07T19:17:23.116Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-05-07T19:17:23.116Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:17:23.116Z] init version: fec3683 [2020-05-07T19:17:23.116Z] Security Options: [2020-05-07T19:17:23.116Z] apparmor [2020-05-07T19:17:23.116Z] seccomp [2020-05-07T19:17:23.116Z] Profile: default [2020-05-07T19:17:23.116Z] Kernel Version: 4.15.0-88-generic [2020-05-07T19:17:23.116Z] Operating System: Ubuntu 18.04.4 LTS [2020-05-07T19:17:23.116Z] OSType: linux [2020-05-07T19:17:23.116Z] Architecture: s390x [2020-05-07T19:17:23.116Z] CPUs: 2 [2020-05-07T19:17:23.116Z] Total Memory: 7.861GiB [2020-05-07T19:17:23.116Z] Name: s390x-ubuntu-25 [2020-05-07T19:17:23.116Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-05-07T19:17:23.116Z] Docker Root Dir: /var/lib/docker [2020-05-07T19:17:23.116Z] Debug Mode: false [2020-05-07T19:17:23.116Z] Username: dockerbuildbot [2020-05-07T19:17:23.116Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:17:23.116Z] Labels: [2020-05-07T19:17:23.116Z] Experimental: true [2020-05-07T19:17:23.116Z] Insecure Registries: [2020-05-07T19:17:23.116Z] 127.0.0.0/8 [2020-05-07T19:17:23.116Z] Live Restore Enabled: false [2020-05-07T19:17:23.116Z] [2020-05-07T19:17:23.116Z] WARNING: No swap limit support [Pipeline] sh [2020-05-07T19:17:23.161Z] #34 89.87 bytes [2020-05-07T19:17:23.489Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:17:23.490Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:17:23.490Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40427/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-05-07T19:17:23.772Z] + bash /home/jenkins/workspace/moby_PR-40427/check-config.sh [2020-05-07T19:17:23.772Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-05-07T19:17:23.772Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-05-07T19:17:23.772Z] [2020-05-07T19:17:23.772Z] Generally Necessary: [2020-05-07T19:17:23.772Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-05-07T19:17:23.772Z] - apparmor: enabled and tools installed [2020-05-07T19:17:23.772Z] - CONFIG_NAMESPACES: enabled [2020-05-07T19:17:23.772Z] - CONFIG_NET_NS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_PID_NS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_IPC_NS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_UTS_NS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUPS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_DEVICE: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_FREEZER: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_SCHED: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CPUSETS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_MEMCG: enabled [2020-05-07T19:17:23.772Z] - CONFIG_KEYS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_VETH: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_BRIDGE: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NF_NAT: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-05-07T19:17:23.772Z] - CONFIG_POSIX_MQUEUE: enabled [2020-05-07T19:17:23.772Z] [2020-05-07T19:17:23.772Z] Optional Features: [2020-05-07T19:17:23.772Z] - CONFIG_USER_NS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_SECCOMP: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_PIDS: enabled [2020-05-07T19:17:23.772Z] - CONFIG_MEMCG_SWAP: enabled [2020-05-07T19:17:23.772Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-05-07T19:17:23.772Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-05-07T19:17:23.772Z] - CONFIG_BLK_CGROUP: enabled [2020-05-07T19:17:23.772Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-05-07T19:17:23.772Z] - CONFIG_IOSCHED_CFQ: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_PERF: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-05-07T19:17:23.772Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-05-07T19:17:23.772Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-05-07T19:17:23.772Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-05-07T19:17:23.772Z] - CONFIG_RT_GROUP_SCHED: missing [2020-05-07T19:17:23.772Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_IP_VS: enabled (as module) [2020-05-07T19:17:23.772Z] - CONFIG_IP_VS_NFCT: enabled [2020-05-07T19:17:23.772Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-05-07T19:17:21.855Z] Cloning repository https://github.com/moby/moby.git [2020-05-07T19:17:22.298Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-05-07T19:17:22.925Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:17:22.925Z] > git --version # timeout=10 [2020-05-07T19:17:22.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:17:22.972Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:24.053Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-05-07T19:17:24.053Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_EXT4_FS: enabled [2020-05-07T19:17:24.053Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-05-07T19:17:24.053Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-05-07T19:17:24.053Z] - Network Drivers: [2020-05-07T19:17:24.053Z] - "overlay": [2020-05-07T19:17:24.053Z] - CONFIG_VXLAN: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-05-07T19:17:24.053Z] Optional (for encrypted networks): [2020-05-07T19:17:24.053Z] - CONFIG_CRYPTO: enabled [2020-05-07T19:17:24.053Z] - CONFIG_CRYPTO_AEAD: enabled [2020-05-07T19:17:24.053Z] - CONFIG_CRYPTO_GCM: enabled [2020-05-07T19:17:24.053Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-05-07T19:17:24.053Z] - CONFIG_CRYPTO_GHASH: enabled [2020-05-07T19:17:24.053Z] - CONFIG_XFRM: enabled [2020-05-07T19:17:24.053Z] - CONFIG_XFRM_USER: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_INET_ESP: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-05-07T19:17:24.053Z] - "ipvlan": [2020-05-07T19:17:24.053Z] - CONFIG_IPVLAN: enabled (as module) [2020-05-07T19:17:24.053Z] - "macvlan": [2020-05-07T19:17:24.053Z] - CONFIG_MACVLAN: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_DUMMY: enabled (as module) [2020-05-07T19:17:24.053Z] - "ftp,tftp client in container": [2020-05-07T19:17:24.053Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-05-07T19:17:24.053Z] - Storage Drivers: [2020-05-07T19:17:24.053Z] - "aufs": [2020-05-07T19:17:24.053Z] - CONFIG_AUFS_FS: enabled (as module) [2020-05-07T19:17:24.053Z] - "btrfs": [2020-05-07T19:17:24.053Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-05-07T19:17:24.053Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-05-07T19:17:24.054Z] - "devicemapper": [2020-05-07T19:17:24.054Z] - CONFIG_BLK_DEV_DM: enabled [2020-05-07T19:17:24.054Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-05-07T19:17:24.054Z] - "overlay": [2020-05-07T19:17:24.054Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-05-07T19:17:24.054Z] - "zfs": [2020-05-07T19:17:24.054Z] - /dev/zfs: missing [2020-05-07T19:17:24.054Z] - zfs command: missing [2020-05-07T19:17:24.054Z] - zpool command: missing [2020-05-07T19:17:24.054Z] [2020-05-07T19:17:24.054Z] Limits: [2020-05-07T19:17:24.054Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-05-07T19:17:24.054Z] [2020-05-07T19:17:24.054Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-05-07T19:17:24.499Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 . [2020-05-07T19:17:24.499Z] #2 [internal] load .dockerignore [2020-05-07T19:17:24.499Z] #2 transferring context: 87B done [2020-05-07T19:17:24.499Z] #2 DONE 0.0s [2020-05-07T19:17:24.499Z] [2020-05-07T19:17:24.499Z] #1 [internal] load build definition from Dockerfile [2020-05-07T19:17:24.499Z] #1 transferring dockerfile: 17.09kB done [2020-05-07T19:17:24.499Z] #1 DONE 0.0s [2020-05-07T19:17:24.499Z] [2020-05-07T19:17:24.499Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-05-07T19:17:24.792Z] #3 DONE 0.2s [2020-05-07T19:17:24.792Z] [2020-05-07T19:17:24.792Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-05-07T19:17:24.792Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-05-07T19:17:24.792Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s [2020-05-07T19:17:24.792Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-05-07T19:17:24.792Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-05-07T19:17:24.792Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-05-07T19:17:25.074Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 5.22MB / 8.88MB 0.1s [2020-05-07T19:17:25.074Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-05-07T19:17:25.074Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-05-07T19:17:25.074Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-05-07T19:17:25.355Z] #4 DONE 0.5s [2020-05-07T19:17:25.500Z] #34 ... [2020-05-07T19:17:25.500Z] [2020-05-07T19:17:25.500Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:17:25.500Z] #36 83.64 Selecting previously unselected package libxml2:ppc64el. [2020-05-07T19:17:25.500Z] #36 83.66 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 83.72 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-05-07T19:17:25.500Z] #36 84.65 Selecting previously unselected package libarchive13:ppc64el. [2020-05-07T19:17:25.500Z] #36 84.66 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 84.66 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-05-07T19:17:25.500Z] #36 85.36 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-05-07T19:17:25.500Z] #36 85.42 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 85.45 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-05-07T19:17:25.500Z] #36 85.75 Selecting previously unselected package librhash0:ppc64el. [2020-05-07T19:17:25.500Z] #36 85.79 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 85.80 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-05-07T19:17:25.500Z] #36 86.35 Selecting previously unselected package libuv1:ppc64el. [2020-05-07T19:17:25.500Z] #36 86.35 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 86.37 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-05-07T19:17:25.500Z] #36 86.74 Selecting previously unselected package cmake. [2020-05-07T19:17:25.500Z] #36 86.79 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-05-07T19:17:25.500Z] #36 86.80 Unpacking cmake (3.13.4-1) ... [2020-05-07T19:17:25.500Z] #36 91.77 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-05-07T19:17:25.500Z] #36 91.82 Setting up xxd (2:8.1.0875-5) ... [2020-05-07T19:17:25.500Z] #36 91.84 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-05-07T19:17:25.500Z] #36 91.87 Setting up vim-common (2:8.1.0875-5) ... [2020-05-07T19:17:25.500Z] #36 91.96 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-05-07T19:17:25.500Z] #36 91.99 Setting up cmake-data (3.13.4-1) ... [2020-05-07T19:17:25.500Z] #36 92.02 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-05-07T19:17:25.500Z] #36 92.03 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-05-07T19:17:25.500Z] #36 92.06 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-05-07T19:17:25.500Z] #36 92.15 Setting up cmake (3.13.4-1) ... [2020-05-07T19:17:25.500Z] #36 92.16 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:17:25.500Z] #36 92.33 Processing triggers for mime-support (3.62) ... [2020-05-07T19:17:25.500Z] #36 DONE 92.7s [2020-05-07T19:17:25.500Z] [2020-05-07T19:17:25.500Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:17:25.500Z] #31 91.20 Checking out files: 57% (872/1521) Checking out files: 58% (883/1521) Checking out files: 59% (898/1521) Checking out files: 60% (913/1521) Checking out files: 61% (928/1521) Checking out files: 62% (944/1521) Checking out files: 63% (959/1521) Checking out files: 64% (974/1521) Checking out files: 65% (989/1521) Checking out files: 66% (1004/1521) Checking out files: 67% (1020/1521) Checking out files: 68% (1035/1521) Checking out files: 69% (1050/1521) Checking out files: 70% (1065/1521) Checking out files: 71% (1080/1521) Checking out files: 72% (1096/1521) Checking out files: 73% (1111/1521) Checking out files: 74% (1126/1521) Checking out files: 75% (1141/1521) Checking out files: 76% (1156/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/1521) Checking out files: 93% (1415/1521) [2020-05-07T19:17:25.500Z] #31 ... [2020-05-07T19:17:25.500Z] [2020-05-07T19:17:25.500Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:17:25.500Z] #37 DONE 0.2s [2020-05-07T19:17:25.500Z] [2020-05-07T19:17:25.500Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:17:25.500Z] #38 DONE 0.1s [2020-05-07T19:17:25.500Z] [2020-05-07T19:17:25.500Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:17:25.851Z] #31 91.20 Checking out files: 57% (872/1521) Checking out files: 58% (883/1521) Checking out files: 59% (898/1521) Checking out files: 60% (913/1521) Checking out files: 61% (928/1521) Checking out files: 62% (944/1521) Checking out files: 63% (959/1521) Checking out files: 64% (974/1521) Checking out files: 65% (989/1521) Checking out files: 66% (1004/1521) Checking out files: 67% (1020/1521) Checking out files: 68% (1035/1521) Checking out files: 69% (1050/1521) Checking out files: 70% (1065/1521) Checking out files: 71% (1080/1521) Checking out files: 72% (1096/1521) Checking out files: 73% (1111/1521) Checking out files: 74% (1126/1521) Checking out files: 75% (1141/1521) Checking out files: 76% (1156/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/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: 99% (1514/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-05-07T19:17:25.851Z] #31 93.28 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-05-07T19:17:25.978Z] [2020-05-07T19:17:25.978Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-05-07T19:17:25.978Z] #6 DONE 0.2s [2020-05-07T19:17:25.978Z] [2020-05-07T19:17:25.978Z] #5 [internal] load metadata for docker.io/library/golang:1.13.10-buster [2020-05-07T19:17:25.978Z] #5 DONE 0.2s [2020-05-07T19:17:25.978Z] [2020-05-07T19:17:25.978Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:17:25.978Z] #7 resolve docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f done [2020-05-07T19:17:25.978Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 0B / 48.96MB 0.1s [2020-05-07T19:17:25.978Z] #7 sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f 1.42kB / 1.42kB done [2020-05-07T19:17:25.978Z] #7 sha256:096248e7dc3bfc779755095bda067ce6279c8d1ae740919daf2019ceb1e2c113 1.79kB / 1.79kB done [2020-05-07T19:17:25.978Z] #7 sha256:e66e95de76709b7cf612a109827338d02d357394fb4384afa65afdb6b055c9da 5.46kB / 5.46kB done [2020-05-07T19:17:25.978Z] #7 sha256:2b3e752e672f7ad4df3bc70ad7e3a5cf780c05c6913d856a0c0f0b9fe01a2fd7 0B / 7.38MB 0.1s [2020-05-07T19:17:25.978Z] #7 sha256:a38d446f6063ddcf824c977df528ad247ee63a20b25390fba88c3b637444ad78 2.13MB / 9.88MB 0.1s [2020-05-07T19:17:26.188Z] #31 93.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-05-07T19:17:26.274Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 7.68MB / 48.96MB 0.3s [2020-05-07T19:17:26.274Z] #7 sha256:2b3e752e672f7ad4df3bc70ad7e3a5cf780c05c6913d856a0c0f0b9fe01a2fd7 7.38MB / 7.38MB 0.2s done [2020-05-07T19:17:26.274Z] #7 sha256:a38d446f6063ddcf824c977df528ad247ee63a20b25390fba88c3b637444ad78 8.03MB / 9.88MB 0.3s [2020-05-07T19:17:26.274Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 0B / 51.37MB 0.3s [2020-05-07T19:17:26.274Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 14.42MB / 48.96MB 0.4s [2020-05-07T19:17:26.274Z] #7 sha256:a38d446f6063ddcf824c977df528ad247ee63a20b25390fba88c3b637444ad78 9.88MB / 9.88MB 0.3s done [2020-05-07T19:17:26.274Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 3.74MB / 51.37MB 0.4s [2020-05-07T19:17:26.274Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 0B / 56.67MB 0.4s [2020-05-07T19:17:26.560Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 20.12MB / 48.96MB 0.5s [2020-05-07T19:17:26.560Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 7.28MB / 51.37MB 0.5s [2020-05-07T19:17:26.560Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 23.85MB / 48.96MB 0.7s [2020-05-07T19:17:26.560Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 12.45MB / 51.37MB 0.7s [2020-05-07T19:17:26.560Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 9.11MB / 56.67MB 0.7s [2020-05-07T19:17:26.846Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 12.04MB / 56.67MB 0.8s [2020-05-07T19:17:26.846Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 27.75MB / 48.96MB 0.9s [2020-05-07T19:17:26.846Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 16.63MB / 51.37MB 0.9s [2020-05-07T19:17:26.846Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 15.91MB / 56.67MB 0.9s [2020-05-07T19:17:26.846Z] #7 ... [2020-05-07T19:17:26.846Z] [2020-05-07T19:17:26.846Z] #20 [internal] load build context [2020-05-07T19:17:26.846Z] #20 transferring context: 50.15MB 1.0s done [2020-05-07T19:17:26.846Z] #20 DONE 1.1s [2020-05-07T19:17:26.846Z] [2020-05-07T19:17:26.846Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:17:26.846Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 31.12MB / 48.96MB 1.0s [2020-05-07T19:17:26.846Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 19.93MB / 51.37MB 1.0s [2020-05-07T19:17:26.846Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 19.85MB / 56.67MB 1.0s [2020-05-07T19:17:27.138Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 38.24MB / 48.96MB 1.2s [2020-05-07T19:17:27.138Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 26.58MB / 51.37MB 1.2s [2020-05-07T19:17:27.138Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 27.78MB / 56.67MB 1.2s [2020-05-07T19:17:27.138Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 42.49MB / 48.96MB 1.3s [2020-05-07T19:17:27.138Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 30.45MB / 51.37MB 1.3s [2020-05-07T19:17:27.138Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 31.42MB / 56.67MB 1.3s [2020-05-07T19:17:27.429Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 48.96MB / 48.96MB 1.5s [2020-05-07T19:17:27.429Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 38.88MB / 51.37MB 1.5s [2020-05-07T19:17:27.429Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 39.74MB / 56.67MB 1.5s [2020-05-07T19:17:27.721Z] #7 sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 48.96MB / 48.96MB 1.5s done [2020-05-07T19:17:27.721Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 49.43MB / 51.37MB 1.7s [2020-05-07T19:17:27.721Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 52.15MB / 56.67MB 1.8s [2020-05-07T19:17:27.721Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 2.10MB / 102.23MB 1.7s [2020-05-07T19:17:27.721Z] #7 extracting sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 [2020-05-07T19:17:27.721Z] #7 sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 51.37MB / 51.37MB 1.8s done [2020-05-07T19:17:27.721Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 56.67MB / 56.67MB 1.9s [2020-05-07T19:17:27.721Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 14.00MB / 102.23MB 1.9s [2020-05-07T19:17:27.721Z] #7 sha256:19f86520d8b752849e95361c289504ecc5a52e2e0c04d09f819a4ee04ae3c270 155B / 155B 1.8s done [2020-05-07T19:17:27.896Z] #31 ... [2020-05-07T19:17:27.896Z] [2020-05-07T19:17:27.897Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:17:27.897Z] #28 27.23 [2020-05-07T19:17:27.897Z] #28 30.03 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-05-07T19:17:27.897Z] #28 30.78 #=#=# [2020-05-07T19:17:27.897Z] #28 31.08 #=#=# ############################################# 62.6% ######################################################################## 100.0% [2020-05-07T19:17:27.897Z] #28 31.43 [2020-05-07T19:17:27.897Z] #28 33.81 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-05-07T19:17:27.897Z] #28 33.92 skipping existing c8c2d4a6b2e3 [2020-05-07T19:17:27.897Z] #28 34.20 [2020-05-07T19:17:27.897Z] #28 36.77 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-05-07T19:17:28.010Z] #7 sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 56.67MB / 56.67MB 1.9s done [2020-05-07T19:17:28.010Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 20.74MB / 102.23MB 2.0s [2020-05-07T19:17:28.010Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 27.49MB / 102.23MB 2.1s [2020-05-07T19:17:28.244Z] #28 37.68 #=#=# [2020-05-07T19:17:28.299Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 35.52MB / 102.23MB 2.2s [2020-05-07T19:17:28.299Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 47.30MB / 102.23MB 2.3s [2020-05-07T19:17:28.299Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 65.34MB / 102.23MB 2.5s [2020-05-07T19:17:28.582Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 75.75MB / 102.23MB 2.6s [2020-05-07T19:17:28.582Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 87.29MB / 102.23MB 2.7s [2020-05-07T19:17:28.597Z] #28 38.00 ######################################################################## 100.0% [2020-05-07T19:17:28.597Z] #28 38.27 [2020-05-07T19:17:28.597Z] #28 38.38 Download of images into '/build' complete. [2020-05-07T19:17:28.864Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 99.08MB / 102.23MB 2.8s [2020-05-07T19:17:28.864Z] #7 ... [2020-05-07T19:17:28.864Z] [2020-05-07T19:17:28.864Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-05-07T19:17:28.864Z] #71 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-05-07T19:17:28.864Z] #71 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-05-07T19:17:28.864Z] #71 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-05-07T19:17:28.864Z] #71 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.0s done [2020-05-07T19:17:28.864Z] #71 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done [2020-05-07T19:17:28.864Z] #71 DONE 3.0s [2020-05-07T19:17:28.864Z] [2020-05-07T19:17:28.864Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6... [2020-05-07T19:17:28.864Z] #7 sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 102.23MB / 102.23MB 2.9s done [2020-05-07T19:17:28.941Z] #28 38.38 Use something like the following to load the result into a Docker daemon: [2020-05-07T19:17:28.941Z] #28 38.38 tar -cC '/build' . | docker load [2020-05-07T19:17:28.941Z] #28 DONE 38.5s [2020-05-07T19:17:28.941Z] [2020-05-07T19:17:28.941Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:28.941Z] #39 0.417 + RM_GOPATH=0 [2020-05-07T19:17:28.941Z] #39 0.418 + TMP_GOPATH= [2020-05-07T19:17:28.941Z] #39 0.418 + : /build [2020-05-07T19:17:28.941Z] #39 0.418 + '[' -z '' ']' [2020-05-07T19:17:28.941Z] #39 0.419 ++ mktemp -d [2020-05-07T19:17:28.941Z] #39 0.427 + export GOPATH=/tmp/tmp.Gi6EG03MKO [2020-05-07T19:17:28.941Z] #39 0.428 + GOPATH=/tmp/tmp.Gi6EG03MKO [2020-05-07T19:17:28.941Z] #39 0.428 + RM_GOPATH=1 [2020-05-07T19:17:28.941Z] #39 0.435 ++ dirname ./install.sh [2020-05-07T19:17:28.941Z] #39 0.448 + dir=. [2020-05-07T19:17:28.941Z] #39 0.448 + bin=tini [2020-05-07T19:17:28.941Z] #39 0.448 + shift [2020-05-07T19:17:28.941Z] #39 0.448 + '[' '!' -f ./tini.installer ']' [2020-05-07T19:17:28.941Z] #39 0.448 + . ./tini.installer [2020-05-07T19:17:28.941Z] #39 0.456 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:17:28.941Z] #39 0.457 + install_tini [2020-05-07T19:17:28.941Z] #39 0.463 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-05-07T19:17:28.941Z] #39 0.463 + git clone https://github.com/krallin/tini.git /tmp/tmp.Gi6EG03MKO/tini [2020-05-07T19:17:28.941Z] #39 0.463 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:17:28.941Z] #39 0.475 Cloning into '/tmp/tmp.Gi6EG03MKO/tini'... [2020-05-07T19:17:28.941Z] #39 1.957 + cd /tmp/tmp.Gi6EG03MKO/tini [2020-05-07T19:17:28.941Z] #39 1.957 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:17:28.941Z] #39 2.017 + cmake . [2020-05-07T19:17:28.941Z] #39 3.447 -- The C compiler identification is GNU 8.3.0 [2020-05-07T19:17:29.283Z] #39 3.627 -- Check for working C compiler: /usr/bin/cc [2020-05-07T19:17:29.283Z] #39 ... [2020-05-07T19:17:29.283Z] [2020-05-07T19:17:29.283Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:29.283Z] #48 86.65 sort [2020-05-07T19:17:29.283Z] #48 86.68 strconv [2020-05-07T19:17:29.283Z] #48 86.73 io [2020-05-07T19:17:29.283Z] #48 86.79 syscall [2020-05-07T19:17:29.283Z] #48 93.52 bytes [2020-05-07T19:17:29.283Z] #48 93.67 strings [2020-05-07T19:17:29.479Z] #7 extracting sha256:21544d2d1a0f1cb5666bb8ad68a1dd7dff9022d1f9e2e096808ab6ce5c4c9275 1.9s done [2020-05-07T19:17:29.621Z] #48 ... [2020-05-07T19:17:29.621Z] [2020-05-07T19:17:29.621Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:29.621Z] #11 87.16 Selecting previously unselected package binutils-mingw-w64. [2020-05-07T19:17:29.621Z] #11 87.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-05-07T19:17:29.621Z] #11 87.17 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-05-07T19:17:29.621Z] #11 87.49 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-05-07T19:17:29.621Z] #11 87.51 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-05-07T19:17:29.621Z] #11 87.53 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-05-07T19:17:29.621Z] #11 87.98 Selecting previously unselected package dmsetup. [2020-05-07T19:17:29.621Z] #11 88.00 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-05-07T19:17:29.621Z] #11 88.01 Unpacking dmsetup (2:1.02.155-3) ... [2020-05-07T19:17:29.621Z] #11 88.36 Selecting previously unselected package mingw-w64-common. [2020-05-07T19:17:29.621Z] #11 88.37 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-05-07T19:17:29.621Z] #11 88.38 Unpacking mingw-w64-common (6.0.0-3) ... [2020-05-07T19:17:29.621Z] #11 ... [2020-05-07T19:17:29.621Z] [2020-05-07T19:17:29.621Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:29.621Z] #44 91.26 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-05-07T19:17:29.621Z] #44 91.26 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-05-07T19:17:29.621Z] #44 91.27 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:29.621Z] #44 91.29 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-05-07T19:17:29.621Z] #44 91.29 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:29.621Z] #44 91.31 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-05-07T19:17:29.621Z] #44 91.32 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-05-07T19:17:29.621Z] #44 91.34 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-05-07T19:17:29.621Z] #44 91.37 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-05-07T19:17:29.621Z] #44 91.39 Setting up python-protobuf (3.6.1.3-2) ... [2020-05-07T19:17:29.761Z] #7 extracting sha256:2b3e752e672f7ad4df3bc70ad7e3a5cf780c05c6913d856a0c0f0b9fe01a2fd7 [2020-05-07T19:17:30.042Z] #7 extracting sha256:2b3e752e672f7ad4df3bc70ad7e3a5cf780c05c6913d856a0c0f0b9fe01a2fd7 0.3s done [2020-05-07T19:17:30.042Z] #7 extracting sha256:a38d446f6063ddcf824c977df528ad247ee63a20b25390fba88c3b637444ad78 [2020-05-07T19:17:30.324Z] #7 extracting sha256:a38d446f6063ddcf824c977df528ad247ee63a20b25390fba88c3b637444ad78 0.3s done [2020-05-07T19:17:30.345Z] #44 ... [2020-05-07T19:17:30.345Z] [2020-05-07T19:17:30.345Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:30.345Z] #39 4.662 -- Check for working C compiler: /usr/bin/cc -- works [2020-05-07T19:17:30.345Z] #39 4.667 -- Detecting C compiler ABI info [2020-05-07T19:17:30.605Z] #7 extracting sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c [2020-05-07T19:17:31.082Z] #39 5.638 -- Detecting C compiler ABI info - done [2020-05-07T19:17:31.082Z] #39 5.811 -- Detecting C compile features [2020-05-07T19:17:32.074Z] #7 extracting sha256:a31e1ba86655c6b448501fd4f602877c3220a41eda522b70f45131fa9b93620c 1.2s done [2020-05-07T19:17:32.074Z] #7 extracting sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 0.1s [2020-05-07T19:17:32.253Z] #39 ... [2020-05-07T19:17:32.253Z] [2020-05-07T19:17:32.253Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:32.253Z] #57 89.37 strconv [2020-05-07T19:17:32.253Z] #57 89.38 io [2020-05-07T19:17:32.253Z] #57 89.43 sort [2020-05-07T19:17:32.253Z] #57 89.46 syscall [2020-05-07T19:17:32.253Z] #57 98.83 strings [2020-05-07T19:17:32.253Z] #57 98.86 bytes [2020-05-07T19:17:32.608Z] #57 ... [2020-05-07T19:17:32.608Z] [2020-05-07T19:17:32.608Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:32.608Z] #11 99.07 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-05-07T19:17:32.608Z] #11 99.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-05-07T19:17:32.608Z] #11 99.10 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-05-07T19:17:34.092Z] #7 extracting sha256:0b15927cdbb1553be75fb788eaa560a4144d068a8be6519f947b1395a71e8519 1.6s done [2020-05-07T19:17:34.092Z] #7 extracting sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f [2020-05-07T19:17:36.497Z] #11 ... [2020-05-07T19:17:36.497Z] [2020-05-07T19:17:36.497Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:36.497Z] #44 103.7 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-05-07T19:17:36.497Z] #44 103.7 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:17:36.497Z] #44 DONE 104.1s [2020-05-07T19:17:36.497Z] [2020-05-07T19:17:36.497Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:36.497Z] #39 9.185 -- Detecting C compile features - done [2020-05-07T19:17:36.497Z] #39 9.254 -- Performing Test HAS_BUILTIN_FORTIFY [2020-05-07T19:17:36.497Z] #39 9.705 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-05-07T19:17:36.497Z] #39 9.934 -- Configuring done [2020-05-07T19:17:36.497Z] #39 9.962 -- Generating done [2020-05-07T19:17:36.497Z] #39 9.998 -- Build files have been written to: /tmp/tmp.Gi6EG03MKO/tini [2020-05-07T19:17:36.497Z] #39 10.02 + make tini-static [2020-05-07T19:17:36.497Z] #39 10.83 Scanning dependencies of target tini-static [2020-05-07T19:17:36.497Z] #39 11.13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-05-07T19:17:36.762Z] #7 extracting sha256:b47836aa382c2571894870ba850fbf374c64b811d54a31713a5986f5bb6c8d3f 2.5s done [2020-05-07T19:17:36.762Z] #7 extracting sha256:19f86520d8b752849e95361c289504ecc5a52e2e0c04d09f819a4ee04ae3c270 0.0s done [2020-05-07T19:17:37.044Z] #7 DONE 11.1s [2020-05-07T19:17:37.044Z] [2020-05-07T19:17:37.044Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-05-07T19:17:38.062Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:17:38.519Z] #8 DONE 1.6s [2020-05-07T19:17:38.519Z] [2020-05-07T19:17:38.519Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-05-07T19:17:38.998Z] [2020-05-07T19:17:38.998Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:17:39.119Z] Fetching without tags [2020-05-07T19:17:39.565Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:17:39.565Z] HOSTNAME=1c8f022b87a3 [2020-05-07T19:17:39.565Z] TESTDEBUG=0 [2020-05-07T19:17:39.565Z] DEST=bundles/test-integration [2020-05-07T19:17:39.565Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:17:39.565Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:17:39.565Z] container=docker [2020-05-07T19:17:39.565Z] HOME=/root [2020-05-07T19:17:39.565Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:17:39.565Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:17:39.565Z] VALIDATE_BRANCH=master [2020-05-07T19:17:39.565Z] TERM=xterm [2020-05-07T19:17:39.565Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:17:39.565Z] SHLVL=1 [2020-05-07T19:17:39.565Z] TIMEOUT=120m [2020-05-07T19:17:39.565Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:17:39.565Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:17:39.565Z] GO111MODULE=off [2020-05-07T19:17:39.565Z] DOCKER_EXPERIMENTAL=1 [2020-05-07T19:17:39.565Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-05-07T19:17:39.565Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:17:39.565Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:17:39.565Z] GOPATH=/go [2020-05-07T19:17:39.565Z] PKG_CONFIG=pkg-config [2020-05-07T19:17:39.565Z] _=/usr/bin/env [2020-05-07T19:17:39.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:17:39.849Z] Merging remotes/origin/master commit b453b64d0475f196ad08676d00c10f93baf338e6 into PR head commit f337a8d21d9902772a766f57475a5512405c86c5 [2020-05-07T19:17:39.991Z] #9 DONE 1.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:39.991Z] #10 ... [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-05-07T19:17:39.991Z] #29 DONE 0.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-05-07T19:17:39.991Z] #40 DONE 0.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:17:39.991Z] #21 DONE 0.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-05-07T19:17:39.991Z] #55 DONE 0.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:17:39.991Z] #22 DONE 0.1s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-05-07T19:17:39.991Z] #46 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-05-07T19:17:39.991Z] #52 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-05-07T19:17:39.991Z] #73 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-05-07T19:17:39.991Z] #67 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-05-07T19:17:39.991Z] #49 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-05-07T19:17:39.991Z] #32 DONE 0.2s [2020-05-07T19:17:39.991Z] [2020-05-07T19:17:39.991Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:40.424Z] #39 14.40 [100%] Linking C executable tini-static [2020-05-07T19:17:40.775Z] #39 15.43 [100%] Built target tini-static [2020-05-07T19:17:41.118Z] #39 15.56 + mkdir -p /build [2020-05-07T19:17:41.118Z] #39 15.56 + cp tini-static /build/docker-init [2020-05-07T19:17:41.118Z] #39 DONE 15.7s [2020-05-07T19:17:41.118Z] [2020-05-07T19:17:41.118Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:17:41.118Z] #45 2.241 Note: Building without setproctitle() and strlcpy() support. [2020-05-07T19:17:41.118Z] #45 2.241 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-05-07T19:17:41.118Z] #45 2.273 Note: Building without GnuTLS support [2020-05-07T19:17:41.118Z] #45 4.555 fatal: not a git repository (or any of the parent directories): .git [2020-05-07T19:17:41.118Z] #45 4.644 GEN .gitid [2020-05-07T19:17:41.118Z] #45 4.682 GEN criu/include/version.h [2020-05-07T19:17:41.459Z] #45 4.808 GEN include/common/asm [2020-05-07T19:17:38.817Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:17:38.864Z] > git config --add remote.origin.fetch +refs/pull/40427/head:refs/remotes/origin/PR-40427 # timeout=10 [2020-05-07T19:17:38.908Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:39.028Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-05-07T19:17:39.154Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-05-07T19:17:39.154Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-05-07T19:17:39.156Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40427/head:refs/remotes/origin/PR-40427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-07T19:17:39.963Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:17:40.006Z] > git checkout -f f337a8d21d9902772a766f57475a5512405c86c5 # timeout=10 [2020-05-07T19:17:43.171Z] #45 ... [2020-05-07T19:17:43.171Z] [2020-05-07T19:17:43.171Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:43.171Z] #11 110.4 Selecting previously unselected package gcc-mingw-w64-base. [2020-05-07T19:17:43.171Z] #11 110.4 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-05-07T19:17:43.171Z] #11 110.4 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:17:43.171Z] #11 110.9 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-05-07T19:17:43.171Z] #11 110.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-05-07T19:17:43.171Z] #11 110.9 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:17:43.620Z] Merge succeeded, producing 653ddafd11d75c55dd3f61f05dece6552c6583e2 [2020-05-07T19:17:43.621Z] Checking out Revision 653ddafd11d75c55dd3f61f05dece6552c6583e2 (PR-40427) [2020-05-07T19:17:44.410Z] #50 4.204 + RM_GOPATH=0 [2020-05-07T19:17:44.410Z] #50 4.204 + TMP_GOPATH= [2020-05-07T19:17:44.410Z] #50 4.204 + : /build [2020-05-07T19:17:44.410Z] #50 4.204 + '[' -z '' ']' [2020-05-07T19:17:44.410Z] #50 4.204 ++ mktemp -d [2020-05-07T19:17:44.410Z] #50 4.205 + export GOPATH=/tmp/tmp.5wbBooaylE [2020-05-07T19:17:44.410Z] #50 4.205 + GOPATH=/tmp/tmp.5wbBooaylE [2020-05-07T19:17:44.410Z] #50 4.205 + RM_GOPATH=1 [2020-05-07T19:17:44.410Z] #50 4.205 ++ dirname ./install.sh [2020-05-07T19:17:44.410Z] #50 4.215 + dir=. [2020-05-07T19:17:44.410Z] #50 4.215 + bin=gotestsum [2020-05-07T19:17:44.410Z] #50 4.215 + shift [2020-05-07T19:17:44.410Z] #50 4.215 + '[' '!' -f ./gotestsum.installer ']' [2020-05-07T19:17:44.410Z] #50 4.215 + . ./gotestsum.installer [2020-05-07T19:17:44.410Z] #50 4.216 ++ : v0.3.5 [2020-05-07T19:17:44.410Z] #50 4.216 + install_gotestsum [2020-05-07T19:17:44.410Z] #50 4.216 + echo 'Installing gotestsum version v0.3.5' [2020-05-07T19:17:44.410Z] #50 4.216 Installing gotestsum version v0.3.5 [2020-05-07T19:17:44.410Z] #50 4.216 + go get -d gotest.tools/gotestsum [2020-05-07T19:17:42.404Z] > git merge b453b64d0475f196ad08676d00c10f93baf338e6 # timeout=10 [2020-05-07T19:17:43.519Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-05-07T19:17:43.652Z] > git config core.sparsecheckout # timeout=10 [2020-05-07T19:17:43.696Z] > git checkout -f 653ddafd11d75c55dd3f61f05dece6552c6583e2 # timeout=10 [2020-05-07T19:17:45.417Z] #50 ... [2020-05-07T19:17:45.417Z] [2020-05-07T19:17:45.417Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:45.417Z] #47 3.621 + RM_GOPATH=0 [2020-05-07T19:17:45.417Z] #47 3.621 + TMP_GOPATH= [2020-05-07T19:17:45.418Z] #47 3.621 + : /build [2020-05-07T19:17:45.418Z] #47 3.622 + '[' -z '' ']' [2020-05-07T19:17:45.418Z] #47 3.622 ++ mktemp -d [2020-05-07T19:17:45.418Z] #47 3.623 + export GOPATH=/tmp/tmp.IO3FBHhO8b [2020-05-07T19:17:45.418Z] #47 3.623 + GOPATH=/tmp/tmp.IO3FBHhO8b [2020-05-07T19:17:45.418Z] #47 3.623 + RM_GOPATH=1 [2020-05-07T19:17:45.418Z] #47 3.624 ++ dirname ./install.sh [2020-05-07T19:17:45.418Z] #47 3.625 + dir=. [2020-05-07T19:17:45.418Z] #47 3.625 + bin=vndr [2020-05-07T19:17:45.418Z] #47 3.625 + shift [2020-05-07T19:17:45.418Z] #47 3.625 + '[' '!' -f ./vndr.installer ']' [2020-05-07T19:17:45.418Z] #47 3.626 + . ./vndr.installer [2020-05-07T19:17:45.418Z] #47 3.626 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:17:45.418Z] #47 3.626 + install_vndr [2020-05-07T19:17:45.418Z] #47 3.626 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-05-07T19:17:45.418Z] #47 3.626 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:17:45.418Z] #47 3.626 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.IO3FBHhO8b/src/github.com/LK4D4/vndr [2020-05-07T19:17:45.418Z] #47 3.631 Cloning into '/tmp/tmp.IO3FBHhO8b/src/github.com/LK4D4/vndr'... [2020-05-07T19:17:45.418Z] #47 4.207 + cd /tmp/tmp.IO3FBHhO8b/src/github.com/LK4D4/vndr [2020-05-07T19:17:45.418Z] #47 4.212 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-05-07T19:17:45.418Z] #47 4.215 + go build -buildmode=pie -v -o /build/vndr . [2020-05-07T19:17:45.418Z] #47 5.010 internal/cpu [2020-05-07T19:17:45.418Z] #47 5.013 runtime/internal/atomic [2020-05-07T19:17:45.418Z] #47 5.290 runtime/internal/sys [2020-05-07T19:17:45.418Z] #47 5.437 runtime/internal/math [2020-05-07T19:17:45.418Z] #47 5.475 internal/bytealg [2020-05-07T19:17:45.418Z] #47 5.487 internal/race [2020-05-07T19:17:45.699Z] #47 5.599 sync/atomic [2020-05-07T19:17:45.699Z] #47 5.750 runtime [2020-05-07T19:17:45.982Z] #47 6.057 unicode [2020-05-07T19:17:47.068Z] #11 ... [2020-05-07T19:17:47.068Z] [2020-05-07T19:17:47.068Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:47.068Z] #34 103.5 bufio [2020-05-07T19:17:47.068Z] #34 105.8 path [2020-05-07T19:17:47.068Z] #34 107.9 reflect [2020-05-07T19:17:47.068Z] #34 108.5 text/tabwriter [2020-05-07T19:17:47.068Z] #34 ... [2020-05-07T19:17:47.068Z] [2020-05-07T19:17:47.068Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:17:47.068Z] #45 7.727 PBCC images/google/protobuf/descriptor.pb-c.c [2020-05-07T19:17:47.068Z] #45 7.918 PBCC images/opts.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.015 PBCC images/sit.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.053 DEP images/google/protobuf/descriptor.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.102 DEP images/opts.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.155 DEP images/sit.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.210 PBCC images/macvlan.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.245 DEP images/macvlan.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.425 PBCC images/autofs.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.483 DEP images/autofs.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.599 PBCC images/sysctl.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.645 DEP images/sysctl.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.787 PBCC images/time.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.869 DEP images/time.pb-c.d [2020-05-07T19:17:47.068Z] #45 8.967 PBCC images/binfmt-misc.pb-c.c [2020-05-07T19:17:47.068Z] #45 8.999 DEP images/binfmt-misc.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.091 PBCC images/seccomp.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.152 DEP images/seccomp.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.340 PBCC images/userns.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.366 DEP images/userns.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.462 PBCC images/cgroup.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.497 DEP images/cgroup.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.614 PBCC images/fown.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.645 PBCC images/ext-file.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.688 DEP images/fown.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.798 DEP images/ext-file.pb-c.d [2020-05-07T19:17:47.068Z] #45 9.885 PBCC images/rpc.pb-c.c [2020-05-07T19:17:47.068Z] #45 9.954 DEP images/rpc.pb-c.d [2020-05-07T19:17:47.068Z] #45 10.08 PBCC images/siginfo.pb-c.c [2020-05-07T19:17:47.068Z] #45 10.11 DEP images/siginfo.pb-c.d [2020-05-07T19:17:47.068Z] #45 10.24 PBCC images/pagemap.pb-c.c [2020-05-07T19:17:47.068Z] #45 10.33 DEP images/pagemap.pb-c.d [2020-05-07T19:17:47.068Z] #45 10.47 PBCC images/rlimit.pb-c.c [2020-05-07T19:17:47.068Z] #45 10.49 DEP images/rlimit.pb-c.d [2020-05-07T19:17:47.068Z] #45 10.59 PBCC images/file-lock.pb-c.c [2020-05-07T19:17:47.068Z] #45 10.66 DEP images/file-lock.pb-c.d [2020-05-07T19:17:47.068Z] #45 10.73 PBCC images/tty.pb-c.c [2020-05-07T19:17:47.415Z] #45 10.84 DEP images/tty.pb-c.d [2020-05-07T19:17:47.415Z] #45 10.93 PBCC images/tun.pb-c.c [2020-05-07T19:17:47.415Z] #45 11.08 PBCC images/netdev.pb-c.c [2020-05-07T19:17:47.795Z] #45 11.27 DEP images/tun.pb-c.d [2020-05-07T19:17:47.795Z] #45 11.40 DEP images/netdev.pb-c.d [2020-05-07T19:17:48.130Z] #45 11.49 PBCC images/vma.pb-c.c [2020-05-07T19:17:48.130Z] #45 11.63 DEP images/vma.pb-c.d [2020-05-07T19:17:48.481Z] #45 11.74 PBCC images/creds.pb-c.c [2020-05-07T19:17:48.481Z] #45 11.79 DEP images/creds.pb-c.d [2020-05-07T19:17:48.481Z] #45 11.89 PBCC images/utsns.pb-c.c [2020-05-07T19:17:48.481Z] #45 11.91 DEP images/utsns.pb-c.d [2020-05-07T19:17:48.481Z] #45 11.99 PBCC images/ipc-desc.pb-c.c [2020-05-07T19:17:48.481Z] #45 12.06 PBCC images/ipc-sem.pb-c.c [2020-05-07T19:17:48.481Z] #45 12.13 DEP images/ipc-desc.pb-c.d [2020-05-07T19:17:48.827Z] #45 12.27 DEP images/ipc-sem.pb-c.d [2020-05-07T19:17:48.827Z] #45 12.40 PBCC images/ipc-msg.pb-c.c [2020-05-07T19:17:48.827Z] #45 12.47 DEP images/ipc-msg.pb-c.d [2020-05-07T19:17:49.176Z] #45 12.57 PBCC images/ipc-shm.pb-c.c [2020-05-07T19:17:49.176Z] #45 12.60 DEP images/ipc-shm.pb-c.d [2020-05-07T19:17:49.176Z] #45 ... [2020-05-07T19:17:49.176Z] [2020-05-07T19:17:49.176Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:49.176Z] #48 106.3 bufio [2020-05-07T19:17:49.176Z] #48 107.7 reflect [2020-05-07T19:17:49.176Z] #48 111.4 regexp/syntax [2020-05-07T19:17:49.176Z] #48 115.9 hash/crc32 [2020-05-07T19:17:49.176Z] #48 ... [2020-05-07T19:17:49.176Z] [2020-05-07T19:17:49.176Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:17:49.176Z] #45 12.74 PBCC images/ipc-var.pb-c.c [2020-05-07T19:17:49.176Z] #45 12.82 DEP images/ipc-var.pb-c.d [2020-05-07T19:17:49.464Z] #47 9.370 unicode/utf8 [2020-05-07T19:17:49.514Z] #45 12.91 PBCC images/sk-opts.pb-c.c [2020-05-07T19:17:49.514Z] #45 12.95 PBCC images/packet-sock.pb-c.c [2020-05-07T19:17:49.514Z] #45 13.09 DEP images/sk-opts.pb-c.d [2020-05-07T19:17:49.514Z] #45 13.22 DEP images/packet-sock.pb-c.d [2020-05-07T19:17:49.746Z] #47 ... [2020-05-07T19:17:49.746Z] [2020-05-07T19:17:49.746Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:17:49.746Z] #35 1.859 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:17:49.746Z] #35 1.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:17:49.746Z] #35 2.279 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:17:49.746Z] #35 2.482 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:17:49.746Z] #35 4.237 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:17:49.746Z] #35 5.577 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:17:49.746Z] #35 ... [2020-05-07T19:17:49.746Z] [2020-05-07T19:17:49.746Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:17:49.746Z] #30 3.882 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-05-07T19:17:49.746Z] #30 3.882 Cloning into '.'... [2020-05-07T19:17:49.854Z] #45 13.32 PBCC images/sk-netlink.pb-c.c [2020-05-07T19:17:49.854Z] #45 13.43 DEP images/sk-netlink.pb-c.d [2020-05-07T19:17:50.027Z] #30 ... [2020-05-07T19:17:50.027Z] [2020-05-07T19:17:50.027Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:50.027Z] #56 3.576 + RM_GOPATH=0 [2020-05-07T19:17:50.027Z] #56 3.577 + TMP_GOPATH= [2020-05-07T19:17:50.027Z] #56 3.577 + : /build [2020-05-07T19:17:50.027Z] #56 3.577 + '[' -z '' ']' [2020-05-07T19:17:50.027Z] #56 3.578 ++ mktemp -d [2020-05-07T19:17:50.027Z] #56 3.581 + export GOPATH=/tmp/tmp.Hd8wNdLNlR [2020-05-07T19:17:50.027Z] #56 3.582 + GOPATH=/tmp/tmp.Hd8wNdLNlR [2020-05-07T19:17:50.027Z] #56 3.582 + RM_GOPATH=1 [2020-05-07T19:17:50.027Z] #56 3.582 ++ dirname ./install.sh [2020-05-07T19:17:50.027Z] #56 3.585 + dir=. [2020-05-07T19:17:50.027Z] #56 3.585 + bin=shfmt [2020-05-07T19:17:50.027Z] #56 3.585 + shift [2020-05-07T19:17:50.027Z] #56 3.586 + '[' '!' -f ./shfmt.installer ']' [2020-05-07T19:17:50.027Z] #56 3.586 + . ./shfmt.installer [2020-05-07T19:17:50.027Z] #56 3.586 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:17:50.027Z] #56 3.586 + install_shfmt [2020-05-07T19:17:50.027Z] #56 3.586 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-05-07T19:17:50.027Z] #56 3.586 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:17:50.027Z] #56 3.587 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Hd8wNdLNlR/src/github.com/mvdan/sh [2020-05-07T19:17:50.027Z] #56 3.592 Cloning into '/tmp/tmp.Hd8wNdLNlR/src/github.com/mvdan/sh'... [2020-05-07T19:17:50.027Z] #56 ... [2020-05-07T19:17:50.027Z] [2020-05-07T19:17:50.027Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:17:50.027Z] #25 1.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:17:50.027Z] #25 1.922 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:17:50.027Z] #25 2.004 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:17:50.027Z] #25 2.324 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:17:50.027Z] #25 4.173 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:17:50.027Z] #25 5.342 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:17:50.201Z] #45 13.57 PBCC images/sk-inet.pb-c.c [2020-05-07T19:17:50.201Z] #45 13.69 DEP images/sk-inet.pb-c.d [2020-05-07T19:17:50.201Z] #45 13.82 PBCC images/sk-unix.pb-c.c [2020-05-07T19:17:50.309Z] #25 ... [2020-05-07T19:17:50.309Z] [2020-05-07T19:17:50.309Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:17:50.309Z] #62 3.897 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:17:50.309Z] #62 3.936 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:17:50.309Z] #62 3.972 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:17:50.309Z] #62 4.696 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:17:50.309Z] #62 7.210 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:17:50.309Z] #62 10.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:17:50.309Z] #62 ... [2020-05-07T19:17:50.309Z] [2020-05-07T19:17:50.309Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:50.309Z] #23 4.383 + RM_GOPATH=0 [2020-05-07T19:17:50.309Z] #23 4.383 + TMP_GOPATH= [2020-05-07T19:17:50.309Z] #23 4.384 + : /build [2020-05-07T19:17:50.309Z] #23 4.384 + '[' -z '' ']' [2020-05-07T19:17:50.309Z] #23 4.385 ++ mktemp -d [2020-05-07T19:17:50.309Z] #23 4.386 + export GOPATH=/tmp/tmp.D3gNEsjdyc [2020-05-07T19:17:50.309Z] #23 4.388 + GOPATH=/tmp/tmp.D3gNEsjdyc [2020-05-07T19:17:50.309Z] #23 4.388 + RM_GOPATH=1 [2020-05-07T19:17:50.309Z] #23 4.390 ++ dirname ./install.sh [2020-05-07T19:17:50.309Z] #23 4.394 + dir=. [2020-05-07T19:17:50.309Z] #23 4.396 + bin=dockercli [2020-05-07T19:17:50.309Z] #23 4.396 + shift [2020-05-07T19:17:50.309Z] #23 4.398 + '[' '!' -f ./dockercli.installer ']' [2020-05-07T19:17:50.309Z] #23 4.400 + . ./dockercli.installer [2020-05-07T19:17:50.309Z] #23 4.400 ++ : stable [2020-05-07T19:17:50.309Z] #23 4.401 ++ : 17.06.2-ce [2020-05-07T19:17:50.309Z] #23 4.403 + install_dockercli [2020-05-07T19:17:50.309Z] #23 4.403 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-05-07T19:17:50.309Z] #23 4.403 Install docker/cli version 17.06.2-ce from stable [2020-05-07T19:17:50.309Z] #23 4.405 ++ uname -m [2020-05-07T19:17:50.309Z] #23 4.419 + arch=s390x [2020-05-07T19:17:50.309Z] #23 4.419 + '[' s390x '!=' x86_64 ']' [2020-05-07T19:17:50.309Z] #23 4.419 + '[' s390x '!=' s390x ']' [2020-05-07T19:17:50.309Z] #23 4.419 + url=https://download.docker.com/linux/static [2020-05-07T19:17:50.309Z] #23 4.421 + tar -xz docker/docker [2020-05-07T19:17:50.309Z] #23 4.422 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-05-07T19:17:50.540Z] #45 13.97 DEP images/sk-unix.pb-c.d [2020-05-07T19:17:50.540Z] #45 14.11 PBCC images/mm.pb-c.c [2020-05-07T19:17:50.540Z] #45 14.18 DEP images/mm.pb-c.d [2020-05-07T19:17:50.592Z] #23 ... [2020-05-07T19:17:50.592Z] [2020-05-07T19:17:50.592Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:50.592Z] #74 3.861 + RM_GOPATH=0 [2020-05-07T19:17:50.592Z] #74 3.862 + TMP_GOPATH= [2020-05-07T19:17:50.592Z] #74 3.862 + : /build [2020-05-07T19:17:50.592Z] #74 3.862 + '[' -z '' ']' [2020-05-07T19:17:50.592Z] #74 3.863 ++ mktemp -d [2020-05-07T19:17:50.592Z] #74 3.866 + export GOPATH=/tmp/tmp.efDtWfkyhP [2020-05-07T19:17:50.592Z] #74 3.866 + GOPATH=/tmp/tmp.efDtWfkyhP [2020-05-07T19:17:50.592Z] #74 3.866 + RM_GOPATH=1 [2020-05-07T19:17:50.592Z] #74 3.867 ++ dirname ./install.sh [2020-05-07T19:17:50.592Z] #74 3.872 + dir=. [2020-05-07T19:17:50.592Z] #74 3.872 + bin=proxy [2020-05-07T19:17:50.592Z] #74 3.872 + shift [2020-05-07T19:17:50.592Z] #74 3.873 + '[' '!' -f ./proxy.installer ']' [2020-05-07T19:17:50.592Z] #74 3.873 + . ./proxy.installer [2020-05-07T19:17:50.592Z] #74 3.873 ++ : ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:17:50.592Z] #74 3.875 + install_proxy [2020-05-07T19:17:50.592Z] #74 3.876 + case "$1" in [2020-05-07T19:17:50.592Z] #74 3.876 + export CGO_ENABLED=0 [2020-05-07T19:17:50.592Z] #74 3.876 + CGO_ENABLED=0 [2020-05-07T19:17:50.592Z] #74 3.876 + _install_proxy [2020-05-07T19:17:50.592Z] #74 3.876 + echo 'Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee' [2020-05-07T19:17:50.592Z] #74 3.876 Install docker-proxy version ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:17:50.592Z] #74 3.877 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.efDtWfkyhP/src/github.com/docker/libnetwork [2020-05-07T19:17:50.592Z] #74 3.878 Cloning into '/tmp/tmp.efDtWfkyhP/src/github.com/docker/libnetwork'... [2020-05-07T19:17:50.592Z] #74 ... [2020-05-07T19:17:50.592Z] [2020-05-07T19:17:50.592Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:17:50.592Z] #41 2.918 + git clone https://github.com/docker/distribution.git . [2020-05-07T19:17:50.592Z] #41 2.918 Cloning into '.'... [2020-05-07T19:17:50.873Z] #41 ... [2020-05-07T19:17:50.873Z] [2020-05-07T19:17:50.873Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:50.873Z] #53 4.301 + RM_GOPATH=0 [2020-05-07T19:17:50.873Z] #53 4.301 + TMP_GOPATH= [2020-05-07T19:17:50.873Z] #53 4.301 + : /build [2020-05-07T19:17:50.873Z] #53 4.301 + '[' -z '' ']' [2020-05-07T19:17:50.873Z] #53 4.301 ++ mktemp -d [2020-05-07T19:17:50.873Z] #53 4.304 + export GOPATH=/tmp/tmp.n8iSNZHQTS [2020-05-07T19:17:50.873Z] #53 4.304 + GOPATH=/tmp/tmp.n8iSNZHQTS [2020-05-07T19:17:50.873Z] #53 4.304 + RM_GOPATH=1 [2020-05-07T19:17:50.873Z] #53 4.331 ++ dirname ./install.sh [2020-05-07T19:17:50.873Z] #53 4.331 + dir=. [2020-05-07T19:17:50.873Z] #53 4.332 + bin=golangci_lint [2020-05-07T19:17:50.873Z] #53 4.332 + shift [2020-05-07T19:17:50.873Z] #53 4.332 + '[' '!' -f ./golangci_lint.installer ']' [2020-05-07T19:17:50.873Z] #53 4.332 + . ./golangci_lint.installer [2020-05-07T19:17:50.874Z] #53 4.332 ++ : v1.23.8 [2020-05-07T19:17:50.874Z] #53 4.332 + install_golangci_lint [2020-05-07T19:17:50.874Z] #53 4.332 + echo 'Installing golangci-lint version v1.23.8' [2020-05-07T19:17:50.874Z] #53 4.332 Installing golangci-lint version v1.23.8 [2020-05-07T19:17:50.874Z] #53 4.332 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-05-07T19:17:50.874Z] #53 ... [2020-05-07T19:17:50.874Z] [2020-05-07T19:17:50.874Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:50.874Z] #68 3.732 + RM_GOPATH=0 [2020-05-07T19:17:50.874Z] #68 3.732 + TMP_GOPATH= [2020-05-07T19:17:50.874Z] #68 3.732 + : /build/ [2020-05-07T19:17:50.874Z] #68 3.732 + '[' -z '' ']' [2020-05-07T19:17:50.874Z] #68 3.733 ++ mktemp -d [2020-05-07T19:17:50.874Z] #68 3.735 + export GOPATH=/tmp/tmp.LJLPANG7WC [2020-05-07T19:17:50.874Z] #68 3.735 + GOPATH=/tmp/tmp.LJLPANG7WC [2020-05-07T19:17:50.874Z] #68 3.735 + RM_GOPATH=1 [2020-05-07T19:17:50.874Z] #68 3.735 ++ dirname ./install.sh [2020-05-07T19:17:50.874Z] #68 3.737 + dir=. [2020-05-07T19:17:50.874Z] #68 3.737 + bin=rootlesskit [2020-05-07T19:17:50.874Z] #68 3.737 + shift [2020-05-07T19:17:50.874Z] #68 3.737 + '[' '!' -f ./rootlesskit.installer ']' [2020-05-07T19:17:50.874Z] #68 3.737 + . ./rootlesskit.installer [2020-05-07T19:17:50.874Z] #68 3.737 ++ : 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:17:50.874Z] #68 3.737 + install_rootlesskit [2020-05-07T19:17:50.874Z] #68 3.738 Install rootlesskit version 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:17:50.874Z] #68 3.738 + case "$1" in [2020-05-07T19:17:50.874Z] #68 3.738 + export CGO_ENABLED=0 [2020-05-07T19:17:50.874Z] #68 3.738 + CGO_ENABLED=0 [2020-05-07T19:17:50.874Z] #68 3.738 + _install_rootlesskit [2020-05-07T19:17:50.874Z] #68 3.738 + echo 'Install rootlesskit version 0fec9adac6b078aa8616da47e9d75f663ca3f492' [2020-05-07T19:17:50.874Z] #68 3.738 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LJLPANG7WC/src/github.com/rootless-containers/rootlesskit [2020-05-07T19:17:50.874Z] #68 3.744 Cloning into '/tmp/tmp.LJLPANG7WC/src/github.com/rootless-containers/rootlesskit'... [2020-05-07T19:17:50.874Z] #68 7.640 + cd /tmp/tmp.LJLPANG7WC/src/github.com/rootless-containers/rootlesskit [2020-05-07T19:17:50.874Z] #68 7.640 + git checkout -q 0fec9adac6b078aa8616da47e9d75f663ca3f492 [2020-05-07T19:17:50.874Z] #68 7.969 + for f in rootlesskit rootlesskit-docker-proxy [2020-05-07T19:17:50.874Z] #68 7.970 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-05-07T19:17:50.883Z] #45 14.32 PBCC images/timerfd.pb-c.c [2020-05-07T19:17:50.883Z] #45 14.44 DEP images/timerfd.pb-c.d [2020-05-07T19:17:50.883Z] #45 14.51 PBCC images/timer.pb-c.c [2020-05-07T19:17:51.155Z] #68 ... [2020-05-07T19:17:51.155Z] [2020-05-07T19:17:51.155Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:17:51.155Z] #43 1.923 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:17:51.155Z] #43 2.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:17:51.155Z] #43 2.004 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:17:51.155Z] #43 2.631 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:17:51.155Z] #43 4.223 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:17:51.155Z] #43 5.417 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:17:51.155Z] #43 ... [2020-05-07T19:17:51.155Z] [2020-05-07T19:17:51.155Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:51.155Z] #33 3.960 + RM_GOPATH=0 [2020-05-07T19:17:51.155Z] #33 3.960 + TMP_GOPATH= [2020-05-07T19:17:51.155Z] #33 3.960 + : /build [2020-05-07T19:17:51.155Z] #33 3.960 + '[' -z '' ']' [2020-05-07T19:17:51.155Z] #33 3.961 ++ mktemp -d [2020-05-07T19:17:51.155Z] #33 3.964 + export GOPATH=/tmp/tmp.xRdp7uSd3x [2020-05-07T19:17:51.155Z] #33 3.964 + GOPATH=/tmp/tmp.xRdp7uSd3x [2020-05-07T19:17:51.155Z] #33 3.964 + RM_GOPATH=1 [2020-05-07T19:17:51.155Z] #33 3.965 ++ dirname ./install.sh [2020-05-07T19:17:51.155Z] #33 3.967 + dir=. [2020-05-07T19:17:51.155Z] #33 3.967 + bin=tomlv [2020-05-07T19:17:51.155Z] #33 3.967 + shift [2020-05-07T19:17:51.155Z] #33 3.968 + '[' '!' -f ./tomlv.installer ']' [2020-05-07T19:17:51.155Z] #33 3.968 + . ./tomlv.installer [2020-05-07T19:17:51.155Z] #33 3.968 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:17:51.155Z] #33 3.968 + install_tomlv [2020-05-07T19:17:51.155Z] #33 3.968 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-05-07T19:17:51.155Z] #33 3.968 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:17:51.155Z] #33 3.968 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.xRdp7uSd3x/src/github.com/BurntSushi/toml [2020-05-07T19:17:51.155Z] #33 3.972 Cloning into '/tmp/tmp.xRdp7uSd3x/src/github.com/BurntSushi/toml'... [2020-05-07T19:17:51.155Z] #33 4.850 + cd /tmp/tmp.xRdp7uSd3x/src/github.com/BurntSushi/toml [2020-05-07T19:17:51.155Z] #33 4.850 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-05-07T19:17:51.155Z] #33 4.871 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-05-07T19:17:51.155Z] #33 5.479 internal/bytealg [2020-05-07T19:17:51.155Z] #33 5.517 math/bits [2020-05-07T19:17:51.155Z] #33 5.853 math [2020-05-07T19:17:51.155Z] #33 5.930 runtime [2020-05-07T19:17:51.155Z] #33 10.56 internal/testlog [2020-05-07T19:17:51.155Z] #33 10.86 encoding [2020-05-07T19:17:51.155Z] #33 11.00 runtime/cgo [2020-05-07T19:17:51.220Z] #45 14.55 DEP images/timer.pb-c.d [2020-05-07T19:17:51.220Z] #45 14.69 PBCC images/sa.pb-c.c [2020-05-07T19:17:51.220Z] #45 14.79 DEP images/sa.pb-c.d [2020-05-07T19:17:51.220Z] #45 14.85 PBCC images/pipe-data.pb-c.c [2020-05-07T19:17:51.220Z] #45 14.87 DEP images/pipe-data.pb-c.d [2020-05-07T19:17:51.439Z] #33 ... [2020-05-07T19:17:51.439Z] [2020-05-07T19:17:51.439Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:17:51.439Z] #23 11.23 + mkdir -p /build [2020-05-07T19:17:51.439Z] #23 11.25 + mv docker/docker /build/ [2020-05-07T19:17:51.439Z] #23 11.26 + rmdir docker [2020-05-07T19:17:51.602Z] #45 14.95 PBCC images/mnt.pb-c.c [2020-05-07T19:17:51.602Z] #45 15.04 DEP images/mnt.pb-c.d [2020-05-07T19:17:51.602Z] #45 15.16 PBCC images/sk-packet.pb-c.c [2020-05-07T19:17:51.602Z] #45 15.21 DEP images/sk-packet.pb-c.d [2020-05-07T19:17:51.723Z] #23 DONE 11.7s [2020-05-07T19:17:51.723Z] [2020-05-07T19:17:51.723Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:51.723Z] #56 10.43 + cd /tmp/tmp.Hd8wNdLNlR/src/github.com/mvdan/sh [2020-05-07T19:17:51.723Z] #56 10.43 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-05-07T19:17:51.723Z] #56 10.50 + GO111MODULE=on [2020-05-07T19:17:51.723Z] #56 10.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-05-07T19:17:51.723Z] #56 11.62 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:17:51.723Z] #56 11.62 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:17:51.723Z] #56 11.65 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:17:51.957Z] #45 15.35 PBCC images/tcp-stream.pb-c.c [2020-05-07T19:17:51.957Z] #45 15.51 DEP images/tcp-stream.pb-c.d [2020-05-07T19:17:51.957Z] #45 15.59 PBCC images/pipe.pb-c.c [2020-05-07T19:17:52.005Z] #56 12.04 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:17:52.005Z] #56 12.13 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:17:52.296Z] #45 15.67 DEP images/pipe.pb-c.d [2020-05-07T19:17:52.296Z] #45 15.74 PBCC images/pstree.pb-c.c [2020-05-07T19:17:52.296Z] #45 15.80 DEP images/pstree.pb-c.d [2020-05-07T19:17:52.296Z] #45 15.91 PBCC images/fs.pb-c.c [2020-05-07T19:17:52.635Z] #56 ... [2020-05-07T19:17:52.635Z] [2020-05-07T19:17:52.635Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:17:52.635Z] #10 3.044 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:17:52.635Z] #10 3.093 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:17:52.635Z] #10 3.132 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:17:52.635Z] #10 4.137 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:17:52.635Z] #10 5.105 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:17:52.635Z] #10 7.343 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:17:52.636Z] #45 15.93 DEP images/fs.pb-c.d [2020-05-07T19:17:52.636Z] #45 16.09 PBCC images/signalfd.pb-c.c [2020-05-07T19:17:52.636Z] #45 16.17 DEP images/signalfd.pb-c.d [2020-05-07T19:17:52.934Z] #10 ... [2020-05-07T19:17:52.934Z] [2020-05-07T19:17:52.934Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:52.934Z] #56 12.91 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:17:52.975Z] #45 16.34 PBCC images/fh.pb-c.c [2020-05-07T19:17:52.975Z] #45 16.58 PBCC images/fsnotify.pb-c.c [2020-05-07T19:17:52.975Z] #45 16.69 DEP images/fh.pb-c.d [2020-05-07T19:17:53.321Z] #45 16.78 DEP images/fsnotify.pb-c.d [2020-05-07T19:17:53.321Z] #45 16.86 PBCC images/eventpoll.pb-c.c [2020-05-07T19:17:53.321Z] #45 16.90 DEP images/eventpoll.pb-c.d [2020-05-07T19:17:53.321Z] #45 16.96 PBCC images/eventfd.pb-c.c [2020-05-07T19:17:53.547Z] #56 13.53 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:17:53.663Z] #45 17.00 DEP images/eventfd.pb-c.d [2020-05-07T19:17:53.663Z] #45 17.06 PBCC images/remap-file-path.pb-c.c [2020-05-07T19:17:53.663Z] #45 17.09 DEP images/remap-file-path.pb-c.d [2020-05-07T19:17:53.663Z] #45 17.16 PBCC images/fifo.pb-c.c [2020-05-07T19:17:53.663Z] #45 17.20 DEP images/fifo.pb-c.d [2020-05-07T19:17:53.663Z] #45 ... [2020-05-07T19:17:53.663Z] [2020-05-07T19:17:53.663Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:53.663Z] #57 110.6 bufio [2020-05-07T19:17:53.663Z] #57 111.8 reflect [2020-05-07T19:17:53.663Z] #57 115.3 regexp/syntax [2020-05-07T19:17:53.663Z] #57 ... [2020-05-07T19:17:53.663Z] [2020-05-07T19:17:53.663Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:17:53.663Z] #45 17.31 PBCC images/ghost-file.pb-c.c [2020-05-07T19:17:54.007Z] #45 17.43 DEP images/ghost-file.pb-c.d [2020-05-07T19:17:54.007Z] #45 17.53 PBCC images/regfile.pb-c.c [2020-05-07T19:17:54.007Z] #45 17.61 DEP images/regfile.pb-c.d [2020-05-07T19:17:54.007Z] #45 17.68 PBCC images/ns.pb-c.c [2020-05-07T19:17:54.022Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:17:54.022Z] [2020-05-07T19:17:54.022Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-05-07T19:17:54.022Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-05-07T19:17:54.022Z] Using test binary docker [2020-05-07T19:17:54.022Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-05-07T19:17:54.022Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:17:54.022Z] INFO: Waiting for daemon to start... [2020-05-07T19:17:54.022Z] Starting dockerd [2020-05-07T19:17:54.345Z] #45 17.72 DEP images/ns.pb-c.d [2020-05-07T19:17:54.345Z] #45 17.80 PBCC images/fdinfo.pb-c.c [2020-05-07T19:17:54.345Z] #45 17.94 DEP images/fdinfo.pb-c.d [2020-05-07T19:17:54.553Z] #56 14.39 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:17:54.707Z] #45 18.17 PBCC images/core-aarch64.pb-c.c [2020-05-07T19:17:54.707Z] #45 18.29 PBCC images/core-arm.pb-c.c [2020-05-07T19:17:55.053Z] #45 18.40 PBCC images/core-ppc64.pb-c.c [2020-05-07T19:17:55.053Z] #45 18.55 PBCC images/core-s390.pb-c.c [2020-05-07T19:17:55.390Z] #45 18.71 PBCC images/core-x86.pb-c.c [2020-05-07T19:17:55.390Z] #45 18.86 PBCC images/core.pb-c.c [2020-05-07T19:17:55.559Z] #56 15.47 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-05-07T19:17:55.559Z] #56 15.49 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-05-07T19:17:55.731Z] #45 19.03 PBCC images/inventory.pb-c.c [2020-05-07T19:17:55.731Z] #45 19.43 DEP images/core-aarch64.pb-c.d [2020-05-07T19:17:55.840Z] #56 15.75 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-05-07T19:17:55.840Z] #56 15.75 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-05-07T19:17:56.082Z] #45 19.55 DEP images/core-arm.pb-c.d [2020-05-07T19:17:56.122Z] #56 16.26 runtime [2020-05-07T19:17:56.122Z] #56 16.29 runtime/cgo [2020-05-07T19:17:56.191Z] --- PASS: TestBuildWithHugeFile (51.23s) [2020-05-07T19:17:56.191Z] === RUN TestBuildWithEmptyDockerfile [2020-05-07T19:17:56.191Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:17:56.191Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:17:56.191Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:17:56.191Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:17:56.191Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:17:56.191Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:17:56.191Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:17:56.191Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:17:56.191Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:17:56.191Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-05-07T19:17:56.191Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2020-05-07T19:17:56.191Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-05-07T19:17:56.191Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2020-05-07T19:17:56.191Z] === RUN TestBuildPreserveOwnership [2020-05-07T19:17:56.191Z] === RUN TestBuildPreserveOwnership/copy_from [2020-05-07T19:17:56.499Z] #45 19.72 DEP images/core-ppc64.pb-c.d [2020-05-07T19:17:56.499Z] #45 19.76 DEP images/core-s390.pb-c.d [2020-05-07T19:17:56.499Z] #45 19.90 DEP images/core-x86.pb-c.d [2020-05-07T19:17:56.499Z] #45 20.09 DEP images/core.pb-c.d [2020-05-07T19:17:56.530Z] . [2020-05-07T19:17:56.530Z] INFO: Building docker-sdk-python3:4.2.0... [2020-05-07T19:17:56.846Z] #45 20.20 DEP images/inventory.pb-c.d [2020-05-07T19:17:56.846Z] #45 20.28 PBCC images/cpuinfo.pb-c.c [2020-05-07T19:17:56.846Z] #45 20.33 DEP images/cpuinfo.pb-c.d [2020-05-07T19:17:56.846Z] #45 20.44 PBCC images/stats.pb-c.c [2020-05-07T19:17:56.846Z] #45 20.54 DEP images/stats.pb-c.d [2020-05-07T19:17:57.123Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-05-07T19:17:58.793Z] #56 ... [2020-05-07T19:17:58.793Z] [2020-05-07T19:17:58.793Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:17:58.793Z] #74 15.78 Checking out files: 91% (1894/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-05-07T19:17:58.793Z] #74 15.93 + cd /tmp/tmp.efDtWfkyhP/src/github.com/docker/libnetwork [2020-05-07T19:17:58.793Z] #74 15.93 + git checkout -q ef149a924dfde2e506ea3cb3f617d7d0fa96b8ee [2020-05-07T19:17:58.793Z] #74 16.49 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-05-07T19:17:59.728Z] Commit message: "Merge commit 'b453b64d0475f196ad08676d00c10f93baf338e6' into HEAD" [2020-05-07T19:17:59.798Z] #74 ... [2020-05-07T19:17:59.798Z] [2020-05-07T19:17:59.798Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:17:59.798Z] #47 9.879 math [2020-05-07T19:17:59.798Z] #47 14.15 unicode/utf16 [2020-05-07T19:17:59.798Z] #47 14.47 container/list [2020-05-07T19:17:59.798Z] #47 15.17 crypto/internal/subtle [2020-05-07T19:17:59.798Z] #47 15.26 crypto/subtle [2020-05-07T19:17:59.798Z] #47 15.44 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-05-07T19:17:59.798Z] #47 15.55 internal/nettrace [2020-05-07T19:17:59.798Z] #47 15.73 runtime/cgo [2020-05-07T19:17:59.858Z] First time build. Skipping changelog. [2020-05-07T19:18:00.080Z] #47 ... [2020-05-07T19:18:00.080Z] [2020-05-07T19:18:00.080Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:18:00.080Z] #41 15.71 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-05-07T19:18:00.080Z] #41 17.32 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-05-07T19:18:00.773Z] #45 23.58 make[1]: Nothing to be done for 'all'. [2020-05-07T19:18:00.774Z] #45 ... [2020-05-07T19:18:00.774Z] [2020-05-07T19:18:00.774Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:00.774Z] #34 117.7 internal/syscall/execenv [2020-05-07T19:18:00.774Z] #34 117.7 internal/syscall/unix [2020-05-07T19:18:00.774Z] #34 117.8 time [2020-05-07T19:18:00.774Z] #34 ... [2020-05-07T19:18:00.774Z] [2020-05-07T19:18:00.774Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:00.774Z] #57 127.1 time [2020-05-07T19:18:01.297Z] --- PASS: TestBuildPreserveOwnership (10.44s) [2020-05-07T19:18:01.297Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.43s) [2020-05-07T19:18:01.297Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-05-07T19:18:01.297Z] === RUN TestBuildPlatformInvalid [2020-05-07T19:18:01.297Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-05-07T19:18:01.297Z] PASS [2020-05-07T19:18:01.297Z] [2020-05-07T19:18:01.297Z] === Skipped [2020-05-07T19:18:01.297Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-05-07T19:18:01.297Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:18:01.297Z] [2020-05-07T19:18:01.297Z] [2020-05-07T19:18:01.297Z] DONE 32 tests, 1 skipped in 124.591s [2020-05-07T19:18:01.297Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-05-07T19:18:01.555Z] INFO: Testing against a local daemon [2020-05-07T19:18:01.555Z] === RUN TestConfigInspect [2020-05-07T19:18:01.555Z] --- SKIP: TestConfigInspect (0.02s) [2020-05-07T19:18:01.555Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.555Z] === RUN TestConfigList [2020-05-07T19:18:01.555Z] --- SKIP: TestConfigList (0.01s) [2020-05-07T19:18:01.555Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.555Z] === RUN TestConfigsCreateAndDelete [2020-05-07T19:18:01.555Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-05-07T19:18:01.555Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.555Z] === RUN TestConfigsUpdate [2020-05-07T19:18:01.555Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-05-07T19:18:01.555Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.555Z] === RUN TestTemplatedConfig [2020-05-07T19:18:01.556Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-05-07T19:18:01.556Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.556Z] === RUN TestConfigCreateResolve [2020-05-07T19:18:01.556Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-05-07T19:18:01.556Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:01.556Z] === RUN TestConfigDaemonLibtrustID [2020-05-07T19:17:59.763Z] > git rev-list --no-walk f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 # timeout=10 [2020-05-07T19:18:02.752Z] #41 ... [2020-05-07T19:18:02.752Z] [2020-05-07T19:18:02.752Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:18:02.752Z] #25 12.92 Fetched 8043 kB in 11s (720 kB/s) [2020-05-07T19:18:02.752Z] #25 12.92 Reading package lists... [2020-05-07T19:18:02.752Z] #25 16.60 Reading package lists... [2020-05-07T19:18:02.752Z] #25 21.36 Building dependency tree... [2020-05-07T19:18:02.752Z] #25 22.57 ca-certificates is already the newest version (20190110). [2020-05-07T19:18:02.752Z] #25 22.57 The following additional packages will be installed: [2020-05-07T19:18:02.752Z] #25 22.58 libjq1 libonig5 [2020-05-07T19:18:02.752Z] #25 22.93 The following NEW packages will be installed: [2020-05-07T19:18:02.752Z] #25 22.95 jq libjq1 libonig5 [2020-05-07T19:18:02.752Z] #25 23.09 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:18:02.752Z] #25 23.09 Need to get 350 kB of archives. [2020-05-07T19:18:02.752Z] #25 23.09 After this operation, 1154 kB of additional disk space will be used. [2020-05-07T19:18:02.752Z] #25 23.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-05-07T19:18:02.752Z] #25 23.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-05-07T19:18:02.752Z] #25 ... [2020-05-07T19:18:02.752Z] [2020-05-07T19:18:02.752Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:02.752Z] #35 12.93 Fetched 8043 kB in 11s (718 kB/s) [2020-05-07T19:18:02.752Z] #35 12.93 Reading package lists... [2020-05-07T19:18:02.752Z] #35 16.92 Reading package lists... [2020-05-07T19:18:02.752Z] #35 21.38 Building dependency tree... [2020-05-07T19:18:02.752Z] #35 22.59 The following additional packages will be installed: [2020-05-07T19:18:02.752Z] #35 22.62 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-05-07T19:18:02.752Z] #35 22.63 Suggested packages: [2020-05-07T19:18:02.752Z] #35 22.63 cmake-doc ninja-build lrzip [2020-05-07T19:18:02.752Z] #35 22.63 Recommended packages: [2020-05-07T19:18:02.752Z] #35 22.63 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-05-07T19:18:03.020Z] + docker version [2020-05-07T19:18:03.034Z] #35 ... [2020-05-07T19:18:03.034Z] [2020-05-07T19:18:03.034Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:18:03.034Z] #25 23.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-05-07T19:18:03.105Z] #57 ... [2020-05-07T19:18:03.105Z] [2020-05-07T19:18:03.105Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:03.105Z] #48 120.3 vendor/golang.org/x/net/dns/dnsmessage [2020-05-07T19:18:03.105Z] #48 129.5 internal/poll [2020-05-07T19:18:03.316Z] #25 ... [2020-05-07T19:18:03.316Z] [2020-05-07T19:18:03.316Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:18:03.316Z] #43 13.51 Fetched 8043 kB in 12s (691 kB/s) [2020-05-07T19:18:03.316Z] #43 13.51 Reading package lists... [2020-05-07T19:18:03.316Z] #43 18.14 Reading package lists... [2020-05-07T19:18:03.316Z] #43 22.51 Building dependency tree... [2020-05-07T19:18:03.316Z] #43 23.63 The following additional packages will be installed: [2020-05-07T19:18:03.316Z] #43 23.63 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-05-07T19:18:03.316Z] #43 23.63 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-05-07T19:18:03.316Z] #43 23.64 Suggested packages: [2020-05-07T19:18:03.316Z] #43 23.64 manpages-dev python-setuptools [2020-05-07T19:18:03.316Z] #43 ... [2020-05-07T19:18:03.316Z] [2020-05-07T19:18:03.316Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:03.316Z] #35 23.44 The following NEW packages will be installed: [2020-05-07T19:18:03.316Z] #35 23.44 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-05-07T19:18:03.316Z] #35 23.45 vim-common xxd [2020-05-07T19:18:03.316Z] #35 23.58 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:18:03.316Z] #35 23.58 Need to get 14.0 MB of archives. [2020-05-07T19:18:03.316Z] #35 23.58 After this operation, 62.1 MB of additional disk space will be used. [2020-05-07T19:18:03.316Z] #35 23.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-05-07T19:18:03.316Z] #35 23.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-05-07T19:18:03.316Z] #35 23.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-05-07T19:18:03.450Z] --- PASS: TestConfigDaemonLibtrustID (1.73s) [2020-05-07T19:18:03.450Z] PASS [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === Skipped [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-05-07T19:18:03.450Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-05-07T19:18:03.450Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-05-07T19:18:03.450Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-05-07T19:18:03.450Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-05-07T19:18:03.450Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-05-07T19:18:03.450Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] [2020-05-07T19:18:03.450Z] DONE 7 tests, 6 skipped in 1.926s [2020-05-07T19:18:03.450Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-05-07T19:18:03.450Z] INFO: Testing against a local daemon [2020-05-07T19:18:03.450Z] === RUN TestCheckpoint [2020-05-07T19:18:03.450Z] --- SKIP: TestCheckpoint (0.00s) [2020-05-07T19:18:03.450Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:18:03.450Z] === RUN TestContainerInvalidJSON [2020-05-07T19:18:03.450Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:18:03.450Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:18:03.450Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:18:03.450Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:18:03.450Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:18:03.450Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:18:03.450Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:18:03.450Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:18:03.450Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:18:03.450Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-05-07T19:18:03.450Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-05-07T19:18:03.450Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-05-07T19:18:03.450Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-05-07T19:18:03.450Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-05-07T19:18:03.450Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2020-05-07T19:18:03.450Z] === RUN TestCopyFromContainerPathIsNotDir [2020-05-07T19:18:03.451Z] #48 ... [2020-05-07T19:18:03.451Z] [2020-05-07T19:18:03.451Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:18:03.597Z] #35 23.73 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-05-07T19:18:03.706Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-05-07T19:18:03.706Z] === RUN TestCopyToContainerPathDoesNotExist [2020-05-07T19:18:03.706Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-05-07T19:18:03.706Z] === RUN TestCopyToContainerPathIsNotDir [2020-05-07T19:18:03.706Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-05-07T19:18:03.706Z] === RUN TestCopyFromContainer [2020-05-07T19:18:03.789Z] #66 70.63 Checking out files: 39% (1262/3186) Checking out files: 40% (1275/3186) Checking out files: 41% (1307/3186) Checking out files: 42% (1339/3186) Checking out files: 43% (1370/3186) Checking out files: 44% (1402/3186) Checking out files: 45% (1434/3186) Checking out files: 46% (1466/3186) Checking out files: 47% (1498/3186) Checking out files: 48% (1530/3186) Checking out files: 49% (1562/3186) Checking out files: 50% (1593/3186) Checking out files: 51% (1625/3186) Checking out files: 52% (1657/3186) Checking out files: 53% (1689/3186) Checking out files: 54% (1721/3186) Checking out files: 55% (1753/3186) Checking out files: 56% (1785/3186) Checking out files: 57% (1817/3186) Checking out files: 58% (1848/3186) Checking out files: 59% (1880/3186) Checking out files: 60% (1912/3186) Checking out files: 61% (1944/3186) Checking out files: 62% (1976/3186) Checking out files: 63% (2008/3186) Checking out files: 64% (2040/3186) Checking out files: 65% (2071/3186) Checking out files: 66% (2103/3186) Checking out files: 67% (2135/3186) Checking out files: 68% (2167/3186) Checking out files: 69% (2199/3186) Checking out files: 70% (2231/3186) Checking out files: 71% (2263/3186) Checking out files: 72% (2294/3186) Checking out files: 73% (2326/3186) Checking out files: 74% (2358/3186) Checking out files: 75% (2390/3186) Checking out files: 76% (2422/3186) Checking out files: 77% (2454/3186) Checking out files: 78% (2486/3186) Checking out files: 79% (2517/3186) Checking out files: 79% (2530/3186) Checking out files: 80% (2549/3186) Checking out files: 81% (2581/3186) Checking out files: 82% (2613/3186) Checking out files: 83% (2645/3186) Checking out files: 84% (2677/3186) Checking out files: 85% (2709/3186) Checking out files: 86% (2740/3186) Checking out files: 87% (2772/3186) Checking out files: 88% (2804/3186) Checking out files: 89% (2836/3186) Checking out files: 90% (2868/3186) Checking out files: 91% (2900/3186) Checking out files: 92% (2932/3186) Checking out files: 93% (2963/3186) Checking out files: 94% (2995/3186) Checking out files: 95% (3027/3186) Checking out files: 96% (3059/3186) Checking out files: 97% (3091/3186) Checking out files: 98% (3123/3186) Checking out files: 99% (3155/3186) Checking out files: 100% (3186/3186) Checking out files: 100% (3186/3186), done. [2020-05-07T19:18:03.789Z] #66 72.54 + cd /tmp/tmp.jtd2nGevvE/src/github.com/containerd/containerd [2020-05-07T19:18:03.789Z] #66 72.54 + git checkout -q 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:18:03.880Z] #35 ... [2020-05-07T19:18:03.880Z] [2020-05-07T19:18:03.880Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:03.880Z] #10 14.19 Fetched 8043 kB in 11s (716 kB/s) [2020-05-07T19:18:03.880Z] #10 14.19 Reading package lists... [2020-05-07T19:18:03.880Z] #10 18.93 Reading package lists... [2020-05-07T19:18:03.880Z] #10 23.14 Building dependency tree... [2020-05-07T19:18:03.880Z] #10 ... [2020-05-07T19:18:03.880Z] [2020-05-07T19:18:03.880Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:03.880Z] #35 24.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-05-07T19:18:03.880Z] #35 24.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-05-07T19:18:03.880Z] #35 24.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-05-07T19:18:03.880Z] #35 24.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-05-07T19:18:03.880Z] #35 24.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-05-07T19:18:04.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:18:04.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:18:04.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:18:04.162Z] #35 24.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-05-07T19:18:05.169Z] #35 25.27 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:18:05.169Z] #35 25.38 Fetched 14.0 MB in 1s (13.4 MB/s) [2020-05-07T19:18:05.169Z] #35 25.49 Selecting previously unselected package xxd. [2020-05-07T19:18:05.169Z] #35 25.49 (Reading database ... [2020-05-07T19:18:05.169Z] #35 ... [2020-05-07T19:18:05.169Z] [2020-05-07T19:18:05.169Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-05-07T19:18:05.169Z] #25 24.14 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:18:05.169Z] #25 24.30 Fetched 350 kB in 0s (2267 kB/s) [2020-05-07T19:18:05.169Z] #25 24.35 Selecting previously unselected package libonig5:s390x. [2020-05-07T19:18:05.169Z] #25 24.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15176 files and directories currently installed.) [2020-05-07T19:18:05.169Z] #25 24.43 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-05-07T19:18:05.169Z] #25 24.47 Unpacking libonig5:s390x (6.9.1-1) ... [2020-05-07T19:18:05.169Z] #25 24.64 Selecting previously unselected package libjq1:s390x. [2020-05-07T19:18:05.169Z] #25 24.64 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-05-07T19:18:05.169Z] #25 24.65 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-05-07T19:18:05.169Z] #25 24.77 Selecting previously unselected package jq. [2020-05-07T19:18:05.169Z] #25 24.77 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-05-07T19:18:05.169Z] #25 24.77 Unpacking jq (1.5+dfsg-2+b1) ... [2020-05-07T19:18:05.169Z] #25 24.91 Setting up libonig5:s390x (6.9.1-1) ... [2020-05-07T19:18:05.169Z] #25 24.92 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-05-07T19:18:05.169Z] #25 24.93 Setting up jq (1.5+dfsg-2+b1) ... [2020-05-07T19:18:05.169Z] #25 24.93 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:18:05.169Z] #25 DONE 25.5s [2020-05-07T19:18:05.169Z] [2020-05-07T19:18:05.169Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:18:05.169Z] #26 DONE 0.1s [2020-05-07T19:18:05.169Z] [2020-05-07T19:18:05.169Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:05.451Z] #35 25.49 (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 ... 15176 files and directories currently installed.) [2020-05-07T19:18:05.451Z] #35 25.60 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-05-07T19:18:05.451Z] #35 25.60 Unpacking xxd (2:8.1.0875-5) ... [2020-05-07T19:18:05.451Z] #35 ... [2020-05-07T19:18:05.451Z] [2020-05-07T19:18:05.451Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:18:05.451Z] #62 15.66 Fetched 8043 kB in 12s (677 kB/s) [2020-05-07T19:18:05.451Z] #62 15.66 Reading package lists... [2020-05-07T19:18:05.451Z] #62 20.34 Reading package lists... [2020-05-07T19:18:05.451Z] #62 24.06 Building dependency tree... [2020-05-07T19:18:05.451Z] #62 25.19 The following additional packages will be installed: [2020-05-07T19:18:05.451Z] #62 25.19 libbtrfs0 [2020-05-07T19:18:05.451Z] #62 25.25 The following NEW packages will be installed: [2020-05-07T19:18:05.451Z] #62 25.25 libbtrfs-dev libbtrfs0 [2020-05-07T19:18:05.451Z] #62 25.37 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:18:05.451Z] #62 25.37 Need to get 118 kB of archives. [2020-05-07T19:18:05.451Z] #62 25.37 After this operation, 390 kB of additional disk space will be used. [2020-05-07T19:18:05.451Z] #62 25.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-05-07T19:18:05.451Z] #62 25.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-05-07T19:18:05.451Z] #62 ... [2020-05-07T19:18:05.451Z] [2020-05-07T19:18:05.451Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:05.451Z] #35 25.81 Selecting previously unselected package vim-common. [2020-05-07T19:18:05.451Z] #35 25.81 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:18:05.451Z] #35 25.86 Unpacking vim-common (2:8.1.0875-5) ... [2020-05-07T19:18:05.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:18:05.812Z] #35 26.16 Selecting previously unselected package cmake-data. [2020-05-07T19:18:05.812Z] #35 26.16 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-05-07T19:18:05.812Z] #35 26.17 Unpacking cmake-data (3.13.4-1) ... [2020-05-07T19:18:06.184Z] #66 74.61 + export 'BUILDTAGS=netgo osusergo static_build' [2020-05-07T19:18:06.184Z] #66 74.61 + BUILDTAGS='netgo osusergo static_build' [2020-05-07T19:18:06.184Z] #66 74.61 + export EXTRA_FLAGS=-buildmode=pie [2020-05-07T19:18:06.184Z] #66 74.61 + EXTRA_FLAGS=-buildmode=pie [2020-05-07T19:18:06.184Z] #66 74.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-05-07T19:18:06.184Z] #66 74.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-05-07T19:18:06.184Z] #66 74.62 + '[' '' = dynamic ']' [2020-05-07T19:18:06.184Z] #66 74.62 + make [2020-05-07T19:18:06.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:18:06.821Z] #35 ... [2020-05-07T19:18:06.821Z] [2020-05-07T19:18:06.821Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-05-07T19:18:06.821Z] #62 26.17 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:18:06.821Z] #62 26.20 Fetched 118 kB in 0s (1150 kB/s) [2020-05-07T19:18:06.821Z] #62 26.29 Selecting previously unselected package libbtrfs0. [2020-05-07T19:18:06.821Z] #62 26.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15176 files and directories currently installed.) [2020-05-07T19:18:06.821Z] #62 26.38 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-05-07T19:18:06.821Z] #62 26.41 Unpacking libbtrfs0 (4.20.1-2) ... [2020-05-07T19:18:06.821Z] #62 26.48 Selecting previously unselected package libbtrfs-dev. [2020-05-07T19:18:06.821Z] #62 26.48 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-05-07T19:18:06.821Z] #62 26.48 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:18:06.821Z] #62 26.62 Setting up libbtrfs0 (4.20.1-2) ... [2020-05-07T19:18:06.821Z] #62 26.64 Setting up libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:18:06.821Z] #62 26.65 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:18:06.821Z] #62 DONE 27.0s [2020-05-07T19:18:06.821Z] [2020-05-07T19:18:06.821Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:18:06.821Z] #63 DONE 0.1s [2020-05-07T19:18:06.821Z] [2020-05-07T19:18:06.821Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-05-07T19:18:06.821Z] #64 DONE 0.1s [2020-05-07T19:18:06.821Z] [2020-05-07T19:18:06.821Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:18:06.821Z] #43 24.69 The following NEW packages will be installed: [2020-05-07T19:18:06.821Z] #43 24.69 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-05-07T19:18:06.821Z] #43 24.70 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-05-07T19:18:06.821Z] #43 24.70 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-05-07T19:18:06.821Z] #43 24.70 python-six zlib1g-dev [2020-05-07T19:18:06.821Z] #43 24.84 0 upgraded, 17 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:18:06.821Z] #43 24.84 Need to get 3742 kB of archives. [2020-05-07T19:18:06.821Z] #43 24.84 After this operation, 22.0 MB of additional disk space will be used. [2020-05-07T19:18:06.821Z] #43 24.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-05-07T19:18:06.821Z] #43 24.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-05-07T19:18:06.821Z] #43 24.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-05-07T19:18:06.821Z] #43 24.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-05-07T19:18:06.821Z] #43 24.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-05-07T19:18:06.821Z] #43 24.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-05-07T19:18:06.821Z] #43 24.89 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-05-07T19:18:06.821Z] #43 24.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-05-07T19:18:06.821Z] #43 24.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-05-07T19:18:06.821Z] #43 24.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-05-07T19:18:06.821Z] #43 24.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-05-07T19:18:06.821Z] #43 25.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-05-07T19:18:06.821Z] #43 25.06 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-05-07T19:18:06.821Z] #43 25.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-05-07T19:18:06.821Z] #43 25.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-05-07T19:18:06.821Z] #43 25.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-05-07T19:18:06.821Z] #43 25.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-05-07T19:18:06.821Z] #43 26.07 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:18:06.821Z] #43 26.15 Fetched 3742 kB in 0s (10.4 MB/s) [2020-05-07T19:18:06.821Z] #43 26.18 Selecting previously unselected package libcap-dev:s390x. [2020-05-07T19:18:06.821Z] #43 26.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15176 files and directories currently installed.) [2020-05-07T19:18:06.821Z] #43 26.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 26.24 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-05-07T19:18:06.821Z] #43 26.34 Selecting previously unselected package libnet1:s390x. [2020-05-07T19:18:06.821Z] #43 26.34 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 26.36 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-05-07T19:18:06.821Z] #43 26.47 Selecting previously unselected package libnet1-dev. [2020-05-07T19:18:06.821Z] #43 26.48 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 26.49 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-05-07T19:18:06.821Z] #43 26.64 Selecting previously unselected package libnl-3-200:s390x. [2020-05-07T19:18:06.821Z] #43 26.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 26.64 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-05-07T19:18:06.821Z] #43 26.79 Selecting previously unselected package libnl-3-dev:s390x. [2020-05-07T19:18:06.821Z] #43 26.79 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 26.80 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-05-07T19:18:06.821Z] #43 27.11 Selecting previously unselected package libprotobuf-c1:s390x. [2020-05-07T19:18:06.821Z] #43 27.11 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-05-07T19:18:06.821Z] #43 27.12 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-05-07T19:18:07.106Z] #43 27.30 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-05-07T19:18:07.106Z] #43 27.31 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-05-07T19:18:07.106Z] #43 27.32 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-05-07T19:18:07.106Z] #43 27.40 Selecting previously unselected package zlib1g-dev:s390x. [2020-05-07T19:18:07.106Z] #43 27.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-05-07T19:18:07.106Z] #43 27.43 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-05-07T19:18:07.368Z] #66 76.16 + bin/ctr [2020-05-07T19:18:07.388Z] #43 27.65 Selecting previously unselected package libprotobuf17:s390x. [2020-05-07T19:18:07.388Z] #43 27.65 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:07.388Z] #43 27.66 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer// [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer//bar/root [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer//bar/root/ [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/quux [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/quux/ [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-05-07T19:18:07.878Z] === RUN TestCopyFromContainer/bar/notarget [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer (4.17s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-05-07T19:18:07.878Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-05-07T19:18:07.878Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-05-07T19:18:07.878Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:18:07.878Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:18:07.878Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:18:07.878Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:18:07.878Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:18:07.878Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:18:07.878Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:18:07.879Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:18:07.879Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:18:07.879Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-05-07T19:18:07.879Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-05-07T19:18:07.879Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-05-07T19:18:07.879Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-05-07T19:18:07.879Z] === RUN TestCreateLinkToNonExistingContainer [2020-05-07T19:18:08.002Z] #43 28.21 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-05-07T19:18:08.002Z] #43 28.22 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:08.002Z] #43 28.22 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:08.135Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-05-07T19:18:08.135Z] === RUN TestCreateWithInvalidEnv [2020-05-07T19:18:08.135Z] === RUN TestCreateWithInvalidEnv/0 [2020-05-07T19:18:08.135Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-05-07T19:18:08.135Z] === RUN TestCreateWithInvalidEnv/1 [2020-05-07T19:18:08.135Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-05-07T19:18:08.135Z] === RUN TestCreateWithInvalidEnv/2 [2020-05-07T19:18:08.135Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-05-07T19:18:08.135Z] === CONT TestCreateWithInvalidEnv/0 [2020-05-07T19:18:08.135Z] === CONT TestCreateWithInvalidEnv/2 [2020-05-07T19:18:08.135Z] === CONT TestCreateWithInvalidEnv/1 [2020-05-07T19:18:08.135Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-05-07T19:18:08.135Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-05-07T19:18:08.135Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-05-07T19:18:08.135Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-05-07T19:18:08.135Z] === RUN TestCreateTmpfsMountsTarget [2020-05-07T19:18:08.135Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-05-07T19:18:08.135Z] === RUN TestCreateWithCustomMaskedPaths [2020-05-07T19:18:08.283Z] #43 28.37 Selecting previously unselected package libprotobuf-dev:s390x. [2020-05-07T19:18:08.283Z] #43 28.37 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:08.283Z] #43 28.38 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-05-07T19:18:09.288Z] #43 29.33 Selecting previously unselected package libprotoc17:s390x. [2020-05-07T19:18:09.288Z] #43 29.35 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:09.288Z] #43 29.35 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:09.570Z] #43 29.77 Selecting previously unselected package protobuf-c-compiler. [2020-05-07T19:18:09.570Z] #43 29.77 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-05-07T19:18:09.570Z] #43 29.79 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-05-07T19:18:09.570Z] #43 29.92 Selecting previously unselected package protobuf-compiler. [2020-05-07T19:18:09.570Z] #43 29.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:09.570Z] #43 29.92 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-05-07T19:18:09.702Z] Client: Docker Engine - Enterprise [2020-05-07T19:18:09.702Z] Version: 19.03.5 [2020-05-07T19:18:09.702Z] API version: 1.40 [2020-05-07T19:18:09.702Z] Go version: go1.12.12 [2020-05-07T19:18:09.702Z] Git commit: 2ee0c57608 [2020-05-07T19:18:09.702Z] Built: 11/13/2019 08:00:16 [2020-05-07T19:18:09.702Z] OS/Arch: windows/amd64 [2020-05-07T19:18:09.702Z] Experimental: false [2020-05-07T19:18:09.702Z] [2020-05-07T19:18:09.702Z] Server: Docker Engine - Enterprise [2020-05-07T19:18:09.702Z] Engine: [2020-05-07T19:18:09.702Z] Version: 19.03.5 [2020-05-07T19:18:09.702Z] API version: 1.40 (minimum version 1.24) [2020-05-07T19:18:09.702Z] Go version: go1.12.12 [2020-05-07T19:18:09.702Z] Git commit: 2ee0c57608 [2020-05-07T19:18:09.702Z] Built: 11/13/2019 07:58:51 [2020-05-07T19:18:09.702Z] OS/Arch: windows/amd64 [2020-05-07T19:18:09.702Z] Experimental: true [Pipeline] sh [2020-05-07T19:18:09.859Z] #43 30.05 Selecting previously unselected package python-pkg-resources. [2020-05-07T19:18:09.859Z] #43 30.05 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-05-07T19:18:09.859Z] #43 30.06 Unpacking python-pkg-resources (40.8.0-1) ... [2020-05-07T19:18:09.859Z] #43 ... [2020-05-07T19:18:09.859Z] [2020-05-07T19:18:09.859Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:09.859Z] #74 DONE 30.0s [2020-05-07T19:18:09.859Z] [2020-05-07T19:18:09.859Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:18:09.859Z] #65 1.739 + RM_GOPATH=0 [2020-05-07T19:18:09.859Z] #65 1.739 + TMP_GOPATH= [2020-05-07T19:18:09.859Z] #65 1.739 + : /build [2020-05-07T19:18:09.859Z] #65 1.739 + '[' -z '' ']' [2020-05-07T19:18:09.859Z] #65 1.740 ++ mktemp -d [2020-05-07T19:18:09.859Z] #65 1.741 + export GOPATH=/tmp/tmp.erEijfP3tc [2020-05-07T19:18:09.859Z] #65 1.741 + GOPATH=/tmp/tmp.erEijfP3tc [2020-05-07T19:18:09.859Z] #65 1.741 + RM_GOPATH=1 [2020-05-07T19:18:09.859Z] #65 1.741 ++ dirname ./install.sh [2020-05-07T19:18:09.859Z] #65 1.742 + dir=. [2020-05-07T19:18:09.859Z] #65 1.742 + bin=containerd [2020-05-07T19:18:09.859Z] #65 1.743 + shift [2020-05-07T19:18:09.859Z] #65 1.743 + '[' '!' -f ./containerd.installer ']' [2020-05-07T19:18:09.859Z] #65 1.743 + . ./containerd.installer [2020-05-07T19:18:09.859Z] #65 1.744 ++ : 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:18:09.859Z] #65 1.745 + install_containerd [2020-05-07T19:18:09.859Z] #65 1.747 Install containerd version 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:18:09.859Z] #65 1.747 + echo 'Install containerd version 814b7956fafc7a0980ea07e950f983d0837e5578' [2020-05-07T19:18:09.859Z] #65 1.748 + git clone https://github.com/containerd/containerd.git /tmp/tmp.erEijfP3tc/src/github.com/containerd/containerd [2020-05-07T19:18:09.859Z] #65 1.750 Cloning into '/tmp/tmp.erEijfP3tc/src/github.com/containerd/containerd'... [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s) [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:18:10.028Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:18:10.028Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-05-07T19:18:10.028Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-05-07T19:18:10.028Z] === RUN TestCreateWithCustomReadonlyPaths [2020-05-07T19:18:10.379Z] #66 ... [2020-05-07T19:18:10.379Z] [2020-05-07T19:18:10.379Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:10.379Z] #48 137.4 regexp [2020-05-07T19:18:10.674Z] + docker info [2020-05-07T19:18:11.100Z] #48 138.4 os [2020-05-07T19:18:11.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:18:11.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:18:11.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:18:11.825Z] #48 ... [2020-05-07T19:18:11.825Z] [2020-05-07T19:18:11.825Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:11.825Z] #34 128.6 internal/poll [2020-05-07T19:18:11.825Z] #34 133.5 os [2020-05-07T19:18:11.825Z] #34 136.2 internal/fmtsort [2020-05-07T19:18:11.825Z] #34 138.4 fmt [2020-05-07T19:18:11.825Z] #34 138.4 path/filepath [2020-05-07T19:18:11.825Z] #34 ... [2020-05-07T19:18:11.825Z] [2020-05-07T19:18:11.825Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:11.825Z] #45 26.92 CC images/stats.o [2020-05-07T19:18:11.825Z] #45 27.83 CC images/core.o [2020-05-07T19:18:11.825Z] #45 29.20 CC images/core-x86.o [2020-05-07T19:18:11.825Z] #45 30.39 CC images/core-arm.o [2020-05-07T19:18:11.825Z] #45 31.04 CC images/core-aarch64.o [2020-05-07T19:18:11.825Z] #45 31.64 CC images/core-ppc64.o [2020-05-07T19:18:11.825Z] #45 33.18 CC images/core-s390.o [2020-05-07T19:18:11.825Z] #45 34.68 CC images/cpuinfo.o [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s) [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:18:11.921Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:18:11.921Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:18:11.921Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:18:11.921Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:18:11.921Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:18:11.921Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:18:11.921Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:18:11.921Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:18:11.921Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:18:11.921Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:18:11.921Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-05-07T19:18:11.921Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-05-07T19:18:11.921Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-05-07T19:18:12.165Z] #45 35.61 CC images/inventory.o [2020-05-07T19:18:12.178Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2020-05-07T19:18:12.178Z] === RUN TestContainerStartOnDaemonRestart [2020-05-07T19:18:12.178Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-05-07T19:18:12.178Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-05-07T19:18:12.178Z] === RUN TestDaemonRestartIpcMode [2020-05-07T19:18:12.178Z] === PAUSE TestDaemonRestartIpcMode [2020-05-07T19:18:12.178Z] === RUN TestDaemonHostGatewayIP [2020-05-07T19:18:12.178Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-05-07T19:18:12.178Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:18:12.178Z] === RUN TestContainerKillOnDaemonStart [2020-05-07T19:18:12.178Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-05-07T19:18:12.178Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-05-07T19:18:12.178Z] === RUN TestDiff [2020-05-07T19:18:12.507Z] #45 36.12 CC images/fdinfo.o [2020-05-07T19:18:12.561Z] #65 ... [2020-05-07T19:18:12.561Z] [2020-05-07T19:18:12.561Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:12.561Z] #27 2.966 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-05-07T19:18:12.561Z] #27 3.449 #=#=# [2020-05-07T19:18:12.561Z] #27 3.634 #### 6.2% ######## 12.5% ############# 18.7% ################ 22.9% ###################### 31.3% ########################### 37.6% ############################### 43.8% ################################### 49.8% ########################################## 58.5% ################################################ 66.8% #################################################### 73.1% ########################################################## 81.4% ############################################################### 87.7% ################################################################## 91.9% ###################################################################### 98.1% ######################################################################## 100.0% [2020-05-07T19:18:12.561Z] #27 6.050 #=#=# [2020-05-07T19:18:12.561Z] #27 6.213 # 1.9% ############# 19.3% ########################## 36.3% ###################################### 53.2% ################################################## 70.3% ############################################################## 87.3% ######################################################################## 100.0% [2020-05-07T19:18:12.561Z] #27 7.287 [2020-05-07T19:18:12.561Z] #27 ... [2020-05-07T19:18:12.561Z] [2020-05-07T19:18:12.561Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:18:12.561Z] #50 32.63 + cd /tmp/tmp.5wbBooaylE/src/gotest.tools/gotestsum [2020-05-07T19:18:12.561Z] #50 32.63 + git checkout -q v0.3.5 [2020-05-07T19:18:12.561Z] #50 32.67 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-05-07T19:18:12.741Z] --- PASS: TestDiff (0.54s) [2020-05-07T19:18:12.741Z] === RUN TestExecWithCloseStdin [2020-05-07T19:18:13.237Z] #45 36.80 CC images/fown.o [2020-05-07T19:18:13.305Z] --- PASS: TestExecWithCloseStdin (0.62s) [2020-05-07T19:18:13.305Z] === RUN TestExec [2020-05-07T19:18:13.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:18:13.868Z] --- PASS: TestExec (0.63s) [2020-05-07T19:18:13.868Z] === RUN TestExecUser [2020-05-07T19:18:13.970Z] #45 37.31 CC images/ns.o [2020-05-07T19:18:14.308Z] #45 37.72 CC images/regfile.o [2020-05-07T19:18:14.308Z] #45 ... [2020-05-07T19:18:14.308Z] [2020-05-07T19:18:14.308Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:14.308Z] #34 141.5 io/ioutil [2020-05-07T19:18:14.582Z] #50 ... [2020-05-07T19:18:14.582Z] [2020-05-07T19:18:14.582Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:14.582Z] #10 24.55 The following additional packages will be installed: [2020-05-07T19:18:14.582Z] #10 24.57 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-05-07T19:18:14.582Z] #10 24.57 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-05-07T19:18:14.582Z] #10 24.57 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-05-07T19:18:14.582Z] #10 24.58 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-05-07T19:18:14.582Z] #10 24.58 Suggested packages: [2020-05-07T19:18:14.582Z] #10 24.58 gcc-8-locales seccomp wine64 [2020-05-07T19:18:14.582Z] #10 25.78 The following NEW packages will be installed: [2020-05-07T19:18:14.582Z] #10 25.78 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-05-07T19:18:14.582Z] #10 25.78 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-05-07T19:18:14.582Z] #10 25.78 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-05-07T19:18:14.582Z] #10 25.79 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-05-07T19:18:14.582Z] #10 25.80 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-05-07T19:18:14.582Z] #10 25.80 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-05-07T19:18:14.582Z] #10 26.00 0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:18:14.582Z] #10 26.00 Need to get 73.3 MB of archives. [2020-05-07T19:18:14.582Z] #10 26.00 After this operation, 494 MB of additional disk space will be used. [2020-05-07T19:18:14.582Z] #10 26.00 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-05-07T19:18:14.582Z] #10 26.27 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-05-07T19:18:14.582Z] #10 26.42 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-05-07T19:18:14.582Z] #10 26.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-05-07T19:18:14.582Z] #10 26.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-05-07T19:18:14.582Z] #10 26.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-05-07T19:18:14.582Z] #10 26.78 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-05-07T19:18:14.582Z] #10 26.95 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-05-07T19:18:14.582Z] #10 26.96 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-05-07T19:18:14.582Z] #10 29.05 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-05-07T19:18:14.582Z] #10 30.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-05-07T19:18:14.582Z] #10 30.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-05-07T19:18:14.582Z] #10 30.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-05-07T19:18:14.582Z] #10 30.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-05-07T19:18:14.582Z] #10 30.61 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-05-07T19:18:14.582Z] #10 30.61 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u3 [109 kB] [2020-05-07T19:18:14.582Z] #10 30.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-05-07T19:18:14.582Z] #10 30.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-05-07T19:18:14.582Z] #10 30.68 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-05-07T19:18:14.582Z] #10 30.70 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-05-07T19:18:14.582Z] #10 30.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-05-07T19:18:14.582Z] #10 30.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-05-07T19:18:14.582Z] #10 30.78 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-05-07T19:18:14.582Z] #10 30.79 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-05-07T19:18:14.582Z] #10 30.79 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u3 [321 kB] [2020-05-07T19:18:14.582Z] #10 31.73 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:18:14.582Z] #10 31.79 Fetched 73.3 MB in 5s (14.8 MB/s) [2020-05-07T19:18:14.582Z] #10 31.84 Selecting previously unselected package binutils-mingw-w64-i686. [2020-05-07T19:18:14.582Z] #10 31.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15176 files and directories currently installed.) [2020-05-07T19:18:14.582Z] #10 31.89 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-05-07T19:18:14.582Z] #10 31.89 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-05-07T19:18:14.582Z] #10 33.88 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-05-07T19:18:14.582Z] #10 33.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-05-07T19:18:14.582Z] #10 33.90 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-05-07T19:18:14.582Z] #10 ... [2020-05-07T19:18:14.582Z] [2020-05-07T19:18:14.582Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:18:14.582Z] #30 34.62 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-05-07T19:18:14.582Z] #30 34.73 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-05-07T19:18:14.798Z] --- PASS: TestExecUser (0.65s) [2020-05-07T19:18:14.798Z] === RUN TestExportContainerAndImportImage [2020-05-07T19:18:14.863Z] #30 35.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-05-07T19:18:15.362Z] --- PASS: TestExportContainerAndImportImage (0.75s) [2020-05-07T19:18:15.362Z] === RUN TestExportContainerAfterDaemonRestart [2020-05-07T19:18:16.073Z] #34 ... [2020-05-07T19:18:16.073Z] [2020-05-07T19:18:16.073Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:16.073Z] #57 133.2 regexp [2020-05-07T19:18:16.421Z] #57 ... [2020-05-07T19:18:16.421Z] [2020-05-07T19:18:16.421Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:16.421Z] #45 38.23 CC images/ghost-file.o [2020-05-07T19:18:16.421Z] #45 39.04 CC images/fifo.o [2020-05-07T19:18:16.421Z] #45 39.39 CC images/remap-file-path.o [2020-05-07T19:18:16.421Z] #45 39.77 CC images/eventfd.o [2020-05-07T19:18:16.764Z] #45 40.11 CC images/eventpoll.o [2020-05-07T19:18:17.101Z] #45 40.61 CC images/fh.o [2020-05-07T19:18:17.537Z] #30 ... [2020-05-07T19:18:17.537Z] [2020-05-07T19:18:17.537Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:17.537Z] #33 27.56 sync [2020-05-07T19:18:17.537Z] #33 27.57 internal/reflectlite [2020-05-07T19:18:17.537Z] #33 29.70 errors [2020-05-07T19:18:17.537Z] #33 29.70 sort [2020-05-07T19:18:17.537Z] #33 30.02 strconv [2020-05-07T19:18:17.537Z] #33 31.21 io [2020-05-07T19:18:17.537Z] #33 32.19 internal/oserror [2020-05-07T19:18:17.537Z] #33 32.35 syscall [2020-05-07T19:18:17.537Z] #33 33.40 reflect [2020-05-07T19:18:17.537Z] #33 ... [2020-05-07T19:18:17.537Z] [2020-05-07T19:18:17.537Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:17.537Z] #27 7.473 ## 3.5% ###### 8.5% ########### 16.2% ################# 23.9% ###################### 31.5% ############################ 39.1% ################################### 49.3% ######################################### 58.1% ############################################### 65.5% #################################################### 73.1% ########################################################### 83.3% ################################################################# 90.9% ###################################################################### 98.6% ######################################################################## 100.0% [2020-05-07T19:18:17.537Z] #27 9.425 #=#=# [2020-05-07T19:18:17.829Z] #45 41.26 CC images/fsnotify.o [2020-05-07T19:18:18.389Z] #27 9.541 0.0% # 2.7% #### 6.4% ###### 9.3% ######## 12.1% ########### 15.9% ############## 19.7% ################ 23.4% ################### 27.2% ##################### 30.1% ####################### 32.9% ######################### 35.7% ############################ 39.5% ############################## 42.4% ################################ 45.2% ################################### 49.0% ##################################### 51.8% ######################################## 55.6% ########################################## 58.4% ############################################ 61.3% ############################################## 65.0% ################################################ 67.9% ################################################## 70.7% #################################################### 73.5% ###################################################### 75.3% ######################################################## 78.1% ######################################################### 80.5% ########################################################### 82.2% ############################################################# 85.1% ############################################################### 87.9% [2020-05-07T19:18:18.389Z] #27 ... [2020-05-07T19:18:18.389Z] [2020-05-07T19:18:18.389Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:18.389Z] #33 38.37 time [2020-05-07T19:18:18.389Z] #33 ... [2020-05-07T19:18:18.389Z] [2020-05-07T19:18:18.389Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:18.389Z] #35 28.79 Selecting previously unselected package libicu63:s390x. [2020-05-07T19:18:18.389Z] #35 28.83 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 28.83 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-05-07T19:18:18.389Z] #35 34.85 Selecting previously unselected package libxml2:s390x. [2020-05-07T19:18:18.389Z] #35 34.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 34.88 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-05-07T19:18:18.389Z] #35 35.30 Selecting previously unselected package libarchive13:s390x. [2020-05-07T19:18:18.389Z] #35 35.31 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 35.31 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-05-07T19:18:18.389Z] #35 35.50 Selecting previously unselected package libjsoncpp1:s390x. [2020-05-07T19:18:18.389Z] #35 35.50 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 35.50 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-05-07T19:18:18.389Z] #35 35.59 Selecting previously unselected package librhash0:s390x. [2020-05-07T19:18:18.389Z] #35 35.59 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 35.59 Unpacking librhash0:s390x (1.3.8-1) ... [2020-05-07T19:18:18.389Z] #35 35.72 Selecting previously unselected package libuv1:s390x. [2020-05-07T19:18:18.389Z] #35 35.72 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 35.73 Unpacking libuv1:s390x (1.24.1-1) ... [2020-05-07T19:18:18.389Z] #35 35.82 Selecting previously unselected package cmake. [2020-05-07T19:18:18.389Z] #35 35.82 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-05-07T19:18:18.389Z] #35 35.83 Unpacking cmake (3.13.4-1) ... [2020-05-07T19:18:18.389Z] #35 38.01 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-05-07T19:18:18.389Z] #35 38.03 Setting up xxd (2:8.1.0875-5) ... [2020-05-07T19:18:18.389Z] #35 38.05 Setting up libuv1:s390x (1.24.1-1) ... [2020-05-07T19:18:18.389Z] #35 38.05 Setting up vim-common (2:8.1.0875-5) ... [2020-05-07T19:18:18.389Z] #35 38.07 Setting up librhash0:s390x (1.3.8-1) ... [2020-05-07T19:18:18.389Z] #35 38.08 Setting up cmake-data (3.13.4-1) ... [2020-05-07T19:18:18.389Z] #35 38.10 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-05-07T19:18:18.389Z] #35 38.10 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-05-07T19:18:18.389Z] #35 38.11 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-05-07T19:18:18.389Z] #35 38.12 Setting up cmake (3.13.4-1) ... [2020-05-07T19:18:18.389Z] #35 38.13 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:18:18.389Z] #35 38.22 Processing triggers for mime-support (3.62) ... [2020-05-07T19:18:18.672Z] #35 ... [2020-05-07T19:18:18.672Z] [2020-05-07T19:18:18.672Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-05-07T19:18:18.672Z] #43 30.32 Selecting previously unselected package python-six. [2020-05-07T19:18:18.672Z] #43 30.33 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-05-07T19:18:18.672Z] #43 30.33 Unpacking python-six (1.12.0-1) ... [2020-05-07T19:18:18.672Z] #43 30.62 Selecting previously unselected package python-protobuf. [2020-05-07T19:18:18.672Z] #43 30.62 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-05-07T19:18:18.672Z] #43 30.64 Unpacking python-protobuf (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 31.38 Setting up python-pkg-resources (40.8.0-1) ... [2020-05-07T19:18:18.672Z] #43 33.21 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 33.23 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-05-07T19:18:18.672Z] #43 33.23 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-05-07T19:18:18.672Z] #43 33.24 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-05-07T19:18:18.672Z] #43 33.25 Setting up python-six (1.12.0-1) ... [2020-05-07T19:18:18.672Z] #43 34.70 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-05-07T19:18:18.672Z] #43 34.71 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-05-07T19:18:18.672Z] #43 34.72 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 34.73 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-05-07T19:18:18.672Z] #43 34.74 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 34.75 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 34.76 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-05-07T19:18:18.672Z] #43 34.77 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 34.78 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-05-07T19:18:18.672Z] #43 34.79 Setting up python-protobuf (3.6.1.3-2) ... [2020-05-07T19:18:18.672Z] #43 38.41 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-05-07T19:18:18.672Z] #43 38.42 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:18:18.672Z] #43 DONE 39.0s [2020-05-07T19:18:18.672Z] [2020-05-07T19:18:18.672Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:18.672Z] #27 9.541 0.0% # 2.7% #### 6.4% ###### 9.3% ######## 12.1% ########### 15.9% ############## 19.7% ################ 23.4% ################### 27.2% ##################### 30.1% ####################### 32.9% ######################### 35.7% ############################ 39.5% ############################## 42.4% ################################ 45.2% ################################### 49.0% ##################################### 51.8% ######################################## 55.6% ########################################## 58.4% ############################################ 61.3% ############################################## 65.0% ################################################ 67.9% ################################################## 70.7% #################################################### 73.5% ###################################################### 75.3% ######################################################## 78.1% ######################################################### 80.5% ########################################################### 82.2% ############################################################# 85.1% ############################################################### 87.9% ################################################################## 91.7% #################################################################### 94.5%#27 ... [2020-05-07T19:18:18.672Z] [2020-05-07T19:18:18.672Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-05-07T19:18:18.672Z] #35 DONE 39.0s [2020-05-07T19:18:18.672Z] [2020-05-07T19:18:18.672Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:18:18.672Z] #36 DONE 0.1s [2020-05-07T19:18:18.672Z] [2020-05-07T19:18:18.672Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:18.673Z] #27 9.541 0.0% # 2.7% #### 6.4% ###### 9.3% ######## 12.1% ########### 15.9% ############## 19.7% ################ 23.4% ################### 27.2% ##################### 30.1% ####################### 32.9% ######################### 35.7% ############################ 39.5% ############################## 42.4% ################################ 45.2% ################################### 49.0% ##################################### 51.8% ######################################## 55.6% ########################################## 58.4% ############################################ 61.3% ############################################## 65.0% ################################################ 67.9% ################################################## 70.7% #################################################### 73.5% ###################################################### 75.3% ######################################################## 78.1% ######################################################### 80.5% ########################################################### 82.2% ############################################################# 85.1% ############################################################### 87.9% ################################################################## 91.7% #################################################################### 94.5% ###################################################################### 98.3% ######################################################################## 100.0% [2020-05-07T19:18:18.955Z] #27 ... [2020-05-07T19:18:18.955Z] [2020-05-07T19:18:18.955Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-05-07T19:18:18.955Z] #37 DONE 0.1s [2020-05-07T19:18:18.955Z] [2020-05-07T19:18:18.955Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:18.955Z] #27 13.58 [2020-05-07T19:18:19.013Z] #45 42.34 CC images/signalfd.o [2020-05-07T19:18:19.249Z] #27 ... [2020-05-07T19:18:19.249Z] [2020-05-07T19:18:19.249Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:19.249Z] #47 29.30 internal/reflectlite [2020-05-07T19:18:19.249Z] #47 29.35 github.com/LK4D4/vndr/godl/singleflight [2020-05-07T19:18:19.249Z] #47 29.64 math/rand [2020-05-07T19:18:19.249Z] #47 31.14 internal/singleflight [2020-05-07T19:18:19.249Z] #47 32.21 io [2020-05-07T19:18:19.249Z] #47 32.21 strconv [2020-05-07T19:18:19.249Z] #47 33.57 bytes [2020-05-07T19:18:19.249Z] #47 34.57 reflect [2020-05-07T19:18:19.249Z] #47 35.50 bufio [2020-05-07T19:18:19.249Z] #47 37.40 syscall [2020-05-07T19:18:19.351Z] #45 42.75 CC images/fs.o [2020-05-07T19:18:19.535Z] --- PASS: TestExportContainerAfterDaemonRestart (3.79s) [2020-05-07T19:18:19.535Z] === RUN TestHealthCheckWorkdir [2020-05-07T19:18:19.561Z] #47 ... [2020-05-07T19:18:19.561Z] [2020-05-07T19:18:19.561Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:19.561Z] #10 36.31 Selecting previously unselected package binutils-mingw-w64. [2020-05-07T19:18:19.561Z] #10 36.33 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-05-07T19:18:19.561Z] #10 36.34 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-05-07T19:18:19.561Z] #10 36.43 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-05-07T19:18:19.561Z] #10 36.43 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-05-07T19:18:19.561Z] #10 36.43 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-05-07T19:18:19.561Z] #10 36.59 Selecting previously unselected package dmsetup. [2020-05-07T19:18:19.561Z] #10 36.59 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-05-07T19:18:19.561Z] #10 36.60 Unpacking dmsetup (2:1.02.155-3) ... [2020-05-07T19:18:19.561Z] #10 36.72 Selecting previously unselected package mingw-w64-common. [2020-05-07T19:18:19.561Z] #10 36.72 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-05-07T19:18:19.561Z] #10 36.73 Unpacking mingw-w64-common (6.0.0-3) ... [2020-05-07T19:18:19.689Z] #45 43.16 CC images/pstree.o [2020-05-07T19:18:20.028Z] #45 43.55 CC images/pipe.o [2020-05-07T19:18:20.098Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2020-05-07T19:18:20.098Z] === RUN TestHealthKillContainer [2020-05-07T19:18:20.366Z] #45 43.93 CC images/tcp-stream.o [2020-05-07T19:18:20.704Z] #45 44.31 CC images/sk-packet.o [2020-05-07T19:18:21.033Z] #10 41.34 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-05-07T19:18:21.033Z] #10 41.36 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-05-07T19:18:21.033Z] #10 41.37 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-05-07T19:18:21.314Z] #10 ... [2020-05-07T19:18:21.314Z] [2020-05-07T19:18:21.314Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:21.314Z] #27 14.98 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-05-07T19:18:21.314Z] #27 15.32 [2020-05-07T19:18:21.314Z] #27 15.44 #=#=# ##O#- # 0.4% ######################################################################## 100.0% [2020-05-07T19:18:21.314Z] #27 16.11 [2020-05-07T19:18:21.454Z] #45 44.82 CC images/mnt.o [2020-05-07T19:18:21.854Z] #45 45.24 CC images/pipe-data.o [2020-05-07T19:18:22.189Z] #45 45.64 CC images/sa.o [2020-05-07T19:18:22.319Z] #27 16.94 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-05-07T19:18:22.527Z] #45 46.04 CC images/timer.o [2020-05-07T19:18:22.600Z] #27 17.29 [2020-05-07T19:18:22.618Z] --- PASS: TestHealthKillContainer (2.75s) [2020-05-07T19:18:22.618Z] === RUN TestInspectCpusetInConfigPre120 [2020-05-07T19:18:22.882Z] #27 17.46 ######################################################################## 100.0% [2020-05-07T19:18:22.882Z] #27 17.54 [2020-05-07T19:18:23.182Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2020-05-07T19:18:23.182Z] === RUN TestIpcModeNone [2020-05-07T19:18:23.251Z] #45 46.66 CC images/timerfd.o [2020-05-07T19:18:23.588Z] #45 47.02 CC images/mm.o [2020-05-07T19:18:23.888Z] #27 18.62 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-05-07T19:18:23.888Z] #27 18.68 skipping existing b63cc5f62c21 [2020-05-07T19:18:23.888Z] #27 18.72 [2020-05-07T19:18:23.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:18:23.925Z] #45 ... [2020-05-07T19:18:23.925Z] [2020-05-07T19:18:23.925Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:23.925Z] #48 150.9 github.com/LK4D4/vndr/versioned [2020-05-07T19:18:24.111Z] --- PASS: TestIpcModeNone (0.64s) [2020-05-07T19:18:24.111Z] === RUN TestIpcModePrivate [2020-05-07T19:18:24.502Z] #27 ... [2020-05-07T19:18:24.502Z] [2020-05-07T19:18:24.502Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:24.502Z] #56 34.34 bytes [2020-05-07T19:18:24.502Z] #56 34.34 syscall [2020-05-07T19:18:24.502Z] #56 36.28 reflect [2020-05-07T19:18:24.502Z] #56 41.40 time [2020-05-07T19:18:24.502Z] #56 ... [2020-05-07T19:18:24.502Z] [2020-05-07T19:18:24.502Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:24.502Z] #38 1.652 + RM_GOPATH=0 [2020-05-07T19:18:24.502Z] #38 1.652 + TMP_GOPATH= [2020-05-07T19:18:24.502Z] #38 1.652 + : /build [2020-05-07T19:18:24.502Z] #38 1.653 + '[' -z '' ']' [2020-05-07T19:18:24.502Z] #38 1.653 ++ mktemp -d [2020-05-07T19:18:24.502Z] #38 1.654 + export GOPATH=/tmp/tmp.DnTwzZRdKK [2020-05-07T19:18:24.502Z] #38 1.655 + GOPATH=/tmp/tmp.DnTwzZRdKK [2020-05-07T19:18:24.502Z] #38 1.655 + RM_GOPATH=1 [2020-05-07T19:18:24.502Z] #38 1.656 ++ dirname ./install.sh [2020-05-07T19:18:24.502Z] #38 1.657 + dir=. [2020-05-07T19:18:24.502Z] #38 1.657 + bin=tini [2020-05-07T19:18:24.502Z] #38 1.657 + shift [2020-05-07T19:18:24.502Z] #38 1.657 + '[' '!' -f ./tini.installer ']' [2020-05-07T19:18:24.502Z] #38 1.657 + . ./tini.installer [2020-05-07T19:18:24.502Z] #38 1.657 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:18:24.502Z] #38 1.657 + install_tini [2020-05-07T19:18:24.502Z] #38 1.657 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-05-07T19:18:24.502Z] #38 1.658 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:18:24.502Z] #38 1.658 + git clone https://github.com/krallin/tini.git /tmp/tmp.DnTwzZRdKK/tini [2020-05-07T19:18:24.502Z] #38 1.662 Cloning into '/tmp/tmp.DnTwzZRdKK/tini'... [2020-05-07T19:18:24.502Z] #38 2.199 + cd /tmp/tmp.DnTwzZRdKK/tini [2020-05-07T19:18:24.502Z] #38 2.199 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-05-07T19:18:24.502Z] #38 2.212 + cmake . [2020-05-07T19:18:24.502Z] #38 2.597 -- The C compiler identification is GNU 8.3.0 [2020-05-07T19:18:24.502Z] #38 2.658 -- Check for working C compiler: /usr/bin/cc [2020-05-07T19:18:24.502Z] #38 3.083 -- Check for working C compiler: /usr/bin/cc -- works [2020-05-07T19:18:24.502Z] #38 3.089 -- Detecting C compiler ABI info [2020-05-07T19:18:24.502Z] #38 3.535 -- Detecting C compiler ABI info - done [2020-05-07T19:18:24.502Z] #38 3.554 -- Detecting C compile features [2020-05-07T19:18:24.502Z] #38 4.862 -- Detecting C compile features - done [2020-05-07T19:18:24.502Z] #38 4.894 -- Performing Test HAS_BUILTIN_FORTIFY [2020-05-07T19:18:24.502Z] #38 5.143 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-05-07T19:18:24.502Z] #38 5.240 -- Configuring done [2020-05-07T19:18:24.502Z] #38 5.257 -- Generating done [2020-05-07T19:18:24.502Z] #38 5.269 -- Build files have been written to: /tmp/tmp.DnTwzZRdKK/tini [2020-05-07T19:18:24.502Z] #38 5.271 + make tini-static [2020-05-07T19:18:24.502Z] #38 5.594 Scanning dependencies of target tini-static [2020-05-07T19:18:24.502Z] #38 5.695 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-05-07T19:18:24.664Z] #48 151.9 internal/lazyregexp [2020-05-07T19:18:24.674Z] --- PASS: TestIpcModePrivate (0.62s) [2020-05-07T19:18:24.674Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:109, shared: false, mustBeShared: false [2020-05-07T19:18:24.674Z] === RUN TestIpcModeShareable [2020-05-07T19:18:24.674Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-05-07T19:18:24.674Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:18:24.674Z] === RUN TestAPIIpcModeShareableAndContainer [2020-05-07T19:18:25.003Z] #48 152.1 net [2020-05-07T19:18:25.128Z] #38 ... [2020-05-07T19:18:25.128Z] [2020-05-07T19:18:25.128Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:25.128Z] #10 45.37 Selecting previously unselected package gcc-mingw-w64-base. [2020-05-07T19:18:25.128Z] #10 45.38 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-05-07T19:18:25.128Z] #10 45.38 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:25.128Z] #10 45.49 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-05-07T19:18:25.409Z] #10 45.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-05-07T19:18:25.409Z] #10 45.49 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:26.039Z] #10 ... [2020-05-07T19:18:26.039Z] [2020-05-07T19:18:26.039Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:26.039Z] #38 6.541 [100%] Linking C executable tini-static [2020-05-07T19:18:26.039Z] #38 6.852 [100%] Built target tini-static [2020-05-07T19:18:26.039Z] #38 6.931 + mkdir -p /build [2020-05-07T19:18:26.039Z] #38 6.935 + cp tini-static /build/docker-init [2020-05-07T19:18:26.039Z] #38 DONE 7.2s [2020-05-07T19:18:26.039Z] [2020-05-07T19:18:26.039Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-05-07T19:18:26.039Z] #27 20.28 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-05-07T19:18:26.039Z] #27 20.59 [2020-05-07T19:18:26.039Z] #27 20.67 ######################################################################## 100.0% [2020-05-07T19:18:26.039Z] #27 20.75 [2020-05-07T19:18:26.039Z] #27 20.78 Download of images into '/build' complete. [2020-05-07T19:18:26.039Z] #27 20.78 Use something like the following to load the result into a Docker daemon: [2020-05-07T19:18:26.039Z] #27 20.78 tar -cC '/build' . | docker load [2020-05-07T19:18:26.039Z] #27 DONE 20.9s [2020-05-07T19:18:26.039Z] [2020-05-07T19:18:26.039Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:26.039Z] #33 43.22 internal/poll [2020-05-07T19:18:26.039Z] #33 44.54 internal/fmtsort [2020-05-07T19:18:26.039Z] #33 45.00 internal/syscall/execenv [2020-05-07T19:18:26.039Z] #33 45.05 internal/syscall/unix [2020-05-07T19:18:26.039Z] #33 45.10 strings [2020-05-07T19:18:26.039Z] #33 45.19 os [2020-05-07T19:18:26.567Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.96s) [2020-05-07T19:18:26.567Z] === RUN TestAPIIpcModeHost [2020-05-07T19:18:26.567Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-05-07T19:18:26.567Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:18:26.567Z] === RUN TestDaemonIpcModeShareable [2020-05-07T19:18:26.567Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-05-07T19:18:26.567Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:18:26.567Z] === RUN TestDaemonIpcModePrivate [2020-05-07T19:18:27.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:18:28.119Z] #33 48.10 path [2020-05-07T19:18:28.247Z] #48 ... [2020-05-07T19:18:28.247Z] [2020-05-07T19:18:28.247Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:28.247Z] #34 145.1 log [2020-05-07T19:18:28.247Z] #34 145.2 flag [2020-05-07T19:18:28.247Z] #34 145.2 github.com/BurntSushi/toml [2020-05-07T19:18:28.247Z] #34 152.9 github.com/BurntSushi/toml/cmd/tomlv [2020-05-07T19:18:28.247Z] #34 ... [2020-05-07T19:18:28.247Z] [2020-05-07T19:18:28.247Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:28.247Z] #45 47.59 CC images/sk-opts.o [2020-05-07T19:18:28.247Z] #45 47.97 CC images/sk-unix.o [2020-05-07T19:18:28.247Z] #45 48.48 CC images/sk-inet.o [2020-05-07T19:18:28.247Z] #45 49.23 CC images/tun.o [2020-05-07T19:18:28.247Z] #45 49.73 CC images/sk-netlink.o [2020-05-07T19:18:28.247Z] #45 50.15 CC images/packet-sock.o [2020-05-07T19:18:28.247Z] #45 50.91 CC images/ipc-var.o [2020-05-07T19:18:28.247Z] #45 51.33 CC images/ipc-desc.o [2020-05-07T19:18:28.593Z] #45 51.95 CC images/ipc-shm.o [2020-05-07T19:18:28.731Z] #33 ... [2020-05-07T19:18:28.731Z] [2020-05-07T19:18:28.731Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:28.731Z] #44 7.904 Note: Building without setproctitle() and strlcpy() support. [2020-05-07T19:18:28.731Z] #44 7.904 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-05-07T19:18:28.731Z] #44 7.904 Note: Building without GnuTLS support [2020-05-07T19:18:28.731Z] #44 9.715 fatal: not a git repository (or any of the parent directories): .git [2020-05-07T19:18:28.731Z] #44 9.766 GEN .gitid [2020-05-07T19:18:28.731Z] #44 9.766 GEN criu/include/version.h [2020-05-07T19:18:28.731Z] #44 9.776 GEN include/common/asm [2020-05-07T19:18:28.731Z] #44 ... [2020-05-07T19:18:28.731Z] [2020-05-07T19:18:28.731Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:28.731Z] #56 45.70 context [2020-05-07T19:18:28.731Z] #56 46.82 os [2020-05-07T19:18:28.731Z] #56 47.93 encoding/binary [2020-05-07T19:18:28.933Z] #45 52.50 CC images/ipc-msg.o [2020-05-07T19:18:28.933Z] #45 ... [2020-05-07T19:18:28.933Z] [2020-05-07T19:18:28.933Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:28.933Z] #11 146.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-05-07T19:18:28.933Z] #11 146.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-05-07T19:18:28.933Z] #11 146.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:29.087Z] --- PASS: TestDaemonIpcModePrivate (2.45s) [2020-05-07T19:18:29.087Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2020-05-07T19:18:29.087Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-05-07T19:18:29.087Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-05-07T19:18:29.087Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:18:29.087Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-05-07T19:18:29.087Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-05-07T19:18:29.087Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:18:29.087Z] === RUN TestIpcModeOlderClient [2020-05-07T19:18:29.087Z] === PAUSE TestIpcModeOlderClient [2020-05-07T19:18:29.087Z] === RUN TestKillContainerInvalidSignal [2020-05-07T19:18:29.280Z] #11 ... [2020-05-07T19:18:29.280Z] [2020-05-07T19:18:29.280Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:29.280Z] #57 146.9 mvdan.cc/sh/v3/fileutil [2020-05-07T19:18:29.280Z] #57 149.4 encoding/binary [2020-05-07T19:18:29.280Z] #57 149.4 go/token [2020-05-07T19:18:29.280Z] #57 149.4 flag [2020-05-07T19:18:29.280Z] #57 149.4 github.com/pkg/diff [2020-05-07T19:18:29.280Z] #57 154.2 go/scanner [2020-05-07T19:18:29.621Z] #57 ... [2020-05-07T19:18:29.621Z] [2020-05-07T19:18:29.621Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:29.621Z] #45 53.08 CC images/ipc-sem.o [2020-05-07T19:18:29.651Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2020-05-07T19:18:29.651Z] === RUN TestKillContainer [2020-05-07T19:18:29.651Z] === RUN TestKillContainer/no_signal [2020-05-07T19:18:29.736Z] #56 49.58 encoding/base64 [2020-05-07T19:18:29.962Z] #45 53.41 CC images/utsns.o [2020-05-07T19:18:30.215Z] === RUN TestKillContainer/non_killing_signal [2020-05-07T19:18:30.349Z] #56 50.18 golang.org/x/sys/unix [2020-05-07T19:18:30.472Z] === RUN TestKillContainer/killing_signal [2020-05-07T19:18:30.631Z] #56 50.73 fmt [2020-05-07T19:18:30.633Z] #45 53.73 CC images/creds.o [2020-05-07T19:18:30.913Z] #56 ... [2020-05-07T19:18:30.913Z] [2020-05-07T19:18:30.913Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:30.913Z] #44 10.91 PBCC images/google/protobuf/descriptor.pb-c.c [2020-05-07T19:18:30.913Z] #44 10.99 PBCC images/opts.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.02 PBCC images/sit.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.04 DEP images/google/protobuf/descriptor.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.08 DEP images/opts.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.10 DEP images/sit.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.13 PBCC images/macvlan.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.14 DEP images/macvlan.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.16 PBCC images/autofs.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.18 DEP images/autofs.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.22 PBCC images/sysctl.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.24 DEP images/sysctl.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.28 PBCC images/time.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.31 DEP images/time.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.32 PBCC images/binfmt-misc.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.38 DEP images/binfmt-misc.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.44 PBCC images/seccomp.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.46 DEP images/seccomp.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.50 PBCC images/userns.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.50 DEP images/userns.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.58 PBCC images/cgroup.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.59 DEP images/cgroup.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.63 PBCC images/fown.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.66 PBCC images/ext-file.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.69 DEP images/fown.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.71 DEP images/ext-file.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.75 PBCC images/rpc.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.76 DEP images/rpc.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.81 PBCC images/siginfo.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.85 DEP images/siginfo.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.91 PBCC images/pagemap.pb-c.c [2020-05-07T19:18:30.913Z] #44 11.96 DEP images/pagemap.pb-c.d [2020-05-07T19:18:30.913Z] #44 11.98 PBCC images/rlimit.pb-c.c [2020-05-07T19:18:30.913Z] #44 12.01 DEP images/rlimit.pb-c.d [2020-05-07T19:18:30.913Z] #44 12.05 PBCC images/file-lock.pb-c.c [2020-05-07T19:18:30.913Z] #44 12.08 DEP images/file-lock.pb-c.d [2020-05-07T19:18:30.913Z] #44 12.12 PBCC images/tty.pb-c.c [2020-05-07T19:18:30.913Z] #44 12.18 DEP images/tty.pb-c.d [2020-05-07T19:18:30.913Z] #44 12.23 PBCC images/tun.pb-c.c [2020-05-07T19:18:30.913Z] #44 12.24 PBCC images/netdev.pb-c.c [2020-05-07T19:18:30.982Z] #45 54.33 CC images/vma.o [2020-05-07T19:18:31.195Z] #44 12.34 DEP images/tun.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.37 DEP images/netdev.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.45 PBCC images/vma.pb-c.c [2020-05-07T19:18:31.195Z] #44 12.46 DEP images/vma.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.50 PBCC images/creds.pb-c.c [2020-05-07T19:18:31.195Z] #44 12.51 DEP images/creds.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.54 PBCC images/utsns.pb-c.c [2020-05-07T19:18:31.195Z] #44 12.55 DEP images/utsns.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.58 PBCC images/ipc-desc.pb-c.c [2020-05-07T19:18:31.195Z] #44 12.61 PBCC images/ipc-sem.pb-c.c [2020-05-07T19:18:31.195Z] #44 12.62 DEP images/ipc-desc.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.65 DEP images/ipc-sem.pb-c.d [2020-05-07T19:18:31.195Z] #44 12.69 PBCC images/ipc-msg.pb-c.c [2020-05-07T19:18:31.401Z] --- PASS: TestKillContainer (1.73s) [2020-05-07T19:18:31.401Z] --- PASS: TestKillContainer/no_signal (0.55s) [2020-05-07T19:18:31.401Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-05-07T19:18:31.401Z] --- PASS: TestKillContainer/killing_signal (0.58s) [2020-05-07T19:18:31.401Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-05-07T19:18:31.401Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-05-07T19:18:31.477Z] #44 12.70 DEP images/ipc-msg.pb-c.d [2020-05-07T19:18:31.477Z] #44 12.73 PBCC images/ipc-shm.pb-c.c [2020-05-07T19:18:31.477Z] #44 12.73 DEP images/ipc-shm.pb-c.d [2020-05-07T19:18:31.477Z] #44 12.75 PBCC images/ipc-var.pb-c.c [2020-05-07T19:18:31.477Z] #44 12.76 DEP images/ipc-var.pb-c.d [2020-05-07T19:18:31.477Z] #44 12.79 PBCC images/sk-opts.pb-c.c [2020-05-07T19:18:31.477Z] #44 12.81 PBCC images/packet-sock.pb-c.c [2020-05-07T19:18:31.477Z] #44 12.84 DEP images/sk-opts.pb-c.d [2020-05-07T19:18:31.477Z] #44 12.87 DEP images/packet-sock.pb-c.d [2020-05-07T19:18:31.477Z] #44 12.88 PBCC images/sk-netlink.pb-c.c [2020-05-07T19:18:31.477Z] #44 12.91 DEP images/sk-netlink.pb-c.d [2020-05-07T19:18:31.758Z] #44 12.97 PBCC images/sk-inet.pb-c.c [2020-05-07T19:18:31.758Z] #44 13.02 DEP images/sk-inet.pb-c.d [2020-05-07T19:18:31.758Z] #44 13.05 PBCC images/sk-unix.pb-c.c [2020-05-07T19:18:31.758Z] #44 13.09 DEP images/sk-unix.pb-c.d [2020-05-07T19:18:31.758Z] #44 13.12 PBCC images/mm.pb-c.c [2020-05-07T19:18:31.758Z] #44 13.15 DEP images/mm.pb-c.d [2020-05-07T19:18:31.758Z] #44 13.19 PBCC images/timerfd.pb-c.c [2020-05-07T19:18:31.758Z] #44 13.21 DEP images/timerfd.pb-c.d [2020-05-07T19:18:31.758Z] #44 13.25 PBCC images/timer.pb-c.c [2020-05-07T19:18:31.964Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-05-07T19:18:32.040Z] #44 13.26 DEP images/timer.pb-c.d [2020-05-07T19:18:32.040Z] #44 13.32 PBCC images/sa.pb-c.c [2020-05-07T19:18:32.040Z] #44 13.33 DEP images/sa.pb-c.d [2020-05-07T19:18:32.040Z] #44 13.36 PBCC images/pipe-data.pb-c.c [2020-05-07T19:18:32.040Z] #44 13.40 DEP images/pipe-data.pb-c.d [2020-05-07T19:18:32.040Z] #44 13.45 PBCC images/mnt.pb-c.c [2020-05-07T19:18:32.040Z] #44 13.49 DEP images/mnt.pb-c.d [2020-05-07T19:18:32.307Z] #45 54.71 CC images/netdev.o [2020-05-07T19:18:32.307Z] #45 55.81 CC images/tty.o [2020-05-07T19:18:32.322Z] #44 13.53 PBCC images/sk-packet.pb-c.c [2020-05-07T19:18:32.322Z] #44 13.53 DEP images/sk-packet.pb-c.d [2020-05-07T19:18:32.322Z] #44 13.57 PBCC images/tcp-stream.pb-c.c [2020-05-07T19:18:32.322Z] #44 13.63 DEP images/tcp-stream.pb-c.d [2020-05-07T19:18:32.322Z] #44 ... [2020-05-07T19:18:32.322Z] [2020-05-07T19:18:32.322Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:32.322Z] #47 42.21 time [2020-05-07T19:18:32.322Z] #47 46.03 strings [2020-05-07T19:18:32.322Z] #47 46.12 os [2020-05-07T19:18:32.322Z] #47 49.09 regexp/syntax [2020-05-07T19:18:32.322Z] #47 50.41 fmt [2020-05-07T19:18:32.322Z] #47 ... [2020-05-07T19:18:32.322Z] [2020-05-07T19:18:32.322Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:32.322Z] #44 13.67 PBCC images/pipe.pb-c.c [2020-05-07T19:18:32.322Z] #44 13.70 DEP images/pipe.pb-c.d [2020-05-07T19:18:32.322Z] #44 13.71 PBCC images/pstree.pb-c.c [2020-05-07T19:18:32.322Z] #44 13.74 DEP images/pstree.pb-c.d [2020-05-07T19:18:32.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:18:32.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2020-05-07T19:18:32.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2020-05-07T19:18:32.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s) [2020-05-07T19:18:32.527Z] === RUN TestKillStoppedContainer [2020-05-07T19:18:32.527Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-05-07T19:18:32.527Z] === RUN TestKillStoppedContainerAPIPre120 [2020-05-07T19:18:32.527Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-05-07T19:18:32.527Z] === RUN TestKillDifferentUserContainer [2020-05-07T19:18:32.605Z] #44 13.78 PBCC images/fs.pb-c.c [2020-05-07T19:18:32.605Z] #44 13.81 DEP images/fs.pb-c.d [2020-05-07T19:18:32.605Z] #44 13.83 PBCC images/signalfd.pb-c.c [2020-05-07T19:18:32.605Z] #44 13.88 DEP images/signalfd.pb-c.d [2020-05-07T19:18:32.605Z] #44 13.90 PBCC images/fh.pb-c.c [2020-05-07T19:18:32.605Z] #44 13.96 PBCC images/fsnotify.pb-c.c [2020-05-07T19:18:32.605Z] #44 14.00 DEP images/fh.pb-c.d [2020-05-07T19:18:32.605Z] #44 14.01 DEP images/fsnotify.pb-c.d [2020-05-07T19:18:32.605Z] #44 14.12 PBCC images/eventpoll.pb-c.c [2020-05-07T19:18:32.888Z] #44 14.12 DEP images/eventpoll.pb-c.d [2020-05-07T19:18:32.888Z] #44 14.16 PBCC images/eventfd.pb-c.c [2020-05-07T19:18:32.888Z] #44 14.17 DEP images/eventfd.pb-c.d [2020-05-07T19:18:32.888Z] #44 14.22 PBCC images/remap-file-path.pb-c.c [2020-05-07T19:18:32.888Z] #44 14.22 DEP images/remap-file-path.pb-c.d [2020-05-07T19:18:32.888Z] #44 14.28 PBCC images/fifo.pb-c.c [2020-05-07T19:18:32.888Z] #44 14.28 DEP images/fifo.pb-c.d [2020-05-07T19:18:32.888Z] #44 14.30 PBCC images/ghost-file.pb-c.c [2020-05-07T19:18:32.888Z] #44 14.36 DEP images/ghost-file.pb-c.d [2020-05-07T19:18:33.170Z] #44 14.40 PBCC images/regfile.pb-c.c [2020-05-07T19:18:33.170Z] #44 14.43 DEP images/regfile.pb-c.d [2020-05-07T19:18:33.170Z] #44 14.51 PBCC images/ns.pb-c.c [2020-05-07T19:18:33.170Z] #44 14.54 DEP images/ns.pb-c.d [2020-05-07T19:18:33.170Z] #44 14.59 PBCC images/fdinfo.pb-c.c [2020-05-07T19:18:33.170Z] #44 14.63 DEP images/fdinfo.pb-c.d [2020-05-07T19:18:33.454Z] #44 14.64 PBCC images/core-aarch64.pb-c.c [2020-05-07T19:18:33.454Z] #44 14.70 PBCC images/core-arm.pb-c.c [2020-05-07T19:18:33.454Z] #44 14.73 PBCC images/core-ppc64.pb-c.c [2020-05-07T19:18:33.454Z] #44 14.81 PBCC images/core-s390.pb-c.c [2020-05-07T19:18:33.454Z] #44 14.82 PBCC images/core-x86.pb-c.c [2020-05-07T19:18:33.454Z] #44 14.87 PBCC images/core.pb-c.c [2020-05-07T19:18:33.460Z] --- PASS: TestKillDifferentUserContainer (0.59s) [2020-05-07T19:18:33.460Z] === RUN TestInspectOomKilledTrue [2020-05-07T19:18:33.460Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-05-07T19:18:33.460Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:18:33.460Z] === RUN TestInspectOomKilledFalse [2020-05-07T19:18:33.460Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-05-07T19:18:33.460Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:18:33.460Z] === RUN TestLinksEtcHostsContentMatch [2020-05-07T19:18:33.460Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-05-07T19:18:33.460Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-05-07T19:18:33.460Z] === RUN TestLinksContainerNames [2020-05-07T19:18:33.533Z] #45 ... [2020-05-07T19:18:33.533Z] [2020-05-07T19:18:33.533Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:33.533Z] #34 DONE 160.4s [2020-05-07T19:18:33.533Z] [2020-05-07T19:18:33.533Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:33.533Z] #48 157.4 crypto/des [2020-05-07T19:18:33.533Z] #48 157.4 crypto/aes [2020-05-07T19:18:33.533Z] #48 157.5 go/scanner [2020-05-07T19:18:33.533Z] #48 160.1 net/url [2020-05-07T19:18:33.736Z] #44 14.93 PBCC images/inventory.pb-c.c [2020-05-07T19:18:33.736Z] #44 14.98 DEP images/core-aarch64.pb-c.d [2020-05-07T19:18:33.736Z] #44 15.01 DEP images/core-arm.pb-c.d [2020-05-07T19:18:33.736Z] #44 15.04 DEP images/core-ppc64.pb-c.d [2020-05-07T19:18:33.736Z] #44 15.07 DEP images/core-s390.pb-c.d [2020-05-07T19:18:33.736Z] #44 15.11 DEP images/core-x86.pb-c.d [2020-05-07T19:18:33.736Z] #44 15.16 DEP images/core.pb-c.d [2020-05-07T19:18:33.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:18:34.018Z] #44 15.20 DEP images/inventory.pb-c.d [2020-05-07T19:18:34.018Z] #44 15.22 PBCC images/cpuinfo.pb-c.c [2020-05-07T19:18:34.018Z] #44 15.23 DEP images/cpuinfo.pb-c.d [2020-05-07T19:18:34.018Z] #44 15.36 PBCC images/stats.pb-c.c [2020-05-07T19:18:34.018Z] #44 15.36 DEP images/stats.pb-c.d [2020-05-07T19:18:34.390Z] --- PASS: TestLinksContainerNames (1.14s) [2020-05-07T19:18:34.390Z] === RUN TestLogsFollowTailEmpty [2020-05-07T19:18:34.953Z] --- PASS: TestLogsFollowTailEmpty (0.59s) [2020-05-07T19:18:34.953Z] === RUN TestContainerNetworkMountsNoChown [2020-05-07T19:18:35.488Z] #44 16.52 make[1]: Nothing to be done for 'all'. [2020-05-07T19:18:35.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:18:35.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:18:35.517Z] --- PASS: TestContainerNetworkMountsNoChown (0.57s) [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/default [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/default [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/private [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/private [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rprivate [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rprivate [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/slave [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/slave [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rslave [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rslave [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/shared [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/shared [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rshared [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rshared [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/default [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/default/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/default/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/rshared [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/shared [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/rslave [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/slave [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/rprivate [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/private [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/private/bind_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/private/mount_root [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-05-07T19:18:35.517Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:18:35.517Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/default/mount_root [2020-05-07T19:18:35.517Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/default/bind_root [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:18:35.774Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-05-07T19:18:35.832Z] #48 162.8 text/template/parse [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/private/bind_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/private/mount_root [2020-05-07T19:18:36.031Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:18:36.287Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-05-07T19:18:36.288Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-05-07T19:18:36.288Z] === RUN TestContainerBindMountNonRecursive [2020-05-07T19:18:36.288Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-05-07T19:18:36.288Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-05-07T19:18:36.288Z] === RUN TestNetworkNat [2020-05-07T19:18:36.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:18:36.495Z] #44 17.61 CC images/stats.o [2020-05-07T19:18:36.495Z] #44 18.01 CC images/core.o [2020-05-07T19:18:36.850Z] --- PASS: TestNetworkNat (0.58s) [2020-05-07T19:18:36.850Z] === RUN TestNetworkLocalhostTCPNat [2020-05-07T19:18:37.011Z] #48 ... [2020-05-07T19:18:37.011Z] [2020-05-07T19:18:37.011Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:37.011Z] #45 57.18 CC images/file-lock.o [2020-05-07T19:18:37.011Z] #45 57.86 CC images/rlimit.o [2020-05-07T19:18:37.011Z] #45 58.38 CC images/pagemap.o [2020-05-07T19:18:37.011Z] #45 58.78 CC images/siginfo.o [2020-05-07T19:18:37.011Z] #45 59.26 CC images/rpc.o [2020-05-07T19:18:37.109Z] #44 18.50 CC images/core-x86.o [2020-05-07T19:18:37.414Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s) [2020-05-07T19:18:37.414Z] === RUN TestNetworkLoopbackNat [2020-05-07T19:18:37.722Z] #44 18.92 CC images/core-arm.o [2020-05-07T19:18:37.722Z] #44 19.17 CC images/core-aarch64.o [2020-05-07T19:18:37.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:18:38.004Z] #44 19.44 CC images/core-ppc64.o [2020-05-07T19:18:38.192Z] #45 61.73 CC images/ext-file.o [2020-05-07T19:18:38.343Z] --- PASS: TestNetworkLoopbackNat (0.81s) [2020-05-07T19:18:38.343Z] === RUN TestPause [2020-05-07T19:18:38.343Z] --- SKIP: TestPause (0.00s) [2020-05-07T19:18:38.343Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:18:38.343Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-05-07T19:18:38.343Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:18:38.343Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:18:38.343Z] === RUN TestPauseStopPausedContainer [2020-05-07T19:18:38.343Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-05-07T19:18:38.343Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:18:38.343Z] === RUN TestPsFilter [2020-05-07T19:18:38.343Z] --- PASS: TestPsFilter (0.18s) [2020-05-07T19:18:38.343Z] === RUN TestRemoveContainerWithRemovedVolume [2020-05-07T19:18:38.529Z] #45 62.09 CC images/cgroup.o [2020-05-07T19:18:38.617Z] #44 ... [2020-05-07T19:18:38.617Z] [2020-05-07T19:18:38.617Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:38.617Z] #33 48.87 text/tabwriter [2020-05-07T19:18:38.617Z] #33 49.09 fmt [2020-05-07T19:18:38.617Z] #33 49.44 path/filepath [2020-05-07T19:18:38.617Z] #33 50.61 io/ioutil [2020-05-07T19:18:38.617Z] #33 52.08 flag [2020-05-07T19:18:38.617Z] #33 52.08 github.com/BurntSushi/toml [2020-05-07T19:18:38.617Z] #33 53.18 log [2020-05-07T19:18:38.618Z] #33 55.27 github.com/BurntSushi/toml/cmd/tomlv [2020-05-07T19:18:38.618Z] #33 DONE 58.5s [2020-05-07T19:18:38.618Z] [2020-05-07T19:18:38.618Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:18:38.618Z] #65 26.88 Checking out files: 68% (2189/3186) Checking out files: 69% (2199/3186) Checking out files: 70% (2231/3186) Checking out files: 71% (2263/3186) Checking out files: 72% (2294/3186) Checking out files: 73% (2326/3186) Checking out files: 74% (2358/3186) Checking out files: 75% (2390/3186) Checking out files: 76% (2422/3186) Checking out files: 77% (2454/3186) Checking out files: 78% (2486/3186) Checking out files: 79% (2517/3186) Checking out files: 80% (2549/3186) Checking out files: 81% (2581/3186) Checking out files: 82% (2613/3186) Checking out files: 83% (2645/3186) Checking out files: 84% (2677/3186) Checking out files: 85% (2709/3186) Checking out files: 86% (2740/3186) Checking out files: 87% (2772/3186) Checking out files: 88% (2804/3186) Checking out files: 89% (2836/3186) Checking out files: 90% (2868/3186) Checking out files: 91% (2900/3186) Checking out files: 92% (2932/3186) Checking out files: 93% (2963/3186) Checking out files: 94% (2995/3186) Checking out files: 95% (3027/3186) Checking out files: 96% (3059/3186) Checking out files: 97% (3091/3186) Checking out files: 98% (3123/3186) Checking out files: 99% (3155/3186) Checking out files: 100% (3186/3186) Checking out files: 100% (3186/3186), done. [2020-05-07T19:18:38.618Z] #65 27.66 + cd /tmp/tmp.erEijfP3tc/src/github.com/containerd/containerd [2020-05-07T19:18:38.618Z] #65 27.66 + git checkout -q 814b7956fafc7a0980ea07e950f983d0837e5578 [2020-05-07T19:18:38.618Z] #65 28.95 + export 'BUILDTAGS=netgo osusergo static_build' [2020-05-07T19:18:38.618Z] #65 28.95 + BUILDTAGS='netgo osusergo static_build' [2020-05-07T19:18:38.618Z] #65 28.95 + export EXTRA_FLAGS=-buildmode=pie [2020-05-07T19:18:38.618Z] #65 28.95 + EXTRA_FLAGS=-buildmode=pie [2020-05-07T19:18:38.618Z] #65 28.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-05-07T19:18:38.618Z] #65 28.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-05-07T19:18:38.618Z] #65 28.95 + '[' '' = dynamic ']' [2020-05-07T19:18:38.618Z] #65 28.95 + make [2020-05-07T19:18:38.618Z] #65 29.88 + bin/ctr [2020-05-07T19:18:38.618Z] #65 ... [2020-05-07T19:18:38.618Z] [2020-05-07T19:18:38.618Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:38.618Z] #44 20.13 CC images/core-s390.o [2020-05-07T19:18:38.906Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s) [2020-05-07T19:18:38.906Z] === RUN TestRemoveContainerWithVolume [2020-05-07T19:18:38.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:18:38.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:18:39.470Z] --- PASS: TestRemoveContainerWithVolume (0.62s) [2020-05-07T19:18:39.470Z] === RUN TestRemoveContainerRunning [2020-05-07T19:18:39.631Z] #44 20.79 CC images/cpuinfo.o [2020-05-07T19:18:39.631Z] #44 20.94 CC images/inventory.o [2020-05-07T19:18:39.631Z] #44 21.05 CC images/fdinfo.o [2020-05-07T19:18:39.913Z] #44 21.21 CC images/fown.o [2020-05-07T19:18:39.913Z] #44 21.32 CC images/ns.o [2020-05-07T19:18:40.034Z] --- PASS: TestRemoveContainerRunning (0.60s) [2020-05-07T19:18:40.034Z] === RUN TestRemoveContainerForceRemoveRunning [2020-05-07T19:18:40.195Z] #44 21.49 CC images/regfile.o [2020-05-07T19:18:40.195Z] #44 21.61 CC images/ghost-file.o [2020-05-07T19:18:40.269Z] #45 63.47 CC images/userns.o [2020-05-07T19:18:40.269Z] #45 ... [2020-05-07T19:18:40.269Z] [2020-05-07T19:18:40.269Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:40.269Z] #57 157.2 mvdan.cc/editorconfig [2020-05-07T19:18:40.269Z] #57 158.1 mvdan.cc/sh/v3/syntax [2020-05-07T19:18:40.269Z] #57 160.6 encoding/json [2020-05-07T19:18:40.269Z] #57 162.9 go/ast [2020-05-07T19:18:40.269Z] #57 165.5 golang.org/x/sys/unix [2020-05-07T19:18:40.477Z] #44 21.85 CC images/fifo.o [2020-05-07T19:18:40.597Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2020-05-07T19:18:40.597Z] === RUN TestRemoveInvalidContainer [2020-05-07T19:18:40.597Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-05-07T19:18:40.597Z] === RUN TestRenameLinkedContainer [2020-05-07T19:18:40.609Z] #57 ... [2020-05-07T19:18:40.609Z] [2020-05-07T19:18:40.609Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:40.609Z] #45 63.96 CC images/google/protobuf/descriptor.o [2020-05-07T19:18:40.759Z] #44 22.03 CC images/remap-file-path.o [2020-05-07T19:18:41.041Z] #44 22.21 CC images/eventfd.o [2020-05-07T19:18:41.041Z] #44 22.38 CC images/eventpoll.o [2020-05-07T19:18:41.041Z] Client: [2020-05-07T19:18:41.041Z] Debug Mode: false [2020-05-07T19:18:41.041Z] Plugins: [2020-05-07T19:18:41.041Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-05-07T19:18:41.041Z] [2020-05-07T19:18:41.041Z] Server: [2020-05-07T19:18:41.041Z] Containers: 0 [2020-05-07T19:18:41.041Z] Running: 0 [2020-05-07T19:18:41.041Z] Paused: 0 [2020-05-07T19:18:41.041Z] Stopped: 0 [2020-05-07T19:18:41.041Z] Images: 0 [2020-05-07T19:18:41.041Z] Server Version: 19.03.5 [2020-05-07T19:18:41.041Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-05-07T19:18:41.041Z] Windows: [2020-05-07T19:18:41.041Z] LCOW: [2020-05-07T19:18:41.041Z] Logging Driver: json-file [2020-05-07T19:18:41.041Z] Plugins: [2020-05-07T19:18:41.041Z] Volume: local [2020-05-07T19:18:41.041Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-05-07T19:18:41.041Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-05-07T19:18:41.041Z] Swarm: inactive [2020-05-07T19:18:41.041Z] Default Isolation: process [2020-05-07T19:18:41.041Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-05-07T19:18:41.041Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1158) [2020-05-07T19:18:41.041Z] OSType: windows [2020-05-07T19:18:41.041Z] Architecture: x86_64 [2020-05-07T19:18:41.041Z] CPUs: 4 [2020-05-07T19:18:41.041Z] Total Memory: 32GiB [2020-05-07T19:18:41.041Z] Name: azwin-2-ce5c00 [2020-05-07T19:18:41.041Z] ID: KCNI:CG6W:YR45:KEJM:33CJ:VTQV:NYZF:RBKQ:V3FU:ZREQ:HODD:CILW [2020-05-07T19:18:41.041Z] Docker Root Dir: D:\docker [2020-05-07T19:18:41.041Z] Debug Mode: false [2020-05-07T19:18:41.041Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:18:41.041Z] Labels: [2020-05-07T19:18:41.041Z] Experimental: true [2020-05-07T19:18:41.041Z] Insecure Registries: [2020-05-07T19:18:41.041Z] 10.0.0.4:5000 [2020-05-07T19:18:41.041Z] 127.0.0.0/8 [2020-05-07T19:18:41.041Z] Registry Mirrors: [2020-05-07T19:18:41.041Z] http://10.0.0.4:5000/ [2020-05-07T19:18:41.041Z] Live Restore Enabled: false [2020-05-07T19:18:41.041Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-05-07T19:18:41.323Z] #44 22.52 CC images/fh.o [2020-05-07T19:18:41.323Z] #44 22.68 CC images/fsnotify.o [2020-05-07T19:18:41.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:18:41.605Z] #44 23.06 CC images/signalfd.o [2020-05-07T19:18:41.887Z] #44 23.22 CC images/fs.o [2020-05-07T19:18:42.169Z] #44 23.39 CC images/pstree.o [2020-05-07T19:18:42.169Z] #44 23.53 CC images/pipe.o [2020-05-07T19:18:42.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:18:42.450Z] #44 23.66 CC images/tcp-stream.o [2020-05-07T19:18:42.450Z] #44 23.81 CC images/sk-packet.o [2020-05-07T19:18:42.732Z] #44 24.01 CC images/mnt.o [2020-05-07T19:18:43.014Z] #44 24.22 CC images/pipe-data.o [2020-05-07T19:18:43.014Z] #44 24.39 CC images/sa.o [2020-05-07T19:18:43.117Z] --- PASS: TestRenameLinkedContainer (2.29s) [2020-05-07T19:18:43.117Z] === RUN TestRenameStoppedContainer [2020-05-07T19:18:43.215Z] sha256:09cf8bfec1158573200b3fec529e74f9d4a54c2784db45be5599a65318c44736 [2020-05-07T19:18:43.215Z] INFO: Starting docker-py tests... [2020-05-07T19:18:43.215Z] ============================= test session starts ============================== [2020-05-07T19:18:43.215Z] platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-05-07T19:18:43.215Z] rootdir: /src, inifile: pytest.ini [2020-05-07T19:18:43.215Z] plugins: cov-2.6.1, timeout-1.3.3 [2020-05-07T19:18:43.215Z] collected 387 items / 1 deselected / 386 selected [2020-05-07T19:18:43.215Z] [2020-05-07T19:18:43.296Z] #44 24.54 CC images/timer.o [2020-05-07T19:18:43.296Z] #44 ... [2020-05-07T19:18:43.296Z] [2020-05-07T19:18:43.296Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:43.296Z] #47 53.24 regexp [2020-05-07T19:18:43.296Z] #47 53.57 go/token [2020-05-07T19:18:43.296Z] #47 54.39 go/scanner [2020-05-07T19:18:43.296Z] #47 55.45 go/ast [2020-05-07T19:18:43.296Z] #47 55.89 internal/lazyregexp [2020-05-07T19:18:43.296Z] #47 56.30 net/url [2020-05-07T19:18:43.296Z] #47 57.62 text/template/parse [2020-05-07T19:18:43.296Z] #47 59.80 go/parser [2020-05-07T19:18:43.296Z] #47 60.92 text/template [2020-05-07T19:18:43.296Z] #47 62.39 encoding/xml [2020-05-07T19:18:43.296Z] #47 ... [2020-05-07T19:18:43.296Z] [2020-05-07T19:18:43.296Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:43.296Z] #44 24.78 CC images/timerfd.o [2020-05-07T19:18:43.374Z] --- PASS: TestRenameStoppedContainer (0.55s) [2020-05-07T19:18:43.374Z] === RUN TestRenameRunningContainerAndReuse [2020-05-07T19:18:43.578Z] #44 25.01 CC images/mm.o [2020-05-07T19:18:43.860Z] #44 25.22 CC images/sk-opts.o [2020-05-07T19:18:44.142Z] #44 25.37 CC images/sk-unix.o [2020-05-07T19:18:44.142Z] #44 25.57 CC images/sk-inet.o [2020-05-07T19:18:44.424Z] #44 25.72 CC images/tun.o [2020-05-07T19:18:44.465Z] #45 67.35 CC images/opts.o [2020-05-07T19:18:44.466Z] #45 67.72 CC images/seccomp.o [2020-05-07T19:18:44.707Z] #44 25.99 CC images/sk-netlink.o [2020-05-07T19:18:44.707Z] #44 26.09 CC images/packet-sock.o [2020-05-07T19:18:44.742Z] --- PASS: TestRenameRunningContainerAndReuse (1.19s) [2020-05-07T19:18:44.742Z] === RUN TestRenameInvalidName [2020-05-07T19:18:44.803Z] #45 68.27 CC images/binfmt-misc.o [2020-05-07T19:18:44.989Z] #44 ... [2020-05-07T19:18:44.989Z] [2020-05-07T19:18:44.989Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:44.989Z] #56 54.91 encoding/json [2020-05-07T19:18:44.989Z] #56 57.75 github.com/pkg/diff [2020-05-07T19:18:44.989Z] #56 58.96 go/ast [2020-05-07T19:18:44.989Z] #56 59.90 golang.org/x/crypto/ssh/terminal [2020-05-07T19:18:44.989Z] #56 60.96 mvdan.cc/editorconfig [2020-05-07T19:18:44.989Z] #56 61.90 mvdan.cc/sh/v3/fileutil [2020-05-07T19:18:44.989Z] #56 62.03 mvdan.cc/sh/v3/syntax [2020-05-07T19:18:44.989Z] #56 ... [2020-05-07T19:18:44.989Z] [2020-05-07T19:18:44.989Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:44.989Z] #44 26.25 CC images/ipc-var.o [2020-05-07T19:18:44.989Z] #44 26.35 CC images/ipc-desc.o [2020-05-07T19:18:44.989Z] #44 26.43 CC images/ipc-shm.o [2020-05-07T19:18:45.145Z] #45 68.60 CC images/time.o [2020-05-07T19:18:45.271Z] #44 26.60 CC images/ipc-msg.o [2020-05-07T19:18:45.271Z] #44 26.71 CC images/ipc-sem.o [2020-05-07T19:18:45.305Z] --- PASS: TestRenameInvalidName (0.57s) [2020-05-07T19:18:45.305Z] === RUN TestRenameAnonymousContainer [2020-05-07T19:18:45.497Z] #45 69.12 CC images/sysctl.o [2020-05-07T19:18:45.553Z] #44 26.87 CC images/utsns.o [2020-05-07T19:18:45.553Z] #44 27.01 CC images/creds.o [2020-05-07T19:18:45.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:18:45.834Z] #44 27.24 CC images/vma.o [2020-05-07T19:18:45.849Z] #45 ... [2020-05-07T19:18:45.849Z] [2020-05-07T19:18:45.849Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:45.849Z] #11 172.2 Selecting previously unselected package libapparmor1:ppc64el. [2020-05-07T19:18:45.849Z] #11 172.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-05-07T19:18:45.849Z] #11 172.3 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-05-07T19:18:45.849Z] #11 172.5 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-05-07T19:18:45.849Z] #11 172.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-05-07T19:18:45.849Z] #11 172.6 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-05-07T19:18:45.849Z] #11 172.8 Selecting previously unselected package libbtrfs0. [2020-05-07T19:18:45.849Z] #11 172.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-05-07T19:18:45.849Z] #11 172.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-05-07T19:18:45.849Z] #11 173.0 Selecting previously unselected package libbtrfs-dev. [2020-05-07T19:18:45.849Z] #11 173.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-05-07T19:18:45.849Z] #11 173.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:18:45.849Z] #11 173.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-05-07T19:18:45.849Z] #11 173.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-05-07T19:18:45.849Z] #11 173.5 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-05-07T19:18:45.849Z] #11 173.6 Selecting previously unselected package libudev-dev:ppc64el. [2020-05-07T19:18:45.849Z] #11 173.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_ppc64el.deb ... [2020-05-07T19:18:46.116Z] #44 27.35 CC images/netdev.o [2020-05-07T19:18:46.116Z] #44 27.55 CC images/tty.o [2020-05-07T19:18:46.194Z] #11 173.7 Unpacking libudev-dev:ppc64el (241-7~deb10u3) ... [2020-05-07T19:18:46.536Z] #11 174.1 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-05-07T19:18:46.536Z] #11 174.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-05-07T19:18:46.536Z] #11 174.1 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-05-07T19:18:46.729Z] #44 27.93 CC images/file-lock.o [2020-05-07T19:18:46.729Z] #44 28.06 CC images/rlimit.o [2020-05-07T19:18:46.899Z] #11 174.6 Selecting previously unselected package libpcre16-3:ppc64el. [2020-05-07T19:18:46.899Z] #11 174.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-05-07T19:18:46.899Z] #11 174.6 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-05-07T19:18:47.072Z] #44 28.24 CC images/pagemap.o [2020-05-07T19:18:47.072Z] #44 28.37 CC images/siginfo.o [2020-05-07T19:18:47.250Z] #11 175.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-05-07T19:18:47.355Z] #44 28.61 CC images/rpc.o [2020-05-07T19:18:47.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:18:47.590Z] #11 175.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-05-07T19:18:47.590Z] #11 175.0 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-05-07T19:18:47.590Z] #11 175.4 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-05-07T19:18:47.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:18:47.930Z] #11 175.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-05-07T19:18:47.930Z] #11 175.4 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-05-07T19:18:47.930Z] #11 ... [2020-05-07T19:18:47.930Z] [2020-05-07T19:18:47.930Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:47.930Z] #48 165.0 go/ast [2020-05-07T19:18:47.930Z] #48 168.6 encoding/json [2020-05-07T19:18:47.930Z] #48 ... [2020-05-07T19:18:47.930Z] [2020-05-07T19:18:47.930Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:47.930Z] #11 175.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-05-07T19:18:47.930Z] #11 175.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-05-07T19:18:47.930Z] #11 175.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-05-07T19:18:47.968Z] #44 29.30 CC images/ext-file.o [2020-05-07T19:18:48.249Z] #44 29.51 CC images/cgroup.o [2020-05-07T19:18:48.534Z] #44 29.94 CC images/userns.o [2020-05-07T19:18:48.578Z] --- PASS: TestRenameAnonymousContainer (2.80s) [2020-05-07T19:18:48.578Z] === RUN TestRenameContainerWithSameName [2020-05-07T19:18:48.578Z] --- PASS: TestRenameContainerWithSameName (0.60s) [2020-05-07T19:18:48.578Z] === RUN TestRenameContainerWithLinkedContainer [2020-05-07T19:18:48.663Z] #11 176.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-05-07T19:18:48.663Z] #11 176.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-05-07T19:18:48.663Z] #11 176.3 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-05-07T19:18:48.816Z] #44 30.10 CC images/google/protobuf/descriptor.o [2020-05-07T19:18:49.011Z] #11 176.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-05-07T19:18:49.463Z] #11 176.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-05-07T19:18:49.463Z] #11 176.8 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-05-07T19:18:49.463Z] #11 176.9 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-05-07T19:18:49.463Z] #11 177.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-05-07T19:18:49.463Z] #11 177.0 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-05-07T19:18:49.807Z] #11 177.3 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-05-07T19:18:49.807Z] #11 177.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_ppc64el.deb ... [2020-05-07T19:18:49.807Z] #11 177.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-05-07T19:18:49.827Z] #44 30.91 CC images/opts.o [2020-05-07T19:18:49.827Z] #44 31.10 CC images/seccomp.o [2020-05-07T19:18:49.827Z] #44 31.22 CC images/binfmt-misc.o [2020-05-07T19:18:49.948Z] --- PASS: TestRenameContainerWithLinkedContainer (1.17s) [2020-05-07T19:18:49.948Z] === RUN TestResize [2020-05-07T19:18:50.109Z] #44 31.31 CC images/time.o [2020-05-07T19:18:50.109Z] #44 31.37 CC images/sysctl.o [2020-05-07T19:18:50.109Z] #44 31.51 CC images/autofs.o [2020-05-07T19:18:50.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:18:50.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:18:50.391Z] #44 31.58 CC images/macvlan.o [2020-05-07T19:18:50.391Z] #44 ... [2020-05-07T19:18:50.391Z] [2020-05-07T19:18:50.391Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:18:50.391Z] #56 66.56 mvdan.cc/sh/v3/cmd/shfmt [2020-05-07T19:18:50.391Z] #56 DONE 70.5s [2020-05-07T19:18:50.391Z] [2020-05-07T19:18:50.391Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:50.391Z] #44 31.68 CC images/sit.o [2020-05-07T19:18:50.391Z] #44 ... [2020-05-07T19:18:50.391Z] [2020-05-07T19:18:50.391Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:50.391Z] #47 64.87 go/doc [2020-05-07T19:18:50.391Z] #47 66.30 github.com/LK4D4/vndr/versioned [2020-05-07T19:18:50.391Z] #47 66.40 crypto/ed25519 [2020-05-07T19:18:50.391Z] #47 66.67 crypto/rsa [2020-05-07T19:18:50.391Z] #47 67.49 github.com/LK4D4/vndr/build [2020-05-07T19:18:50.391Z] #47 67.77 crypto/dsa [2020-05-07T19:18:50.391Z] #47 68.11 crypto/x509/pkix [2020-05-07T19:18:50.391Z] #47 68.49 vendor/golang.org/x/crypto/cryptobyte [2020-05-07T19:18:50.511Z] --- PASS: TestResize (0.56s) [2020-05-07T19:18:50.511Z] === RUN TestResizeWithInvalidSize [2020-05-07T19:18:50.679Z] #47 70.53 net [2020-05-07T19:18:50.679Z] #47 ... [2020-05-07T19:18:50.679Z] [2020-05-07T19:18:50.679Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:50.679Z] #44 31.83 LINK images/built-in.o [2020-05-07T19:18:50.679Z] #44 32.03 GEN compel/include/asm [2020-05-07T19:18:50.679Z] #44 32.05 GEN compel/include/version.h [2020-05-07T19:18:50.679Z] #44 32.10 touch .config [2020-05-07T19:18:50.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:18:50.962Z] #44 32.12 GEN include/common/config.h [2020-05-07T19:18:50.962Z] #44 32.21 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-05-07T19:18:50.962Z] #44 32.23 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-05-07T19:18:50.962Z] #44 32.26 GEN compel/plugins/include/uapi/std/syscall.h [2020-05-07T19:18:50.962Z] #44 32.28 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-05-07T19:18:50.962Z] #44 32.30 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-05-07T19:18:50.962Z] #44 32.34 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-05-07T19:18:50.962Z] #44 32.34 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-05-07T19:18:50.962Z] #44 32.34 DEP compel/plugins/std/infect.d [2020-05-07T19:18:50.962Z] #44 32.47 DEP compel/plugins/std/string.d [2020-05-07T19:18:50.989Z] #11 178.3 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-05-07T19:18:50.989Z] #11 178.4 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-05-07T19:18:50.989Z] #11 178.4 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-05-07T19:18:50.989Z] #11 178.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-05-07T19:18:50.989Z] #11 178.4 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-05-07T19:18:50.989Z] #11 178.5 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-05-07T19:18:50.989Z] #11 178.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:50.989Z] #11 178.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-05-07T19:18:50.989Z] #11 178.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-05-07T19:18:50.989Z] #11 178.6 Setting up libudev-dev:ppc64el (241-7~deb10u3) ... [2020-05-07T19:18:50.989Z] #11 178.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-05-07T19:18:51.074Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2020-05-07T19:18:51.074Z] === RUN TestResizeWhenContainerNotStarted [2020-05-07T19:18:51.249Z] #44 32.58 DEP compel/plugins/std/log.d [2020-05-07T19:18:51.249Z] #44 32.68 DEP compel/plugins/std/fds.d [2020-05-07T19:18:51.330Z] --- PASS: TestResizeWhenContainerNotStarted (0.53s) [2020-05-07T19:18:51.330Z] === RUN TestDaemonRestartKillContainers [2020-05-07T19:18:51.330Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:18:51.330Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-05-07T19:18:51.330Z] === RUN TestCgroupNamespacesRun [2020-05-07T19:18:51.334Z] #11 178.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:18:51.334Z] #11 178.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-05-07T19:18:51.334Z] #11 178.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-05-07T19:18:51.334Z] #11 178.8 Setting up libsystemd-dev:ppc64el (241-7~deb10u3) ... [2020-05-07T19:18:51.334Z] #11 178.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-05-07T19:18:51.334Z] #11 178.8 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-05-07T19:18:51.334Z] #11 178.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:51.334Z] #11 178.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-05-07T19:18:51.334Z] #11 178.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-05-07T19:18:51.334Z] #11 178.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:51.334Z] #11 178.9 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-05-07T19:18:51.334Z] #11 178.9 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-05-07T19:18:51.334Z] #11 178.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-05-07T19:18:51.334Z] #11 179.0 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-05-07T19:18:51.334Z] #11 179.0 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-05-07T19:18:51.334Z] #11 179.0 Setting up dmsetup (2:1.02.155-3) ... [2020-05-07T19:18:51.532Z] #44 32.74 DEP compel/plugins/std/std.d [2020-05-07T19:18:51.532Z] #44 32.86 DEP compel/plugins/shmem/shmem.d [2020-05-07T19:18:51.532Z] #44 32.87 DEP compel/plugins/fds/fds.d [2020-05-07T19:18:51.532Z] #44 32.96 CC compel/plugins/std/std.o [2020-05-07T19:18:51.707Z] #11 179.1 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-05-07T19:18:51.707Z] #11 179.1 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-05-07T19:18:51.707Z] #11 179.1 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:18:51.817Z] #44 33.16 CC compel/plugins/std/fds.o [2020-05-07T19:18:52.099Z] #44 33.55 CC compel/plugins/std/log.o [2020-05-07T19:18:52.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:18:53.104Z] #44 34.18 CC compel/plugins/std/string.o [2020-05-07T19:18:53.386Z] #44 34.64 CC compel/plugins/std/infect.o [2020-05-07T19:18:53.669Z] #44 34.93 CC compel/arch/s390/plugins/std/parasite-head.o [2020-05-07T19:18:53.669Z] #44 34.95 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-05-07T19:18:53.669Z] #44 34.98 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-05-07T19:18:53.669Z] #44 35.04 AR compel/plugins/std.lib.a [2020-05-07T19:18:53.669Z] #44 35.08 CC compel/plugins/fds/fds.o [2020-05-07T19:18:53.852Z] --- PASS: TestCgroupNamespacesRun (2.43s) [2020-05-07T19:18:53.852Z] === RUN TestCgroupNamespacesRunPrivileged [2020-05-07T19:18:54.028Z] #11 ... [2020-05-07T19:18:54.028Z] [2020-05-07T19:18:54.028Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:18:54.028Z] #48 181.4 text/template [2020-05-07T19:18:54.282Z] #44 35.39 AR compel/plugins/fds.lib.a [2020-05-07T19:18:54.282Z] #44 35.45 HOSTDEP compel/src/lib/log-host.d [2020-05-07T19:18:54.282Z] #44 35.51 HOSTDEP compel/src/lib/handle-elf-host.d [2020-05-07T19:18:54.282Z] #44 ... [2020-05-07T19:18:54.283Z] [2020-05-07T19:18:54.283Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:18:54.283Z] #10 64.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-05-07T19:18:54.283Z] #10 64.43 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-05-07T19:18:54.283Z] #10 64.43 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:18:54.283Z] #10 ... [2020-05-07T19:18:54.283Z] [2020-05-07T19:18:54.283Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:54.283Z] #44 35.58 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-05-07T19:18:54.283Z] #44 35.64 HOSTDEP compel/src/main-host.d [2020-05-07T19:18:54.283Z] #44 35.78 DEP compel/src/lib/ptrace.d [2020-05-07T19:18:54.469Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-05-07T19:18:54.470Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-059b5b95\powershellScript.ps1'; exit $LASTEXITCODE; [2020-05-07T19:18:54.470Z] ---------------------------------------------------------------------------- [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.470Z] INFO: executeCI.ps1 starting at Thu May 7 19:18:54 CUT 2020 [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.470Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-05-07T19:18:54.470Z] INFO: Running git version 2.24.1.windows.2 [2020-05-07T19:18:54.470Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-05-07T19:18:54.470Z] INFO: Environment variables: [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.470Z] Name Value [2020-05-07T19:18:54.470Z] ---- ----- [2020-05-07T19:18:54.470Z] ALLUSERSPROFILE C:\ProgramData [2020-05-07T19:18:54.470Z] amd64 true [2020-05-07T19:18:54.470Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-05-07T19:18:54.470Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-05-07T19:18:54.470Z] arm64 true [2020-05-07T19:18:54.470Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-05-07T19:18:54.470Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-05-07T19:18:54.470Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-05-07T19:18:54.470Z] BRANCH_NAME PR-40427 [2020-05-07T19:18:54.470Z] BUILD_DISPLAY_NAME #6 [2020-05-07T19:18:54.470Z] BUILD_ID 6 [2020-05-07T19:18:54.470Z] BUILD_NUMBER 6 [2020-05-07T19:18:54.470Z] BUILD_TAG jenkins-moby-PR-40427-6 [2020-05-07T19:18:54.470Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40427/6/ [2020-05-07T19:18:54.470Z] CHANGE_AUTHOR thaJeztah [2020-05-07T19:18:54.470Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-05-07T19:18:54.470Z] CHANGE_BRANCH prometheus_remove_experimental [2020-05-07T19:18:54.470Z] CHANGE_FORK thaJeztah/docker [2020-05-07T19:18:54.470Z] CHANGE_ID 40427 [2020-05-07T19:18:54.470Z] CHANGE_TARGET master [2020-05-07T19:18:54.470Z] CHANGE_TITLE Do not require "experimental" for metrics API [2020-05-07T19:18:54.470Z] CHANGE_URL https://github.com/moby/moby/pull/40427 [2020-05-07T19:18:54.470Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-05-07T19:18:54.470Z] CommonProgramFiles C:\Program Files\Common Files [2020-05-07T19:18:54.470Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-05-07T19:18:54.470Z] CommonProgramW6432 C:\Program Files\Common Files [2020-05-07T19:18:54.470Z] COMPUTERNAME azwin-2-ce5c00 [2020-05-07T19:18:54.470Z] ComSpec C:\windows\system32\cmd.exe [2020-05-07T19:18:54.470Z] ConfigSequenceNumber 0 [2020-05-07T19:18:54.470Z] dco true [2020-05-07T19:18:54.470Z] DOCKER_BUILDKIT 0 [2020-05-07T19:18:54.470Z] DOCKER_DUT_DEBUG 1 [2020-05-07T19:18:54.470Z] DOCKER_EXPERIMENTAL 1 [2020-05-07T19:18:54.470Z] DOCKER_GRAPHDRIVER overlay2 [2020-05-07T19:18:54.470Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-05-07T19:18:54.470Z] EXECUTOR_NUMBER 0 [2020-05-07T19:18:54.470Z] FQDN azwin-2-ce5c00.westus.cloudapp.azure.com [2020-05-07T19:18:54.470Z] GIT_BRANCH PR-40427 [2020-05-07T19:18:54.470Z] GIT_COMMIT c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:18:54.470Z] GIT_PREVIOUS_COMMIT f7ec952944c98a6cb3ec3ba51f9db1e2d1395311 [2020-05-07T19:18:54.470Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 07af2769adf8aa984de0346bd1875366eda3879a [2020-05-07T19:18:54.470Z] GIT_URL https://github.com/moby/moby.git [2020-05-07T19:18:54.470Z] HUDSON_COOKIE 0e7e9d1b-55e8-4efc-b214-9a8aa9de306b [2020-05-07T19:18:54.470Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-05-07T19:18:54.470Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-05-07T19:18:54.470Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-05-07T19:18:54.470Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-05-07T19:18:54.470Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-05-07T19:18:54.470Z] JENKINS_NODE_COOKIE d85a9764-b4dd-43dd-8e32-52b4051f07e6 [2020-05-07T19:18:54.470Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-05-07T19:18:54.470Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-05-07T19:18:54.470Z] JOB_BASE_NAME PR-40427 [2020-05-07T19:18:54.470Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40427/display/redirect [2020-05-07T19:18:54.470Z] JOB_NAME moby/PR-40427 [2020-05-07T19:18:54.470Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40427/ [2020-05-07T19:18:54.470Z] library.jps.version master [2020-05-07T19:18:54.470Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-05-07T19:18:54.470Z] NODE_LABELS amd64 azure azwin-2-ce5c00 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-05-07T19:18:54.470Z] NODE_NAME azwin-2-ce5c00 [2020-05-07T19:18:54.470Z] NUMBER_OF_PROCESSORS 4 [2020-05-07T19:18:54.470Z] OS Windows_NT [2020-05-07T19:18:54.470Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-05-07T19:18:54.470Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-05-07T19:18:54.470Z] ppc64le true [2020-05-07T19:18:54.470Z] PROCESSOR_ARCHITECTURE AMD64 [2020-05-07T19:18:54.470Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-05-07T19:18:54.470Z] PROCESSOR_LEVEL 6 [2020-05-07T19:18:54.470Z] PROCESSOR_REVISION 5504 [2020-05-07T19:18:54.470Z] ProgramData C:\ProgramData [2020-05-07T19:18:54.470Z] ProgramFiles C:\Program Files [2020-05-07T19:18:54.470Z] ProgramFiles(x86) C:\Program Files (x86) [2020-05-07T19:18:54.470Z] ProgramW6432 C:\Program Files [2020-05-07T19:18:54.470Z] PROMPT $P$G [2020-05-07T19:18:54.470Z] PSExecutionPolicyPreference Bypass [2020-05-07T19:18:54.470Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-05-07T19:18:54.470Z] PUBLIC C:\Users\Public [2020-05-07T19:18:54.470Z] rootless true [2020-05-07T19:18:54.470Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40427/6/display/redirect?page=changes [2020-05-07T19:18:54.470Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40427/6/display/redirect [2020-05-07T19:18:54.470Z] s390x true [2020-05-07T19:18:54.470Z] SKIP_VALIDATION_TESTS 1 [2020-05-07T19:18:54.470Z] SOURCES_DRIVE d [2020-05-07T19:18:54.470Z] SOURCES_SUBDIR gopath [2020-05-07T19:18:54.470Z] STAGE_NAME Run tests [2020-05-07T19:18:54.470Z] SystemDrive C: [2020-05-07T19:18:54.470Z] SystemRoot C:\windows [2020-05-07T19:18:54.470Z] TEMP C:\windows\TEMP [2020-05-07T19:18:54.470Z] TESTDEBUG 0 [2020-05-07T19:18:54.470Z] TESTRUN_DRIVE d [2020-05-07T19:18:54.470Z] TESTRUN_SUBDIR CI [2020-05-07T19:18:54.470Z] TIMEOUT 120m [2020-05-07T19:18:54.470Z] TMP C:\windows\TEMP [2020-05-07T19:18:54.470Z] unit_validate true [2020-05-07T19:18:54.470Z] USERDOMAIN WORKGROUP [2020-05-07T19:18:54.470Z] USERNAME azwin-2-ce5c00$ [2020-05-07T19:18:54.470Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-05-07T19:18:54.470Z] validate_force false [2020-05-07T19:18:54.470Z] windir C:\windows [2020-05-07T19:18:54.470Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-05-07T19:18:54.470Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-05-07T19:18:54.470Z] windowsRS1 false [2020-05-07T19:18:54.470Z] windowsRS5 true [2020-05-07T19:18:54.470Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.470Z] [2020-05-07T19:18:54.565Z] #44 35.91 DEP compel/src/lib/infect.d [2020-05-07T19:18:54.565Z] #44 35.99 DEP compel/src/lib/infect-util.d [2020-05-07T19:18:54.565Z] #44 36.04 DEP compel/src/lib/infect-rpc.d [2020-05-07T19:18:54.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:18:54.846Z] #44 36.11 DEP compel/arch/s390/src/lib/infect.d [2020-05-07T19:18:54.846Z] #44 36.22 DEP compel/arch/s390/src/lib/cpu.d [2020-05-07T19:18:54.846Z] #44 36.30 DEP compel/src/lib/log.d [2020-05-07T19:18:55.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:18:55.128Z] #44 36.37 DEP compel/src/main.d [2020-05-07T19:18:55.128Z] #44 36.44 DEP compel/src/lib/handle-elf.d [2020-05-07T19:18:55.128Z] #44 36.52 DEP compel/arch/s390/src/lib/handle-elf.d [2020-05-07T19:18:55.410Z] #44 36.64 CC compel/src/lib/log.o [2020-05-07T19:18:55.410Z] #44 36.81 CC compel/arch/s390/src/lib/cpu.o [2020-05-07T19:18:55.485Z] INFO: Sources under d:\gopath\... [2020-05-07T19:18:55.485Z] INFO: Test run under d:\CI\... [2020-05-07T19:18:55.485Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-05-07T19:18:55.485Z] INFO: docker/docker repository was found [2020-05-07T19:18:55.691Z] #44 37.02 CC compel/arch/s390/src/lib/infect.o [2020-05-07T19:18:55.866Z] #48 182.8 go/parser [2020-05-07T19:18:55.968Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-05-07T19:18:56.212Z] #48 ... [2020-05-07T19:18:56.212Z] [2020-05-07T19:18:56.212Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:18:56.212Z] #45 69.58 CC images/autofs.o [2020-05-07T19:18:56.212Z] #45 70.06 CC images/macvlan.o [2020-05-07T19:18:56.212Z] #45 70.46 CC images/sit.o [2020-05-07T19:18:56.212Z] #45 70.89 LINK images/built-in.o [2020-05-07T19:18:56.212Z] #45 71.13 GEN compel/include/asm [2020-05-07T19:18:56.212Z] #45 71.14 GEN compel/include/version.h [2020-05-07T19:18:56.212Z] #45 71.17 touch .config [2020-05-07T19:18:56.212Z] #45 71.21 GEN include/common/config.h [2020-05-07T19:18:56.212Z] #45 71.44 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-05-07T19:18:56.212Z] #45 71.49 GEN compel/plugins/include/uapi/std/syscall.h [2020-05-07T19:18:56.212Z] #45 71.55 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-05-07T19:18:56.212Z] #45 71.60 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-05-07T19:18:56.212Z] #45 71.64 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-05-07T19:18:56.212Z] #45 71.68 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-05-07T19:18:56.212Z] #45 71.71 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-05-07T19:18:56.212Z] #45 71.74 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-05-07T19:18:56.212Z] #45 71.75 DEP compel/plugins/std/infect.d [2020-05-07T19:18:56.212Z] #45 72.00 DEP compel/plugins/std/string.d [2020-05-07T19:18:56.212Z] #45 72.25 DEP compel/plugins/std/log.d [2020-05-07T19:18:56.212Z] #45 72.51 DEP compel/plugins/std/fds.d [2020-05-07T19:18:56.212Z] #45 72.73 DEP compel/plugins/std/std.d [2020-05-07T19:18:56.212Z] #45 72.98 DEP compel/plugins/shmem/shmem.d [2020-05-07T19:18:56.212Z] #45 73.21 DEP compel/plugins/fds/fds.d [2020-05-07T19:18:56.212Z] #45 73.59 CC compel/plugins/std/std.o [2020-05-07T19:18:56.212Z] #45 74.16 CC compel/plugins/std/fds.o [2020-05-07T19:18:56.212Z] #45 74.91 CC compel/plugins/std/log.o [2020-05-07T19:18:56.212Z] #45 76.12 CC compel/plugins/std/string.o [2020-05-07T19:18:56.212Z] #45 76.86 CC compel/plugins/std/infect.o [2020-05-07T19:18:56.212Z] #45 77.50 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-05-07T19:18:56.212Z] #45 77.56 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-05-07T19:18:56.212Z] #45 77.64 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-05-07T19:18:56.212Z] #45 77.70 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-05-07T19:18:56.212Z] #45 77.79 AR compel/plugins/std.lib.a [2020-05-07T19:18:56.212Z] #45 77.93 CC compel/plugins/fds/fds.o [2020-05-07T19:18:56.212Z] #45 78.32 AR compel/plugins/fds.lib.a [2020-05-07T19:18:56.212Z] #45 78.43 HOSTDEP compel/src/lib/log-host.d [2020-05-07T19:18:56.212Z] #45 78.66 HOSTDEP compel/src/lib/handle-elf-host.d [2020-05-07T19:18:56.212Z] #45 78.89 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-05-07T19:18:56.212Z] #45 79.05 HOSTDEP compel/src/main-host.d [2020-05-07T19:18:56.212Z] #45 79.27 DEP compel/src/lib/ptrace.d [2020-05-07T19:18:56.212Z] #45 79.52 DEP compel/src/lib/infect.d [2020-05-07T19:18:56.212Z] #45 79.77 DEP compel/src/lib/infect-util.d [2020-05-07T19:18:56.306Z] #44 37.71 CC compel/src/lib/infect-rpc.o [2020-05-07T19:18:56.372Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.46s) [2020-05-07T19:18:56.372Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-05-07T19:18:56.450Z] ltsc2019: Pulling from windows/servercore [2020-05-07T19:18:56.547Z] #45 79.98 DEP compel/src/lib/infect-rpc.d [2020-05-07T19:18:56.588Z] #44 37.93 CC compel/src/lib/infect-util.o [2020-05-07T19:18:56.870Z] #44 38.23 CC compel/src/lib/infect.o [2020-05-07T19:18:56.902Z] #45 80.21 DEP compel/arch/ppc64/src/lib/infect.d [2020-05-07T19:18:56.902Z] #45 80.42 DEP compel/arch/ppc64/src/lib/cpu.d [2020-05-07T19:18:56.940Z] 65014b3c3121: Pulling fs layer [2020-05-07T19:18:56.941Z] eac6fba788c9: Pulling fs layer [2020-05-07T19:18:57.240Z] #45 80.62 DEP compel/src/lib/log.d [2020-05-07T19:18:57.240Z] #45 80.80 DEP compel/src/main.d [2020-05-07T19:18:57.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:18:57.580Z] #45 81.01 DEP compel/src/lib/handle-elf.d [2020-05-07T19:18:57.931Z] #45 81.25 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-05-07T19:18:57.931Z] #45 81.55 CC compel/src/lib/log.o [2020-05-07T19:18:58.339Z] #44 39.72 CC compel/src/lib/ptrace.o [2020-05-07T19:18:58.621Z] #44 39.97 AR compel/libcompel.a [2020-05-07T19:18:58.621Z] #44 40.03 HOSTCC compel/src/main-host.o [2020-05-07T19:18:58.662Z] #45 81.93 CC compel/arch/ppc64/src/lib/cpu.o [2020-05-07T19:18:58.894Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.58s) [2020-05-07T19:18:58.894Z] === RUN TestCgroupNamespacesRunHostMode [2020-05-07T19:18:58.906Z] #44 40.42 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-05-07T19:18:58.999Z] #45 82.42 CC compel/arch/ppc64/src/lib/infect.o [2020-05-07T19:18:59.188Z] #44 40.54 HOSTCC compel/src/lib/handle-elf-host.o [2020-05-07T19:18:59.234Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:18:59.234Z] Using test binary docker [2020-05-07T19:18:59.234Z] +++ /etc/init.d/apparmor start [2020-05-07T19:18:59.234Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:18:59.234Z] INFO: Waiting for daemon to start... [2020-05-07T19:18:59.234Z] Starting dockerd [2020-05-07T19:18:59.234Z] +++ 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-05-07T19:18:59.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:18:59.471Z] #44 40.77 HOSTCC compel/src/lib/log-host.o [2020-05-07T19:18:59.471Z] #44 40.96 HOSTLINK compel/compel-host-bin [2020-05-07T19:18:59.754Z] #44 41.06 DEP soccr/soccr.d [2020-05-07T19:18:59.754Z] #44 41.18 CC soccr/soccr.o [2020-05-07T19:19:00.195Z] #45 83.54 CC compel/src/lib/infect-rpc.o [2020-05-07T19:19:00.367Z] #44 ... [2020-05-07T19:19:00.367Z] [2020-05-07T19:19:00.367Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:19:00.367Z] #10 77.93 Selecting previously unselected package libapparmor1:s390x. [2020-05-07T19:19:00.367Z] #10 77.95 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 77.95 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-05-07T19:19:00.367Z] #10 78.02 Selecting previously unselected package libapparmor-dev:s390x. [2020-05-07T19:19:00.367Z] #10 78.03 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.03 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-05-07T19:19:00.367Z] #10 78.22 Selecting previously unselected package libbtrfs0. [2020-05-07T19:19:00.367Z] #10 78.22 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.23 Unpacking libbtrfs0 (4.20.1-2) ... [2020-05-07T19:19:00.367Z] #10 78.28 Selecting previously unselected package libbtrfs-dev. [2020-05-07T19:19:00.367Z] #10 78.28 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.29 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:19:00.367Z] #10 78.39 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-05-07T19:19:00.367Z] #10 78.39 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.39 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-05-07T19:19:00.367Z] #10 78.46 Selecting previously unselected package libudev-dev:s390x. [2020-05-07T19:19:00.367Z] #10 78.46 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.47 Unpacking libudev-dev:s390x (241-7~deb10u3) ... [2020-05-07T19:19:00.367Z] #10 78.55 Selecting previously unselected package libsepol1-dev:s390x. [2020-05-07T19:19:00.367Z] #10 78.56 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.56 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-05-07T19:19:00.367Z] #10 78.84 Selecting previously unselected package libpcre16-3:s390x. [2020-05-07T19:19:00.367Z] #10 78.87 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.88 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 78.96 Selecting previously unselected package libpcre32-3:s390x. [2020-05-07T19:19:00.367Z] #10 78.97 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 78.97 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 79.15 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-05-07T19:19:00.367Z] #10 79.15 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.15 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 79.25 Selecting previously unselected package libpcre3-dev:s390x. [2020-05-07T19:19:00.367Z] #10 79.25 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.26 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 79.57 Selecting previously unselected package libselinux1-dev:s390x. [2020-05-07T19:19:00.367Z] #10 79.58 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.58 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-05-07T19:19:00.367Z] #10 79.80 Selecting previously unselected package libdevmapper-dev:s390x. [2020-05-07T19:19:00.367Z] #10 79.80 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.81 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-05-07T19:19:00.367Z] #10 79.85 Selecting previously unselected package libseccomp-dev:s390x. [2020-05-07T19:19:00.367Z] #10 79.86 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.86 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-05-07T19:19:00.367Z] #10 79.94 Selecting previously unselected package libsystemd-dev:s390x. [2020-05-07T19:19:00.367Z] #10 79.94 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_s390x.deb ... [2020-05-07T19:19:00.367Z] #10 79.94 Unpacking libsystemd-dev:s390x (241-7~deb10u3) ... [2020-05-07T19:19:00.367Z] #10 80.36 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 80.39 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-05-07T19:19:00.367Z] #10 80.40 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-05-07T19:19:00.367Z] #10 80.42 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-05-07T19:19:00.367Z] #10 80.42 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 80.43 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-05-07T19:19:00.367Z] #10 80.47 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:19:00.367Z] #10 80.47 Setting up libbtrfs0 (4.20.1-2) ... [2020-05-07T19:19:00.367Z] #10 80.48 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 80.49 Setting up libudev-dev:s390x (241-7~deb10u3) ... [2020-05-07T19:19:00.367Z] #10 80.51 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-05-07T19:19:00.367Z] #10 80.51 Setting up libbtrfs-dev (4.20.1-2) ... [2020-05-07T19:19:00.367Z] #10 80.52 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-05-07T19:19:00.367Z] #10 80.54 Setting up mingw-w64-common (6.0.0-3) ... [2020-05-07T19:19:00.367Z] #10 80.55 Setting up libsystemd-dev:s390x (241-7~deb10u3) ... [2020-05-07T19:19:00.367Z] #10 80.58 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-05-07T19:19:00.367Z] #10 80.59 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-05-07T19:19:00.367Z] #10 80.59 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:19:00.367Z] #10 80.60 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-05-07T19:19:00.367Z] #10 80.61 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-05-07T19:19:00.367Z] #10 80.61 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-05-07T19:19:00.368Z] #10 80.62 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-05-07T19:19:00.368Z] #10 80.62 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-05-07T19:19:00.368Z] #10 80.62 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-05-07T19:19:00.368Z] #10 80.63 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-05-07T19:19:00.368Z] #10 80.64 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-05-07T19:19:00.368Z] #10 80.64 Setting up dmsetup (2:1.02.155-3) ... [2020-05-07T19:19:00.368Z] #10 80.65 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-05-07T19:19:00.368Z] #10 80.66 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-05-07T19:19:00.368Z] #10 80.67 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:19:00.540Z] #45 84.06 CC compel/src/lib/infect-util.o [2020-05-07T19:19:00.881Z] #45 84.45 CC compel/src/lib/infect.o [2020-05-07T19:19:00.988Z] #10 ... [2020-05-07T19:19:00.988Z] [2020-05-07T19:19:00.988Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:00.988Z] #47 70.84 vendor/golang.org/x/crypto/internal/chacha20 [2020-05-07T19:19:00.988Z] #47 71.49 vendor/golang.org/x/crypto/poly1305 [2020-05-07T19:19:00.988Z] #47 71.97 vendor/golang.org/x/crypto/chacha20poly1305 [2020-05-07T19:19:00.988Z] #47 72.39 vendor/golang.org/x/crypto/curve25519 [2020-05-07T19:19:00.988Z] #47 72.79 vendor/golang.org/x/crypto/hkdf [2020-05-07T19:19:00.988Z] #47 72.87 vendor/golang.org/x/text/transform [2020-05-07T19:19:00.988Z] #47 73.33 vendor/golang.org/x/text/unicode/bidi [2020-05-07T19:19:00.988Z] #47 74.54 vendor/golang.org/x/text/secure/bidirule [2020-05-07T19:19:00.988Z] #47 74.64 vendor/golang.org/x/text/unicode/norm [2020-05-07T19:19:00.988Z] #47 77.80 vendor/golang.org/x/net/idna [2020-05-07T19:19:00.988Z] #47 79.97 vendor/golang.org/x/net/http2/hpack [2020-05-07T19:19:00.988Z] #47 80.76 mime [2020-05-07T19:19:00.988Z] #47 ... [2020-05-07T19:19:00.988Z] [2020-05-07T19:19:00.988Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:19:00.988Z] #10 DONE 81.2s [2020-05-07T19:19:00.988Z] [2020-05-07T19:19:00.988Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:00.988Z] #44 42.24 AR soccr/libsoccr.a [2020-05-07T19:19:00.988Z] #44 42.27 make[1]: 'soccr/libsoccr.a' is up to date. [2020-05-07T19:19:01.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:19:01.274Z] #44 ... [2020-05-07T19:19:01.275Z] [2020-05-07T19:19:01.275Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:19:01.275Z] #58 DONE 0.1s [2020-05-07T19:19:01.275Z] [2020-05-07T19:19:01.275Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:19:01.275Z] #59 DONE 0.1s [2020-05-07T19:19:01.275Z] [2020-05-07T19:19:01.275Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:01.386Z] . [2020-05-07T19:19:01.386Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:19:01.413Z] --- PASS: TestCgroupNamespacesRunHostMode (2.59s) [2020-05-07T19:19:01.414Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-05-07T19:19:01.618Z] #45 ... [2020-05-07T19:19:01.619Z] [2020-05-07T19:19:01.619Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-05-07T19:19:01.619Z] #11 DONE 189.2s [2020-05-07T19:19:01.619Z] [2020-05-07T19:19:01.619Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:19:01.643Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:19:01.643Z] Error: No such image: emptyfs [2020-05-07T19:19:01.643Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:19:01.643Z] ++++ docker load [2020-05-07T19:19:01.966Z] #12 ... [2020-05-07T19:19:01.966Z] [2020-05-07T19:19:01.966Z] #59 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:19:01.966Z] #59 DONE 0.4s [2020-05-07T19:19:01.966Z] [2020-05-07T19:19:01.966Z] #60 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-05-07T19:19:01.966Z] #60 DONE 0.1s [2020-05-07T19:19:02.208Z] Running integration-test (iteration 1) [2020-05-07T19:19:02.208Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-05-07T19:19:02.208Z] ++ 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-05-07T19:19:02.208Z] ++ set -e [2020-05-07T19:19:02.208Z] ++ '[' -n 0 ']' [2020-05-07T19:19:02.208Z] ++ set -x [2020-05-07T19:19:02.208Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:19:02.302Z] [2020-05-07T19:19:02.302Z] #61 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:02.302Z] #61 ... [2020-05-07T19:19:02.302Z] [2020-05-07T19:19:02.302Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:19:02.302Z] #12 DONE 0.7s [2020-05-07T19:19:02.302Z] [2020-05-07T19:19:02.302Z] #61 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:02.302Z] #61 0.287 + RM_GOPATH=0 [2020-05-07T19:19:02.302Z] #61 0.287 + TMP_GOPATH= [2020-05-07T19:19:02.302Z] #61 0.287 + : /build [2020-05-07T19:19:02.302Z] #61 0.287 + '[' -z '' ']' [2020-05-07T19:19:02.302Z] #61 0.289 ++ mktemp -d [2020-05-07T19:19:02.302Z] #61 0.312 + export GOPATH=/tmp/tmp.AaLSYW9JTc [2020-05-07T19:19:02.302Z] #61 0.316 + GOPATH=/tmp/tmp.AaLSYW9JTc [2020-05-07T19:19:02.302Z] #61 0.316 + RM_GOPATH=1 [2020-05-07T19:19:02.302Z] #61 0.316 ++ dirname ./install.sh [2020-05-07T19:19:02.302Z] #61 0.360 + dir=. [2020-05-07T19:19:02.654Z] #61 0.362 + bin=runc [2020-05-07T19:19:02.654Z] #61 0.362 + shift [2020-05-07T19:19:02.654Z] #61 0.362 + '[' '!' -f ./runc.installer ']' [2020-05-07T19:19:02.654Z] #61 0.362 + . ./runc.installer [2020-05-07T19:19:02.654Z] #61 0.362 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:19:02.654Z] #61 0.362 + install_runc [2020-05-07T19:19:02.654Z] #61 0.364 + uname -r [2020-05-07T19:19:02.654Z] #61 0.364 + grep -q '^3\.10\.0.*\.el7\.' [2020-05-07T19:19:02.654Z] #61 0.388 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-05-07T19:19:02.654Z] #61 0.389 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-05-07T19:19:02.654Z] #61 0.390 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-05-07T19:19:02.654Z] #61 0.391 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AaLSYW9JTc/src/github.com/opencontainers/runc [2020-05-07T19:19:02.654Z] #61 0.402 Cloning into '/tmp/tmp.AaLSYW9JTc/src/github.com/opencontainers/runc'... [2020-05-07T19:19:02.750Z] #60 ... [2020-05-07T19:19:02.750Z] [2020-05-07T19:19:02.750Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-05-07T19:19:02.750Z] #11 DONE 1.7s [2020-05-07T19:19:02.750Z] [2020-05-07T19:19:02.750Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:02.750Z] #60 1.379 + RM_GOPATH=0 [2020-05-07T19:19:02.750Z] #60 1.379 + TMP_GOPATH= [2020-05-07T19:19:02.750Z] #60 1.379 + : /build [2020-05-07T19:19:02.750Z] #60 1.379 + '[' -z '' ']' [2020-05-07T19:19:02.750Z] #60 1.380 ++ mktemp -d [2020-05-07T19:19:02.750Z] #60 1.381 + export GOPATH=/tmp/tmp.A26rCZZn7x [2020-05-07T19:19:02.750Z] #60 1.381 + GOPATH=/tmp/tmp.A26rCZZn7x [2020-05-07T19:19:02.750Z] #60 1.381 + RM_GOPATH=1 [2020-05-07T19:19:02.750Z] #60 1.382 ++ dirname ./install.sh [2020-05-07T19:19:02.750Z] #60 1.386 + dir=. [2020-05-07T19:19:02.750Z] #60 1.386 + bin=runc [2020-05-07T19:19:02.750Z] #60 1.386 + shift [2020-05-07T19:19:02.750Z] #60 1.386 + '[' '!' -f ./runc.installer ']' [2020-05-07T19:19:02.750Z] #60 1.386 + . ./runc.installer [2020-05-07T19:19:02.750Z] #60 1.386 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:19:02.750Z] #60 1.386 + install_runc [2020-05-07T19:19:02.750Z] #60 1.386 + grep -q '^3\.10\.0.*\.el7\.' [2020-05-07T19:19:02.750Z] #60 1.386 + uname -r [2020-05-07T19:19:02.750Z] #60 1.390 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-05-07T19:19:02.751Z] #60 1.390 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-05-07T19:19:02.751Z] #60 1.390 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-05-07T19:19:02.751Z] #60 1.390 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.A26rCZZn7x/src/github.com/opencontainers/runc [2020-05-07T19:19:02.751Z] #60 1.396 Cloning into '/tmp/tmp.A26rCZZn7x/src/github.com/opencontainers/runc'... [2020-05-07T19:19:02.997Z] #61 ... [2020-05-07T19:19:02.997Z] [2020-05-07T19:19:02.997Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:19:02.997Z] #13 DONE 0.5s [2020-05-07T19:19:02.997Z] [2020-05-07T19:19:02.997Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:19:03.346Z] #14 0.463 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-05-07T19:19:03.346Z] #14 DONE 0.5s [2020-05-07T19:19:03.346Z] [2020-05-07T19:19:03.346Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:19:03.701Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:19:03.701Z] Using test binary docker [2020-05-07T19:19:03.701Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-05-07T19:19:03.701Z] +++ /etc/init.d/apparmor start [2020-05-07T19:19:03.701Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:19:03.701Z] INFO: Waiting for daemon to start... [2020-05-07T19:19:03.701Z] Starting dockerd [2020-05-07T19:19:03.701Z] +++ 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-05-07T19:19:04.089Z] #15 DONE 0.4s [2020-05-07T19:19:04.089Z] [2020-05-07T19:19:04.089Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:19:04.249Z] eac6fba788c9: Verifying Checksum [2020-05-07T19:19:04.249Z] eac6fba788c9: Download complete [2020-05-07T19:19:04.426Z] #16 DONE 0.5s [2020-05-07T19:19:04.426Z] [2020-05-07T19:19:04.426Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:19:04.684Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.58s) [2020-05-07T19:19:04.684Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-05-07T19:19:04.773Z] #60 ... [2020-05-07T19:19:04.773Z] [2020-05-07T19:19:04.773Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-05-07T19:19:04.773Z] #12 DONE 1.8s [2020-05-07T19:19:04.773Z] [2020-05-07T19:19:04.774Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:19:04.774Z] #13 ... [2020-05-07T19:19:04.774Z] [2020-05-07T19:19:04.774Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:19:04.774Z] #68 78.76 + for f in rootlesskit rootlesskit-docker-proxy [2020-05-07T19:19:04.774Z] #68 78.76 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-05-07T19:19:04.774Z] #68 DONE 84.8s [2020-05-07T19:19:04.798Z] #17 DONE 0.5s [2020-05-07T19:19:04.798Z] [2020-05-07T19:19:04.798Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:05.063Z] [2020-05-07T19:19:05.063Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:19:05.063Z] #69 DONE 0.1s [2020-05-07T19:19:05.063Z] [2020-05-07T19:19:05.063Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:05.063Z] #44 42.69 DEP criu/arch/s390/sigframe.d [2020-05-07T19:19:05.063Z] #44 42.83 DEP criu/arch/s390/crtools.d [2020-05-07T19:19:05.063Z] #44 43.08 DEP criu/arch/s390/cpu.d [2020-05-07T19:19:05.063Z] #44 43.38 CC criu/arch/s390/cpu.o [2020-05-07T19:19:05.063Z] #44 43.89 CC criu/arch/s390/crtools.o [2020-05-07T19:19:05.063Z] #44 44.82 CC criu/arch/s390/sigframe.o [2020-05-07T19:19:05.063Z] #44 44.98 LINK criu/arch/s390/crtools.built-in.o [2020-05-07T19:19:05.063Z] #44 45.01 DEP criu/pie/util-vdso.d [2020-05-07T19:19:05.063Z] #44 45.14 DEP criu/pie/util.d [2020-05-07T19:19:05.063Z] #44 45.24 CC criu/pie/util.o [2020-05-07T19:19:05.063Z] #44 45.51 CC criu/pie/util-vdso.o [2020-05-07T19:19:05.063Z] #44 46.10 AR criu/pie/pie.lib.a [2020-05-07T19:19:05.063Z] #44 46.20 DEP criu/pie/restorer.d [2020-05-07T19:19:05.063Z] #44 ... [2020-05-07T19:19:05.063Z] [2020-05-07T19:19:05.063Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:19:05.063Z] #50 DONE 85.0s [2020-05-07T19:19:05.063Z] [2020-05-07T19:19:05.063Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:05.063Z] #44 46.41 DEP criu/arch/s390/restorer.d [2020-05-07T19:19:05.075Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-05-07T19:19:05.345Z] #44 46.63 DEP criu/arch/s390/vdso-pie.d [2020-05-07T19:19:05.345Z] #44 46.73 DEP criu/pie/parasite-vdso.d [2020-05-07T19:19:05.345Z] #44 46.85 DEP criu/pie/parasite.d [2020-05-07T19:19:05.584Z] tests/integration/api_client_test.py ..... [ 7%] [2020-05-07T19:19:05.603Z] . [2020-05-07T19:19:05.603Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:19:05.603Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:19:05.603Z] Error: No such image: emptyfs [2020-05-07T19:19:05.603Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:19:05.603Z] ++++ docker load [2020-05-07T19:19:05.603Z] #18 0.902 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:19:05.627Z] #44 47.04 CC criu/pie/parasite.o [2020-05-07T19:19:05.969Z] #18 1.156 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:19:05.969Z] #18 1.160 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:19:06.170Z] Running integration-test (iteration 1) [2020-05-07T19:19:06.170Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-05-07T19:19:06.170Z] ++ 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-05-07T19:19:06.170Z] ++ set -e [2020-05-07T19:19:06.170Z] ++ '[' -n 0 ']' [2020-05-07T19:19:06.170Z] ++ set -x [2020-05-07T19:19:06.170Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:19:06.642Z] #44 47.94 LINK criu/pie/parasite.built-in.o [2020-05-07T19:19:06.642Z] #44 47.95 GEN criu/pie/parasite-blob.h [2020-05-07T19:19:06.642Z] #44 47.96 CC criu/pie/parasite-vdso.o [2020-05-07T19:19:06.924Z] #44 ... [2020-05-07T19:19:06.924Z] [2020-05-07T19:19:06.924Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-05-07T19:19:06.924Z] #13 2.253 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-05-07T19:19:06.924Z] #13 DONE 2.5s [2020-05-07T19:19:06.924Z] [2020-05-07T19:19:06.924Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-05-07T19:19:07.205Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.65s) [2020-05-07T19:19:07.205Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-05-07T19:19:07.501Z] tests/integration/api_config_test.py ..... [ 8%] [2020-05-07T19:19:07.740Z] #18 3.204 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7694 kB] [2020-05-07T19:19:08.391Z] #14 DONE 1.5s [2020-05-07T19:19:08.392Z] [2020-05-07T19:19:08.392Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-05-07T19:19:08.577Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.93s) [2020-05-07T19:19:08.577Z] === RUN TestCgroupNamespacesRunOlderClient [2020-05-07T19:19:09.117Z] 65014b3c3121: Verifying Checksum [2020-05-07T19:19:09.117Z] 65014b3c3121: Download complete [2020-05-07T19:19:09.866Z] #15 DONE 1.4s [2020-05-07T19:19:09.866Z] [2020-05-07T19:19:09.866Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-05-07T19:19:10.807Z] #18 5.788 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [191 kB] [2020-05-07T19:19:11.336Z] #16 DONE 1.3s [2020-05-07T19:19:11.336Z] [2020-05-07T19:19:11.336Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:11.848Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.62s) [2020-05-07T19:19:11.848Z] === RUN TestKernelTCPMemory [2020-05-07T19:19:11.848Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-05-07T19:19:11.848Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:11.848Z] === RUN TestNISDomainname [2020-05-07T19:19:11.848Z] --- SKIP: TestNISDomainname (0.01s) [2020-05-07T19:19:11.848Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-05-07T19:19:11.848Z] === RUN TestHostnameDnsResolution [2020-05-07T19:19:11.985Z] #18 ... [2020-05-07T19:19:11.985Z] [2020-05-07T19:19:11.985Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:11.985Z] #45 89.51 CC compel/src/lib/ptrace.o [2020-05-07T19:19:11.985Z] #45 90.31 AR compel/libcompel.a [2020-05-07T19:19:11.985Z] #45 90.50 HOSTCC compel/src/main-host.o [2020-05-07T19:19:11.985Z] #45 91.19 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-05-07T19:19:11.985Z] #45 91.62 HOSTCC compel/src/lib/handle-elf-host.o [2020-05-07T19:19:11.985Z] #45 92.46 HOSTCC compel/src/lib/log-host.o [2020-05-07T19:19:11.985Z] #45 92.95 HOSTLINK compel/compel-host-bin [2020-05-07T19:19:11.985Z] #45 93.25 DEP soccr/soccr.d [2020-05-07T19:19:11.985Z] #45 93.57 CC soccr/soccr.o [2020-05-07T19:19:12.411Z] --- PASS: TestHostnameDnsResolution (1.06s) [2020-05-07T19:19:12.411Z] === RUN TestStats [2020-05-07T19:19:12.411Z] --- SKIP: TestStats (0.00s) [2020-05-07T19:19:12.411Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:12.411Z] === RUN TestStopContainerWithTimeout [2020-05-07T19:19:12.411Z] === RUN TestStopContainerWithTimeout/0 [2020-05-07T19:19:12.411Z] === PAUSE TestStopContainerWithTimeout/0 [2020-05-07T19:19:12.411Z] === RUN TestStopContainerWithTimeout/1 [2020-05-07T19:19:12.411Z] === PAUSE TestStopContainerWithTimeout/1 [2020-05-07T19:19:12.411Z] === RUN TestStopContainerWithTimeout/3 [2020-05-07T19:19:12.411Z] === PAUSE TestStopContainerWithTimeout/3 [2020-05-07T19:19:12.411Z] === RUN TestStopContainerWithTimeout/-1 [2020-05-07T19:19:12.411Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-05-07T19:19:12.411Z] === CONT TestStopContainerWithTimeout/0 [2020-05-07T19:19:12.411Z] === CONT TestStopContainerWithTimeout/3 [2020-05-07T19:19:12.739Z] #45 ... [2020-05-07T19:19:12.739Z] [2020-05-07T19:19:12.739Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:12.739Z] #18 8.019 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7360 B] [2020-05-07T19:19:12.811Z] #17 1.479 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-05-07T19:19:12.811Z] #17 1.596 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-05-07T19:19:12.811Z] #17 1.610 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-05-07T19:19:12.811Z] #17 ... [2020-05-07T19:19:12.811Z] [2020-05-07T19:19:12.811Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:12.811Z] #47 82.92 mime/quotedprintable [2020-05-07T19:19:12.811Z] #47 83.17 net/http/internal [2020-05-07T19:19:12.811Z] #47 84.73 crypto/tls [2020-05-07T19:19:12.811Z] #47 89.03 net/http/httptrace [2020-05-07T19:19:12.811Z] #47 89.17 net/http [2020-05-07T19:19:13.092Z] #47 ... [2020-05-07T19:19:13.093Z] [2020-05-07T19:19:13.093Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:13.093Z] #17 1.855 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2020-05-07T19:19:13.342Z] === CONT TestStopContainerWithTimeout/-1 [2020-05-07T19:19:13.705Z] #17 2.662 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [175 kB] [2020-05-07T19:19:14.710Z] #17 3.822 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7380 B] [2020-05-07T19:19:15.235Z] === CONT TestStopContainerWithTimeout/1 [2020-05-07T19:19:16.146Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:19:16.146Z] Loaded image: busybox:latest [2020-05-07T19:19:16.146Z] Loaded image: busybox:glibc [2020-05-07T19:19:16.146Z] Loaded image: debian:jessie [2020-05-07T19:19:16.146Z] Loaded image: hello-world:latest [2020-05-07T19:19:16.146Z] INFO: Testing against a local daemon [2020-05-07T19:19:16.146Z] === RUN TestCgroupNamespacesBuild [2020-05-07T19:19:16.585Z] #18 ... [2020-05-07T19:19:16.585Z] [2020-05-07T19:19:16.585Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:16.585Z] #48 193.8 encoding/xml [2020-05-07T19:19:16.585Z] #48 201.3 math/big [2020-05-07T19:19:16.585Z] #48 ... [2020-05-07T19:19:16.585Z] [2020-05-07T19:19:16.585Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:16.585Z] #45 96.72 AR soccr/libsoccr.a [2020-05-07T19:19:16.585Z] #45 96.87 make[1]: 'soccr/libsoccr.a' is up to date. [2020-05-07T19:19:16.585Z] #45 97.46 DEP criu/arch/ppc64/sigframe.d [2020-05-07T19:19:16.585Z] #45 97.76 DEP criu/arch/ppc64/crtools.d [2020-05-07T19:19:16.585Z] #45 98.22 DEP criu/arch/ppc64/cpu.d [2020-05-07T19:19:16.585Z] #45 98.56 CC criu/arch/ppc64/cpu.o [2020-05-07T19:19:16.585Z] #45 99.59 CC criu/arch/ppc64/crtools.o [2020-05-07T19:19:17.127Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-05-07T19:19:17.127Z] --- PASS: TestStopContainerWithTimeout/0 (0.84s) [2020-05-07T19:19:17.127Z] --- PASS: TestStopContainerWithTimeout/3 (2.86s) [2020-05-07T19:19:17.127Z] --- PASS: TestStopContainerWithTimeout/-1 (2.54s) [2020-05-07T19:19:17.127Z] --- PASS: TestStopContainerWithTimeout/1 (1.60s) [2020-05-07T19:19:17.127Z] === RUN TestDeleteDevicemapper [2020-05-07T19:19:17.127Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-05-07T19:19:17.127Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:19:17.127Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-05-07T19:19:17.429Z] #17 ... [2020-05-07T19:19:17.429Z] [2020-05-07T19:19:17.429Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:17.429Z] #44 48.44 CC criu/arch/s390/vdso-pie.o [2020-05-07T19:19:17.429Z] #44 48.60 CC criu/arch/s390/restorer.o [2020-05-07T19:19:17.429Z] #44 48.95 CC criu/pie/restorer.o [2020-05-07T19:19:17.429Z] #44 50.64 LINK criu/pie/restorer.built-in.o [2020-05-07T19:19:17.429Z] #44 50.64 GEN criu/pie/restorer-blob.h [2020-05-07T19:19:17.429Z] #44 50.72 DEP criu/vdso.d [2020-05-07T19:19:17.429Z] #44 50.92 DEP criu/uts_ns.d [2020-05-07T19:19:17.430Z] #44 51.06 DEP criu/util.d [2020-05-07T19:19:17.430Z] #44 51.33 DEP criu/uffd.d [2020-05-07T19:19:17.430Z] #44 51.53 DEP criu/tun.d [2020-05-07T19:19:17.430Z] #44 51.61 DEP criu/tty.d [2020-05-07T19:19:17.430Z] #44 51.69 DEP criu/timerfd.d [2020-05-07T19:19:17.430Z] #44 51.76 DEP criu/sysfs_parse.d [2020-05-07T19:19:17.430Z] #44 51.84 DEP criu/sysctl.d [2020-05-07T19:19:17.430Z] #44 51.96 DEP criu/string.d [2020-05-07T19:19:17.430Z] #44 51.99 DEP criu/stats.d [2020-05-07T19:19:17.430Z] #44 52.10 DEP criu/sockets.d [2020-05-07T19:19:17.430Z] #44 52.28 DEP criu/sk-unix.d [2020-05-07T19:19:17.430Z] #44 52.42 DEP criu/sk-tcp.d [2020-05-07T19:19:17.430Z] #44 52.62 DEP criu/sk-queue.d [2020-05-07T19:19:17.430Z] #44 52.71 DEP criu/sk-packet.d [2020-05-07T19:19:17.430Z] #44 52.93 DEP criu/sk-netlink.d [2020-05-07T19:19:17.430Z] #44 53.08 DEP criu/sk-inet.d [2020-05-07T19:19:17.430Z] #44 53.15 DEP criu/signalfd.d [2020-05-07T19:19:17.430Z] #44 53.20 DEP criu/sigframe.d [2020-05-07T19:19:17.430Z] #44 53.27 DEP criu/shmem.d [2020-05-07T19:19:17.430Z] #44 53.37 DEP criu/servicefd.d [2020-05-07T19:19:17.430Z] #44 53.43 DEP criu/seize.d [2020-05-07T19:19:17.430Z] #44 53.63 DEP criu/seccomp.d [2020-05-07T19:19:17.430Z] #44 53.80 DEP criu/rst-malloc.d [2020-05-07T19:19:17.430Z] #44 53.84 DEP criu/rbtree.d [2020-05-07T19:19:17.430Z] #44 53.87 DEP criu/pstree.d [2020-05-07T19:19:17.430Z] #44 54.03 DEP criu/protobuf.d [2020-05-07T19:19:17.430Z] #44 54.15 GEN criu/protobuf-desc-gen.h [2020-05-07T19:19:17.430Z] #44 55.05 DEP criu/protobuf-desc.d [2020-05-07T19:19:17.430Z] #44 55.13 DEP criu/proc_parse.d [2020-05-07T19:19:17.430Z] #44 55.25 DEP criu/plugin.d [2020-05-07T19:19:17.430Z] #44 55.33 DEP criu/pipes.d [2020-05-07T19:19:17.430Z] #44 55.43 DEP criu/pie-util.d [2020-05-07T19:19:17.430Z] #44 55.52 DEP criu/pie-util-vdso.d [2020-05-07T19:19:17.430Z] #44 55.63 DEP criu/path.d [2020-05-07T19:19:17.430Z] #44 55.70 DEP criu/parasite-syscall.d [2020-05-07T19:19:17.430Z] #44 55.97 DEP criu/pagemap.d [2020-05-07T19:19:17.430Z] #44 56.07 DEP criu/pagemap-cache.d [2020-05-07T19:19:17.430Z] #44 56.13 DEP criu/page-xfer.d [2020-05-07T19:19:17.430Z] #44 56.26 DEP criu/page-pipe.d [2020-05-07T19:19:17.430Z] #44 56.41 DEP criu/netfilter.d [2020-05-07T19:19:17.430Z] #44 56.49 DEP criu/net.d [2020-05-07T19:19:17.430Z] #44 56.59 DEP criu/namespaces.d [2020-05-07T19:19:17.430Z] #44 56.67 DEP criu/mount.d [2020-05-07T19:19:17.430Z] #44 56.76 DEP criu/mem.d [2020-05-07T19:19:17.430Z] #44 56.96 DEP criu/lsm.d [2020-05-07T19:19:17.430Z] #44 57.11 DEP criu/log.d [2020-05-07T19:19:17.430Z] #44 57.24 DEP criu/libnetlink.d [2020-05-07T19:19:17.430Z] #44 57.32 DEP criu/kerndat.d [2020-05-07T19:19:17.430Z] #44 57.53 DEP criu/kcmp-ids.d [2020-05-07T19:19:17.430Z] #44 57.62 DEP criu/irmap.d [2020-05-07T19:19:17.430Z] #44 57.69 DEP criu/ipc_ns.d [2020-05-07T19:19:17.430Z] #44 57.80 DEP criu/image.d [2020-05-07T19:19:17.430Z] #44 58.00 DEP criu/image-desc.d [2020-05-07T19:19:17.430Z] #44 58.11 DEP criu/fsnotify.d [2020-05-07T19:19:17.430Z] #44 58.30 DEP criu/filesystems.d [2020-05-07T19:19:17.430Z] #44 58.49 DEP criu/files.d [2020-05-07T19:19:17.430Z] #44 58.74 DEP criu/files-reg.d [2020-05-07T19:19:17.430Z] #44 58.85 DEP criu/files-ext.d [2020-05-07T19:19:17.712Z] #44 58.97 DEP criu/file-lock.d [2020-05-07T19:19:17.994Z] #44 59.13 DEP criu/file-ids.d [2020-05-07T19:19:17.994Z] #44 ... [2020-05-07T19:19:17.994Z] [2020-05-07T19:19:17.994Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:17.994Z] #47 97.82 github.com/LK4D4/vndr/godl [2020-05-07T19:19:18.049Z] --- PASS: TestCgroupNamespacesBuild (2.77s) [2020-05-07T19:19:18.049Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-05-07T19:19:18.341Z] #45 101.7 CC criu/arch/ppc64/sigframe.o [2020-05-07T19:19:18.495Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.59s) [2020-05-07T19:19:18.495Z] === RUN TestUpdateMemory [2020-05-07T19:19:18.495Z] --- SKIP: TestUpdateMemory (0.00s) [2020-05-07T19:19:18.495Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:18.495Z] === RUN TestUpdateCPUQuota [2020-05-07T19:19:18.495Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-05-07T19:19:18.495Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:18.495Z] === RUN TestUpdatePidsLimit [2020-05-07T19:19:18.495Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-05-07T19:19:18.495Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:18.495Z] === RUN TestUpdateRestartPolicy [2020-05-07T19:19:18.607Z] #47 98.53 github.com/LK4D4/vndr [2020-05-07T19:19:18.607Z] #47 ... [2020-05-07T19:19:18.607Z] [2020-05-07T19:19:18.607Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:18.607Z] #60 7.625 + cd /tmp/tmp.A26rCZZn7x/src/github.com/opencontainers/runc [2020-05-07T19:19:18.607Z] #60 7.625 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:19:18.607Z] #60 8.012 + '[' -z '' ']' [2020-05-07T19:19:18.607Z] #60 8.012 + target=static [2020-05-07T19:19:18.607Z] #60 8.012 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-05-07T19:19:18.607Z] #60 9.054 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-05-07T19:19:18.677Z] #45 ... [2020-05-07T19:19:18.677Z] [2020-05-07T19:19:18.677Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:19:18.677Z] #57 195.6 golang.org/x/crypto/ssh/terminal [2020-05-07T19:19:18.677Z] #57 200.5 mvdan.cc/sh/v3/cmd/shfmt [2020-05-07T19:19:18.677Z] #57 ... [2020-05-07T19:19:18.677Z] [2020-05-07T19:19:18.677Z] #61 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:18.677Z] #61 16.50 + cd /tmp/tmp.AaLSYW9JTc/src/github.com/opencontainers/runc [2020-05-07T19:19:18.677Z] #61 16.50 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-05-07T19:19:18.889Z] #60 ... [2020-05-07T19:19:18.889Z] [2020-05-07T19:19:18.889Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:18.889Z] #44 59.27 DEP criu/fifo.d [2020-05-07T19:19:18.889Z] #44 59.43 DEP criu/fdstore.d [2020-05-07T19:19:18.889Z] #44 59.53 DEP criu/fault-injection.d [2020-05-07T19:19:18.889Z] #44 59.58 DEP criu/external.d [2020-05-07T19:19:18.889Z] #44 59.70 DEP criu/eventpoll.d [2020-05-07T19:19:18.889Z] #44 59.81 DEP criu/eventfd.d [2020-05-07T19:19:18.889Z] #44 59.96 DEP criu/crtools.d [2020-05-07T19:19:18.889Z] #44 60.14 DEP criu/cr-service.d [2020-05-07T19:19:18.889Z] #44 60.24 DEP criu/cr-restore.d [2020-05-07T19:19:18.889Z] #44 60.37 DEP criu/cr-errno.d [2020-05-07T19:19:19.170Z] #44 60.38 DEP criu/cr-dump.d [2020-05-07T19:19:19.170Z] #44 60.60 DEP criu/cr-dedup.d [2020-05-07T19:19:19.452Z] #44 60.68 DEP criu/cr-check.d [2020-05-07T19:19:19.452Z] #44 60.84 DEP criu/config.d [2020-05-07T19:19:19.734Z] #44 60.98 DEP criu/clone-noasan.d [2020-05-07T19:19:19.734Z] #44 61.04 DEP criu/cgroup.d [2020-05-07T19:19:19.734Z] #44 61.17 DEP criu/cgroup-props.d [2020-05-07T19:19:19.734Z] #44 61.23 DEP criu/bitmap.d [2020-05-07T19:19:19.872Z] #61 17.94 + '[' -z '' ']' [2020-05-07T19:19:19.872Z] #61 17.94 + target=static [2020-05-07T19:19:19.952Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.90s) [2020-05-07T19:19:19.952Z] === RUN TestBuildWithSession [2020-05-07T19:19:19.952Z] --- SKIP: TestBuildWithSession (0.00s) [2020-05-07T19:19:19.952Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:19:19.952Z] === RUN TestBuildSquashParent [2020-05-07T19:19:20.016Z] #44 61.24 DEP criu/bfd.d [2020-05-07T19:19:20.016Z] #44 61.37 DEP criu/autofs.d [2020-05-07T19:19:20.212Z] #61 17.94 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-05-07T19:19:20.298Z] #44 61.54 DEP criu/aio.d [2020-05-07T19:19:20.580Z] #44 61.72 DEP criu/action-scripts.d [2020-05-07T19:19:20.862Z] #44 62.04 CC criu/action-scripts.o [2020-05-07T19:19:21.144Z] #44 62.48 CC criu/aio.o [2020-05-07T19:19:21.761Z] #44 62.89 CC criu/autofs.o [2020-05-07T19:19:22.766Z] #44 63.85 CC criu/bfd.o [2020-05-07T19:19:23.049Z] #44 64.28 CC criu/bitmap.o [2020-05-07T19:19:23.049Z] #44 64.35 CC criu/cgroup-props.o [2020-05-07T19:19:23.269Z] #61 21.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 runc . [2020-05-07T19:19:23.330Z] #44 64.77 CC criu/cgroup.o [2020-05-07T19:19:24.491Z] #61 ... [2020-05-07T19:19:24.491Z] [2020-05-07T19:19:24.491Z] #57 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-05-07T19:19:24.491Z] #57 DONE 211.3s [2020-05-07T19:19:24.491Z] [2020-05-07T19:19:24.491Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:24.491Z] #18 19.50 Fetched 8128 kB in 19s (434 kB/s) [2020-05-07T19:19:25.552Z] #44 ... [2020-05-07T19:19:25.552Z] [2020-05-07T19:19:25.552Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:25.552Z] #47 DONE 105.0s [2020-05-07T19:19:25.552Z] [2020-05-07T19:19:25.552Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:25.552Z] #17 7.082 Fetched 8043 kB in 6s (1421 kB/s) [2020-05-07T19:19:25.552Z] #17 7.082 Reading package lists... [2020-05-07T19:19:25.552Z] #17 8.890 Reading package lists... [2020-05-07T19:19:25.552Z] #17 10.64 Building dependency tree... [2020-05-07T19:19:25.552Z] #17 11.24 libcap2-bin is already the newest version (1:2.25-2). [2020-05-07T19:19:25.552Z] #17 11.24 The following additional packages will be installed: [2020-05-07T19:19:25.552Z] #17 11.24 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-05-07T19:19:25.552Z] #17 11.24 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-05-07T19:19:25.552Z] #17 11.24 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-05-07T19:19:25.552Z] #17 11.24 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-05-07T19:19:25.552Z] #17 11.24 python3.7 python3.7-minimal vim-runtime xxd [2020-05-07T19:19:25.552Z] #17 11.24 Suggested packages: [2020-05-07T19:19:25.552Z] #17 11.24 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-05-07T19:19:25.552Z] #17 11.24 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-05-07T19:19:25.552Z] #17 11.24 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-05-07T19:19:25.552Z] #17 11.24 Recommended packages: [2020-05-07T19:19:25.552Z] #17 11.24 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-05-07T19:19:25.552Z] #17 11.24 python3-keyrings.alt python3-xdg unzip [2020-05-07T19:19:25.552Z] #17 12.51 The following NEW packages will be installed: [2020-05-07T19:19:25.552Z] #17 12.51 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-05-07T19:19:25.552Z] #17 12.51 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-05-07T19:19:25.552Z] #17 12.51 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-05-07T19:19:25.552Z] #17 12.51 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-05-07T19:19:25.552Z] #17 12.51 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-05-07T19:19:25.552Z] #17 12.51 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-05-07T19:19:25.552Z] #17 12.51 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-05-07T19:19:25.552Z] #17 12.51 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-05-07T19:19:25.552Z] #17 12.51 xz-utils zip [2020-05-07T19:19:25.552Z] #17 12.63 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:19:25.552Z] #17 12.63 Need to get 27.7 MB of archives. [2020-05-07T19:19:25.552Z] #17 12.63 After this operation, 117 MB of additional disk space will be used. [2020-05-07T19:19:25.552Z] #17 12.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-05-07T19:19:25.552Z] #17 12.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-05-07T19:19:25.552Z] #17 12.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-05-07T19:19:25.552Z] #17 12.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-05-07T19:19:25.553Z] #17 12.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-05-07T19:19:25.553Z] #17 12.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-05-07T19:19:25.553Z] #17 12.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-05-07T19:19:25.553Z] #17 12.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-05-07T19:19:25.553Z] #17 12.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-05-07T19:19:25.553Z] #17 12.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-05-07T19:19:25.553Z] #17 12.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-05-07T19:19:25.553Z] #17 12.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-05-07T19:19:25.553Z] #17 12.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-05-07T19:19:25.553Z] #17 12.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-05-07T19:19:25.553Z] #17 12.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-05-07T19:19:25.553Z] #17 12.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-05-07T19:19:25.553Z] #17 12.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-05-07T19:19:25.553Z] #17 12.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-05-07T19:19:25.553Z] #17 12.88 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-05-07T19:19:25.553Z] #17 12.89 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-05-07T19:19:25.553Z] #17 12.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-05-07T19:19:25.553Z] #17 12.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-05-07T19:19:25.553Z] #17 12.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-05-07T19:19:25.553Z] #17 12.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-05-07T19:19:25.553Z] #17 12.94 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-05-07T19:19:25.553Z] #17 12.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-05-07T19:19:25.553Z] #17 12.95 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-05-07T19:19:25.553Z] #17 12.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-05-07T19:19:25.553Z] #17 12.96 Get:29 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-05-07T19:19:25.553Z] #17 13.26 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-05-07T19:19:25.553Z] #17 13.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-05-07T19:19:25.553Z] #17 13.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-05-07T19:19:25.553Z] #17 13.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-05-07T19:19:25.553Z] #17 13.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-05-07T19:19:25.553Z] #17 13.29 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-05-07T19:19:25.553Z] #17 13.34 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-05-07T19:19:25.553Z] #17 13.35 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-05-07T19:19:25.553Z] #17 13.35 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-05-07T19:19:25.553Z] #17 13.36 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-05-07T19:19:25.553Z] #17 13.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-05-07T19:19:25.553Z] #17 13.38 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-05-07T19:19:25.553Z] #17 13.38 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-05-07T19:19:25.553Z] #17 13.41 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-05-07T19:19:25.553Z] #17 13.43 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-05-07T19:19:25.553Z] #17 13.45 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-05-07T19:19:25.553Z] #17 13.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-05-07T19:19:25.553Z] #17 13.75 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-05-07T19:19:25.553Z] #17 13.79 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-05-07T19:19:25.851Z] #17 14.71 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:19:25.851Z] #17 14.84 Fetched 27.7 MB in 1s (22.0 MB/s) [2020-05-07T19:19:25.851Z] #17 ... [2020-05-07T19:19:25.851Z] [2020-05-07T19:19:25.851Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:25.851Z] #44 67.19 CC criu/clone-noasan.o [2020-05-07T19:19:25.851Z] #44 67.33 CC criu/config.o [2020-05-07T19:19:26.515Z] --- PASS: TestBuildSquashParent (5.78s) [2020-05-07T19:19:26.515Z] === RUN TestBuildWithRemoveAndForceRemove [2020-05-07T19:19:26.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:26.516Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:26.516Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:26.516Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:26.516Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:26.516Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:26.516Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:26.516Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:26.516Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:26.516Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:26.516Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:26.860Z] #44 68.25 CC criu/cr-check.o [2020-05-07T19:19:27.864Z] #44 69.16 CC criu/cr-dedup.o [2020-05-07T19:19:28.420Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:28.478Z] #44 69.54 CC criu/cr-dump.o [2020-05-07T19:19:28.679Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:29.369Z] #18 19.50 Reading package lists... [2020-05-07T19:19:29.369Z] #18 ... [2020-05-07T19:19:29.369Z] [2020-05-07T19:19:29.369Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:29.369Z] #45 102.3 LINK criu/arch/ppc64/crtools.built-in.o [2020-05-07T19:19:29.369Z] #45 102.5 DEP criu/pie/util-vdso.d [2020-05-07T19:19:29.369Z] #45 102.8 DEP criu/pie/util.d [2020-05-07T19:19:29.369Z] #45 103.2 CC criu/pie/util.o [2020-05-07T19:19:29.369Z] #45 103.7 CC criu/pie/util-vdso.o [2020-05-07T19:19:29.369Z] #45 105.3 AR criu/pie/pie.lib.a [2020-05-07T19:19:29.369Z] #45 105.5 DEP criu/pie/restorer.d [2020-05-07T19:19:29.369Z] #45 105.9 DEP criu/arch/ppc64/vdso-trampoline.d [2020-05-07T19:19:29.369Z] #45 106.0 DEP criu/arch/ppc64/restorer.d [2020-05-07T19:19:29.369Z] #45 106.4 DEP criu/arch/ppc64/vdso-pie.d [2020-05-07T19:19:29.369Z] #45 106.7 DEP criu/pie/parasite-vdso.d [2020-05-07T19:19:29.369Z] #45 107.1 DEP criu/pie/parasite.d [2020-05-07T19:19:29.369Z] #45 107.6 CC criu/pie/parasite.o [2020-05-07T19:19:29.369Z] #45 111.6 LINK criu/pie/parasite.built-in.o [2020-05-07T19:19:29.369Z] #45 111.6 GEN criu/pie/parasite-blob.h [2020-05-07T19:19:29.369Z] #45 111.7 CC criu/pie/parasite-vdso.o [2020-05-07T19:19:29.369Z] #45 ... [2020-05-07T19:19:29.369Z] [2020-05-07T19:19:29.369Z] #69 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:19:29.369Z] #69 215.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-05-07T19:19:29.369Z] #69 215.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-05-07T19:19:29.946Z] #44 70.93 CC criu/cr-errno.o [2020-05-07T19:19:29.946Z] #44 70.97 CC criu/cr-restore.o [2020-05-07T19:19:29.946Z] #44 ... [2020-05-07T19:19:29.946Z] [2020-05-07T19:19:29.946Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:19:29.946Z] #30 DONE 110.0s [2020-05-07T19:19:29.946Z] [2020-05-07T19:19:29.946Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:29.946Z] #17 14.87 Selecting previously unselected package pigz. [2020-05-07T19:19:29.946Z] #17 14.87 (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 ... 23198 files and directories currently installed.) [2020-05-07T19:19:29.946Z] #17 15.01 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 15.03 Unpacking pigz (2.4-1) ... [2020-05-07T19:19:29.946Z] #17 15.16 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-05-07T19:19:29.946Z] #17 15.18 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 15.20 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 15.53 Selecting previously unselected package python3.7-minimal. [2020-05-07T19:19:29.946Z] #17 15.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 15.54 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 16.08 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 16.09 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 17.65 Selecting previously unselected package python3-minimal. [2020-05-07T19:19:29.946Z] #17 17.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 ... 23447 files and directories currently installed.) [2020-05-07T19:19:29.946Z] #17 17.69 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 17.71 Unpacking python3-minimal (3.7.3-1) ... [2020-05-07T19:19:29.946Z] #17 17.78 Selecting previously unselected package libmpdec2:s390x. [2020-05-07T19:19:29.946Z] #17 17.78 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 17.78 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-05-07T19:19:29.946Z] #17 17.85 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-05-07T19:19:29.946Z] #17 17.85 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 17.85 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 18.55 Selecting previously unselected package python3.7. [2020-05-07T19:19:29.946Z] #17 18.55 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 18.56 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-05-07T19:19:29.946Z] #17 18.64 Selecting previously unselected package libpython3-stdlib:s390x. [2020-05-07T19:19:29.946Z] #17 18.64 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-05-07T19:19:29.946Z] #17 18.65 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-05-07T19:19:29.946Z] #17 18.73 Setting up python3-minimal (3.7.3-1) ... [2020-05-07T19:19:30.563Z] #17 19.34 Selecting previously unselected package python3. [2020-05-07T19:19:30.563Z] #17 19.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 ... 23859 files and directories currently installed.) [2020-05-07T19:19:30.563Z] #17 19.39 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-05-07T19:19:30.563Z] #17 19.43 Unpacking python3 (3.7.3-1) ... [2020-05-07T19:19:30.563Z] #17 19.56 Selecting previously unselected package libip4tc0:s390x. [2020-05-07T19:19:30.563Z] #17 19.56 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-05-07T19:19:30.563Z] #17 19.57 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-05-07T19:19:30.563Z] #17 19.66 Selecting previously unselected package libip6tc0:s390x. [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.68s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.95s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.00s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.05s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.02s) [2020-05-07T19:19:30.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.97s) [2020-05-07T19:19:30.586Z] === RUN TestBuildMultiStageCopy [2020-05-07T19:19:30.586Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-05-07T19:19:30.673Z] --- PASS: TestUpdateRestartPolicy (11.57s) [2020-05-07T19:19:30.673Z] === RUN TestUpdateRestartWithAutoRemove [2020-05-07T19:19:30.673Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2020-05-07T19:19:30.673Z] === RUN TestWaitNonBlocked [2020-05-07T19:19:30.673Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:19:30.673Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:19:30.673Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:19:30.673Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:19:30.673Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:19:30.673Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:19:30.845Z] #17 19.66 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-05-07T19:19:30.845Z] #17 19.67 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-05-07T19:19:30.845Z] #17 19.72 Selecting previously unselected package libiptc0:s390x. [2020-05-07T19:19:30.845Z] #17 19.72 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-05-07T19:19:30.845Z] #17 19.72 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-05-07T19:19:30.845Z] #17 19.76 Selecting previously unselected package libnfnetlink0:s390x. [2020-05-07T19:19:30.845Z] #17 19.76 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-05-07T19:19:30.845Z] #17 19.76 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-05-07T19:19:30.845Z] #17 19.81 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-05-07T19:19:30.845Z] #17 19.81 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-05-07T19:19:30.845Z] #17 19.82 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-05-07T19:19:30.845Z] #17 19.84 Selecting previously unselected package libnftnl11:s390x. [2020-05-07T19:19:30.845Z] #17 19.84 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-05-07T19:19:30.845Z] #17 19.85 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-05-07T19:19:30.845Z] #17 19.91 Selecting previously unselected package iptables. [2020-05-07T19:19:31.126Z] #17 19.91 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-05-07T19:19:31.126Z] #17 19.91 Unpacking iptables (1.8.2-4) ... [2020-05-07T19:19:31.126Z] #17 20.12 Selecting previously unselected package xxd. [2020-05-07T19:19:31.126Z] #17 20.13 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-05-07T19:19:31.126Z] #17 20.13 Unpacking xxd (2:8.1.0875-5) ... [2020-05-07T19:19:31.126Z] #17 20.20 Selecting previously unselected package vim-common. [2020-05-07T19:19:31.236Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-05-07T19:19:31.236Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2020-05-07T19:19:31.236Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s) [2020-05-07T19:19:31.236Z] === RUN TestWaitBlocked [2020-05-07T19:19:31.236Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:19:31.236Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:19:31.236Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:19:31.236Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:19:31.236Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:19:31.236Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:19:31.407Z] #17 20.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:19:31.407Z] #17 20.21 Unpacking vim-common (2:8.1.0875-5) ... [2020-05-07T19:19:31.407Z] #17 20.31 Selecting previously unselected package bash-completion. [2020-05-07T19:19:31.407Z] #17 20.31 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-05-07T19:19:31.697Z] #69 ... [2020-05-07T19:19:31.697Z] [2020-05-07T19:19:31.697Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:31.697Z] #48 208.7 go/doc [2020-05-07T19:19:31.697Z] #48 ... [2020-05-07T19:19:31.697Z] [2020-05-07T19:19:31.697Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:31.697Z] #45 113.1 CC criu/arch/ppc64/vdso-pie.o [2020-05-07T19:19:31.697Z] #45 113.8 CC criu/arch/ppc64/restorer.o [2020-05-07T19:19:31.697Z] #45 114.5 CC criu/arch/ppc64/vdso-trampoline.o [2020-05-07T19:19:31.697Z] #45 114.6 CC criu/pie/restorer.o [2020-05-07T19:19:32.167Z] --- PASS: TestWaitBlocked (0.01s) [2020-05-07T19:19:32.167Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2020-05-07T19:19:32.167Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s) [2020-05-07T19:19:32.167Z] === CONT TestDaemonRestartIpcMode [2020-05-07T19:19:32.167Z] === CONT TestIpcModeOlderClient [2020-05-07T19:19:32.167Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-05-07T19:19:32.413Z] #17 ... [2020-05-07T19:19:32.413Z] [2020-05-07T19:19:32.413Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:32.413Z] #44 73.71 CC criu/cr-service.o [2020-05-07T19:19:33.118Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-05-07T19:19:33.376Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-05-07T19:19:33.419Z] #44 74.55 CC criu/crtools.o [2020-05-07T19:19:33.419Z] #44 74.79 CC criu/eventfd.o [2020-05-07T19:19:33.700Z] #44 75.00 CC criu/eventpoll.o [2020-05-07T19:19:33.943Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-05-07T19:19:34.260Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:19:34.260Z] Loaded image: busybox:latest [2020-05-07T19:19:34.260Z] Loaded image: busybox:glibc [2020-05-07T19:19:34.260Z] Loaded image: debian:jessie [2020-05-07T19:19:34.260Z] Loaded image: hello-world:latest [2020-05-07T19:19:34.260Z] INFO: Testing against a local daemon [2020-05-07T19:19:34.260Z] === RUN TestCgroupNamespacesBuild [2020-05-07T19:19:34.314Z] #44 75.41 CC criu/external.o [2020-05-07T19:19:34.314Z] #44 75.61 CC criu/fault-injection.o [2020-05-07T19:19:34.314Z] #44 75.67 CC criu/fdstore.o [2020-05-07T19:19:34.511Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-05-07T19:19:34.596Z] #44 75.90 CC criu/fifo.o [2020-05-07T19:19:34.878Z] #44 76.25 CC criu/file-ids.o [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy (4.34s) [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.25s) [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-05-07T19:19:35.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-05-07T19:19:35.078Z] === RUN TestBuildMultiStageParentConfig [2020-05-07T19:19:35.160Z] #44 76.51 CC criu/file-lock.o [2020-05-07T19:19:35.773Z] #44 77.18 CC criu/files-ext.o [2020-05-07T19:19:36.055Z] #44 77.52 CC criu/files-reg.o [2020-05-07T19:19:36.165Z] --- PASS: TestCgroupNamespacesBuild (4.08s) [2020-05-07T19:19:36.165Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-05-07T19:19:36.454Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2020-05-07T19:19:36.454Z] === RUN TestBuildLabelWithTargets [2020-05-07T19:19:37.419Z] --- PASS: TestDaemonRestartIpcMode (4.78s) [2020-05-07T19:19:37.419Z] PASS [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === Skipped [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-05-07T19:19:37.419Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-05-07T19:19:37.419Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-05-07T19:19:37.419Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-05-07T19:19:37.419Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-05-07T19:19:37.419Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-05-07T19:19:37.419Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-05-07T19:19:37.419Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-05-07T19:19:37.419Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-05-07T19:19:37.419Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-05-07T19:19:37.419Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-05-07T19:19:37.419Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-05-07T19:19:37.419Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-05-07T19:19:37.419Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-05-07T19:19:37.419Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:19:37.419Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-05-07T19:19:37.419Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:19:37.419Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-05-07T19:19:37.419Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-05-07T19:19:37.419Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-05-07T19:19:37.419Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-05-07T19:19:37.419Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-05-07T19:19:37.419Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-05-07T19:19:37.419Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-05-07T19:19:37.419Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] [2020-05-07T19:19:37.419Z] DONE 181 tests, 24 skipped in 93.637s [2020-05-07T19:19:37.419Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-05-07T19:19:37.419Z] INFO: Testing against a local daemon [2020-05-07T19:19:37.419Z] === RUN TestCommitInheritsEnv [2020-05-07T19:19:37.523Z] #44 78.85 CC criu/files.o [2020-05-07T19:19:37.754Z] #45 120.5 LINK criu/pie/restorer.built-in.o [2020-05-07T19:19:37.754Z] #45 120.5 GEN criu/pie/restorer-blob.h [2020-05-07T19:19:37.754Z] #45 120.7 DEP criu/vdso.d [2020-05-07T19:19:37.754Z] #45 121.1 DEP criu/uts_ns.d [2020-05-07T19:19:37.754Z] #45 121.5 DEP criu/util.d [2020-05-07T19:19:38.138Z] #44 ... [2020-05-07T19:19:38.138Z] [2020-05-07T19:19:38.138Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:38.138Z] #17 21.86 Unpacking bash-completion (1:2.8-6) ... [2020-05-07T19:19:38.138Z] #17 22.13 Selecting previously unselected package bzip2. [2020-05-07T19:19:38.138Z] #17 22.14 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.14 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-05-07T19:19:38.138Z] #17 22.21 Selecting previously unselected package xz-utils. [2020-05-07T19:19:38.138Z] #17 22.21 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.21 Unpacking xz-utils (5.2.4-1) ... [2020-05-07T19:19:38.138Z] #17 22.32 Selecting previously unselected package apparmor. [2020-05-07T19:19:38.138Z] #17 22.32 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.36 Unpacking apparmor (2.13.2-10) ... [2020-05-07T19:19:38.138Z] #17 22.62 Selecting previously unselected package aufs-tools. [2020-05-07T19:19:38.138Z] #17 22.62 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.63 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-05-07T19:19:38.138Z] #17 22.71 Selecting previously unselected package libonig5:s390x. [2020-05-07T19:19:38.138Z] #17 22.71 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.71 Unpacking libonig5:s390x (6.9.1-1) ... [2020-05-07T19:19:38.138Z] #17 22.78 Selecting previously unselected package libjq1:s390x. [2020-05-07T19:19:38.138Z] #17 22.78 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.78 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-05-07T19:19:38.138Z] #17 22.84 Selecting previously unselected package jq. [2020-05-07T19:19:38.138Z] #17 22.84 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.85 Unpacking jq (1.5+dfsg-2+b1) ... [2020-05-07T19:19:38.138Z] #17 22.90 Selecting previously unselected package libaio1:s390x. [2020-05-07T19:19:38.138Z] #17 22.91 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.91 Unpacking libaio1:s390x (0.3.112-3) ... [2020-05-07T19:19:38.138Z] #17 22.94 Selecting previously unselected package libgpm2:s390x. [2020-05-07T19:19:38.138Z] #17 22.94 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 22.95 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-05-07T19:19:38.138Z] #17 23.00 Selecting previously unselected package libicu63:s390x. [2020-05-07T19:19:38.138Z] #17 23.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 23.01 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-05-07T19:19:38.138Z] #17 24.97 Selecting previously unselected package libnet1:s390x. [2020-05-07T19:19:38.138Z] #17 24.97 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 24.98 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-05-07T19:19:38.138Z] #17 25.03 Selecting previously unselected package libnl-3-200:s390x. [2020-05-07T19:19:38.138Z] #17 25.03 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 25.04 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-05-07T19:19:38.138Z] #17 25.09 Selecting previously unselected package libprotobuf-c1:s390x. [2020-05-07T19:19:38.138Z] #17 25.09 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 25.09 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-05-07T19:19:38.138Z] #17 25.14 Selecting previously unselected package libreadline5:s390x. [2020-05-07T19:19:38.138Z] #17 25.15 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 25.15 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-05-07T19:19:38.138Z] #17 25.22 Selecting previously unselected package net-tools. [2020-05-07T19:19:38.138Z] #17 25.22 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 25.22 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-05-07T19:19:38.138Z] #17 25.34 Selecting previously unselected package python-pip-whl. [2020-05-07T19:19:38.138Z] #17 25.35 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-05-07T19:19:38.138Z] #17 25.35 Unpacking python-pip-whl (18.1-5) ... [2020-05-07T19:19:38.138Z] #17 25.68 Selecting previously unselected package python3-lib2to3. [2020-05-07T19:19:38.138Z] #17 25.69 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-05-07T19:19:38.138Z] #17 25.69 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-05-07T19:19:38.138Z] #17 25.80 Selecting previously unselected package python3-distutils. [2020-05-07T19:19:38.138Z] #17 25.80 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-05-07T19:19:38.138Z] #17 25.80 Unpacking python3-distutils (3.7.3-1) ... [2020-05-07T19:19:38.138Z] #17 25.94 Selecting previously unselected package python3-pip. [2020-05-07T19:19:38.138Z] #17 25.95 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-05-07T19:19:38.138Z] #17 25.95 Unpacking python3-pip (18.1-5) ... [2020-05-07T19:19:38.138Z] #17 26.10 Selecting previously unselected package python3-pkg-resources. [2020-05-07T19:19:38.138Z] #17 26.10 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-05-07T19:19:38.138Z] #17 26.11 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-05-07T19:19:38.138Z] #17 26.19 Selecting previously unselected package python3-setuptools. [2020-05-07T19:19:38.138Z] #17 26.19 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-05-07T19:19:38.138Z] #17 26.19 Unpacking python3-setuptools (40.8.0-1) ... [2020-05-07T19:19:38.138Z] #17 26.34 Selecting previously unselected package python3-wheel. [2020-05-07T19:19:38.138Z] #17 26.34 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-05-07T19:19:38.138Z] #17 26.34 Unpacking python3-wheel (0.32.3-2) ... [2020-05-07T19:19:38.138Z] #17 26.40 Selecting previously unselected package sudo. [2020-05-07T19:19:38.138Z] #17 26.40 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 26.40 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-05-07T19:19:38.138Z] #17 26.72 Selecting previously unselected package thin-provisioning-tools. [2020-05-07T19:19:38.138Z] #17 26.72 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-05-07T19:19:38.138Z] #17 26.72 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-05-07T19:19:38.138Z] #17 26.89 Selecting previously unselected package uidmap. [2020-05-07T19:19:38.139Z] #17 26.90 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-05-07T19:19:38.139Z] #17 26.90 Unpacking uidmap (1:4.5-1.1) ... [2020-05-07T19:19:38.139Z] #17 26.98 Selecting previously unselected package vim-runtime. [2020-05-07T19:19:38.139Z] #17 26.98 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:19:38.139Z] #17 27.01 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-05-07T19:19:38.139Z] #17 27.03 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-05-07T19:19:38.139Z] #17 27.03 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-05-07T19:19:38.363Z] --- PASS: TestBuildLabelWithTargets (2.10s) [2020-05-07T19:19:38.363Z] === RUN TestBuildWithEmptyLayers [2020-05-07T19:19:38.496Z] #45 121.9 DEP criu/uffd.d [2020-05-07T19:19:38.687Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.34s) [2020-05-07T19:19:38.687Z] === RUN TestBuildWithSession [2020-05-07T19:19:38.687Z] --- SKIP: TestBuildWithSession (0.00s) [2020-05-07T19:19:38.687Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:19:38.687Z] === RUN TestBuildSquashParent [2020-05-07T19:19:38.753Z] #17 ... [2020-05-07T19:19:38.754Z] [2020-05-07T19:19:38.754Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:38.754Z] #44 80.22 CC criu/filesystems.o [2020-05-07T19:19:38.846Z] #45 122.5 DEP criu/tun.d [2020-05-07T19:19:39.183Z] #45 122.8 DEP criu/tty.d [2020-05-07T19:19:39.311Z] --- PASS: TestCommitInheritsEnv (2.05s) [2020-05-07T19:19:39.311Z] === RUN TestImportExtremelyLargeImageWorks [2020-05-07T19:19:39.311Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-05-07T19:19:39.311Z] === RUN TestImagesFilterMultiReference [2020-05-07T19:19:39.311Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-05-07T19:19:39.311Z] === RUN TestImagePullPlatformInvalid [2020-05-07T19:19:39.311Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-05-07T19:19:39.311Z] === RUN TestRemoveImageOrphaning [2020-05-07T19:19:39.370Z] #44 80.74 CC criu/fsnotify.o [2020-05-07T19:19:39.531Z] #45 123.2 DEP criu/timerfd.d [2020-05-07T19:19:39.749Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2020-05-07T19:19:39.749Z] === RUN TestBuildMultiStageOnBuild [2020-05-07T19:19:39.983Z] #44 81.42 CC criu/image-desc.o [2020-05-07T19:19:40.260Z] #45 123.7 DEP criu/sysfs_parse.d [2020-05-07T19:19:40.265Z] #44 81.51 CC criu/image.o [2020-05-07T19:19:40.547Z] #44 81.97 CC criu/ipc_ns.o [2020-05-07T19:19:40.602Z] #45 124.0 DEP criu/sysctl.d [2020-05-07T19:19:40.945Z] #45 124.3 DEP criu/string.d [2020-05-07T19:19:40.945Z] #45 124.4 DEP criu/stats.d [2020-05-07T19:19:41.204Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-05-07T19:19:41.204Z] === RUN TestRemoveImageGarbageCollector [2020-05-07T19:19:41.204Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:19:41.204Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-05-07T19:19:41.204Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-05-07T19:19:41.204Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-05-07T19:19:41.204Z] === RUN TestTagInvalidReference [2020-05-07T19:19:41.204Z] --- PASS: TestTagInvalidReference (0.02s) [2020-05-07T19:19:41.204Z] === RUN TestTagValidPrefixedRepo [2020-05-07T19:19:41.204Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-05-07T19:19:41.204Z] === RUN TestTagExistedNameWithoutForce [2020-05-07T19:19:41.204Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-05-07T19:19:41.204Z] === RUN TestTagOfficialNames [2020-05-07T19:19:41.204Z] --- PASS: TestTagOfficialNames (0.04s) [2020-05-07T19:19:41.204Z] === RUN TestTagMatchesDigest [2020-05-07T19:19:41.284Z] #45 124.8 DEP criu/sockets.d [2020-05-07T19:19:41.461Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-05-07T19:19:41.461Z] === CONT TestImportExtremelyLargeImageWorks [2020-05-07T19:19:41.552Z] #44 82.81 CC criu/irmap.o [2020-05-07T19:19:41.621Z] #45 125.3 DEP criu/sk-unix.d [2020-05-07T19:19:41.834Z] #44 83.18 CC criu/kcmp-ids.o [2020-05-07T19:19:41.901Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-05-07T19:19:41.960Z] #45 ... [2020-05-07T19:19:41.960Z] [2020-05-07T19:19:41.960Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:41.960Z] #48 229.0 github.com/LK4D4/vndr/build [2020-05-07T19:19:42.115Z] #44 83.42 CC criu/kerndat.o [2020-05-07T19:19:42.279Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2020-05-07T19:19:42.279Z] === RUN TestBuildUncleanTarFilenames [2020-05-07T19:19:42.308Z] #48 ... [2020-05-07T19:19:42.309Z] [2020-05-07T19:19:42.309Z] #69 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:19:42.309Z] #69 DONE 229.2s [2020-05-07T19:19:42.309Z] [2020-05-07T19:19:42.309Z] #70 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-05-07T19:19:42.309Z] #70 DONE 0.2s [2020-05-07T19:19:42.309Z] [2020-05-07T19:19:42.309Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:42.309Z] #18 19.50 Reading package lists... [2020-05-07T19:19:42.309Z] #18 28.65 Reading package lists... [2020-05-07T19:19:42.309Z] #18 35.98 Building dependency tree... [2020-05-07T19:19:42.649Z] #18 ... [2020-05-07T19:19:42.649Z] [2020-05-07T19:19:42.649Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:19:42.649Z] #48 229.8 vendor/golang.org/x/text/unicode/norm [2020-05-07T19:19:42.733Z] #44 84.07 CC criu/libnetlink.o [2020-05-07T19:19:43.016Z] #44 84.40 CC criu/log.o [2020-05-07T19:19:43.298Z] #44 84.71 CC criu/lsm.o [2020-05-07T19:19:43.580Z] #44 85.00 CC criu/mem.o [2020-05-07T19:19:43.656Z] --- PASS: TestBuildUncleanTarFilenames (1.36s) [2020-05-07T19:19:43.656Z] === RUN TestBuildMultiStageLayerLeak [2020-05-07T19:19:45.107Z] #44 ... [2020-05-07T19:19:45.107Z] [2020-05-07T19:19:45.107Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:45.107Z] #17 29.23 Selecting previously unselected package vim. [2020-05-07T19:19:45.107Z] #17 29.23 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-05-07T19:19:45.107Z] #17 29.25 Unpacking vim (2:8.1.0875-5) ... [2020-05-07T19:19:45.107Z] #17 29.58 Selecting previously unselected package xfsprogs. [2020-05-07T19:19:45.107Z] #17 29.58 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-05-07T19:19:45.107Z] #17 29.59 Unpacking xfsprogs (4.20.0-1) ... [2020-05-07T19:19:45.107Z] #17 29.95 Selecting previously unselected package zip. [2020-05-07T19:19:45.107Z] #17 29.96 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-05-07T19:19:45.107Z] #17 29.97 Unpacking zip (3.0-11+b1) ... [2020-05-07T19:19:45.107Z] #17 30.13 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-05-07T19:19:45.107Z] #17 30.14 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-05-07T19:19:45.107Z] #17 30.15 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-05-07T19:19:45.107Z] #17 30.16 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-05-07T19:19:45.107Z] #17 30.16 Setting up libgpm2:s390x (1.20.7-5) ... [2020-05-07T19:19:45.107Z] #17 30.17 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-05-07T19:19:45.107Z] #17 30.18 Setting up uidmap (1:4.5-1.1) ... [2020-05-07T19:19:45.107Z] #17 30.18 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-05-07T19:19:45.107Z] #17 30.19 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-05-07T19:19:45.107Z] #17 30.20 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-05-07T19:19:45.107Z] #17 30.21 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-05-07T19:19:45.107Z] #17 30.21 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-05-07T19:19:45.107Z] #17 30.22 Setting up xxd (2:8.1.0875-5) ... [2020-05-07T19:19:45.107Z] #17 30.23 Setting up zip (3.0-11+b1) ... [2020-05-07T19:19:45.107Z] #17 30.23 Setting up vim-common (2:8.1.0875-5) ... [2020-05-07T19:19:45.107Z] #17 30.25 Setting up bash-completion (1:2.8-6) ... [2020-05-07T19:19:45.107Z] #17 31.78 Setting up libiptc0:s390x (1.8.2-4) ... [2020-05-07T19:19:45.107Z] #17 31.79 Setting up xz-utils (5.2.4-1) ... [2020-05-07T19:19:45.107Z] #17 31.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-05-07T19:19:45.107Z] #17 31.81 Setting up sudo (1.8.27-1+deb10u2) ... [2020-05-07T19:19:45.107Z] #17 31.85 invoke-rc.d: could not determine current runlevel [2020-05-07T19:19:45.107Z] #17 31.86 invoke-rc.d: policy-rc.d denied execution of start. [2020-05-07T19:19:45.107Z] #17 31.87 Setting up pigz (2.4-1) ... [2020-05-07T19:19:45.107Z] #17 31.88 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-05-07T19:19:45.107Z] #17 31.88 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-05-07T19:19:45.107Z] #17 31.89 Setting up python-pip-whl (18.1-5) ... [2020-05-07T19:19:45.107Z] #17 31.92 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-05-07T19:19:45.107Z] #17 31.93 Setting up vim-runtime (2:8.1.0875-5) ... [2020-05-07T19:19:45.107Z] #17 32.14 Setting up libaio1:s390x (0.3.112-3) ... [2020-05-07T19:19:45.107Z] #17 32.15 Setting up libonig5:s390x (6.9.1-1) ... [2020-05-07T19:19:45.107Z] #17 32.15 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-05-07T19:19:45.107Z] #17 32.16 Setting up vim (2:8.1.0875-5) ... [2020-05-07T19:19:45.107Z] #17 32.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-05-07T19:19:45.107Z] #17 32.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-05-07T19:19:45.107Z] #17 32.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-05-07T19:19:45.107Z] #17 32.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-05-07T19:19:45.107Z] #17 32.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-05-07T19:19:45.107Z] #17 32.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-05-07T19:19:45.107Z] #17 32.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-05-07T19:19:45.107Z] #17 32.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-05-07T19:19:45.107Z] #17 32.21 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-05-07T19:19:45.107Z] #17 32.21 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-05-07T19:19:45.107Z] #17 32.22 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-05-07T19:19:45.107Z] #17 32.23 Setting up jq (1.5+dfsg-2+b1) ... [2020-05-07T19:19:45.107Z] #17 32.24 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-05-07T19:19:45.107Z] #17 32.24 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-05-07T19:19:45.409Z] #17 34.23 Setting up iptables (1.8.2-4) ... [2020-05-07T19:19:45.409Z] #17 34.24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.25 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.25 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.25 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-05-07T19:19:45.409Z] #17 34.27 Setting up python3 (3.7.3-1) ... [2020-05-07T19:19:45.690Z] #17 34.52 Setting up python3-wheel (0.32.3-2) ... [2020-05-07T19:19:45.973Z] #17 34.95 Setting up apparmor (2.13.2-10) ... [2020-05-07T19:19:46.941Z] --- PASS: TestBuildMultiStageLayerLeak (2.84s) [2020-05-07T19:19:46.941Z] === RUN TestBuildWithHugeFile [2020-05-07T19:19:47.443Z] #17 36.02 Setting up xfsprogs (4.20.0-1) ... [2020-05-07T19:19:47.443Z] #17 36.04 Setting up python3-lib2to3 (3.7.3-1) ... [2020-05-07T19:19:47.443Z] #17 36.33 Setting up python3-pkg-resources (40.8.0-1) ... [2020-05-07T19:19:47.724Z] #17 36.85 Setting up python3-distutils (3.7.3-1) ... [2020-05-07T19:19:48.337Z] #17 37.17 Setting up python3-setuptools (40.8.0-1) ... [2020-05-07T19:19:48.681Z] #48 ... [2020-05-07T19:19:48.681Z] [2020-05-07T19:19:48.681Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:48.681Z] #45 126.2 DEP criu/sk-tcp.d [2020-05-07T19:19:48.681Z] #45 126.6 DEP criu/sk-queue.d [2020-05-07T19:19:48.681Z] #45 127.1 DEP criu/sk-packet.d [2020-05-07T19:19:48.681Z] #45 127.7 DEP criu/sk-netlink.d [2020-05-07T19:19:48.681Z] #45 128.3 DEP criu/sk-inet.d [2020-05-07T19:19:48.681Z] #45 128.7 DEP criu/signalfd.d [2020-05-07T19:19:48.681Z] #45 129.0 DEP criu/sigframe.d [2020-05-07T19:19:48.681Z] #45 129.2 DEP criu/shmem.d [2020-05-07T19:19:48.681Z] #45 129.6 DEP criu/servicefd.d [2020-05-07T19:19:48.681Z] #45 129.9 DEP criu/seize.d [2020-05-07T19:19:48.681Z] #45 130.2 DEP criu/seccomp.d [2020-05-07T19:19:48.681Z] #45 130.6 DEP criu/rst-malloc.d [2020-05-07T19:19:48.681Z] #45 130.8 DEP criu/rbtree.d [2020-05-07T19:19:48.681Z] #45 130.9 DEP criu/pstree.d [2020-05-07T19:19:48.681Z] #45 131.2 DEP criu/protobuf.d [2020-05-07T19:19:48.681Z] #45 131.5 GEN criu/protobuf-desc-gen.h [2020-05-07T19:19:48.952Z] #17 37.86 Setting up python3-pip (18.1-5) ... [2020-05-07T19:19:49.417Z] #45 ... [2020-05-07T19:19:49.417Z] [2020-05-07T19:19:49.417Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:19:49.417Z] #18 39.29 libcap2-bin is already the newest version (1:2.25-2). [2020-05-07T19:19:49.417Z] #18 39.29 The following additional packages will be installed: [2020-05-07T19:19:49.417Z] #18 39.30 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-05-07T19:19:49.417Z] #18 39.30 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-05-07T19:19:49.417Z] #18 39.33 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-05-07T19:19:49.417Z] #18 39.34 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-05-07T19:19:49.417Z] #18 39.34 python3.7 python3.7-minimal vim-runtime xxd [2020-05-07T19:19:49.417Z] #18 39.34 Suggested packages: [2020-05-07T19:19:49.417Z] #18 39.35 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-05-07T19:19:49.417Z] #18 39.35 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-05-07T19:19:49.417Z] #18 39.35 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-05-07T19:19:49.417Z] #18 39.35 Recommended packages: [2020-05-07T19:19:49.417Z] #18 39.35 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-05-07T19:19:49.417Z] #18 39.35 python3-keyrings.alt python3-xdg unzip [2020-05-07T19:19:49.417Z] #18 43.27 The following NEW packages will be installed: [2020-05-07T19:19:49.417Z] #18 43.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-05-07T19:19:49.417Z] #18 43.27 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-05-07T19:19:49.417Z] #18 43.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-05-07T19:19:49.417Z] #18 43.28 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-05-07T19:19:49.417Z] #18 43.28 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-05-07T19:19:49.417Z] #18 43.28 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-05-07T19:19:49.417Z] #18 43.28 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-05-07T19:19:49.417Z] #18 43.28 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-05-07T19:19:49.417Z] #18 43.28 xz-utils zip [2020-05-07T19:19:49.417Z] #18 43.50 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2020-05-07T19:19:49.417Z] #18 43.50 Need to get 29.2 MB of archives. [2020-05-07T19:19:49.417Z] #18 43.50 After this operation, 134 MB of additional disk space will be used. [2020-05-07T19:19:49.417Z] #18 43.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-05-07T19:19:49.417Z] #18 43.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-05-07T19:19:49.417Z] #18 43.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-05-07T19:19:49.417Z] #18 43.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-05-07T19:19:49.417Z] #18 43.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-05-07T19:19:49.417Z] #18 43.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-05-07T19:19:49.417Z] #18 44.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-05-07T19:19:49.417Z] #18 44.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-05-07T19:19:49.417Z] #18 44.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-05-07T19:19:49.417Z] #18 44.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-05-07T19:19:49.417Z] #18 44.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-05-07T19:19:49.417Z] #18 44.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-05-07T19:19:49.417Z] #18 44.30 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-05-07T19:19:49.417Z] #18 44.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-05-07T19:19:49.417Z] #18 44.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-05-07T19:19:49.417Z] #18 44.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-05-07T19:19:49.417Z] #18 44.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-05-07T19:19:49.417Z] #18 44.40 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-05-07T19:19:49.417Z] #18 44.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-05-07T19:19:49.417Z] #18 44.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-05-07T19:19:49.417Z] #18 44.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-05-07T19:19:49.417Z] #18 44.52 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-05-07T19:19:49.417Z] #18 44.56 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-05-07T19:19:49.417Z] #18 44.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-05-07T19:19:49.417Z] #18 44.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-05-07T19:19:49.417Z] #18 44.67 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-05-07T19:19:49.417Z] #18 44.68 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-05-07T19:19:49.417Z] #18 44.68 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-05-07T19:19:49.417Z] #18 44.70 Get:29 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-05-07T19:19:49.566Z] #17 38.52 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:19:49.566Z] #17 38.54 Processing triggers for mime-support (3.62) ... [2020-05-07T19:19:50.179Z] #17 DONE 39.1s [2020-05-07T19:19:50.179Z] [2020-05-07T19:19:50.179Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:19:50.602Z] #18 45.73 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-05-07T19:19:50.602Z] #18 45.75 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-05-07T19:19:50.602Z] #18 45.75 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-05-07T19:19:50.602Z] #18 45.76 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-05-07T19:19:50.602Z] #18 45.77 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-05-07T19:19:50.602Z] #18 45.80 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-05-07T19:19:50.602Z] #18 45.96 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-05-07T19:19:50.602Z] #18 45.98 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-05-07T19:19:50.602Z] #18 45.99 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-05-07T19:19:50.881Z] --- PASS: TestBuildSquashParent (10.53s) [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:50.881Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:50.881Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:50.881Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:19:50.881Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:19:50.937Z] #18 46.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-05-07T19:19:50.937Z] #18 46.03 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-05-07T19:19:50.937Z] #18 46.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-05-07T19:19:50.937Z] #18 46.08 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-05-07T19:19:50.937Z] #18 46.23 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-05-07T19:19:50.937Z] #18 46.27 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-05-07T19:19:51.207Z] #18 1.214 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-05-07T19:19:51.284Z] #18 46.30 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-05-07T19:19:51.488Z] #18 1.216 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-05-07T19:19:51.488Z] #18 1.218 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-05-07T19:19:51.488Z] #18 DONE 1.4s [2020-05-07T19:19:51.488Z] [2020-05-07T19:19:51.488Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:19:51.628Z] #18 46.88 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-05-07T19:19:51.968Z] #18 47.09 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-05-07T19:19:51.968Z] #18 47.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-05-07T19:19:52.779Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:19:52.779Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:19:53.660Z] #18 48.47 debconf: delaying package configuration, since apt-utils is not installed [2020-05-07T19:19:53.660Z] #18 48.63 Fetched 29.2 MB in 4s (7594 kB/s) [2020-05-07T19:19:53.660Z] #18 48.76 Selecting previously unselected package pigz. [2020-05-07T19:19:53.660Z] #18 48.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23360 files and directories currently installed.) [2020-05-07T19:19:53.660Z] #18 48.85 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-05-07T19:19:53.660Z] #18 48.87 Unpacking pigz (2.4-1) ... [2020-05-07T19:19:54.067Z] #18 49.06 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-05-07T19:19:54.067Z] #18 49.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-05-07T19:19:54.067Z] #18 49.11 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-05-07T19:19:54.458Z] #18 49.74 Selecting previously unselected package python3.7-minimal. [2020-05-07T19:19:54.458Z] #18 49.76 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-05-07T19:19:54.458Z] #18 49.78 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-05-07T19:19:54.973Z] #19 ... [2020-05-07T19:19:54.973Z] [2020-05-07T19:19:54.973Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:54.973Z] #44 86.29 CC criu/mount.o [2020-05-07T19:19:54.973Z] #44 88.70 CC criu/namespaces.o [2020-05-07T19:19:54.973Z] #44 89.77 CC criu/net.o [2020-05-07T19:19:54.973Z] #44 91.59 CC criu/netfilter.o [2020-05-07T19:19:54.973Z] #44 91.87 CC criu/page-pipe.o [2020-05-07T19:19:54.973Z] #44 92.43 CC criu/page-xfer.o [2020-05-07T19:19:54.973Z] #44 93.46 CC criu/pagemap-cache.o [2020-05-07T19:19:54.973Z] #44 93.68 CC criu/pagemap.o [2020-05-07T19:19:54.973Z] #44 94.29 CC criu/parasite-syscall.o [2020-05-07T19:19:54.973Z] #44 95.00 CC criu/path.o [2020-05-07T19:19:54.973Z] #44 95.18 CC criu/pie-util-vdso.o [2020-05-07T19:19:54.973Z] #44 95.51 CC criu/pie-util.o [2020-05-07T19:19:54.973Z] #44 95.62 CC criu/pipes.o [2020-05-07T19:19:54.973Z] #44 96.03 CC criu/plugin.o [2020-05-07T19:19:54.973Z] #44 96.38 CC criu/proc_parse.o [2020-05-07T19:19:54.973Z] #44 ... [2020-05-07T19:19:54.973Z] [2020-05-07T19:19:54.973Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:19:54.973Z] #19 3.515 Collecting yamllint==1.16.0 [2020-05-07T19:19:55.254Z] #19 3.709 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-05-07T19:19:55.254Z] #19 3.743 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-05-07T19:19:55.254Z] #19 3.781 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-05-07T19:19:55.254Z] #19 3.798 Collecting pyyaml (from yamllint==1.16.0) [2020-05-07T19:19:55.535Z] #19 3.902 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-05-07T19:19:56.051Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:19:56.051Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:19:56.163Z] #18 51.22 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-05-07T19:19:56.163Z] #18 51.24 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-05-07T19:19:56.540Z] #19 4.784 Building wheels for collected packages: pyyaml [2020-05-07T19:19:56.540Z] #19 4.787 Running setup.py bdist_wheel for pyyaml: started [2020-05-07T19:19:57.153Z] #19 5.436 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-05-07T19:19:57.153Z] #19 5.436 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-05-07T19:19:57.153Z] #19 5.478 Successfully built pyyaml [2020-05-07T19:19:57.153Z] #19 5.505 Installing collected packages: pathspec, pyyaml, yamllint [2020-05-07T19:19:57.153Z] #19 5.749 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-05-07T19:19:57.775Z] #19 DONE 6.1s [2020-05-07T19:19:57.775Z] [2020-05-07T19:19:57.775Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:19:57.775Z] #24 DONE 0.1s [2020-05-07T19:19:57.775Z] [2020-05-07T19:19:57.775Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:19:58.391Z] #28 DONE 0.7s [2020-05-07T19:19:58.391Z] [2020-05-07T19:19:58.391Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:19:58.391Z] #41 133.8 + dpkg --print-architecture [2020-05-07T19:19:58.391Z] #41 133.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-05-07T19:19:58.391Z] #41 134.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-05-07T19:19:58.391Z] #41 134.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-05-07T19:19:58.672Z] #41 ... [2020-05-07T19:19:58.672Z] [2020-05-07T19:19:58.672Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:19:58.672Z] #31 DONE 0.3s [2020-05-07T19:19:58.672Z] [2020-05-07T19:19:58.672Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:58.672Z] #44 97.85 CC criu/protobuf-desc.o [2020-05-07T19:19:58.672Z] #44 98.28 CC criu/protobuf.o [2020-05-07T19:19:58.672Z] #44 98.57 CC criu/pstree.o [2020-05-07T19:19:58.672Z] #44 99.48 CC criu/rbtree.o [2020-05-07T19:19:58.672Z] #44 99.69 CC criu/rst-malloc.o [2020-05-07T19:19:58.672Z] #44 99.95 CC criu/seccomp.o [2020-05-07T19:19:58.954Z] #44 ... [2020-05-07T19:19:58.954Z] [2020-05-07T19:19:58.954Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:19:58.954Z] #34 DONE 0.2s [2020-05-07T19:19:58.954Z] [2020-05-07T19:19:58.954Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:19:58.954Z] #39 DONE 0.1s [2020-05-07T19:19:59.236Z] [2020-05-07T19:19:59.236Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:19:59.236Z] #44 100.4 CC criu/seize.o [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.33s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.65s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.29s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.27s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.26s) [2020-05-07T19:19:59.329Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.25s) [2020-05-07T19:19:59.329Z] === RUN TestBuildMultiStageCopy [2020-05-07T19:19:59.329Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-05-07T19:19:59.849Z] #44 101.0 CC criu/servicefd.o [2020-05-07T19:20:00.071Z] #18 ... [2020-05-07T19:20:00.071Z] [2020-05-07T19:20:00.071Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:00.071Z] #48 246.7 mime [2020-05-07T19:20:00.131Z] #44 101.3 CC criu/shmem.o [2020-05-07T19:20:00.407Z] #48 247.4 net/http/internal [2020-05-07T19:20:00.412Z] #44 101.8 CC criu/sigframe.o [2020-05-07T19:20:00.694Z] #44 102.0 CC criu/signalfd.o [2020-05-07T19:20:00.694Z] #44 102.1 CC criu/sk-inet.o [2020-05-07T19:20:01.587Z] #48 ... [2020-05-07T19:20:01.587Z] [2020-05-07T19:20:01.587Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:01.587Z] #45 135.1 DEP criu/protobuf-desc.d [2020-05-07T19:20:01.587Z] #45 135.4 DEP criu/proc_parse.d [2020-05-07T19:20:01.587Z] #45 135.9 DEP criu/plugin.d [2020-05-07T19:20:01.587Z] #45 136.1 DEP criu/pipes.d [2020-05-07T19:20:01.587Z] #45 136.5 DEP criu/pie-util.d [2020-05-07T19:20:01.587Z] #45 136.8 DEP criu/pie-util-vdso.d [2020-05-07T19:20:01.587Z] #45 137.0 DEP criu/path.d [2020-05-07T19:20:01.587Z] #45 137.2 DEP criu/parasite-syscall.d [2020-05-07T19:20:01.587Z] #45 137.4 DEP criu/pagemap.d [2020-05-07T19:20:01.587Z] #45 137.7 DEP criu/pagemap-cache.d [2020-05-07T19:20:01.587Z] #45 138.1 DEP criu/page-xfer.d [2020-05-07T19:20:01.587Z] #45 138.5 DEP criu/page-pipe.d [2020-05-07T19:20:01.587Z] #45 138.7 DEP criu/netfilter.d [2020-05-07T19:20:01.587Z] #45 139.0 DEP criu/net.d [2020-05-07T19:20:01.587Z] #45 139.6 DEP criu/namespaces.d [2020-05-07T19:20:01.587Z] #45 139.9 DEP criu/mount.d [2020-05-07T19:20:01.587Z] #45 140.4 DEP criu/mem.d [2020-05-07T19:20:01.587Z] #45 140.7 DEP criu/lsm.d [2020-05-07T19:20:01.587Z] #45 141.0 DEP criu/log.d [2020-05-07T19:20:01.587Z] #45 141.2 DEP criu/libnetlink.d [2020-05-07T19:20:01.587Z] #45 141.4 DEP criu/kerndat.d [2020-05-07T19:20:01.587Z] #45 141.7 DEP criu/kcmp-ids.d [2020-05-07T19:20:01.587Z] #45 141.9 DEP criu/irmap.d [2020-05-07T19:20:01.587Z] #45 142.1 DEP criu/ipc_ns.d [2020-05-07T19:20:01.587Z] #45 142.4 DEP criu/image.d [2020-05-07T19:20:01.587Z] #45 142.7 DEP criu/image-desc.d [2020-05-07T19:20:01.587Z] #45 142.8 DEP criu/fsnotify.d [2020-05-07T19:20:01.587Z] #45 143.2 DEP criu/filesystems.d [2020-05-07T19:20:01.587Z] #45 143.4 DEP criu/files.d [2020-05-07T19:20:01.587Z] #45 143.8 DEP criu/files-reg.d [2020-05-07T19:20:01.587Z] #45 144.1 DEP criu/files-ext.d [2020-05-07T19:20:01.587Z] #45 144.3 DEP criu/file-lock.d [2020-05-07T19:20:01.587Z] #45 144.6 DEP criu/file-ids.d [2020-05-07T19:20:01.587Z] #45 144.9 DEP criu/fifo.d [2020-05-07T19:20:01.587Z] #45 145.2 DEP criu/fdstore.d [2020-05-07T19:20:01.587Z] #45 ... [2020-05-07T19:20:01.587Z] [2020-05-07T19:20:01.587Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:01.587Z] #18 55.04 Selecting previously unselected package python3-minimal. [2020-05-07T19:20:01.587Z] #18 55.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 ... 23609 files and directories currently installed.) [2020-05-07T19:20:01.587Z] #18 55.14 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-05-07T19:20:01.587Z] #18 55.15 Unpacking python3-minimal (3.7.3-1) ... [2020-05-07T19:20:01.587Z] #18 55.30 Selecting previously unselected package libmpdec2:ppc64el. [2020-05-07T19:20:01.587Z] #18 55.31 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-05-07T19:20:01.587Z] #18 55.32 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-05-07T19:20:01.587Z] #18 55.44 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-05-07T19:20:01.587Z] #18 55.45 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-05-07T19:20:01.587Z] #18 55.48 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-05-07T19:20:01.700Z] #44 102.7 CC criu/sk-netlink.o [2020-05-07T19:20:01.700Z] #44 102.9 CC criu/sk-packet.o [2020-05-07T19:20:01.944Z] #18 57.06 Selecting previously unselected package python3.7. [2020-05-07T19:20:01.944Z] #18 57.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-05-07T19:20:01.944Z] #18 57.09 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-05-07T19:20:01.982Z] #44 103.3 CC criu/sk-queue.o [2020-05-07T19:20:02.264Z] #44 103.6 CC criu/sk-tcp.o [2020-05-07T19:20:02.292Z] #18 57.53 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-05-07T19:20:02.292Z] #18 57.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-05-07T19:20:02.292Z] #18 57.54 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-05-07T19:20:02.292Z] #18 57.75 Setting up python3-minimal (3.7.3-1) ... [2020-05-07T19:20:02.545Z] #44 103.7 CC criu/sk-unix.o [2020-05-07T19:20:02.600Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-05-07T19:20:03.163Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-05-07T19:20:03.549Z] #44 104.6 CC criu/sockets.o [2020-05-07T19:20:03.726Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-05-07T19:20:03.831Z] #44 105.2 CC criu/stats.o [2020-05-07T19:20:04.113Z] #44 105.4 CC criu/string.o [2020-05-07T19:20:04.113Z] #44 105.5 CC criu/sysctl.o [2020-05-07T19:20:04.290Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-05-07T19:20:04.645Z] #18 59.56 Selecting previously unselected package python3. [2020-05-07T19:20:04.645Z] #18 59.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24021 files and directories currently installed.) [2020-05-07T19:20:04.645Z] #18 59.65 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-05-07T19:20:04.645Z] #18 59.67 Unpacking python3 (3.7.3-1) ... [2020-05-07T19:20:04.645Z] #18 59.85 Selecting previously unselected package libip4tc0:ppc64el. [2020-05-07T19:20:04.645Z] #18 59.86 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-05-07T19:20:04.645Z] #18 59.87 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:04.645Z] #18 60.05 Selecting previously unselected package libip6tc0:ppc64el. [2020-05-07T19:20:04.726Z] #44 106.0 CC criu/sysfs_parse.o [2020-05-07T19:20:04.726Z] #44 106.2 CC criu/timerfd.o [2020-05-07T19:20:04.982Z] #18 60.06 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-05-07T19:20:04.982Z] #18 60.07 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:04.982Z] #18 60.27 Selecting previously unselected package libiptc0:ppc64el. [2020-05-07T19:20:04.982Z] #18 60.28 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-05-07T19:20:04.982Z] #18 60.28 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:04.982Z] #18 60.38 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-05-07T19:20:04.982Z] #18 60.39 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-05-07T19:20:04.982Z] #18 60.39 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-05-07T19:20:04.982Z] #18 60.45 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-05-07T19:20:05.008Z] #44 106.4 CC criu/tty.o [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy (5.85s) [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s) [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s) [2020-05-07T19:20:05.220Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s) [2020-05-07T19:20:05.220Z] === RUN TestBuildMultiStageParentConfig [2020-05-07T19:20:05.318Z] #18 60.47 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-05-07T19:20:05.318Z] #18 60.47 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-05-07T19:20:05.318Z] #18 60.59 Selecting previously unselected package libnftnl11:ppc64el. [2020-05-07T19:20:05.318Z] #18 60.60 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-05-07T19:20:05.318Z] #18 60.62 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-05-07T19:20:05.657Z] #18 60.80 Selecting previously unselected package iptables. [2020-05-07T19:20:05.657Z] #18 60.82 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-05-07T19:20:05.657Z] #18 60.83 Unpacking iptables (1.8.2-4) ... [2020-05-07T19:20:06.477Z] #44 107.5 CC criu/tun.o [2020-05-07T19:20:06.477Z] #44 107.7 CC criu/uffd.o [2020-05-07T19:20:06.587Z] --- PASS: TestBuildMultiStageParentConfig (1.56s) [2020-05-07T19:20:06.587Z] === RUN TestBuildLabelWithTargets [2020-05-07T19:20:06.848Z] #18 61.74 Selecting previously unselected package xxd. [2020-05-07T19:20:06.849Z] #18 61.76 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-05-07T19:20:06.849Z] #18 61.76 Unpacking xxd (2:8.1.0875-5) ... [2020-05-07T19:20:06.849Z] #18 62.03 Selecting previously unselected package vim-common. [2020-05-07T19:20:06.849Z] #18 62.04 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:20:06.849Z] #18 62.13 Unpacking vim-common (2:8.1.0875-5) ... [2020-05-07T19:20:07.090Z] #44 108.4 CC criu/util.o [2020-05-07T19:20:07.240Z] #18 62.44 Selecting previously unselected package bash-completion. [2020-05-07T19:20:07.240Z] #18 62.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-05-07T19:20:08.095Z] #44 109.3 CC criu/uts_ns.o [2020-05-07T19:20:08.095Z] #44 109.5 CC criu/vdso.o [2020-05-07T19:20:08.708Z] #44 109.9 LINK criu/built-in.o [2020-05-07T19:20:08.708Z] #44 110.0 LINK criu/criu [2020-05-07T19:20:08.990Z] #44 110.3 DEP lib/c/criu.d [2020-05-07T19:20:08.990Z] #44 110.4 CC images/rpc.pb-c.o [2020-05-07T19:20:09.109Z] --- PASS: TestBuildLabelWithTargets (2.54s) [2020-05-07T19:20:09.109Z] === RUN TestBuildWithEmptyLayers [2020-05-07T19:20:09.279Z] #44 ... [2020-05-07T19:20:09.279Z] [2020-05-07T19:20:09.279Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:09.279Z] #53 149.3 + cd /tmp/tmp.n8iSNZHQTS/src/github.com/golangci/golangci-lint/ [2020-05-07T19:20:09.279Z] #53 ... [2020-05-07T19:20:09.279Z] [2020-05-07T19:20:09.279Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:20:09.279Z] #41 DONE 149.6s [2020-05-07T19:20:09.279Z] [2020-05-07T19:20:09.279Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:09.279Z] #53 149.3 + git checkout -q v1.23.8 [2020-05-07T19:20:09.898Z] #53 149.9 ++ git describe --tags [2020-05-07T19:20:09.898Z] #53 149.9 + version=v1.23.8 [2020-05-07T19:20:09.898Z] #53 149.9 ++ git rev-parse --short HEAD [2020-05-07T19:20:09.898Z] #53 149.9 + commit=76a82c6 [2020-05-07T19:20:09.898Z] #53 149.9 ++ git show -s --format=%cd [2020-05-07T19:20:09.898Z] #53 149.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-05-07T19:20:09.898Z] #53 149.9 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-05-07T19:20:10.514Z] #53 ... [2020-05-07T19:20:10.514Z] [2020-05-07T19:20:10.514Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:20:10.514Z] #42 DONE 0.2s [2020-05-07T19:20:10.795Z] [2020-05-07T19:20:10.795Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:10.795Z] #44 110.7 CC lib/c/criu.o [2020-05-07T19:20:10.795Z] #44 111.5 LINK lib/c/built-in.o [2020-05-07T19:20:10.795Z] #44 111.5 LINK lib/c/libcriu.so [2020-05-07T19:20:10.795Z] #44 111.6 LINK lib/c/libcriu.a [2020-05-07T19:20:10.795Z] #44 111.7 GEN magic.py [2020-05-07T19:20:10.795Z] #44 111.7 Note: Building without setproctitle() and strlcpy() support. [2020-05-07T19:20:10.795Z] #44 111.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-05-07T19:20:10.795Z] #44 111.7 Note: Building without GnuTLS support [2020-05-07T19:20:10.795Z] #44 112.0 fatal: not a git repository (or any of the parent directories): .git [2020-05-07T19:20:11.002Z] --- PASS: TestBuildWithEmptyLayers (1.48s) [2020-05-07T19:20:11.002Z] === RUN TestBuildMultiStageOnBuild [2020-05-07T19:20:11.077Z] #44 112.3 make[1]: Nothing to be done for 'all'. [2020-05-07T19:20:11.359Z] #44 112.7 make[1]: 'images/built-in.o' is up to date. [2020-05-07T19:20:11.359Z] #44 112.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-05-07T19:20:11.359Z] #44 112.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-05-07T19:20:11.359Z] #44 112.7 make[1]: 'compel/libcompel.a' is up to date. [2020-05-07T19:20:11.641Z] #44 112.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-05-07T19:20:11.641Z] #44 112.8 make[1]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 112.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-05-07T19:20:11.641Z] #44 112.9 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 112.9 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 112.9 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 113.0 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 113.0 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 113.0 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 113.1 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.641Z] #44 113.2 make[2]: Nothing to be done for 'all'. [2020-05-07T19:20:11.929Z] #44 113.2 INSTALL criu/criu [2020-05-07T19:20:12.134Z] #18 ... [2020-05-07T19:20:12.134Z] [2020-05-07T19:20:12.134Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:12.134Z] #45 145.5 DEP criu/fault-injection.d [2020-05-07T19:20:12.134Z] #45 145.7 DEP criu/external.d [2020-05-07T19:20:12.134Z] #45 146.0 DEP criu/eventpoll.d [2020-05-07T19:20:12.134Z] #45 146.3 DEP criu/eventfd.d [2020-05-07T19:20:12.134Z] #45 146.8 DEP criu/crtools.d [2020-05-07T19:20:12.134Z] #45 147.1 DEP criu/cr-service.d [2020-05-07T19:20:12.134Z] #45 147.4 DEP criu/cr-restore.d [2020-05-07T19:20:12.134Z] #45 148.0 DEP criu/cr-errno.d [2020-05-07T19:20:12.134Z] #45 148.0 DEP criu/cr-dump.d [2020-05-07T19:20:12.134Z] #45 148.6 DEP criu/cr-dedup.d [2020-05-07T19:20:12.134Z] #45 148.9 DEP criu/cr-check.d [2020-05-07T19:20:12.134Z] #45 149.4 DEP criu/config.d [2020-05-07T19:20:12.134Z] #45 149.7 DEP criu/clone-noasan.d [2020-05-07T19:20:12.134Z] #45 149.8 DEP criu/cgroup.d [2020-05-07T19:20:12.134Z] #45 150.2 DEP criu/cgroup-props.d [2020-05-07T19:20:12.134Z] #45 150.4 DEP criu/bitmap.d [2020-05-07T19:20:12.134Z] #45 150.4 DEP criu/bfd.d [2020-05-07T19:20:12.134Z] #45 150.6 DEP criu/autofs.d [2020-05-07T19:20:12.134Z] #45 151.0 DEP criu/aio.d [2020-05-07T19:20:12.134Z] #45 151.2 DEP criu/action-scripts.d [2020-05-07T19:20:12.134Z] #45 151.9 CC criu/action-scripts.o [2020-05-07T19:20:12.134Z] #45 153.1 CC criu/aio.o [2020-05-07T19:20:12.134Z] #45 154.2 CC criu/autofs.o [2020-05-07T19:20:12.212Z] #44 DONE 113.4s [2020-05-07T19:20:12.212Z] [2020-05-07T19:20:12.212Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:13.247Z] #65 ... [2020-05-07T19:20:13.247Z] [2020-05-07T19:20:13.247Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:20:13.326Z] #45 ... [2020-05-07T19:20:13.326Z] [2020-05-07T19:20:13.326Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:13.326Z] #48 250.5 vendor/golang.org/x/net/idna [2020-05-07T19:20:13.326Z] #48 257.1 vendor/golang.org/x/net/http/httpproxy [2020-05-07T19:20:13.326Z] #48 257.2 net/textproto [2020-05-07T19:20:13.326Z] #48 257.2 crypto/x509 [2020-05-07T19:20:13.326Z] #48 260.4 mime/multipart [2020-05-07T19:20:13.326Z] #48 260.4 vendor/golang.org/x/net/http/httpguts [2020-05-07T19:20:13.528Z] #45 DONE 0.2s [2020-05-07T19:20:13.528Z] [2020-05-07T19:20:13.528Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:13.528Z] #65 ... [2020-05-07T19:20:13.528Z] [2020-05-07T19:20:13.528Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:20:13.528Z] #48 DONE 0.1s [2020-05-07T19:20:13.528Z] [2020-05-07T19:20:13.528Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:13.529Z] #60 72.36 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-05-07T19:20:13.529Z] #60 ... [2020-05-07T19:20:13.529Z] [2020-05-07T19:20:13.529Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:20:13.529Z] #51 DONE 0.1s [2020-05-07T19:20:13.810Z] [2020-05-07T19:20:13.810Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:14.092Z] #48 ... [2020-05-07T19:20:14.092Z] [2020-05-07T19:20:14.092Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:14.092Z] #45 157.7 CC criu/bfd.o [2020-05-07T19:20:14.095Z] #65 ... [2020-05-07T19:20:14.095Z] [2020-05-07T19:20:14.095Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:14.095Z] #60 73.02 + mkdir -p /build [2020-05-07T19:20:14.095Z] #60 73.02 + cp runc /build/runc [2020-05-07T19:20:14.273Z] --- PASS: TestBuildMultiStageOnBuild (3.60s) [2020-05-07T19:20:14.273Z] === RUN TestBuildUncleanTarFilenames [2020-05-07T19:20:14.446Z] #60 DONE 73.3s [2020-05-07T19:20:14.446Z] [2020-05-07T19:20:14.446Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:15.280Z] #45 158.7 CC criu/bitmap.o [2020-05-07T19:20:15.658Z] #45 159.0 CC criu/cgroup-props.o [2020-05-07T19:20:16.165Z] --- PASS: TestBuildUncleanTarFilenames (2.00s) [2020-05-07T19:20:16.165Z] === RUN TestBuildMultiStageLayerLeak [2020-05-07T19:20:16.848Z] #45 ... [2020-05-07T19:20:16.848Z] [2020-05-07T19:20:16.848Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:16.848Z] #51 DONE 264.0s [2020-05-07T19:20:16.848Z] [2020-05-07T19:20:16.848Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:16.848Z] #18 70.26 Unpacking bash-completion (1:2.8-6) ... [2020-05-07T19:20:16.848Z] #18 71.06 Selecting previously unselected package bzip2. [2020-05-07T19:20:16.848Z] #18 71.09 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-05-07T19:20:16.848Z] #18 71.10 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-05-07T19:20:16.848Z] #18 71.24 Selecting previously unselected package xz-utils. [2020-05-07T19:20:16.848Z] #18 71.27 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-05-07T19:20:16.848Z] #18 71.28 Unpacking xz-utils (5.2.4-1) ... [2020-05-07T19:20:16.848Z] #18 71.53 Selecting previously unselected package apparmor. [2020-05-07T19:20:16.848Z] #18 71.56 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-05-07T19:20:16.848Z] #18 71.70 Unpacking apparmor (2.13.2-10) ... [2020-05-07T19:20:17.185Z] #18 72.40 Selecting previously unselected package aufs-tools. [2020-05-07T19:20:17.185Z] #18 72.42 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-05-07T19:20:17.185Z] #18 72.45 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-05-07T19:20:17.532Z] #18 72.81 Selecting previously unselected package libonig5:ppc64el. [2020-05-07T19:20:17.535Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:20:17.535Z] Using test binary docker [2020-05-07T19:20:17.535Z] +++ /etc/init.d/apparmor start [2020-05-07T19:20:17.535Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:20:17.535Z] INFO: Waiting for daemon to start... [2020-05-07T19:20:17.535Z] Starting dockerd [2020-05-07T19:20:17.535Z] +++ 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-05-07T19:20:17.791Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:20:17.791Z] Using test binary docker [2020-05-07T19:20:17.870Z] #18 72.91 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-05-07T19:20:17.870Z] #18 72.94 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-05-07T19:20:17.870Z] #18 73.26 Selecting previously unselected package libjq1:ppc64el. [2020-05-07T19:20:17.870Z] #18 73.29 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-05-07T19:20:17.870Z] #18 73.30 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-05-07T19:20:18.048Z] +++ /etc/init.d/apparmor start [2020-05-07T19:20:18.048Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:20:18.048Z] Starting dockerd [2020-05-07T19:20:18.048Z] INFO: Waiting for daemon to start... [2020-05-07T19:20:18.048Z] +++ 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-05-07T19:20:18.600Z] #18 73.74 Selecting previously unselected package jq. [2020-05-07T19:20:18.600Z] #18 73.77 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-05-07T19:20:18.600Z] #18 73.80 Unpacking jq (1.5+dfsg-2+b1) ... [2020-05-07T19:20:18.600Z] #18 73.99 Selecting previously unselected package libaio1:ppc64el. [2020-05-07T19:20:18.824Z] #65 131.2 + bin/containerd [2020-05-07T19:20:18.938Z] #18 74.00 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-05-07T19:20:18.938Z] #18 74.02 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-05-07T19:20:18.938Z] #18 74.19 Selecting previously unselected package libgpm2:ppc64el. [2020-05-07T19:20:18.938Z] #18 74.20 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-05-07T19:20:18.938Z] #18 74.20 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-05-07T19:20:19.278Z] #18 74.40 Selecting previously unselected package libicu63:ppc64el. [2020-05-07T19:20:19.278Z] #18 74.42 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-05-07T19:20:19.278Z] #18 74.45 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-05-07T19:20:19.415Z] .--- PASS: TestBuildMultiStageLayerLeak (3.25s) [2020-05-07T19:20:19.415Z] === RUN TestBuildWithHugeFile [2020-05-07T19:20:19.672Z] [2020-05-07T19:20:19.672Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:20:19.672Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:20:19.672Z] Error: No such image: emptyfs [2020-05-07T19:20:19.672Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:20:19.672Z] ++++ docker load [2020-05-07T19:20:19.929Z] Running integration-test (iteration 1) [2020-05-07T19:20:19.929Z] 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-05-07T19:20:19.929Z] ++ 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-05-07T19:20:19.929Z] ++ set -e [2020-05-07T19:20:19.929Z] ++ '[' -n 0 ']' [2020-05-07T19:20:19.929Z] ++ set -x [2020-05-07T19:20:19.929Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:20:19.929Z] [2020-05-07T19:20:19.929Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:20:19.929Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:20:20.186Z] Error: No such image: emptyfs [2020-05-07T19:20:20.186Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:20:20.186Z] ++++ docker load [2020-05-07T19:20:20.443Z] Running integration-test (iteration 1) [2020-05-07T19:20:20.443Z] 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-05-07T19:20:20.443Z] ++ 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-05-07T19:20:20.443Z] ++ set -e [2020-05-07T19:20:20.443Z] ++ '[' -n 0 ']' [2020-05-07T19:20:20.443Z] ++ set -x [2020-05-07T19:20:20.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:20:24.156Z] #18 ... [2020-05-07T19:20:24.156Z] [2020-05-07T19:20:24.156Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:27.937Z] #24 271.3 Checking out files: 19% (2115/10730) Checking out files: 20% (2146/10730) Checking out files: 21% (2254/10730) Checking out files: 22% (2361/10730) Checking out files: 23% (2468/10730) Checking out files: 24% (2576/10730) Checking out files: 25% (2683/10730) Checking out files: 26% (2790/10730) Checking out files: 27% (2898/10730) Checking out files: 28% (3005/10730) Checking out files: 29% (3112/10730) Checking out files: 30% (3219/10730) Checking out files: 30% (3307/10730) Checking out files: 31% (3327/10730) Checking out files: 32% (3434/10730) Checking out files: 33% (3541/10730) Checking out files: 34% (3649/10730) Checking out files: 35% (3756/10730) Checking out files: 36% (3863/10730) Checking out files: 37% (3971/10730) Checking out files: 38% (4078/10730) Checking out files: 39% (4185/10730) Checking out files: 40% (4292/10730) Checking out files: 41% (4400/10730) Checking out files: 42% (4507/10730) Checking out files: 42% (4599/10730) Checking out files: 43% (4614/10730) Checking out files: 44% (4722/10730) Checking out files: 45% (4829/10730) Checking out files: 46% (4936/10730) Checking out files: 47% (5044/10730) Checking out files: 48% (5151/10730) Checking out files: 49% (5258/10730) Checking out files: 50% (5365/10730) Checking out files: 51% (5473/10730) Checking out files: 52% (5580/10730) Checking out files: 53% (5687/10730) Checking out files: 54% (5795/10730) Checking out files: 54% (5890/10730) Checking out files: 55% (5902/10730) Checking out files: 56% (6009/10730) Checking out files: 57% (6117/10730) Checking out files: 58% (6224/10730) Checking out files: 59% (6331/10730) Checking out files: 60% (6438/10730) Checking out files: 61% (6546/10730) Checking out files: 62% (6653/10730) Checking out files: 63% (6760/10730) Checking out files: 64% (6868/10730) Checking out files: 65% (6975/10730) Checking out files: 66% (7082/10730) Checking out files: 67% (7190/10730) Checking out files: 68% (7297/10730) Checking out files: 69% (7404/10730) Checking out files: 70% (7511/10730) Checking out files: 71% (7619/10730) [2020-05-07T19:20:27.937Z] #24 ... [2020-05-07T19:20:27.937Z] [2020-05-07T19:20:27.937Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:27.937Z] #45 161.6 CC criu/cgroup.o [2020-05-07T19:20:27.937Z] #45 169.2 CC criu/clone-noasan.o [2020-05-07T19:20:27.937Z] #45 169.6 CC criu/config.o [2020-05-07T19:20:28.286Z] #45 ... [2020-05-07T19:20:28.286Z] [2020-05-07T19:20:28.286Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:29.648Z] #24 271.3 Checking out files: 19% (2115/10730) Checking out files: 20% (2146/10730) Checking out files: 21% (2254/10730) Checking out files: 22% (2361/10730) Checking out files: 23% (2468/10730) Checking out files: 24% (2576/10730) Checking out files: 25% (2683/10730) Checking out files: 26% (2790/10730) Checking out files: 27% (2898/10730) Checking out files: 28% (3005/10730) Checking out files: 29% (3112/10730) Checking out files: 30% (3219/10730) Checking out files: 30% (3307/10730) Checking out files: 31% (3327/10730) Checking out files: 32% (3434/10730) Checking out files: 33% (3541/10730) Checking out files: 34% (3649/10730) Checking out files: 35% (3756/10730) Checking out files: 36% (3863/10730) Checking out files: 37% (3971/10730) Checking out files: 38% (4078/10730) Checking out files: 39% (4185/10730) Checking out files: 40% (4292/10730) Checking out files: 41% (4400/10730) Checking out files: 42% (4507/10730) Checking out files: 42% (4599/10730) Checking out files: 43% (4614/10730) Checking out files: 44% (4722/10730) Checking out files: 45% (4829/10730) Checking out files: 46% (4936/10730) Checking out files: 47% (5044/10730) Checking out files: 48% (5151/10730) Checking out files: 49% (5258/10730) Checking out files: 50% (5365/10730) Checking out files: 51% (5473/10730) Checking out files: 52% (5580/10730) Checking out files: 53% (5687/10730) Checking out files: 54% (5795/10730) Checking out files: 54% (5890/10730) Checking out files: 55% (5902/10730) Checking out files: 56% (6009/10730) Checking out files: 57% (6117/10730) Checking out files: 58% (6224/10730) Checking out files: 59% (6331/10730) Checking out files: 60% (6438/10730) Checking out files: 61% (6546/10730) Checking out files: 62% (6653/10730) Checking out files: 63% (6760/10730) Checking out files: 64% (6868/10730) Checking out files: 65% (6975/10730) Checking out files: 66% (7082/10730) Checking out files: 67% (7190/10730) Checking out files: 68% (7297/10730) Checking out files: 69% (7404/10730) Checking out files: 70% (7511/10730) Checking out files: 71% (7619/10730) Checking out files: 71% (7673/10730) Checking out files: 72% (7726/10730) Checking out files: 73% (7833/10730) Checking out files: 74% (7941/10730) Checking out files: 75% (8048/10730) Checking out files: 76% (8155/10730) Checking out files: 77% (8263/10730) Checking out files: 78% (8370/10730) Checking out files: 79% (8477/10730) Checking out files: 80% (8584/10730) Checking out files: 81% (8692/10730) Checking out files: 82% (8799/10730) Checking out files: 83% (8906/10730) Checking out files: 84% (9014/10730) Checking out files: 85% (9121/10730) Checking out files: 86% (9228/10730) Checking out files: 87% (9336/10730) Checking out files: 88% (9443/10730) Checking out files: 89% (9550/10730) Checking out files: 89% (9551/10730) Checking out files: 90% (9657/10730) Checking out files: 91% (9765/10730) Checking out files: 92% (9872/10730) Checking out files: 93% (9979/10730) Checking out files: 94% (10087/10730) Checking out files: 95% (10194/10730) Checking out files: 96% (10301/10730) Checking out files: 97% (10409/10730) Checking out files: 98% (10516/10730) Checking out files: 99% (10623/10730) Checking out files: 100% (10730/10730) Checking out files: 100% (10730/10730), done. [2020-05-07T19:20:29.985Z] #24 277.0 + cd /tmp/tmp.PrhrF2GYWe/tmp/docker-ce [2020-05-07T19:20:29.985Z] #24 277.0 + git checkout -q v17.06.2-ce [2020-05-07T19:20:29.985Z] #24 ... [2020-05-07T19:20:29.985Z] [2020-05-07T19:20:29.985Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:29.985Z] #48 267.2 crypto/tls [2020-05-07T19:20:30.344Z] #48 ... [2020-05-07T19:20:30.344Z] [2020-05-07T19:20:30.344Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:30.344Z] #18 80.30 Selecting previously unselected package libnet1:ppc64el. [2020-05-07T19:20:30.344Z] #18 80.30 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 80.31 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-05-07T19:20:30.344Z] #18 80.50 Selecting previously unselected package libnl-3-200:ppc64el. [2020-05-07T19:20:30.344Z] #18 80.52 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 80.53 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-05-07T19:20:30.344Z] #18 80.65 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-05-07T19:20:30.344Z] #18 80.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 80.68 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:20:30.344Z] #18 80.83 Selecting previously unselected package libreadline5:ppc64el. [2020-05-07T19:20:30.344Z] #18 80.86 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 80.86 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-05-07T19:20:30.344Z] #18 81.08 Selecting previously unselected package net-tools. [2020-05-07T19:20:30.344Z] #18 81.09 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 81.11 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-05-07T19:20:30.344Z] #18 81.45 Selecting previously unselected package python-pip-whl. [2020-05-07T19:20:30.344Z] #18 81.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-05-07T19:20:30.344Z] #18 81.49 Unpacking python-pip-whl (18.1-5) ... [2020-05-07T19:20:30.344Z] #18 82.46 Selecting previously unselected package python3-lib2to3. [2020-05-07T19:20:30.344Z] #18 82.48 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-05-07T19:20:30.344Z] #18 82.51 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-05-07T19:20:30.344Z] #18 82.78 Selecting previously unselected package python3-distutils. [2020-05-07T19:20:30.344Z] #18 82.80 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-05-07T19:20:30.344Z] #18 82.82 Unpacking python3-distutils (3.7.3-1) ... [2020-05-07T19:20:30.344Z] #18 83.17 Selecting previously unselected package python3-pip. [2020-05-07T19:20:30.344Z] #18 83.18 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-05-07T19:20:30.344Z] #18 83.19 Unpacking python3-pip (18.1-5) ... [2020-05-07T19:20:30.344Z] #18 83.70 Selecting previously unselected package python3-pkg-resources. [2020-05-07T19:20:30.344Z] #18 83.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-05-07T19:20:30.344Z] #18 83.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-05-07T19:20:30.344Z] #18 84.04 Selecting previously unselected package python3-setuptools. [2020-05-07T19:20:30.344Z] #18 84.04 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-05-07T19:20:30.344Z] #18 84.05 Unpacking python3-setuptools (40.8.0-1) ... [2020-05-07T19:20:30.344Z] #18 84.37 Selecting previously unselected package python3-wheel. [2020-05-07T19:20:30.344Z] #18 84.38 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-05-07T19:20:30.344Z] #18 84.39 Unpacking python3-wheel (0.32.3-2) ... [2020-05-07T19:20:30.344Z] #18 84.57 Selecting previously unselected package sudo. [2020-05-07T19:20:30.344Z] #18 84.58 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 84.61 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-05-07T19:20:30.344Z] #18 85.50 Selecting previously unselected package thin-provisioning-tools. [2020-05-07T19:20:30.344Z] #18 85.51 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-05-07T19:20:30.344Z] #18 85.52 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-05-07T19:20:30.679Z] #18 85.89 Selecting previously unselected package uidmap. [2020-05-07T19:20:30.679Z] #18 85.90 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-05-07T19:20:30.679Z] #18 85.91 Unpacking uidmap (1:4.5-1.1) ... [2020-05-07T19:20:31.016Z] #18 86.06 Selecting previously unselected package vim-runtime. [2020-05-07T19:20:31.016Z] #18 86.08 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-05-07T19:20:31.016Z] #18 86.15 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-05-07T19:20:31.016Z] #18 86.20 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-05-07T19:20:31.016Z] #18 86.22 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-05-07T19:20:33.671Z] --- PASS: TestBuildWithHugeFile (39.98s) [2020-05-07T19:20:33.671Z] === RUN TestBuildWithEmptyDockerfile [2020-05-07T19:20:33.671Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:20:33.671Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:20:33.671Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:20:33.671Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:20:33.671Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:20:33.671Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:20:33.671Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:20:33.671Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:20:33.671Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:20:33.671Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2020-05-07T19:20:33.671Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2020-05-07T19:20:33.671Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-05-07T19:20:33.671Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-05-07T19:20:33.671Z] === RUN TestBuildPreserveOwnership [2020-05-07T19:20:33.671Z] === RUN TestBuildPreserveOwnership/copy_from [2020-05-07T19:20:33.671Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-05-07T19:20:33.671Z] --- PASS: TestBuildPreserveOwnership (6.08s) [2020-05-07T19:20:33.671Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.96s) [2020-05-07T19:20:33.671Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.10s) [2020-05-07T19:20:33.671Z] === RUN TestBuildPlatformInvalid [2020-05-07T19:20:33.671Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-05-07T19:20:33.671Z] PASS [2020-05-07T19:20:33.671Z] [2020-05-07T19:20:33.671Z] === Skipped [2020-05-07T19:20:33.671Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-05-07T19:20:33.671Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:20:33.671Z] [2020-05-07T19:20:33.671Z] [2020-05-07T19:20:33.671Z] DONE 32 tests, 1 skipped in 87.067s [2020-05-07T19:20:33.671Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-05-07T19:20:33.671Z] ++ 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-05-07T19:20:33.671Z] ++ set -e [2020-05-07T19:20:33.671Z] ++ '[' -n 0 ']' [2020-05-07T19:20:33.671Z] ++ set -x [2020-05-07T19:20:33.672Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:20:33.672Z] INFO: Testing against a local daemon [2020-05-07T19:20:33.672Z] === RUN TestConfigInspect [2020-05-07T19:20:34.921Z] #18 ... [2020-05-07T19:20:34.921Z] [2020-05-07T19:20:34.921Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:34.921Z] #24 281.7 + mkdir -p /tmp/tmp.PrhrF2GYWe/src/github.com/docker [2020-05-07T19:20:34.921Z] #24 281.7 + mv components/cli /tmp/tmp.PrhrF2GYWe/src/github.com/docker/cli [2020-05-07T19:20:34.921Z] #24 281.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-05-07T19:20:36.955Z] --- PASS: TestConfigInspect (3.25s) [2020-05-07T19:20:36.955Z] === RUN TestConfigList [2020-05-07T19:20:39.760Z] #24 ... [2020-05-07T19:20:39.760Z] [2020-05-07T19:20:39.760Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:39.760Z] #18 91.59 Selecting previously unselected package vim. [2020-05-07T19:20:39.760Z] #18 91.61 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-05-07T19:20:39.760Z] #18 91.70 Unpacking vim (2:8.1.0875-5) ... [2020-05-07T19:20:39.760Z] #18 92.86 Selecting previously unselected package xfsprogs. [2020-05-07T19:20:39.760Z] #18 92.87 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-05-07T19:20:39.760Z] #18 92.89 Unpacking xfsprogs (4.20.0-1) ... [2020-05-07T19:20:39.760Z] #18 93.81 Selecting previously unselected package zip. [2020-05-07T19:20:39.760Z] #18 93.81 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-05-07T19:20:39.760Z] #18 93.83 Unpacking zip (3.0-11+b1) ... [2020-05-07T19:20:39.760Z] #18 94.08 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-05-07T19:20:39.760Z] #18 94.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-05-07T19:20:39.761Z] #18 94.11 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:39.761Z] #18 94.12 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-05-07T19:20:39.761Z] #18 94.13 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-05-07T19:20:39.761Z] #18 94.13 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:39.761Z] #18 94.16 Setting up uidmap (1:4.5-1.1) ... [2020-05-07T19:20:39.761Z] #18 94.18 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-05-07T19:20:39.761Z] #18 94.19 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-05-07T19:20:39.761Z] #18 94.20 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-05-07T19:20:39.761Z] #18 94.21 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-05-07T19:20:39.761Z] #18 94.22 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-05-07T19:20:39.761Z] #18 94.22 Setting up xxd (2:8.1.0875-5) ... [2020-05-07T19:20:39.761Z] #18 94.23 Setting up zip (3.0-11+b1) ... [2020-05-07T19:20:39.761Z] #18 94.25 Setting up vim-common (2:8.1.0875-5) ... [2020-05-07T19:20:39.761Z] #18 94.30 Setting up bash-completion (1:2.8-6) ... [2020-05-07T19:20:40.100Z] #18 ... [2020-05-07T19:20:40.100Z] [2020-05-07T19:20:40.100Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:40.100Z] #45 173.5 CC criu/cr-check.o [2020-05-07T19:20:40.100Z] #45 177.0 CC criu/cr-dedup.o [2020-05-07T19:20:40.100Z] #45 177.7 CC criu/cr-dump.o [2020-05-07T19:20:40.100Z] #45 182.6 CC criu/cr-errno.o [2020-05-07T19:20:40.100Z] #45 182.8 CC criu/cr-restore.o [2020-05-07T19:20:40.239Z] --- PASS: TestConfigList (3.27s) [2020-05-07T19:20:40.239Z] === RUN TestConfigsCreateAndDelete [2020-05-07T19:20:42.348Z] ................................................ [ 29%] [2020-05-07T19:20:42.447Z] #45 ... [2020-05-07T19:20:42.447Z] [2020-05-07T19:20:42.447Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:20:42.447Z] #48 279.3 net/http/httptrace [2020-05-07T19:20:42.447Z] #48 279.7 net/http [2020-05-07T19:20:43.524Z] --- PASS: TestConfigsCreateAndDelete (3.18s) [2020-05-07T19:20:43.524Z] === RUN TestConfigsUpdate [2020-05-07T19:20:45.775Z] #65 ... [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:45.775Z] #53 DONE 181.7s [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:45.775Z] #65 ... [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:20:45.775Z] #54 DONE 0.2s [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:45.775Z] #65 ... [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:20:45.775Z] #57 DONE 0.2s [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:20:45.775Z] #61 DONE 0.2s [2020-05-07T19:20:45.775Z] [2020-05-07T19:20:45.775Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:20:46.345Z] #48 ... [2020-05-07T19:20:46.345Z] [2020-05-07T19:20:46.345Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:46.345Z] #18 101.4 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-05-07T19:20:46.345Z] #18 101.4 Setting up xz-utils (5.2.4-1) ... [2020-05-07T19:20:46.345Z] #18 101.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-05-07T19:20:46.345Z] #18 101.5 Setting up sudo (1.8.27-1+deb10u2) ... [2020-05-07T19:20:46.345Z] #18 101.7 invoke-rc.d: could not determine current runlevel [2020-05-07T19:20:46.685Z] #18 101.8 invoke-rc.d: policy-rc.d denied execution of start. [2020-05-07T19:20:46.685Z] #18 101.8 Setting up pigz (2.4-1) ... [2020-05-07T19:20:46.685Z] #18 101.8 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-05-07T19:20:46.685Z] #18 101.8 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-05-07T19:20:46.685Z] #18 101.8 Setting up python-pip-whl (18.1-5) ... [2020-05-07T19:20:46.685Z] #18 101.9 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-05-07T19:20:46.685Z] #18 101.9 Setting up vim-runtime (2:8.1.0875-5) ... [2020-05-07T19:20:46.808Z] --- PASS: TestConfigsUpdate (3.26s) [2020-05-07T19:20:46.808Z] === RUN TestTemplatedConfig [2020-05-07T19:20:47.244Z] #65 160.4 + bin/containerd-stress [2020-05-07T19:20:47.419Z] #18 102.6 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-05-07T19:20:47.419Z] #18 102.6 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-05-07T19:20:47.419Z] #18 102.7 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-05-07T19:20:47.419Z] #18 102.7 Setting up vim (2:8.1.0875-5) ... [2020-05-07T19:20:47.419Z] #18 102.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-05-07T19:20:47.419Z] #18 102.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-05-07T19:20:47.419Z] #18 102.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-05-07T19:20:47.419Z] #18 102.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-05-07T19:20:47.419Z] #18 102.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-05-07T19:20:47.419Z] #18 102.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-05-07T19:20:47.419Z] #18 102.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-05-07T19:20:47.764Z] #18 102.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-05-07T19:20:47.764Z] #18 102.9 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-05-07T19:20:47.764Z] #18 103.0 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-05-07T19:20:47.764Z] #18 103.0 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-05-07T19:20:47.764Z] #18 103.0 Setting up jq (1.5+dfsg-2+b1) ... [2020-05-07T19:20:47.764Z] #18 103.0 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-05-07T19:20:47.764Z] #18 103.0 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-05-07T19:20:48.713Z] #65 161.7 + bin/containerd-shim [2020-05-07T19:20:50.095Z] --- PASS: TestTemplatedConfig (3.59s) [2020-05-07T19:20:50.095Z] === RUN TestConfigCreateResolve [2020-05-07T19:20:52.580Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:20:52.580Z] Loaded image: busybox:latest [2020-05-07T19:20:52.580Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:20:52.580Z] Loaded image: busybox:glibc [2020-05-07T19:20:52.580Z] Loaded image: debian:jessie [2020-05-07T19:20:52.580Z] Loaded image: busybox:latest [2020-05-07T19:20:52.580Z] Loaded image: hello-world:latest [2020-05-07T19:20:52.580Z] INFO: Testing against a local daemon [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-05-07T19:20:52.580Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-05-07T19:20:52.580Z] Loaded image: busybox:glibc [2020-05-07T19:20:52.580Z] Loaded image: debian:jessie [2020-05-07T19:20:52.580Z] Loaded image: hello-world:latest [2020-05-07T19:20:52.580Z] INFO: Testing against a local daemon [2020-05-07T19:20:52.580Z] === RUN TestDockerDaemonSuite [2020-05-07T19:20:52.580Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-05-07T19:20:53.086Z] #65 166.2 + bin/containerd-shim-runc-v1 [2020-05-07T19:20:53.380Z] --- PASS: TestConfigCreateResolve (3.16s) [2020-05-07T19:20:53.380Z] === RUN TestConfigDaemonLibtrustID [2020-05-07T19:20:53.638Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2020-05-07T19:20:53.638Z] PASS [2020-05-07T19:20:53.638Z] [2020-05-07T19:20:53.638Z] DONE 7 tests in 20.584s [2020-05-07T19:20:53.638Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-05-07T19:20:53.638Z] ++ 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-05-07T19:20:53.638Z] ++ set -e [2020-05-07T19:20:53.638Z] ++ '[' -n 0 ']' [2020-05-07T19:20:53.638Z] ++ set -x [2020-05-07T19:20:53.638Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:20:53.897Z] INFO: Testing against a local daemon [2020-05-07T19:20:53.897Z] === RUN TestCheckpoint [2020-05-07T19:20:53.897Z] --- SKIP: TestCheckpoint (0.00s) [2020-05-07T19:20:53.897Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:20:53.897Z] === RUN TestContainerInvalidJSON [2020-05-07T19:20:53.897Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:20:53.897Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:20:53.897Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:20:53.897Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:20:53.897Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:20:53.897Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:20:53.897Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:20:53.897Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:20:53.897Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:20:53.897Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-05-07T19:20:53.897Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-05-07T19:20:53.897Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-05-07T19:20:53.897Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-05-07T19:20:53.897Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-05-07T19:20:54.155Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-05-07T19:20:54.155Z] === RUN TestCopyFromContainerPathIsNotDir [2020-05-07T19:20:54.155Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-05-07T19:20:54.155Z] === RUN TestCopyToContainerPathDoesNotExist [2020-05-07T19:20:54.413Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-05-07T19:20:54.413Z] === RUN TestCopyToContainerPathIsNotDir [2020-05-07T19:20:54.413Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-05-07T19:20:54.413Z] === RUN TestCopyFromContainer [2020-05-07T19:20:55.151Z] #18 109.5 Setting up iptables (1.8.2-4) ... [2020-05-07T19:20:55.151Z] #18 109.6 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.6 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.6 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.6 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.7 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.7 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-05-07T19:20:55.151Z] #18 109.7 Setting up python3 (3.7.3-1) ... [2020-05-07T19:20:55.492Z] #18 110.6 Setting up python3-wheel (0.32.3-2) ... [2020-05-07T19:20:55.758Z] #65 168.4 + bin/containerd-shim-runc-v2 [2020-05-07T19:20:55.758Z] #65 169.0 + binaries [2020-05-07T19:20:56.040Z] #65 169.0 + mkdir -p /build [2020-05-07T19:20:56.040Z] #65 169.0 + cp bin/containerd /build/containerd [2020-05-07T19:20:56.040Z] #65 169.1 + cp bin/containerd-shim /build/containerd-shim [2020-05-07T19:20:56.040Z] #65 169.1 + cp bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-05-07T19:20:56.040Z] #65 169.1 + cp bin/ctr /build/ctr [2020-05-07T19:20:56.316Z] === RUN TestCopyFromContainer// [2020-05-07T19:20:56.322Z] #65 DONE 169.5s [2020-05-07T19:20:56.575Z] === RUN TestCopyFromContainer//bar/root [2020-05-07T19:20:56.575Z] === RUN TestCopyFromContainer//bar/root/ [2020-05-07T19:20:56.664Z] #18 111.9 Setting up apparmor (2.13.2-10) ... [2020-05-07T19:20:56.833Z] === RUN TestCopyFromContainer/bar/quux [2020-05-07T19:20:56.833Z] === RUN TestCopyFromContainer/bar/quux/ [2020-05-07T19:20:56.938Z] [2020-05-07T19:20:56.938Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:20:57.091Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-05-07T19:20:57.091Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-05-07T19:20:57.091Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-05-07T19:20:57.221Z] #66 DONE 0.3s [2020-05-07T19:20:57.221Z] [2020-05-07T19:20:57.221Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:20:57.352Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-05-07T19:20:57.352Z] === RUN TestCopyFromContainer/bar/notarget [2020-05-07T19:20:57.503Z] #70 DONE 0.2s [2020-05-07T19:20:57.503Z] [2020-05-07T19:20:57.503Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:20:57.503Z] #72 DONE 0.1s [2020-05-07T19:20:57.503Z] [2020-05-07T19:20:57.503Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer (3.14s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-05-07T19:20:57.610Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-05-07T19:20:57.610Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-05-07T19:20:57.610Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:20:57.610Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:20:57.610Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:20:57.610Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:20:57.610Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:20:57.610Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:20:57.610Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:20:57.610Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:20:57.610Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:20:57.610Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-05-07T19:20:57.610Z] === RUN TestCreateLinkToNonExistingContainer [2020-05-07T19:20:57.610Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-05-07T19:20:57.610Z] === RUN TestCreateWithInvalidEnv [2020-05-07T19:20:57.610Z] === RUN TestCreateWithInvalidEnv/0 [2020-05-07T19:20:57.610Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-05-07T19:20:57.610Z] === RUN TestCreateWithInvalidEnv/1 [2020-05-07T19:20:57.610Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-05-07T19:20:57.610Z] === RUN TestCreateWithInvalidEnv/2 [2020-05-07T19:20:57.610Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-05-07T19:20:57.610Z] === CONT TestCreateWithInvalidEnv/0 [2020-05-07T19:20:57.610Z] === CONT TestCreateWithInvalidEnv/1 [2020-05-07T19:20:57.610Z] === CONT TestCreateWithInvalidEnv/2 [2020-05-07T19:20:57.610Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-05-07T19:20:57.610Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-05-07T19:20:57.610Z] === RUN TestCreateTmpfsMountsTarget [2020-05-07T19:20:57.610Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-05-07T19:20:57.610Z] === RUN TestCreateWithCustomMaskedPaths [2020-05-07T19:20:57.784Z] #75 DONE 0.1s [2020-05-07T19:20:57.784Z] [2020-05-07T19:20:57.784Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:20:57.784Z] #76 DONE 0.1s [2020-05-07T19:20:57.784Z] [2020-05-07T19:20:57.784Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:20:58.400Z] #77 DONE 0.7s [2020-05-07T19:20:58.683Z] [2020-05-07T19:20:58.683Z] #78 exporting to image [2020-05-07T19:20:58.683Z] #78 exporting layers [2020-05-07T19:20:59.001Z] #18 ... [2020-05-07T19:20:59.001Z] [2020-05-07T19:20:59.001Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:20:59.001Z] #45 192.4 CC criu/cr-service.o [2020-05-07T19:20:59.001Z] #45 195.9 CC criu/crtools.o [2020-05-07T19:20:59.001Z] #45 197.3 CC criu/eventfd.o [2020-05-07T19:20:59.001Z] #45 197.9 CC criu/eventpoll.o [2020-05-07T19:20:59.001Z] #45 199.6 CC criu/external.o [2020-05-07T19:20:59.001Z] #45 200.4 CC criu/fault-injection.o [2020-05-07T19:20:59.001Z] #45 200.8 CC criu/fdstore.o [2020-05-07T19:20:59.001Z] #45 201.4 CC criu/fifo.o [2020-05-07T19:20:59.001Z] #45 202.1 CC criu/file-ids.o [2020-05-07T19:20:59.347Z] #45 202.9 CC criu/file-lock.o [2020-05-07T19:20:59.689Z] #45 ... [2020-05-07T19:20:59.689Z] [2020-05-07T19:20:59.689Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:20:59.689Z] #18 114.9 Setting up xfsprogs (4.20.0-1) ... [2020-05-07T19:20:59.689Z] #18 114.9 Setting up python3-lib2to3 (3.7.3-1) ... [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:21:00.142Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:21:00.142Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-05-07T19:21:00.142Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2020-05-07T19:21:00.142Z] === RUN TestCreateWithCustomReadonlyPaths [2020-05-07T19:21:00.868Z] #18 116.0 Setting up python3-pkg-resources (40.8.0-1) ... [2020-05-07T19:21:01.354Z] #78 exporting layers 2.6s done [2020-05-07T19:21:01.354Z] #78 writing image sha256:0f25f556f4234a7ca4b58181821e830204f505167e6d294afb688ec0eba92500 done [2020-05-07T19:21:01.354Z] #78 naming to docker.io/library/docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 done [2020-05-07T19:21:01.354Z] #78 DONE 2.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-05-07T19:21:01.725Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-05-07T19:21:01.779Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/test/unit [2020-05-07T19:21:02.530Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-05-07T19:21:02.530Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-05-07T19:21:02.530Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-05-07T19:21:02.530Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-05-07T19:21:02.765Z] #18 117.8 Setting up python3-distutils (3.7.3-1) ... [2020-05-07T19:21:02.765Z] #18 ... [2020-05-07T19:21:02.765Z] [2020-05-07T19:21:02.765Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:21:02.765Z] #48 300.0 github.com/LK4D4/vndr/godl [2020-05-07T19:21:02.765Z] #48 301.4 github.com/LK4D4/vndr [2020-05-07T19:21:02.787Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.40s) [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:21:02.890Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:21:02.890Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:21:02.890Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:21:02.890Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:21:02.890Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:21:02.890Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:21:02.890Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:21:02.890Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:21:02.890Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:21:02.890Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:21:02.890Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-05-07T19:21:02.890Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-05-07T19:21:02.890Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-05-07T19:21:03.044Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-05-07T19:21:03.044Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-05-07T19:21:03.104Z] #48 ... [2020-05-07T19:21:03.104Z] [2020-05-07T19:21:03.104Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:21:03.104Z] #45 205.0 CC criu/files-ext.o [2020-05-07T19:21:03.104Z] #45 205.9 CC criu/files-reg.o [2020-05-07T19:21:03.458Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2020-05-07T19:21:03.458Z] === RUN TestContainerStartOnDaemonRestart [2020-05-07T19:21:03.458Z] === PAUSE TestContainerStartOnDaemonRestart [2020-05-07T19:21:03.458Z] === RUN TestDaemonRestartIpcMode [2020-05-07T19:21:03.458Z] === PAUSE TestDaemonRestartIpcMode [2020-05-07T19:21:03.458Z] === RUN TestDaemonHostGatewayIP [2020-05-07T19:21:03.458Z] === PAUSE TestDaemonHostGatewayIP [2020-05-07T19:21:03.458Z] === RUN TestContainerKillOnDaemonStart [2020-05-07T19:21:03.458Z] === PAUSE TestContainerKillOnDaemonStart [2020-05-07T19:21:03.458Z] === RUN TestDiff [2020-05-07T19:21:04.395Z] --- PASS: TestDiff (0.77s) [2020-05-07T19:21:04.395Z] === RUN TestExecWithCloseStdin [2020-05-07T19:21:04.451Z] ? github.com/docker/docker/api [no test files] [2020-05-07T19:21:04.936Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-05-07T19:21:05.193Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-05-07T19:21:05.193Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-05-07T19:21:05.193Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-05-07T19:21:05.331Z] --- PASS: TestExecWithCloseStdin (0.94s) [2020-05-07T19:21:05.331Z] === RUN TestExec [2020-05-07T19:21:05.450Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-05-07T19:21:06.013Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-05-07T19:21:06.267Z] --- PASS: TestExec (0.96s) [2020-05-07T19:21:06.267Z] === RUN TestExecUser [2020-05-07T19:21:07.201Z] --- PASS: TestExecUser (0.89s) [2020-05-07T19:21:07.201Z] === RUN TestExportContainerAndImportImage [2020-05-07T19:21:07.382Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-05-07T19:21:07.382Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-05-07T19:21:07.639Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-05-07T19:21:07.639Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-05-07T19:21:07.639Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-05-07T19:21:07.958Z] #45 210.7 CC criu/files.o [2020-05-07T19:21:08.136Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-05-07T19:21:08.137Z] === RUN TestExportContainerAfterDaemonRestart [2020-05-07T19:21:08.204Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-05-07T19:21:08.297Z] #45 ... [2020-05-07T19:21:08.297Z] [2020-05-07T19:21:08.297Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-05-07T19:21:08.297Z] #18 118.8 Setting up python3-setuptools (40.8.0-1) ... [2020-05-07T19:21:08.297Z] #18 121.8 Setting up python3-pip (18.1-5) ... [2020-05-07T19:21:08.297Z] #18 123.6 Processing triggers for libc-bin (2.28-10) ... [2020-05-07T19:21:08.637Z] #18 123.7 Processing triggers for mime-support (3.62) ... [2020-05-07T19:21:08.985Z] #18 DONE 124.2s [2020-05-07T19:21:08.985Z] [2020-05-07T19:21:08.985Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:21:09.115Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-05-07T19:21:09.322Z] #19 ... [2020-05-07T19:21:09.322Z] [2020-05-07T19:21:09.322Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:21:09.322Z] #48 DONE 316.6s [2020-05-07T19:21:09.322Z] [2020-05-07T19:21:09.322Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-05-07T19:21:09.322Z] #19 0.559 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-05-07T19:21:09.661Z] #19 0.591 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-05-07T19:21:09.661Z] #19 0.617 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-05-07T19:21:09.661Z] #19 DONE 0.7s [2020-05-07T19:21:09.661Z] [2020-05-07T19:21:09.661Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:21:10.039Z] --- PASS: TestExportContainerAfterDaemonRestart (1.97s) [2020-05-07T19:21:10.039Z] === RUN TestHealthCheckWorkdir [2020-05-07T19:21:11.415Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-05-07T19:21:11.415Z] === RUN TestHealthKillContainer [2020-05-07T19:21:11.477Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-05-07T19:21:11.733Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-05-07T19:21:12.818Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-05-07T19:21:12.982Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-05-07T19:21:14.257Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-05-07T19:21:14.257Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-05-07T19:21:14.698Z] --- PASS: TestHealthKillContainer (2.95s) [2020-05-07T19:21:14.698Z] === RUN TestInspectCpusetInConfigPre120 [2020-05-07T19:21:14.957Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2020-05-07T19:21:14.957Z] === RUN TestIpcModeNone [2020-05-07T19:21:15.892Z] --- PASS: TestIpcModeNone (0.89s) [2020-05-07T19:21:15.892Z] === RUN TestIpcModePrivate [2020-05-07T19:21:16.151Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-05-07T19:21:16.714Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-05-07T19:21:16.827Z] --- PASS: TestIpcModePrivate (0.86s) [2020-05-07T19:21:16.827Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2020-05-07T19:21:16.827Z] === RUN TestIpcModeShareable [2020-05-07T19:21:17.062Z] #20 ... [2020-05-07T19:21:17.062Z] [2020-05-07T19:21:17.062Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:21:17.062Z] #45 216.4 CC criu/filesystems.o [2020-05-07T19:21:17.062Z] #45 218.0 CC criu/fsnotify.o [2020-05-07T19:21:17.062Z] #45 220.7 CC criu/image-desc.o [2020-05-07T19:21:17.409Z] #45 221.1 CC criu/image.o [2020-05-07T19:21:17.645Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-05-07T19:21:17.763Z] --- PASS: TestIpcModeShareable (0.87s) [2020-05-07T19:21:17.763Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:100, shared: true, mustBeShared: true [2020-05-07T19:21:17.763Z] === RUN TestAPIIpcModeShareableAndContainer [2020-05-07T19:21:18.590Z] #45 ... [2020-05-07T19:21:18.590Z] [2020-05-07T19:21:18.590Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-05-07T19:21:18.590Z] #20 8.052 Collecting yamllint==1.16.0 [2020-05-07T19:21:18.590Z] #20 8.528 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-05-07T19:21:18.590Z] #20 8.750 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-05-07T19:21:18.590Z] #20 8.874 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-05-07T19:21:18.590Z] #20 9.020 Collecting pyyaml (from yamllint==1.16.0) [2020-05-07T19:21:18.928Z] #20 9.325 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-05-07T19:21:19.014Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-05-07T19:21:19.944Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-05-07T19:21:20.294Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2020-05-07T19:21:20.294Z] === RUN TestAPIIpcModeHost [2020-05-07T19:21:20.875Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-05-07T19:21:20.875Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-05-07T19:21:21.229Z] --- PASS: TestAPIIpcModeHost (0.71s) [2020-05-07T19:21:21.229Z] === RUN TestDaemonIpcModeShareable [2020-05-07T19:21:21.384Z] 65014b3c3121: Pull complete [2020-05-07T19:21:21.948Z] #20 12.07 Building wheels for collected packages: pyyaml [2020-05-07T19:21:21.948Z] #20 12.07 Running setup.py bdist_wheel for pyyaml: started [2020-05-07T19:21:22.245Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-05-07T19:21:23.197Z] --- PASS: TestDaemonIpcModeShareable (2.01s) [2020-05-07T19:21:23.197Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2020-05-07T19:21:23.197Z] === RUN TestDaemonIpcModePrivate [2020-05-07T19:21:23.339Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-05-07T19:21:23.596Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-05-07T19:21:24.341Z] #20 14.60 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-05-07T19:21:24.341Z] #20 14.60 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-05-07T19:21:24.341Z] #20 14.75 Successfully built pyyaml [2020-05-07T19:21:24.341Z] #20 14.77 Installing collected packages: pathspec, pyyaml, yamllint [2020-05-07T19:21:25.066Z] #20 15.40 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-05-07T19:21:25.099Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2020-05-07T19:21:25.099Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:117, shared: false, mustBeShared: false [2020-05-07T19:21:25.099Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-05-07T19:21:25.410Z] #20 DONE 15.7s [2020-05-07T19:21:25.410Z] [2020-05-07T19:21:25.410Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:21:25.410Z] #45 223.0 CC criu/ipc_ns.o [2020-05-07T19:21:25.410Z] #45 225.6 CC criu/irmap.o [2020-05-07T19:21:25.410Z] #45 226.9 CC criu/kcmp-ids.o [2020-05-07T19:21:25.410Z] #45 227.6 CC criu/kerndat.o [2020-05-07T19:21:26.117Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-05-07T19:21:26.175Z] #45 229.8 CC criu/libnetlink.o [2020-05-07T19:21:26.902Z] #45 ... [2020-05-07T19:21:26.902Z] [2020-05-07T19:21:26.902Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-05-07T19:21:26.902Z] #31 DONE 334.3s [2020-05-07T19:21:26.902Z] [2020-05-07T19:21:26.902Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:21:27.020Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2020-05-07T19:21:27.020Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:117, shared: false, mustBeShared: false [2020-05-07T19:21:27.020Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-05-07T19:21:27.240Z] #66 ... [2020-05-07T19:21:27.240Z] [2020-05-07T19:21:27.240Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:21:27.240Z] #45 230.8 CC criu/log.o [2020-05-07T19:21:28.013Z] === RUN TestDockerSuite/TestAttachDetach [2020-05-07T19:21:28.013Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-05-07T19:21:28.922Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2020-05-07T19:21:28.922Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2020-05-07T19:21:28.922Z] === RUN TestIpcModeOlderClient [2020-05-07T19:21:28.922Z] === PAUSE TestIpcModeOlderClient [2020-05-07T19:21:28.922Z] === RUN TestKillContainerInvalidSignal [2020-05-07T19:21:28.940Z] #45 232.3 CC criu/lsm.o [2020-05-07T19:21:28.945Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-05-07T19:21:29.488Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2020-05-07T19:21:29.488Z] === RUN TestKillContainer [2020-05-07T19:21:29.488Z] === RUN TestKillContainer/no_signal [2020-05-07T19:21:29.666Z] #45 233.1 CC criu/mem.o [2020-05-07T19:21:30.319Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-05-07T19:21:30.423Z] === RUN TestKillContainer/non_killing_signal [2020-05-07T19:21:30.681Z] === RUN TestKillContainer/killing_signal [2020-05-07T19:21:31.723Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-05-07T19:21:32.056Z] --- PASS: TestKillContainer (2.42s) [2020-05-07T19:21:32.056Z] --- PASS: TestKillContainer/no_signal (0.80s) [2020-05-07T19:21:32.056Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2020-05-07T19:21:32.056Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-05-07T19:21:32.056Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-05-07T19:21:32.056Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-05-07T19:21:32.624Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-05-07T19:21:32.657Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-05-07T19:21:32.677Z] #45 235.8 CC criu/mount.o [2020-05-07T19:21:32.871Z] --- PASS: TestImportExtremelyLargeImageWorks (103.94s) [2020-05-07T19:21:32.871Z] PASS [2020-05-07T19:21:32.871Z] [2020-05-07T19:21:32.871Z] === Skipped [2020-05-07T19:21:32.871Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:21:32.871Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-05-07T19:21:32.871Z] [2020-05-07T19:21:32.871Z] [2020-05-07T19:21:32.871Z] DONE 12 tests, 1 skipped in 108.374s [2020-05-07T19:21:32.871Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.871Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.871Z] === RUN TestNetworkCreateDelete [2020-05-07T19:21:32.871Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-05-07T19:21:32.871Z] === RUN TestDockerNetworkDeletePreferID [2020-05-07T19:21:32.871Z] --- PASS: TestDockerNetworkDeletePreferID (0.28s) [2020-05-07T19:21:32.871Z] === RUN TestInspectNetwork [2020-05-07T19:21:32.871Z] --- SKIP: TestInspectNetwork (0.00s) [2020-05-07T19:21:32.871Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.871Z] === RUN TestRunContainerWithBridgeNone [2020-05-07T19:21:32.871Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-05-07T19:21:32.871Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.871Z] === RUN TestNetworkInvalidJSON [2020-05-07T19:21:32.872Z] === RUN TestNetworkInvalidJSON//networks/create [2020-05-07T19:21:32.872Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-05-07T19:21:32.872Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:21:32.872Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:21:32.872Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:21:32.872Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:21:32.872Z] === CONT TestNetworkInvalidJSON//networks/create [2020-05-07T19:21:32.872Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:21:32.872Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:21:32.872Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-05-07T19:21:32.872Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-05-07T19:21:32.872Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-05-07T19:21:32.872Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-05-07T19:21:32.872Z] === RUN TestHostIPv4BridgeLabel [2020-05-07T19:21:32.872Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-05-07T19:21:32.872Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDaemonRestartWithLiveRestore [2020-05-07T19:21:32.872Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2020-05-07T19:21:32.872Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDaemonDefaultNetworkPools [2020-05-07T19:21:32.872Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDaemonRestartWithExistingNetwork [2020-05-07T19:21:32.872Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-05-07T19:21:32.872Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-05-07T19:21:32.872Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestServiceWithPredefinedNetwork [2020-05-07T19:21:32.872Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-05-07T19:21:32.872Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:21:32.872Z] === RUN TestServiceWithDataPathPortInit [2020-05-07T19:21:32.872Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-05-07T19:21:32.872Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === Skipped [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-05-07T19:21:32.872Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-05-07T19:21:32.872Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-05-07T19:21:32.872Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2020-05-07T19:21:32.872Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-05-07T19:21:32.872Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 18 tests, 12 skipped in 0.594s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.872Z] === RUN TestDockerNetworkIpvlanPersistance [2020-05-07T19:21:32.872Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:21:32.872Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:21:32.872Z] === RUN TestDockerNetworkIpvlan [2020-05-07T19:21:32.872Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:21:32.872Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === Skipped [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:21:32.872Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:21:32.872Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 2 tests, 2 skipped in 0.164s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.872Z] === RUN TestDockerNetworkMacvlanPersistance [2020-05-07T19:21:32.872Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-05-07T19:21:32.872Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] === RUN TestDockerNetworkMacvlan [2020-05-07T19:21:32.872Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-05-07T19:21:32.872Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === Skipped [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-05-07T19:21:32.872Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-05-07T19:21:32.872Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 2 tests, 2 skipped in 0.122s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] testing: warning: no tests to run [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 0 tests in 0.032s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginAllowRequest [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginTLS [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginDenyRequest [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginAPIDenyResponse [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginDenyResponse [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginAllowEventStream [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginErrorResponse [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginErrorRequest [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginHeader [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.23s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginV2Disable [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginV2Disable (0.03s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-05-07T19:21:32.872Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === Skipped [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.23s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.03s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-05-07T19:21:32.872Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 17 tests, 17 skipped in 0.463s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.872Z] === RUN TestPluginInvalidJSON [2020-05-07T19:21:32.872Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:21:32.872Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:21:32.872Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:21:32.872Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-05-07T19:21:32.872Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-05-07T19:21:32.872Z] === RUN TestPluginInstall [2020-05-07T19:21:32.872Z] --- SKIP: TestPluginInstall (0.00s) [2020-05-07T19:21:32.872Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] PASS [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] === Skipped [2020-05-07T19:21:32.872Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-05-07T19:21:32.872Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] [2020-05-07T19:21:32.872Z] DONE 3 tests, 1 skipped in 0.163s [2020-05-07T19:21:32.872Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-05-07T19:21:32.872Z] INFO: Testing against a local daemon [2020-05-07T19:21:32.872Z] === RUN TestExternalGraphDriver [2020-05-07T19:21:32.872Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-05-07T19:21:32.872Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-05-07T19:21:32.872Z] === RUN TestGraphdriverPluginV2 [2020-05-07T19:21:33.415Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-05-07T19:21:33.437Z] --- PASS: TestGraphdriverPluginV2 (6.29s) [2020-05-07T19:21:33.437Z] PASS [2020-05-07T19:21:33.437Z] [2020-05-07T19:21:33.437Z] === Skipped [2020-05-07T19:21:33.437Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-05-07T19:21:33.437Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-05-07T19:21:33.437Z] [2020-05-07T19:21:33.437Z] [2020-05-07T19:21:33.437Z] DONE 2 tests, 1 skipped in 6.507s [2020-05-07T19:21:33.437Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-05-07T19:21:33.437Z] INFO: Testing against a local daemon [2020-05-07T19:21:33.437Z] === RUN TestContinueAfterPluginCrash [2020-05-07T19:21:33.437Z] === PAUSE TestContinueAfterPluginCrash [2020-05-07T19:21:33.437Z] === RUN TestReadPluginNoRead [2020-05-07T19:21:33.437Z] === PAUSE TestReadPluginNoRead [2020-05-07T19:21:33.437Z] === RUN TestDaemonStartWithLogOpt [2020-05-07T19:21:33.437Z] === PAUSE TestDaemonStartWithLogOpt [2020-05-07T19:21:33.437Z] === CONT TestContinueAfterPluginCrash [2020-05-07T19:21:33.437Z] === CONT TestDaemonStartWithLogOpt [2020-05-07T19:21:33.558Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s) [2020-05-07T19:21:33.558Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-05-07T19:21:33.558Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-05-07T19:21:33.558Z] === RUN TestKillStoppedContainer [2020-05-07T19:21:33.558Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-05-07T19:21:33.558Z] === RUN TestKillStoppedContainerAPIPre120 [2020-05-07T19:21:33.558Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-05-07T19:21:33.558Z] === RUN TestKillDifferentUserContainer [2020-05-07T19:21:34.032Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-05-07T19:21:34.494Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2020-05-07T19:21:34.494Z] === RUN TestInspectOomKilledTrue [2020-05-07T19:21:34.494Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-05-07T19:21:34.494Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:21:34.494Z] === RUN TestInspectOomKilledFalse [2020-05-07T19:21:34.494Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-05-07T19:21:34.494Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:21:34.494Z] === RUN TestLinksEtcHostsContentMatch [2020-05-07T19:21:34.973Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-05-07T19:21:34.973Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-05-07T19:21:35.061Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-05-07T19:21:35.061Z] === RUN TestLinksContainerNames [2020-05-07T19:21:36.875Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-05-07T19:21:36.875Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-05-07T19:21:36.963Z] --- PASS: TestLinksContainerNames (1.68s) [2020-05-07T19:21:36.963Z] === RUN TestLogsFollowTailEmpty [2020-05-07T19:21:37.530Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2020-05-07T19:21:37.530Z] === RUN TestContainerNetworkMountsNoChown [2020-05-07T19:21:38.465Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/default [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/default [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/private [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/private [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rprivate [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rprivate [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/slave [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/slave [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rslave [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rslave [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/shared [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/shared [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rshared [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rshared [2020-05-07T19:21:38.465Z] === CONT TestMountDaemonRoot/default [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/default/bind_root [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-05-07T19:21:38.465Z] === CONT TestMountDaemonRoot/rslave [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:21:38.465Z] === CONT TestMountDaemonRoot/rshared [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:21:38.465Z] === CONT TestMountDaemonRoot/slave [2020-05-07T19:21:38.465Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:21:38.465Z] === CONT TestMountDaemonRoot/rprivate [2020-05-07T19:21:38.465Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/default/mount_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/private [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/private/bind_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/private/mount_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/shared [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-05-07T19:21:38.466Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:21:38.466Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/default/bind_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/private/bind_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/default/mount_root [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:21:38.466Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/private/mount_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:21:38.724Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:21:38.742Z] #45 241.9 CC criu/namespaces.o [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-05-07T19:21:38.982Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/slave (0.01s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-05-07T19:21:38.983Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-05-07T19:21:38.983Z] === RUN TestContainerBindMountNonRecursive [2020-05-07T19:21:39.487Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-05-07T19:21:39.487Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-05-07T19:21:40.051Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-05-07T19:21:40.308Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-05-07T19:21:40.808Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-05-07T19:21:40.872Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-05-07T19:21:40.886Z] --- PASS: TestContainerBindMountNonRecursive (1.88s) [2020-05-07T19:21:40.886Z] === RUN TestNetworkNat [2020-05-07T19:21:41.821Z] --- PASS: TestNetworkNat (0.89s) [2020-05-07T19:21:41.821Z] === RUN TestNetworkLocalhostTCPNat [2020-05-07T19:21:41.827Z] #45 245.0 CC criu/net.o [2020-05-07T19:21:42.242Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-05-07T19:21:42.498Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-05-07T19:21:42.498Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-05-07T19:21:42.542Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-05-07T19:21:42.756Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-05-07T19:21:42.757Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-05-07T19:21:42.757Z] === RUN TestNetworkLoopbackNat [2020-05-07T19:21:43.695Z] --- PASS: TestNetworkLoopbackNat (1.14s) [2020-05-07T19:21:43.695Z] === RUN TestPause [2020-05-07T19:21:44.123Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-05-07T19:21:44.630Z] --- PASS: TestPause (0.85s) [2020-05-07T19:21:44.630Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-05-07T19:21:44.630Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:21:44.630Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:21:44.630Z] === RUN TestPauseStopPausedContainer [2020-05-07T19:21:45.052Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-05-07T19:21:45.052Z] --- PASS: TestBuildWithHugeFile (85.52s) [2020-05-07T19:21:45.052Z] === RUN TestBuildWithEmptyDockerfile [2020-05-07T19:21:45.052Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:21:45.052Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:21:45.052Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:21:45.052Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:21:45.052Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:21:45.052Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:21:45.052Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:21:45.052Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:21:45.308Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:21:45.308Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-05-07T19:21:45.308Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2020-05-07T19:21:45.308Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2020-05-07T19:21:45.308Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2020-05-07T19:21:45.308Z] === RUN TestBuildPreserveOwnership [2020-05-07T19:21:45.308Z] === RUN TestBuildPreserveOwnership/copy_from [2020-05-07T19:21:45.565Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-05-07T19:21:45.566Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-05-07T19:21:45.566Z] === RUN TestPsFilter [2020-05-07T19:21:45.566Z] --- PASS: TestPsFilter (0.27s) [2020-05-07T19:21:45.566Z] === RUN TestRemoveContainerWithRemovedVolume [2020-05-07T19:21:46.502Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-05-07T19:21:46.502Z] === RUN TestRemoveContainerWithVolume [2020-05-07T19:21:46.923Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-05-07T19:21:47.437Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-05-07T19:21:47.437Z] === RUN TestRemoveContainerRunning [2020-05-07T19:21:47.459Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-05-07T19:21:47.863Z] #45 250.7 CC criu/netfilter.o [2020-05-07T19:21:47.863Z] #45 251.3 CC criu/page-pipe.o [2020-05-07T19:21:48.004Z] --- PASS: TestRemoveContainerRunning (0.79s) [2020-05-07T19:21:48.004Z] === RUN TestRemoveContainerForceRemoveRunning [2020-05-07T19:21:48.294Z] --- PASS: TestDaemonStartWithLogOpt (13.22s) [2020-05-07T19:21:48.294Z] === CONT TestReadPluginNoRead [2020-05-07T19:21:48.939Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s) [2020-05-07T19:21:48.939Z] === RUN TestRemoveInvalidContainer [2020-05-07T19:21:48.939Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-05-07T19:21:48.939Z] === RUN TestRenameLinkedContainer [2020-05-07T19:21:49.084Z] #45 252.4 CC criu/page-xfer.o [2020-05-07T19:21:49.980Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-05-07T19:21:49.980Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-05-07T19:21:50.814Z] --- PASS: TestContinueAfterPluginCrash (16.77s) [2020-05-07T19:21:50.814Z] === RUN TestReadPluginNoRead/default [2020-05-07T19:21:50.909Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-05-07T19:21:51.402Z] #45 254.8 CC criu/pagemap-cache.o [2020-05-07T19:21:51.839Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-05-07T19:21:51.839Z] --- PASS: TestBuildPreserveOwnership (6.33s) [2020-05-07T19:21:51.839Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.17s) [2020-05-07T19:21:51.839Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.16s) [2020-05-07T19:21:51.839Z] === RUN TestBuildPlatformInvalid [2020-05-07T19:21:51.839Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-05-07T19:21:51.839Z] PASS [2020-05-07T19:21:51.839Z] [2020-05-07T19:21:51.839Z] === Skipped [2020-05-07T19:21:51.839Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-05-07T19:21:51.839Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:21:51.839Z] [2020-05-07T19:21:51.839Z] [2020-05-07T19:21:51.839Z] DONE 32 tests, 1 skipped in 169.810s [2020-05-07T19:21:51.839Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-05-07T19:21:51.839Z] ++ 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-05-07T19:21:51.839Z] ++ set -e [2020-05-07T19:21:51.839Z] ++ '[' -n 0 ']' [2020-05-07T19:21:51.839Z] ++ set -x [2020-05-07T19:21:51.839Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:21:52.095Z] INFO: Testing against a local daemon [2020-05-07T19:21:52.095Z] === RUN TestConfigInspect [2020-05-07T19:21:52.149Z] #45 255.5 CC criu/pagemap.o [2020-05-07T19:21:52.223Z] --- PASS: TestRenameLinkedContainer (3.13s) [2020-05-07T19:21:52.223Z] === RUN TestRenameStoppedContainer [2020-05-07T19:21:52.790Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-05-07T19:21:52.790Z] === RUN TestRenameRunningContainerAndReuse [2020-05-07T19:21:53.333Z] === RUN TestReadPluginNoRead/disabled_caching [2020-05-07T19:21:53.839Z] #45 257.4 CC criu/parasite-syscall.o [2020-05-07T19:21:54.692Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2020-05-07T19:21:54.692Z] === RUN TestRenameInvalidName [2020-05-07T19:21:55.258Z] --- PASS: TestRenameInvalidName (0.78s) [2020-05-07T19:21:55.258Z] === RUN TestRenameAnonymousContainer [2020-05-07T19:21:55.365Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-05-07T19:21:55.365Z] --- PASS: TestConfigInspect (3.37s) [2020-05-07T19:21:55.365Z] === RUN TestConfigList [2020-05-07T19:21:55.544Z] #45 259.0 CC criu/path.o [2020-05-07T19:21:55.852Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-05-07T19:21:55.887Z] #45 259.5 CC criu/pie-util-vdso.o [2020-05-07T19:21:56.625Z] #45 260.3 CC criu/pie-util.o [2020-05-07T19:21:57.014Z] #45 260.6 CC criu/pipes.o [2020-05-07T19:21:58.228Z] #45 261.8 CC criu/plugin.o [2020-05-07T19:21:58.371Z] --- PASS: TestReadPluginNoRead (11.47s) [2020-05-07T19:21:58.371Z] --- PASS: TestReadPluginNoRead/default (2.57s) [2020-05-07T19:21:58.371Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.65s) [2020-05-07T19:21:58.371Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.61s) [2020-05-07T19:21:58.371Z] read_test.go:91: [d6fc1fa83e078] daemon is not started [2020-05-07T19:21:58.371Z] PASS [2020-05-07T19:21:58.371Z] [2020-05-07T19:21:58.371Z] DONE 6 tests in 24.828s [2020-05-07T19:21:58.371Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-05-07T19:21:58.371Z] testing: warning: no tests to run [2020-05-07T19:21:58.371Z] PASS [2020-05-07T19:21:58.371Z] [2020-05-07T19:21:58.371Z] DONE 0 tests in 0.039s [2020-05-07T19:21:58.371Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-05-07T19:21:58.371Z] INFO: Testing against a local daemon [2020-05-07T19:21:58.371Z] === RUN TestPluginWithDevMounts [2020-05-07T19:21:58.371Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-05-07T19:21:58.371Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-05-07T19:21:58.371Z] PASS [2020-05-07T19:21:58.371Z] [2020-05-07T19:21:58.371Z] === Skipped [2020-05-07T19:21:58.371Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-05-07T19:21:58.371Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-05-07T19:21:58.371Z] [2020-05-07T19:21:58.371Z] [2020-05-07T19:21:58.371Z] DONE 1 tests, 1 skipped in 0.134s [2020-05-07T19:21:58.371Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-05-07T19:21:58.628Z] INFO: Testing against a local daemon [2020-05-07T19:21:58.628Z] === RUN TestSecretInspect [2020-05-07T19:21:58.628Z] --- SKIP: TestSecretInspect (0.02s) [2020-05-07T19:21:58.628Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] === RUN TestSecretList [2020-05-07T19:21:58.628Z] --- SKIP: TestSecretList (0.02s) [2020-05-07T19:21:58.628Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] === RUN TestSecretsCreateAndDelete [2020-05-07T19:21:58.628Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] === RUN TestSecretsUpdate [2020-05-07T19:21:58.628Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] === RUN TestTemplatedSecret [2020-05-07T19:21:58.628Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-05-07T19:21:58.628Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] === RUN TestSecretCreateResolve [2020-05-07T19:21:58.628Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] PASS [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === Skipped [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-05-07T19:21:58.628Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-05-07T19:21:58.628Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-05-07T19:21:58.628Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-05-07T19:21:58.628Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] [2020-05-07T19:21:58.628Z] DONE 6 tests, 6 skipped in 0.188s [2020-05-07T19:21:58.628Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-05-07T19:21:58.635Z] --- PASS: TestConfigList (3.29s) [2020-05-07T19:21:58.635Z] === RUN TestConfigsCreateAndDelete [2020-05-07T19:21:58.885Z] INFO: Testing against a local daemon [2020-05-07T19:21:58.885Z] === RUN TestServiceCreateInit [2020-05-07T19:21:58.885Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-05-07T19:21:58.885Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-05-07T19:21:58.885Z] --- PASS: TestServiceCreateInit (0.02s) [2020-05-07T19:21:58.885Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-05-07T19:21:58.885Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-05-07T19:21:58.885Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceMultipleTimes [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2020-05-07T19:21:58.885Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceConflict [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceConflict (0.02s) [2020-05-07T19:21:58.885Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceMaxReplicas [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-05-07T19:21:58.885Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateWithDuplicateNetworkNames [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-05-07T19:21:58.885Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceSecretFileMode [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-05-07T19:21:58.885Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceConfigFileMode [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-05-07T19:21:58.885Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceSysctls [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-05-07T19:21:58.885Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateServiceCapabilities [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-05-07T19:21:58.885Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestInspect [2020-05-07T19:21:58.885Z] --- SKIP: TestInspect (0.01s) [2020-05-07T19:21:58.885Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestCreateJob [2020-05-07T19:21:58.885Z] --- SKIP: TestCreateJob (0.01s) [2020-05-07T19:21:58.885Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestReplicatedJob [2020-05-07T19:21:58.885Z] --- SKIP: TestReplicatedJob (0.01s) [2020-05-07T19:21:58.885Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestUpdateReplicatedJob [2020-05-07T19:21:58.885Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-05-07T19:21:58.885Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestServiceListWithStatuses [2020-05-07T19:21:58.885Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-05-07T19:21:58.885Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:21:58.885Z] === RUN TestDockerNetworkConnectAlias [2020-05-07T19:21:58.885Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-05-07T19:21:58.885Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestDockerNetworkReConnect [2020-05-07T19:21:58.885Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-05-07T19:21:58.885Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:21:58.885Z] === RUN TestServicePlugin [2020-05-07T19:21:58.891Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-05-07T19:21:58.953Z] #45 262.3 CC criu/proc_parse.o [2020-05-07T19:21:59.446Z] --- PASS: TestRenameAnonymousContainer (3.98s) [2020-05-07T19:21:59.446Z] === RUN TestRenameContainerWithSameName [2020-05-07T19:21:59.454Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-05-07T19:22:00.012Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2020-05-07T19:22:00.012Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-05-07T19:22:00.012Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-05-07T19:22:00.015Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-05-07T19:22:00.015Z] === RUN TestRenameContainerWithLinkedContainer [2020-05-07T19:22:00.018Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-05-07T19:22:00.275Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-05-07T19:22:00.626Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-05-07T19:22:00.626Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-05-07T19:22:00.838Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-05-07T19:22:01.241Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.8% of statements [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/types [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/types/container [no test files] [2020-05-07T19:22:01.241Z] ? github.com/docker/docker/api/types/events [no test files] [2020-05-07T19:22:01.523Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/image [no test files] [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/network [no test files] [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-05-07T19:22:01.523Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-05-07T19:22:01.523Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-05-07T19:22:01.602Z] ......................... [ 67%] [2020-05-07T19:22:01.768Z] --- PASS: TestConfigsCreateAndDelete (3.15s) [2020-05-07T19:22:01.768Z] === RUN TestConfigsUpdate [2020-05-07T19:22:01.805Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2020-05-07T19:22:01.805Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-05-07T19:22:01.805Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-05-07T19:22:01.917Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2020-05-07T19:22:01.917Z] === RUN TestResize [2020-05-07T19:22:02.433Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2020-05-07T19:22:02.484Z] --- PASS: TestResize (0.81s) [2020-05-07T19:22:02.484Z] === RUN TestResizeWithInvalidSize [2020-05-07T19:22:03.051Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-05-07T19:22:03.051Z] === RUN TestResizeWhenContainerNotStarted [2020-05-07T19:22:03.058Z] --- SKIP: TestServicePlugin (3.47s) [2020-05-07T19:22:03.058Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] === RUN TestServiceUpdateLabel [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] === RUN TestServiceUpdateSecrets [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] === RUN TestServiceUpdateConfigs [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] === RUN TestServiceUpdateNetwork [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2020-05-07T19:22:03.058Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] === RUN TestServiceUpdatePidsLimit [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-05-07T19:22:03.058Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] PASS [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === Skipped [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-05-07T19:22:03.058Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-05-07T19:22:03.058Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-05-07T19:22:03.058Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2020-05-07T19:22:03.058Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2020-05-07T19:22:03.058Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-05-07T19:22:03.058Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-05-07T19:22:03.058Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-05-07T19:22:03.058Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-05-07T19:22:03.058Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-05-07T19:22:03.058Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-05-07T19:22:03.058Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-05-07T19:22:03.058Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-05-07T19:22:03.058Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-05-07T19:22:03.058Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-05-07T19:22:03.058Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-05-07T19:22:03.058Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-05-07T19:22:03.058Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-05-07T19:22:03.058Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServicePlugin (3.47s) [2020-05-07T19:22:03.058Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-05-07T19:22:03.058Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2020-05-07T19:22:03.058Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.058Z] [2020-05-07T19:22:03.058Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-05-07T19:22:03.059Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-05-07T19:22:03.059Z] [2020-05-07T19:22:03.059Z] [2020-05-07T19:22:03.059Z] DONE 24 tests, 23 skipped in 3.926s [2020-05-07T19:22:03.059Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-05-07T19:22:03.059Z] INFO: Testing against a local daemon [2020-05-07T19:22:03.059Z] === RUN TestSessionCreate [2020-05-07T19:22:03.059Z] --- PASS: TestSessionCreate (0.02s) [2020-05-07T19:22:03.059Z] === RUN TestSessionCreateWithBadUpgrade [2020-05-07T19:22:03.059Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-05-07T19:22:03.059Z] PASS [2020-05-07T19:22:03.059Z] [2020-05-07T19:22:03.059Z] DONE 2 tests in 0.154s [2020-05-07T19:22:03.059Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-05-07T19:22:03.059Z] INFO: Testing against a local daemon [2020-05-07T19:22:03.059Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-05-07T19:22:03.059Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:22:03.059Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:22:03.059Z] === RUN TestEventsExecDie [2020-05-07T19:22:03.647Z] --- PASS: TestEventsExecDie (0.69s) [2020-05-07T19:22:03.647Z] === RUN TestEventsBackwardsCompatible [2020-05-07T19:22:03.647Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-05-07T19:22:03.647Z] === RUN TestInfoBinaryCommits [2020-05-07T19:22:03.647Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-05-07T19:22:03.647Z] === RUN TestInfoAPIVersioned [2020-05-07T19:22:03.647Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-05-07T19:22:03.647Z] === RUN TestInfoDiscoveryBackend [2020-05-07T19:22:03.986Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:03.986Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:03.986Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:03.986Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:22:03.986Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:22:03.986Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:03.986Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:22:04.288Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-05-07T19:22:04.288Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-05-07T19:22:04.852Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-05-07T19:22:04.957Z] #45 267.6 CC criu/protobuf-desc.o [2020-05-07T19:22:05.106Z] ok github.com/docker/docker/builder/remotecontext 0.348s coverage: 13.6% of statements [2020-05-07T19:22:05.109Z] --- PASS: TestConfigsUpdate (3.34s) [2020-05-07T19:22:05.109Z] === RUN TestTemplatedConfig [2020-05-07T19:22:05.388Z] ok github.com/docker/docker/builder/dockerfile 1.047s coverage: 48.2% of statements [2020-05-07T19:22:05.576Z] --- PASS: TestInfoDiscoveryBackend (1.61s) [2020-05-07T19:22:05.576Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-05-07T19:22:05.690Z] #45 269.2 CC criu/protobuf.o [2020-05-07T19:22:05.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:05.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:22:06.001Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-05-07T19:22:06.411Z] #45 270.0 CC criu/pstree.o [2020-05-07T19:22:06.477Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-05-07T19:22:06.614Z] ok github.com/docker/docker/builder/remotecontext/git 1.096s coverage: 86.3% of statements [2020-05-07T19:22:06.614Z] ? github.com/docker/docker/cli [no test files] [2020-05-07T19:22:06.614Z] ? github.com/docker/docker/cli/config [no test files] [2020-05-07T19:22:06.734Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-05-07T19:22:06.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:22:06.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:22:07.483Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:22:07.663Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-05-07T19:22:08.421Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:22:08.909Z] #45 272.1 CC criu/rbtree.o [2020-05-07T19:22:08.989Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:22:09.032Z] --- PASS: TestTemplatedConfig (3.71s) [2020-05-07T19:22:09.032Z] === RUN TestConfigCreateResolve [2020-05-07T19:22:09.107Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.53s) [2020-05-07T19:22:09.107Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-05-07T19:22:09.107Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-05-07T19:22:09.107Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:22:09.107Z] === RUN TestInfoAPI [2020-05-07T19:22:09.107Z] --- PASS: TestInfoAPI (0.05s) [2020-05-07T19:22:09.107Z] === RUN TestInfoAPIWarnings [2020-05-07T19:22:09.266Z] #45 272.6 CC criu/rst-malloc.o [2020-05-07T19:22:09.285Z] ok github.com/docker/docker/client 0.126s coverage: 75.4% of statements [2020-05-07T19:22:09.962Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-05-07T19:22:09.962Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-05-07T19:22:09.987Z] #45 273.3 CC criu/seccomp.o [2020-05-07T19:22:10.367Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:22:10.474Z] --- PASS: TestInfoAPIWarnings (1.58s) [2020-05-07T19:22:10.474Z] === RUN TestInfoDebug [2020-05-07T19:22:11.160Z] #45 274.6 CC criu/seize.o [2020-05-07T19:22:11.856Z] --- PASS: TestConfigCreateResolve (2.92s) [2020-05-07T19:22:11.856Z] === RUN TestConfigDaemonLibtrustID [2020-05-07T19:22:12.367Z] --- PASS: TestInfoDebug (1.80s) [2020-05-07T19:22:12.367Z] === RUN TestInfoInsecureRegistries [2020-05-07T19:22:12.420Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-05-07T19:22:12.420Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-05-07T19:22:12.420Z] PASS [2020-05-07T19:22:12.420Z] [2020-05-07T19:22:12.420Z] DONE 7 tests in 20.449s [2020-05-07T19:22:12.420Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-05-07T19:22:12.420Z] ++ 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-05-07T19:22:12.420Z] ++ set -e [2020-05-07T19:22:12.420Z] ++ '[' -n 0 ']' [2020-05-07T19:22:12.420Z] ++ set -x [2020-05-07T19:22:12.420Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:22:12.420Z] INFO: Testing against a local daemon [2020-05-07T19:22:12.420Z] === RUN TestCheckpoint [2020-05-07T19:22:12.420Z] --- SKIP: TestCheckpoint (0.00s) [2020-05-07T19:22:12.420Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:22:12.420Z] === RUN TestContainerInvalidJSON [2020-05-07T19:22:12.677Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:22:12.677Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:22:12.677Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:22:12.677Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:22:12.677Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:22:12.677Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled=== PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:22:12.677Z] [2020-05-07T19:22:12.677Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-05-07T19:22:12.677Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:22:12.677Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:22:12.677Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:22:12.677Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-05-07T19:22:12.677Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-05-07T19:22:12.677Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-05-07T19:22:12.677Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-05-07T19:22:12.678Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-05-07T19:22:12.678Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2020-05-07T19:22:12.678Z] === RUN TestCopyFromContainerPathIsNotDir [2020-05-07T19:22:12.678Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-05-07T19:22:12.678Z] === RUN TestCopyToContainerPathDoesNotExist [2020-05-07T19:22:12.845Z] #45 276.4 CC criu/servicefd.o [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.82s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.94s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.43s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s) [2020-05-07T19:22:12.901Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2020-05-07T19:22:12.901Z] === RUN TestCgroupNamespacesRun [2020-05-07T19:22:12.935Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-05-07T19:22:12.935Z] === RUN TestCopyToContainerPathIsNotDir [2020-05-07T19:22:12.935Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-05-07T19:22:12.935Z] === RUN TestCopyFromContainer [2020-05-07T19:22:13.499Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-05-07T19:22:13.569Z] #45 277.1 CC criu/shmem.o [2020-05-07T19:22:14.261Z] --- PASS: TestInfoInsecureRegistries (1.81s) [2020-05-07T19:22:14.261Z] === RUN TestInfoRegistryMirrors [2020-05-07T19:22:14.277Z] --- PASS: TestCgroupNamespacesRun (1.88s) [2020-05-07T19:22:14.277Z] === RUN TestCgroupNamespacesRunPrivileged [2020-05-07T19:22:14.866Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-05-07T19:22:15.122Z] === RUN TestCopyFromContainer// [2020-05-07T19:22:15.122Z] === RUN TestCopyFromContainer//bar/root [2020-05-07T19:22:15.270Z] #45 278.5 CC criu/sigframe.o [2020-05-07T19:22:15.270Z] #45 278.8 CC criu/signalfd.o [2020-05-07T19:22:15.379Z] === RUN TestCopyFromContainer//bar/root/ [2020-05-07T19:22:15.379Z] === RUN TestCopyFromContainer/bar/quux [2020-05-07T19:22:15.635Z] === RUN TestCopyFromContainer/bar/quux/ [2020-05-07T19:22:15.635Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-05-07T19:22:15.635Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-05-07T19:22:15.892Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-05-07T19:22:15.892Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-05-07T19:22:15.994Z] #45 279.6 CC criu/sk-inet.o [2020-05-07T19:22:16.148Z] === RUN TestCopyFromContainer/bar/notarget [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer (3.23s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-05-07T19:22:16.148Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-05-07T19:22:16.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-05-07T19:22:16.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:22:16.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:22:16.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:22:16.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:22:16.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:22:16.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:22:16.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:22:16.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:22:16.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:22:16.149Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-05-07T19:22:16.149Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-05-07T19:22:16.149Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-05-07T19:22:16.149Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-05-07T19:22:16.149Z] === RUN TestCreateLinkToNonExistingContainer [2020-05-07T19:22:16.156Z] --- PASS: TestInfoRegistryMirrors (1.79s) [2020-05-07T19:22:16.156Z] === RUN TestLoginFailsWithBadCredentials [2020-05-07T19:22:16.156Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-05-07T19:22:16.156Z] === RUN TestPingCacheHeaders [2020-05-07T19:22:16.156Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-05-07T19:22:16.156Z] === RUN TestPingGet [2020-05-07T19:22:16.156Z] --- PASS: TestPingGet (0.02s) [2020-05-07T19:22:16.156Z] === RUN TestPingHead [2020-05-07T19:22:16.156Z] --- PASS: TestPingHead (0.02s) [2020-05-07T19:22:16.156Z] === RUN TestVersion [2020-05-07T19:22:16.156Z] --- PASS: TestVersion (0.02s) [2020-05-07T19:22:16.156Z] PASS [2020-05-07T19:22:16.156Z] [2020-05-07T19:22:16.156Z] === Skipped [2020-05-07T19:22:16.156Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:22:16.156Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:22:16.156Z] [2020-05-07T19:22:16.156Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-05-07T19:22:16.156Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-05-07T19:22:16.156Z] [2020-05-07T19:22:16.156Z] [2020-05-07T19:22:16.156Z] DONE 18 tests, 2 skipped in 13.388s [2020-05-07T19:22:16.156Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-05-07T19:22:16.156Z] INFO: Testing against a local daemon [2020-05-07T19:22:16.156Z] === RUN TestVolumesCreateAndList [2020-05-07T19:22:16.181Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.86s) [2020-05-07T19:22:16.181Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-05-07T19:22:16.405Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-05-07T19:22:16.405Z] === RUN TestCreateWithInvalidEnv [2020-05-07T19:22:16.405Z] === RUN TestCreateWithInvalidEnv/0 [2020-05-07T19:22:16.405Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-05-07T19:22:16.405Z] === RUN TestCreateWithInvalidEnv/1 [2020-05-07T19:22:16.405Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-05-07T19:22:16.405Z] === RUN TestCreateWithInvalidEnv/2 [2020-05-07T19:22:16.405Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-05-07T19:22:16.405Z] === CONT TestCreateWithInvalidEnv/0 [2020-05-07T19:22:16.405Z] === CONT TestCreateWithInvalidEnv/2 [2020-05-07T19:22:16.405Z] === CONT TestCreateWithInvalidEnv/1 [2020-05-07T19:22:16.405Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-05-07T19:22:16.405Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-05-07T19:22:16.405Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-05-07T19:22:16.405Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-05-07T19:22:16.405Z] === RUN TestCreateTmpfsMountsTarget [2020-05-07T19:22:16.405Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-05-07T19:22:16.405Z] === RUN TestCreateWithCustomMaskedPaths [2020-05-07T19:22:16.413Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-05-07T19:22:16.413Z] === RUN TestVolumesRemove [2020-05-07T19:22:16.413Z] --- PASS: TestVolumesRemove (0.09s) [2020-05-07T19:22:16.413Z] === RUN TestVolumesInspect [2020-05-07T19:22:16.413Z] --- PASS: TestVolumesInspect (0.02s) [2020-05-07T19:22:16.413Z] === RUN TestVolumesInvalidJSON [2020-05-07T19:22:16.413Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-05-07T19:22:16.413Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-05-07T19:22:16.413Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-05-07T19:22:16.413Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-05-07T19:22:16.413Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-05-07T19:22:16.413Z] PASS [2020-05-07T19:22:16.413Z] [2020-05-07T19:22:16.413Z] DONE 5 tests in 0.258s [2020-05-07T19:22:16.413Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:22:16.413Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12231 is not a child of this shell [2020-05-07T19:22:16.413Z] warning: PID 12231 from bundles/test-integration/docker.pid had a nonzero exit code [2020-05-07T19:22:16.413Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:22:16.413Z] [2020-05-07T19:22:16.413Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:22:16.413Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:22:16.413Z] [2020-05-07T19:22:16.413Z] To set a process to complain mode, use the command line tool [2020-05-07T19:22:16.413Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:22:16.413Z] Removing test suite binaries [2020-05-07T19:22:16.968Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-05-07T19:22:17.781Z] [2020-05-07T19:22:18.084Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-05-07T19:22:18.084Z] === RUN TestCgroupNamespacesRunHostMode [2020-05-07T19:22:18.320Z] #45 281.5 CC criu/sk-netlink.o [2020-05-07T19:22:18.668Z] #45 282.2 CC criu/sk-packet.o [2020-05-07T19:22:18.860Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-05-07T19:22:18.860Z] --- PASS: TestCreateWithCustomMaskedPaths (2.62s) [2020-05-07T19:22:18.860Z] === RUN TestCreateWithCapabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:22:19.116Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:22:19.116Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:22:19.116Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:22:19.117Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:22:19.117Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-05-07T19:22:19.376Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) [2020-05-07T19:22:19.376Z] === RUN TestCreateWithCustomReadonlyPaths Post stage [Pipeline] junit [2020-05-07T19:22:19.684Z] Recording test results [2020-05-07T19:22:19.991Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2020-05-07T19:22:19.991Z] === RUN TestCgroupNamespacesRunPrivateMode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T19:22:20.369Z] #45 283.9 CC criu/sk-queue.o [2020-05-07T19:22:20.374Z] + echo Ensuring container killed. [2020-05-07T19:22:20.374Z] Ensuring container killed. [2020-05-07T19:22:20.374Z] + docker rm -vf docker-pr6 [2020-05-07T19:22:20.374Z] Error: No such container: docker-pr6 [2020-05-07T19:22:20.374Z] + true [Pipeline] sh [2020-05-07T19:22:20.655Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:22:20.655Z] Chowning /workspace to jenkins user [2020-05-07T19:22:20.655Z] + id -u [2020-05-07T19:22:20.655Z] + id -g [2020-05-07T19:22:20.655Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/workspace busybox chown -R 1000:1000 /workspace [2020-05-07T19:22:20.746Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-05-07T19:22:21.550Z] #45 284.8 CC criu/sk-tcp.o [2020-05-07T19:22:21.893Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2020-05-07T19:22:21.893Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:22:22.113Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-05-07T19:22:22.113Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.84s) [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:22:22.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:22:22.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:22:22.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:22:22.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:22:22.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:22:22.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:22:22.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:22:22.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:22:22.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:22:22.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:22:22.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-05-07T19:22:22.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-05-07T19:22:22.114Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-05-07T19:22:22.281Z] #45 285.9 CC criu/sk-unix.o [2020-05-07T19:22:22.317Z] + bundleName=amd64-rootless [2020-05-07T19:22:22.317Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-05-07T19:22:22.317Z] Creating amd64-rootless-bundles.tar.gz [2020-05-07T19:22:22.317Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-05-07T19:22:22.317Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-05-07T19:22:22.327Z] Archiving artifacts [2020-05-07T19:22:22.638Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T19:22:22.950Z] + make clean [2020-05-07T19:22:22.950Z] docker volume rm -f docker-dev-cache [2020-05-07T19:22:23.044Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.93s) [2020-05-07T19:22:23.045Z] === RUN TestContainerStartOnDaemonRestart [2020-05-07T19:22:23.045Z] === PAUSE TestContainerStartOnDaemonRestart [2020-05-07T19:22:23.045Z] === RUN TestDaemonRestartIpcMode [2020-05-07T19:22:23.045Z] === PAUSE TestDaemonRestartIpcMode [2020-05-07T19:22:23.045Z] === RUN TestDaemonHostGatewayIP [2020-05-07T19:22:23.045Z] === PAUSE TestDaemonHostGatewayIP [2020-05-07T19:22:23.045Z] === RUN TestContainerKillOnDaemonStart [2020-05-07T19:22:23.045Z] === PAUSE TestContainerKillOnDaemonStart [2020-05-07T19:22:23.045Z] === RUN TestDiff [2020-05-07T19:22:23.206Z] docker-dev-cache [Pipeline] deleteDir [2020-05-07T19:22:23.268Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.81s) [2020-05-07T19:22:23.268Z] === RUN TestCgroupNamespacesRunInvalidMode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T19:22:23.974Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-05-07T19:22:24.204Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) [2020-05-07T19:22:24.204Z] === RUN TestCgroupNamespacesRunOlderClient [2020-05-07T19:22:24.230Z] --- PASS: TestDiff (1.15s) [2020-05-07T19:22:24.230Z] === RUN TestExecWithCloseStdin [2020-05-07T19:22:24.486Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-05-07T19:22:25.418Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-05-07T19:22:25.418Z] === RUN TestExec [2020-05-07T19:22:26.106Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-05-07T19:22:26.106Z] === RUN TestKernelTCPMemory [2020-05-07T19:22:26.348Z] --- PASS: TestExec (1.04s) [2020-05-07T19:22:26.348Z] === RUN TestExecUser [2020-05-07T19:22:26.605Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-05-07T19:22:26.605Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-05-07T19:22:27.041Z] --- PASS: TestKernelTCPMemory (0.99s) [2020-05-07T19:22:27.041Z] === RUN TestNISDomainname [2020-05-07T19:22:27.141Z] #45 290.1 CC criu/sockets.o [2020-05-07T19:22:27.536Z] --- PASS: TestExecUser (1.06s) [2020-05-07T19:22:27.536Z] === RUN TestExportContainerAndImportImage [2020-05-07T19:22:28.100Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-05-07T19:22:28.357Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-05-07T19:22:28.369Z] #45 291.8 CC criu/stats.o [2020-05-07T19:22:28.417Z] --- PASS: TestNISDomainname (1.01s) [2020-05-07T19:22:28.417Z] === RUN TestHostnameDnsResolution [2020-05-07T19:22:28.613Z] --- PASS: TestExportContainerAndImportImage (1.24s) [2020-05-07T19:22:28.614Z] === RUN TestExportContainerAfterDaemonRestart [2020-05-07T19:22:28.709Z] #45 292.3 CC criu/string.o [2020-05-07T19:22:28.709Z] #45 292.4 CC criu/sysctl.o [2020-05-07T19:22:29.792Z] --- PASS: TestHostnameDnsResolution (1.75s) [2020-05-07T19:22:29.792Z] === RUN TestStats [2020-05-07T19:22:29.893Z] #45 293.4 CC criu/sysfs_parse.o [2020-05-07T19:22:29.984Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2020-05-07T19:22:29.984Z] === RUN TestHealthCheckWorkdir [2020-05-07T19:22:30.616Z] #45 294.1 CC criu/timerfd.o [2020-05-07T19:22:30.960Z] #45 ... [2020-05-07T19:22:30.960Z] [2020-05-07T19:22:30.960Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:22:30.960Z] #42 398.4 + dpkg --print-architecture [2020-05-07T19:22:30.960Z] #42 398.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-05-07T19:22:31.306Z] #42 398.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-05-07T19:22:31.306Z] #42 398.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-05-07T19:22:31.352Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-05-07T19:22:31.352Z] === RUN TestHealthKillContainer [2020-05-07T19:22:32.383Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-05-07T19:22:32.383Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-05-07T19:22:33.083Z] --- PASS: TestStats (2.81s) [2020-05-07T19:22:33.083Z] === RUN TestStopContainerWithTimeout [2020-05-07T19:22:33.083Z] === RUN TestStopContainerWithTimeout/0 [2020-05-07T19:22:33.083Z] === PAUSE TestStopContainerWithTimeout/0 [2020-05-07T19:22:33.083Z] === RUN TestStopContainerWithTimeout/1 [2020-05-07T19:22:33.083Z] === PAUSE TestStopContainerWithTimeout/1 [2020-05-07T19:22:33.083Z] === RUN TestStopContainerWithTimeout/3 [2020-05-07T19:22:33.083Z] === PAUSE TestStopContainerWithTimeout/3 [2020-05-07T19:22:33.083Z] === RUN TestStopContainerWithTimeout/-1 [2020-05-07T19:22:33.083Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-05-07T19:22:33.083Z] === CONT TestStopContainerWithTimeout/0 [2020-05-07T19:22:33.083Z] === CONT TestStopContainerWithTimeout/1 [2020-05-07T19:22:33.083Z] === CONT TestStopContainerWithTimeout/3 [2020-05-07T19:22:33.083Z] === CONT TestStopContainerWithTimeout/-1 [2020-05-07T19:22:33.752Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-05-07T19:22:34.009Z] --- PASS: TestHealthKillContainer (2.94s) [2020-05-07T19:22:34.009Z] === RUN TestInspectCpusetInConfigPre120 [2020-05-07T19:22:34.572Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-05-07T19:22:35.135Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2020-05-07T19:22:35.135Z] === RUN TestIpcModeNone [2020-05-07T19:22:35.698Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-05-07T19:22:35.954Z] --- PASS: TestIpcModeNone (0.99s) [2020-05-07T19:22:35.954Z] === RUN TestIpcModePrivate [2020-05-07T19:22:36.211Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-05-07T19:22:36.223Z] ok github.com/docker/docker/cmd/dockerd 0.039s coverage: 30.8% of statements [2020-05-07T19:22:36.223Z] ok github.com/docker/docker/container 0.113s coverage: 34.9% of statements [2020-05-07T19:22:36.223Z] ? github.com/docker/docker/container/stream [no test files] [2020-05-07T19:22:36.223Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-05-07T19:22:36.223Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-05-07T19:22:36.223Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-05-07T19:22:36.367Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-05-07T19:22:36.367Z] --- PASS: TestStopContainerWithTimeout/0 (1.34s) [2020-05-07T19:22:36.367Z] --- PASS: TestStopContainerWithTimeout/1 (2.24s) [2020-05-07T19:22:36.367Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2020-05-07T19:22:36.367Z] --- PASS: TestStopContainerWithTimeout/-1 (3.29s) [2020-05-07T19:22:36.367Z] === RUN TestDeleteDevicemapper [2020-05-07T19:22:36.367Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-05-07T19:22:36.367Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:22:36.367Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-05-07T19:22:36.774Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-05-07T19:22:37.031Z] --- PASS: TestIpcModePrivate (1.05s) [2020-05-07T19:22:37.031Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:215, shared: false, mustBeShared: false [2020-05-07T19:22:37.031Z] === RUN TestIpcModeShareable [2020-05-07T19:22:37.288Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-05-07T19:22:38.218Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-05-07T19:22:38.218Z] --- PASS: TestIpcModeShareable (1.18s) [2020-05-07T19:22:38.218Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:200, shared: true, mustBeShared: true [2020-05-07T19:22:38.218Z] === RUN TestAPIIpcModeShareableAndContainer [2020-05-07T19:22:38.723Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-05-07T19:22:39.147Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-05-07T19:22:39.652Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.14s) [2020-05-07T19:22:39.652Z] === RUN TestUpdateMemory [2020-05-07T19:22:39.652Z] --- SKIP: TestUpdateMemory (0.00s) [2020-05-07T19:22:39.652Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:22:39.652Z] === RUN TestUpdateCPUQuota [2020-05-07T19:22:40.586Z] --- PASS: TestUpdateCPUQuota (1.45s) [2020-05-07T19:22:40.586Z] === RUN TestUpdatePidsLimit [2020-05-07T19:22:40.586Z] === RUN TestUpdatePidsLimit/update_from_none [2020-05-07T19:22:41.039Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-05-07T19:22:41.039Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-05-07T19:22:41.153Z] === RUN TestUpdatePidsLimit/no_change [2020-05-07T19:22:41.296Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.97s) [2020-05-07T19:22:41.296Z] === RUN TestAPIIpcModeHost [2020-05-07T19:22:41.412Z] === RUN TestUpdatePidsLimit/update_lower [2020-05-07T19:22:41.671Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-05-07T19:22:41.701Z] ok github.com/docker/docker/daemon/cluster 0.026s coverage: 0.5% of statements [2020-05-07T19:22:42.226Z] --- PASS: TestAPIIpcModeHost (0.92s) [2020-05-07T19:22:42.226Z] === RUN TestDaemonIpcModeShareable [2020-05-07T19:22:42.226Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-05-07T19:22:42.237Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-05-07T19:22:42.295Z] #42 ... [2020-05-07T19:22:42.295Z] [2020-05-07T19:22:42.295Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:22:42.295Z] #45 294.7 CC criu/tty.o [2020-05-07T19:22:42.295Z] #45 298.2 CC criu/tun.o [2020-05-07T19:22:42.295Z] #45 299.1 CC criu/uffd.o [2020-05-07T19:22:42.295Z] #45 301.4 CC criu/util.o [2020-05-07T19:22:42.295Z] #45 304.1 CC criu/uts_ns.o [2020-05-07T19:22:42.295Z] #45 304.6 CC criu/vdso.o [2020-05-07T19:22:42.295Z] #45 305.8 LINK criu/built-in.o [2020-05-07T19:22:42.639Z] #45 306.0 LINK criu/criu [2020-05-07T19:22:42.790Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-05-07T19:22:42.803Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-05-07T19:22:43.061Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-05-07T19:22:43.170Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-05-07T19:22:43.378Z] #45 307.0 DEP lib/c/criu.d [2020-05-07T19:22:43.719Z] #45 307.3 CC images/rpc.pb-c.o [2020-05-07T19:22:43.724Z] === RUN TestDockerSuite/TestBuildAddScript [2020-05-07T19:22:43.981Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2020-05-07T19:22:43.981Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: true, mustBeShared: true [2020-05-07T19:22:43.981Z] === RUN TestDaemonIpcModePrivate [2020-05-07T19:22:44.175Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.6% of statements [2020-05-07T19:22:44.546Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-05-07T19:22:44.894Z] #45 308.4 CC lib/c/criu.o [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit (4.11s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.50s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2020-05-07T19:22:44.964Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2020-05-07T19:22:44.964Z] === RUN TestUpdateRestartPolicy [2020-05-07T19:22:45.914Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2020-05-07T19:22:45.914Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: false, mustBeShared: false [2020-05-07T19:22:45.914Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-05-07T19:22:46.170Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-05-07T19:22:47.100Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-05-07T19:22:47.212Z] #45 310.7 LINK lib/c/built-in.o [2020-05-07T19:22:47.212Z] #45 310.7 LINK lib/c/libcriu.so [2020-05-07T19:22:47.212Z] #45 310.9 LINK lib/c/libcriu.a [2020-05-07T19:22:47.664Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2020-05-07T19:22:47.664Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:214, shared: false, mustBeShared: false [2020-05-07T19:22:47.664Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-05-07T19:22:47.938Z] #45 311.3 GEN magic.py [2020-05-07T19:22:48.228Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-05-07T19:22:48.289Z] #45 311.7 Note: Building without setproctitle() and strlcpy() support. [2020-05-07T19:22:48.289Z] #45 311.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-05-07T19:22:48.289Z] #45 311.8 Note: Building without GnuTLS support [2020-05-07T19:22:49.471Z] #45 312.9 fatal: not a git repository (or any of the parent directories): .git [2020-05-07T19:22:49.599Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.10s) [2020-05-07T19:22:49.599Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: true, mustBeShared: true [2020-05-07T19:22:49.599Z] === RUN TestIpcModeOlderClient [2020-05-07T19:22:49.599Z] === PAUSE TestIpcModeOlderClient [2020-05-07T19:22:49.599Z] === RUN TestKillContainerInvalidSignal [2020-05-07T19:22:49.857Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-05-07T19:22:50.421Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2020-05-07T19:22:50.421Z] === RUN TestKillContainer [2020-05-07T19:22:50.421Z] === RUN TestKillContainer/no_signal [2020-05-07T19:22:50.421Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-05-07T19:22:50.972Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.428s coverage: 13.9% of statements [2020-05-07T19:22:51.197Z] #45 314.3 make[1]: Nothing to be done for 'all'. [2020-05-07T19:22:51.356Z] === RUN TestKillContainer/non_killing_signal [2020-05-07T19:22:51.940Z] #45 ... [2020-05-07T19:22:51.940Z] [2020-05-07T19:22:51.940Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:22:51.940Z] #54 419.1 + cd /tmp/tmp.Y88iAQXhzg/src/github.com/golangci/golangci-lint/ [2020-05-07T19:22:51.940Z] #54 419.1 + git checkout -q v1.23.8 [2020-05-07T19:22:52.284Z] === RUN TestKillContainer/killing_signal [2020-05-07T19:22:52.441Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.7% of statements [2020-05-07T19:22:53.054Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-05-07T19:22:53.131Z] #54 420.3 ++ git describe --tags [2020-05-07T19:22:53.131Z] #54 420.3 + version=v1.23.8 [2020-05-07T19:22:53.131Z] #54 420.3 ++ git rev-parse --short HEAD [2020-05-07T19:22:53.131Z] #54 420.3 + commit=76a82c6 [2020-05-07T19:22:53.131Z] #54 420.3 ++ git show -s --format=%cd [2020-05-07T19:22:53.131Z] #54 420.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-05-07T19:22:53.131Z] #54 420.3 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-05-07T19:22:53.214Z] --- PASS: TestKillContainer (2.78s) [2020-05-07T19:22:53.214Z] --- PASS: TestKillContainer/no_signal (0.96s) [2020-05-07T19:22:53.214Z] --- PASS: TestKillContainer/non_killing_signal (0.71s) [2020-05-07T19:22:53.214Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2020-05-07T19:22:53.214Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-05-07T19:22:53.214Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-05-07T19:22:53.535Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-05-07T19:22:53.668Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2020-05-07T19:22:53.950Z] ok github.com/docker/docker/daemon 12.273s coverage: 17.4% of statements [2020-05-07T19:22:53.950Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-05-07T19:22:53.950Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-05-07T19:22:53.950Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-05-07T19:22:53.950Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-05-07T19:22:54.148Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-05-07T19:22:54.148Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-05-07T19:22:54.564Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2020-05-07T19:22:54.836Z] #54 ... [2020-05-07T19:22:54.836Z] [2020-05-07T19:22:54.836Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-05-07T19:22:54.836Z] #45 315.8 make[1]: 'images/built-in.o' is up to date. [2020-05-07T19:22:54.836Z] #45 315.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-05-07T19:22:54.836Z] #45 315.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-05-07T19:22:54.836Z] #45 316.0 make[1]: 'compel/libcompel.a' is up to date. [2020-05-07T19:22:54.836Z] #45 316.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-05-07T19:22:54.836Z] #45 316.2 make[1]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 316.3 make[1]: 'soccr/libsoccr.a' is up to date. [2020-05-07T19:22:54.836Z] #45 316.8 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 316.9 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.0 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.3 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.4 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.5 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.6 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.9 make[2]: Nothing to be done for 'all'. [2020-05-07T19:22:54.836Z] #45 317.9 INSTALL criu/criu [2020-05-07T19:22:54.836Z] #45 DONE 318.1s [2020-05-07T19:22:54.836Z] [2020-05-07T19:22:54.836Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:22:55.078Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.80s) [2020-05-07T19:22:55.078Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.96s) [2020-05-07T19:22:55.078Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2020-05-07T19:22:55.078Z] === RUN TestKillStoppedContainer [2020-05-07T19:22:55.078Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-05-07T19:22:55.078Z] === RUN TestKillStoppedContainerAPIPre120 [2020-05-07T19:22:55.078Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-05-07T19:22:55.078Z] === RUN TestKillDifferentUserContainer [2020-05-07T19:22:55.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-05-07T19:22:55.415Z] tests/integration/client_test.py ..... [ 75%] [2020-05-07T19:22:55.415Z] tests/integration/context_api_test.py .. [ 76%] [2020-05-07T19:22:55.898Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2020-05-07T19:22:55.898Z] === RUN TestInspectOomKilledTrue [2020-05-07T19:22:55.898Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-05-07T19:22:55.898Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:22:55.898Z] === RUN TestInspectOomKilledFalse [2020-05-07T19:22:55.898Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2020-05-07T19:22:55.898Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:22:55.898Z] === RUN TestLinksEtcHostsContentMatch [2020-05-07T19:22:55.975Z] tests/integration/errors_test.py . [ 76%] [2020-05-07T19:22:56.462Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s) [2020-05-07T19:22:56.462Z] === RUN TestLinksContainerNames [2020-05-07T19:22:56.616Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-05-07T19:22:56.898Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.161s coverage: 57.0% of statements [2020-05-07T19:22:57.163Z] --- PASS: TestUpdateRestartPolicy (12.58s) [2020-05-07T19:22:57.163Z] === RUN TestUpdateRestartWithAutoRemove [2020-05-07T19:22:58.098Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-05-07T19:22:58.098Z] === RUN TestWaitNonBlocked [2020-05-07T19:22:58.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:22:58.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:22:58.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:22:58.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:22:58.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:22:58.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:22:58.356Z] --- PASS: TestLinksContainerNames (1.73s) [2020-05-07T19:22:58.356Z] === RUN TestLogsFollowTailEmpty [2020-05-07T19:22:58.920Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-05-07T19:22:58.920Z] === RUN TestContainerNetworkMountsNoChown [2020-05-07T19:22:59.033Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-05-07T19:22:59.033Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2020-05-07T19:22:59.033Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2020-05-07T19:22:59.033Z] === RUN TestWaitBlocked [2020-05-07T19:22:59.292Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:22:59.292Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:22:59.292Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:22:59.292Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:22:59.292Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:22:59.292Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:22:59.849Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/default [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/default [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/private [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/private [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rprivate [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rprivate [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/slave [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/slave [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rslave [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rslave [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/shared [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/shared [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rshared [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rshared [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/default [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/default/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/default/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/default/mount_root [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/rshared [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/shared [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/rslave [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/slave [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-05-07T19:22:59.849Z] === CONT TestMountDaemonRoot/rprivate [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:22:59.849Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:22:59.849Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:22:59.850Z] === CONT TestMountDaemonRoot/private [2020-05-07T19:22:59.850Z] === RUN TestMountDaemonRoot/private/bind_root [2020-05-07T19:22:59.850Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-05-07T19:22:59.850Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:22:59.850Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:22:59.850Z] === RUN TestMountDaemonRoot/private/mount_root [2020-05-07T19:22:59.850Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-05-07T19:22:59.850Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:22:59.850Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:22:59.850Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:22:59.850Z] === CONT TestMountDaemonRoot/default/bind_root [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:23:00.106Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-05-07T19:23:00.106Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:23:00.229Z] --- PASS: TestWaitBlocked (0.03s) [2020-05-07T19:23:00.229Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2020-05-07T19:23:00.229Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2020-05-07T19:23:00.229Z] === CONT TestContainerStartOnDaemonRestart [2020-05-07T19:23:00.229Z] === CONT TestIpcModeOlderClient [2020-05-07T19:23:00.229Z] === CONT TestDaemonHostGatewayIP [2020-05-07T19:23:00.229Z] === CONT TestContainerKillOnDaemonStart [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/private/bind_root [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:23:00.363Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:23:00.488Z] --- PASS: TestIpcModeOlderClient (0.33s) [2020-05-07T19:23:00.488Z] === CONT TestDaemonRestartIpcMode [2020-05-07T19:23:00.619Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-05-07T19:23:00.619Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:23:00.619Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:23:00.619Z] === CONT TestMountDaemonRoot/private/mount_root [2020-05-07T19:23:00.619Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-05-07T19:23:00.619Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-05-07T19:23:00.620Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-05-07T19:23:00.620Z] === RUN TestContainerBindMountNonRecursive [2020-05-07T19:23:01.272Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.906s coverage: 46.2% of statements [2020-05-07T19:23:02.276Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-05-07T19:23:03.142Z] --- PASS: TestContainerBindMountNonRecursive (2.60s) [2020-05-07T19:23:03.142Z] === RUN TestNetworkNat [2020-05-07T19:23:03.399Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-05-07T19:23:03.778Z] --- PASS: TestContainerStartOnDaemonRestart (3.65s) [2020-05-07T19:23:03.963Z] === RUN TestDockerSuite/TestBuildAddTar [2020-05-07T19:23:04.220Z] --- PASS: TestNetworkNat (1.13s) [2020-05-07T19:23:04.220Z] === RUN TestNetworkLocalhostTCPNat [2020-05-07T19:23:05.155Z] --- PASS: TestDaemonRestartIpcMode (4.34s) [2020-05-07T19:23:05.155Z] --- PASS: TestDaemonHostGatewayIP (4.97s) [2020-05-07T19:23:05.587Z] --- PASS: TestNetworkLocalhostTCPNat (1.00s) [2020-05-07T19:23:05.587Z] === RUN TestNetworkLoopbackNat [2020-05-07T19:23:05.738Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.310s coverage: 49.5% of statements [2020-05-07T19:23:06.518Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-05-07T19:23:06.774Z] --- PASS: TestNetworkLoopbackNat (1.43s) [2020-05-07T19:23:06.774Z] === RUN TestPause [2020-05-07T19:23:07.728Z] --- PASS: TestPause (1.00s) [2020-05-07T19:23:07.728Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-05-07T19:23:07.728Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:23:07.728Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:23:07.728Z] === RUN TestPauseStopPausedContainer [2020-05-07T19:23:08.146Z] #66 ... [2020-05-07T19:23:08.146Z] [2020-05-07T19:23:08.146Z] #61 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-05-07T19:23:08.146Z] #61 244.0 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-05-07T19:23:08.673Z] --- PASS: TestPauseStopPausedContainer (0.98s) [2020-05-07T19:23:08.673Z] === RUN TestPsFilter [2020-05-07T19:23:08.935Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-05-07T19:23:08.935Z] --- PASS: TestPsFilter (0.19s) [2020-05-07T19:23:08.935Z] === RUN TestRemoveContainerWithRemovedVolume [2020-05-07T19:23:09.380Z] #61 247.1 + mkdir -p /build [2020-05-07T19:23:09.380Z] #61 247.1 + cp runc /build/runc [2020-05-07T19:23:09.380Z] #61 DONE 247.3s [2020-05-07T19:23:09.380Z] [2020-05-07T19:23:09.380Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-05-07T19:23:09.883Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-05-07T19:23:09.883Z] === RUN TestRemoveContainerWithVolume [2020-05-07T19:23:11.256Z] --- PASS: TestRemoveContainerWithVolume (1.28s) [2020-05-07T19:23:11.256Z] === RUN TestRemoveContainerRunning [2020-05-07T19:23:11.316Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.368s coverage: 73.1% of statements [2020-05-07T19:23:11.316Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-05-07T19:23:12.319Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.600s coverage: 76.1% of statements [2020-05-07T19:23:12.319Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.973s coverage: 57.7% of statements [2020-05-07T19:23:12.319Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-05-07T19:23:12.319Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-05-07T19:23:12.623Z] --- PASS: TestRemoveContainerRunning (1.56s) [2020-05-07T19:23:12.623Z] === RUN TestRemoveContainerForceRemoveRunning [2020-05-07T19:23:13.323Z] --- PASS: TestContainerKillOnDaemonStart (13.14s) [2020-05-07T19:23:13.323Z] PASS [2020-05-07T19:23:13.323Z] [2020-05-07T19:23:13.323Z] === Skipped [2020-05-07T19:23:13.323Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-05-07T19:23:13.323Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:23:13.323Z] [2020-05-07T19:23:13.323Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-05-07T19:23:13.323Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:23:13.323Z] [2020-05-07T19:23:13.323Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-05-07T19:23:13.324Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:23:13.324Z] [2020-05-07T19:23:13.324Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:23:13.324Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:23:13.324Z] [2020-05-07T19:23:13.324Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-05-07T19:23:13.324Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:23:13.324Z] [2020-05-07T19:23:13.324Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-05-07T19:23:13.324Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:23:13.324Z] [2020-05-07T19:23:13.324Z] [2020-05-07T19:23:13.324Z] DONE 200 tests, 6 skipped in 139.583s [2020-05-07T19:23:13.324Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-05-07T19:23:13.324Z] ++ 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-05-07T19:23:13.324Z] ++ set -e [2020-05-07T19:23:13.324Z] ++ '[' -n 0 ']' [2020-05-07T19:23:13.324Z] ++ set -x [2020-05-07T19:23:13.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:23:13.324Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-05-07T19:23:13.324Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2020-05-07T19:23:13.552Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s) [2020-05-07T19:23:13.552Z] === RUN TestRemoveInvalidContainer [2020-05-07T19:23:13.552Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-05-07T19:23:13.552Z] === RUN TestRenameLinkedContainer [2020-05-07T19:23:13.582Z] INFO: Testing against a local daemon [2020-05-07T19:23:13.582Z] === RUN TestCommitInheritsEnv [2020-05-07T19:23:13.605Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2020-05-07T19:23:14.115Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-05-07T19:23:14.148Z] --- PASS: TestCommitInheritsEnv (0.64s) [2020-05-07T19:23:14.148Z] === RUN TestImportExtremelyLargeImageWorks [2020-05-07T19:23:14.148Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-05-07T19:23:14.148Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-05-07T19:23:14.148Z] === RUN TestImagesFilterMultiReference [2020-05-07T19:23:14.407Z] --- PASS: TestImagesFilterMultiReference (0.18s) [2020-05-07T19:23:14.407Z] === RUN TestImagePullPlatformInvalid [2020-05-07T19:23:14.407Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-05-07T19:23:14.407Z] === RUN TestRemoveImageOrphaning [2020-05-07T19:23:15.342Z] --- PASS: TestRemoveImageOrphaning (0.65s) [2020-05-07T19:23:15.342Z] === RUN TestRemoveImageGarbageCollector [2020-05-07T19:23:15.342Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:23:15.342Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:23:15.342Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-05-07T19:23:15.342Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-05-07T19:23:15.342Z] === RUN TestTagInvalidReference [2020-05-07T19:23:15.342Z] --- PASS: TestTagInvalidReference (0.03s) [2020-05-07T19:23:15.342Z] === RUN TestTagValidPrefixedRepo [2020-05-07T19:23:15.342Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-05-07T19:23:15.342Z] === RUN TestTagExistedNameWithoutForce [2020-05-07T19:23:15.342Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-05-07T19:23:15.342Z] === RUN TestTagOfficialNames [2020-05-07T19:23:15.342Z] --- PASS: TestTagOfficialNames (0.07s) [2020-05-07T19:23:15.342Z] === RUN TestTagMatchesDigest [2020-05-07T19:23:15.342Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-05-07T19:23:15.342Z] PASS [2020-05-07T19:23:15.342Z] [2020-05-07T19:23:15.342Z] === Skipped [2020-05-07T19:23:15.342Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-05-07T19:23:15.342Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-05-07T19:23:15.342Z] [2020-05-07T19:23:15.342Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:23:15.342Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:23:15.342Z] [2020-05-07T19:23:15.342Z] [2020-05-07T19:23:15.342Z] DONE 12 tests, 2 skipped in 2.049s [2020-05-07T19:23:15.342Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-05-07T19:23:15.342Z] ++ 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-05-07T19:23:15.342Z] ++ set -e [2020-05-07T19:23:15.342Z] ++ '[' -n 0 ']' [2020-05-07T19:23:15.342Z] ++ set -x [2020-05-07T19:23:15.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:23:15.407Z] #42 DONE 443.0s [2020-05-07T19:23:15.407Z] [2020-05-07T19:23:15.407Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:23:15.601Z] INFO: Testing against a local daemon [2020-05-07T19:23:15.601Z] === RUN TestNetworkCreateDelete [2020-05-07T19:23:15.623Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 4.9% of statements [2020-05-07T19:23:15.623Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-05-07T19:23:15.623Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-05-07T19:23:15.623Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 41.8% of statements [2020-05-07T19:23:16.007Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-05-07T19:23:16.168Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-05-07T19:23:16.168Z] === RUN TestDockerNetworkDeletePreferID [2020-05-07T19:23:16.628Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2020-05-07T19:23:16.910Z] ok github.com/docker/docker/daemon/logger/awslogs 0.082s coverage: 77.8% of statements [2020-05-07T19:23:16.910Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-05-07T19:23:16.910Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-05-07T19:23:17.104Z] --- PASS: TestDockerNetworkDeletePreferID (1.15s) [2020-05-07T19:23:17.104Z] === RUN TestInspectNetwork [2020-05-07T19:23:17.191Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements [2020-05-07T19:23:17.375Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-05-07T19:23:17.632Z] --- PASS: TestRenameLinkedContainer (4.06s) [2020-05-07T19:23:17.632Z] === RUN TestRenameStoppedContainer [2020-05-07T19:23:17.804Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-05-07T19:23:17.804Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2020-05-07T19:23:18.562Z] --- PASS: TestRenameStoppedContainer (1.11s) [2020-05-07T19:23:18.562Z] === RUN TestRenameRunningContainerAndReuse [2020-05-07T19:23:18.671Z] eac6fba788c9: Pull complete [2020-05-07T19:23:18.671Z] Digest: sha256:2ecf1e2987b91b41f576afd7f56aa40c9ddbc691d7b6b066c64d8f27fb3070ca [2020-05-07T19:23:18.671Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:23:18.671Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:23:18.671Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-05-07T19:23:18.671Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-05-07T19:23:18.671Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1158' [2020-05-07T19:23:18.671Z] INFO: Docker version of control daemon [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Client: Docker Engine - Enterprise [2020-05-07T19:23:18.671Z] Version: 19.03.5 [2020-05-07T19:23:18.671Z] API version: 1.40 [2020-05-07T19:23:18.671Z] Go version: go1.12.12 [2020-05-07T19:23:18.671Z] Git commit: 2ee0c57608 [2020-05-07T19:23:18.671Z] Built: 11/13/2019 08:00:16 [2020-05-07T19:23:18.671Z] OS/Arch: windows/amd64 [2020-05-07T19:23:18.671Z] Experimental: false [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Server: Docker Engine - Enterprise [2020-05-07T19:23:18.671Z] Engine: [2020-05-07T19:23:18.671Z] Version: 19.03.5 [2020-05-07T19:23:18.671Z] API version: 1.40 (minimum version 1.24) [2020-05-07T19:23:18.671Z] Go version: go1.12.12 [2020-05-07T19:23:18.671Z] Git commit: 2ee0c57608 [2020-05-07T19:23:18.671Z] Built: 11/13/2019 07:58:51 [2020-05-07T19:23:18.671Z] OS/Arch: windows/amd64 [2020-05-07T19:23:18.671Z] Experimental: true [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] INFO: Docker info of control daemon [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Client: [2020-05-07T19:23:18.671Z] Debug Mode: false [2020-05-07T19:23:18.671Z] Plugins: [2020-05-07T19:23:18.671Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Server: [2020-05-07T19:23:18.671Z] Containers: 0 [2020-05-07T19:23:18.671Z] Running: 0 [2020-05-07T19:23:18.671Z] Paused: 0 [2020-05-07T19:23:18.671Z] Stopped: 0 [2020-05-07T19:23:18.671Z] Images: 1 [2020-05-07T19:23:18.671Z] Server Version: 19.03.5 [2020-05-07T19:23:18.671Z] Storage Driver: lcow (linux) windowsfilter (windows) [2020-05-07T19:23:18.671Z] LCOW: [2020-05-07T19:23:18.671Z] Windows: [2020-05-07T19:23:18.671Z] Logging Driver: json-file [2020-05-07T19:23:18.671Z] Plugins: [2020-05-07T19:23:18.671Z] Volume: local [2020-05-07T19:23:18.671Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-05-07T19:23:18.671Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-05-07T19:23:18.671Z] Swarm: inactive [2020-05-07T19:23:18.671Z] Default Isolation: process [2020-05-07T19:23:18.671Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-05-07T19:23:18.671Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1158) [2020-05-07T19:23:18.671Z] OSType: windows [2020-05-07T19:23:18.671Z] Architecture: x86_64 [2020-05-07T19:23:18.671Z] CPUs: 4 [2020-05-07T19:23:18.671Z] Total Memory: 32GiB [2020-05-07T19:23:18.671Z] Name: azwin-2-ce5c00 [2020-05-07T19:23:18.671Z] ID: KCNI:CG6W:YR45:KEJM:33CJ:VTQV:NYZF:RBKQ:V3FU:ZREQ:HODD:CILW [2020-05-07T19:23:18.671Z] Docker Root Dir: D:\docker [2020-05-07T19:23:18.671Z] Debug Mode: false [2020-05-07T19:23:18.671Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:23:18.671Z] Labels: [2020-05-07T19:23:18.671Z] Experimental: true [2020-05-07T19:23:18.671Z] Insecure Registries: [2020-05-07T19:23:18.671Z] 10.0.0.4:5000 [2020-05-07T19:23:18.671Z] 127.0.0.0/8 [2020-05-07T19:23:18.671Z] Registry Mirrors: [2020-05-07T19:23:18.671Z] http://10.0.0.4:5000/ [2020-05-07T19:23:18.671Z] Live Restore Enabled: false [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] INFO: Commit hash is 653ddafd11 [2020-05-07T19:23:18.671Z] INFO: Nuke-Everything... [2020-05-07T19:23:18.671Z] INFO: Container count on control daemon to delete is 0 [2020-05-07T19:23:18.671Z] INFO: Nuking d:\CI [2020-05-07T19:23:18.671Z] INFO: Zapped successfully [2020-05-07T19:23:18.671Z] INFO: Location for testing is d:\CI\PR-40427\6 [2020-05-07T19:23:18.671Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] INFO: Building the image from Dockerfile.windows at 05/07/2020 19:23:08... [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Sending build context to Docker daemon 54.85MB [2020-05-07T19:23:18.671Z] [2020-05-07T19:23:18.671Z] Step 1/10 : FROM microsoft/windowsservercore [2020-05-07T19:23:18.671Z] ---> fdf6432edbdc [2020-05-07T19:23:18.671Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-05-07T19:23:18.671Z] ---> Running in 87871fec44f9 [2020-05-07T19:23:18.671Z] Removing intermediate container 87871fec44f9 [2020-05-07T19:23:18.671Z] ---> 489772182a3f [2020-05-07T19:23:18.671Z] Step 3/10 : ARG GO_VERSION=1.13.10 [2020-05-07T19:23:18.671Z] ---> Running in beffb30d0e09 [2020-05-07T19:23:18.671Z] Removing intermediate container beffb30d0e09 [2020-05-07T19:23:18.671Z] ---> 94be4942550f [2020-05-07T19:23:18.671Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-05-07T19:23:18.671Z] ---> Running in ab508f7919e2 [2020-05-07T19:23:18.671Z] Removing intermediate container ab508f7919e2 [2020-05-07T19:23:18.671Z] ---> 6c4aff8a2a93 [2020-05-07T19:23:18.671Z] 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-05-07T19:23:18.671Z] ---> Running in 4d04a6925234 [2020-05-07T19:23:18.671Z] Removing intermediate container 4d04a6925234 [2020-05-07T19:23:18.671Z] ---> 0c73d64bb23a [2020-05-07T19:23:18.671Z] 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-05-07T19:23:18.671Z] ---> Running in c9b05662a5aa [2020-05-07T19:23:18.809Z] ok github.com/docker/docker/daemon/logger/local 0.019s coverage: 75.2% of statements [2020-05-07T19:23:18.809Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-05-07T19:23:19.091Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 19.8% of statements [2020-05-07T19:23:19.704Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.015s coverage: 33.3% of statements [2020-05-07T19:23:20.708Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-05-07T19:23:20.990Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-05-07T19:23:21.083Z] --- PASS: TestRenameRunningContainerAndReuse (2.10s) [2020-05-07T19:23:21.083Z] === RUN TestRenameInvalidName [2020-05-07T19:23:21.602Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-05-07T19:23:21.646Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-05-07T19:23:21.646Z] --- PASS: TestRenameInvalidName (1.04s) [2020-05-07T19:23:21.884Z] ok github.com/docker/docker/daemon/logger/splunk 1.502s coverage: 82.5% of statements [2020-05-07T19:23:21.884Z] ? github.com/docker/docker/daemon/names [no test files] [2020-05-07T19:23:21.884Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-05-07T19:23:21.903Z] === RUN TestRenameAnonymousContainer [2020-05-07T19:23:22.373Z] === RUN TestInspectNetwork/full_network_id [2020-05-07T19:23:22.373Z] === RUN TestInspectNetwork/partial_network_id [2020-05-07T19:23:22.373Z] === RUN TestInspectNetwork/network_name [2020-05-07T19:23:22.373Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-05-07T19:23:23.272Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-05-07T19:23:23.351Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 48.2% of statements [2020-05-07T19:23:23.526Z] [2020-05-07T19:23:23.526Z] SUCCESS: Specified value was saved. [2020-05-07T19:23:23.633Z] ok github.com/docker/docker/distribution 0.306s coverage: 22.1% of statements [2020-05-07T19:23:23.633Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-05-07T19:23:24.008Z] INFO: Downloading git... [2020-05-07T19:23:24.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-05-07T19:23:24.637Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-05-07T19:23:25.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-05-07T19:23:25.391Z] --- PASS: TestRenameAnonymousContainer (3.67s) [2020-05-07T19:23:25.391Z] === RUN TestRenameContainerWithSameName [2020-05-07T19:23:25.634Z] INFO: Downloading go... [2020-05-07T19:23:25.645Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-05-07T19:23:26.259Z] ok github.com/docker/docker/distribution/xfer 1.863s coverage: 85.1% of statements [2020-05-07T19:23:26.259Z] ? github.com/docker/docker/dockerversion [no test files] [2020-05-07T19:23:26.259Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-05-07T19:23:26.259Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-05-07T19:23:26.320Z] --- PASS: TestRenameContainerWithSameName (0.88s) [2020-05-07T19:23:26.320Z] === RUN TestRenameContainerWithLinkedContainer [2020-05-07T19:23:26.559Z] --- PASS: TestInspectNetwork (9.36s) [2020-05-07T19:23:26.559Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-05-07T19:23:26.559Z] --- PASS: TestInspectNetwork/partial_network_id (0.02s) [2020-05-07T19:23:26.559Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-05-07T19:23:26.559Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-05-07T19:23:26.559Z] === RUN TestRunContainerWithBridgeNone [2020-05-07T19:23:27.242Z] INFO: Downloading compiler 1 of 3... [2020-05-07T19:23:27.264Z] ok github.com/docker/docker/image/v1 0.029s coverage: 25.0% of statements [2020-05-07T19:23:27.264Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-05-07T19:23:27.724Z] INFO: Downloading compiler 2 of 3... [2020-05-07T19:23:27.877Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-05-07T19:23:28.207Z] INFO: Downloading compiler 3 of 3... [2020-05-07T19:23:28.212Z] --- PASS: TestRenameContainerWithLinkedContainer (1.71s) [2020-05-07T19:23:28.212Z] === RUN TestResize [2020-05-07T19:23:28.688Z] INFO: Extracting git... [2020-05-07T19:23:28.775Z] --- PASS: TestResize (0.83s) [2020-05-07T19:23:28.775Z] === RUN TestResizeWithInvalidSize [2020-05-07T19:23:28.883Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-05-07T19:23:28.883Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-05-07T19:23:29.092Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2020-05-07T19:23:29.092Z] === RUN TestNetworkInvalidJSON [2020-05-07T19:23:29.092Z] === RUN TestNetworkInvalidJSON//networks/create [2020-05-07T19:23:29.092Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-05-07T19:23:29.092Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:23:29.092Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:23:29.092Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:23:29.092Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:23:29.092Z] === CONT TestNetworkInvalidJSON//networks/create [2020-05-07T19:23:29.092Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:23:29.092Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:23:29.092Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-05-07T19:23:29.092Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-05-07T19:23:29.092Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-05-07T19:23:29.092Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-05-07T19:23:29.092Z] === RUN TestHostIPv4BridgeLabel [2020-05-07T19:23:29.703Z] --- PASS: TestResizeWithInvalidSize (0.92s) [2020-05-07T19:23:29.703Z] === RUN TestResizeWhenContainerNotStarted [2020-05-07T19:23:29.960Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-05-07T19:23:30.029Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2020-05-07T19:23:30.029Z] === RUN TestDaemonRestartWithLiveRestore [2020-05-07T19:23:30.525Z] === RUN TestDockerSuite/TestBuildBlankName [2020-05-07T19:23:30.782Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:30.782Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:30.782Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:30.782Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:23:30.782Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:23:30.903Z] ok github.com/docker/docker/pkg/archive 0.510s coverage: 76.8% of statements [2020-05-07T19:23:31.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-05-07T19:23:31.407Z] --- PASS: TestDaemonRestartWithLiveRestore (1.37s) [2020-05-07T19:23:31.407Z] === RUN TestDaemonDefaultNetworkPools [2020-05-07T19:23:31.516Z] ok github.com/docker/docker/pkg/authorization 0.293s coverage: 68.3% of statements [2020-05-07T19:23:31.797Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-05-07T19:23:31.797Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-05-07T19:23:32.784Z] --- PASS: TestDaemonDefaultNetworkPools (1.33s) [2020-05-07T19:23:32.784Z] === RUN TestDaemonRestartWithExistingNetwork [2020-05-07T19:23:33.558Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:23:33.558Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-05-07T19:23:33.801Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-05-07T19:23:33.815Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:23:33.815Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-05-07T19:23:34.687Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s) [2020-05-07T19:23:34.687Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-05-07T19:23:35.270Z] ok github.com/docker/docker/layer 7.516s coverage: 68.8% of statements [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/oci [no test files] [2020-05-07T19:23:35.270Z] ? github.com/docker/docker/oci/caps [no test files] [2020-05-07T19:23:35.270Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2020-05-07T19:23:35.883Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-05-07T19:23:35.883Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-05-07T19:23:36.164Z] ok github.com/docker/docker/pkg/chrootarchive 3.523s coverage: 43.2% of statements [2020-05-07T19:23:36.164Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-05-07T19:23:36.164Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-05-07T19:23:36.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-05-07T19:23:36.337Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:23:36.778Z] ok github.com/docker/docker/pkg/discovery/memory 0.014s coverage: 92.3% of statements [2020-05-07T19:23:37.059Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-05-07T19:23:37.222Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.39s) [2020-05-07T19:23:37.222Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-05-07T19:23:37.672Z] ok github.com/docker/docker/pkg/dmesg 0.011s coverage: 83.3% of statements [2020-05-07T19:23:37.707Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:23:37.790Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-05-07T19:23:37.790Z] === RUN TestServiceWithPredefinedNetwork [2020-05-07T19:23:37.964Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-05-07T19:23:38.676Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-05-07T19:23:38.894Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:23:39.682Z] ok github.com/docker/docker/pkg/fileutils 0.031s coverage: 89.5% of statements [2020-05-07T19:23:39.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-05-07T19:23:39.966Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2020-05-07T19:23:40.248Z] ok github.com/docker/docker/pkg/fsutils 0.377s coverage: 85.1% of statements [2020-05-07T19:23:40.248Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-05-07T19:23:40.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:40.645Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-05-07T19:23:41.077Z] --- PASS: TestServiceWithPredefinedNetwork (3.27s) [2020-05-07T19:23:41.077Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-05-07T19:23:41.077Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:23:41.077Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:23:41.077Z] === RUN TestServiceWithDataPathPortInit [2020-05-07T19:23:41.256Z] ok github.com/docker/docker/pkg/idtools 0.306s coverage: 70.3% of statements [2020-05-07T19:23:41.256Z] ok github.com/docker/docker/pkg/ioutils 0.286s coverage: 70.6% of statements [2020-05-07T19:23:41.537Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2020-05-07T19:23:41.537Z] ok github.com/docker/docker/pkg/locker 0.011s coverage: 88.9% of statements [2020-05-07T19:23:41.574Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-05-07T19:23:41.574Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:23:41.821Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-05-07T19:23:41.821Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-05-07T19:23:41.821Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-05-07T19:23:41.821Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-05-07T19:23:41.821Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-05-07T19:23:41.831Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:42.108Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-05-07T19:23:42.108Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-05-07T19:23:42.390Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2020-05-07T19:23:42.390Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-05-07T19:23:42.390Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-05-07T19:23:42.390Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-05-07T19:23:43.205Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:23:43.205Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-05-07T19:23:43.394Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2020-05-07T19:23:43.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:23:43.676Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-05-07T19:23:43.719Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-05-07T19:23:43.797Z] INFO: Expanding go... [2020-05-07T19:23:43.957Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-05-07T19:23:44.239Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-05-07T19:23:45.243Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 73.9% of statements [2020-05-07T19:23:45.524Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.70s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.07s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.09s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.05s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.46s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.48s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.53s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.55s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2020-05-07T19:23:45.612Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.31s) [2020-05-07T19:23:45.612Z] === RUN TestCgroupNamespacesRun [2020-05-07T19:23:46.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-05-07T19:23:47.544Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-05-07T19:23:47.800Z] --- PASS: TestCgroupNamespacesRun (2.03s) [2020-05-07T19:23:47.800Z] === RUN TestCgroupNamespacesRunPrivileged [2020-05-07T19:23:48.194Z] ok github.com/docker/docker/pkg/signal 2.356s coverage: 61.0% of statements [2020-05-07T19:23:48.476Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-05-07T19:23:49.092Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-05-07T19:23:49.092Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-05-07T19:23:49.374Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-05-07T19:23:49.695Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2020-05-07T19:23:49.695Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-05-07T19:23:49.987Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.1% of statements [2020-05-07T19:23:50.600Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 36.9% of statements [2020-05-07T19:23:50.881Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements [2020-05-07T19:23:51.454Z] ......... [ 86%] [2020-05-07T19:23:51.494Z] ok github.com/docker/docker/pkg/tarsum 0.036s coverage: 89.3% of statements [2020-05-07T19:23:51.494Z] testing: warning: no tests to run [2020-05-07T19:23:51.494Z] coverage: [no statements] [2020-05-07T19:23:51.494Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-05-07T19:23:51.591Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-05-07T19:23:51.591Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.12s) [2020-05-07T19:23:51.591Z] === RUN TestCgroupNamespacesRunHostMode [2020-05-07T19:23:51.776Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-05-07T19:23:52.057Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-05-07T19:23:52.057Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-05-07T19:23:53.485Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s) [2020-05-07T19:23:53.485Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-05-07T19:23:53.743Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-05-07T19:23:54.073Z] ok github.com/docker/docker/plugin 0.545s coverage: 23.3% of statements [2020-05-07T19:23:54.355Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-05-07T19:23:55.360Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-05-07T19:23:55.360Z] ok github.com/docker/docker/reference 0.004s coverage: 83.7% of statements [2020-05-07T19:23:55.641Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.94s) [2020-05-07T19:23:55.641Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-05-07T19:23:55.740Z] #24 ... [2020-05-07T19:23:55.740Z] [2020-05-07T19:23:55.740Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:23:55.740Z] #66 424.2 + bin/containerd [2020-05-07T19:23:56.252Z] tests/integration/models_images_test.py ............... [ 89%] [2020-05-07T19:23:56.827Z] ok github.com/docker/docker/registry 0.095s coverage: 56.1% of statements [2020-05-07T19:23:57.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-05-07T19:23:57.009Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2020-05-07T19:23:57.009Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-05-07T19:23:57.108Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-05-07T19:23:57.390Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-05-07T19:23:57.940Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2020-05-07T19:23:57.940Z] === RUN TestCgroupNamespacesRunOlderClient [2020-05-07T19:23:58.003Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.8% of statements [2020-05-07T19:23:58.119Z] tests/integration/models_networks_test.py .... [ 90%] [2020-05-07T19:23:58.286Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-05-07T19:23:58.504Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-05-07T19:23:59.173Z] --- PASS: TestServiceWithDataPathPortInit (18.10s) [2020-05-07T19:23:59.173Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-05-07T19:23:59.874Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-05-07T19:23:59.874Z] === RUN TestKernelTCPMemory [2020-05-07T19:24:00.804Z] --- PASS: TestKernelTCPMemory (1.03s) [2020-05-07T19:24:00.804Z] === RUN TestNISDomainname [2020-05-07T19:24:00.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-05-07T19:24:00.958Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-05-07T19:24:00.958Z] ok github.com/docker/docker/volume/local 0.048s coverage: 73.0% of statements [2020-05-07T19:24:01.572Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.0% of statements [2020-05-07T19:24:01.733Z] --- PASS: TestNISDomainname (1.06s) [2020-05-07T19:24:01.733Z] === RUN TestHostnameDnsResolution [2020-05-07T19:24:01.823Z] INFO: Expanding compiler 1 of 3... [2020-05-07T19:24:02.576Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.0% of statements [2020-05-07T19:24:02.839Z] INFO: Expanding compiler 2 of 3... [2020-05-07T19:24:03.628Z] --- PASS: TestHostnameDnsResolution (1.41s) [2020-05-07T19:24:03.628Z] === RUN TestStats [2020-05-07T19:24:04.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-05-07T19:24:04.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-05-07T19:24:04.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-05-07T19:24:04.672Z] tests/integration/models_nodes_test.py . [ 91%] [2020-05-07T19:24:04.672Z] tests/integration/models_resources_test.py . [ 91%] [2020-05-07T19:24:04.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-05-07T19:24:06.646Z] --- PASS: TestStats (3.10s) [2020-05-07T19:24:06.646Z] === RUN TestStopContainerWithTimeout [2020-05-07T19:24:06.646Z] === RUN TestStopContainerWithTimeout/0 [2020-05-07T19:24:06.646Z] === PAUSE TestStopContainerWithTimeout/0 [2020-05-07T19:24:06.646Z] === RUN TestStopContainerWithTimeout/1 [2020-05-07T19:24:06.646Z] === PAUSE TestStopContainerWithTimeout/1 [2020-05-07T19:24:06.646Z] === RUN TestStopContainerWithTimeout/3 [2020-05-07T19:24:06.646Z] === PAUSE TestStopContainerWithTimeout/3 [2020-05-07T19:24:06.646Z] === RUN TestStopContainerWithTimeout/-1 [2020-05-07T19:24:06.646Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-05-07T19:24:06.646Z] === CONT TestStopContainerWithTimeout/0 [2020-05-07T19:24:06.646Z] === CONT TestStopContainerWithTimeout/3 [2020-05-07T19:24:07.576Z] === CONT TestStopContainerWithTimeout/-1 [2020-05-07T19:24:07.576Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-05-07T19:24:07.700Z] INFO: Expanding compiler 3 of 3... [2020-05-07T19:24:07.833Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-05-07T19:24:08.184Z] INFO: Removing downloaded files... [2020-05-07T19:24:08.184Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-05-07T19:24:08.184Z] INFO: Configuring git core.autocrlf... [2020-05-07T19:24:09.034Z] #66 ... [2020-05-07T19:24:09.034Z] [2020-05-07T19:24:09.034Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:09.034Z] #24 494.8 + return [2020-05-07T19:24:09.034Z] #24 DONE 494.9s [2020-05-07T19:24:09.034Z] [2020-05-07T19:24:09.034Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:09.147Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.96s) [2020-05-07T19:24:09.148Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:24srkppb2ccuj372787ox69si Created:2020-05-07 19:24:00.803298586 +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[292cfa4dedaf9b5d0d3536370d065c849f23daf26ef9c9eec7be47c10982ffa7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bv86fgk5d2y90bltguxpfslic EndpointID:6f1e4e528ca1cb78f415356c27821db8e341241fcbd8f956f38fbededc320f2a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:45f69ba7d899d78a950dc5b81fd14d778443ed5d6060b068b86ce240ca07fbb0 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:373eca567807 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bv86fgk5d2y90bltguxpfslic EndpointID:6f1e4e528ca1cb78f415356c27821db8e341241fcbd8f956f38fbededc320f2a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-05-07T19:24:09.148Z] PASS [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] === Skipped [2020-05-07T19:24:09.148Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:24:09.148Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] DONE 22 tests, 1 skipped in 52.709s [2020-05-07T19:24:09.148Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:24:09.148Z] ++ 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-05-07T19:24:09.148Z] ++ set -e [2020-05-07T19:24:09.148Z] ++ '[' -n 0 ']' [2020-05-07T19:24:09.148Z] ++ set -x [2020-05-07T19:24:09.148Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:24:09.148Z] INFO: Testing against a local daemon [2020-05-07T19:24:09.148Z] === RUN TestDockerNetworkIpvlanPersistance [2020-05-07T19:24:09.148Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:24:09.148Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:24:09.148Z] === RUN TestDockerNetworkIpvlan [2020-05-07T19:24:09.148Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:24:09.148Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:24:09.148Z] PASS [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] === Skipped [2020-05-07T19:24:09.148Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:24:09.148Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:24:09.148Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] [2020-05-07T19:24:09.148Z] DONE 2 tests, 2 skipped in 0.178s [2020-05-07T19:24:09.148Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:24:09.148Z] ++ 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-05-07T19:24:09.148Z] ++ set -e [2020-05-07T19:24:09.148Z] ++ '[' -n 0 ']' [2020-05-07T19:24:09.148Z] ++ set -x [2020-05-07T19:24:09.148Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:24:09.148Z] INFO: Testing against a local daemon [2020-05-07T19:24:09.148Z] === RUN TestDockerNetworkMacvlanPersistance [2020-05-07T19:24:09.727Z] === CONT TestStopContainerWithTimeout/1 [2020-05-07T19:24:10.198Z] #54 ... [2020-05-07T19:24:10.198Z] [2020-05-07T19:24:10.198Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-05-07T19:24:10.291Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-05-07T19:24:10.523Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.02s) [2020-05-07T19:24:10.523Z] === RUN TestDockerNetworkMacvlan [2020-05-07T19:24:10.540Z] #25 DONE 0.1s [2020-05-07T19:24:10.540Z] [2020-05-07T19:24:10.540Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-05-07T19:24:10.711Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-05-07T19:24:10.858Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-05-07T19:24:10.878Z] #29 DONE 0.7s [2020-05-07T19:24:10.878Z] [2020-05-07T19:24:10.878Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-05-07T19:24:11.215Z] #32 DONE 0.1s [2020-05-07T19:24:11.215Z] [2020-05-07T19:24:11.215Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-05-07T19:24:11.215Z] #35 DONE 0.1s [2020-05-07T19:24:11.215Z] [2020-05-07T19:24:11.215Z] #40 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-05-07T19:24:11.215Z] #40 DONE 0.1s [2020-05-07T19:24:11.215Z] [2020-05-07T19:24:11.215Z] #43 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-05-07T19:24:11.421Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-05-07T19:24:11.421Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2020-05-07T19:24:11.421Z] --- PASS: TestStopContainerWithTimeout/3 (2.95s) [2020-05-07T19:24:11.421Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2020-05-07T19:24:11.421Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2020-05-07T19:24:11.421Z] === RUN TestDeleteDevicemapper [2020-05-07T19:24:11.421Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-05-07T19:24:11.421Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:24:11.421Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-05-07T19:24:11.551Z] #43 DONE 0.1s [2020-05-07T19:24:11.551Z] [2020-05-07T19:24:11.551Z] #46 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-05-07T19:24:11.551Z] #46 DONE 0.2s [2020-05-07T19:24:11.551Z] [2020-05-07T19:24:11.551Z] #49 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-05-07T19:24:11.900Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-05-07T19:24:11.901Z] #49 DONE 0.1s [2020-05-07T19:24:11.901Z] [2020-05-07T19:24:11.901Z] #52 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-05-07T19:24:11.901Z] #52 DONE 0.1s [2020-05-07T19:24:11.901Z] [2020-05-07T19:24:11.901Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:12.789Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-05-07T19:24:12.836Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-05-07T19:24:13.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-05-07T19:24:14.211Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-05-07T19:24:14.469Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-05-07T19:24:14.470Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-05-07T19:24:14.944Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.78s) [2020-05-07T19:24:14.944Z] === RUN TestUpdateMemory [2020-05-07T19:24:14.944Z] --- SKIP: TestUpdateMemory (0.00s) [2020-05-07T19:24:14.944Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:24:14.944Z] === RUN TestUpdateCPUQuota [2020-05-07T19:24:15.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-05-07T19:24:15.874Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-05-07T19:24:16.804Z] --- PASS: TestUpdateCPUQuota (1.56s) [2020-05-07T19:24:16.804Z] === RUN TestUpdatePidsLimit [2020-05-07T19:24:16.804Z] === RUN TestUpdatePidsLimit/update_from_none [2020-05-07T19:24:17.062Z] === RUN TestUpdatePidsLimit/no_change [2020-05-07T19:24:17.318Z] === RUN TestUpdatePidsLimit/update_lower [2020-05-07T19:24:17.499Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-05-07T19:24:17.839Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/pkg/term [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/rootless [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/testutil/request [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/volume [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-05-07T19:24:17.839Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === Skipped [2020-05-07T19:24:17.839Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-05-07T19:24:17.839Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-05-07T19:24:17.839Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-05-07T19:24:17.839Z] time="2020-05-07T19:23:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-05-07T19:24:17.839Z] time="2020-05-07T19:23:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-05-07T19:24:17.839Z] time="2020-05-07T19:23:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-05-07T19:24:17.839Z] time="2020-05-07T19:23:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-05-07T19:24:17.839Z] time="2020-05-07T19:23:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-05-07T19:24:17.839Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-05-07T19:24:17.839Z] overlay_test.go:49: Fails to compute changes intermittently [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-05-07T19:24:17.839Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:24:17.839Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-05-07T19:24:17.839Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-05-07T19:24:17.839Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-05-07T19:24:17.839Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] [2020-05-07T19:24:17.839Z] DONE 2122 tests, 26 skipped in 193.959s Post stage [Pipeline] junit [2020-05-07T19:24:17.874Z] Recording test results [2020-05-07T19:24:17.881Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2020-05-07T19:24:18.137Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-05-07T19:24:18.512Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -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:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh dynbinary test-integration [2020-05-07T19:24:18.701Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-05-07T19:24:18.711Z] tests/integration/regression_test.py ...... [ 98%] [2020-05-07T19:24:18.794Z] [2020-05-07T19:24:18.794Z] Removing bundles/ [2020-05-07T19:24:18.794Z] [2020-05-07T19:24:18.794Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-05-07T19:24:18.958Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-05-07T19:24:18.966Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-05-07T19:24:18.966Z] tests/integration/credentials/utils_test.py . [100%] [2020-05-07T19:24:18.966Z] [2020-05-07T19:24:18.966Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-05-07T19:24:18.966Z] =========================== short test summary info ============================ [2020-05-07T19:24:18.966Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-05-07T19:24:18.966Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-05-07T19:24:18.966Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-05-07T19:24:18.966Z] Not supported on most drivers [2020-05-07T19:24:18.966Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-05-07T19:24:18.966Z] Can fail if eth0 has multiple IP addresses [2020-05-07T19:24:18.966Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-05-07T19:24:18.966Z] This doesn't seem to be taken into account by the engine [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-05-07T19:24:18.966Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-05-07T19:24:18.966Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-05-07T19:24:18.966Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 337.49 seconds == [2020-05-07T19:24:19.075Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:24:19.075Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:24:19.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-05-07T19:24:19.220Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit (3.73s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2020-05-07T19:24:20.588Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-05-07T19:24:20.588Z] === RUN TestUpdateRestartPolicy [2020-05-07T19:24:20.785Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-05-07T19:24:21.517Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-05-07T19:24:22.157Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-05-07T19:24:23.526Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-05-07T19:24:24.895Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-05-07T19:24:25.152Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-05-07T19:24:25.409Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-05-07T19:24:25.972Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-05-07T19:24:27.479Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan (18.03s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.98s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.74s) [2020-05-07T19:24:28.855Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2020-05-07T19:24:28.855Z] PASS [2020-05-07T19:24:28.855Z] [2020-05-07T19:24:28.855Z] DONE 8 tests in 20.221s [2020-05-07T19:24:28.855Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-05-07T19:24:28.855Z] ++ 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-05-07T19:24:28.855Z] ++ set -e [2020-05-07T19:24:28.855Z] ++ '[' -n 0 ']' [2020-05-07T19:24:28.855Z] ++ set -x [2020-05-07T19:24:28.855Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:24:28.855Z] testing: warning: no tests to run [2020-05-07T19:24:28.855Z] PASS [2020-05-07T19:24:28.855Z] [2020-05-07T19:24:28.855Z] DONE 0 tests in 0.029s [2020-05-07T19:24:28.855Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-05-07T19:24:28.856Z] ++ 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-05-07T19:24:28.856Z] ++ set -e [2020-05-07T19:24:28.856Z] ++ '[' -n 0 ']' [2020-05-07T19:24:28.856Z] ++ set -x [2020-05-07T19:24:28.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:24:28.856Z] INFO: Testing against a local daemon [2020-05-07T19:24:28.856Z] === RUN TestAuthZPluginAllowRequest [2020-05-07T19:24:29.246Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-05-07T19:24:30.759Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-05-07T19:24:30.759Z] === RUN TestAuthZPluginTLS [2020-05-07T19:24:31.325Z] --- PASS: TestAuthZPluginTLS (0.67s) [2020-05-07T19:24:31.326Z] === RUN TestAuthZPluginDenyRequest [2020-05-07T19:24:31.492Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:24:31.492Z] [2020-05-07T19:24:31.492Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:24:31.492Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:24:31.492Z] [2020-05-07T19:24:31.492Z] To set a process to complain mode, use the command line tool [2020-05-07T19:24:31.492Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:24:31.492Z] [2020-05-07T19:24:31.766Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-05-07T19:24:31.893Z] --- PASS: TestAuthZPluginDenyRequest (0.62s) [2020-05-07T19:24:31.893Z] === RUN TestAuthZPluginAPIDenyResponse Post stage [Pipeline] junit [2020-05-07T19:24:32.060Z] Recording test results [Pipeline] sh [2020-05-07T19:24:32.711Z] + echo Ensuring container killed. [2020-05-07T19:24:32.711Z] Ensuring container killed. [2020-05-07T19:24:32.711Z] + docker rm -vf docker-pr6 [2020-05-07T19:24:32.711Z] Error: No such container: docker-pr6 [2020-05-07T19:24:32.711Z] + true [Pipeline] sh [2020-05-07T19:24:32.835Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-05-07T19:24:32.835Z] === RUN TestAuthZPluginDenyResponse [2020-05-07T19:24:33.109Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:24:33.109Z] Chowning /workspace to jenkins user [2020-05-07T19:24:33.109Z] + id -u [2020-05-07T19:24:33.109Z] + id -g [2020-05-07T19:24:33.109Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/workspace busybox chown -R 1000:1000 /workspace [2020-05-07T19:24:33.134Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-05-07T19:24:33.403Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-05-07T19:24:33.403Z] === RUN TestAuthZPluginAllowEventStream [2020-05-07T19:24:33.697Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-05-07T19:24:33.953Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:24:34.210Z] --- PASS: TestUpdateRestartPolicy (13.80s) [2020-05-07T19:24:34.210Z] === RUN TestUpdateRestartWithAutoRemove [2020-05-07T19:24:34.445Z] + bundleName=docker-py [2020-05-07T19:24:34.445Z] + echo Creating docker-py-bundles.tar.gz [2020-05-07T19:24:34.445Z] Creating docker-py-bundles.tar.gz [2020-05-07T19:24:34.445Z] + 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-05-07T19:24:34.453Z] Archiving artifacts [2020-05-07T19:24:34.773Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-05-07T19:24:35.035Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2020-05-07T19:24:35.035Z] === RUN TestWaitNonBlocked [2020-05-07T19:24:35.294Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:24:35.294Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:24:35.294Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:24:35.294Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:24:35.294Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:24:35.294Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:24:35.306Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2020-05-07T19:24:35.306Z] === RUN TestAuthZPluginErrorResponse [2020-05-07T19:24:35.873Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-05-07T19:24:35.873Z] === RUN TestAuthZPluginErrorRequest [2020-05-07T19:24:36.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-05-07T19:24:36.440Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2020-05-07T19:24:36.440Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-05-07T19:24:36.480Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-05-07T19:24:36.480Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2020-05-07T19:24:36.480Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2020-05-07T19:24:36.480Z] === RUN TestWaitBlocked [2020-05-07T19:24:36.480Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:24:36.480Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:24:36.480Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:24:36.480Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:24:36.480Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:24:36.480Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:24:37.007Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2020-05-07T19:24:37.007Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-05-07T19:24:37.411Z] --- PASS: TestWaitBlocked (0.03s) [2020-05-07T19:24:37.411Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2020-05-07T19:24:37.411Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2020-05-07T19:24:37.411Z] === CONT TestContainerStartOnDaemonRestart [2020-05-07T19:24:37.411Z] === CONT TestIpcModeOlderClient [2020-05-07T19:24:37.668Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-05-07T19:24:37.668Z] === CONT TestDaemonHostGatewayIP [2020-05-07T19:24:39.539Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s) [2020-05-07T19:24:39.539Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-05-07T19:24:39.665Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-05-07T19:24:40.148Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh binary-daemon [2020-05-07T19:24:40.192Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-05-07T19:24:40.402Z] [2020-05-07T19:24:40.656Z] Removing bundles/ [2020-05-07T19:24:40.656Z] [2020-05-07T19:24:40.656Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-05-07T19:24:40.656Z] Building: bundles/binary-daemon/dockerd-dev [2020-05-07T19:24:40.656Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:24:41.565Z] --- PASS: TestContainerStartOnDaemonRestart (4.03s) [2020-05-07T19:24:41.565Z] === CONT TestContainerKillOnDaemonStart [2020-05-07T19:24:41.822Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-05-07T19:24:41.822Z] --- PASS: TestDaemonHostGatewayIP (4.28s) [2020-05-07T19:24:41.822Z] === CONT TestDaemonRestartIpcMode [2020-05-07T19:24:42.072Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.31s) [2020-05-07T19:24:42.072Z] === RUN TestAuthZPluginHeader [2020-05-07T19:24:42.639Z] --- PASS: TestAuthZPluginHeader (1.04s) [2020-05-07T19:24:42.639Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-05-07T19:24:42.639Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:24:42.639Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:24:42.639Z] === RUN TestAuthZPluginV2Disable [2020-05-07T19:24:42.639Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:24:42.639Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:24:42.639Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-05-07T19:24:42.639Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:24:42.639Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:24:42.639Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-05-07T19:24:42.639Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:24:42.639Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:24:42.639Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-05-07T19:24:43.718Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-05-07T19:24:44.282Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-05-07T19:24:45.211Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-05-07T19:24:45.774Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-05-07T19:24:45.774Z] --- PASS: TestDaemonRestartIpcMode (3.75s) [2020-05-07T19:24:45.774Z] === RUN TestDockerSuite/TestBuildCmd [2020-05-07T19:24:46.031Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-05-07T19:24:46.287Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-05-07T19:24:46.543Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-05-07T19:24:46.543Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-05-07T19:24:47.910Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-05-07T19:24:49.278Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-05-07T19:24:52.224Z] #66 ... [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:52.224Z] #54 DONE 534.5s [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:52.224Z] #66 ... [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #55 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-05-07T19:24:52.224Z] #55 DONE 0.1s [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #58 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-05-07T19:24:52.224Z] #58 DONE 0.1s [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #62 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-05-07T19:24:52.224Z] #62 DONE 0.1s [2020-05-07T19:24:52.224Z] [2020-05-07T19:24:52.224Z] #66 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-05-07T19:24:53.449Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-05-07T19:24:54.379Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2020-05-07T19:24:54.379Z] PASS [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === Skipped [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-05-07T19:24:54.379Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-05-07T19:24:54.379Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2020-05-07T19:24:54.379Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:24:54.379Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-05-07T19:24:54.379Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-05-07T19:24:54.379Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] [2020-05-07T19:24:54.379Z] DONE 200 tests, 6 skipped in 161.853s [2020-05-07T19:24:54.379Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-05-07T19:24:54.379Z] ++ 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-05-07T19:24:54.379Z] ++ set -e [2020-05-07T19:24:54.379Z] ++ '[' -n 0 ']' [2020-05-07T19:24:54.379Z] ++ set -x [2020-05-07T19:24:54.379Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:24:54.379Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-05-07T19:24:54.637Z] INFO: Testing against a local daemon [2020-05-07T19:24:54.637Z] === RUN TestCommitInheritsEnv [2020-05-07T19:24:54.637Z] === RUN TestDockerSuite/TestBuildContChar [2020-05-07T19:24:54.893Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-05-07T19:24:54.893Z] === RUN TestImportExtremelyLargeImageWorks [2020-05-07T19:24:54.893Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-05-07T19:24:54.893Z] === RUN TestImagesFilterMultiReference [2020-05-07T19:24:55.151Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-05-07T19:24:55.151Z] === RUN TestImagePullPlatformInvalid [2020-05-07T19:24:55.151Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-05-07T19:24:55.151Z] === RUN TestRemoveImageOrphaning [2020-05-07T19:24:55.407Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-05-07T19:24:55.663Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2020-05-07T19:24:55.663Z] === RUN TestRemoveImageGarbageCollector [2020-05-07T19:24:55.920Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-05-07T19:24:56.483Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-05-07T19:24:57.852Z] --- PASS: TestRemoveImageGarbageCollector (2.25s) [2020-05-07T19:24:57.852Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-05-07T19:24:57.852Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-05-07T19:24:57.852Z] === RUN TestTagInvalidReference [2020-05-07T19:24:57.852Z] --- PASS: TestTagInvalidReference (0.01s) [2020-05-07T19:24:57.852Z] === RUN TestTagValidPrefixedRepo [2020-05-07T19:24:57.852Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-05-07T19:24:57.852Z] === RUN TestTagExistedNameWithoutForce [2020-05-07T19:24:57.852Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-05-07T19:24:57.852Z] === RUN TestTagOfficialNames [2020-05-07T19:24:58.109Z] --- PASS: TestTagOfficialNames (0.05s) [2020-05-07T19:24:58.109Z] === RUN TestTagMatchesDigest [2020-05-07T19:24:58.109Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-05-07T19:24:58.109Z] === CONT TestImportExtremelyLargeImageWorks [2020-05-07T19:24:58.109Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-05-07T19:24:59.478Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-05-07T19:24:59.736Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-05-07T19:24:59.993Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-05-07T19:25:00.720Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.12s) [2020-05-07T19:25:00.720Z] PASS [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] === Skipped [2020-05-07T19:25:00.720Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:25:00.720Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:25:00.720Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:25:00.720Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:25:00.720Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] [2020-05-07T19:25:00.720Z] DONE 17 tests, 4 skipped in 32.101s [2020-05-07T19:25:00.720Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-05-07T19:25:00.720Z] ++ 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-05-07T19:25:00.720Z] ++ set -e [2020-05-07T19:25:00.720Z] ++ '[' -n 0 ']' [2020-05-07T19:25:00.720Z] ++ set -x [2020-05-07T19:25:00.720Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:00.922Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-05-07T19:25:00.979Z] INFO: Testing against a local daemon [2020-05-07T19:25:00.979Z] === RUN TestPluginInvalidJSON [2020-05-07T19:25:00.979Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:25:00.979Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:25:00.979Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:25:00.979Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-05-07T19:25:00.979Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-05-07T19:25:00.979Z] === RUN TestPluginInstall [2020-05-07T19:25:00.979Z] === RUN TestPluginInstall/no_auth [2020-05-07T19:25:01.179Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-05-07T19:25:01.743Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-05-07T19:25:03.111Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-05-07T19:25:03.367Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-05-07T19:25:03.931Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0385a1045b44173ea33ed6df69c7d18fc0132e99c76a8e3f45100b8e738340f0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:06.249Z] time="2020-05-07T19:25:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0385a1045b44173ea33ed6df69c7d18fc0132e99c76a8e3f45100b8e738340f0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:06.815Z] === RUN TestPluginInstall/with_htpasswd [2020-05-07T19:25:07.382Z] time="2020-05-07T19:25:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:07.382Z] time="2020-05-07T19:25:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:07.382Z] time="2020-05-07T19:25:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:72dee49bfb1f543588a5f020f80aa2d63359cd315bead9f22933a6d132bf1782" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:07.382Z] time="2020-05-07T19:25:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:07.382Z] time="2020-05-07T19:25:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:07.383Z] time="2020-05-07T19:25:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:72dee49bfb1f543588a5f020f80aa2d63359cd315bead9f22933a6d132bf1782" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:07.950Z] === RUN TestPluginInstall/with_insecure [2020-05-07T19:25:08.108Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-05-07T19:25:08.108Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-05-07T19:25:08.394Z] #66 496.9 + bin/containerd-stress [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ecf18a43d86a941a339ac8dacdf874a8e6dadf51d9f88c867135c9f41251502" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:25:09.326Z] time="2020-05-07T19:25:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ecf18a43d86a941a339ac8dacdf874a8e6dadf51d9f88c867135c9f41251502" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:25:09.585Z] --- PASS: TestPluginInstall (8.64s) [2020-05-07T19:25:09.585Z] --- PASS: TestPluginInstall/no_auth (5.71s) [2020-05-07T19:25:09.585Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2020-05-07T19:25:09.585Z] --- PASS: TestPluginInstall/with_insecure (1.73s) [2020-05-07T19:25:09.585Z] plugin_test.go:157: [d0b6bd45e2077] daemon is not started [2020-05-07T19:25:09.585Z] PASS [2020-05-07T19:25:09.585Z] [2020-05-07T19:25:09.585Z] DONE 6 tests in 8.854s [2020-05-07T19:25:09.585Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-05-07T19:25:09.585Z] ++ 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-05-07T19:25:09.585Z] ++ set -e [2020-05-07T19:25:09.585Z] ++ '[' -n 0 ']' [2020-05-07T19:25:09.585Z] ++ set -x [2020-05-07T19:25:09.585Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:09.843Z] INFO: Testing against a local daemon [2020-05-07T19:25:09.843Z] === RUN TestExternalGraphDriver [2020-05-07T19:25:10.102Z] === RUN TestExternalGraphDriver/json [2020-05-07T19:25:11.382Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-05-07T19:25:12.224Z] #66 500.8 + bin/containerd-shim [2020-05-07T19:25:12.634Z] === RUN TestExternalGraphDriver/spec [2020-05-07T19:25:13.319Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-05-07T19:25:15.165Z] === RUN TestExternalGraphDriver/pull [2020-05-07T19:25:15.907Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:25:15.907Z] [2020-05-07T19:25:15.907Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:25:15.907Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:25:15.907Z] HOSTNAME=d1bc4e973da7 [2020-05-07T19:25:15.907Z] TESTDEBUG=0 [2020-05-07T19:25:15.907Z] DEST=bundles/test-integration [2020-05-07T19:25:15.907Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:25:15.907Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:25:15.907Z] container=docker [2020-05-07T19:25:15.907Z] HOME=/root [2020-05-07T19:25:15.907Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:25:15.907Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:25:15.907Z] VALIDATE_BRANCH=master [2020-05-07T19:25:15.907Z] TERM=xterm [2020-05-07T19:25:15.907Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:25:15.907Z] SHLVL=1 [2020-05-07T19:25:15.907Z] TIMEOUT=120m [2020-05-07T19:25:15.907Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:25:15.907Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:25:15.907Z] GO111MODULE=off [2020-05-07T19:25:15.907Z] DOCKER_EXPERIMENTAL=1 [2020-05-07T19:25:15.907Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-05-07T19:25:15.907Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:25:15.907Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:25:15.907Z] GOPATH=/go [2020-05-07T19:25:15.907Z] PKG_CONFIG=pkg-config [2020-05-07T19:25:15.907Z] _=/usr/bin/env [2020-05-07T19:25:15.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:25:17.502Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-05-07T19:25:17.700Z] --- PASS: TestExternalGraphDriver (7.47s) [2020-05-07T19:25:17.700Z] --- PASS: TestExternalGraphDriver/json (2.40s) [2020-05-07T19:25:17.700Z] --- PASS: TestExternalGraphDriver/spec (2.66s) [2020-05-07T19:25:17.700Z] --- PASS: TestExternalGraphDriver/pull (2.25s) [2020-05-07T19:25:17.700Z] === RUN TestGraphdriverPluginV2 [2020-05-07T19:25:17.700Z] --- SKIP: TestGraphdriverPluginV2 (0.11s) [2020-05-07T19:25:17.700Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:17.700Z] PASS [2020-05-07T19:25:17.700Z] [2020-05-07T19:25:17.700Z] === Skipped [2020-05-07T19:25:17.700Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.11s) [2020-05-07T19:25:17.700Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:25:17.700Z] [2020-05-07T19:25:17.700Z] [2020-05-07T19:25:17.700Z] DONE 5 tests, 1 skipped in 7.754s [2020-05-07T19:25:17.700Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-05-07T19:25:17.700Z] ++ 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-05-07T19:25:17.700Z] ++ set -e [2020-05-07T19:25:17.700Z] ++ '[' -n 0 ']' [2020-05-07T19:25:17.700Z] ++ set -x [2020-05-07T19:25:17.700Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:17.700Z] INFO: Testing against a local daemon [2020-05-07T19:25:17.701Z] === RUN TestContinueAfterPluginCrash [2020-05-07T19:25:17.701Z] === PAUSE TestContinueAfterPluginCrash [2020-05-07T19:25:17.701Z] === RUN TestReadPluginNoRead [2020-05-07T19:25:17.701Z] === PAUSE TestReadPluginNoRead [2020-05-07T19:25:17.701Z] === RUN TestDaemonStartWithLogOpt [2020-05-07T19:25:17.701Z] === PAUSE TestDaemonStartWithLogOpt [2020-05-07T19:25:17.701Z] === CONT TestContinueAfterPluginCrash [2020-05-07T19:25:17.701Z] === CONT TestDaemonStartWithLogOpt [2020-05-07T19:25:17.701Z] === CONT TestReadPluginNoRead [2020-05-07T19:25:17.760Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-05-07T19:25:18.016Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-05-07T19:25:18.579Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-05-07T19:25:18.836Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-05-07T19:25:21.892Z] === RUN TestReadPluginNoRead/default [2020-05-07T19:25:22.461Z] --- PASS: TestDaemonStartWithLogOpt (4.94s) [2020-05-07T19:25:23.012Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-05-07T19:25:23.154Z] #66 511.4 + bin/containerd-shim-runc-v1 [2020-05-07T19:25:23.844Z] === RUN TestReadPluginNoRead/disabled_caching [2020-05-07T19:25:24.380Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-05-07T19:25:25.747Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-05-07T19:25:27.648Z] --- PASS: TestReadPluginNoRead (10.02s) [2020-05-07T19:25:27.648Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-05-07T19:25:27.648Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.88s) [2020-05-07T19:25:27.648Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.85s) [2020-05-07T19:25:27.648Z] read_test.go:91: [d3a5481bbeb5d] daemon is not started [2020-05-07T19:25:27.651Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-05-07T19:25:27.907Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-05-07T19:25:27.907Z] --- PASS: TestContinueAfterPluginCrash (10.26s) [2020-05-07T19:25:27.908Z] PASS [2020-05-07T19:25:27.908Z] [2020-05-07T19:25:27.908Z] DONE 6 tests in 10.434s [2020-05-07T19:25:27.908Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-05-07T19:25:27.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:25:27.908Z] ++ set -e [2020-05-07T19:25:27.908Z] ++ '[' -n 0 ']' [2020-05-07T19:25:27.908Z] ++ set -x [2020-05-07T19:25:27.908Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:25:27.908Z] testing: warning: no tests to run [2020-05-07T19:25:27.908Z] PASS [2020-05-07T19:25:27.908Z] [2020-05-07T19:25:27.908Z] DONE 0 tests in 0.048s [2020-05-07T19:25:27.908Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-05-07T19:25:27.908Z] ++ 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-05-07T19:25:27.908Z] ++ set -e [2020-05-07T19:25:27.908Z] ++ '[' -n 0 ']' [2020-05-07T19:25:27.908Z] ++ set -x [2020-05-07T19:25:27.908Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:27.995Z] #66 516.4 + bin/containerd-shim-runc-v2 [2020-05-07T19:25:28.166Z] INFO: Testing against a local daemon [2020-05-07T19:25:28.166Z] === RUN TestPluginWithDevMounts [2020-05-07T19:25:28.166Z] === PAUSE TestPluginWithDevMounts [2020-05-07T19:25:28.166Z] === CONT TestPluginWithDevMounts [2020-05-07T19:25:29.161Z] #66 517.9 + binaries [2020-05-07T19:25:29.161Z] #66 517.9 + mkdir -p /build [2020-05-07T19:25:29.161Z] #66 517.9 + cp bin/containerd /build/containerd [2020-05-07T19:25:29.161Z] #66 518.0 + cp bin/containerd-shim /build/containerd-shim [2020-05-07T19:25:29.493Z] #66 518.0 + cp bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-05-07T19:25:29.493Z] #66 518.0 + cp bin/ctr /build/ctr [2020-05-07T19:25:29.493Z] #66 DONE 518.1s [2020-05-07T19:25:29.800Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-05-07T19:25:29.800Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-05-07T19:25:29.800Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-05-07T19:25:29.800Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-05-07T19:25:29.800Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-05-07T19:25:30.650Z] [2020-05-07T19:25:30.650Z] #67 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-05-07T19:25:30.650Z] #67 DONE 0.1s [2020-05-07T19:25:30.697Z] --- PASS: TestPluginWithDevMounts (2.20s) [2020-05-07T19:25:30.697Z] PASS [2020-05-07T19:25:30.697Z] [2020-05-07T19:25:30.697Z] DONE 1 tests in 2.386s [2020-05-07T19:25:30.697Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-05-07T19:25:30.697Z] ++ 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-05-07T19:25:30.697Z] ++ set -e [2020-05-07T19:25:30.697Z] ++ '[' -n 0 ']' [2020-05-07T19:25:30.697Z] ++ set -x [2020-05-07T19:25:30.698Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:30.698Z] INFO: Testing against a local daemon [2020-05-07T19:25:30.698Z] === RUN TestSecretInspect [2020-05-07T19:25:30.985Z] [2020-05-07T19:25:30.985Z] #71 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-05-07T19:25:30.985Z] #71 DONE 0.1s [2020-05-07T19:25:30.985Z] [2020-05-07T19:25:30.985Z] #73 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-05-07T19:25:30.985Z] #73 DONE 0.1s [2020-05-07T19:25:30.985Z] [2020-05-07T19:25:30.985Z] #76 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-05-07T19:25:30.985Z] #76 DONE 0.1s [2020-05-07T19:25:30.985Z] [2020-05-07T19:25:30.986Z] #77 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-05-07T19:25:30.986Z] #77 DONE 0.0s [2020-05-07T19:25:31.167Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-05-07T19:25:31.318Z] [2020-05-07T19:25:31.318Z] #78 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-05-07T19:25:33.059Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-05-07T19:25:33.624Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-05-07T19:25:33.982Z] --- PASS: TestSecretInspect (3.22s) [2020-05-07T19:25:33.982Z] === RUN TestSecretList [2020-05-07T19:25:34.186Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-05-07T19:25:34.327Z] #78 DONE 3.0s [2020-05-07T19:25:34.327Z] [2020-05-07T19:25:34.327Z] #79 exporting to oci image format [2020-05-07T19:25:34.327Z] #79 exporting layers [2020-05-07T19:25:34.749Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-05-07T19:25:35.312Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-05-07T19:25:36.514Z] --- PASS: TestSecretList (2.70s) [2020-05-07T19:25:36.514Z] === RUN TestSecretsCreateAndDelete [2020-05-07T19:25:37.207Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-05-07T19:25:37.207Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-05-07T19:25:38.576Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-05-07T19:25:39.798Z] --- PASS: TestSecretsCreateAndDelete (3.32s) [2020-05-07T19:25:39.798Z] === RUN TestSecretsUpdate [2020-05-07T19:25:40.470Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-05-07T19:25:41.838Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-05-07T19:25:42.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:25:42.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:25:43.083Z] --- PASS: TestSecretsUpdate (2.81s) [2020-05-07T19:25:43.083Z] === RUN TestTemplatedSecret [2020-05-07T19:25:44.358Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-05-07T19:25:44.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:25:46.279Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-05-07T19:25:46.279Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-05-07T19:25:46.535Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-05-07T19:25:46.560Z] --- PASS: TestTemplatedSecret (3.48s) [2020-05-07T19:25:46.560Z] === RUN TestSecretCreateResolve [2020-05-07T19:25:47.903Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-05-07T19:25:49.843Z] --- PASS: TestSecretCreateResolve (3.24s) [2020-05-07T19:25:49.843Z] PASS [2020-05-07T19:25:49.843Z] [2020-05-07T19:25:49.843Z] DONE 6 tests in 18.937s [2020-05-07T19:25:49.843Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-05-07T19:25:49.843Z] ++ 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-05-07T19:25:49.843Z] ++ set -e [2020-05-07T19:25:49.843Z] ++ '[' -n 0 ']' [2020-05-07T19:25:49.843Z] ++ set -x [2020-05-07T19:25:49.843Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:25:49.843Z] INFO: Testing against a local daemon [2020-05-07T19:25:49.843Z] === RUN TestServiceCreateInit [2020-05-07T19:25:49.843Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-05-07T19:25:52.075Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-05-07T19:25:54.596Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-05-07T19:25:55.111Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-05-07T19:25:55.965Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-05-07T19:25:59.436Z] --- PASS: TestServiceCreateInit (9.92s) [2020-05-07T19:25:59.436Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s) [2020-05-07T19:25:59.436Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.84s) [2020-05-07T19:25:59.436Z] === RUN TestCreateServiceMultipleTimes [2020-05-07T19:26:00.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:26:01.215Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-05-07T19:26:01.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:26:02.005Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-05-07T19:26:02.005Z] Copying nested executables into bundles/binary-daemon [2020-05-07T19:26:02.005Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-05-07T19:26:02.145Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-05-07T19:26:02.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh cross [2020-05-07T19:26:02.708Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-05-07T19:26:02.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:26:02.965Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-05-07T19:26:02.973Z] [2020-05-07T19:26:02.973Z] Removing bundles/ [2020-05-07T19:26:02.973Z] [2020-05-07T19:26:02.973Z] ---> Making bundle: cross (in bundles/cross) [2020-05-07T19:26:02.973Z] Cross building: bundles/cross/linux/amd64 [2020-05-07T19:26:02.973Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-05-07T19:26:02.973Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-05-07T19:26:03.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:26:03.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:26:03.896Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-05-07T19:26:04.459Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-05-07T19:26:05.023Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-05-07T19:26:05.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:26:05.257Z] Removing intermediate container c9b05662a5aa [2020-05-07T19:26:05.257Z] ---> 33739fe36654 [2020-05-07T19:26:05.257Z] 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-05-07T19:26:05.257Z] ---> Running in e1a780f384c3 [2020-05-07T19:26:05.257Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-05-07T19:26:07.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:26:08.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:26:09.197Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-05-07T19:26:09.197Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-05-07T19:26:10.126Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-05-07T19:26:10.126Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-05-07T19:26:10.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:26:10.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:26:11.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:26:12.024Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-05-07T19:26:12.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:26:13.394Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-05-07T19:26:14.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:26:15.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:26:15.287Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-05-07T19:26:16.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:26:17.591Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:26:17.591Z] Using test binary docker [2020-05-07T19:26:17.591Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-05-07T19:26:17.591Z] +++ /etc/init.d/apparmor start [2020-05-07T19:26:17.591Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:26:17.591Z] INFO: Waiting for daemon to start... [2020-05-07T19:26:17.591Z] Starting dockerd [2020-05-07T19:26:17.591Z] +++ 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-05-07T19:26:18.559Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-05-07T19:26:19.608Z] . [2020-05-07T19:26:19.608Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:26:19.608Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:26:19.608Z] Error: No such image: emptyfs [2020-05-07T19:26:19.608Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:26:19.608Z] ++++ docker load [2020-05-07T19:26:19.890Z] Running integration-test (iteration 1) [2020-05-07T19:26:19.890Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-05-07T19:26:19.890Z] ++ 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-05-07T19:26:19.890Z] ++ set -e [2020-05-07T19:26:19.890Z] ++ '[' -n 0 ']' [2020-05-07T19:26:19.890Z] ++ set -x [2020-05-07T19:26:19.890Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:26:21.363Z] --- PASS: TestCreateServiceMultipleTimes (19.34s) [2020-05-07T19:26:21.363Z] === RUN TestCreateServiceConflict [2020-05-07T19:26:21.930Z] --- PASS: TestCreateServiceConflict (3.17s) [2020-05-07T19:26:21.930Z] === RUN TestCreateServiceMaxReplicas [2020-05-07T19:26:26.290Z] --- PASS: TestCreateServiceMaxReplicas (3.63s) [2020-05-07T19:26:26.290Z] === RUN TestCreateWithDuplicateNetworkNames [2020-05-07T19:26:26.704Z] INFO: Sources obtained for gotestsum... [2020-05-07T19:26:26.704Z] INFO: Checkout done for gotestsum... [2020-05-07T19:26:26.704Z] INFO: Build done for gotestsum... [2020-05-07T19:26:26.727Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:26:26.727Z] Loaded image: busybox:latest [2020-05-07T19:26:27.009Z] Loaded image: busybox:glibc [2020-05-07T19:26:27.009Z] Loaded image: debian:jessie [2020-05-07T19:26:27.292Z] Loaded image: hello-world:latest [2020-05-07T19:26:27.292Z] INFO: Testing against a local daemon [2020-05-07T19:26:27.292Z] === RUN TestCgroupNamespacesBuild [2020-05-07T19:26:28.516Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-05-07T19:26:28.516Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-05-07T19:26:29.444Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-05-07T19:26:29.963Z] --- PASS: TestCgroupNamespacesBuild (2.44s) [2020-05-07T19:26:29.963Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-05-07T19:26:30.811Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-05-07T19:26:31.431Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-05-07T19:26:31.431Z] === RUN TestBuildWithSession [2020-05-07T19:26:31.431Z] --- SKIP: TestBuildWithSession (0.00s) [2020-05-07T19:26:31.431Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:26:31.431Z] === RUN TestBuildSquashParent [2020-05-07T19:26:32.702Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-05-07T19:26:33.265Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-05-07T19:26:35.785Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-05-07T19:26:35.785Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-05-07T19:26:37.288Z] Removing intermediate container e1a780f384c3 [2020-05-07T19:26:37.288Z] ---> a6da1d29552c [2020-05-07T19:26:37.288Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-05-07T19:26:37.288Z] ---> Running in 08fccadca132 [2020-05-07T19:26:37.288Z] Removing intermediate container 08fccadca132 [2020-05-07T19:26:37.288Z] ---> c117df399808 [2020-05-07T19:26:37.288Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-05-07T19:26:37.288Z] ---> Running in 38dd3e2ff181 [2020-05-07T19:26:37.770Z] Removing intermediate container 38dd3e2ff181 [2020-05-07T19:26:37.771Z] ---> 9707b5eff195 [2020-05-07T19:26:37.771Z] Step 10/10 : COPY . . [2020-05-07T19:26:38.273Z] --- PASS: TestBuildSquashParent (6.41s) [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:26:38.273Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:26:38.273Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:26:38.273Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:26:38.273Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:26:40.291Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:26:40.291Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:26:41.170Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.91s) [2020-05-07T19:26:41.170Z] === RUN TestCreateServiceSecretFileMode [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite (351.37s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (15.37s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.02s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.23s) [2020-05-07T19:26:42.331Z] docker_cli_daemon_test.go:1449: [dd289f2dabe1c] daemon is not started [2020-05-07T19:26:42.331Z] check_test.go:309: [d8f097ddcd8ca] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.66s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.10s) [2020-05-07T19:26:42.331Z] check_test.go:309: [dd2a2cdba7f99] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.53s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.27s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.78s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.16s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.90s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.29s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.82s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-05-07T19:26:42.331Z] check_test.go:309: [d53d830ef98d2] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-05-07T19:26:42.331Z] check_test.go:309: [d028fbf5ec4f7] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.76s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2020-05-07T19:26:42.331Z] check_test.go:309: [d02abb0663ca3] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.99s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.67s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.52s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.53s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-05-07T19:26:42.331Z] check_test.go:309: [d5c0dbad78dc8] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.24s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.62s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.79s) [2020-05-07T19:26:42.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-05-07T19:26:42.331Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-05-07T19:26:42.331Z] check_test.go:309: [d14629cd21ff7] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.30s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.21s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.87s) [2020-05-07T19:26:42.331Z] check_test.go:309: [dacad5db056cc] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.39s) [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-05-07T19:26:42.331Z] check_test.go:309: [d87138c161d22] daemon is not started [2020-05-07T19:26:42.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.50s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_plugins_test.go:79: [d155ea8341fe8] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.19s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_plugins_test.go:169: [d994dedaa8e12] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.47s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-05-07T19:26:42.332Z] check_test.go:309: [dfbf67c0083d7] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.82s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.60s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.93s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.80s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.80s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.83s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.81s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.95s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d4e97c02931c4] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.38s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.92s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.22s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.87s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.77s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.07s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d768495b97b37] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.60s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.41s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.03s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.13s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.23s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.20s) [2020-05-07T19:26:42.332Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-05-07T19:26:42.332Z] check_test.go:309: [dd91aa96d9321] daemon is not started [2020-05-07T19:26:42.332Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-05-07T19:26:42.332Z] check_test.go:309: [d23b5efc2b358] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.69s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d4d9c9c256f02] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.76s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.51s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.23s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.07s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.92s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.80s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.62s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.42s) [2020-05-07T19:26:42.332Z] check_test.go:309: [db341d9643e03] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.84s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.66s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.06s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d4319cabd04b5] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.19s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.21s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-05-07T19:26:42.332Z] check_test.go:309: [dbd2fd1c703cb] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d3ce99770dfb2] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.60s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d9c156ab9a6bf] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.09s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.14s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.49s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d62cc986d7b81] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.21s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.83s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.03s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.10s) [2020-05-07T19:26:42.332Z] check_test.go:309: [d17d9b84dded0] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.64s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.08s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-05-07T19:26:42.332Z] check_test.go:309: [decfd572c4eb7] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.68s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.80s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.97s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.56s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.01s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.04s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.79s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.95s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.03s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.11s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.74s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.26s) [2020-05-07T19:26:42.332Z] docker_cli_daemon_test.go:2542: [d3fff1832564f] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.69s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.02s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.92s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.12s) [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2020-05-07T19:26:42.332Z] check_test.go:309: [db46a27a3f667] daemon is not started [2020-05-07T19:26:42.332Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.57s) [2020-05-07T19:26:42.332Z] === RUN TestDockerSwarmSuite [2020-05-07T19:26:42.332Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-05-07T19:26:42.965Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:26:42.965Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:26:43.702Z] --- PASS: TestCreateServiceSecretFileMode (2.86s) [2020-05-07T19:26:43.702Z] === RUN TestCreateServiceConfigFileMode [2020-05-07T19:26:44.854Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.41s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.49s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.33s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.36s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2020-05-07T19:26:44.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s) [2020-05-07T19:26:44.990Z] === RUN TestBuildMultiStageCopy [2020-05-07T19:26:44.990Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-05-07T19:26:46.236Z] --- PASS: TestCreateServiceConfigFileMode (2.80s) [2020-05-07T19:26:46.236Z] === RUN TestCreateServiceSysctls [2020-05-07T19:26:47.375Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-05-07T19:26:47.661Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-05-07T19:26:47.941Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-05-07T19:26:47.943Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-05-07T19:26:48.200Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-05-07T19:26:48.200Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-05-07T19:26:48.560Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-05-07T19:26:49.174Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy (4.86s) [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.49s) [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2020-05-07T19:26:49.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s) [2020-05-07T19:26:49.787Z] === RUN TestBuildMultiStageParentConfig [2020-05-07T19:26:50.425Z] --- PASS: TestCreateServiceSysctls (4.19s) [2020-05-07T19:26:50.425Z] === RUN TestCreateServiceCapabilities [2020-05-07T19:26:51.804Z] --- PASS: TestBuildMultiStageParentConfig (1.67s) [2020-05-07T19:26:51.804Z] === RUN TestBuildLabelWithTargets [2020-05-07T19:26:53.710Z] --- PASS: TestCreateServiceCapabilities (3.33s) [2020-05-07T19:26:53.710Z] === RUN TestInspect [2020-05-07T19:26:53.824Z] --- PASS: TestBuildLabelWithTargets (2.41s) [2020-05-07T19:26:53.824Z] === RUN TestBuildWithEmptyLayers [2020-05-07T19:26:54.746Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-05-07T19:26:54.746Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-05-07T19:26:55.292Z] --- PASS: TestBuildWithEmptyLayers (1.11s) [2020-05-07T19:26:55.292Z] === RUN TestBuildMultiStageOnBuild [2020-05-07T19:26:57.268Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-05-07T19:26:57.995Z] --- PASS: TestInspect (3.54s) [2020-05-07T19:26:57.995Z] === RUN TestCreateJob [2020-05-07T19:26:58.743Z] --- PASS: TestBuildMultiStageOnBuild (3.06s) [2020-05-07T19:26:58.743Z] === RUN TestBuildUncleanTarFilenames [2020-05-07T19:26:59.299Z] ---> 28750b004c28 [2020-05-07T19:26:59.361Z] --- PASS: TestBuildUncleanTarFilenames (1.30s) [2020-05-07T19:26:59.361Z] === RUN TestBuildMultiStageLayerLeak [2020-05-07T19:26:59.792Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-05-07T19:27:00.314Z] Successfully built 28750b004c28 [2020-05-07T19:27:00.314Z] Successfully tagged docker:latest [2020-05-07T19:27:00.314Z] INFO: Image build ended at 05/07/2020 19:26:59. Duration:00:03:50.9978405 [2020-05-07T19:27:00.314Z] [2020-05-07T19:27:00.314Z] [2020-05-07T19:27:00.314Z] INFO: Building the test binaries at 05/07/2020 19:27:00... [2020-05-07T19:27:01.282Z] --- PASS: TestCreateJob (4.15s) [2020-05-07T19:27:01.282Z] === RUN TestReplicatedJob [2020-05-07T19:27:02.808Z] --- PASS: TestBuildMultiStageLayerLeak (3.16s) [2020-05-07T19:27:02.808Z] === RUN TestBuildWithHugeFile [2020-05-07T19:27:04.201Z] INFO: make.ps1 starting at 05/07/2020 19:27:04 [2020-05-07T19:27:04.684Z] INFO: Git commit (653ddafd11) assumed from DOCKER_GITCOMMIT environment variable [2020-05-07T19:27:04.684Z] INFO: Invoking autogen... [2020-05-07T19:27:05.701Z] INFO: Building daemon... [2020-05-07T19:27:08.130Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-05-07T19:27:08.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-05-07T19:27:08.139Z] --- PASS: TestReplicatedJob (6.57s) [2020-05-07T19:27:08.139Z] === RUN TestUpdateReplicatedJob [2020-05-07T19:27:08.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-05-07T19:27:09.319Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-05-07T19:27:12.329Z] --- PASS: TestUpdateReplicatedJob (4.16s) [2020-05-07T19:27:12.329Z] === RUN TestServiceListWithStatuses [2020-05-07T19:27:12.329Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-05-07T19:27:12.329Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:27:12.329Z] === RUN TestDockerNetworkConnectAlias [2020-05-07T19:27:12.591Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-05-07T19:27:18.893Z] --- PASS: TestDockerNetworkConnectAlias (6.82s) [2020-05-07T19:27:18.893Z] === RUN TestDockerNetworkReConnect [2020-05-07T19:27:24.177Z] --- PASS: TestDockerNetworkReConnect (5.30s) [2020-05-07T19:27:24.177Z] === RUN TestServicePlugin [2020-05-07T19:27:24.177Z] --- SKIP: TestServicePlugin (0.00s) [2020-05-07T19:27:24.177Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:27:24.177Z] === RUN TestServiceUpdateLabel [2020-05-07T19:27:24.321Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-05-07T19:27:24.321Z] Copying nested executables into bundles/cross/linux/amd64 [2020-05-07T19:27:24.321Z] Cross building: bundles/cross/windows/amd64 [2020-05-07T19:27:24.321Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-05-07T19:27:24.321Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-05-07T19:27:27.462Z] --- PASS: TestServiceUpdateLabel (3.25s) [2020-05-07T19:27:27.462Z] === RUN TestServiceUpdateSecrets [2020-05-07T19:27:30.745Z] --- PASS: TestBuildWithHugeFile (26.72s) [2020-05-07T19:27:30.745Z] === RUN TestBuildWithEmptyDockerfile [2020-05-07T19:27:30.745Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:27:30.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:27:30.745Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:27:30.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:27:30.745Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:27:30.745Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:27:30.745Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:27:30.745Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:27:30.745Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:27:30.745Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-05-07T19:27:30.745Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-05-07T19:27:30.745Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-05-07T19:27:30.745Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-05-07T19:27:30.745Z] === RUN TestBuildPreserveOwnership [2020-05-07T19:27:30.745Z] === RUN TestBuildPreserveOwnership/copy_from [2020-05-07T19:27:34.198Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-05-07T19:27:34.492Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-05-07T19:27:34.492Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-05-07T19:27:36.216Z] --- PASS: TestBuildPreserveOwnership (6.50s) [2020-05-07T19:27:36.216Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.24s) [2020-05-07T19:27:36.216Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.25s) [2020-05-07T19:27:36.216Z] === RUN TestBuildPlatformInvalid [2020-05-07T19:27:36.216Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-05-07T19:27:36.216Z] PASS [2020-05-07T19:27:36.216Z] [2020-05-07T19:27:36.216Z] === Skipped [2020-05-07T19:27:36.216Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-05-07T19:27:36.216Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:27:36.216Z] [2020-05-07T19:27:36.216Z] [2020-05-07T19:27:36.216Z] DONE 32 tests, 1 skipped in 76.360s [2020-05-07T19:27:36.216Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-05-07T19:27:36.216Z] ++ 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-05-07T19:27:36.216Z] ++ set -e [2020-05-07T19:27:36.216Z] ++ '[' -n 0 ']' [2020-05-07T19:27:36.216Z] ++ set -x [2020-05-07T19:27:36.216Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:27:36.216Z] INFO: Testing against a local daemon [2020-05-07T19:27:36.217Z] === RUN TestConfigInspect [2020-05-07T19:27:37.767Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-05-07T19:27:37.767Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-05-07T19:27:37.767Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-05-07T19:27:38.023Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-05-07T19:27:38.586Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-05-07T19:27:39.555Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-05-07T19:27:39.555Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-05-07T19:27:40.122Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-05-07T19:27:40.613Z] --- PASS: TestConfigInspect (3.74s) [2020-05-07T19:27:40.613Z] === RUN TestConfigList [2020-05-07T19:27:40.698Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-05-07T19:27:42.962Z] #79 exporting layers 121.9s done [2020-05-07T19:27:42.962Z] #79 exporting manifest sha256:1ff5100adf00cddf20a5955584e59a77215ecbfac4e0b925a082e875ee662e0d 0.0s done [2020-05-07T19:27:42.962Z] #79 exporting config sha256:2bf8347c8431a782223fb6ec2a6eb43f856b7b5e8b63abb272a690d523b9eb7f done [2020-05-07T19:27:42.962Z] #79 sending tarball [2020-05-07T19:27:43.227Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-05-07T19:27:44.071Z] --- PASS: TestConfigList (3.77s) [2020-05-07T19:27:44.071Z] === RUN TestConfigsCreateAndDelete [2020-05-07T19:27:45.121Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-05-07T19:27:45.542Z] --- PASS: TestServiceUpdateSecrets (15.37s) [2020-05-07T19:27:45.542Z] === RUN TestServiceUpdateConfigs [2020-05-07T19:27:47.013Z] === RUN TestDockerSuite/TestBuildEnv [2020-05-07T19:27:47.520Z] --- PASS: TestConfigsCreateAndDelete (3.73s) [2020-05-07T19:27:47.520Z] === RUN TestConfigsUpdate [2020-05-07T19:27:48.381Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-05-07T19:27:50.273Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-05-07T19:27:51.204Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-05-07T19:27:51.895Z] --- PASS: TestConfigsUpdate (3.73s) [2020-05-07T19:27:51.895Z] === RUN TestTemplatedConfig [2020-05-07T19:27:54.528Z] --- PASS: TestImportExtremelyLargeImageWorks (176.56s) [2020-05-07T19:27:54.528Z] PASS [2020-05-07T19:27:54.528Z] [2020-05-07T19:27:54.528Z] DONE 12 tests in 180.304s [2020-05-07T19:27:54.528Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-05-07T19:27:54.528Z] ++ 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-05-07T19:27:54.528Z] ++ set -e [2020-05-07T19:27:54.528Z] ++ '[' -n 0 ']' [2020-05-07T19:27:54.528Z] ++ set -x [2020-05-07T19:27:54.528Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:27:54.784Z] INFO: Testing against a local daemon [2020-05-07T19:27:54.784Z] === RUN TestNetworkCreateDelete [2020-05-07T19:27:54.784Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-05-07T19:27:54.784Z] === RUN TestDockerNetworkDeletePreferID [2020-05-07T19:27:55.345Z] --- PASS: TestTemplatedConfig (3.91s) [2020-05-07T19:27:55.345Z] === RUN TestConfigCreateResolve [2020-05-07T19:27:55.347Z] --- PASS: TestDockerNetworkDeletePreferID (0.32s) [2020-05-07T19:27:55.347Z] === RUN TestInspectNetwork [2020-05-07T19:27:57.742Z] --- PASS: TestServiceUpdateConfigs (14.95s) [2020-05-07T19:27:57.742Z] === RUN TestServiceUpdateNetwork [2020-05-07T19:27:58.622Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-05-07T19:27:58.622Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-05-07T19:27:59.046Z] #79 ... [2020-05-07T19:27:59.046Z] [2020-05-07T19:27:59.046Z] #80 importing to docker [2020-05-07T19:27:59.046Z] #80 ... [2020-05-07T19:27:59.046Z] [2020-05-07T19:27:59.046Z] #79 exporting to oci image format [2020-05-07T19:27:59.046Z] #79 sending tarball 20.7s done [2020-05-07T19:27:59.046Z] #79 DONE 142.6s [2020-05-07T19:27:59.046Z] [2020-05-07T19:27:59.046Z] #80 importing to docker [2020-05-07T19:27:59.562Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-05-07T19:27:59.741Z] --- PASS: TestConfigCreateResolve (3.74s) [2020-05-07T19:27:59.741Z] === RUN TestConfigDaemonLibtrustID [2020-05-07T19:27:59.741Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-05-07T19:27:59.741Z] PASS [2020-05-07T19:27:59.741Z] [2020-05-07T19:27:59.741Z] DONE 7 tests in 23.226s [2020-05-07T19:27:59.741Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-05-07T19:27:59.741Z] ++ 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-05-07T19:27:59.741Z] ++ set -e [2020-05-07T19:27:59.741Z] ++ '[' -n 0 ']' [2020-05-07T19:27:59.741Z] ++ set -x [2020-05-07T19:27:59.741Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:27:59.741Z] INFO: Testing against a local daemon [2020-05-07T19:27:59.741Z] === RUN TestCheckpoint [2020-05-07T19:27:59.741Z] --- SKIP: TestCheckpoint (0.00s) [2020-05-07T19:27:59.741Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:27:59.741Z] === RUN TestContainerInvalidJSON [2020-05-07T19:27:59.741Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:27:59.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:27:59.741Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:27:59.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:27:59.741Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:27:59.741Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:27:59.741Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:27:59.741Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:27:59.741Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:27:59.741Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-05-07T19:27:59.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-05-07T19:27:59.741Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-05-07T19:27:59.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-05-07T19:27:59.741Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-05-07T19:27:59.741Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-05-07T19:27:59.741Z] === RUN TestCopyFromContainerPathIsNotDir [2020-05-07T19:28:00.023Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2020-05-07T19:28:00.023Z] === RUN TestCopyToContainerPathDoesNotExist [2020-05-07T19:28:00.023Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-05-07T19:28:00.023Z] === RUN TestCopyToContainerPathIsNotDir [2020-05-07T19:28:00.305Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-05-07T19:28:00.305Z] === RUN TestCopyFromContainer [2020-05-07T19:28:00.929Z] === RUN TestInspectNetwork/full_network_id [2020-05-07T19:28:00.929Z] === RUN TestInspectNetwork/partial_network_id [2020-05-07T19:28:00.929Z] === RUN TestInspectNetwork/network_name [2020-05-07T19:28:00.929Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-05-07T19:28:02.325Z] === RUN TestCopyFromContainer// [2020-05-07T19:28:02.609Z] === RUN TestCopyFromContainer//bar/root [2020-05-07T19:28:02.609Z] === RUN TestCopyFromContainer//bar/root/ [2020-05-07T19:28:02.609Z] === RUN TestCopyFromContainer/bar/quux [2020-05-07T19:28:02.890Z] === RUN TestCopyFromContainer/bar/quux/ [2020-05-07T19:28:02.890Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-05-07T19:28:02.890Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-05-07T19:28:03.172Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-05-07T19:28:03.172Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-05-07T19:28:03.172Z] === RUN TestCopyFromContainer/bar/notarget [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer (3.15s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-05-07T19:28:03.455Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-05-07T19:28:03.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-05-07T19:28:03.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:28:03.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:28:03.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:28:03.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:28:03.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:28:03.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:28:03.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:28:03.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:28:03.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:28:03.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-05-07T19:28:03.455Z] === RUN TestCreateLinkToNonExistingContainer [2020-05-07T19:28:03.455Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-05-07T19:28:03.455Z] === RUN TestCreateWithInvalidEnv [2020-05-07T19:28:03.455Z] === RUN TestCreateWithInvalidEnv/0 [2020-05-07T19:28:03.455Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-05-07T19:28:03.455Z] === RUN TestCreateWithInvalidEnv/1 [2020-05-07T19:28:03.455Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-05-07T19:28:03.455Z] === RUN TestCreateWithInvalidEnv/2 [2020-05-07T19:28:03.455Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-05-07T19:28:03.455Z] === CONT TestCreateWithInvalidEnv/0 [2020-05-07T19:28:03.455Z] === CONT TestCreateWithInvalidEnv/2 [2020-05-07T19:28:03.455Z] === CONT TestCreateWithInvalidEnv/1 [2020-05-07T19:28:03.455Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-05-07T19:28:03.455Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-05-07T19:28:03.455Z] === RUN TestCreateTmpfsMountsTarget [2020-05-07T19:28:03.455Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-05-07T19:28:03.455Z] === RUN TestCreateWithCustomMaskedPaths [2020-05-07T19:28:05.101Z] --- PASS: TestInspectNetwork (9.86s) [2020-05-07T19:28:05.101Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-05-07T19:28:05.101Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-05-07T19:28:05.101Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-05-07T19:28:05.101Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-05-07T19:28:05.101Z] === RUN TestRunContainerWithBridgeNone [2020-05-07T19:28:06.132Z] --- PASS: TestCreateWithCustomMaskedPaths (2.46s) [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:28:06.132Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-05-07T19:28:06.132Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-05-07T19:28:06.133Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:28:06.133Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:28:06.133Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:28:06.133Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:28:06.133Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:28:06.133Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:28:06.133Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:28:06.133Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:28:06.133Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.10s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2020-05-07T19:28:06.414Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-05-07T19:28:06.414Z] === RUN TestCreateWithCustomReadonlyPaths [2020-05-07T19:28:07.622Z] --- PASS: TestRunContainerWithBridgeNone (2.51s) [2020-05-07T19:28:07.622Z] === RUN TestNetworkInvalidJSON [2020-05-07T19:28:07.622Z] === RUN TestNetworkInvalidJSON//networks/create [2020-05-07T19:28:07.622Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-05-07T19:28:07.623Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:28:07.623Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:28:07.623Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:28:07.623Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:28:07.623Z] === CONT TestNetworkInvalidJSON//networks/create [2020-05-07T19:28:07.623Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:28:07.623Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:28:07.623Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-05-07T19:28:07.623Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-05-07T19:28:07.623Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-05-07T19:28:07.623Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-05-07T19:28:07.623Z] === RUN TestHostIPv4BridgeLabel [2020-05-07T19:28:08.190Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-05-07T19:28:08.190Z] === RUN TestDaemonRestartWithLiveRestore [2020-05-07T19:28:08.226Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-05-07T19:28:08.226Z] [2020-05-07T19:28:08.226Z] ________ ____ __. [2020-05-07T19:28:08.226Z] \_____ \ | |/ _| [2020-05-07T19:28:08.226Z] / | \| < [2020-05-07T19:28:08.226Z] / | \ | \ [2020-05-07T19:28:08.226Z] \_______ /____|__ \ [2020-05-07T19:28:08.226Z] \/ \/ [2020-05-07T19:28:08.226Z] [2020-05-07T19:28:08.226Z] INFO: make.ps1 ended at 05/07/2020 19:28:07 [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:28:09.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:28:09.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:28:09.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:28:09.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:28:09.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:28:09.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:28:09.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:28:09.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:28:09.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:28:09.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:28:09.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-05-07T19:28:09.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-05-07T19:28:09.088Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-05-07T19:28:09.558Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-05-07T19:28:09.558Z] === RUN TestDaemonDefaultNetworkPools [2020-05-07T19:28:09.700Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2020-05-07T19:28:09.701Z] === RUN TestContainerStartOnDaemonRestart [2020-05-07T19:28:09.701Z] === PAUSE TestContainerStartOnDaemonRestart [2020-05-07T19:28:09.701Z] === RUN TestDaemonRestartIpcMode [2020-05-07T19:28:09.701Z] === PAUSE TestDaemonRestartIpcMode [2020-05-07T19:28:09.701Z] === RUN TestDaemonHostGatewayIP [2020-05-07T19:28:09.701Z] === PAUSE TestDaemonHostGatewayIP [2020-05-07T19:28:09.701Z] === RUN TestContainerKillOnDaemonStart [2020-05-07T19:28:09.701Z] === PAUSE TestContainerKillOnDaemonStart [2020-05-07T19:28:09.701Z] === RUN TestDiff [2020-05-07T19:28:10.120Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2020-05-07T19:28:10.120Z] === RUN TestDaemonRestartWithExistingNetwork [2020-05-07T19:28:10.502Z] INFO: Binaries build ended at 05/07/2020 19:28:09. Duration:00:01:09.6678599 [2020-05-07T19:28:10.704Z] --- PASS: TestDiff (0.84s) [2020-05-07T19:28:10.704Z] === RUN TestExecWithCloseStdin [2020-05-07T19:28:11.490Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-05-07T19:28:11.490Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-05-07T19:28:11.896Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-05-07T19:28:11.896Z] === RUN TestExec [2020-05-07T19:28:12.509Z] --- PASS: TestExec (0.99s) [2020-05-07T19:28:12.509Z] === RUN TestExecUser [2020-05-07T19:28:12.551Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2020-05-07T19:28:12.551Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-05-07T19:28:12.621Z] --- PASS: TestServiceUpdateNetwork (14.75s) [2020-05-07T19:28:12.621Z] === RUN TestServiceUpdatePidsLimit [2020-05-07T19:28:12.778Z] INFO: Copying the built daemon binary to d:\CI\PR-40427\6\binary\dockerd-653ddafd11.exe... [2020-05-07T19:28:13.114Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-05-07T19:28:13.114Z] === RUN TestServiceWithPredefinedNetwork [2020-05-07T19:28:13.514Z] --- PASS: TestExecUser (0.98s) [2020-05-07T19:28:13.514Z] === RUN TestExportContainerAndImportImage [2020-05-07T19:28:13.795Z] INFO: Copying the built client binary to d:\CI\PR-40427\6\binary\docker-653ddafd11.exe... [2020-05-07T19:28:13.795Z] INFO: Copying dockerversion from the container... [2020-05-07T19:28:14.277Z] INFO: Copying the golang package from the container to d:\CI\PR-40427\6\installer\go.zip... [2020-05-07T19:28:14.527Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-05-07T19:28:14.988Z] --- PASS: TestExportContainerAndImportImage (1.19s) [2020-05-07T19:28:14.988Z] === RUN TestExportContainerAfterDaemonRestart [2020-05-07T19:28:15.096Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-05-07T19:28:15.636Z] --- PASS: TestServiceWithPredefinedNetwork (2.72s) [2020-05-07T19:28:15.636Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-05-07T19:28:15.636Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:28:15.636Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:28:15.636Z] === RUN TestServiceWithDataPathPortInit [2020-05-07T19:28:16.457Z] --- PASS: TestExportContainerAfterDaemonRestart (1.63s) [2020-05-07T19:28:16.458Z] === RUN TestHealthCheckWorkdir [2020-05-07T19:28:16.602Z] INFO: Extracting go.zip to d:\CI\PR-40427\6\go [2020-05-07T19:28:17.467Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-05-07T19:28:17.467Z] === RUN TestHealthKillContainer [2020-05-07T19:28:20.886Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-05-07T19:28:20.913Z] --- PASS: TestHealthKillContainer (3.06s) [2020-05-07T19:28:20.913Z] === RUN TestInspectCpusetInConfigPre120 [2020-05-07T19:28:21.527Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s) [2020-05-07T19:28:21.527Z] === RUN TestIpcModeNone [2020-05-07T19:28:22.247Z] --- PASS: TestIpcModeNone (0.90s) [2020-05-07T19:28:22.247Z] === RUN TestIpcModePrivate [2020-05-07T19:28:22.253Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-05-07T19:28:23.207Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-05-07T19:28:23.252Z] --- PASS: TestIpcModePrivate (1.02s) [2020-05-07T19:28:23.252Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-05-07T19:28:23.252Z] === RUN TestIpcModeShareable [2020-05-07T19:28:24.259Z] --- PASS: TestIpcModeShareable (1.05s) [2020-05-07T19:28:24.259Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-05-07T19:28:24.259Z] === RUN TestAPIIpcModeShareableAndContainer [2020-05-07T19:28:27.828Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.97s) [2020-05-07T19:28:27.828Z] === RUN TestAPIIpcModeHost [2020-05-07T19:28:27.828Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-05-07T19:28:27.828Z] === RUN TestDaemonIpcModeShareable [2020-05-07T19:28:29.851Z] --- PASS: TestDaemonIpcModeShareable (1.87s) [2020-05-07T19:28:29.851Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-05-07T19:28:29.851Z] === RUN TestDaemonIpcModePrivate [2020-05-07T19:28:31.319Z] --- PASS: TestServiceUpdatePidsLimit (17.64s) [2020-05-07T19:28:31.319Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-05-07T19:28:31.319Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.21s) [2020-05-07T19:28:31.319Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-05-07T19:28:31.319Z] PASS [2020-05-07T19:28:31.319Z] [2020-05-07T19:28:31.319Z] === Skipped [2020-05-07T19:28:31.319Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-05-07T19:28:31.319Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:28:31.319Z] [2020-05-07T19:28:31.319Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-05-07T19:28:31.319Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:28:31.319Z] [2020-05-07T19:28:31.319Z] [2020-05-07T19:28:31.319Z] DONE 27 tests, 2 skipped in 160.837s [2020-05-07T19:28:31.319Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-05-07T19:28:31.319Z] ++ 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-05-07T19:28:31.319Z] ++ set -e [2020-05-07T19:28:31.319Z] ++ '[' -n 0 ']' [2020-05-07T19:28:31.319Z] ++ set -x [2020-05-07T19:28:31.319Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:28:31.319Z] INFO: Testing against a local daemon [2020-05-07T19:28:31.319Z] === RUN TestSessionCreate [2020-05-07T19:28:31.319Z] --- PASS: TestSessionCreate (0.05s) [2020-05-07T19:28:31.319Z] === RUN TestSessionCreateWithBadUpgrade [2020-05-07T19:28:31.319Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-05-07T19:28:31.319Z] PASS [2020-05-07T19:28:31.319Z] [2020-05-07T19:28:31.319Z] DONE 2 tests in 0.312s [2020-05-07T19:28:31.319Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-05-07T19:28:31.319Z] ++ 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-05-07T19:28:31.319Z] ++ set -e [2020-05-07T19:28:31.319Z] ++ '[' -n 0 ']' [2020-05-07T19:28:31.319Z] ++ set -x [2020-05-07T19:28:31.319Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:28:31.319Z] INFO: Testing against a local daemon [2020-05-07T19:28:31.319Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-05-07T19:28:31.319Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:28:31.319Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:28:31.319Z] === RUN TestEventsExecDie [2020-05-07T19:28:31.577Z] --- PASS: TestEventsExecDie (0.95s) [2020-05-07T19:28:31.577Z] === RUN TestEventsBackwardsCompatible [2020-05-07T19:28:31.836Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2020-05-07T19:28:31.836Z] === RUN TestInfoBinaryCommits [2020-05-07T19:28:31.836Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-05-07T19:28:31.836Z] === RUN TestInfoAPIVersioned [2020-05-07T19:28:31.836Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-05-07T19:28:31.836Z] === RUN TestInfoDiscoveryBackend [2020-05-07T19:28:31.868Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2020-05-07T19:28:31.868Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-05-07T19:28:31.868Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-05-07T19:28:32.021Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-05-07T19:28:32.202Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-05-07T19:28:32.276Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-05-07T19:28:32.276Z] remote: Enumerating objects: 2, done. [2020-05-07T19:28:32.276Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-05-07T19:28:32.276Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-05-07T19:28:32.276Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-05-07T19:28:32.276Z] 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-05-07T19:28:32.404Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2020-05-07T19:28:32.404Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-05-07T19:28:32.458Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-05-07T19:28:32.530Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-05-07T19:28:33.020Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-05-07T19:28:33.335Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2020-05-07T19:28:33.335Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-05-07T19:28:33.335Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-05-07T19:28:33.582Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-05-07T19:28:33.779Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-05-07T19:28:33.779Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-05-07T19:28:33.839Z] --- PASS: TestServiceWithDataPathPortInit (18.25s) [2020-05-07T19:28:33.839Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-05-07T19:28:34.037Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-05-07T19:28:34.037Z] === RUN TestInfoAPI [2020-05-07T19:28:34.296Z] --- PASS: TestInfoAPI (0.05s) [2020-05-07T19:28:34.296Z] === RUN TestInfoAPIWarnings [2020-05-07T19:28:34.863Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-05-07T19:28:34.863Z] === RUN TestInfoDebug [2020-05-07T19:28:35.207Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-05-07T19:28:35.207Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-05-07T19:28:35.207Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-05-07T19:28:35.375Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2020-05-07T19:28:35.375Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-05-07T19:28:35.375Z] === RUN TestIpcModeOlderClient [2020-05-07T19:28:35.375Z] === PAUSE TestIpcModeOlderClient [2020-05-07T19:28:35.375Z] === RUN TestKillContainerInvalidSignal [2020-05-07T19:28:35.431Z] --- PASS: TestInfoDebug (0.63s) [2020-05-07T19:28:35.431Z] === RUN TestInfoInsecureRegistries [2020-05-07T19:28:35.998Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2020-05-07T19:28:35.998Z] === RUN TestInfoRegistryMirrors [2020-05-07T19:28:36.379Z] --- PASS: TestKillContainerInvalidSignal (0.95s) [2020-05-07T19:28:36.379Z] === RUN TestKillContainer [2020-05-07T19:28:36.379Z] === RUN TestKillContainer/no_signal [2020-05-07T19:28:36.934Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-05-07T19:28:36.934Z] === RUN TestLoginFailsWithBadCredentials [2020-05-07T19:28:36.934Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-05-07T19:28:36.934Z] === RUN TestPingCacheHeaders [2020-05-07T19:28:36.992Z] === RUN TestKillContainer/non_killing_signal [2020-05-07T19:28:37.192Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-05-07T19:28:37.192Z] === RUN TestPingGet [2020-05-07T19:28:37.192Z] --- PASS: TestPingGet (0.03s) [2020-05-07T19:28:37.192Z] === RUN TestPingHead [2020-05-07T19:28:37.192Z] --- PASS: TestPingHead (0.05s) [2020-05-07T19:28:37.192Z] === RUN TestVersion [2020-05-07T19:28:37.192Z] --- PASS: TestVersion (0.05s) [2020-05-07T19:28:37.192Z] PASS [2020-05-07T19:28:37.192Z] [2020-05-07T19:28:37.192Z] === Skipped [2020-05-07T19:28:37.192Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:28:37.192Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:28:37.192Z] [2020-05-07T19:28:37.192Z] [2020-05-07T19:28:37.192Z] DONE 18 tests, 1 skipped in 6.649s [2020-05-07T19:28:37.192Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-05-07T19:28:37.192Z] ++ 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-05-07T19:28:37.192Z] ++ set -e [2020-05-07T19:28:37.192Z] ++ '[' -n 0 ']' [2020-05-07T19:28:37.192Z] ++ set -x [2020-05-07T19:28:37.192Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:28:37.451Z] INFO: Testing against a local daemon [2020-05-07T19:28:37.451Z] === RUN TestVolumesCreateAndList [2020-05-07T19:28:37.451Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-05-07T19:28:37.451Z] === RUN TestVolumesRemove [2020-05-07T19:28:37.451Z] --- PASS: TestVolumesRemove (0.12s) [2020-05-07T19:28:37.451Z] === RUN TestVolumesInspect [2020-05-07T19:28:37.606Z] === RUN TestKillContainer/killing_signal [2020-05-07T19:28:37.709Z] --- PASS: TestVolumesInspect (0.04s) [2020-05-07T19:28:37.709Z] === RUN TestVolumesInvalidJSON [2020-05-07T19:28:37.709Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-05-07T19:28:37.709Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-05-07T19:28:37.709Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-05-07T19:28:37.709Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-05-07T19:28:37.709Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-05-07T19:28:37.709Z] PASS [2020-05-07T19:28:37.709Z] [2020-05-07T19:28:37.709Z] DONE 5 tests in 0.424s [2020-05-07T19:28:37.710Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:28:37.762Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-05-07T19:28:37.968Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T19:28:37.968Z] +++ kill 13918 [2020-05-07T19:28:38.095Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/test/unit [2020-05-07T19:28:39.076Z] --- PASS: TestKillContainer (2.65s) [2020-05-07T19:28:39.076Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-05-07T19:28:39.076Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-05-07T19:28:39.076Z] --- PASS: TestKillContainer/killing_signal (0.85s) [2020-05-07T19:28:39.076Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-05-07T19:28:39.076Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-05-07T19:28:39.344Z] +++ /etc/init.d/apparmor stop [2020-05-07T19:28:39.344Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:28:39.344Z] [2020-05-07T19:28:39.344Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:28:39.344Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:28:39.344Z] [2020-05-07T19:28:39.344Z] To set a process to complain mode, use the command line tool [2020-05-07T19:28:39.344Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:28:39.344Z] +++ true [2020-05-07T19:28:39.344Z] [2020-05-07T19:28:39.477Z] #80 DONE 41.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-05-07T19:28:39.689Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-05-07T19:28:40.542Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/test/unit [2020-05-07T19:28:40.604Z] ? github.com/docker/docker/api [no test files] [2020-05-07T19:28:40.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.76s) [2020-05-07T19:28:40.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2020-05-07T19:28:40.694Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2020-05-07T19:28:40.694Z] === RUN TestKillStoppedContainer [2020-05-07T19:28:40.694Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-05-07T19:28:40.694Z] === RUN TestKillStoppedContainerAPIPre120 [2020-05-07T19:28:40.694Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-05-07T19:28:40.694Z] === RUN TestKillDifferentUserContainer [2020-05-07T19:28:41.699Z] --- PASS: TestKillDifferentUserContainer (0.93s) [2020-05-07T19:28:41.699Z] === RUN TestInspectOomKilledTrue [2020-05-07T19:28:41.699Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-05-07T19:28:41.699Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:28:41.699Z] === RUN TestInspectOomKilledFalse [2020-05-07T19:28:41.699Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-05-07T19:28:41.699Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:28:41.699Z] === RUN TestLinksEtcHostsContentMatch [2020-05-07T19:28:42.224Z] INFO: Extraction ended at 05/07/2020 19:28:39. Duration:00:00:23.2358414 [2020-05-07T19:28:42.224Z] INFO: Updating the golang and path environment variables [2020-05-07T19:28:42.224Z] INFO: GOPATH=d:\gopath [2020-05-07T19:28:42.224Z] INFO: go version go1.13.10 windows/amd64 [2020-05-07T19:28:42.224Z] INFO: Running the daemon under test in debug mode [2020-05-07T19:28:42.224Z] INFO: Starting a daemon under test... [2020-05-07T19:28:42.224Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40427\6\daemon --pidfile d:\CI\PR-40427\6\docker.pid -D [2020-05-07T19:28:42.224Z] INFO: Process started successfully. [2020-05-07T19:28:42.224Z] INFO: Start tailing logs of the daemon under tests [2020-05-07T19:28:42.224Z] INFO: Waiting for the daemon under test to start... [2020-05-07T19:28:42.317Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2020-05-07T19:28:42.317Z] === RUN TestLinksContainerNames [2020-05-07T19:28:43.240Z] INFO: Daemon under test started and replied! [2020-05-07T19:28:43.240Z] INFO: Docker version of the daemon under test [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] Client: [2020-05-07T19:28:43.240Z] Version: 17.06.2-ce [2020-05-07T19:28:43.240Z] API version: 1.30 [2020-05-07T19:28:43.240Z] Go version: go1.8.3 [2020-05-07T19:28:43.240Z] Git commit: cec0b72 [2020-05-07T19:28:43.240Z] Built: Tue Sep 5 19:57:19 2017 [2020-05-07T19:28:43.240Z] OS/Arch: windows/amd64 [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] Server: [2020-05-07T19:28:43.240Z] Version: 0.0.0-dev [2020-05-07T19:28:43.240Z] API version: 1.41 (minimum version 1.24) [2020-05-07T19:28:43.240Z] Go version: go1.13.10 [2020-05-07T19:28:43.240Z] Git commit: 653ddafd11 [2020-05-07T19:28:43.240Z] Built: 05/07/2020 19:27:04 [2020-05-07T19:28:43.240Z] OS/Arch: windows/amd64 [2020-05-07T19:28:43.240Z] Experimental: false [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] INFO: Docker info of the daemon under test [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] Containers: 0 [2020-05-07T19:28:43.240Z] Running: 0 [2020-05-07T19:28:43.240Z] Paused: 0 [2020-05-07T19:28:43.240Z] Stopped: 0 [2020-05-07T19:28:43.240Z] Images: 0 [2020-05-07T19:28:43.240Z] Server Version: 0.0.0-dev [2020-05-07T19:28:43.240Z] Storage Driver: windowsfilter [2020-05-07T19:28:43.240Z] Windows: [2020-05-07T19:28:43.240Z] Logging Driver: json-file [2020-05-07T19:28:43.240Z] Plugins: [2020-05-07T19:28:43.240Z] Volume: local [2020-05-07T19:28:43.240Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-05-07T19:28:43.240Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-05-07T19:28:43.240Z] Swarm: inactive [2020-05-07T19:28:43.240Z] Default Isolation: process [2020-05-07T19:28:43.240Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-05-07T19:28:43.240Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1158) [2020-05-07T19:28:43.240Z] OSType: windows [2020-05-07T19:28:43.240Z] Architecture: x86_64 [2020-05-07T19:28:43.240Z] CPUs: 4 [2020-05-07T19:28:43.240Z] Total Memory: 32GiB [2020-05-07T19:28:43.240Z] Name: azwin-2-ce5c00 [2020-05-07T19:28:43.240Z] ID: 5B5M:W2AA:EDIB:HE2T:H4NH:JRJQ:O2FB:CJJ7:AMGG:66DR:26F4:IEMR [2020-05-07T19:28:43.240Z] Docker Root Dir: D:\CI\PR-40427\6\daemon [2020-05-07T19:28:43.240Z] Debug Mode (client): false [2020-05-07T19:28:43.240Z] Debug Mode (server): true [2020-05-07T19:28:43.240Z] File Descriptors: -1 [2020-05-07T19:28:43.240Z] Goroutines: 17 [2020-05-07T19:28:43.240Z] System Time: 2020-05-07T19:28:43.1108188Z [2020-05-07T19:28:43.240Z] EventsListeners: 0 [2020-05-07T19:28:43.240Z] Registry: https://index.docker.io/v1/ [2020-05-07T19:28:43.240Z] Labels: [2020-05-07T19:28:43.240Z] Experimental: false [2020-05-07T19:28:43.240Z] Insecure Registries: [2020-05-07T19:28:43.240Z] 127.0.0.0/8 [2020-05-07T19:28:43.240Z] Live Restore Enabled: false [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] INFO: Docker images of the daemon under test [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-05-07T19:28:43.240Z] [2020-05-07T19:28:43.240Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-05-07T19:28:43.296Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s) [2020-05-07T19:28:43.297Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4zuo2cbmrza5w5t34nfz2awt6 Created:2020-05-07 19:28:35.647298205 +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[740b77ed211616de5d8d0120ede471a6967f6c637b38557c24e2215bf58b557f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x60zwm768a00lnbece9pyahly EndpointID:2d060f1a68f5bd5f52b0bf88a6629a658cbdc672d91445e4e74a8d5f1c6eb79a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:54c4114ae70689177eba24eeb7d47222b105151a69dde1e0c9c48fc7569fa276 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:ad2422a76f99 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x60zwm768a00lnbece9pyahly EndpointID:2d060f1a68f5bd5f52b0bf88a6629a658cbdc672d91445e4e74a8d5f1c6eb79a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-05-07T19:28:43.297Z] PASS [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] === Skipped [2020-05-07T19:28:43.297Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:28:43.297Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] DONE 22 tests, 1 skipped in 48.425s [2020-05-07T19:28:43.297Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:28:43.297Z] ++ 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-05-07T19:28:43.297Z] ++ set -e [2020-05-07T19:28:43.297Z] ++ '[' -n 0 ']' [2020-05-07T19:28:43.297Z] ++ set -x [2020-05-07T19:28:43.297Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:28:43.297Z] INFO: Testing against a local daemon [2020-05-07T19:28:43.297Z] === RUN TestDockerNetworkIpvlanPersistance [2020-05-07T19:28:43.297Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:28:43.297Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:28:43.297Z] === RUN TestDockerNetworkIpvlan [2020-05-07T19:28:43.297Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:28:43.297Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:28:43.297Z] PASS [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] === Skipped [2020-05-07T19:28:43.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:28:43.297Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:28:43.297Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] [2020-05-07T19:28:43.297Z] DONE 2 tests, 2 skipped in 0.128s [2020-05-07T19:28:43.297Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:28:43.297Z] ++ 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-05-07T19:28:43.297Z] ++ set -e [2020-05-07T19:28:43.297Z] ++ '[' -n 0 ']' [2020-05-07T19:28:43.297Z] ++ set -x [2020-05-07T19:28:43.297Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:28:43.297Z] INFO: Testing against a local daemon [2020-05-07T19:28:43.297Z] === RUN TestDockerNetworkMacvlanPersistance Post stage [Pipeline] junit [2020-05-07T19:28:43.549Z] Recording test results [2020-05-07T19:28:43.724Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-05-07T19:28:43.724Z] ltsc2019: Pulling from windows/servercore [2020-05-07T19:28:43.724Z] 65014b3c3121: Pulling fs layer [2020-05-07T19:28:43.724Z] eac6fba788c9: Pulling fs layer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T19:28:44.340Z] --- PASS: TestLinksContainerNames (1.84s) [2020-05-07T19:28:44.340Z] === RUN TestLogsFollowTailEmpty [2020-05-07T19:28:44.451Z] + echo Ensuring container killed. [2020-05-07T19:28:44.451Z] Ensuring container killed. [2020-05-07T19:28:44.451Z] + docker rm -vf docker-pr6 [2020-05-07T19:28:44.451Z] Error: No such container: docker-pr6 [2020-05-07T19:28:44.451Z] + true [Pipeline] sh [2020-05-07T19:28:44.671Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-05-07T19:28:44.671Z] === RUN TestDockerNetworkMacvlan [2020-05-07T19:28:44.741Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:28:44.741Z] Chowning /workspace to jenkins user [2020-05-07T19:28:44.741Z] + id -u [2020-05-07T19:28:44.741Z] + id -g [2020-05-07T19:28:44.741Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/workspace busybox chown -R 1000:1000 /workspace [2020-05-07T19:28:45.346Z] --- PASS: TestLogsFollowTailEmpty (0.94s) [2020-05-07T19:28:45.346Z] === RUN TestContainerNetworkMountsNoChown [2020-05-07T19:28:45.412Z] ? github.com/docker/docker/api [no test files] [2020-05-07T19:28:45.603Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-05-07T19:28:45.960Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s) [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/default [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/default [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/private [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/private [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rprivate [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rprivate [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/slave [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/slave [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rslave [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rslave [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/shared [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/shared [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rshared [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rshared [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/default [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/default/mount_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/default/bind_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/default/mount_root [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/rprivate [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/private [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/private/bind_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/private/mount_root [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-05-07T19:28:45.960Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:28:45.960Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:28:45.960Z] === CONT TestMountDaemonRoot/default/bind_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/slave [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/rshared [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/shared [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/rslave [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:28:46.242Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:28:46.242Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/private/bind_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/private/mount_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-05-07T19:28:46.242Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:28:46.524Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:28:46.532Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-05-07T19:28:46.532Z] === RUN TestDockerSuite/TestBuildExpose [2020-05-07T19:28:46.789Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:28:46.806Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.08s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-05-07T19:28:47.088Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-05-07T19:28:47.088Z] === RUN TestContainerBindMountNonRecursive [2020-05-07T19:28:47.352Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-05-07T19:28:47.352Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-05-07T19:28:47.609Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-05-07T19:28:47.866Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-05-07T19:28:48.122Z] === RUN TestDockerSuite/TestBuildFails [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:28:49.107Z] --- PASS: TestContainerBindMountNonRecursive (2.06s) [2020-05-07T19:28:49.107Z] === RUN TestNetworkNat [2020-05-07T19:28:49.244Z] + bundleName=arm64-integration [2020-05-07T19:28:49.244Z] + echo Creating arm64-integration-bundles.tar.gz [2020-05-07T19:28:49.244Z] Creating arm64-integration-bundles.tar.gz [2020-05-07T19:28:49.244Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-05-07T19:28:49.244Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-05-07T19:28:49.491Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-05-07T19:28:49.491Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [Pipeline] archiveArtifacts [2020-05-07T19:28:49.516Z] Archiving artifacts [2020-05-07T19:28:49.714Z] eac6fba788c9: Verifying Checksum [2020-05-07T19:28:49.714Z] eac6fba788c9: Download complete [2020-05-07T19:28:49.835Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T19:28:50.112Z] --- PASS: TestNetworkNat (0.95s) [2020-05-07T19:28:50.112Z] === RUN TestNetworkLocalhostTCPNat [2020-05-07T19:28:50.155Z] + make clean [2020-05-07T19:28:50.422Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-05-07T19:28:50.723Z] docker volume rm -f docker-dev-cache [2020-05-07T19:28:50.723Z] docker-dev-cache [Pipeline] deleteDir [2020-05-07T19:28:51.118Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2020-05-07T19:28:51.118Z] === RUN TestNetworkLoopbackNat [2020-05-07T19:28:52.128Z] --- PASS: TestNetworkLoopbackNat (1.18s) [2020-05-07T19:28:52.128Z] === RUN TestPause [2020-05-07T19:28:52.319Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-05-07T19:28:53.135Z] --- PASS: TestPause (0.87s) [2020-05-07T19:28:53.135Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-05-07T19:28:53.135Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:28:53.135Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:28:53.135Z] === RUN TestPauseStopPausedContainer [2020-05-07T19:28:53.687Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-05-07T19:28:53.749Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2020-05-07T19:28:53.749Z] === RUN TestPsFilter [2020-05-07T19:28:54.364Z] --- PASS: TestPsFilter (0.31s) [2020-05-07T19:28:54.364Z] === RUN TestRemoveContainerWithRemovedVolume [Pipeline] } [Pipeline] // withEnv [2020-05-07T19:28:54.616Z] === RUN TestDockerSuite/TestBuildForceRm [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T19:28:54.978Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2020-05-07T19:28:54.978Z] === RUN TestRemoveContainerWithVolume [2020-05-07T19:28:55.431Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2020-05-07T19:28:56.000Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2020-05-07T19:28:56.000Z] === RUN TestRemoveContainerRunning [2020-05-07T19:28:56.509Z] === RUN TestDockerSuite/TestBuildFromGit [2020-05-07T19:28:57.005Z] --- PASS: TestRemoveContainerRunning (0.93s) [2020-05-07T19:28:57.005Z] === RUN TestRemoveContainerForceRemoveRunning [2020-05-07T19:28:57.618Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-05-07T19:28:57.618Z] === RUN TestRemoveInvalidContainer [2020-05-07T19:28:57.618Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-05-07T19:28:57.618Z] === RUN TestRenameLinkedContainer [2020-05-07T19:28:57.877Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-05-07T19:28:58.440Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-05-07T19:28:59.370Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-05-07T19:28:59.627Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan (16.28s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.06s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.15s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.22s) [2020-05-07T19:29:00.997Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) [2020-05-07T19:29:00.997Z] PASS [2020-05-07T19:29:00.997Z] [2020-05-07T19:29:00.997Z] DONE 8 tests in 17.806s [2020-05-07T19:29:00.997Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-05-07T19:29:00.998Z] ++ 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-05-07T19:29:00.998Z] ++ set -e [2020-05-07T19:29:00.998Z] ++ '[' -n 0 ']' [2020-05-07T19:29:00.998Z] ++ set -x [2020-05-07T19:29:00.998Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:29:00.998Z] testing: warning: no tests to run [2020-05-07T19:29:00.998Z] PASS [2020-05-07T19:29:00.998Z] [2020-05-07T19:29:00.998Z] DONE 0 tests in 0.026s [2020-05-07T19:29:00.998Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-05-07T19:29:00.998Z] ++ 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-05-07T19:29:00.998Z] ++ set -e [2020-05-07T19:29:00.998Z] ++ '[' -n 0 ']' [2020-05-07T19:29:00.998Z] ++ set -x [2020-05-07T19:29:00.998Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:29:01.255Z] INFO: Testing against a local daemon [2020-05-07T19:29:01.255Z] === RUN TestAuthZPluginAllowRequest [2020-05-07T19:29:01.819Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-05-07T19:29:01.992Z] --- PASS: TestRenameLinkedContainer (3.57s) [2020-05-07T19:29:01.992Z] === RUN TestRenameStoppedContainer [2020-05-07T19:29:02.273Z] --- PASS: TestRenameStoppedContainer (0.89s) [2020-05-07T19:29:02.273Z] === RUN TestRenameRunningContainerAndReuse [2020-05-07T19:29:02.749Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-05-07T19:29:03.006Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2020-05-07T19:29:03.006Z] === RUN TestAuthZPluginTLS [2020-05-07T19:29:03.006Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-05-07T19:29:03.571Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-05-07T19:29:03.571Z] === RUN TestAuthZPluginDenyRequest [2020-05-07T19:29:04.135Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-05-07T19:29:04.135Z] === RUN TestAuthZPluginAPIDenyResponse [2020-05-07T19:29:04.293Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-05-07T19:29:04.293Z] === RUN TestRenameInvalidName [2020-05-07T19:29:04.392Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-05-07T19:29:04.392Z] === RUN TestAuthZPluginDenyResponse [2020-05-07T19:29:04.906Z] --- PASS: TestRenameInvalidName (0.90s) [2020-05-07T19:29:04.906Z] === RUN TestRenameAnonymousContainer [2020-05-07T19:29:04.955Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-05-07T19:29:04.955Z] === RUN TestAuthZPluginAllowEventStream [2020-05-07T19:29:05.520Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-05-07T19:29:06.888Z] --- PASS: TestAuthZPluginAllowEventStream (1.58s) [2020-05-07T19:29:06.888Z] === RUN TestAuthZPluginErrorResponse [2020-05-07T19:29:07.145Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-05-07T19:29:07.145Z] === RUN TestAuthZPluginErrorRequest [2020-05-07T19:29:07.708Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-05-07T19:29:07.708Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-05-07T19:29:07.964Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-05-07T19:29:08.221Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-05-07T19:29:08.221Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-05-07T19:29:09.592Z] === RUN TestDockerSuite/TestBuildHistory [2020-05-07T19:29:10.400Z] --- PASS: TestRenameAnonymousContainer (4.98s) [2020-05-07T19:29:10.400Z] === RUN TestRenameContainerWithSameName [2020-05-07T19:29:10.522Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.13s) [2020-05-07T19:29:10.522Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-05-07T19:29:11.038Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2020-05-07T19:29:11.038Z] === RUN TestRenameContainerWithLinkedContainer [2020-05-07T19:29:12.507Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s) [2020-05-07T19:29:12.507Z] === RUN TestResize [2020-05-07T19:29:13.043Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s) [2020-05-07T19:29:13.043Z] === RUN TestAuthZPluginHeader [2020-05-07T19:29:13.299Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-05-07T19:29:13.299Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-05-07T19:29:13.355Z] ok github.com/docker/docker/api/server 0.035s coverage: 9.0% of statements [2020-05-07T19:29:13.514Z] --- PASS: TestResize (0.90s) [2020-05-07T19:29:13.514Z] === RUN TestResizeWithInvalidSize [2020-05-07T19:29:14.229Z] === RUN TestDockerSuite/TestBuildIidFile [2020-05-07T19:29:14.558Z] --- PASS: TestResizeWithInvalidSize (0.91s) [2020-05-07T19:29:14.558Z] === RUN TestResizeWhenContainerNotStarted [2020-05-07T19:29:14.792Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-05-07T19:29:15.048Z] === RUN TestDockerSuite/TestBuildInheritance [2020-05-07T19:29:15.173Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:15.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:15.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:15.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:29:15.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:29:15.613Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-05-07T19:29:16.178Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-05-07T19:29:16.178Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-05-07T19:29:17.108Z] === RUN TestDockerSuite/TestBuildLabel [2020-05-07T19:29:17.671Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-05-07T19:29:17.849Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:17.849Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:17.928Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.50s) [2020-05-07T19:29:17.928Z] === RUN TestAuthZPluginV2Disable [2020-05-07T19:29:17.928Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-05-07T19:29:18.184Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-05-07T19:29:18.747Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-05-07T19:29:19.004Z] === RUN TestDockerSuite/TestBuildLabels [2020-05-07T19:29:19.318Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:29:19.318Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:29:19.567Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-05-07T19:29:20.792Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:29:20.792Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:29:20.935Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-05-07T19:29:21.864Z] --- PASS: TestAuthZPluginV2Disable (3.84s) [2020-05-07T19:29:21.864Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-05-07T19:29:22.811Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:29:23.092Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:29:24.392Z] === RUN TestDockerSuite/TestBuildLastModified [2020-05-07T19:29:24.955Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.23s) [2020-05-07T19:29:24.955Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-05-07T19:29:25.830Z] 65014b3c3121: Verifying Checksum [2020-05-07T19:29:25.830Z] 65014b3c3121: Download complete [2020-05-07T19:29:26.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:29:26.540Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.37s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.32s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.08s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.20s) [2020-05-07T19:29:28.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.38s) [2020-05-07T19:29:28.559Z] === RUN TestCgroupNamespacesRun [2020-05-07T19:29:30.579Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2020-05-07T19:29:30.579Z] === RUN TestCgroupNamespacesRunPrivileged [2020-05-07T19:29:31.501Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-05-07T19:29:32.054Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2020-05-07T19:29:32.054Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-05-07T19:29:33.524Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2020-05-07T19:29:33.524Z] === RUN TestCgroupNamespacesRunHostMode [2020-05-07T19:29:34.773Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-05-07T19:29:34.773Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-05-07T19:29:34.773Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.70s) [2020-05-07T19:29:34.773Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-05-07T19:29:34.773Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-05-07T19:29:35.029Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-05-07T19:29:35.029Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-05-07T19:29:35.286Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-05-07T19:29:35.545Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2020-05-07T19:29:35.545Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-05-07T19:29:36.653Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-05-07T19:29:37.628Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2020-05-07T19:29:37.628Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-05-07T19:29:38.544Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-05-07T19:29:39.096Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2020-05-07T19:29:39.096Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-05-07T19:29:40.102Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2020-05-07T19:29:40.102Z] === RUN TestCgroupNamespacesRunOlderClient [2020-05-07T19:29:42.123Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-05-07T19:29:42.123Z] === RUN TestKernelTCPMemory [2020-05-07T19:29:42.714Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-05-07T19:29:42.714Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-05-07T19:29:42.736Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-05-07T19:29:42.736Z] === RUN TestNISDomainname [2020-05-07T19:29:43.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-05-07T19:29:43.277Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-05-07T19:29:43.741Z] --- PASS: TestNISDomainname (1.01s) [2020-05-07T19:29:43.741Z] === RUN TestHostnameDnsResolution [2020-05-07T19:29:45.209Z] --- PASS: TestHostnameDnsResolution (1.68s) [2020-05-07T19:29:45.209Z] === RUN TestStats [2020-05-07T19:29:48.669Z] --- PASS: TestStats (2.94s) [2020-05-07T19:29:48.669Z] === RUN TestStopContainerWithTimeout [2020-05-07T19:29:48.669Z] === RUN TestStopContainerWithTimeout/0 [2020-05-07T19:29:48.669Z] === PAUSE TestStopContainerWithTimeout/0 [2020-05-07T19:29:48.669Z] === RUN TestStopContainerWithTimeout/1 [2020-05-07T19:29:48.669Z] === PAUSE TestStopContainerWithTimeout/1 [2020-05-07T19:29:48.669Z] === RUN TestStopContainerWithTimeout/3 [2020-05-07T19:29:48.669Z] === PAUSE TestStopContainerWithTimeout/3 [2020-05-07T19:29:48.669Z] === RUN TestStopContainerWithTimeout/-1 [2020-05-07T19:29:48.669Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-05-07T19:29:48.669Z] === CONT TestStopContainerWithTimeout/0 [2020-05-07T19:29:48.669Z] === CONT TestStopContainerWithTimeout/3 [2020-05-07T19:29:49.306Z] === CONT TestStopContainerWithTimeout/-1 [2020-05-07T19:29:51.327Z] === CONT TestStopContainerWithTimeout/1 [2020-05-07T19:29:51.367Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-05-07T19:29:51.367Z] PASS [2020-05-07T19:29:51.367Z] [2020-05-07T19:29:51.367Z] DONE 17 tests in 50.254s [2020-05-07T19:29:51.367Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-05-07T19:29:51.367Z] ++ 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-05-07T19:29:51.367Z] ++ set -e [2020-05-07T19:29:51.367Z] ++ '[' -n 0 ']' [2020-05-07T19:29:51.367Z] ++ set -x [2020-05-07T19:29:51.367Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:29:51.367Z] INFO: Testing against a local daemon [2020-05-07T19:29:51.367Z] === RUN TestPluginInvalidJSON [2020-05-07T19:29:51.367Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:29:51.367Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:29:51.367Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:29:51.367Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-05-07T19:29:51.367Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-05-07T19:29:51.367Z] === RUN TestPluginInstall [2020-05-07T19:29:51.367Z] === RUN TestPluginInstall/no_auth [2020-05-07T19:29:53.351Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-05-07T19:29:53.352Z] --- PASS: TestStopContainerWithTimeout/0 (0.96s) [2020-05-07T19:29:53.352Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2020-05-07T19:29:53.352Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2020-05-07T19:29:53.352Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-05-07T19:29:53.352Z] === RUN TestDeleteDevicemapper [2020-05-07T19:29:53.352Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-05-07T19:29:53.352Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:29:53.352Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-05-07T19:29:54.803Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-05-07T19:29:56.800Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.43s) [2020-05-07T19:29:56.800Z] === RUN TestUpdateMemory [2020-05-07T19:29:56.800Z] --- SKIP: TestUpdateMemory (0.00s) [2020-05-07T19:29:56.800Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:29:56.800Z] === RUN TestUpdateCPUQuota [2020-05-07T19:29:57.805Z] --- PASS: TestUpdateCPUQuota (1.24s) [2020-05-07T19:29:57.805Z] === RUN TestUpdatePidsLimit [2020-05-07T19:29:57.805Z] === RUN TestUpdatePidsLimit/update_from_none [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:637768ecbb3321407fcb0f289f7c89b33a94dcbb34e9985fbdfe2e39b713fb6f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:29:58.079Z] time="2020-05-07T19:29:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:637768ecbb3321407fcb0f289f7c89b33a94dcbb34e9985fbdfe2e39b713fb6f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:29:58.336Z] === RUN TestPluginInstall/with_htpasswd [2020-05-07T19:29:58.418Z] === RUN TestUpdatePidsLimit/no_change [2020-05-07T19:29:58.700Z] === RUN TestUpdatePidsLimit/update_lower [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f66eb2a4090809760af27583b0abed2522305f159935d1062e4588d04513e5b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:29:58.900Z] time="2020-05-07T19:29:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f66eb2a4090809760af27583b0abed2522305f159935d1062e4588d04513e5b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:29:58.982Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-05-07T19:29:59.464Z] === RUN TestPluginInstall/with_insecure [2020-05-07T19:29:59.464Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-05-07T19:29:59.596Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-05-07T19:29:59.877Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-05-07T19:30:00.162Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e4084f6c11c9b62601857e4312d2a1372908e2b6ee975745f19eafb2b9296d3a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:30:00.394Z] time="2020-05-07T19:30:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e4084f6c11c9b62601857e4312d2a1372908e2b6ee975745f19eafb2b9296d3a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:30:00.651Z] --- PASS: TestPluginInstall (9.26s) [2020-05-07T19:30:00.651Z] --- PASS: TestPluginInstall/no_auth (6.87s) [2020-05-07T19:30:00.651Z] --- PASS: TestPluginInstall/with_htpasswd (0.95s) [2020-05-07T19:30:00.651Z] --- PASS: TestPluginInstall/with_insecure (1.44s) [2020-05-07T19:30:00.651Z] plugin_test.go:157: [d545db22d0cef] daemon is not started [2020-05-07T19:30:00.651Z] PASS [2020-05-07T19:30:00.651Z] [2020-05-07T19:30:00.651Z] DONE 6 tests in 9.429s [2020-05-07T19:30:00.651Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-05-07T19:30:00.651Z] ++ 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-05-07T19:30:00.651Z] ++ set -e [2020-05-07T19:30:00.651Z] ++ '[' -n 0 ']' [2020-05-07T19:30:00.651Z] ++ set -x [2020-05-07T19:30:00.651Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:00.908Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-05-07T19:30:00.908Z] INFO: Testing against a local daemon [2020-05-07T19:30:00.908Z] === RUN TestExternalGraphDriver [2020-05-07T19:30:00.908Z] === RUN TestExternalGraphDriver/json [2020-05-07T19:30:03.593Z] === RUN TestExternalGraphDriver/spec [2020-05-07T19:30:03.593Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-05-07T19:30:03.593Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit (3.92s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2020-05-07T19:30:03.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-05-07T19:30:03.609Z] === RUN TestUpdateRestartPolicy [2020-05-07T19:30:03.611Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-05-07T19:30:03.611Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 14.7% of statements [2020-05-07T19:30:04.537Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-05-07T19:30:04.537Z] ? github.com/docker/docker/api/server/router [no test files] [2020-05-07T19:30:04.537Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-05-07T19:30:04.537Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-05-07T19:30:04.967Z] === RUN TestExternalGraphDriver/pull [2020-05-07T19:30:05.098Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-05-07T19:30:05.098Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-05-07T19:30:05.098Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-05-07T19:30:05.098Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-05-07T19:30:05.353Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-05-07T19:30:05.353Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-05-07T19:30:06.714Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-05-07T19:30:06.714Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-05-07T19:30:06.714Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 4.8% of statements [2020-05-07T19:30:06.858Z] --- PASS: TestExternalGraphDriver (6.08s) [2020-05-07T19:30:06.858Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2020-05-07T19:30:06.858Z] --- PASS: TestExternalGraphDriver/spec (2.00s) [2020-05-07T19:30:06.858Z] --- PASS: TestExternalGraphDriver/pull (1.90s) [2020-05-07T19:30:06.858Z] === RUN TestGraphdriverPluginV2 [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/types [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/types/container [no test files] [2020-05-07T19:30:06.969Z] ? github.com/docker/docker/api/types/events [no test files] [2020-05-07T19:30:07.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-05-07T19:30:07.529Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-05-07T19:30:07.529Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/image [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/network [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-05-07T19:30:07.529Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-05-07T19:30:07.784Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-05-07T19:30:08.039Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2020-05-07T19:30:08.039Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-05-07T19:30:08.039Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-05-07T19:30:08.039Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-05-07T19:30:08.039Z] ? github.com/docker/docker/builder [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-05-07T19:30:08.040Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-05-07T19:30:08.600Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2020-05-07T19:30:09.007Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-05-07T19:30:09.571Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-05-07T19:30:11.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-05-07T19:30:12.394Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-05-07T19:30:12.651Z] --- PASS: TestGraphdriverPluginV2 (5.55s) [2020-05-07T19:30:12.651Z] PASS [2020-05-07T19:30:12.651Z] [2020-05-07T19:30:12.651Z] DONE 5 tests in 11.791s [2020-05-07T19:30:12.651Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-05-07T19:30:12.651Z] ++ 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-05-07T19:30:12.651Z] ++ set -e [2020-05-07T19:30:12.651Z] ++ '[' -n 0 ']' [2020-05-07T19:30:12.651Z] ++ set -x [2020-05-07T19:30:12.651Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:12.651Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-05-07T19:30:12.651Z] INFO: Testing against a local daemon [2020-05-07T19:30:12.651Z] === RUN TestContinueAfterPluginCrash [2020-05-07T19:30:12.651Z] === PAUSE TestContinueAfterPluginCrash [2020-05-07T19:30:12.651Z] === RUN TestReadPluginNoRead [2020-05-07T19:30:12.651Z] === PAUSE TestReadPluginNoRead [2020-05-07T19:30:12.651Z] === RUN TestDaemonStartWithLogOpt [2020-05-07T19:30:12.651Z] === PAUSE TestDaemonStartWithLogOpt [2020-05-07T19:30:12.651Z] === CONT TestContinueAfterPluginCrash [2020-05-07T19:30:12.651Z] === CONT TestDaemonStartWithLogOpt [2020-05-07T19:30:12.758Z] ok github.com/docker/docker/builder/dockerfile 0.565s coverage: 48.2% of statements [2020-05-07T19:30:12.758Z] ok github.com/docker/docker/builder/remotecontext 0.206s coverage: 13.6% of statements [2020-05-07T19:30:13.317Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-05-07T19:30:14.241Z] ok github.com/docker/docker/builder/remotecontext/git 1.170s coverage: 86.3% of statements [2020-05-07T19:30:14.241Z] ? github.com/docker/docker/cli [no test files] [2020-05-07T19:30:14.241Z] ? github.com/docker/docker/cli/config [no test files] [2020-05-07T19:30:15.925Z] === RUN TestDockerSuite/TestBuildNetNone [2020-05-07T19:30:16.120Z] --- PASS: TestUpdateRestartPolicy (12.89s) [2020-05-07T19:30:16.120Z] === RUN TestUpdateRestartWithAutoRemove [2020-05-07T19:30:16.120Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2020-05-07T19:30:16.120Z] === RUN TestWaitNonBlocked [2020-05-07T19:30:16.120Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:30:16.120Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:30:16.120Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:30:16.120Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:30:16.120Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:30:16.120Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:30:16.734Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-05-07T19:30:16.734Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2020-05-07T19:30:16.734Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2020-05-07T19:30:16.734Z] === RUN TestWaitBlocked [2020-05-07T19:30:16.734Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:30:16.734Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:30:16.734Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:30:16.734Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:30:16.734Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:30:16.734Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:30:16.855Z] === RUN TestDockerSuite/TestBuildNoContext [2020-05-07T19:30:17.743Z] --- PASS: TestWaitBlocked (0.01s) [2020-05-07T19:30:17.743Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2020-05-07T19:30:17.743Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2020-05-07T19:30:17.743Z] === CONT TestContainerStartOnDaemonRestart [2020-05-07T19:30:17.743Z] === CONT TestContainerKillOnDaemonStart [2020-05-07T19:30:18.222Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-05-07T19:30:18.404Z] ok github.com/docker/docker/client 0.166s coverage: 75.4% of statements [2020-05-07T19:30:18.785Z] --- PASS: TestDaemonStartWithLogOpt (6.08s) [2020-05-07T19:30:18.785Z] === CONT TestReadPluginNoRead [2020-05-07T19:30:19.042Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-05-07T19:30:21.189Z] --- PASS: TestContainerStartOnDaemonRestart (2.80s) [2020-05-07T19:30:21.189Z] === CONT TestIpcModeOlderClient [2020-05-07T19:30:21.189Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-05-07T19:30:21.189Z] === CONT TestDaemonHostGatewayIP [2020-05-07T19:30:21.562Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-05-07T19:30:21.562Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-05-07T19:30:21.820Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-05-07T19:30:22.077Z] === RUN TestReadPluginNoRead/default [2020-05-07T19:30:22.077Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-05-07T19:30:22.639Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-05-07T19:30:23.202Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-05-07T19:30:24.134Z] --- PASS: TestContinueAfterPluginCrash (11.25s) [2020-05-07T19:30:24.134Z] === RUN TestReadPluginNoRead/disabled_caching [2020-05-07T19:30:24.672Z] --- PASS: TestDaemonHostGatewayIP (3.51s) [2020-05-07T19:30:24.672Z] === CONT TestDaemonRestartIpcMode [2020-05-07T19:30:25.521Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-05-07T19:30:25.777Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-05-07T19:30:25.777Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-05-07T19:30:26.341Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-05-07T19:30:28.119Z] --- PASS: TestDaemonRestartIpcMode (3.63s) [2020-05-07T19:30:28.232Z] --- PASS: TestReadPluginNoRead (9.19s) [2020-05-07T19:30:28.232Z] --- PASS: TestReadPluginNoRead/default (2.02s) [2020-05-07T19:30:28.232Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2020-05-07T19:30:28.232Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.08s) [2020-05-07T19:30:28.232Z] read_test.go:91: [d9880653fd87a] daemon is not started [2020-05-07T19:30:28.232Z] PASS [2020-05-07T19:30:28.232Z] [2020-05-07T19:30:28.232Z] DONE 6 tests in 15.414s [2020-05-07T19:30:28.232Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-05-07T19:30:28.232Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:30:28.232Z] ++ set -e [2020-05-07T19:30:28.232Z] ++ '[' -n 0 ']' [2020-05-07T19:30:28.232Z] ++ set -x [2020-05-07T19:30:28.232Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:30:28.232Z] testing: warning: no tests to run [2020-05-07T19:30:28.232Z] PASS [2020-05-07T19:30:28.232Z] [2020-05-07T19:30:28.232Z] DONE 0 tests in 0.045s [2020-05-07T19:30:28.232Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-05-07T19:30:28.232Z] ++ 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-05-07T19:30:28.232Z] ++ set -e [2020-05-07T19:30:28.232Z] ++ '[' -n 0 ']' [2020-05-07T19:30:28.232Z] ++ set -x [2020-05-07T19:30:28.232Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:28.232Z] INFO: Testing against a local daemon [2020-05-07T19:30:28.232Z] === RUN TestPluginWithDevMounts [2020-05-07T19:30:28.232Z] === PAUSE TestPluginWithDevMounts [2020-05-07T19:30:28.232Z] === CONT TestPluginWithDevMounts [2020-05-07T19:30:29.600Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-05-07T19:30:30.532Z] --- PASS: TestPluginWithDevMounts (2.23s) [2020-05-07T19:30:30.532Z] PASS [2020-05-07T19:30:30.532Z] [2020-05-07T19:30:30.532Z] DONE 1 tests in 2.399s [2020-05-07T19:30:30.532Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-05-07T19:30:30.532Z] ++ 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-05-07T19:30:30.532Z] ++ set -e [2020-05-07T19:30:30.532Z] ++ '[' -n 0 ']' [2020-05-07T19:30:30.532Z] ++ set -x [2020-05-07T19:30:30.532Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:30.788Z] INFO: Testing against a local daemon [2020-05-07T19:30:30.788Z] === RUN TestSecretInspect [2020-05-07T19:30:30.791Z] --- PASS: TestContainerKillOnDaemonStart (12.47s) [2020-05-07T19:30:30.791Z] PASS [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === Skipped [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-05-07T19:30:30.791Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-05-07T19:30:30.791Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-05-07T19:30:30.791Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:30:30.791Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-05-07T19:30:30.791Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-05-07T19:30:30.791Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] [2020-05-07T19:30:30.791Z] DONE 200 tests, 6 skipped in 150.802s [2020-05-07T19:30:30.791Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-05-07T19:30:30.791Z] ++ 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-05-07T19:30:30.791Z] ++ set -e [2020-05-07T19:30:30.791Z] ++ '[' -n 0 ']' [2020-05-07T19:30:30.791Z] ++ set -x [2020-05-07T19:30:30.791Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:30.791Z] INFO: Testing against a local daemon [2020-05-07T19:30:30.791Z] === RUN TestCommitInheritsEnv [2020-05-07T19:30:31.073Z] --- PASS: TestCommitInheritsEnv (0.65s) [2020-05-07T19:30:31.073Z] === RUN TestImportExtremelyLargeImageWorks [2020-05-07T19:30:31.073Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-05-07T19:30:31.073Z] === RUN TestImagesFilterMultiReference [2020-05-07T19:30:31.073Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-05-07T19:30:31.073Z] === RUN TestImagePullPlatformInvalid [2020-05-07T19:30:31.073Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-05-07T19:30:31.073Z] === RUN TestRemoveImageOrphaning [2020-05-07T19:30:31.686Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2020-05-07T19:30:31.686Z] === RUN TestRemoveImageGarbageCollector [2020-05-07T19:30:31.686Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:30:31.686Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:30:31.686Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-05-07T19:30:31.686Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-05-07T19:30:31.686Z] === RUN TestTagInvalidReference [2020-05-07T19:30:31.686Z] --- PASS: TestTagInvalidReference (0.02s) [2020-05-07T19:30:31.686Z] === RUN TestTagValidPrefixedRepo [2020-05-07T19:30:31.686Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-05-07T19:30:31.686Z] === RUN TestTagExistedNameWithoutForce [2020-05-07T19:30:31.718Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-05-07T19:30:31.967Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-05-07T19:30:31.967Z] === RUN TestTagOfficialNames [2020-05-07T19:30:31.967Z] --- PASS: TestTagOfficialNames (0.05s) [2020-05-07T19:30:31.967Z] === RUN TestTagMatchesDigest [2020-05-07T19:30:31.967Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-05-07T19:30:31.967Z] === CONT TestImportExtremelyLargeImageWorks [2020-05-07T19:30:33.609Z] --- PASS: TestSecretInspect (2.94s) [2020-05-07T19:30:33.609Z] === RUN TestSecretList [2020-05-07T19:30:34.173Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-05-07T19:30:35.540Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-05-07T19:30:36.908Z] --- PASS: TestSecretList (3.04s) [2020-05-07T19:30:36.908Z] === RUN TestSecretsCreateAndDelete [2020-05-07T19:30:37.164Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-05-07T19:30:37.728Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-05-07T19:30:39.619Z] --- PASS: TestSecretsCreateAndDelete (3.00s) [2020-05-07T19:30:39.619Z] === RUN TestSecretsUpdate [2020-05-07T19:30:41.510Z] === RUN TestDockerSuite/TestBuildPATH [2020-05-07T19:30:42.878Z] --- PASS: TestSecretsUpdate (3.19s) [2020-05-07T19:30:42.878Z] === RUN TestTemplatedSecret [2020-05-07T19:30:44.244Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-05-07T19:30:44.807Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-05-07T19:30:46.173Z] --- PASS: TestTemplatedSecret (3.17s) [2020-05-07T19:30:46.173Z] === RUN TestSecretCreateResolve [2020-05-07T19:30:46.173Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-05-07T19:30:49.444Z] --- PASS: TestSecretCreateResolve (3.10s) [2020-05-07T19:30:49.444Z] PASS [2020-05-07T19:30:49.444Z] [2020-05-07T19:30:49.444Z] DONE 6 tests in 18.624s [2020-05-07T19:30:49.444Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-05-07T19:30:49.444Z] ++ 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-05-07T19:30:49.444Z] ++ set -e [2020-05-07T19:30:49.444Z] ++ '[' -n 0 ']' [2020-05-07T19:30:49.444Z] ++ set -x [2020-05-07T19:30:49.444Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:30:49.444Z] INFO: Testing against a local daemon [2020-05-07T19:30:49.444Z] === RUN TestServiceCreateInit [2020-05-07T19:30:49.444Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-05-07T19:30:54.696Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-05-07T19:30:57.044Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 30.8% of statements [2020-05-07T19:30:57.220Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-05-07T19:30:58.446Z] ok github.com/docker/docker/container 0.120s coverage: 34.9% of statements [2020-05-07T19:30:58.446Z] ? github.com/docker/docker/container/stream [no test files] [2020-05-07T19:30:58.446Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-05-07T19:30:58.446Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-05-07T19:30:58.447Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-05-07T19:30:59.739Z] --- PASS: TestServiceCreateInit (10.01s) [2020-05-07T19:30:59.739Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.00s) [2020-05-07T19:30:59.739Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.99s) [2020-05-07T19:30:59.739Z] === RUN TestCreateServiceMultipleTimes [2020-05-07T19:31:01.630Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-05-07T19:31:03.523Z] === RUN TestDockerSuite/TestBuildRm [2020-05-07T19:31:06.798Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-05-07T19:31:08.164Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-05-07T19:31:08.381Z] ok github.com/docker/docker/daemon/cluster 0.033s coverage: 0.5% of statements [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/types/strslice 0.025s coverage: 90.0% of statements [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 4.8% of statements [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/container [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/events [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/image [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/network [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-05-07T19:31:08.850Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-05-07T19:31:08.850Z] ok github.com/docker/docker/builder/dockerignore 0.006s coverage: 96.8% of statements [2020-05-07T19:31:09.533Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-05-07T19:31:09.743Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-05-07T19:31:09.789Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-05-07T19:31:10.352Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-05-07T19:31:10.559Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-05-07T19:31:11.627Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.6% of statements [2020-05-07T19:31:11.719Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-05-07T19:31:13.088Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-05-07T19:31:13.606Z] ok github.com/docker/docker/builder/remotecontext/git 5.698s coverage: 86.3% of statements [2020-05-07T19:31:13.650Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-05-07T19:31:13.907Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-05-07T19:31:15.935Z] ok github.com/docker/docker/builder/remotecontext 0.704s coverage: 13.6% of statements [2020-05-07T19:31:17.662Z] ok github.com/docker/docker/builder/dockerfile 1.585s coverage: 48.2% of statements [2020-05-07T19:31:17.662Z] ? github.com/docker/docker/cli [no test files] [2020-05-07T19:31:17.662Z] ? github.com/docker/docker/cli/config [no test files] [2020-05-07T19:31:18.079Z] --- PASS: TestCreateServiceMultipleTimes (18.24s) [2020-05-07T19:31:18.079Z] === RUN TestCreateServiceConflict [2020-05-07T19:31:18.642Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-05-07T19:31:18.642Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-05-07T19:31:18.899Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-05-07T19:31:18.899Z] === RUN TestDockerSuite/TestBuildSpaces [2020-05-07T19:31:19.464Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-05-07T19:31:19.694Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.9% of statements [2020-05-07T19:31:20.253Z] ok github.com/docker/docker/daemon 12.265s coverage: 17.4% of statements [2020-05-07T19:31:20.253Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-05-07T19:31:20.253Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-05-07T19:31:20.833Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-05-07T19:31:20.833Z] --- PASS: TestCreateServiceConflict (3.29s) [2020-05-07T19:31:20.833Z] === RUN TestCreateServiceMaxReplicas [2020-05-07T19:31:20.833Z] === RUN TestDockerSuite/TestBuildStderr [2020-05-07T19:31:21.614Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2020-05-07T19:31:22.201Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-05-07T19:31:22.975Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2020-05-07T19:31:22.975Z] ok github.com/docker/docker/daemon/config 0.099s coverage: 81.7% of statements [2020-05-07T19:31:22.975Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-05-07T19:31:22.975Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-05-07T19:31:24.860Z] ok github.com/docker/docker/daemon/graphdriver 0.025s coverage: 2.2% of statements [2020-05-07T19:31:25.079Z] ok github.com/docker/docker/client 0.689s coverage: 75.4% of statements [2020-05-07T19:31:25.473Z] --- PASS: TestCreateServiceMaxReplicas (4.21s) [2020-05-07T19:31:25.474Z] === RUN TestCreateWithDuplicateNetworkNames [2020-05-07T19:31:27.368Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2020-05-07T19:31:27.374Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-05-07T19:31:27.927Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.204s coverage: 57.0% of statements [2020-05-07T19:31:28.748Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-05-07T19:31:29.786Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-05-07T19:31:30.042Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-05-07T19:31:30.606Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-05-07T19:31:31.169Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-05-07T19:31:31.194Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.579s coverage: 73.1% of statements [2020-05-07T19:31:31.194Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.577s coverage: 45.9% of statements [2020-05-07T19:31:33.060Z] === RUN TestDockerSuite/TestBuildUser [2020-05-07T19:31:33.124Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.020s coverage: 1.8% of statements [2020-05-07T19:31:33.124Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-05-07T19:31:34.488Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.203s coverage: 49.5% of statements [2020-05-07T19:31:34.951Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-05-07T19:31:35.848Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.327s coverage: 76.1% of statements [2020-05-07T19:31:36.771Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-05-07T19:31:37.695Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.197s coverage: 57.7% of statements [2020-05-07T19:31:37.695Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-05-07T19:31:37.695Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-05-07T19:31:38.255Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-05-07T19:31:39.119Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-05-07T19:31:39.180Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-05-07T19:31:39.892Z] 65014b3c3121: Pull complete [2020-05-07T19:31:40.049Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.84s) [2020-05-07T19:31:40.049Z] === RUN TestCreateServiceSecretFileMode [2020-05-07T19:31:41.064Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2020-05-07T19:31:41.064Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-05-07T19:31:41.064Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-05-07T19:31:41.064Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 41.8% of statements [2020-05-07T19:31:42.946Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2020-05-07T19:31:42.946Z] ok github.com/docker/docker/daemon/logger/awslogs 0.165s coverage: 77.8% of statements [2020-05-07T19:31:42.946Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-05-07T19:31:42.946Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-05-07T19:31:43.321Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2020-05-07T19:31:43.321Z] === RUN TestCreateServiceConfigFileMode [2020-05-07T19:31:44.306Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-05-07T19:31:44.306Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 61.6% of statements [2020-05-07T19:31:44.562Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2020-05-07T19:31:45.923Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-05-07T19:31:45.923Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-05-07T19:31:46.178Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.036s coverage: 19.8% of statements [2020-05-07T19:31:46.593Z] --- PASS: TestCreateServiceConfigFileMode (3.15s) [2020-05-07T19:31:46.593Z] === RUN TestCreateServiceSysctls [2020-05-07T19:31:47.104Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-05-07T19:31:48.989Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2020-05-07T19:31:48.989Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-05-07T19:31:49.548Z] ok github.com/docker/docker/daemon/logger/splunk 1.593s coverage: 82.5% of statements [2020-05-07T19:31:49.548Z] ? github.com/docker/docker/daemon/names [no test files] [2020-05-07T19:31:49.803Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-05-07T19:31:49.803Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-05-07T19:31:50.769Z] --- PASS: TestCreateServiceSysctls (3.92s) [2020-05-07T19:31:50.769Z] === RUN TestCreateServiceCapabilities [2020-05-07T19:31:52.311Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2020-05-07T19:31:52.566Z] ok github.com/docker/docker/distribution 0.255s coverage: 22.1% of statements [2020-05-07T19:31:52.566Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-05-07T19:31:53.290Z] --- PASS: TestCreateServiceCapabilities (3.14s) [2020-05-07T19:31:53.290Z] === RUN TestInspect [2020-05-07T19:31:53.928Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-05-07T19:31:54.850Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-05-07T19:31:55.774Z] ok github.com/docker/docker/distribution/xfer 1.880s coverage: 85.6% of statements [2020-05-07T19:31:55.774Z] ? github.com/docker/docker/dockerversion [no test files] [2020-05-07T19:31:55.774Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-05-07T19:31:55.774Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-05-07T19:31:56.563Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-05-07T19:31:57.125Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-05-07T19:31:57.134Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-05-07T19:31:57.134Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-05-07T19:31:57.689Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-05-07T19:31:58.059Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2020-05-07T19:31:58.618Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-05-07T19:31:59.419Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2020-05-07T19:31:59.419Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-05-07T19:31:59.989Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-05-07T19:32:01.301Z] ok github.com/docker/docker/pkg/archive 0.401s coverage: 77.0% of statements [2020-05-07T19:32:01.384Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-05-07T19:32:01.384Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-05-07T19:32:01.384Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-05-07T19:32:01.384Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-05-07T19:32:01.384Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-05-07T19:32:01.384Z] --- PASS: TestInspect (8.17s) [2020-05-07T19:32:01.384Z] === RUN TestCreateJob [2020-05-07T19:32:02.226Z] ok github.com/docker/docker/pkg/authorization 0.295s coverage: 68.3% of statements [2020-05-07T19:32:02.480Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-05-07T19:32:02.735Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-05-07T19:32:03.904Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-05-07T19:32:03.904Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-05-07T19:32:04.834Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-05-07T19:32:05.090Z] --- PASS: TestCreateJob (3.61s) [2020-05-07T19:32:05.090Z] === RUN TestReplicatedJob [2020-05-07T19:32:05.347Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-05-07T19:32:05.991Z] ok github.com/docker/docker/layer 7.820s coverage: 68.8% of statements [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/oci [no test files] [2020-05-07T19:32:05.991Z] ? github.com/docker/docker/oci/caps [no test files] [2020-05-07T19:32:06.246Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-05-07T19:32:06.280Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-05-07T19:32:06.280Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-05-07T19:32:06.500Z] ok github.com/docker/docker/pkg/chrootarchive 2.960s coverage: 43.2% of statements [2020-05-07T19:32:06.500Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-05-07T19:32:06.500Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-05-07T19:32:06.537Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-05-07T19:32:07.059Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-05-07T19:32:07.059Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2020-05-07T19:32:07.983Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-05-07T19:32:08.542Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-05-07T19:32:08.797Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-05-07T19:32:08.988Z] --- PASS: TestImportExtremelyLargeImageWorks (85.30s) [2020-05-07T19:32:08.988Z] PASS [2020-05-07T19:32:08.988Z] [2020-05-07T19:32:08.988Z] === Skipped [2020-05-07T19:32:08.988Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:32:08.988Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:32:08.988Z] [2020-05-07T19:32:08.988Z] [2020-05-07T19:32:08.988Z] DONE 12 tests, 1 skipped in 86.879s [2020-05-07T19:32:08.988Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-05-07T19:32:08.988Z] ++ 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-05-07T19:32:08.988Z] ++ set -e [2020-05-07T19:32:08.988Z] ++ '[' -n 0 ']' [2020-05-07T19:32:08.988Z] ++ set -x [2020-05-07T19:32:08.988Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:32:08.988Z] INFO: Testing against a local daemon [2020-05-07T19:32:08.988Z] === RUN TestNetworkCreateDelete [2020-05-07T19:32:08.988Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-05-07T19:32:08.988Z] === RUN TestDockerNetworkDeletePreferID [2020-05-07T19:32:08.988Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2020-05-07T19:32:08.988Z] === RUN TestInspectNetwork [2020-05-07T19:32:08.988Z] === RUN TestInspectNetwork/full_network_id [2020-05-07T19:32:08.988Z] === RUN TestInspectNetwork/partial_network_id [2020-05-07T19:32:08.988Z] === RUN TestInspectNetwork/network_name [2020-05-07T19:32:08.988Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-05-07T19:32:09.394Z] --- PASS: TestInspectNetwork (11.56s) [2020-05-07T19:32:09.394Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-05-07T19:32:09.394Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-05-07T19:32:09.394Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-05-07T19:32:09.394Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-05-07T19:32:09.394Z] === RUN TestRunContainerWithBridgeNone [2020-05-07T19:32:10.181Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-05-07T19:32:10.711Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-05-07T19:32:10.740Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 89.5% of statements [2020-05-07T19:32:11.300Z] ok github.com/docker/docker/pkg/fsutils 0.200s coverage: 85.1% of statements [2020-05-07T19:32:11.555Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2020-05-07T19:32:11.809Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-05-07T19:32:12.078Z] --- PASS: TestRunContainerWithBridgeNone (2.46s) [2020-05-07T19:32:12.078Z] === RUN TestNetworkInvalidJSON [2020-05-07T19:32:12.078Z] === RUN TestNetworkInvalidJSON//networks/create [2020-05-07T19:32:12.078Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-05-07T19:32:12.078Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:32:12.078Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:32:12.078Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:32:12.078Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:32:12.078Z] === CONT TestNetworkInvalidJSON//networks/create [2020-05-07T19:32:12.078Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:32:12.078Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:32:12.078Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-05-07T19:32:12.078Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-05-07T19:32:12.078Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-05-07T19:32:12.078Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-05-07T19:32:12.078Z] === RUN TestHostIPv4BridgeLabel [2020-05-07T19:32:12.079Z] --- PASS: TestReplicatedJob (7.16s) [2020-05-07T19:32:12.079Z] === RUN TestUpdateReplicatedJob [2020-05-07T19:32:12.079Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-05-07T19:32:12.335Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-05-07T19:32:12.359Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-05-07T19:32:12.359Z] === RUN TestDaemonRestartWithLiveRestore [2020-05-07T19:32:12.733Z] ok github.com/docker/docker/pkg/idtools 0.451s coverage: 70.3% of statements [2020-05-07T19:32:13.265Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-05-07T19:32:13.293Z] ok github.com/docker/docker/pkg/ioutils 0.499s coverage: 69.3% of statements [2020-05-07T19:32:13.364Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-05-07T19:32:13.364Z] === RUN TestDaemonDefaultNetworkPools [2020-05-07T19:32:13.549Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2020-05-07T19:32:13.549Z] ok github.com/docker/docker/pkg/locker 0.019s coverage: 88.9% of statements [2020-05-07T19:32:13.804Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-05-07T19:32:13.804Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-05-07T19:32:13.804Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-05-07T19:32:13.828Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-05-07T19:32:14.059Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2020-05-07T19:32:14.059Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-05-07T19:32:14.313Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2020-05-07T19:32:14.369Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-05-07T19:32:14.369Z] === RUN TestDaemonRestartWithExistingNetwork [2020-05-07T19:32:14.568Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-05-07T19:32:14.759Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-05-07T19:32:14.759Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-05-07T19:32:14.822Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 91.4% of statements [2020-05-07T19:32:14.823Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-05-07T19:32:14.823Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-05-07T19:32:14.823Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-05-07T19:32:15.376Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-05-07T19:32:15.376Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-05-07T19:32:15.690Z] === RUN TestDockerSuite/TestBuildXZHost [2020-05-07T19:32:15.746Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-05-07T19:32:16.669Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-05-07T19:32:16.669Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-05-07T19:32:16.845Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2020-05-07T19:32:16.845Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-05-07T19:32:16.924Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-05-07T19:32:17.058Z] --- PASS: TestUpdateReplicatedJob (4.73s) [2020-05-07T19:32:17.058Z] === RUN TestServiceListWithStatuses [2020-05-07T19:32:17.058Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-05-07T19:32:17.058Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:32:17.058Z] === RUN TestDockerNetworkConnectAlias [2020-05-07T19:32:17.458Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-05-07T19:32:17.459Z] === RUN TestServiceWithPredefinedNetwork [2020-05-07T19:32:18.283Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-05-07T19:32:18.425Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-05-07T19:32:18.425Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-05-07T19:32:18.425Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-05-07T19:32:18.538Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-05-07T19:32:18.987Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-05-07T19:32:20.355Z] === RUN TestDockerSuite/TestCommitChange [2020-05-07T19:32:21.284Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-05-07T19:32:21.793Z] ok github.com/docker/docker/pkg/signal 2.379s coverage: 61.0% of statements [2020-05-07T19:32:21.793Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-05-07T19:32:21.832Z] --- PASS: TestServiceWithPredefinedNetwork (3.73s) [2020-05-07T19:32:21.832Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-05-07T19:32:21.832Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:32:21.832Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:32:21.832Z] === RUN TestServiceWithDataPathPortInit [2020-05-07T19:32:22.048Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-05-07T19:32:22.212Z] === RUN TestDockerSuite/TestCommitHardlink [2020-05-07T19:32:22.302Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-05-07T19:32:22.557Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-05-07T19:32:23.076Z] ok github.com/docker/docker/cmd/dockerd 0.217s coverage: 30.8% of statements [2020-05-07T19:32:23.482Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.1% of statements [2020-05-07T19:32:24.042Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.9% of statements [2020-05-07T19:32:24.104Z] --- PASS: TestDockerNetworkConnectAlias (6.85s) [2020-05-07T19:32:24.104Z] === RUN TestDockerNetworkReConnect [2020-05-07T19:32:24.104Z] === RUN TestDockerSuite/TestCommitNewFile [2020-05-07T19:32:24.298Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2020-05-07T19:32:24.857Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-05-07T19:32:25.111Z] testing: warning: no tests to run [2020-05-07T19:32:25.111Z] coverage: [no statements] [2020-05-07T19:32:25.111Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2020-05-07T19:32:25.670Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-05-07T19:32:25.670Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-05-07T19:32:25.925Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-05-07T19:32:25.996Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-05-07T19:32:26.925Z] === RUN TestDockerSuite/TestCommitTTY [2020-05-07T19:32:28.294Z] --- PASS: TestDockerNetworkReConnect (4.55s) [2020-05-07T19:32:28.294Z] === RUN TestServicePlugin [2020-05-07T19:32:28.434Z] ok github.com/docker/docker/plugin 0.530s coverage: 23.3% of statements [2020-05-07T19:32:28.550Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-05-07T19:32:28.688Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-05-07T19:32:29.610Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-05-07T19:32:29.866Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-05-07T19:32:29.931Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-05-07T19:32:30.690Z] ok github.com/docker/docker/container 0.235s coverage: 34.9% of statements [2020-05-07T19:32:30.690Z] ? github.com/docker/docker/container/stream [no test files] [2020-05-07T19:32:30.690Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-05-07T19:32:30.690Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-05-07T19:32:30.690Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-05-07T19:32:31.228Z] ok github.com/docker/docker/registry 0.075s coverage: 56.1% of statements [2020-05-07T19:32:31.788Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-05-07T19:32:31.824Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-05-07T19:32:32.042Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-05-07T19:32:32.754Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-05-07T19:32:32.754Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-05-07T19:32:33.011Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-05-07T19:32:33.011Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-05-07T19:32:33.011Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-05-07T19:32:33.011Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-05-07T19:32:33.011Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-05-07T19:32:33.403Z] ok github.com/docker/docker/runconfig 0.009s coverage: 65.8% of statements [2020-05-07T19:32:33.403Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-05-07T19:32:33.700Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2020-05-07T19:32:33.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-05-07T19:32:34.870Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-05-07T19:32:35.910Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-05-07T19:32:36.834Z] ok github.com/docker/docker/volume/local 0.020s coverage: 73.0% of statements [2020-05-07T19:32:37.394Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-05-07T19:32:37.398Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-05-07T19:32:37.398Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-05-07T19:32:37.962Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-05-07T19:32:38.317Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2020-05-07T19:32:39.330Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-05-07T19:32:39.893Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-05-07T19:32:40.821Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-05-07T19:32:41.750Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-05-07T19:32:41.750Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-05-07T19:32:41.750Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-05-07T19:32:42.734Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-05-07T19:32:42.734Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-05-07T19:32:42.734Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-05-07T19:32:42.734Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-05-07T19:32:42.734Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-05-07T19:32:42.781Z] ok github.com/docker/docker/daemon/cluster/convert 0.031s coverage: 35.6% of statements [2020-05-07T19:32:43.663Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-05-07T19:32:44.132Z] --- PASS: TestServiceWithDataPathPortInit (20.86s) [2020-05-07T19:32:44.132Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-05-07T19:32:44.592Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-05-07T19:32:45.524Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-05-07T19:32:45.524Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-05-07T19:32:45.811Z] ok github.com/docker/docker/daemon/cluster 0.170s coverage: 0.5% of statements [2020-05-07T19:32:47.417Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-05-07T19:32:48.345Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-05-07T19:32:48.345Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-05-07T19:32:49.277Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-05-07T19:32:50.206Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-05-07T19:32:50.723Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/pkg/term [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/rootless [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/testutil/request [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/volume [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-05-07T19:32:50.723Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === Skipped [2020-05-07T19:32:50.723Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-05-07T19:32:50.723Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-05-07T19:32:50.723Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-05-07T19:32:50.723Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-05-07T19:32:50.723Z] time="2020-05-07T19:31:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-05-07T19:32:50.723Z] time="2020-05-07T19:31:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-05-07T19:32:50.723Z] time="2020-05-07T19:31:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-05-07T19:32:50.723Z] time="2020-05-07T19:31:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:32:50.723Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:32:50.723Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:32:50.723Z] [2020-05-07T19:32:50.723Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-05-07T19:32:50.724Z] time="2020-05-07T19:31:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-05-07T19:32:50.724Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-05-07T19:32:50.724Z] overlay_test.go:49: Fails to compute changes intermittently [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-05-07T19:32:50.724Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:32:50.724Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-05-07T19:32:50.724Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-05-07T19:32:50.724Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-05-07T19:32:50.724Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] [2020-05-07T19:32:50.724Z] DONE 2122 tests, 26 skipped in 250.372s Post stage [Pipeline] junit [2020-05-07T19:32:50.738Z] Recording test results [2020-05-07T19:32:51.135Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-05-07T19:32:51.588Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40427/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/validate/vendor [2020-05-07T19:32:51.699Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-05-07T19:32:51.699Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-05-07T19:32:51.776Z] ok github.com/docker/docker/daemon/discovery 0.044s coverage: 30.0% of statements [2020-05-07T19:32:52.545Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.83s) [2020-05-07T19:32:52.545Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0zcqnhtounwqdxy86vxjuodrv Created:2020-05-07 19:32:43.320311819 +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[9ce65d8f84cdca86dcd2703e12901a07b6f7a5bc29b4f348f304883e55117de1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rab1fwskov8r0qd4jim93dvg5 EndpointID:bf02c5fceee0ad353c4999b9097589199242ba11bcbec9878fbf51be526a3118 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8aa2d58f0c1a8b565d851f444f4317f17f9df6f7c3f83f513a2be574a7ce6d23 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:da871a90dedd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rab1fwskov8r0qd4jim93dvg5 EndpointID:bf02c5fceee0ad353c4999b9097589199242ba11bcbec9878fbf51be526a3118 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-05-07T19:32:52.545Z] PASS [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] === Skipped [2020-05-07T19:32:52.545Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:32:52.545Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] DONE 22 tests, 1 skipped in 54.548s [2020-05-07T19:32:52.545Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:32:52.545Z] ++ 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-05-07T19:32:52.545Z] ++ set -e [2020-05-07T19:32:52.545Z] ++ '[' -n 0 ']' [2020-05-07T19:32:52.545Z] ++ set -x [2020-05-07T19:32:52.545Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:32:52.545Z] INFO: Testing against a local daemon [2020-05-07T19:32:52.545Z] === RUN TestDockerNetworkIpvlanPersistance [2020-05-07T19:32:52.545Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:32:52.545Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:32:52.545Z] === RUN TestDockerNetworkIpvlan [2020-05-07T19:32:52.545Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:32:52.545Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:32:52.545Z] PASS [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] === Skipped [2020-05-07T19:32:52.545Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:32:52.545Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:32:52.545Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] [2020-05-07T19:32:52.545Z] DONE 2 tests, 2 skipped in 0.074s [2020-05-07T19:32:52.545Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:32:52.545Z] ++ 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-05-07T19:32:52.545Z] ++ set -e [2020-05-07T19:32:52.545Z] ++ '[' -n 0 ']' [2020-05-07T19:32:52.545Z] ++ set -x [2020-05-07T19:32:52.545Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:32:52.545Z] INFO: Testing against a local daemon [2020-05-07T19:32:52.545Z] === RUN TestDockerNetworkMacvlanPersistance [2020-05-07T19:32:52.628Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-05-07T19:32:53.470Z] No vendor changes in diff. [2020-05-07T19:32:53.477Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-05-07T19:32:53.477Z] ok github.com/docker/docker/daemon/config 0.100s coverage: 81.7% of statements [2020-05-07T19:32:53.549Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2020-05-07T19:32:53.549Z] === RUN TestDockerNetworkMacvlan [2020-05-07T19:32:53.556Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-05-07T19:32:54.162Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-05-07T19:32:54.485Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-05-07T19:32:54.485Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-05-07T19:32:54.492Z] + echo Building e2e image [2020-05-07T19:32:54.492Z] Building e2e image [2020-05-07T19:32:54.492Z] + docker build --build-arg DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -t moby-e2e-test -f Dockerfile.e2e . [2020-05-07T19:32:54.492Z] #2 [internal] load .dockerignore [2020-05-07T19:32:54.492Z] #2 transferring context: 34B done [2020-05-07T19:32:54.492Z] #2 DONE 0.0s [2020-05-07T19:32:54.492Z] [2020-05-07T19:32:54.492Z] #1 [internal] load build definition from Dockerfile.e2e [2020-05-07T19:32:54.492Z] #1 transferring dockerfile: 3.21kB done [2020-05-07T19:32:54.492Z] #1 DONE 0.0s [2020-05-07T19:32:54.492Z] [2020-05-07T19:32:54.492Z] #4 [internal] load metadata for docker.io/library/golang:1.13.10-alpine [2020-05-07T19:32:54.751Z] #4 ... [2020-05-07T19:32:54.751Z] [2020-05-07T19:32:54.751Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-05-07T19:32:54.751Z] #3 DONE 0.2s [2020-05-07T19:32:54.751Z] [2020-05-07T19:32:54.751Z] #4 [internal] load metadata for docker.io/library/golang:1.13.10-alpine [2020-05-07T19:32:54.751Z] #4 DONE 0.2s [2020-05-07T19:32:54.751Z] [2020-05-07T19:32:54.751Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:32:54.751Z] #14 resolve docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0f56f4351f73f2a470888faec357f09281b637ac42b5010a3609aa41 done [2020-05-07T19:32:54.751Z] #14 sha256:408f875501273f3af2a9cbff2a23e736585641e73da80dd81712518b28e7843c 0B / 301.28kB 0.1s [2020-05-07T19:32:54.751Z] #14 sha256:fe522b08c9798748151fec9b7a908aca712cd102cfcbb8ed79d57d05b71e6cc4 153B / 153B 0.0s done [2020-05-07T19:32:54.751Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 259.60kB / 126.95MB 0.1s [2020-05-07T19:32:54.751Z] #14 sha256:2a4607e5d6b94902155cc20eb483b5b1af999b74325af23e99bc3b4063800252 0B / 126B 0.1s [2020-05-07T19:32:54.751Z] #14 sha256:5d06737f0f56f4351f73f2a470888faec357f09281b637ac42b5010a3609aa41 1.65kB / 1.65kB done [2020-05-07T19:32:54.751Z] #14 sha256:12e901761bc37242abe479c43cdf35cba41caf83cbfa4f5e27e47ee7dd29058a 1.36kB / 1.36kB done [2020-05-07T19:32:54.751Z] #14 sha256:0e542677179574d9321794150be654716b3f0ff86780b3e12860481a959b1303 3.83kB / 3.83kB done [2020-05-07T19:32:55.009Z] #14 sha256:408f875501273f3af2a9cbff2a23e736585641e73da80dd81712518b28e7843c 301.28kB / 301.28kB 0.2s done [2020-05-07T19:32:55.009Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 13.11MB / 126.95MB 0.3s [2020-05-07T19:32:55.009Z] #14 sha256:2a4607e5d6b94902155cc20eb483b5b1af999b74325af23e99bc3b4063800252 126B / 126B 0.1s done [2020-05-07T19:32:55.009Z] #14 extracting sha256:408f875501273f3af2a9cbff2a23e736585641e73da80dd81712518b28e7843c [2020-05-07T19:32:55.049Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-05-07T19:32:55.167Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-05-07T19:32:55.264Z] #14 ... [2020-05-07T19:32:55.264Z] [2020-05-07T19:32:55.264Z] #8 [internal] load build context [2020-05-07T19:32:55.264Z] #8 transferring context: 845.68kB 0.5s done [2020-05-07T19:32:55.264Z] #8 DONE 0.5s [2020-05-07T19:32:55.264Z] [2020-05-07T19:32:55.264Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:32:55.264Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 28.69MB / 126.95MB 0.6s [2020-05-07T19:32:55.264Z] #14 extracting sha256:408f875501273f3af2a9cbff2a23e736585641e73da80dd81712518b28e7843c 0.3s done [2020-05-07T19:32:55.519Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 36.71MB / 126.95MB 0.7s [2020-05-07T19:32:55.519Z] #14 extracting sha256:fe522b08c9798748151fec9b7a908aca712cd102cfcbb8ed79d57d05b71e6cc4 done [2020-05-07T19:32:55.519Z] #14 ... [2020-05-07T19:32:55.519Z] [2020-05-07T19:32:55.519Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-05-07T19:32:55.519Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-05-07T19:32:55.519Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-05-07T19:32:55.519Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-05-07T19:32:55.519Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-05-07T19:32:55.519Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.2s done [2020-05-07T19:32:55.519Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.5s done [2020-05-07T19:32:55.519Z] #5 DONE 0.8s [2020-05-07T19:32:55.519Z] [2020-05-07T19:32:55.519Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:32:55.519Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 51.21MB / 126.95MB 0.9s [2020-05-07T19:32:55.774Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 58.84MB / 126.95MB 1.0s [2020-05-07T19:32:55.774Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 67.04MB / 126.95MB 1.1s [2020-05-07T19:32:56.030Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 85.68MB / 126.95MB 1.3s [2020-05-07T19:32:56.172Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-05-07T19:32:56.285Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 105.56MB / 126.95MB 1.5s [2020-05-07T19:32:56.285Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 114.19MB / 126.95MB 1.6s [2020-05-07T19:32:56.285Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 124.05MB / 126.95MB 1.7s [2020-05-07T19:32:56.540Z] #14 sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 126.95MB / 126.95MB 1.8s done [2020-05-07T19:32:56.540Z] #14 extracting sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 [2020-05-07T19:32:56.794Z] #14 ... [2020-05-07T19:32:56.794Z] [2020-05-07T19:32:56.794Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-05-07T19:32:56.794Z] #6 DONE 1.1s [2020-05-07T19:32:56.794Z] [2020-05-07T19:32:56.794Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:32:56.967Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-05-07T19:32:57.344Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-05-07T19:32:58.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-05-07T19:32:58.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-05-07T19:32:58.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-05-07T19:32:58.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-05-07T19:32:58.338Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-05-07T19:32:59.267Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-05-07T19:32:59.629Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.611s coverage: 13.8% of statements [2020-05-07T19:33:00.544Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-05-07T19:33:00.952Z] #14 ... [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-05-07T19:33:00.952Z] #7 1.022 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-05-07T19:33:00.952Z] #7 1.080 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-05-07T19:33:00.952Z] #7 1.176 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-05-07T19:33:00.952Z] #7 1.182 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-05-07T19:33:00.952Z] #7 1.192 (3/30) Installing readline (8.0.0-r0) [2020-05-07T19:33:00.952Z] #7 1.203 (4/30) Installing bash (5.0.0-r0) [2020-05-07T19:33:00.952Z] #7 1.219 Executing bash-5.0.0-r0.post-install [2020-05-07T19:33:00.952Z] #7 1.222 (5/30) Installing ca-certificates (20191127-r0) [2020-05-07T19:33:00.952Z] #7 1.240 (6/30) Installing libgcc (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 1.243 (7/30) Installing libstdc++ (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 1.258 (8/30) Installing binutils (2.32-r0) [2020-05-07T19:33:00.952Z] #7 1.356 (9/30) Installing gmp (6.1.2-r1) [2020-05-07T19:33:00.952Z] #7 1.363 (10/30) Installing isl (0.18-r0) [2020-05-07T19:33:00.952Z] #7 1.391 (11/30) Installing libgomp (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 1.395 (12/30) Installing libatomic (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 1.398 (13/30) Installing mpfr3 (3.1.5-r1) [2020-05-07T19:33:00.952Z] #7 1.404 (14/30) Installing mpc1 (1.1.0-r0) [2020-05-07T19:33:00.952Z] #7 1.406 (15/30) Installing gcc (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 2.233 (16/30) Installing musl-dev (1.1.22-r3) [2020-05-07T19:33:00.952Z] #7 2.333 (17/30) Installing libc-dev (0.7.1-r0) [2020-05-07T19:33:00.952Z] #7 2.335 (18/30) Installing g++ (8.3.0-r0) [2020-05-07T19:33:00.952Z] #7 2.907 (19/30) Installing nghttp2-libs (1.39.2-r0) [2020-05-07T19:33:00.952Z] #7 2.912 (20/30) Installing libcurl (7.66.0-r0) [2020-05-07T19:33:00.952Z] #7 2.922 (21/30) Installing expat (2.2.8-r0) [2020-05-07T19:33:00.952Z] #7 2.925 (22/30) Installing pcre2 (10.33-r0) [2020-05-07T19:33:00.952Z] #7 2.934 (23/30) Installing git (2.22.4-r0) [2020-05-07T19:33:00.952Z] #7 3.154 (24/30) Installing libmnl (1.0.4-r0) [2020-05-07T19:33:00.952Z] #7 3.158 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-05-07T19:33:00.952Z] #7 3.163 (26/30) Installing iptables (1.8.3-r1) [2020-05-07T19:33:00.952Z] #7 3.187 (27/30) Installing pigz (2.4-r0) [2020-05-07T19:33:00.952Z] #7 3.191 (28/30) Installing tar (1.32-r0) [2020-05-07T19:33:00.952Z] #7 3.199 (29/30) Installing xz-libs (5.2.4-r0) [2020-05-07T19:33:00.952Z] #7 3.203 (30/30) Installing xz (5.2.4-r0) [2020-05-07T19:33:00.952Z] #7 3.210 Executing busybox-1.30.1-r3.trigger [2020-05-07T19:33:00.952Z] #7 3.216 Executing ca-certificates-20191127-r0.trigger [2020-05-07T19:33:00.952Z] #7 3.270 OK: 179 MiB in 44 packages [2020-05-07T19:33:00.952Z] #7 DONE 4.0s [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:33:00.952Z] #14 ... [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-05-07T19:33:00.952Z] #9 DONE 0.1s [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-05-07T19:33:00.952Z] #10 DONE 0.1s [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:33:00.952Z] #14 ... [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-05-07T19:33:00.952Z] #11 DONE 0.1s [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-05-07T19:33:00.952Z] #12 DONE 0.0s [2020-05-07T19:33:00.952Z] [2020-05-07T19:33:00.952Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:33:01.207Z] #14 ... [2020-05-07T19:33:01.207Z] [2020-05-07T19:33:01.207Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-05-07T19:33:01.207Z] #13 DONE 0.1s [2020-05-07T19:33:01.207Z] [2020-05-07T19:33:01.207Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.10-alpine@sha256:5d06737f0... [2020-05-07T19:33:01.765Z] #14 extracting sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 5.1s [2020-05-07T19:33:01.784Z] --- PASS: TestServicePlugin (33.54s) [2020-05-07T19:33:01.784Z] plugin_test.go:62: [dc1803840ae04] joining swarm manager [dd280175a6d80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:33:01.784Z] plugin_test.go:65: [d636d5aef6c32] joining swarm manager [dd280175a6d80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:33:01.784Z] === RUN TestServiceUpdateLabel [2020-05-07T19:33:01.939Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2020-05-07T19:33:02.688Z] #14 extracting sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 5.9s done [2020-05-07T19:33:02.942Z] #14 extracting sha256:2a4607e5d6b94902155cc20eb483b5b1af999b74325af23e99bc3b4063800252 done [2020-05-07T19:33:02.942Z] #14 DONE 8.1s [2020-05-07T19:33:02.942Z] [2020-05-07T19:33:02.942Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-05-07T19:33:03.500Z] #15 0.597 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-07T19:33:03.640Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.213s coverage: 57.9% of statements [2020-05-07T19:33:03.676Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-05-07T19:33:04.004Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-05-07T19:33:04.407Z] ok github.com/docker/docker/daemon 12.722s coverage: 17.4% of statements [2020-05-07T19:33:04.408Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-05-07T19:33:04.408Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-05-07T19:33:04.408Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-05-07T19:33:04.408Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-05-07T19:33:04.604Z] === RUN TestDockerSuite/TestContainerAPITop [2020-05-07T19:33:04.859Z] #15 1.657 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-07T19:33:04.859Z] #15 1.744 (1/42) Installing ncurses-terminfo-base (6.1_p20200118-r4) [2020-05-07T19:33:04.859Z] #15 1.748 (2/42) Installing ncurses-libs (6.1_p20200118-r4) [2020-05-07T19:33:04.859Z] #15 1.755 (3/42) Installing readline (8.0.1-r0) [2020-05-07T19:33:04.859Z] #15 1.759 (4/42) Installing bash (5.0.11-r1) [2020-05-07T19:33:04.859Z] #15 1.771 Executing bash-5.0.11-r1.post-install [2020-05-07T19:33:04.859Z] #15 1.773 (5/42) Installing linux-headers (4.19.36-r0) [2020-05-07T19:33:04.859Z] #15 1.849 (6/42) Installing libblkid (2.34-r1) [2020-05-07T19:33:04.859Z] #15 1.883 (7/42) Installing libuuid (2.34-r1) [2020-05-07T19:33:04.859Z] #15 1.885 (8/42) Installing btrfs-progs-libs (5.4-r0) [2020-05-07T19:33:04.859Z] #15 1.891 (9/42) Installing btrfs-progs-dev (5.4-r0) [2020-05-07T19:33:04.859Z] #15 1.895 (10/42) Installing libgcc (9.2.0-r4) [2020-05-07T19:33:04.859Z] #15 1.897 (11/42) Installing libstdc++ (9.2.0-r4) [2020-05-07T19:33:04.859Z] #15 1.909 (12/42) Installing binutils (2.33.1-r0) [2020-05-07T19:33:04.859Z] #15 1.979 (13/42) Installing libmagic (5.37-r1) [2020-05-07T19:33:04.859Z] #15 1.998 (14/42) Installing file (5.37-r1) [2020-05-07T19:33:04.859Z] #15 2.000 (15/42) Installing gmp (6.1.2-r1) [2020-05-07T19:33:04.859Z] #15 2.005 (16/42) Installing isl (0.18-r0) [2020-05-07T19:33:04.859Z] #15 2.021 (17/42) Installing libgomp (9.2.0-r4) [2020-05-07T19:33:04.859Z] #15 2.024 (18/42) Installing libatomic (9.2.0-r4) [2020-05-07T19:33:04.859Z] #15 2.026 (19/42) Installing mpfr4 (4.0.2-r1) [2020-05-07T19:33:04.859Z] #15 2.032 (20/42) Installing mpc1 (1.1.0-r1) [2020-05-07T19:33:04.859Z] #15 2.034 (21/42) Installing gcc (9.2.0-r4) [2020-05-07T19:33:04.861Z] --- PASS: TestServiceUpdateLabel (3.06s) [2020-05-07T19:33:04.861Z] === RUN TestServiceUpdateSecrets [2020-05-07T19:33:05.419Z] #15 2.697 (22/42) Installing musl-dev (1.1.24-r2) [2020-05-07T19:33:05.424Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-05-07T19:33:05.424Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-05-07T19:33:05.424Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-05-07T19:33:05.674Z] #15 2.767 (23/42) Installing libc-dev (0.7.2-r0) [2020-05-07T19:33:05.674Z] #15 2.769 (24/42) Installing g++ (9.2.0-r4) [2020-05-07T19:33:06.233Z] #15 3.178 (25/42) Installing make (4.2.1-r2) [2020-05-07T19:33:06.233Z] #15 3.182 (26/42) Installing fortify-headers (1.1-r0) [2020-05-07T19:33:06.233Z] #15 3.184 (27/42) Installing build-base (0.5-r1) [2020-05-07T19:33:06.233Z] #15 3.185 (28/42) Installing nghttp2-libs (1.40.0-r0) [2020-05-07T19:33:06.233Z] #15 3.188 (29/42) Installing libcurl (7.67.0-r0) [2020-05-07T19:33:06.233Z] #15 3.195 (30/42) Installing curl (7.67.0-r0) [2020-05-07T19:33:06.233Z] #15 3.198 (31/42) Installing oniguruma (6.9.4-r0) [2020-05-07T19:33:06.233Z] #15 3.204 (32/42) Installing jq (1.6-r0) [2020-05-07T19:33:06.233Z] #15 3.212 (33/42) Installing device-mapper-libs (2.02.186-r0) [2020-05-07T19:33:06.233Z] #15 3.217 (34/42) Installing device-mapper-event-libs (2.02.186-r0) [2020-05-07T19:33:06.233Z] #15 3.219 (35/42) Installing libaio (0.3.112-r1) [2020-05-07T19:33:06.233Z] #15 3.221 (36/42) Installing lvm2-libs (2.02.186-r0) [2020-05-07T19:33:06.233Z] #15 3.249 (37/42) Installing libfdisk (2.34-r1) [2020-05-07T19:33:06.233Z] #15 3.256 (38/42) Installing libmount (2.34-r1) [2020-05-07T19:33:06.233Z] #15 3.261 (39/42) Installing libsmartcols (2.34-r1) [2020-05-07T19:33:06.233Z] #15 3.264 (40/42) Installing pkgconf (1.6.3-r0) [2020-05-07T19:33:06.233Z] #15 3.267 (41/42) Installing util-linux-dev (2.34-r1) [2020-05-07T19:33:06.233Z] #15 3.288 (42/42) Installing lvm2-dev (2.02.186-r0) [2020-05-07T19:33:06.233Z] #15 3.293 Executing busybox-1.31.1-r9.trigger [2020-05-07T19:33:06.233Z] #15 3.299 OK: 196 MiB in 57 packages [2020-05-07T19:33:06.793Z] #15 DONE 3.9s [2020-05-07T19:33:06.793Z] [2020-05-07T19:33:06.793Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-05-07T19:33:07.716Z] #16 DONE 0.7s [2020-05-07T19:33:07.716Z] [2020-05-07T19:33:07.716Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-05-07T19:33:08.277Z] #17 DONE 0.7s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-05-07T19:33:08.277Z] #18 DONE 0.0s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-05-07T19:33:08.277Z] #26 DONE 0.1s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-05-07T19:33:08.277Z] #22 DONE 0.1s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-05-07T19:33:08.277Z] #19 DONE 0.1s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-05-07T19:33:08.277Z] #23 DONE 0.1s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-05-07T19:33:08.277Z] #27 DONE 0.1s [2020-05-07T19:33:08.277Z] [2020-05-07T19:33:08.277Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-05-07T19:33:08.531Z] #20 ... [2020-05-07T19:33:08.531Z] [2020-05-07T19:33:08.531Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-05-07T19:33:08.531Z] #28 DONE 0.1s [2020-05-07T19:33:08.696Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-05-07T19:33:08.786Z] [2020-05-07T19:33:08.786Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-05-07T19:33:08.952Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-05-07T19:33:09.294Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.014s coverage: 1.8% of statements [2020-05-07T19:33:09.294Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.738s coverage: 69.2% of statements [2020-05-07T19:33:10.144Z] #29 ... [2020-05-07T19:33:10.144Z] [2020-05-07T19:33:10.144Z] #31 [builder 1/4] COPY . . [2020-05-07T19:33:10.144Z] #31 DONE 1.6s [2020-05-07T19:33:10.144Z] [2020-05-07T19:33:10.144Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-05-07T19:33:10.319Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-05-07T19:33:11.506Z] #32 DONE 1.5s [2020-05-07T19:33:11.506Z] [2020-05-07T19:33:11.506Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-05-07T19:33:12.352Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.415s coverage: 49.5% of statements [2020-05-07T19:33:12.377Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-05-07T19:33:12.687Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.566s coverage: 45.9% of statements [2020-05-07T19:33:12.687Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-05-07T19:33:12.866Z] #33 1.459 [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan (19.48s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.56s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.24s) [2020-05-07T19:33:12.991Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.46s) [2020-05-07T19:33:12.991Z] PASS [2020-05-07T19:33:12.991Z] [2020-05-07T19:33:12.991Z] DONE 8 tests in 20.997s [2020-05-07T19:33:12.991Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-05-07T19:33:12.991Z] ++ 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-05-07T19:33:12.991Z] ++ set -e [2020-05-07T19:33:12.991Z] ++ '[' -n 0 ']' [2020-05-07T19:33:12.991Z] ++ set -x [2020-05-07T19:33:12.991Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:33:12.991Z] testing: warning: no tests to run [2020-05-07T19:33:12.991Z] PASS [2020-05-07T19:33:12.991Z] [2020-05-07T19:33:12.991Z] DONE 0 tests in 0.015s [2020-05-07T19:33:12.991Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-05-07T19:33:12.991Z] ++ 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-05-07T19:33:12.991Z] ++ set -e [2020-05-07T19:33:12.991Z] ++ '[' -n 0 ']' [2020-05-07T19:33:12.991Z] ++ set -x [2020-05-07T19:33:12.991Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:33:12.991Z] INFO: Testing against a local daemon [2020-05-07T19:33:12.991Z] === RUN TestAuthZPluginAllowRequest [2020-05-07T19:33:13.121Z] #33 1.654 Removing bundles/ [2020-05-07T19:33:13.121Z] #33 1.658 [2020-05-07T19:33:13.121Z] #33 1.671 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-05-07T19:33:13.377Z] #33 ... [2020-05-07T19:33:13.377Z] [2020-05-07T19:33:13.377Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-05-07T19:33:13.377Z] #24 1.720 + RM_GOPATH=0 [2020-05-07T19:33:13.377Z] #24 1.720 + TMP_GOPATH= [2020-05-07T19:33:13.377Z] #24 1.720 + : /build [2020-05-07T19:33:13.377Z] #24 1.720 + '[' -z '' ']' [2020-05-07T19:33:13.377Z] #24 1.720 ++ mktemp -d [2020-05-07T19:33:13.377Z] #24 1.722 + export GOPATH=/tmp/tmp.OjonFM [2020-05-07T19:33:13.377Z] #24 1.722 + GOPATH=/tmp/tmp.OjonFM [2020-05-07T19:33:13.377Z] #24 1.722 + RM_GOPATH=1 [2020-05-07T19:33:13.377Z] #24 1.722 ++ dirname ./install.sh [2020-05-07T19:33:13.377Z] #24 1.724 Install docker/cli version 17.06.2-ce from stable [2020-05-07T19:33:13.377Z] #24 1.724 + dir=. [2020-05-07T19:33:13.377Z] #24 1.724 + bin=dockercli [2020-05-07T19:33:13.377Z] #24 1.724 + shift [2020-05-07T19:33:13.377Z] #24 1.724 + '[' '!' -f ./dockercli.installer ']' [2020-05-07T19:33:13.377Z] #24 1.724 + . ./dockercli.installer [2020-05-07T19:33:13.377Z] #24 1.724 ++ : stable [2020-05-07T19:33:13.377Z] #24 1.724 ++ : 17.06.2-ce [2020-05-07T19:33:13.377Z] #24 1.724 + install_dockercli [2020-05-07T19:33:13.377Z] #24 1.724 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-05-07T19:33:13.377Z] #24 1.731 ++ uname -m [2020-05-07T19:33:13.377Z] #24 1.733 + arch=x86_64 [2020-05-07T19:33:13.377Z] #24 1.733 + '[' x86_64 '!=' x86_64 ']' [2020-05-07T19:33:13.377Z] #24 1.733 + url=https://download.docker.com/linux/static [2020-05-07T19:33:13.377Z] #24 1.733 + tar -xz docker/docker [2020-05-07T19:33:13.377Z] #24 1.733 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-05-07T19:33:13.377Z] #24 4.818 + mkdir -p /build [2020-05-07T19:33:13.377Z] #24 4.824 + mv docker/docker /build/ [2020-05-07T19:33:13.377Z] #24 4.825 + rmdir docker [2020-05-07T19:33:13.377Z] #24 DONE 4.9s [2020-05-07T19:33:13.377Z] [2020-05-07T19:33:13.377Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-05-07T19:33:13.377Z] #20 2.899 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-05-07T19:33:13.377Z] #20 3.610 curl: option --progress: is ambiguous [2020-05-07T19:33:13.377Z] #20 3.610 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:13.377Z] #20 4.129 curl: option --progress: is ambiguous [2020-05-07T19:33:13.377Z] #20 4.129 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:13.377Z] #20 4.639 curl: option --progress: is ambiguous [2020-05-07T19:33:13.377Z] #20 4.640 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:13.631Z] #20 5.180 curl: option --progress: is ambiguous [2020-05-07T19:33:13.631Z] #20 5.194 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:13.886Z] #20 5.703 [2020-05-07T19:33:14.572Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-05-07T19:33:15.017Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2020-05-07T19:33:15.017Z] === RUN TestAuthZPluginTLS [2020-05-07T19:33:15.135Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-05-07T19:33:15.247Z] #20 6.798 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-05-07T19:33:15.298Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-05-07T19:33:15.299Z] === RUN TestAuthZPluginDenyRequest [2020-05-07T19:33:15.501Z] #20 7.214 curl: option --progress: is ambiguous [2020-05-07T19:33:15.501Z] #20 7.214 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:15.732Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.755s coverage: 76.1% of statements [2020-05-07T19:33:15.911Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-05-07T19:33:15.911Z] === RUN TestAuthZPluginAPIDenyResponse [2020-05-07T19:33:16.060Z] #20 7.563 [2020-05-07T19:33:16.192Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-05-07T19:33:16.192Z] === RUN TestAuthZPluginDenyResponse [2020-05-07T19:33:16.480Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.038s coverage: 58.0% of statements [2020-05-07T19:33:16.806Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-05-07T19:33:16.806Z] === RUN TestAuthZPluginAllowEventStream [2020-05-07T19:33:16.984Z] #20 8.728 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-05-07T19:33:17.027Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-05-07T19:33:17.242Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.035s coverage: 3.0% of statements [2020-05-07T19:33:17.553Z] #20 9.062 curl: option --progress: is ambiguous [2020-05-07T19:33:17.553Z] #20 9.063 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:17.808Z] #20 9.355 [2020-05-07T19:33:17.969Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.628s coverage: 52.1% of statements [2020-05-07T19:33:17.969Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-05-07T19:33:17.969Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-05-07T19:33:17.969Z] ok github.com/docker/docker/daemon/links 0.059s coverage: 93.0% of statements [2020-05-07T19:33:18.394Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-05-07T19:33:18.732Z] #20 10.37 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-05-07T19:33:18.826Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2020-05-07T19:33:18.826Z] === RUN TestAuthZPluginErrorResponse [2020-05-07T19:33:18.987Z] #20 10.63 curl: option --progress: is ambiguous [2020-05-07T19:33:18.987Z] #20 10.63 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:19.107Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-05-07T19:33:19.107Z] === RUN TestAuthZPluginErrorRequest [2020-05-07T19:33:19.242Z] #20 10.95 [2020-05-07T19:33:19.720Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-05-07T19:33:19.720Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-05-07T19:33:19.762Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-05-07T19:33:20.001Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-05-07T19:33:20.001Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-05-07T19:33:20.020Z] --- PASS: TestServiceUpdateSecrets (15.09s) [2020-05-07T19:33:20.020Z] === RUN TestServiceUpdateConfigs [2020-05-07T19:33:20.165Z] #20 11.97 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-05-07T19:33:20.723Z] #20 12.36 curl: option --progress: is ambiguous [2020-05-07T19:33:20.723Z] #20 12.36 curl: try 'curl --help' or 'curl --manual' for more information [2020-05-07T19:33:20.978Z] #20 12.71 [2020-05-07T19:33:21.232Z] #20 12.79 Download of images into '/build' complete. [2020-05-07T19:33:21.232Z] #20 12.79 Use something like the following to load the result into a Docker daemon: [2020-05-07T19:33:21.232Z] #20 12.79 tar -cC '/build' . | docker load [2020-05-07T19:33:21.232Z] #20 DONE 12.9s [2020-05-07T19:33:21.232Z] [2020-05-07T19:33:21.232Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-05-07T19:33:21.232Z] #33 3.433 Building test suite binary ./integration-cli/test.main [2020-05-07T19:33:21.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-05-07T19:33:21.727Z] eac6fba788c9: Pull complete [2020-05-07T19:33:21.727Z] Digest: sha256:2ecf1e2987b91b41f576afd7f56aa40c9ddbc691d7b6b066c64d8f27fb3070ca [2020-05-07T19:33:21.727Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:33:21.727Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-05-07T19:33:21.727Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-05-07T19:33:21.727Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1158' [2020-05-07T19:33:21.727Z] WARN: Skipping validation tests [2020-05-07T19:33:21.727Z] INFO: Running unit tests at 05/07/2020 19:33:19... [2020-05-07T19:33:21.794Z] #33 ... [2020-05-07T19:33:21.794Z] [2020-05-07T19:33:21.794Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-05-07T19:33:21.794Z] #21 DONE 0.1s [2020-05-07T19:33:22.049Z] [2020-05-07T19:33:22.049Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-05-07T19:33:22.049Z] #25 DONE 0.1s [2020-05-07T19:33:22.049Z] [2020-05-07T19:33:22.049Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-05-07T19:33:22.671Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.13s) [2020-05-07T19:33:22.671Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-05-07T19:33:22.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-05-07T19:33:22.847Z] ok github.com/docker/docker/daemon/logger 0.260s coverage: 41.8% of statements [2020-05-07T19:33:24.073Z] INFO: make.ps1 starting at 05/07/2020 19:33:23 [2020-05-07T19:33:24.073Z] INFO: Git commit (653ddafd11) assumed from DOCKER_GITCOMMIT environment variable [2020-05-07T19:33:24.073Z] INFO: Invoking autogen... [2020-05-07T19:33:24.556Z] INFO: Running unit tests... [2020-05-07T19:33:24.572Z] ok github.com/docker/docker/daemon/logger/gelf 0.020s coverage: 67.0% of statements [2020-05-07T19:33:24.647Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-05-07T19:33:24.690Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.29s) [2020-05-07T19:33:24.690Z] === RUN TestAuthZPluginHeader [2020-05-07T19:33:25.305Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-05-07T19:33:25.305Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-05-07T19:33:25.305Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:33:25.306Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:25.306Z] === RUN TestAuthZPluginV2Disable [2020-05-07T19:33:25.306Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:33:25.306Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:25.306Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-05-07T19:33:25.306Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:33:25.306Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:25.306Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-05-07T19:33:25.306Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:33:25.306Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:25.306Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-05-07T19:33:25.329Z] ok github.com/docker/docker/daemon/logger/awslogs 0.663s coverage: 77.4% of statements [2020-05-07T19:33:26.013Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000223920_} [2020-05-07T19:33:26.067Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2020-05-07T19:33:27.258Z] ok github.com/docker/docker/daemon/images 0.062s coverage: 4.9% of statements [2020-05-07T19:33:27.258Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-05-07T19:33:27.258Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-05-07T19:33:27.258Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-05-07T19:33:27.258Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-05-07T19:33:27.603Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.035s coverage: 87.2% of statements [2020-05-07T19:33:27.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1504489502_/foo_false____} [2020-05-07T19:33:28.784Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.061s coverage: 61.6% of statements [2020-05-07T19:33:29.286Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1504489502_/foo_true____} [2020-05-07T19:33:30.646Z] ok github.com/docker/docker/daemon/logger/local 0.156s coverage: 75.2% of statements [2020-05-07T19:33:30.646Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-05-07T19:33:30.746Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_false____} [2020-05-07T19:33:31.825Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.043s coverage: 19.8% of statements [2020-05-07T19:33:31.825Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 33.3% of statements [2020-05-07T19:33:32.055Z] 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/fuse-overlayfs 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/loggerutils/cache 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-05-07T19:33:32.637Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_true____} [2020-05-07T19:33:33.509Z] ok github.com/docker/docker/daemon/logger/templates 0.049s coverage: 8.3% of statements [2020-05-07T19:33:34.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_true__0xc000223980__} [2020-05-07T19:33:34.695Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 47.8% of statements [2020-05-07T19:33:34.931Z] --- PASS: TestServiceUpdateConfigs (15.04s) [2020-05-07T19:33:34.931Z] === RUN TestServiceUpdateNetwork [2020-05-07T19:33:35.494Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0002239c0_} [2020-05-07T19:33:37.042Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2020-05-07T19:33:37.386Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0002239e0_} [2020-05-07T19:33:37.386Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-05-07T19:33:37.770Z] ok github.com/docker/docker/daemon/logger/splunk 3.550s coverage: 82.5% of statements [2020-05-07T19:33:37.770Z] ? github.com/docker/docker/daemon/names [no test files] [2020-05-07T19:33:37.770Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-05-07T19:33:38.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000223a00_} [2020-05-07T19:33:39.344Z] ? github.com/docker/docker/api [no test files] [2020-05-07T19:33:40.072Z] #33 ... [2020-05-07T19:33:40.072Z] [2020-05-07T19:33:40.072Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-05-07T19:33:40.072Z] #29 29.35 # github.com/docker/docker/contrib/httpserver [2020-05-07T19:33:40.072Z] #29 29.35 loadinternal: cannot find runtime/cgo [2020-05-07T19:33:40.072Z] #29 DONE 29.6s [2020-05-07T19:33:40.072Z] [2020-05-07T19:33:40.072Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-05-07T19:33:40.072Z] #33 ... [2020-05-07T19:33:40.072Z] [2020-05-07T19:33:40.072Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-05-07T19:33:40.072Z] #30 DONE 0.1s [2020-05-07T19:33:40.072Z] [2020-05-07T19:33:40.072Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-05-07T19:33:40.647Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000223a20_} [2020-05-07T19:33:40.800Z] ok github.com/docker/docker/distribution/metadata 0.229s coverage: 48.2% of statements [2020-05-07T19:33:41.532Z] ok github.com/docker/docker/errdefs 0.036s coverage: 49.4% of statements [2020-05-07T19:33:42.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-05-07T19:33:43.464Z] ok github.com/docker/docker/distribution 0.887s coverage: 22.1% of statements [2020-05-07T19:33:43.464Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-05-07T19:33:43.738Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.24s) [2020-05-07T19:33:43.738Z] PASS [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] === Skipped [2020-05-07T19:33:43.738Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:33:43.738Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:33:43.738Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:33:43.738Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:33:43.738Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] [2020-05-07T19:33:43.738Z] DONE 17 tests, 4 skipped in 29.727s [2020-05-07T19:33:43.738Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-05-07T19:33:43.738Z] ++ 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-05-07T19:33:43.738Z] ++ set -e [2020-05-07T19:33:43.738Z] ++ '[' -n 0 ']' [2020-05-07T19:33:43.738Z] ++ set -x [2020-05-07T19:33:43.738Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:33:43.738Z] INFO: Testing against a local daemon [2020-05-07T19:33:43.738Z] === RUN TestPluginInvalidJSON [2020-05-07T19:33:43.738Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:33:43.738Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:33:43.738Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:33:43.738Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-05-07T19:33:43.739Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-05-07T19:33:43.739Z] === RUN TestPluginInstall [2020-05-07T19:33:43.739Z] === RUN TestPluginInstall/no_auth [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-05-07T19:33:43.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-05-07T19:33:44.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-05-07T19:33:44.420Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-05-07T19:33:44.420Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-05-07T19:33:44.420Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-05-07T19:33:45.822Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2020-05-07T19:33:45.822Z] ok github.com/docker/docker/distribution/xfer 1.728s coverage: 85.1% of statements [2020-05-07T19:33:45.822Z] ? github.com/docker/docker/dockerversion [no test files] [2020-05-07T19:33:46.165Z] ok github.com/docker/docker/image 0.075s coverage: 86.4% of statements [2020-05-07T19:33:46.165Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7880b7a50e078ccfe2fac6665962f3878228cd3e834f561431d5bab71a2be9db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:46.412Z] time="2020-05-07T19:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7880b7a50e078ccfe2fac6665962f3878228cd3e834f561431d5bab71a2be9db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:46.694Z] === RUN TestPluginInstall/with_htpasswd [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2a540d9e0762dcfb0af5e4447da3ae8cf9ce399eca33bbc5170cbf23d7b703" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:47.337Z] time="2020-05-07T19:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac2a540d9e0762dcfb0af5e4447da3ae8cf9ce399eca33bbc5170cbf23d7b703" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:47.345Z] ok github.com/docker/docker/libcontainerd/queue 0.060s coverage: 100.0% of statements [2020-05-07T19:33:47.625Z] === RUN TestPluginInstall/with_insecure [2020-05-07T19:33:47.688Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-05-07T19:33:48.515Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2020-05-07T19:33:48.515Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:248360845b97dfa4d4d9f0f233acde0a2d2fe8340d9a4ddbe705bff0216ab22c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:33:48.631Z] time="2020-05-07T19:33:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:248360845b97dfa4d4d9f0f233acde0a2d2fe8340d9a4ddbe705bff0216ab22c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:33:48.913Z] --- PASS: TestPluginInstall (6.28s) [2020-05-07T19:33:48.913Z] --- PASS: TestPluginInstall/no_auth (4.07s) [2020-05-07T19:33:48.913Z] --- PASS: TestPluginInstall/with_htpasswd (0.90s) [2020-05-07T19:33:48.913Z] --- PASS: TestPluginInstall/with_insecure (1.31s) [2020-05-07T19:33:48.913Z] plugin_test.go:157: [d0e727ea5fbab] daemon is not started [2020-05-07T19:33:48.913Z] PASS [2020-05-07T19:33:48.913Z] [2020-05-07T19:33:48.913Z] DONE 6 tests in 6.399s [2020-05-07T19:33:48.913Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-05-07T19:33:48.913Z] ++ 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-05-07T19:33:48.913Z] ++ set -e [2020-05-07T19:33:48.913Z] ++ '[' -n 0 ']' [2020-05-07T19:33:48.913Z] ++ set -x [2020-05-07T19:33:48.913Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:33:49.055Z] --- PASS: TestServiceUpdateNetwork (13.87s) [2020-05-07T19:33:49.055Z] === RUN TestServiceUpdatePidsLimit [2020-05-07T19:33:49.198Z] INFO: Testing against a local daemon [2020-05-07T19:33:49.198Z] === RUN TestExternalGraphDriver [2020-05-07T19:33:49.198Z] === RUN TestExternalGraphDriver/json [2020-05-07T19:33:49.247Z] ok github.com/docker/docker/pkg/aaparser 0.022s coverage: 50.0% of statements [2020-05-07T19:33:49.985Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-05-07T19:33:49.985Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-05-07T19:33:51.217Z] === RUN TestExternalGraphDriver/spec [2020-05-07T19:33:51.355Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-05-07T19:33:53.087Z] ok github.com/docker/docker/opts 0.100s coverage: 67.4% of statements [2020-05-07T19:33:53.873Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-05-07T19:33:53.889Z] === RUN TestExternalGraphDriver/pull [2020-05-07T19:33:54.602Z] ok github.com/docker/docker/api/server 0.210s coverage: 9.0% of statements [2020-05-07T19:33:54.798Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-05-07T19:33:55.241Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-05-07T19:33:55.241Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-05-07T19:33:55.558Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-05-07T19:33:55.909Z] --- PASS: TestExternalGraphDriver (6.60s) [2020-05-07T19:33:55.909Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2020-05-07T19:33:55.909Z] --- PASS: TestExternalGraphDriver/spec (2.12s) [2020-05-07T19:33:55.909Z] --- PASS: TestExternalGraphDriver/pull (2.28s) [2020-05-07T19:33:55.909Z] === RUN TestGraphdriverPluginV2 [2020-05-07T19:33:55.909Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-05-07T19:33:55.909Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:55.909Z] PASS [2020-05-07T19:33:55.909Z] [2020-05-07T19:33:55.909Z] === Skipped [2020-05-07T19:33:55.909Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-05-07T19:33:55.909Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:33:55.909Z] [2020-05-07T19:33:55.909Z] [2020-05-07T19:33:55.909Z] DONE 5 tests, 1 skipped in 6.735s [2020-05-07T19:33:55.909Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-05-07T19:33:55.909Z] ++ 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-05-07T19:33:55.909Z] ++ set -e [2020-05-07T19:33:55.909Z] ++ '[' -n 0 ']' [2020-05-07T19:33:55.909Z] ++ set -x [2020-05-07T19:33:55.909Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:33:55.909Z] INFO: Testing against a local daemon [2020-05-07T19:33:55.909Z] === RUN TestContinueAfterPluginCrash [2020-05-07T19:33:55.909Z] === PAUSE TestContinueAfterPluginCrash [2020-05-07T19:33:55.909Z] === RUN TestReadPluginNoRead [2020-05-07T19:33:55.909Z] === PAUSE TestReadPluginNoRead [2020-05-07T19:33:55.909Z] === RUN TestDaemonStartWithLogOpt [2020-05-07T19:33:55.909Z] === PAUSE TestDaemonStartWithLogOpt [2020-05-07T19:33:55.909Z] === CONT TestContinueAfterPluginCrash [2020-05-07T19:33:55.909Z] === CONT TestDaemonStartWithLogOpt [2020-05-07T19:33:56.169Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-05-07T19:33:56.285Z] ok github.com/docker/docker/pkg/archive 1.536s coverage: 77.0% of statements [2020-05-07T19:33:57.026Z] ok github.com/docker/docker/pkg/authorization 3.250s coverage: 68.3% of statements [2020-05-07T19:33:57.100Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-05-07T19:33:57.368Z] ok github.com/docker/docker/pkg/directory 0.021s coverage: 80.0% of statements [2020-05-07T19:33:58.054Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-05-07T19:33:58.534Z] ok github.com/docker/docker/pkg/discovery 0.021s coverage: 58.3% of statements [2020-05-07T19:33:58.617Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-05-07T19:33:58.869Z] ok github.com/docker/docker/pkg/discovery/file 0.019s coverage: 92.9% of statements [2020-05-07T19:33:59.179Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-05-07T19:34:00.108Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-05-07T19:34:00.285Z] --- PASS: TestDaemonStartWithLogOpt (3.82s) [2020-05-07T19:34:00.285Z] === CONT TestReadPluginNoRead [2020-05-07T19:34:00.560Z] ok github.com/docker/docker/layer 7.308s coverage: 68.8% of statements [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/oci [no test files] [2020-05-07T19:34:00.560Z] ? github.com/docker/docker/oci/caps [no test files] [2020-05-07T19:34:00.560Z] ok github.com/docker/docker/pkg/discovery/memory 0.045s coverage: 92.3% of statements [2020-05-07T19:34:01.037Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-05-07T19:34:01.750Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-05-07T19:34:01.750Z] ok github.com/docker/docker/pkg/dmesg 0.011s coverage: 83.3% of statements [2020-05-07T19:34:02.404Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-05-07T19:34:02.477Z] ok github.com/docker/docker/pkg/chrootarchive 4.435s coverage: 43.2% of statements [2020-05-07T19:34:02.477Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-05-07T19:34:02.477Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-05-07T19:34:02.957Z] === RUN TestReadPluginNoRead/default [2020-05-07T19:34:03.204Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-05-07T19:34:03.204Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2020-05-07T19:34:03.334Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-05-07T19:34:04.263Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-05-07T19:34:04.388Z] ok github.com/docker/docker/pkg/fsutils 0.478s coverage: 85.1% of statements [2020-05-07T19:34:04.740Z] ok github.com/docker/docker/pkg/discovery/kv 3.225s coverage: 84.1% of statements [2020-05-07T19:34:04.975Z] === RUN TestReadPluginNoRead/disabled_caching [2020-05-07T19:34:04.975Z] --- PASS: TestContinueAfterPluginCrash (9.06s) [2020-05-07T19:34:05.081Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 11.4% of statements [2020-05-07T19:34:05.191Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-05-07T19:34:06.442Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-05-07T19:34:06.558Z] --- PASS: TestServiceUpdatePidsLimit (17.39s) [2020-05-07T19:34:06.558Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.38s) [2020-05-07T19:34:06.558Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.11s) [2020-05-07T19:34:06.558Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2020-05-07T19:34:06.558Z] PASS [2020-05-07T19:34:06.558Z] [2020-05-07T19:34:06.558Z] === Skipped [2020-05-07T19:34:06.558Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-05-07T19:34:06.558Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:34:06.558Z] [2020-05-07T19:34:06.558Z] [2020-05-07T19:34:06.558Z] DONE 27 tests, 1 skipped in 197.159s [2020-05-07T19:34:06.558Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-05-07T19:34:06.558Z] ++ 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-05-07T19:34:06.558Z] ++ set -e [2020-05-07T19:34:06.558Z] ++ '[' -n 0 ']' [2020-05-07T19:34:06.558Z] ++ set -x [2020-05-07T19:34:06.558Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:06.558Z] INFO: Testing against a local daemon [2020-05-07T19:34:06.558Z] === RUN TestSessionCreate [2020-05-07T19:34:06.558Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-05-07T19:34:06.558Z] --- PASS: TestSessionCreate (0.05s) [2020-05-07T19:34:06.558Z] === RUN TestSessionCreateWithBadUpgrade [2020-05-07T19:34:06.558Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-05-07T19:34:06.558Z] PASS [2020-05-07T19:34:06.558Z] [2020-05-07T19:34:06.558Z] DONE 2 tests in 0.195s [2020-05-07T19:34:06.558Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-05-07T19:34:06.558Z] ++ 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-05-07T19:34:06.558Z] ++ set -e [2020-05-07T19:34:06.558Z] ++ '[' -n 0 ']' [2020-05-07T19:34:06.558Z] ++ set -x [2020-05-07T19:34:06.558Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:06.558Z] INFO: Testing against a local daemon [2020-05-07T19:34:06.558Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-05-07T19:34:06.558Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:34:06.558Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:34:06.558Z] === RUN TestEventsExecDie [2020-05-07T19:34:06.796Z] ok github.com/docker/docker/pkg/locker 0.064s coverage: 88.9% of statements [2020-05-07T19:34:07.143Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 91.7% of statements [2020-05-07T19:34:07.489Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-05-07T19:34:07.489Z] --- PASS: TestEventsExecDie (0.88s) [2020-05-07T19:34:07.489Z] === RUN TestEventsBackwardsCompatible [2020-05-07T19:34:07.746Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-05-07T19:34:07.746Z] === RUN TestInfoBinaryCommits [2020-05-07T19:34:07.746Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-05-07T19:34:07.746Z] === RUN TestInfoAPIVersioned [2020-05-07T19:34:07.746Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-05-07T19:34:07.746Z] === RUN TestInfoDiscoveryBackend [2020-05-07T19:34:07.870Z] ok github.com/docker/docker/pkg/idtools 1.102s coverage: 70.3% of statements [2020-05-07T19:34:07.870Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2020-05-07T19:34:08.223Z] ok github.com/docker/docker/pkg/ioutils 1.660s coverage: 70.6% of statements [2020-05-07T19:34:08.223Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-05-07T19:34:08.223Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-05-07T19:34:08.223Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2020-05-07T19:34:08.223Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-05-07T19:34:08.310Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-05-07T19:34:08.310Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-05-07T19:34:08.459Z] --- PASS: TestReadPluginNoRead (8.65s) [2020-05-07T19:34:08.459Z] --- PASS: TestReadPluginNoRead/default (1.91s) [2020-05-07T19:34:08.459Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.84s) [2020-05-07T19:34:08.459Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.93s) [2020-05-07T19:34:08.459Z] read_test.go:91: [d62f5b4183688] daemon is not started [2020-05-07T19:34:08.459Z] PASS [2020-05-07T19:34:08.459Z] [2020-05-07T19:34:08.459Z] DONE 6 tests in 12.575s [2020-05-07T19:34:08.459Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-05-07T19:34:08.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:34:08.459Z] ++ set -e [2020-05-07T19:34:08.459Z] ++ '[' -n 0 ']' [2020-05-07T19:34:08.459Z] ++ set -x [2020-05-07T19:34:08.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=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:34:08.459Z] testing: warning: no tests to run [2020-05-07T19:34:08.459Z] PASS [2020-05-07T19:34:08.459Z] [2020-05-07T19:34:08.459Z] DONE 0 tests in 0.029s [2020-05-07T19:34:08.459Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-05-07T19:34:08.459Z] ++ 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-05-07T19:34:08.459Z] ++ set -e [2020-05-07T19:34:08.459Z] ++ '[' -n 0 ']' [2020-05-07T19:34:08.459Z] ++ set -x [2020-05-07T19:34:08.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=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:08.459Z] INFO: Testing against a local daemon [2020-05-07T19:34:08.459Z] === RUN TestPluginWithDevMounts [2020-05-07T19:34:08.459Z] === PAUSE TestPluginWithDevMounts [2020-05-07T19:34:08.459Z] === CONT TestPluginWithDevMounts [2020-05-07T19:34:08.567Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-05-07T19:34:08.950Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2020-05-07T19:34:09.131Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-05-07T19:34:09.131Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-05-07T19:34:09.300Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2020-05-07T19:34:09.694Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s) [2020-05-07T19:34:09.694Z] === RUN TestInfoAPI [2020-05-07T19:34:09.694Z] --- PASS: TestInfoAPI (0.03s) [2020-05-07T19:34:09.694Z] === RUN TestInfoAPIWarnings [2020-05-07T19:34:10.055Z] ok github.com/docker/docker/pkg/pidfile 0.017s coverage: 82.4% of statements [2020-05-07T19:34:10.257Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-05-07T19:34:10.257Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-05-07T19:34:10.257Z] === RUN TestInfoDebug [2020-05-07T19:34:10.391Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 91.4% of statements [2020-05-07T19:34:10.391Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-05-07T19:34:10.391Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-05-07T19:34:10.476Z] --- PASS: TestPluginWithDevMounts (1.90s) [2020-05-07T19:34:10.476Z] PASS [2020-05-07T19:34:10.476Z] [2020-05-07T19:34:10.476Z] DONE 1 tests in 1.984s [2020-05-07T19:34:10.476Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-05-07T19:34:10.476Z] ++ 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-05-07T19:34:10.476Z] ++ set -e [2020-05-07T19:34:10.476Z] ++ '[' -n 0 ']' [2020-05-07T19:34:10.476Z] ++ set -x [2020-05-07T19:34:10.477Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:10.477Z] INFO: Testing against a local daemon [2020-05-07T19:34:10.477Z] === RUN TestSecretInspect [2020-05-07T19:34:10.819Z] --- PASS: TestInfoDebug (0.55s) [2020-05-07T19:34:10.819Z] === RUN TestInfoInsecureRegistries [2020-05-07T19:34:11.124Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2020-05-07T19:34:11.381Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-05-07T19:34:11.381Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-05-07T19:34:11.381Z] === RUN TestInfoRegistryMirrors [2020-05-07T19:34:11.944Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-05-07T19:34:11.944Z] === RUN TestLoginFailsWithBadCredentials [2020-05-07T19:34:12.201Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2020-05-07T19:34:12.201Z] === RUN TestPingCacheHeaders [2020-05-07T19:34:12.201Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-05-07T19:34:12.201Z] === RUN TestPingGet [2020-05-07T19:34:12.201Z] --- PASS: TestPingGet (0.01s) [2020-05-07T19:34:12.201Z] === RUN TestPingHead [2020-05-07T19:34:12.201Z] --- PASS: TestPingHead (0.03s) [2020-05-07T19:34:12.201Z] === RUN TestVersion [2020-05-07T19:34:12.201Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-05-07T19:34:12.201Z] --- PASS: TestVersion (0.03s) [2020-05-07T19:34:12.201Z] PASS [2020-05-07T19:34:12.201Z] [2020-05-07T19:34:12.201Z] === Skipped [2020-05-07T19:34:12.201Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:34:12.201Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:34:12.201Z] [2020-05-07T19:34:12.201Z] [2020-05-07T19:34:12.201Z] DONE 18 tests, 1 skipped in 5.713s [2020-05-07T19:34:12.201Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-05-07T19:34:12.201Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-05-07T19:34:12.201Z] ++ 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-05-07T19:34:12.201Z] ++ set -e [2020-05-07T19:34:12.201Z] ++ '[' -n 0 ']' [2020-05-07T19:34:12.201Z] ++ set -x [2020-05-07T19:34:12.201Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:12.457Z] INFO: Testing against a local daemon [2020-05-07T19:34:12.457Z] === RUN TestVolumesCreateAndList [2020-05-07T19:34:12.457Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-05-07T19:34:12.457Z] === RUN TestVolumesRemove [2020-05-07T19:34:12.457Z] --- PASS: TestVolumesRemove (0.08s) [2020-05-07T19:34:12.457Z] === RUN TestVolumesInspect [2020-05-07T19:34:12.457Z] --- PASS: TestVolumesInspect (0.02s) [2020-05-07T19:34:12.457Z] === RUN TestVolumesInvalidJSON [2020-05-07T19:34:12.457Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-05-07T19:34:12.457Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-05-07T19:34:12.457Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-05-07T19:34:12.457Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-05-07T19:34:12.457Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-05-07T19:34:12.457Z] PASS [2020-05-07T19:34:12.457Z] [2020-05-07T19:34:12.457Z] DONE 5 tests in 0.287s [2020-05-07T19:34:12.457Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:34:12.717Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T19:34:12.717Z] +++ kill 5839 [2020-05-07T19:34:12.814Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2020-05-07T19:34:12.814Z] ok github.com/docker/docker/pkg/progress 0.018s coverage: 75.9% of statements [2020-05-07T19:34:13.160Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-05-07T19:34:13.281Z] === RUN TestDockerSuite/TestCpRelativePath [2020-05-07T19:34:13.884Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2020-05-07T19:34:13.924Z] --- PASS: TestSecretInspect (3.24s) [2020-05-07T19:34:13.924Z] === RUN TestSecretList [2020-05-07T19:34:14.212Z] +++ /etc/init.d/apparmor stop [2020-05-07T19:34:14.212Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:34:14.212Z] [2020-05-07T19:34:14.212Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:34:14.212Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:34:14.212Z] [2020-05-07T19:34:14.212Z] To set a process to complain mode, use the command line tool [2020-05-07T19:34:14.212Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:34:14.212Z] +++ true [2020-05-07T19:34:14.212Z] [2020-05-07T19:34:14.212Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-05-07T19:34:15.064Z] ok github.com/docker/docker/pkg/pubsub 1.194s coverage: 73.9% of statements [2020-05-07T19:34:15.064Z] ok github.com/docker/docker/pkg/stdcopy 0.018s coverage: 100.0% of statements [2020-05-07T19:34:15.578Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-05-07T19:34:16.237Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-05-07T19:34:16.506Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-05-07T19:34:16.571Z] ok github.com/docker/docker/pkg/streamformatter 0.015s coverage: 66.2% of statements [2020-05-07T19:34:17.292Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2020-05-07T19:34:17.375Z] --- PASS: TestSecretList (3.69s) [2020-05-07T19:34:17.375Z] === RUN TestSecretsCreateAndDelete [2020-05-07T19:34:17.434Z] === RUN TestDockerSuite/TestCpToCaseA [2020-05-07T19:34:18.485Z] ok github.com/docker/docker/pkg/signal 3.704s coverage: 61.0% of statements [2020-05-07T19:34:18.823Z] ok github.com/docker/docker/pkg/system 0.056s coverage: 36.9% of statements [2020-05-07T19:34:19.165Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 53.7% of statements [2020-05-07T19:34:19.324Z] === RUN TestDockerSuite/TestCpToCaseB [2020-05-07T19:34:20.253Z] === RUN TestDockerSuite/TestCpToCaseC [2020-05-07T19:34:20.336Z] ok github.com/docker/docker/pkg/tailfile 0.112s coverage: 88.6% of statements [2020-05-07T19:34:20.336Z] testing: warning: no tests to run [2020-05-07T19:34:20.336Z] coverage: [no statements] [2020-05-07T19:34:20.336Z] ok github.com/docker/docker/pkg/term/windows 0.043s coverage: [no statements] [no tests to run] [2020-05-07T19:34:21.528Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-05-07T19:34:21.528Z] ok github.com/docker/docker/pkg/truncindex 0.117s coverage: 91.5% of statements [2020-05-07T19:34:21.528Z] ok github.com/docker/docker/pkg/tarsum 0.237s coverage: 89.3% of statements [2020-05-07T19:34:21.748Z] --- PASS: TestSecretsCreateAndDelete (3.83s) [2020-05-07T19:34:21.748Z] === RUN TestSecretsUpdate [2020-05-07T19:34:21.863Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2020-05-07T19:34:22.772Z] === RUN TestDockerSuite/TestCpToCaseD [2020-05-07T19:34:24.155Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2020-05-07T19:34:25.196Z] --- PASS: TestSecretsUpdate (3.69s) [2020-05-07T19:34:25.196Z] === RUN TestTemplatedSecret [2020-05-07T19:34:26.463Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2020-05-07T19:34:26.822Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 68.8% of statements [2020-05-07T19:34:27.541Z] ok github.com/docker/docker/plugin 0.655s coverage: 23.3% of statements [2020-05-07T19:34:28.030Z] === RUN TestDockerSuite/TestCpToCaseE [2020-05-07T19:34:28.707Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2020-05-07T19:34:29.570Z] --- PASS: TestTemplatedSecret (3.90s) [2020-05-07T19:34:29.570Z] === RUN TestSecretCreateResolve [2020-05-07T19:34:29.875Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2020-05-07T19:34:31.040Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2020-05-07T19:34:31.301Z] === RUN TestDockerSuite/TestCpToCaseF [2020-05-07T19:34:32.229Z] === RUN TestDockerSuite/TestCpToCaseG [2020-05-07T19:34:32.237Z] ok github.com/docker/docker/registry 0.563s coverage: 56.1% of statements [2020-05-07T19:34:33.073Z] --- PASS: TestSecretCreateResolve (3.67s) [2020-05-07T19:34:33.073Z] PASS [2020-05-07T19:34:33.073Z] [2020-05-07T19:34:33.073Z] DONE 6 tests in 22.093s [2020-05-07T19:34:33.073Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-05-07T19:34:33.073Z] ++ 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-05-07T19:34:33.073Z] ++ set -e [2020-05-07T19:34:33.073Z] ++ '[' -n 0 ']' [2020-05-07T19:34:33.073Z] ++ set -x [2020-05-07T19:34:33.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:34:33.073Z] INFO: Testing against a local daemon [2020-05-07T19:34:33.073Z] === RUN TestServiceCreateInit [2020-05-07T19:34:33.073Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-05-07T19:34:33.414Z] ok github.com/docker/docker/runconfig 0.030s coverage: 65.8% of statements [2020-05-07T19:34:36.399Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-05-07T19:34:37.298Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2020-05-07T19:34:37.327Z] === RUN TestDockerSuite/TestCpToCaseH [2020-05-07T19:34:38.037Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 67.0% of statements [2020-05-07T19:34:38.385Z] ok github.com/docker/docker/volume/local 0.062s coverage: 73.0% of statements [2020-05-07T19:34:38.591Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-05-07T19:34:40.595Z] === RUN TestDockerSuite/TestCpToCaseI [2020-05-07T19:34:40.677Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2020-05-07T19:34:41.525Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-05-07T19:34:44.069Z] --- PASS: TestServiceCreateInit (10.51s) [2020-05-07T19:34:44.069Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.28s) [2020-05-07T19:34:44.069Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.22s) [2020-05-07T19:34:44.069Z] === RUN TestCreateServiceMultipleTimes [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-05-07T19:34:45.778Z] ok github.com/docker/docker/api/server/httputils 0.164s coverage: 14.7% of statements [2020-05-07T19:34:45.778Z] ok github.com/docker/docker/api/server/middleware 0.160s coverage: 37.7% of statements [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-05-07T19:34:45.778Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-05-07T19:34:45.778Z] ok github.com/docker/docker/api/types/strslice 0.058s coverage: 90.0% of statements [2020-05-07T19:34:45.779Z] ok github.com/docker/docker/api/types/filters 0.038s coverage: 92.2% of statements [2020-05-07T19:34:45.779Z] ok github.com/docker/docker/api/server/router/swarm 0.133s coverage: 4.8% of statements [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/container [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/events [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/image [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/network [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-05-07T19:34:45.779Z] ok github.com/docker/docker/api/types/time 0.273s coverage: 100.0% of statements [2020-05-07T19:34:45.779Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 75.0% of statements [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-05-07T19:34:45.779Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-05-07T19:34:45.779Z] ok github.com/docker/docker/builder/dockerignore 0.079s coverage: 96.8% of statements [2020-05-07T19:34:46.615Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.6% of statements [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/pkg/term [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/rootless [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/testutil/request [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/volume [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-05-07T19:34:46.615Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-05-07T19:34:46.783Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === Skipped [2020-05-07T19:34:46.975Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-05-07T19:34:46.975Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-05-07T19:34:46.975Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver btrfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-05-07T19:34:46.975Z] time="2020-05-07T19:33:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-05-07T19:34:46.975Z] time="2020-05-07T19:33:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-05-07T19:34:46.975Z] time="2020-05-07T19:33:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-05-07T19:34:46.975Z] time="2020-05-07T19:33:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-05-07T19:34:46.975Z] time="2020-05-07T19:33:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-05-07T19:34:46.975Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-05-07T19:34:46.975Z] overlay_test.go:49: Fails to compute changes intermittently [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-05-07T19:34:46.975Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-05-07T19:34:46.975Z] graphtest_unix.go:46: Driver zfs not supported [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-05-07T19:34:46.975Z] graphtest_unix.go:73: No driver to put! [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-05-07T19:34:46.975Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-05-07T19:34:46.975Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] [2020-05-07T19:34:46.975Z] DONE 2122 tests, 26 skipped in 363.927s [2020-05-07T19:34:47.345Z] === RUN TestDockerSuite/TestCpToDot [2020-05-07T19:34:47.386Z] ok github.com/docker/docker/cli/debug 0.073s coverage: 100.0% of statements Post stage [Pipeline] junit [2020-05-07T19:34:47.798Z] Recording test results [2020-05-07T19:34:47.869Z] ok github.com/docker/docker/builder/remotecontext 0.751s coverage: 9.2% of statements [2020-05-07T19:34:47.869Z] ok github.com/docker/docker/builder/dockerfile 0.527s coverage: 46.3% of statements [2020-05-07T19:34:48.273Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-05-07T19:34:48.948Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40427/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 -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:c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 hack/make.sh dynbinary test-integration [2020-05-07T19:34:49.281Z] [2020-05-07T19:34:49.621Z] Removing bundles/ [2020-05-07T19:34:49.621Z] [2020-05-07T19:34:49.621Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-05-07T19:34:49.621Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:34:49.621Z] GOOS="" GOARCH="" GOARM="" [2020-05-07T19:34:50.165Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-05-07T19:34:52.056Z] === RUN TestDockerSuite/TestCpToStdout [2020-05-07T19:34:52.618Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-05-07T19:34:56.787Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-05-07T19:34:56.787Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-05-07T19:34:57.715Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-05-07T19:34:57.715Z] === RUN TestDockerSuite/TestCpVolumePath [2020-05-07T19:34:59.607Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-05-07T19:34:59.608Z] === RUN TestDockerSuite/TestCreateArgs [2020-05-07T19:34:59.608Z] === RUN TestDockerSuite/TestCreateByImageID [2020-05-07T19:35:00.538Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-05-07T19:35:00.538Z] ok github.com/docker/docker/client 0.522s coverage: 74.9% of statements [2020-05-07T19:35:01.106Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-05-07T19:35:01.106Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-05-07T19:35:01.363Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-05-07T19:35:02.293Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-05-07T19:35:02.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-05-07T19:35:02.807Z] === RUN TestDockerSuite/TestCreateLabels [2020-05-07T19:35:02.807Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-05-07T19:35:03.063Z] === RUN TestDockerSuite/TestCreateRM [2020-05-07T19:35:03.319Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-05-07T19:35:03.319Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-05-07T19:35:03.319Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-05-07T19:35:03.576Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-05-07T19:35:06.384Z] --- PASS: TestCreateServiceMultipleTimes (21.91s) [2020-05-07T19:35:06.384Z] === RUN TestCreateServiceConflict [2020-05-07T19:35:06.847Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-05-07T19:35:06.847Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-05-07T19:35:06.847Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-05-07T19:35:09.054Z] --- PASS: TestCreateServiceConflict (3.64s) [2020-05-07T19:35:09.054Z] === RUN TestCreateServiceMaxReplicas [2020-05-07T19:35:12.097Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-05-07T19:35:12.098Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-05-07T19:35:12.098Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-05-07T19:35:12.098Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-05-07T19:35:12.098Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-05-07T19:35:12.098Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-05-07T19:35:12.660Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-05-07T19:35:13.429Z] --- PASS: TestCreateServiceMaxReplicas (4.04s) [2020-05-07T19:35:13.429Z] === RUN TestCreateWithDuplicateNetworkNames [2020-05-07T19:35:14.551Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-05-07T19:35:15.114Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-05-07T19:35:15.676Z] ok github.com/docker/docker/builder/remotecontext/git 29.172s coverage: 86.3% of statements [2020-05-07T19:35:15.676Z] ? github.com/docker/docker/cli [no test files] [2020-05-07T19:35:15.676Z] ? github.com/docker/docker/cli/config [no test files] [2020-05-07T19:35:17.004Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-05-07T19:35:18.370Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-05-07T19:35:19.298Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-05-07T19:35:19.861Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-05-07T19:35:19.861Z] === RUN TestDockerSuite/TestDevicePermissions [2020-05-07T19:35:20.790Z] === RUN TestDockerSuite/TestDockerFails [2020-05-07T19:35:20.790Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-05-07T19:35:20.790Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-05-07T19:35:20.790Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-05-07T19:35:21.661Z] ok github.com/docker/docker/cmd/dockerd 0.651s coverage: 19.3% of statements [2020-05-07T19:35:22.156Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-05-07T19:35:22.718Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-05-07T19:35:22.975Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-05-07T19:35:23.270Z] ok github.com/docker/docker/container 0.709s coverage: 41.9% of statements [2020-05-07T19:35:23.270Z] ? github.com/docker/docker/container/stream [no test files] [2020-05-07T19:35:23.270Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-05-07T19:35:23.270Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-05-07T19:35:23.270Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-05-07T19:35:24.342Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-05-07T19:35:24.342Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-05-07T19:35:24.598Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-05-07T19:35:24.598Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-05-07T19:35:24.878Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.261s coverage: 65.3% of statements [2020-05-07T19:35:27.155Z] ok github.com/docker/docker/daemon/cluster 0.701s coverage: 0.5% of statements [2020-05-07T19:35:27.646Z] ok github.com/docker/docker/daemon/cluster/convert 0.774s coverage: 35.6% of statements [2020-05-07T19:35:28.630Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.96s) [2020-05-07T19:35:28.630Z] === RUN TestCreateServiceSecretFileMode [2020-05-07T19:35:31.302Z] --- PASS: TestCreateServiceSecretFileMode (3.55s) [2020-05-07T19:35:31.302Z] === RUN TestCreateServiceConfigFileMode [2020-05-07T19:35:31.525Z] ok github.com/docker/docker/daemon/discovery 0.221s coverage: 30.0% of statements [2020-05-07T19:35:31.536Z] #33 133.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:35:31.536Z] #33 135.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:35:31.536Z] #33 136.9 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:35:31.536Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:35:32.687Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-05-07T19:35:33.132Z] ok github.com/docker/docker/daemon/config 0.599s coverage: 79.6% of statements [2020-05-07T19:35:33.420Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:35:34.053Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-05-07T19:35:34.756Z] --- PASS: TestCreateServiceConfigFileMode (3.51s) [2020-05-07T19:35:34.756Z] === RUN TestCreateServiceSysctls [2020-05-07T19:35:34.780Z] #33 143.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:35:35.410Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.141s coverage: 11.1% of statements [2020-05-07T19:35:36.141Z] #33 144.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:35:36.428Z] ok github.com/docker/docker/daemon/events 0.376s coverage: 50.0% of statements [2020-05-07T19:35:36.632Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-05-07T19:35:37.443Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2020-05-07T19:35:37.503Z] #33 146.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:35:37.757Z] #33 146.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:35:37.926Z] ok github.com/docker/docker/daemon/graphdriver 0.147s coverage: 2.3% of statements [2020-05-07T19:35:38.409Z] ok github.com/docker/docker/daemon 4.928s coverage: 9.2% of statements [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-05-07T19:35:38.409Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-05-07T19:35:38.525Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-05-07T19:35:39.128Z] --- PASS: TestCreateServiceSysctls (4.37s) [2020-05-07T19:35:39.128Z] === RUN TestCreateServiceCapabilities [2020-05-07T19:35:39.641Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:35:39.891Z] === RUN TestDockerSuite/TestEventsAttach [2020-05-07T19:35:39.891Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-05-07T19:35:40.681Z] ok github.com/docker/docker/daemon/images 0.377s coverage: 4.9% of statements [2020-05-07T19:35:40.681Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-05-07T19:35:40.681Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-05-07T19:35:40.681Z] ok github.com/docker/docker/daemon/logger/awslogs 0.485s coverage: 77.4% of statements [2020-05-07T19:35:40.820Z] === RUN TestDockerSuite/TestEventsCommit [2020-05-07T19:35:41.167Z] ok github.com/docker/docker/daemon/logger 0.511s coverage: 42.1% of statements [2020-05-07T19:35:41.167Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-05-07T19:35:41.167Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-05-07T19:35:41.167Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-05-07T19:35:41.167Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-05-07T19:35:41.167Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-05-07T19:35:41.524Z] #33 150.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:35:41.749Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-05-07T19:35:42.182Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.533s coverage: 61.6% of statements [2020-05-07T19:35:42.182Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.237s coverage: 87.2% of statements [2020-05-07T19:35:43.118Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-05-07T19:35:43.201Z] ok github.com/docker/docker/daemon/logger/local 0.602s coverage: 75.2% of statements [2020-05-07T19:35:43.201Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-05-07T19:35:43.446Z] #33 151.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:35:43.501Z] --- PASS: TestCreateServiceCapabilities (3.71s) [2020-05-07T19:35:43.501Z] === RUN TestInspect [2020-05-07T19:35:43.681Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-05-07T19:35:44.218Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.434s coverage: 21.4% of statements [2020-05-07T19:35:44.701Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.342s coverage: 33.3% of statements [2020-05-07T19:35:45.049Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-05-07T19:35:45.183Z] ok github.com/docker/docker/daemon/logger/templates 0.058s coverage: 8.3% of statements [2020-05-07T19:35:45.328Z] #33 153.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:35:45.583Z] #33 154.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:35:46.197Z] ok github.com/docker/docker/daemon/logger/syslog 0.314s coverage: 47.8% of statements [2020-05-07T19:35:46.939Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-05-07T19:35:46.955Z] --- PASS: TestInspect (3.72s) [2020-05-07T19:35:46.955Z] === RUN TestCreateJob [2020-05-07T19:35:47.213Z] ok github.com/docker/docker/daemon/logger/splunk 2.299s coverage: 82.5% of statements [2020-05-07T19:35:47.213Z] ? github.com/docker/docker/daemon/names [no test files] [2020-05-07T19:35:47.213Z] ? github.com/docker/docker/daemon/network [no test files] [2020-05-07T19:35:47.213Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-05-07T19:35:47.465Z] #33 156.1 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:35:48.230Z] ok github.com/docker/docker/distribution/metadata 1.248s coverage: 48.2% of statements [2020-05-07T19:35:48.309Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-05-07T19:35:48.825Z] #33 157.5 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:35:49.249Z] ok github.com/docker/docker/errdefs 0.098s coverage: 49.4% of statements [2020-05-07T19:35:49.249Z] ok github.com/docker/docker/distribution 1.559s coverage: 20.3% of statements [2020-05-07T19:35:49.732Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-05-07T19:35:50.706Z] #33 159.4 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:35:50.747Z] ok github.com/docker/docker/image/cache 0.256s coverage: 19.2% of statements [2020-05-07T19:35:51.229Z] ok github.com/docker/docker/distribution/xfer 2.277s coverage: 77.3% of statements [2020-05-07T19:35:51.229Z] ? github.com/docker/docker/dockerversion [no test files] [2020-05-07T19:35:51.229Z] ok github.com/docker/docker/image/v1 0.131s coverage: 25.0% of statements [2020-05-07T19:35:51.229Z] ok github.com/docker/docker/image 0.653s coverage: 86.4% of statements [2020-05-07T19:35:51.229Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-05-07T19:35:51.229Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-05-07T19:35:51.384Z] --- PASS: TestCreateJob (4.15s) [2020-05-07T19:35:51.384Z] === RUN TestReplicatedJob [2020-05-07T19:35:51.579Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-05-07T19:35:52.065Z] #33 160.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:35:52.839Z] ok github.com/docker/docker/libcontainerd/queue 0.221s coverage: 87.5% of statements [2020-05-07T19:35:53.947Z] #33 162.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:35:54.097Z] === RUN TestDockerSuite/TestEventsCopy [2020-05-07T19:35:54.446Z] ok github.com/docker/docker/libcontainerd/local 0.387s coverage: 1.0% of statements [2020-05-07T19:35:54.929Z] ok github.com/docker/docker/opts 0.391s coverage: 67.7% of statements [2020-05-07T19:35:54.929Z] ok github.com/docker/docker/pkg/aaparser 0.345s coverage: 50.0% of statements [2020-05-07T19:35:54.929Z] ok github.com/docker/docker/layer 0.915s coverage: 30.1% of statements [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/oci [no test files] [2020-05-07T19:35:54.929Z] ? github.com/docker/docker/oci/caps [no test files] [2020-05-07T19:35:54.947Z] #33 163.7 [2020-05-07T19:35:55.464Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-05-07T19:35:55.512Z] #33 DONE 164.1s [2020-05-07T19:35:55.512Z] [2020-05-07T19:35:55.512Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-05-07T19:35:55.946Z] ok github.com/docker/docker/pkg/broadcaster 0.338s coverage: 100.0% of statements [2020-05-07T19:35:56.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-05-07T19:35:56.429Z] ok github.com/docker/docker/pkg/capabilities 0.032s coverage: 87.5% of statements [2020-05-07T19:35:56.871Z] #34 DONE 1.3s [2020-05-07T19:35:56.912Z] ok github.com/docker/docker/pkg/authorization 0.482s coverage: 26.8% of statements [2020-05-07T19:35:56.956Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-05-07T19:35:57.394Z] ok github.com/docker/docker/pkg/chrootarchive 0.149s coverage: 15.4% of statements [2020-05-07T19:35:57.878Z] ok github.com/docker/docker/pkg/directory 0.087s coverage: 80.0% of statements [2020-05-07T19:35:57.887Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-05-07T19:35:58.184Z] --- PASS: TestReplicatedJob (7.15s) [2020-05-07T19:35:58.184Z] === RUN TestUpdateReplicatedJob [2020-05-07T19:35:58.234Z] [2020-05-07T19:35:58.234Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-05-07T19:35:58.363Z] ok github.com/docker/docker/pkg/discovery 0.170s coverage: 58.3% of statements [2020-05-07T19:35:58.450Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-05-07T19:35:58.847Z] ok github.com/docker/docker/pkg/discovery/file 0.129s coverage: 92.9% of statements [2020-05-07T19:35:59.157Z] #35 DONE 0.7s [2020-05-07T19:35:59.157Z] [2020-05-07T19:35:59.157Z] #36 exporting to image [2020-05-07T19:35:59.157Z] #36 exporting layers [2020-05-07T19:35:59.864Z] ok github.com/docker/docker/pkg/discovery/memory 0.050s coverage: 92.3% of statements [2020-05-07T19:36:00.345Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-05-07T19:36:00.350Z] ok github.com/docker/docker/pkg/discovery/nodes 0.077s coverage: 93.8% of statements [2020-05-07T19:36:01.038Z] #36 exporting layers 2.0s done [2020-05-07T19:36:01.038Z] #36 writing image sha256:54c6f462e9e1abe4ab5ba24d2126738d79dda30efe9b046f406bea0ea662e716 done [2020-05-07T19:36:01.038Z] #36 naming to docker.io/library/moby-e2e-test done [2020-05-07T19:36:01.038Z] #36 DONE 2.0s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T19:36:01.273Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-05-07T19:36:01.273Z] === RUN TestDockerSuite/TestEventsFilterType [2020-05-07T19:36:01.366Z] ok github.com/docker/docker/pkg/filenotify 0.140s coverage: 36.2% of statements [2020-05-07T19:36:01.366Z] ok github.com/docker/docker/pkg/fileutils 0.134s coverage: 87.7% of statements [2020-05-07T19:36:01.467Z] + echo Ensuring container killed. [2020-05-07T19:36:01.467Z] Ensuring container killed. [2020-05-07T19:36:01.467Z] + docker rm -vf docker-pr6 [2020-05-07T19:36:01.467Z] Error: No such container: docker-pr6 [2020-05-07T19:36:01.467Z] + true [Pipeline] sh [2020-05-07T19:36:01.835Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-05-07T19:36:01.867Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:36:01.867Z] Chowning /workspace to jenkins user [2020-05-07T19:36:01.867Z] + id -u [2020-05-07T19:36:01.867Z] + id -g [2020-05-07T19:36:01.867Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/workspace busybox chown -R 1000:1000 /workspace [2020-05-07T19:36:02.092Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-05-07T19:36:02.092Z] === RUN TestDockerSuite/TestEventsFilters [2020-05-07T19:36:02.382Z] ok github.com/docker/docker/pkg/homedir 0.140s coverage: 42.9% of statements [2020-05-07T19:36:02.560Z] --- PASS: TestUpdateReplicatedJob (4.70s) [2020-05-07T19:36:02.560Z] === RUN TestServiceListWithStatuses [2020-05-07T19:36:02.560Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-05-07T19:36:02.560Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:36:02.560Z] === RUN TestDockerNetworkConnectAlias [2020-05-07T19:36:02.658Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:36:02.865Z] ok github.com/docker/docker/pkg/idtools 0.164s coverage: 6.5% of statements [2020-05-07T19:36:03.205Z] + bundleName=unit [2020-05-07T19:36:03.205Z] + echo Creating unit-bundles.tar.gz [2020-05-07T19:36:03.205Z] Creating unit-bundles.tar.gz [2020-05-07T19:36:03.205Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-05-07T19:36:03.205Z] bundles/junit-report.xml [2020-05-07T19:36:03.205Z] bundles/go-test-report.json [2020-05-07T19:36:03.205Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-05-07T19:36:03.213Z] Archiving artifacts [2020-05-07T19:36:03.349Z] ok github.com/docker/docker/pkg/discovery/kv 3.507s coverage: 84.1% of statements [2020-05-07T19:36:03.759Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T19:36:03.833Z] ok github.com/docker/docker/pkg/archive 6.883s coverage: 62.0% of statements [2020-05-07T19:36:04.025Z] === RUN TestDockerSuite/TestEventsFormat [2020-05-07T19:36:04.196Z] + make clean [2020-05-07T19:36:04.196Z] docker volume rm -f docker-dev-cache [2020-05-07T19:36:04.317Z] ok github.com/docker/docker/pkg/locker 0.076s coverage: 88.9% of statements [2020-05-07T19:36:04.317Z] ok github.com/docker/docker/pkg/jsonmessage 0.198s coverage: 91.7% of statements [2020-05-07T19:36:04.317Z] ok github.com/docker/docker/pkg/ioutils 0.744s coverage: 69.2% of statements [2020-05-07T19:36:04.451Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T19:36:05.333Z] ok github.com/docker/docker/pkg/longpath 0.126s coverage: 100.0% of statements [2020-05-07T19:36:05.333Z] ok github.com/docker/docker/pkg/namesgenerator 0.051s coverage: 85.7% of statements [2020-05-07T19:36:05.333Z] ok github.com/docker/docker/pkg/parsers 0.054s coverage: 97.0% of statements [2020-05-07T19:36:05.416Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-05-07T19:36:05.416Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-05-07T19:36:05.416Z] === RUN TestDockerSuite/TestEventsImageImport [2020-05-07T19:36:06.346Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-05-07T19:36:06.349Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.6% of statements [2020-05-07T19:36:06.602Z] === RUN TestDockerSuite/TestEventsImagePull [2020-05-07T19:36:07.165Z] === RUN TestDockerSuite/TestEventsImageTag [2020-05-07T19:36:07.365Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.080s coverage: 56.8% of statements [2020-05-07T19:36:08.094Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-05-07T19:36:08.384Z] ok github.com/docker/docker/pkg/pools 0.081s coverage: 88.2% of statements [2020-05-07T19:36:08.384Z] ok github.com/docker/docker/pkg/plugins/transport 0.178s coverage: 85.7% of statements [2020-05-07T19:36:08.657Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-05-07T19:36:08.657Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-05-07T19:36:08.657Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-05-07T19:36:08.867Z] ok github.com/docker/docker/pkg/progress 0.086s coverage: 75.9% of statements [2020-05-07T19:36:09.883Z] ok github.com/docker/docker/pkg/reexec 0.136s coverage: 82.4% of statements [2020-05-07T19:36:10.366Z] ok github.com/docker/docker/pkg/pubsub 1.100s coverage: 73.9% of statements [2020-05-07T19:36:10.548Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-05-07T19:36:10.849Z] ok github.com/docker/docker/pkg/signal 0.092s coverage: 20.3% of statements [2020-05-07T19:36:10.849Z] ok github.com/docker/docker/pkg/stdcopy 0.070s coverage: 100.0% of statements [2020-05-07T19:36:10.929Z] --- PASS: TestDockerNetworkConnectAlias (8.22s) [2020-05-07T19:36:10.929Z] === RUN TestDockerNetworkReConnect [2020-05-07T19:36:11.111Z] === RUN TestDockerSuite/TestEventsRename [2020-05-07T19:36:11.867Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2020-05-07T19:36:11.867Z] ok github.com/docker/docker/pkg/streamformatter 0.035s coverage: 66.2% of statements [2020-05-07T19:36:12.040Z] === RUN TestDockerSuite/TestEventsResize [2020-05-07T19:36:12.602Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-05-07T19:36:13.030Z] ok github.com/docker/docker/pkg/sysinfo 0.072s coverage: 38.2% of statements [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-05-07T19:36:13.030Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-05-07T19:36:13.516Z] ok github.com/docker/docker/pkg/system 0.063s coverage: 13.8% of statements [2020-05-07T19:36:13.531Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-05-07T19:36:13.999Z] ok github.com/docker/docker/pkg/tailfile 0.156s coverage: 88.6% of statements [2020-05-07T19:36:14.460Z] === RUN TestDockerSuite/TestEventsStreaming [2020-05-07T19:36:14.482Z] ok github.com/docker/docker/pkg/tarsum 0.262s coverage: 89.3% of statements [2020-05-07T19:36:14.482Z] testing: warning: no tests to run [2020-05-07T19:36:14.482Z] coverage: [no statements] [2020-05-07T19:36:14.482Z] ok github.com/docker/docker/pkg/term/windows 0.040s coverage: [no statements] [no tests to run] [2020-05-07T19:36:15.023Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-05-07T19:36:15.630Z] ok github.com/docker/docker/pkg/truncindex 0.132s coverage: 91.5% of statements [2020-05-07T19:36:15.630Z] ok github.com/docker/docker/pkg/urlutil 0.045s coverage: 100.0% of statements [2020-05-07T19:36:15.630Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2020-05-07T19:36:17.028Z] ok github.com/docker/docker/plugin/v2 0.199s coverage: 20.1% of statements [2020-05-07T19:36:17.510Z] ok github.com/docker/docker/plugin 0.402s coverage: 12.4% of statements [2020-05-07T19:36:17.510Z] ok github.com/docker/docker/reference 0.584s coverage: 84.4% of statements [2020-05-07T19:36:17.722Z] --- PASS: TestDockerNetworkReConnect (6.36s) [2020-05-07T19:36:17.722Z] === RUN TestServicePlugin [2020-05-07T19:36:17.722Z] --- SKIP: TestServicePlugin (0.00s) [2020-05-07T19:36:17.722Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:36:17.722Z] === RUN TestServiceUpdateLabel [2020-05-07T19:36:18.293Z] === RUN TestDockerSuite/TestEventsTop [2020-05-07T19:36:18.601Z] ok github.com/docker/docker/registry/resumable 0.288s coverage: 100.0% of statements [2020-05-07T19:36:18.601Z] ok github.com/docker/docker/restartmanager 0.289s coverage: 50.9% of statements [2020-05-07T19:36:18.855Z] === RUN TestDockerSuite/TestEventsUntag [2020-05-07T19:36:20.209Z] ok github.com/docker/docker/testutil 0.086s coverage: 62.5% of statements [2020-05-07T19:36:20.209Z] ok github.com/docker/docker/registry 0.468s coverage: 51.5% of statements [2020-05-07T19:36:20.209Z] ok github.com/docker/docker/runconfig 0.258s coverage: 52.2% of statements [2020-05-07T19:36:20.392Z] --- PASS: TestServiceUpdateLabel (3.28s) [2020-05-07T19:36:20.392Z] === RUN TestServiceUpdateSecrets [2020-05-07T19:36:21.509Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-05-07T19:36:22.803Z] ok github.com/docker/docker/volume/drivers 0.165s coverage: 36.1% of statements [2020-05-07T19:36:22.884Z] === RUN TestDockerSuite/TestExec [2020-05-07T19:36:23.286Z] ok github.com/docker/docker/volume/local 0.260s coverage: 37.7% of statements [2020-05-07T19:36:23.286Z] ok github.com/docker/docker/volume/mounts 0.295s coverage: 66.2% of statements [2020-05-07T19:36:23.813Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-05-07T19:36:24.746Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-05-07T19:36:25.560Z] ok github.com/docker/docker/volume/service 0.588s coverage: 70.3% of statements [2020-05-07T19:36:25.674Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-05-07T19:36:26.237Z] === RUN TestDockerSuite/TestExecAPIStart [2020-05-07T19:36:28.127Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-05-07T19:36:29.055Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-05-07T19:36:29.983Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-05-07T19:36:30.912Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-05-07T19:36:31.476Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-05-07T19:36:31.476Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-05-07T19:36:32.848Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-05-07T19:36:33.776Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-05-07T19:36:34.032Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-05-07T19:36:35.398Z] === RUN TestDockerSuite/TestExecCgroup [2020-05-07T19:36:37.291Z] === RUN TestDockerSuite/TestExecEnv [2020-05-07T19:36:38.220Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-05-07T19:36:38.949Z] --- PASS: TestServiceUpdateSecrets (15.84s) [2020-05-07T19:36:38.949Z] === RUN TestServiceUpdateConfigs [2020-05-07T19:36:40.113Z] === RUN TestDockerSuite/TestExecExitStatus [2020-05-07T19:36:41.043Z] === RUN TestDockerSuite/TestExecInspectID [2020-05-07T19:36:43.900Z] ok github.com/docker/docker/pkg/plugins 35.008s coverage: 73.4% of statements [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/pkg/term [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/rootless [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/testutil/request [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/volume [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-05-07T19:36:43.900Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === Skipped [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-05-07T19:36:43.900Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-05-07T19:36:43.900Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-05-07T19:36:43.900Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-05-07T19:36:43.900Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-05-07T19:36:43.900Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-05-07T19:36:43.900Z] client_test.go:23: runtime.GOOS == "windows" [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-05-07T19:36:43.900Z] daemon_test.go:147: root required [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-05-07T19:36:43.900Z] reload_test.go:520: root required [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-05-07T19:36:43.900Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-05-07T19:36:43.900Z] pull_v2_test.go:73: Needs fixing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-05-07T19:36:43.900Z] pull_v2_test.go:118: Needs fixing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-05-07T19:36:43.900Z] download_test.go:268: Needs fixing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-05-07T19:36:43.900Z] layer_test.go:304: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-05-07T19:36:43.900Z] layer_test.go:353: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-05-07T19:36:43.900Z] layer_test.go:468: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-05-07T19:36:43.900Z] layer_test.go:697: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-05-07T19:36:43.900Z] migration_test.go:46: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-05-07T19:36:43.900Z] migration_test.go:182: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-05-07T19:36:43.900Z] mount_test.go:17: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-05-07T19:36:43.900Z] mount_test.go:76: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-05-07T19:36:43.900Z] mount_test.go:125: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.900Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-05-07T19:36:43.900Z] mount_test.go:212: Failing on Windows [2020-05-07T19:36:43.900Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:133: Xz not present in msys2 [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:238: Failing on Windows CI machines [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-05-07T19:36:43.901Z] archive_windows_test.go:16: Currently fails [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-05-07T19:36:43.901Z] changes_test.go:192: needs more investigation [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-05-07T19:36:43.901Z] changes_test.go:405: needs further investigation [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-05-07T19:36:43.901Z] changes_test.go:441: needs further investigation [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-05-07T19:36:43.901Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-05-07T19:36:43.901Z] poller_test.go:41: No chmod on Windows [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-05-07T19:36:43.901Z] fileutils_test.go:134: Needs porting to Windows [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-05-07T19:36:43.901Z] fileutils_test.go:180: Needs porting to Windows [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-05-07T19:36:43.901Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-05-07T19:36:43.901Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-05-07T19:36:43.901Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-05-07T19:36:43.901Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-05-07T19:36:43.901Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-05-07T19:36:43.901Z] local_test.go:181: runtime.GOOS == "windows" [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] [2020-05-07T19:36:43.901Z] DONE 1760 tests, 46 skipped in 191.300s [2020-05-07T19:36:43.904Z] INFO: make.ps1 ended at 05/07/2020 19:36:43 [2020-05-07T19:36:44.312Z] === RUN TestDockerSuite/TestExecInteractive [2020-05-07T19:36:44.874Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-05-07T19:36:44.920Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-05-07T19:36:45.403Z] INFO: Unit tests ended at 05/07/2020 19:36:45. Duration:00:03:24.6625346 [2020-05-07T19:36:45.403Z] INFO: Building busybox [2020-05-07T19:36:45.403Z] Sending build context to Docker daemon 5.12kB [2020-05-07T19:36:45.403Z] [2020-05-07T19:36:45.403Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-05-07T19:36:45.403Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-05-07T19:36:45.403Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-05-07T19:36:45.403Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-05-07T19:36:45.403Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-05-07T19:36:45.403Z] ---> fdf6432edbdc [2020-05-07T19:36:45.403Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-05-07T19:36:45.403Z] ---> Running in 9a9cb48f8f80 [2020-05-07T19:36:46.241Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-05-07T19:36:47.169Z] === RUN TestDockerSuite/TestExecParseError [2020-05-07T19:36:47.733Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-05-07T19:36:48.663Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-05-07T19:36:49.593Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-05-07T19:36:50.267Z] Removing intermediate container 9a9cb48f8f80 [2020-05-07T19:36:50.267Z] ---> 87107cf60f7d [2020-05-07T19:36:50.267Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-05-07T19:36:50.267Z] ---> Running in 143a991042a5 [2020-05-07T19:36:50.750Z] Removing intermediate container 143a991042a5 [2020-05-07T19:36:50.750Z] ---> 1252af6b3b6d [2020-05-07T19:36:50.750Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-05-07T19:36:50.750Z] ---> Running in c6aafb738b4c [2020-05-07T19:36:50.750Z] Removing intermediate container c6aafb738b4c [2020-05-07T19:36:50.750Z] ---> 3b0df110e191 [2020-05-07T19:36:50.750Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-05-07T19:36:50.959Z] === RUN TestDockerSuite/TestExecSetEnv [2020-05-07T19:36:51.887Z] === RUN TestDockerSuite/TestExecStartFails [2020-05-07T19:36:52.366Z] [2020-05-07T19:36:52.366Z] ---> 0f18cf62ce93 [2020-05-07T19:36:52.366Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-05-07T19:36:52.366Z] ---> Running in 5bb05612ae0d [2020-05-07T19:36:52.814Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-05-07T19:36:54.155Z] --- PASS: TestServiceUpdateConfigs (15.89s) [2020-05-07T19:36:54.155Z] === RUN TestServiceUpdateNetwork [2020-05-07T19:36:56.982Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-05-07T19:36:58.237Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-05-07T19:36:58.237Z] [2020-05-07T19:36:58.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-05-07T19:36:58.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-05-07T19:36:58.237Z] HOSTNAME=b76d6bf71dac [2020-05-07T19:36:58.237Z] TESTDEBUG=0 [2020-05-07T19:36:58.237Z] DEST=bundles/test-integration [2020-05-07T19:36:58.237Z] PWD=/go/src/github.com/docker/docker [2020-05-07T19:36:58.237Z] DOCKER_GITCOMMIT=c2c1c0d8c8d63908c1e9311c0781ddc33f6223e9 [2020-05-07T19:36:58.237Z] container=docker [2020-05-07T19:36:58.237Z] HOME=/root [2020-05-07T19:36:58.237Z] GOLANG_VERSION=1.13.10 [2020-05-07T19:36:58.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-05-07T19:36:58.237Z] VALIDATE_BRANCH=master [2020-05-07T19:36:58.237Z] TERM=xterm [2020-05-07T19:36:58.237Z] DOCKER_PKG=github.com/docker/docker [2020-05-07T19:36:58.237Z] SHLVL=1 [2020-05-07T19:36:58.237Z] TIMEOUT=120m [2020-05-07T19:36:58.237Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-05-07T19:36:58.237Z] DOCKER_GRAPHDRIVER=overlay2 [2020-05-07T19:36:58.237Z] GO111MODULE=off [2020-05-07T19:36:58.237Z] DOCKER_EXPERIMENTAL=1 [2020-05-07T19:36:58.237Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-05-07T19:36:58.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-05-07T19:36:58.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-05-07T19:36:58.237Z] GOPATH=/go [2020-05-07T19:36:58.237Z] PKG_CONFIG=pkg-config [2020-05-07T19:36:58.237Z] _=/usr/bin/env [2020-05-07T19:36:58.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-05-07T19:37:02.967Z] Removing intermediate container 5bb05612ae0d [2020-05-07T19:37:02.967Z] ---> 41f1efa3116e [2020-05-07T19:37:02.967Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-05-07T19:37:02.967Z] ---> Running in 74885e317be3 [2020-05-07T19:37:03.982Z] [2020-05-07T19:37:03.982Z] SUCCESS: Specified value was saved. [2020-05-07T19:37:05.071Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-05-07T19:37:05.071Z] === RUN TestDockerSuite/TestExecTTY [2020-05-07T19:37:05.634Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-05-07T19:37:06.562Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-05-07T19:37:07.011Z] Removing intermediate container 74885e317be3 [2020-05-07T19:37:07.011Z] ---> 4fd6a30530e4 [2020-05-07T19:37:07.011Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-05-07T19:37:07.011Z] ---> Running in 16c51b2e8218 [2020-05-07T19:37:07.509Z] === RUN TestDockerSuite/TestExecUlimits [2020-05-07T19:37:08.071Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-05-07T19:37:08.071Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-05-07T19:37:09.355Z] --- PASS: TestServiceUpdateNetwork (15.97s) [2020-05-07T19:37:09.355Z] === RUN TestServiceUpdatePidsLimit [2020-05-07T19:37:09.355Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-05-07T19:37:10.034Z] Cannot create a file when that file already exists. [2020-05-07T19:37:10.360Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-05-07T19:37:10.588Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-05-07T19:37:11.152Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-05-07T19:37:12.519Z] === RUN TestDockerSuite/TestExecWithTERM [2020-05-07T19:37:13.452Z] === RUN TestDockerSuite/TestExecWithUser [2020-05-07T19:37:14.384Z] === RUN TestDockerSuite/TestGetContainerStats [2020-05-07T19:37:14.890Z] Removing intermediate container 16c51b2e8218 [2020-05-07T19:37:14.890Z] ---> b9bbe7c89fcf [2020-05-07T19:37:14.890Z] Step 13/13 : CMD ["sh"] [2020-05-07T19:37:14.890Z] ---> Running in 6cf91336b2a1 [2020-05-07T19:37:14.890Z] Removing intermediate container 6cf91336b2a1 [2020-05-07T19:37:14.890Z] ---> 32f03ce17988 [2020-05-07T19:37:14.890Z] Successfully built 32f03ce17988 [2020-05-07T19:37:14.890Z] Successfully tagged busybox:latest [2020-05-07T19:37:14.890Z] INFO: Docker images of the daemon under test [2020-05-07T19:37:14.890Z] [2020-05-07T19:37:14.890Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-05-07T19:37:14.890Z] busybox latest 32f03ce17988 Less than a second ago 4.99GB [2020-05-07T19:37:14.890Z] microsoft/windowsservercore latest fdf6432edbdc 3 weeks ago 4.94GB [2020-05-07T19:37:14.890Z] mcr.microsoft.com/windows/servercore ltsc2019 fdf6432edbdc 3 weeks ago 4.94GB [2020-05-07T19:37:14.890Z] [2020-05-07T19:37:14.890Z] INFO: Running integration tests at 05/07/2020 19:37:14... [2020-05-07T19:37:14.890Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-05-07T19:37:14.890Z] INFO: Integration API tests being run from the host: [2020-05-07T19:37:14.890Z] INFO: make.ps1 starting at 05/07/2020 19:37:14 [2020-05-07T19:37:15.377Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-05-07T19:37:18.960Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-05-07T19:37:19.633Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-05-07T19:37:22.901Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-05-07T19:37:24.266Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-05-07T19:37:26.158Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-05-07T19:37:27.335Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2020-05-07T19:37:27.335Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s) [2020-05-07T19:37:27.335Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.15s) [2020-05-07T19:37:27.335Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.15s) [2020-05-07T19:37:27.335Z] PASS [2020-05-07T19:37:27.335Z] [2020-05-07T19:37:27.335Z] === Skipped [2020-05-07T19:37:27.335Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-05-07T19:37:27.335Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:37:27.335Z] [2020-05-07T19:37:27.335Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-05-07T19:37:27.335Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:37:27.335Z] [2020-05-07T19:37:27.335Z] [2020-05-07T19:37:27.335Z] DONE 27 tests, 2 skipped in 173.432s [2020-05-07T19:37:27.335Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-05-07T19:37:27.335Z] ++ 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-05-07T19:37:27.335Z] ++ set -e [2020-05-07T19:37:27.335Z] ++ '[' -n 0 ']' [2020-05-07T19:37:27.335Z] ++ set -x [2020-05-07T19:37:27.335Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:37:27.335Z] INFO: Testing against a local daemon [2020-05-07T19:37:27.335Z] === RUN TestSessionCreate [2020-05-07T19:37:27.335Z] --- PASS: TestSessionCreate (0.02s) [2020-05-07T19:37:27.335Z] === RUN TestSessionCreateWithBadUpgrade [2020-05-07T19:37:27.335Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-05-07T19:37:27.335Z] PASS [2020-05-07T19:37:27.335Z] [2020-05-07T19:37:27.335Z] DONE 2 tests in 0.109s [2020-05-07T19:37:27.335Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-05-07T19:37:27.335Z] ++ 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-05-07T19:37:27.335Z] ++ set -e [2020-05-07T19:37:27.335Z] ++ '[' -n 0 ']' [2020-05-07T19:37:27.335Z] ++ set -x [2020-05-07T19:37:27.335Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:37:27.335Z] INFO: Testing against a local daemon [2020-05-07T19:37:27.335Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-05-07T19:37:27.335Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:37:27.335Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:37:27.335Z] === RUN TestEventsExecDie [2020-05-07T19:37:27.335Z] --- PASS: TestEventsExecDie (0.94s) [2020-05-07T19:37:27.335Z] === RUN TestEventsBackwardsCompatible [2020-05-07T19:37:27.335Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-05-07T19:37:27.335Z] === RUN TestInfoBinaryCommits [2020-05-07T19:37:27.335Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-05-07T19:37:27.335Z] === RUN TestInfoAPIVersioned [2020-05-07T19:37:27.335Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-05-07T19:37:27.335Z] === RUN TestInfoDiscoveryBackend [2020-05-07T19:37:27.616Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-05-07T19:37:27.616Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-05-07T19:37:28.622Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-05-07T19:37:28.622Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-05-07T19:37:29.234Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-05-07T19:37:29.234Z] === RUN TestInfoAPI [2020-05-07T19:37:29.234Z] --- PASS: TestInfoAPI (0.02s) [2020-05-07T19:37:29.234Z] === RUN TestInfoAPIWarnings [2020-05-07T19:37:29.847Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-05-07T19:37:29.847Z] === RUN TestInfoDebug [2020-05-07T19:37:30.459Z] --- PASS: TestInfoDebug (0.52s) [2020-05-07T19:37:30.459Z] === RUN TestInfoInsecureRegistries [2020-05-07T19:37:30.741Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-05-07T19:37:30.741Z] === RUN TestInfoRegistryMirrors [2020-05-07T19:37:31.354Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-05-07T19:37:31.354Z] === RUN TestLoginFailsWithBadCredentials [2020-05-07T19:37:31.406Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-05-07T19:37:31.967Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2020-05-07T19:37:31.967Z] === RUN TestPingCacheHeaders [2020-05-07T19:37:31.967Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-05-07T19:37:31.967Z] === RUN TestPingGet [2020-05-07T19:37:31.967Z] --- PASS: TestPingGet (0.01s) [2020-05-07T19:37:31.967Z] === RUN TestPingHead [2020-05-07T19:37:31.967Z] --- PASS: TestPingHead (0.01s) [2020-05-07T19:37:31.967Z] === RUN TestVersion [2020-05-07T19:37:31.967Z] --- PASS: TestVersion (0.01s) [2020-05-07T19:37:31.967Z] PASS [2020-05-07T19:37:31.967Z] [2020-05-07T19:37:31.967Z] === Skipped [2020-05-07T19:37:31.967Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:37:31.967Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:37:31.967Z] [2020-05-07T19:37:31.967Z] [2020-05-07T19:37:31.967Z] DONE 18 tests, 1 skipped in 5.754s [2020-05-07T19:37:31.967Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-05-07T19:37:31.967Z] ++ 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-05-07T19:37:31.967Z] ++ set -e [2020-05-07T19:37:31.967Z] ++ '[' -n 0 ']' [2020-05-07T19:37:31.967Z] ++ set -x [2020-05-07T19:37:31.967Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:37:31.967Z] INFO: Testing against a local daemon [2020-05-07T19:37:31.967Z] === RUN TestVolumesCreateAndList [2020-05-07T19:37:31.967Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-05-07T19:37:31.967Z] === RUN TestVolumesRemove [2020-05-07T19:37:31.967Z] --- PASS: TestVolumesRemove (0.12s) [2020-05-07T19:37:31.967Z] === RUN TestVolumesInspect [2020-05-07T19:37:31.967Z] --- PASS: TestVolumesInspect (0.01s) [2020-05-07T19:37:31.967Z] === RUN TestVolumesInvalidJSON [2020-05-07T19:37:31.967Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-05-07T19:37:31.967Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-05-07T19:37:31.967Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-05-07T19:37:31.967Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-05-07T19:37:31.967Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-05-07T19:37:31.967Z] PASS [2020-05-07T19:37:31.967Z] [2020-05-07T19:37:31.967Z] DONE 5 tests in 0.235s [2020-05-07T19:37:31.967Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:37:31.969Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-05-07T19:37:31.969Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-05-07T19:37:31.969Z] === RUN TestDockerSuite/TestHealth [2020-05-07T19:37:32.249Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T19:37:32.249Z] +++ kill 12252 [2020-05-07T19:37:33.717Z] +++ /etc/init.d/apparmor stop [2020-05-07T19:37:33.717Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:37:33.717Z] [2020-05-07T19:37:33.717Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:37:33.717Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:37:33.717Z] [2020-05-07T19:37:33.717Z] To set a process to complain mode, use the command line tool [2020-05-07T19:37:33.717Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:37:33.717Z] +++ true [2020-05-07T19:37:33.717Z] Post stage [Pipeline] junit [2020-05-07T19:37:34.759Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T19:37:35.632Z] + echo Ensuring container killed. [2020-05-07T19:37:35.632Z] Ensuring container killed. [2020-05-07T19:37:35.632Z] + docker rm -vf docker-pr6 [2020-05-07T19:37:35.632Z] Error: No such container: docker-pr6 [2020-05-07T19:37:35.632Z] + true [Pipeline] sh [2020-05-07T19:37:36.007Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:37:36.007Z] Chowning /workspace to jenkins user [2020-05-07T19:37:36.007Z] + id -u [2020-05-07T19:37:36.007Z] + id -g [2020-05-07T19:37:36.007Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40427:/workspace busybox chown -R 1001:1001 /workspace [2020-05-07T19:37:36.007Z] Unable to find image 'busybox:latest' locally [2020-05-07T19:37:36.288Z] latest: Pulling from library/busybox [2020-05-07T19:37:36.288Z] 0f0ac3ee2e90: Pulling fs layer [2020-05-07T19:37:36.570Z] 0f0ac3ee2e90: Download complete [2020-05-07T19:37:36.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:37:36.981Z] INFO: Testing against a local daemon [2020-05-07T19:37:37.183Z] 0f0ac3ee2e90: Pull complete [2020-05-07T19:37:37.183Z] Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 [2020-05-07T19:37:37.183Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:37:39.588Z] + bundleName=s390x-integration [2020-05-07T19:37:39.588Z] + echo Creating s390x-integration-bundles.tar.gz [2020-05-07T19:37:39.588Z] Creating s390x-integration-bundles.tar.gz [2020-05-07T19:37:39.588Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-05-07T19:37:39.588Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-05-07T19:37:39.631Z] Archiving artifacts [2020-05-07T19:37:39.914Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T19:37:40.303Z] + make clean [2020-05-07T19:37:40.585Z] docker volume rm -f docker-dev-cache [2020-05-07T19:37:40.585Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T19:37:50.091Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-05-07T19:37:52.196Z] ok github.com/docker/docker/integration/build 14.567s [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === Skipped [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-05-07T19:37:52.196Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-05-07T19:37:52.196Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-05-07T19:37:52.196Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-05-07T19:37:52.196Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:491: testEnv.OSType == "windows" [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-05-07T19:37:52.196Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] DONE 22 tests, 10 skipped in 35.559s [2020-05-07T19:37:52.196Z] [2020-05-07T19:37:52.196Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-05-07T19:37:53.215Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:37:53.215Z] INFO: Testing against a local daemon [2020-05-07T19:37:53.215Z] ok github.com/docker/docker/integration/config 0.230s [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === Skipped [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2020-05-07T19:37:53.215Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-05-07T19:37:53.215Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] DONE 7 tests, 7 skipped in 2.276s [2020-05-07T19:37:53.215Z] [2020-05-07T19:37:53.215Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-05-07T19:37:53.361Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-05-07T19:37:53.361Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-05-07T19:37:53.361Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-05-07T19:37:53.361Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-05-07T19:37:53.924Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-05-07T19:37:53.924Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-05-07T19:37:54.872Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-05-07T19:37:54.872Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-05-07T19:37:54.872Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-05-07T19:37:54.872Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-05-07T19:37:55.137Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-05-07T19:37:55.699Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-05-07T19:37:56.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-05-07T19:37:56.236Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:37:56.236Z] INFO: Testing against a local daemon [2020-05-07T19:37:56.263Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-05-07T19:37:56.263Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-05-07T19:37:57.193Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-05-07T19:37:57.193Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-05-07T19:37:57.757Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-05-07T19:37:58.685Z] === RUN TestDockerSuite/TestImagesFormat [2020-05-07T19:37:58.685Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-05-07T19:37:59.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-05-07T19:37:59.614Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-05-07T19:38:03.083Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-05-07T19:38:03.083Z] === RUN TestDockerSuite/TestImportBadURL [2020-05-07T19:38:03.083Z] === RUN TestDockerSuite/TestImportDisplay [2020-05-07T19:38:04.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-05-07T19:38:04.450Z] === RUN TestDockerSuite/TestImportFile [2020-05-07T19:38:06.340Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-05-07T19:38:06.340Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-05-07T19:38:08.232Z] === RUN TestDockerSuite/TestImportGzipped [2020-05-07T19:38:10.127Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-05-07T19:38:12.020Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-05-07T19:38:12.948Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-05-07T19:38:13.511Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-05-07T19:38:14.440Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-05-07T19:38:14.440Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-05-07T19:38:14.440Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-05-07T19:38:15.370Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-05-07T19:38:16.298Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-05-07T19:38:17.228Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-05-07T19:38:18.156Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-05-07T19:38:19.086Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-05-07T19:38:19.649Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-05-07T19:38:19.649Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-05-07T19:38:21.546Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-05-07T19:38:22.113Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-05-07T19:38:22.675Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-05-07T19:38:22.932Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-05-07T19:38:23.860Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-05-07T19:38:23.860Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-05-07T19:38:25.227Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-05-07T19:38:25.790Z] === RUN TestDockerSuite/TestInspectDefault [2020-05-07T19:38:26.719Z] === RUN TestDockerSuite/TestInspectHistory [2020-05-07T19:38:27.746Z] === RUN TestDockerSuite/TestInspectImage [2020-05-07T19:38:27.746Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-05-07T19:38:27.746Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-05-07T19:38:27.746Z] === RUN TestDockerSuite/TestInspectInt64 [2020-05-07T19:38:28.003Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-05-07T19:38:28.566Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-05-07T19:38:29.495Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-05-07T19:38:29.495Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-05-07T19:38:30.423Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-05-07T19:38:31.793Z] === RUN TestDockerSuite/TestInspectPlugin [2020-05-07T19:38:33.685Z] === RUN TestDockerSuite/TestInspectRootFS [2020-05-07T19:38:33.685Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-05-07T19:38:34.613Z] === RUN TestDockerSuite/TestInspectStatus [2020-05-07T19:38:35.983Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-05-07T19:38:37.354Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-05-07T19:38:38.282Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-05-07T19:38:39.212Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-05-07T19:38:40.144Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-05-07T19:38:41.073Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-05-07T19:38:41.636Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-05-07T19:38:42.565Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-05-07T19:38:42.565Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-05-07T19:38:44.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-05-07T19:38:44.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-05-07T19:38:45.085Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-05-07T19:38:46.453Z] === RUN TestDockerSuite/TestLinksEnvs [2020-05-07T19:38:46.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-05-07T19:38:47.392Z] ok github.com/docker/docker/integration/container 51.403s [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === Skipped [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-05-07T19:38:47.392Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-05-07T19:38:47.392Z] copy_test.go:25: testEnv.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-05-07T19:38:47.392Z] copy_test.go:39: testEnv.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-05-07T19:38:47.392Z] copy_test.go:51: testEnv.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-05-07T19:38:47.392Z] copy_test.go:65: testEnv.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-05-07T19:38:47.392Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-05-07T19:38:47.392Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-05-07T19:38:47.392Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-05-07T19:38:47.392Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-05-07T19:38:47.392Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-05-07T19:38:47.392Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-05-07T19:38:47.392Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-05-07T19:38:47.392Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-05-07T19:38:47.392Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-05-07T19:38:47.392Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-05-07T19:38:47.392Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-05-07T19:38:47.392Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.392Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-05-07T19:38:47.392Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-05-07T19:38:47.392Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-05-07T19:38:47.393Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-05-07T19:38:47.393Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-05-07T19:38:47.393Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-05-07T19:38:47.393Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-05-07T19:38:47.393Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-05-07T19:38:47.393Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-05-07T19:38:47.393Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-05-07T19:38:47.393Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-05-07T19:38:47.393Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-05-07T19:38:47.393Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-05-07T19:38:47.393Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-05-07T19:38:47.393Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-05-07T19:38:47.393Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-05-07T19:38:47.393Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-05-07T19:38:47.393Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:38:47.393Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-05-07T19:38:47.393Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-05-07T19:38:47.393Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-05-07T19:38:47.393Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] DONE 81 tests, 42 skipped in 53.976s [2020-05-07T19:38:47.393Z] [2020-05-07T19:38:47.393Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-05-07T19:38:48.355Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-05-07T19:38:48.926Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-05-07T19:38:49.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-05-07T19:38:49.676Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:38:49.677Z] INFO: Testing against a local daemon [2020-05-07T19:38:49.677Z] ok github.com/docker/docker/integration/image 0.425s [2020-05-07T19:38:49.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] === Skipped [2020-05-07T19:38:50.159Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-05-07T19:38:50.159Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-05-07T19:38:50.159Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-05-07T19:38:50.159Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-05-07T19:38:50.159Z] tag_test.go:98: testEnv.OSType == "windows" [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] DONE 11 tests, 4 skipped in 2.459s [2020-05-07T19:38:50.159Z] [2020-05-07T19:38:50.159Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-05-07T19:38:50.819Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-05-07T19:38:52.432Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:38:52.432Z] INFO: Testing against a local daemon [2020-05-07T19:38:52.432Z] ok github.com/docker/docker/integration/network 0.267s [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === Skipped [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-05-07T19:38:52.432Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-05-07T19:38:52.432Z] 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-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-05-07T19:38:52.432Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-05-07T19:38:52.432Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-05-07T19:38:52.432Z] network_test.go:97: testEnv.OSType == "windows" [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.432Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-05-07T19:38:52.432Z] service_test.go:29: testEnv.OSType == "windows" [2020-05-07T19:38:52.432Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:52: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:96: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:130: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:181: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:206: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:326: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-05-07T19:38:52.433Z] service_test.go:394: testEnv.OSType == "windows" [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] DONE 18 tests, 14 skipped in 2.481s [2020-05-07T19:38:52.433Z] [2020-05-07T19:38:52.433Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-05-07T19:38:53.372Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-05-07T19:38:53.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-05-07T19:38:53.935Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-05-07T19:38:54.048Z] testing: warning: no tests to run [2020-05-07T19:38:54.048Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2020-05-07T19:38:54.048Z] [2020-05-07T19:38:54.048Z] DONE 0 tests in 0.784s [2020-05-07T19:38:54.048Z] [2020-05-07T19:38:54.048Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-05-07T19:38:54.048Z] testing: warning: no tests to run [2020-05-07T19:38:54.048Z] ok github.com/docker/docker/integration/network/macvlan 0.063s [2020-05-07T19:38:54.048Z] [2020-05-07T19:38:54.048Z] DONE 0 tests in 0.731s [2020-05-07T19:38:54.048Z] [2020-05-07T19:38:54.048Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-05-07T19:38:55.061Z] testing: warning: no tests to run [2020-05-07T19:38:55.061Z] ok github.com/docker/docker/integration/plugin 0.063s [2020-05-07T19:38:55.061Z] [2020-05-07T19:38:55.061Z] DONE 0 tests in 0.748s [2020-05-07T19:38:55.061Z] [2020-05-07T19:38:55.061Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-05-07T19:38:55.833Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-05-07T19:38:56.076Z] testing: warning: no tests to run [2020-05-07T19:38:56.076Z] ok github.com/docker/docker/integration/plugin/authz 0.065s [2020-05-07T19:38:56.076Z] [2020-05-07T19:38:56.076Z] DONE 0 tests in 0.773s [2020-05-07T19:38:56.076Z] [2020-05-07T19:38:56.076Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-05-07T19:38:56.090Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-05-07T19:38:58.619Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-05-07T19:38:58.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-05-07T19:38:59.132Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-05-07T19:38:59.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-05-07T19:39:00.061Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-05-07T19:39:01.953Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-05-07T19:39:02.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-05-07T19:39:04.883Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:04.883Z] INFO: Testing against a local daemon [2020-05-07T19:39:04.883Z] ok github.com/docker/docker/integration/plugin/common 0.309s [2020-05-07T19:39:04.883Z] [2020-05-07T19:39:04.883Z] === Skipped [2020-05-07T19:39:04.883Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-05-07T19:39:04.883Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-05-07T19:39:04.883Z] [2020-05-07T19:39:04.883Z] [2020-05-07T19:39:04.883Z] DONE 3 tests, 1 skipped in 8.156s [2020-05-07T19:39:04.883Z] [2020-05-07T19:39:04.883Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-05-07T19:39:05.224Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-05-07T19:39:06.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-05-07T19:39:07.160Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:07.160Z] INFO: Testing against a local daemon [2020-05-07T19:39:07.160Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.251s [2020-05-07T19:39:07.160Z] [2020-05-07T19:39:07.160Z] === Skipped [2020-05-07T19:39:07.160Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-05-07T19:39:07.160Z] external_test.go:48: runtime.GOOS == "windows" [2020-05-07T19:39:07.160Z] [2020-05-07T19:39:07.160Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-05-07T19:39:07.160Z] external_test.go:408: runtime.GOOS == "windows" [2020-05-07T19:39:07.160Z] [2020-05-07T19:39:07.160Z] [2020-05-07T19:39:07.160Z] DONE 2 tests, 2 skipped in 3.268s [2020-05-07T19:39:07.160Z] [2020-05-07T19:39:07.160Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-05-07T19:39:07.687Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-05-07T19:39:08.494Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-05-07T19:39:10.181Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:10.181Z] INFO: Testing against a local daemon [2020-05-07T19:39:10.181Z] ok github.com/docker/docker/integration/plugin/logging 0.242s [2020-05-07T19:39:10.181Z] [2020-05-07T19:39:10.181Z] === Skipped [2020-05-07T19:39:10.181Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-05-07T19:39:10.181Z] read_test.go:21: no unix domain sockets on Windows [2020-05-07T19:39:10.181Z] [2020-05-07T19:39:10.181Z] [2020-05-07T19:39:10.181Z] DONE 1 tests, 1 skipped in 2.746s [2020-05-07T19:39:10.181Z] [2020-05-07T19:39:10.181Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-05-07T19:39:11.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-05-07T19:39:11.765Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-05-07T19:39:11.791Z] testing: warning: no tests to run [2020-05-07T19:39:11.791Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.110s [2020-05-07T19:39:11.791Z] [2020-05-07T19:39:11.791Z] DONE 0 tests in 1.374s [2020-05-07T19:39:11.791Z] [2020-05-07T19:39:11.791Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-05-07T19:39:12.693Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-05-07T19:39:13.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-05-07T19:39:14.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:14.062Z] INFO: Testing against a local daemon [2020-05-07T19:39:14.062Z] ok github.com/docker/docker/integration/plugin/volumes 0.270s [2020-05-07T19:39:14.547Z] [2020-05-07T19:39:14.547Z] === Skipped [2020-05-07T19:39:14.547Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-05-07T19:39:14.547Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:14.547Z] [2020-05-07T19:39:14.547Z] [2020-05-07T19:39:14.547Z] DONE 1 tests, 1 skipped in 2.751s [2020-05-07T19:39:14.547Z] [2020-05-07T19:39:14.547Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-05-07T19:39:14.586Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-05-07T19:39:15.516Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-05-07T19:39:16.816Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:16.816Z] INFO: Testing against a local daemon [2020-05-07T19:39:16.816Z] ok github.com/docker/docker/integration/secret 0.212s [2020-05-07T19:39:16.816Z] [2020-05-07T19:39:16.816Z] === Skipped [2020-05-07T19:39:16.816Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-05-07T19:39:16.816Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:16.816Z] [2020-05-07T19:39:16.816Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-05-07T19:39:16.816Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:16.816Z] [2020-05-07T19:39:16.817Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-05-07T19:39:16.817Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-05-07T19:39:16.817Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-05-07T19:39:16.817Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-05-07T19:39:16.817Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] DONE 6 tests, 6 skipped in 2.296s [2020-05-07T19:39:16.817Z] [2020-05-07T19:39:16.817Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-05-07T19:39:17.406Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-05-07T19:39:17.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-05-07T19:39:18.336Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-05-07T19:39:19.724Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-05-07T19:39:19.840Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:19.840Z] INFO: Testing against a local daemon [2020-05-07T19:39:19.840Z] ok github.com/docker/docker/integration/service 0.367s [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === Skipped [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-05-07T19:39:19.840Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-05-07T19:39:19.840Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-05-07T19:39:19.840Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-05-07T19:39:19.840Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-05-07T19:39:19.840Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2020-05-07T19:39:19.840Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-05-07T19:39:19.840Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-05-07T19:39:19.840Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-05-07T19:39:19.840Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-05-07T19:39:19.840Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-05-07T19:39:19.840Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-05-07T19:39:19.840Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-05-07T19:39:19.840Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-05-07T19:39:19.840Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-05-07T19:39:19.840Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-05-07T19:39:19.840Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-05-07T19:39:19.840Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-05-07T19:39:19.840Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-05-07T19:39:19.840Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] DONE 24 tests, 23 skipped in 2.972s [2020-05-07T19:39:19.840Z] [2020-05-07T19:39:19.840Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-05-07T19:39:20.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-05-07T19:39:21.149Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-05-07T19:39:21.149Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-05-07T19:39:21.407Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-05-07T19:39:21.407Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-05-07T19:39:21.407Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-05-07T19:39:22.222Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:22.222Z] INFO: Testing against a local daemon [2020-05-07T19:39:22.222Z] ok github.com/docker/docker/integration/session 0.219s [2020-05-07T19:39:22.222Z] [2020-05-07T19:39:22.222Z] === Skipped [2020-05-07T19:39:22.222Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-05-07T19:39:22.222Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-05-07T19:39:22.222Z] [2020-05-07T19:39:22.222Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-05-07T19:39:22.222Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-05-07T19:39:22.222Z] [2020-05-07T19:39:22.222Z] [2020-05-07T19:39:22.222Z] DONE 2 tests, 2 skipped in 2.225s [2020-05-07T19:39:22.222Z] [2020-05-07T19:39:22.222Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-05-07T19:39:22.338Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-05-07T19:39:23.267Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-05-07T19:39:23.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-05-07T19:39:24.496Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:24.496Z] INFO: Testing against a local daemon [2020-05-07T19:39:25.157Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-05-07T19:39:25.511Z] ok github.com/docker/docker/integration/system 1.281s [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === Skipped [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-05-07T19:39:25.511Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-05-07T19:39:25.511Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-05-07T19:39:25.511Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-05-07T19:39:25.511Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-05-07T19:39:25.511Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-05-07T19:39:25.511Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-05-07T19:39:25.511Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] DONE 13 tests, 7 skipped in 3.383s [2020-05-07T19:39:25.511Z] [2020-05-07T19:39:25.511Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-05-07T19:39:26.126Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-05-07T19:39:26.126Z] Using test binary docker [2020-05-07T19:39:26.126Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-05-07T19:39:26.126Z] +++ /etc/init.d/apparmor start [2020-05-07T19:39:26.126Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-05-07T19:39:26.126Z] INFO: Waiting for daemon to start... [2020-05-07T19:39:26.126Z] Starting dockerd [2020-05-07T19:39:26.126Z] +++ 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-05-07T19:39:27.047Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-05-07T19:39:27.782Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:27.782Z] INFO: Testing against a local daemon [2020-05-07T19:39:27.782Z] ok github.com/docker/docker/integration/volume 0.245s [2020-05-07T19:39:27.782Z] [2020-05-07T19:39:27.782Z] === Skipped [2020-05-07T19:39:27.782Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-05-07T19:39:27.782Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-05-07T19:39:27.782Z] [2020-05-07T19:39:27.782Z] [2020-05-07T19:39:27.782Z] DONE 5 tests, 1 skipped in 2.298s [2020-05-07T19:39:27.782Z] [2020-05-07T19:39:27.782Z] INFO: make.ps1 ended at 05/07/2020 19:39:27 [2020-05-07T19:39:27.782Z] INFO: Integration CLI tests being run from the host: [2020-05-07T19:39:27.782Z] 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-05-07T19:39:27.975Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-05-07T19:39:28.742Z] . [2020-05-07T19:39:28.742Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-05-07T19:39:28.742Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-05-07T19:39:28.742Z] Error: No such image: emptyfs [2020-05-07T19:39:28.742Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-05-07T19:39:28.742Z] ++++ docker load [2020-05-07T19:39:28.742Z] Running integration-test (iteration 1) [2020-05-07T19:39:28.742Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-05-07T19:39:28.742Z] ++ 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-05-07T19:39:28.742Z] ++ set -e [2020-05-07T19:39:28.742Z] ++ '[' -n 0 ']' [2020-05-07T19:39:28.742Z] ++ set -x [2020-05-07T19:39:28.742Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:39:33.222Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-05-07T19:39:33.479Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-05-07T19:39:33.479Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-05-07T19:39:34.849Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-05-07T19:39:35.778Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-05-07T19:39:36.590Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-05-07T19:39:36.590Z] INFO: Testing against a local daemon [2020-05-07T19:39:36.706Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-05-07T19:39:38.073Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-05-07T19:39:39.001Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-05-07T19:39:41.519Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-05-07T19:39:42.081Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-05-07T19:39:43.011Z] === RUN TestDockerSuite/TestLogsSince [2020-05-07T19:39:44.744Z] Loaded image: buildpack-deps:jessie [2020-05-07T19:39:44.744Z] Loaded image: busybox:latest [2020-05-07T19:39:44.744Z] Loaded image: busybox:glibc [2020-05-07T19:39:44.744Z] Loaded image: debian:jessie [2020-05-07T19:39:44.744Z] Loaded image: hello-world:latest [2020-05-07T19:39:44.744Z] INFO: Testing against a local daemon [2020-05-07T19:39:44.744Z] === RUN TestCgroupNamespacesBuild [2020-05-07T19:39:46.432Z] --- PASS: TestCgroupNamespacesBuild (1.76s) [2020-05-07T19:39:46.432Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-05-07T19:39:48.144Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-05-07T19:39:48.144Z] === RUN TestBuildWithSession [2020-05-07T19:39:48.144Z] --- SKIP: TestBuildWithSession (0.00s) [2020-05-07T19:39:48.144Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:39:48.144Z] === RUN TestBuildSquashParent [2020-05-07T19:39:51.097Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-05-07T19:39:51.097Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-05-07T19:39:54.121Z] --- PASS: TestBuildSquashParent (5.71s) [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:39:54.121Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:39:54.121Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:39:54.121Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-05-07T19:39:54.121Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-05-07T19:39:54.121Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-05-07T19:39:54.121Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-05-07T19:39:56.377Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-05-07T19:39:56.377Z] === RUN TestDockerSuite/TestLogsTail [2020-05-07T19:39:57.140Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-05-07T19:39:57.306Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-05-07T19:39:57.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-05-07T19:39:57.870Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-05-07T19:39:58.798Z] === RUN TestDockerSuite/TestMountIntoProc [2020-05-07T19:39:59.361Z] === RUN TestDockerSuite/TestMountIntoSys [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.38s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.56s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.58s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.62s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.32s) [2020-05-07T19:39:59.758Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.19s) [2020-05-07T19:39:59.758Z] === RUN TestBuildMultiStageCopy [2020-05-07T19:39:59.758Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-05-07T19:40:00.289Z] === RUN TestDockerSuite/TestNetHostname [2020-05-07T19:40:00.545Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-05-07T19:40:02.049Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-05-07T19:40:02.384Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-05-07T19:40:02.716Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-05-07T19:40:03.053Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-05-07T19:40:03.067Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-05-07T19:40:03.067Z] === RUN TestDockerSuite/TestNetworkEvents [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy (3.95s) [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.23s) [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.40s) [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.44s) [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.44s) [2020-05-07T19:40:03.774Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.44s) [2020-05-07T19:40:03.774Z] === RUN TestBuildMultiStageParentConfig [2020-05-07T19:40:04.435Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-05-07T19:40:04.435Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-05-07T19:40:04.933Z] --- PASS: TestBuildMultiStageParentConfig (1.07s) [2020-05-07T19:40:04.933Z] === RUN TestBuildLabelWithTargets [2020-05-07T19:40:06.611Z] --- PASS: TestBuildLabelWithTargets (1.70s) [2020-05-07T19:40:06.611Z] === RUN TestBuildWithEmptyLayers [2020-05-07T19:40:06.953Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-05-07T19:40:07.327Z] --- PASS: TestBuildWithEmptyLayers (0.85s) [2020-05-07T19:40:07.327Z] === RUN TestBuildMultiStageOnBuild [2020-05-07T19:40:07.883Z] === RUN TestDockerSuite/TestPluginActive [2020-05-07T19:40:09.598Z] --- PASS: TestBuildMultiStageOnBuild (2.35s) [2020-05-07T19:40:09.598Z] === RUN TestBuildUncleanTarFilenames [2020-05-07T19:40:09.774Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-05-07T19:40:10.773Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2020-05-07T19:40:10.773Z] === RUN TestBuildMultiStageLayerLeak [2020-05-07T19:40:13.069Z] --- PASS: TestBuildMultiStageLayerLeak (2.36s) [2020-05-07T19:40:13.069Z] === RUN TestBuildWithHugeFile [2020-05-07T19:40:15.026Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-05-07T19:40:15.026Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-05-07T19:40:15.026Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-05-07T19:40:18.295Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-05-07T19:40:18.295Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-05-07T19:40:19.662Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-05-07T19:40:21.029Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-05-07T19:40:21.957Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-05-07T19:40:24.477Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-05-07T19:40:26.994Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-05-07T19:40:27.251Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-05-07T19:40:29.775Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-05-07T19:40:30.337Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-05-07T19:40:30.901Z] === RUN TestDockerSuite/TestPortHostBinding [2020-05-07T19:40:32.793Z] === RUN TestDockerSuite/TestPortList [2020-05-07T19:40:34.161Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-05-07T19:40:37.431Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-05-07T19:40:40.699Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-05-07T19:40:43.326Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-05-07T19:40:44.256Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-05-07T19:40:44.819Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-05-07T19:40:51.361Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-05-07T19:40:52.289Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-05-07T19:40:52.289Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-05-07T19:40:52.289Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-05-07T19:40:53.221Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-05-07T19:40:53.221Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-05-07T19:40:54.150Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-05-07T19:40:54.150Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-05-07T19:40:54.712Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-05-07T19:40:54.968Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-05-07T19:40:56.858Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-05-07T19:40:56.858Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-05-07T19:40:56.858Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-05-07T19:41:01.033Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-05-07T19:41:01.990Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-05-07T19:41:02.246Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-05-07T19:41:02.246Z] === RUN TestDockerSuite/TestPsByOrder [2020-05-07T19:41:06.419Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-05-07T19:41:06.675Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-05-07T19:41:09.945Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-05-07T19:41:10.510Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-05-07T19:41:13.783Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-05-07T19:41:15.317Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-05-07T19:41:15.317Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-05-07T19:41:18.587Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-05-07T19:41:19.515Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-05-07T19:41:21.407Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-05-07T19:41:26.656Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-05-07T19:41:27.221Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-05-07T19:41:29.113Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-05-07T19:41:30.042Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-05-07T19:41:31.411Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-05-07T19:41:33.357Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-05-07T19:41:34.727Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-05-07T19:41:36.631Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-05-07T19:41:39.155Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-05-07T19:41:40.522Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-05-07T19:41:40.522Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-05-07T19:41:41.450Z] === RUN TestDockerSuite/TestPsRightTagName [2020-05-07T19:41:43.342Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-05-07T19:41:43.905Z] === RUN TestDockerSuite/TestPsShowMounts [2020-05-07T19:41:46.427Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-05-07T19:41:47.357Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-05-07T19:41:47.357Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-05-07T19:41:47.676Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-05-07T19:41:47.676Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-05-07T19:41:47.676Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-05-07T19:41:48.605Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-05-07T19:41:50.497Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-05-07T19:41:51.379Z] --- PASS: TestBuildWithHugeFile (88.44s) [2020-05-07T19:41:51.379Z] === RUN TestBuildWithEmptyDockerfile [2020-05-07T19:41:51.379Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:41:51.379Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:41:51.379Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:41:51.379Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:41:51.379Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:41:51.379Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:41:51.379Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-05-07T19:41:51.379Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-05-07T19:41:51.379Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-05-07T19:41:51.379Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2020-05-07T19:41:51.379Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.75s) [2020-05-07T19:41:51.379Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.75s) [2020-05-07T19:41:51.379Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.80s) [2020-05-07T19:41:51.379Z] === RUN TestBuildPreserveOwnership [2020-05-07T19:41:51.379Z] === RUN TestBuildPreserveOwnership/copy_from [2020-05-07T19:41:51.379Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-05-07T19:41:51.379Z] --- PASS: TestBuildPreserveOwnership (5.84s) [2020-05-07T19:41:51.379Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.82s) [2020-05-07T19:41:51.379Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.97s) [2020-05-07T19:41:51.379Z] === RUN TestBuildPlatformInvalid [2020-05-07T19:41:51.379Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-05-07T19:41:51.379Z] PASS [2020-05-07T19:41:51.379Z] [2020-05-07T19:41:51.379Z] === Skipped [2020-05-07T19:41:51.379Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-05-07T19:41:51.379Z] build_session_test.go:25: TODO: BuildKit [2020-05-07T19:41:51.379Z] [2020-05-07T19:41:51.379Z] [2020-05-07T19:41:51.379Z] DONE 32 tests, 1 skipped in 139.771s [2020-05-07T19:41:51.379Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-05-07T19:41:51.379Z] ++ 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-05-07T19:41:51.379Z] ++ set -e [2020-05-07T19:41:51.379Z] ++ '[' -n 0 ']' [2020-05-07T19:41:51.379Z] ++ set -x [2020-05-07T19:41:51.380Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:41:51.380Z] INFO: Testing against a local daemon [2020-05-07T19:41:51.380Z] === RUN TestConfigInspect [2020-05-07T19:41:51.380Z] --- PASS: TestConfigInspect (2.56s) [2020-05-07T19:41:51.380Z] === RUN TestConfigList [2020-05-07T19:41:51.864Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-05-07T19:41:52.427Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-05-07T19:41:54.366Z] --- PASS: TestConfigList (2.75s) [2020-05-07T19:41:54.366Z] === RUN TestConfigsCreateAndDelete [2020-05-07T19:41:56.595Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-05-07T19:41:57.381Z] --- PASS: TestConfigsCreateAndDelete (2.85s) [2020-05-07T19:41:57.381Z] === RUN TestConfigsUpdate [2020-05-07T19:41:59.685Z] --- PASS: TestConfigsUpdate (2.37s) [2020-05-07T19:41:59.685Z] === RUN TestTemplatedConfig [2020-05-07T19:42:00.770Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-05-07T19:42:02.137Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-05-07T19:42:02.667Z] --- PASS: TestTemplatedConfig (2.96s) [2020-05-07T19:42:02.668Z] === RUN TestConfigCreateResolve [2020-05-07T19:42:04.656Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-05-07T19:42:04.657Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-05-07T19:42:04.657Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-05-07T19:42:04.657Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-05-07T19:42:05.705Z] --- PASS: TestConfigCreateResolve (2.85s) [2020-05-07T19:42:05.705Z] === RUN TestConfigDaemonLibtrustID [2020-05-07T19:42:05.705Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2020-05-07T19:42:05.705Z] PASS [2020-05-07T19:42:05.705Z] [2020-05-07T19:42:05.705Z] DONE 7 tests in 17.280s [2020-05-07T19:42:06.037Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-05-07T19:42:06.037Z] ++ 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-05-07T19:42:06.037Z] ++ set -e [2020-05-07T19:42:06.037Z] ++ '[' -n 0 ']' [2020-05-07T19:42:06.037Z] ++ set -x [2020-05-07T19:42:06.038Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:42:06.038Z] INFO: Testing against a local daemon [2020-05-07T19:42:06.038Z] === RUN TestCheckpoint [2020-05-07T19:42:06.038Z] --- SKIP: TestCheckpoint (0.00s) [2020-05-07T19:42:06.038Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:42:06.038Z] === RUN TestContainerInvalidJSON [2020-05-07T19:42:06.038Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:42:06.038Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:42:06.038Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:42:06.038Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:42:06.038Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:42:06.038Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:42:06.038Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-05-07T19:42:06.038Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-05-07T19:42:06.038Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-05-07T19:42:06.038Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-05-07T19:42:06.038Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-05-07T19:42:06.038Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-05-07T19:42:06.038Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-05-07T19:42:06.038Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-05-07T19:42:06.038Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-05-07T19:42:06.038Z] === RUN TestCopyFromContainerPathIsNotDir [2020-05-07T19:42:06.371Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-05-07T19:42:06.371Z] === RUN TestCopyToContainerPathDoesNotExist [2020-05-07T19:42:06.371Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-05-07T19:42:06.371Z] === RUN TestCopyToContainerPathIsNotDir [2020-05-07T19:42:06.721Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2020-05-07T19:42:06.721Z] === RUN TestCopyFromContainer [2020-05-07T19:42:07.190Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-05-07T19:42:08.394Z] === RUN TestCopyFromContainer// [2020-05-07T19:42:08.394Z] === RUN TestCopyFromContainer//bar/root [2020-05-07T19:42:08.394Z] === RUN TestCopyFromContainer//bar/root/ [2020-05-07T19:42:08.729Z] === RUN TestCopyFromContainer/bar/quux [2020-05-07T19:42:08.729Z] === RUN TestCopyFromContainer/bar/quux/ [2020-05-07T19:42:08.729Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-05-07T19:42:09.067Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-05-07T19:42:09.067Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-05-07T19:42:09.067Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-05-07T19:42:09.081Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-05-07T19:42:09.407Z] === RUN TestCopyFromContainer/bar/notarget [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer (2.89s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-05-07T19:42:09.407Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-05-07T19:42:09.407Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-05-07T19:42:09.407Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:42:09.407Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:42:09.407Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:42:09.407Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:42:09.407Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:42:09.407Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:42:09.407Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-05-07T19:42:09.407Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-05-07T19:42:09.407Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-05-07T19:42:09.407Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.06s) [2020-05-07T19:42:09.407Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-05-07T19:42:09.407Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-05-07T19:42:09.407Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-05-07T19:42:09.407Z] === RUN TestCreateLinkToNonExistingContainer [2020-05-07T19:42:09.407Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-05-07T19:42:09.407Z] === RUN TestCreateWithInvalidEnv [2020-05-07T19:42:09.742Z] === RUN TestCreateWithInvalidEnv/0 [2020-05-07T19:42:09.742Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-05-07T19:42:09.742Z] === RUN TestCreateWithInvalidEnv/1 [2020-05-07T19:42:09.742Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-05-07T19:42:09.742Z] === RUN TestCreateWithInvalidEnv/2 [2020-05-07T19:42:09.742Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-05-07T19:42:09.742Z] === CONT TestCreateWithInvalidEnv/0 [2020-05-07T19:42:09.742Z] === CONT TestCreateWithInvalidEnv/2 [2020-05-07T19:42:09.742Z] === CONT TestCreateWithInvalidEnv/1 [2020-05-07T19:42:09.742Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-05-07T19:42:09.742Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-05-07T19:42:09.742Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-05-07T19:42:09.742Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-05-07T19:42:09.742Z] === RUN TestCreateTmpfsMountsTarget [2020-05-07T19:42:09.742Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-05-07T19:42:09.742Z] === RUN TestCreateWithCustomMaskedPaths [2020-05-07T19:42:10.010Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCustomMaskedPaths (2.09s) [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:42:12.051Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-05-07T19:42:12.051Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities (0.05s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-05-07T19:42:12.051Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-05-07T19:42:12.051Z] === RUN TestCreateWithCustomReadonlyPaths [2020-05-07T19:42:13.282Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-05-07T19:42:13.282Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s) [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:42:14.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:42:14.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:42:14.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:42:14.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:42:14.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:42:14.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:42:14.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-05-07T19:42:14.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-05-07T19:42:14.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-05-07T19:42:14.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-05-07T19:42:14.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-05-07T19:42:14.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-05-07T19:42:14.347Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-05-07T19:42:14.652Z] === RUN TestDockerSuite/TestRmiBlank [2020-05-07T19:42:14.652Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-05-07T19:42:14.652Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-05-07T19:42:15.070Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2020-05-07T19:42:15.070Z] === RUN TestContainerStartOnDaemonRestart [2020-05-07T19:42:15.070Z] === PAUSE TestContainerStartOnDaemonRestart [2020-05-07T19:42:15.070Z] === RUN TestDaemonRestartIpcMode [2020-05-07T19:42:15.070Z] === PAUSE TestDaemonRestartIpcMode [2020-05-07T19:42:15.070Z] === RUN TestDaemonHostGatewayIP [2020-05-07T19:42:15.070Z] === PAUSE TestDaemonHostGatewayIP [2020-05-07T19:42:15.070Z] === RUN TestContainerKillOnDaemonStart [2020-05-07T19:42:15.070Z] === PAUSE TestContainerKillOnDaemonStart [2020-05-07T19:42:15.070Z] === RUN TestDiff [2020-05-07T19:42:15.828Z] --- PASS: TestDiff (0.77s) [2020-05-07T19:42:15.828Z] === RUN TestExecWithCloseStdin [2020-05-07T19:42:17.001Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-05-07T19:42:17.001Z] === RUN TestExec [2020-05-07T19:42:17.718Z] --- PASS: TestExec (0.83s) [2020-05-07T19:42:17.718Z] === RUN TestExecUser [2020-05-07T19:42:18.431Z] --- PASS: TestExecUser (0.83s) [2020-05-07T19:42:18.431Z] === RUN TestExportContainerAndImportImage [2020-05-07T19:42:18.823Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-05-07T19:42:19.593Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-05-07T19:42:19.593Z] === RUN TestExportContainerAfterDaemonRestart [2020-05-07T19:42:19.751Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-05-07T19:42:20.008Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-05-07T19:42:21.279Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2020-05-07T19:42:21.279Z] === RUN TestHealthCheckWorkdir [2020-05-07T19:42:21.898Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-05-07T19:42:22.002Z] --- PASS: TestHealthCheckWorkdir (0.96s) [2020-05-07T19:42:22.002Z] === RUN TestHealthKillContainer [2020-05-07T19:42:23.265Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-05-07T19:42:25.037Z] --- PASS: TestHealthKillContainer (2.95s) [2020-05-07T19:42:25.037Z] === RUN TestInspectCpusetInConfigPre120 [2020-05-07T19:42:25.163Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-05-07T19:42:25.751Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2020-05-07T19:42:25.751Z] === RUN TestIpcModeNone [2020-05-07T19:42:26.091Z] === RUN TestDockerSuite/TestRmiTag [2020-05-07T19:42:26.091Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-05-07T19:42:26.472Z] --- PASS: TestIpcModeNone (0.81s) [2020-05-07T19:42:26.472Z] === RUN TestIpcModePrivate [2020-05-07T19:42:27.021Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-05-07T19:42:27.185Z] --- PASS: TestIpcModePrivate (0.83s) [2020-05-07T19:42:27.185Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-05-07T19:42:27.185Z] === RUN TestIpcModeShareable [2020-05-07T19:42:28.346Z] --- PASS: TestIpcModeShareable (0.81s) [2020-05-07T19:42:28.346Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-05-07T19:42:28.346Z] === RUN TestAPIIpcModeShareableAndContainer [2020-05-07T19:42:31.358Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) [2020-05-07T19:42:31.358Z] === RUN TestAPIIpcModeHost [2020-05-07T19:42:31.690Z] --- PASS: TestAPIIpcModeHost (0.67s) [2020-05-07T19:42:31.690Z] === RUN TestDaemonIpcModeShareable [2020-05-07T19:42:32.269Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-05-07T19:42:32.269Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-05-07T19:42:33.198Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-05-07T19:42:33.761Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-05-07T19:42:33.761Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-05-07T19:42:34.039Z] --- PASS: TestDaemonIpcModeShareable (1.95s) [2020-05-07T19:42:34.039Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-05-07T19:42:34.039Z] === RUN TestDaemonIpcModePrivate [2020-05-07T19:42:35.653Z] === RUN TestDockerSuite/TestRunAddHost [2020-05-07T19:42:35.739Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2020-05-07T19:42:35.739Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-05-07T19:42:35.739Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-05-07T19:42:36.216Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-05-07T19:42:36.475Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-05-07T19:42:37.039Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-05-07T19:42:37.296Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-05-07T19:42:37.296Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-05-07T19:42:37.451Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2020-05-07T19:42:37.451Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-05-07T19:42:37.451Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-05-07T19:42:38.247Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-05-07T19:42:39.125Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s) [2020-05-07T19:42:39.125Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-05-07T19:42:39.125Z] === RUN TestIpcModeOlderClient [2020-05-07T19:42:39.125Z] === PAUSE TestIpcModeOlderClient [2020-05-07T19:42:39.125Z] === RUN TestKillContainerInvalidSignal [2020-05-07T19:42:39.849Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2020-05-07T19:42:39.849Z] === RUN TestKillContainer [2020-05-07T19:42:39.849Z] === RUN TestKillContainer/no_signal [2020-05-07T19:42:40.146Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-05-07T19:42:40.146Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-05-07T19:42:40.594Z] === RUN TestKillContainer/non_killing_signal [2020-05-07T19:42:40.961Z] === RUN TestKillContainer/killing_signal [2020-05-07T19:42:41.075Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-05-07T19:42:42.006Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-05-07T19:42:42.124Z] --- PASS: TestKillContainer (2.28s) [2020-05-07T19:42:42.124Z] --- PASS: TestKillContainer/no_signal (0.64s) [2020-05-07T19:42:42.124Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2020-05-07T19:42:42.124Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2020-05-07T19:42:42.124Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-05-07T19:42:42.124Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-05-07T19:42:42.835Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-05-07T19:42:43.373Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-05-07T19:42:43.553Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2020-05-07T19:42:43.553Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-05-07T19:42:43.553Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-05-07T19:42:43.553Z] === RUN TestKillStoppedContainer [2020-05-07T19:42:43.888Z] --- PASS: TestKillStoppedContainer (0.14s) [2020-05-07T19:42:43.888Z] === RUN TestKillStoppedContainerAPIPre120 [2020-05-07T19:42:43.888Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-05-07T19:42:43.888Z] === RUN TestKillDifferentUserContainer [2020-05-07T19:42:44.610Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2020-05-07T19:42:44.610Z] === RUN TestInspectOomKilledTrue [2020-05-07T19:42:44.740Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-05-07T19:42:46.316Z] --- PASS: TestInspectOomKilledTrue (1.40s) [2020-05-07T19:42:46.316Z] === RUN TestInspectOomKilledFalse [2020-05-07T19:42:46.647Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-05-07T19:42:47.042Z] --- PASS: TestInspectOomKilledFalse (0.78s) [2020-05-07T19:42:47.042Z] === RUN TestLinksEtcHostsContentMatch [2020-05-07T19:42:47.209Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-05-07T19:42:47.779Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2020-05-07T19:42:47.779Z] === RUN TestLinksContainerNames [2020-05-07T19:42:48.137Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-05-07T19:42:48.948Z] --- PASS: TestLinksContainerNames (1.47s) [2020-05-07T19:42:48.949Z] === RUN TestLogsFollowTailEmpty [2020-05-07T19:42:49.503Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-05-07T19:42:49.696Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2020-05-07T19:42:49.696Z] === RUN TestContainerNetworkMountsNoChown [2020-05-07T19:42:50.066Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-05-07T19:42:50.434Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/default [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/default [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/private [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/private [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rprivate [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rprivate [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/slave [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/slave [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rslave [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rslave [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/shared [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/shared [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rshared [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rshared [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/default [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rshared [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/shared [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/default/bind_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/slave [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rslave [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/default/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/private [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/private/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/private/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rprivate [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:42:50.435Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:42:50.435Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-05-07T19:42:50.435Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/default/bind_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/private/bind_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/default/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/private/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-05-07T19:42:50.768Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.12s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.12s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-05-07T19:42:50.768Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-05-07T19:42:50.768Z] === RUN TestContainerBindMountNonRecursive [2020-05-07T19:42:50.995Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-05-07T19:42:52.363Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-05-07T19:42:53.053Z] --- PASS: TestContainerBindMountNonRecursive (1.79s) [2020-05-07T19:42:53.053Z] === RUN TestNetworkNat [2020-05-07T19:42:53.291Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-05-07T19:42:53.384Z] --- PASS: TestNetworkNat (0.80s) [2020-05-07T19:42:53.385Z] === RUN TestNetworkLocalhostTCPNat [2020-05-07T19:42:54.099Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s) [2020-05-07T19:42:54.099Z] === RUN TestNetworkLoopbackNat [2020-05-07T19:42:54.220Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-05-07T19:42:54.783Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-05-07T19:42:55.269Z] --- PASS: TestNetworkLoopbackNat (1.01s) [2020-05-07T19:42:55.269Z] === RUN TestPause [2020-05-07T19:42:55.714Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-05-07T19:42:55.714Z] === RUN TestDockerSuite/TestRunBindMounts [2020-05-07T19:42:55.984Z] --- PASS: TestPause (0.79s) [2020-05-07T19:42:55.984Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-05-07T19:42:55.984Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:42:55.984Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:42:55.984Z] === RUN TestPauseStopPausedContainer [2020-05-07T19:42:56.713Z] --- PASS: TestPauseStopPausedContainer (0.78s) [2020-05-07T19:42:56.713Z] === RUN TestPsFilter [2020-05-07T19:42:57.048Z] --- PASS: TestPsFilter (0.26s) [2020-05-07T19:42:57.048Z] === RUN TestRemoveContainerWithRemovedVolume [2020-05-07T19:42:57.760Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2020-05-07T19:42:57.760Z] === RUN TestRemoveContainerWithVolume [2020-05-07T19:42:58.233Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-05-07T19:42:58.475Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2020-05-07T19:42:58.475Z] === RUN TestRemoveContainerRunning [2020-05-07T19:42:58.796Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-05-07T19:42:59.203Z] --- PASS: TestRemoveContainerRunning (0.72s) [2020-05-07T19:42:59.203Z] === RUN TestRemoveContainerForceRemoveRunning [2020-05-07T19:42:59.724Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-05-07T19:42:59.917Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2020-05-07T19:42:59.917Z] === RUN TestRemoveInvalidContainer [2020-05-07T19:42:59.917Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-05-07T19:42:59.917Z] === RUN TestRenameLinkedContainer [2020-05-07T19:42:59.980Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-05-07T19:43:00.543Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-05-07T19:43:01.475Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-05-07T19:43:01.475Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-05-07T19:43:02.404Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-05-07T19:43:02.898Z] --- PASS: TestRenameLinkedContainer (2.79s) [2020-05-07T19:43:02.899Z] === RUN TestRenameStoppedContainer [2020-05-07T19:43:03.334Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-05-07T19:43:03.615Z] --- PASS: TestRenameStoppedContainer (0.74s) [2020-05-07T19:43:03.615Z] === RUN TestRenameRunningContainerAndReuse [2020-05-07T19:43:04.263Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-05-07T19:43:04.834Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-05-07T19:43:05.292Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-05-07T19:43:05.292Z] === RUN TestRenameInvalidName [2020-05-07T19:43:05.649Z] --- PASS: TestRenameInvalidName (0.78s) [2020-05-07T19:43:05.649Z] === RUN TestRenameAnonymousContainer [2020-05-07T19:43:05.768Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-05-07T19:43:05.768Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-05-07T19:43:06.333Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-05-07T19:43:06.333Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-05-07T19:43:07.700Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-05-07T19:43:08.631Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-05-07T19:43:08.631Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-05-07T19:43:08.638Z] --- PASS: TestRenameAnonymousContainer (2.88s) [2020-05-07T19:43:08.638Z] === RUN TestRenameContainerWithSameName [2020-05-07T19:43:09.673Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-05-07T19:43:09.799Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2020-05-07T19:43:09.799Z] === RUN TestRenameContainerWithLinkedContainer [2020-05-07T19:43:10.244Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-05-07T19:43:10.500Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-05-07T19:43:11.428Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-05-07T19:43:11.428Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-05-07T19:43:11.481Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s) [2020-05-07T19:43:11.481Z] === RUN TestResize [2020-05-07T19:43:11.813Z] --- PASS: TestResize (0.75s) [2020-05-07T19:43:11.813Z] === RUN TestResizeWithInvalidSize [2020-05-07T19:43:12.531Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2020-05-07T19:43:12.531Z] === RUN TestResizeWhenContainerNotStarted [2020-05-07T19:43:13.269Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:13.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:13.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:13.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-05-07T19:43:13.269Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-05-07T19:43:13.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-05-07T19:43:13.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-05-07T19:43:14.686Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-05-07T19:43:16.053Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-05-07T19:43:16.981Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-05-07T19:43:17.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:17.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:17.544Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-05-07T19:43:18.476Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-05-07T19:43:18.851Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-05-07T19:43:18.851Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-05-07T19:43:19.039Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-05-07T19:43:19.211Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-05-07T19:43:19.211Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-05-07T19:43:19.968Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-05-07T19:43:20.924Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-05-07T19:43:21.267Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-05-07T19:43:21.859Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.58s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.82s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.17s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.23s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.10s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.06s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.46s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.10s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.62s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.66s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.01s) [2020-05-07T19:43:24.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.87s) [2020-05-07T19:43:24.283Z] === RUN TestCgroupNamespacesRun [2020-05-07T19:43:26.033Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-05-07T19:43:26.033Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-05-07T19:43:26.033Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-05-07T19:43:26.055Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2020-05-07T19:43:26.055Z] === RUN TestCgroupNamespacesRunPrivileged [2020-05-07T19:43:26.963Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-05-07T19:43:27.747Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2020-05-07T19:43:27.747Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-05-07T19:43:28.856Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-05-07T19:43:30.049Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.00s) [2020-05-07T19:43:30.049Z] === RUN TestCgroupNamespacesRunHostMode [2020-05-07T19:43:30.748Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-05-07T19:43:31.733Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2020-05-07T19:43:31.733Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-05-07T19:43:33.266Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-05-07T19:43:34.059Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2020-05-07T19:43:34.059Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-05-07T19:43:35.729Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.87s) [2020-05-07T19:43:35.729Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-05-07T19:43:36.468Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2020-05-07T19:43:36.468Z] === RUN TestCgroupNamespacesRunOlderClient [2020-05-07T19:43:36.544Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-05-07T19:43:36.544Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-05-07T19:43:36.544Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-05-07T19:43:36.800Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-05-07T19:43:38.154Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-05-07T19:43:38.154Z] === RUN TestKernelTCPMemory [2020-05-07T19:43:38.690Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-05-07T19:43:39.308Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-05-07T19:43:39.309Z] === RUN TestNISDomainname [2020-05-07T19:43:40.025Z] --- PASS: TestNISDomainname (0.92s) [2020-05-07T19:43:40.025Z] === RUN TestHostnameDnsResolution [2020-05-07T19:43:40.057Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-05-07T19:43:41.179Z] --- PASS: TestHostnameDnsResolution (1.14s) [2020-05-07T19:43:41.179Z] === RUN TestStats [2020-05-07T19:43:42.576Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-05-07T19:43:43.505Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-05-07T19:43:44.219Z] --- PASS: TestStats (2.77s) [2020-05-07T19:43:44.219Z] === RUN TestStopContainerWithTimeout [2020-05-07T19:43:44.219Z] === RUN TestStopContainerWithTimeout/0 [2020-05-07T19:43:44.219Z] === PAUSE TestStopContainerWithTimeout/0 [2020-05-07T19:43:44.219Z] === RUN TestStopContainerWithTimeout/1 [2020-05-07T19:43:44.219Z] === PAUSE TestStopContainerWithTimeout/1 [2020-05-07T19:43:44.219Z] === RUN TestStopContainerWithTimeout/3 [2020-05-07T19:43:44.219Z] === PAUSE TestStopContainerWithTimeout/3 [2020-05-07T19:43:44.219Z] === RUN TestStopContainerWithTimeout/-1 [2020-05-07T19:43:44.219Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-05-07T19:43:44.219Z] === CONT TestStopContainerWithTimeout/0 [2020-05-07T19:43:44.219Z] === CONT TestStopContainerWithTimeout/3 [2020-05-07T19:43:44.219Z] === CONT TestStopContainerWithTimeout/1 [2020-05-07T19:43:44.219Z] === CONT TestStopContainerWithTimeout/-1 [2020-05-07T19:43:44.875Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-05-07T19:43:45.803Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-05-07T19:43:45.803Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-05-07T19:43:46.059Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-05-07T19:43:46.621Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-05-07T19:43:47.204Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2020-05-07T19:43:47.204Z] --- PASS: TestStopContainerWithTimeout/0 (1.35s) [2020-05-07T19:43:47.204Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2020-05-07T19:43:47.204Z] --- PASS: TestStopContainerWithTimeout/3 (3.25s) [2020-05-07T19:43:47.204Z] --- PASS: TestStopContainerWithTimeout/-1 (3.31s) [2020-05-07T19:43:47.204Z] === RUN TestDeleteDevicemapper [2020-05-07T19:43:47.204Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-05-07T19:43:47.204Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:43:47.204Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-05-07T19:43:48.518Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-05-07T19:43:48.518Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-05-07T19:43:49.446Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-05-07T19:43:49.487Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.14s) [2020-05-07T19:43:49.487Z] === RUN TestUpdateMemory [2020-05-07T19:43:50.010Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-05-07T19:43:50.646Z] --- PASS: TestUpdateMemory (1.03s) [2020-05-07T19:43:50.646Z] === RUN TestUpdateCPUQuota [2020-05-07T19:43:50.938Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-05-07T19:43:51.501Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-05-07T19:43:51.501Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-05-07T19:43:51.830Z] --- PASS: TestUpdateCPUQuota (1.27s) [2020-05-07T19:43:51.830Z] === RUN TestUpdatePidsLimit [2020-05-07T19:43:51.830Z] === RUN TestUpdatePidsLimit/update_from_none [2020-05-07T19:43:52.193Z] === RUN TestUpdatePidsLimit/no_change [2020-05-07T19:43:52.430Z] === RUN TestDockerSuite/TestRunEnvironment [2020-05-07T19:43:52.525Z] === RUN TestUpdatePidsLimit/update_lower [2020-05-07T19:43:52.857Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-05-07T19:43:53.192Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-05-07T19:43:53.359Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-05-07T19:43:53.525Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-05-07T19:43:53.865Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-05-07T19:43:53.923Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-05-07T19:43:54.485Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-05-07T19:43:54.742Z] === RUN TestDockerSuite/TestRunExitCode [2020-05-07T19:43:55.671Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit (4.00s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2020-05-07T19:43:56.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2020-05-07T19:43:56.167Z] === RUN TestUpdateRestartPolicy [2020-05-07T19:43:56.603Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-05-07T19:43:57.532Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-05-07T19:43:58.461Z] === RUN TestDockerSuite/TestRunExposePort [2020-05-07T19:43:58.461Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-05-07T19:43:59.390Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-05-07T19:43:59.952Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-05-07T19:44:01.872Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-05-07T19:44:01.872Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-05-07T19:44:01.872Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-05-07T19:44:06.041Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-05-07T19:44:06.298Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-05-07T19:44:09.352Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2020-05-07T19:44:09.353Z] === RUN TestUpdateRestartWithAutoRemove [2020-05-07T19:44:09.353Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2020-05-07T19:44:09.353Z] === RUN TestWaitNonBlocked [2020-05-07T19:44:09.353Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:44:09.353Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:44:09.353Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:44:09.353Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:44:09.353Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-05-07T19:44:09.353Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-05-07T19:44:09.684Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-05-07T19:44:09.684Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.87s) [2020-05-07T19:44:09.684Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.94s) [2020-05-07T19:44:09.684Z] === RUN TestWaitBlocked [2020-05-07T19:44:09.684Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:44:09.684Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:44:09.684Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:44:09.684Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:44:09.684Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-05-07T19:44:09.684Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-05-07T19:44:10.847Z] --- PASS: TestWaitBlocked (0.03s) [2020-05-07T19:44:10.847Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2020-05-07T19:44:10.848Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2020-05-07T19:44:10.848Z] === CONT TestContainerStartOnDaemonRestart [2020-05-07T19:44:10.848Z] === CONT TestIpcModeOlderClient [2020-05-07T19:44:10.848Z] === CONT TestDaemonHostGatewayIP [2020-05-07T19:44:10.848Z] === CONT TestDaemonRestartIpcMode [2020-05-07T19:44:11.190Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-05-07T19:44:11.190Z] === CONT TestContainerKillOnDaemonStart [2020-05-07T19:44:16.095Z] --- PASS: TestContainerStartOnDaemonRestart (4.45s) [2020-05-07T19:44:16.813Z] --- PASS: TestDaemonRestartIpcMode (5.79s) [2020-05-07T19:44:16.813Z] --- PASS: TestDaemonHostGatewayIP (5.84s) [2020-05-07T19:44:18.468Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-05-07T19:44:19.030Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-05-07T19:44:20.921Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-05-07T19:44:20.921Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-05-07T19:44:20.921Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-05-07T19:44:20.921Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-05-07T19:44:21.484Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-05-07T19:44:24.756Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-05-07T19:44:25.782Z] --- PASS: TestContainerKillOnDaemonStart (13.55s) [2020-05-07T19:44:25.782Z] PASS [2020-05-07T19:44:25.782Z] [2020-05-07T19:44:25.782Z] === Skipped [2020-05-07T19:44:25.782Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-05-07T19:44:25.782Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-05-07T19:44:25.782Z] [2020-05-07T19:44:25.782Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-05-07T19:44:25.782Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-05-07T19:44:25.782Z] [2020-05-07T19:44:25.782Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-05-07T19:44:25.782Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-05-07T19:44:25.782Z] [2020-05-07T19:44:25.782Z] [2020-05-07T19:44:25.782Z] DONE 200 tests, 3 skipped in 138.753s [2020-05-07T19:44:25.782Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-05-07T19:44:25.782Z] ++ 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-05-07T19:44:25.782Z] ++ set -e [2020-05-07T19:44:25.782Z] ++ '[' -n 0 ']' [2020-05-07T19:44:25.782Z] ++ set -x [2020-05-07T19:44:25.782Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:44:25.782Z] INFO: Testing against a local daemon [2020-05-07T19:44:25.782Z] === RUN TestCommitInheritsEnv [2020-05-07T19:44:25.782Z] --- PASS: TestCommitInheritsEnv (0.46s) [2020-05-07T19:44:25.782Z] === RUN TestImportExtremelyLargeImageWorks [2020-05-07T19:44:25.782Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-05-07T19:44:25.782Z] === RUN TestImagesFilterMultiReference [2020-05-07T19:44:25.782Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-05-07T19:44:25.782Z] === RUN TestImagePullPlatformInvalid [2020-05-07T19:44:25.782Z] --- PASS: TestImagePullPlatformInvalid (0.09s) [2020-05-07T19:44:25.782Z] === RUN TestRemoveImageOrphaning [2020-05-07T19:44:25.782Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2020-05-07T19:44:25.782Z] === RUN TestRemoveImageGarbageCollector [2020-05-07T19:44:25.782Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:44:25.782Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:44:25.782Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-05-07T19:44:26.114Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-05-07T19:44:26.114Z] === RUN TestTagInvalidReference [2020-05-07T19:44:26.114Z] --- PASS: TestTagInvalidReference (0.04s) [2020-05-07T19:44:26.114Z] === RUN TestTagValidPrefixedRepo [2020-05-07T19:44:26.114Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-05-07T19:44:26.114Z] === RUN TestTagExistedNameWithoutForce [2020-05-07T19:44:26.114Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-05-07T19:44:26.114Z] === RUN TestTagOfficialNames [2020-05-07T19:44:26.114Z] --- PASS: TestTagOfficialNames (0.07s) [2020-05-07T19:44:26.114Z] === RUN TestTagMatchesDigest [2020-05-07T19:44:26.114Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-05-07T19:44:26.114Z] === CONT TestImportExtremelyLargeImageWorks [2020-05-07T19:44:26.646Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-05-07T19:44:28.013Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-05-07T19:44:28.942Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-05-07T19:44:29.504Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-05-07T19:44:30.433Z] === RUN TestDockerSuite/TestRunModeHostname [2020-05-07T19:44:31.363Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-05-07T19:44:31.363Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-05-07T19:44:31.619Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-05-07T19:44:33.510Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-05-07T19:44:34.440Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-05-07T19:44:36.330Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-05-07T19:44:36.330Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-05-07T19:44:36.330Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-05-07T19:44:37.698Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-05-07T19:44:39.604Z] === RUN TestDockerSuite/TestRunMount [2020-05-07T19:44:46.144Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-05-07T19:44:46.144Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-05-07T19:44:47.073Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-05-07T19:44:48.441Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-05-07T19:44:50.959Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-05-07T19:44:54.229Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-05-07T19:44:56.748Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-05-07T19:44:59.268Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-05-07T19:45:00.637Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-05-07T19:45:02.529Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-05-07T19:45:02.529Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-05-07T19:45:02.785Z] === RUN TestDockerSuite/TestRunNetHost [2020-05-07T19:45:04.152Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-05-07T19:45:05.084Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-05-07T19:45:05.647Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-05-07T19:45:08.165Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-05-07T19:45:10.683Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-05-07T19:45:14.883Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-05-07T19:45:15.446Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-05-07T19:45:15.704Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-05-07T19:45:16.634Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-05-07T19:45:16.634Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-05-07T19:45:17.562Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-05-07T19:45:18.125Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-05-07T19:45:18.125Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-05-07T19:45:19.053Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-05-07T19:45:19.983Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-05-07T19:45:19.983Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-05-07T19:45:20.912Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-05-07T19:45:21.841Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-05-07T19:45:23.208Z] === RUN TestDockerSuite/TestRunPortInUse [2020-05-07T19:45:24.574Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-05-07T19:45:25.137Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-05-07T19:45:25.698Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-05-07T19:45:26.628Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-05-07T19:45:27.557Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-05-07T19:45:28.118Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-05-07T19:45:28.118Z] === RUN TestDockerSuite/TestRunPublishPort [2020-05-07T19:45:29.046Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-05-07T19:45:29.608Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-05-07T19:45:29.608Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-05-07T19:45:30.536Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-05-07T19:45:32.429Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-05-07T19:45:32.429Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-05-07T19:45:35.699Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-05-07T19:45:36.627Z] === RUN TestDockerSuite/TestRunRm [2020-05-07T19:45:37.555Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-05-07T19:45:37.555Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-05-07T19:45:41.730Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-05-07T19:45:42.302Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-05-07T19:45:42.559Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-05-07T19:45:43.122Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-05-07T19:45:45.016Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-05-07T19:45:45.579Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-05-07T19:45:49.750Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-05-07T19:45:51.641Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-05-07T19:45:55.814Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-05-07T19:45:56.070Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-05-07T19:45:56.633Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-05-07T19:45:57.564Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-05-07T19:45:58.493Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-05-07T19:45:59.056Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-05-07T19:45:59.618Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-05-07T19:45:59.874Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-05-07T19:46:00.805Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-05-07T19:46:01.734Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-05-07T19:46:02.662Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-05-07T19:46:02.662Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-05-07T19:46:05.181Z] === RUN TestDockerSuite/TestRunState [2020-05-07T19:46:07.075Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-05-07T19:46:07.638Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-05-07T19:46:08.567Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-05-07T19:46:08.824Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-05-07T19:46:08.824Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-05-07T19:46:08.824Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-05-07T19:46:09.752Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-05-07T19:46:10.682Z] === RUN TestDockerSuite/TestRunSysctls [2020-05-07T19:46:12.588Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-05-07T19:46:12.588Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-05-07T19:46:12.588Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-05-07T19:46:13.150Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-05-07T19:46:15.669Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-05-07T19:46:15.669Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-05-07T19:46:16.598Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-05-07T19:46:19.119Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-05-07T19:46:21.010Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-05-07T19:46:21.010Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-05-07T19:46:22.903Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-05-07T19:46:26.174Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-05-07T19:46:27.102Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-05-07T19:46:28.034Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-05-07T19:46:28.598Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-05-07T19:46:28.854Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-05-07T19:46:29.417Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-05-07T19:46:30.352Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-05-07T19:46:31.281Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-05-07T19:46:33.174Z] === RUN TestDockerSuite/TestRunUserByID [2020-05-07T19:46:33.430Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-05-07T19:46:33.687Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-05-07T19:46:33.687Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-05-07T19:46:33.943Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-05-07T19:46:34.874Z] === RUN TestDockerSuite/TestRunUserByName [2020-05-07T19:46:35.804Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-05-07T19:46:36.366Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-05-07T19:46:36.366Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-05-07T19:46:36.623Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-05-07T19:46:37.552Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-05-07T19:46:42.818Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-05-07T19:46:42.818Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-05-07T19:46:43.747Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-05-07T19:46:46.268Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-05-07T19:46:47.634Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-05-07T19:46:50.153Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-05-07T19:46:53.423Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-05-07T19:46:53.680Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-05-07T19:46:54.608Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-05-07T19:46:55.171Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-05-07T19:46:55.171Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-05-07T19:46:55.171Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-05-07T19:46:55.171Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-05-07T19:46:55.427Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-05-07T19:46:56.357Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-05-07T19:46:57.286Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-05-07T19:46:58.215Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-05-07T19:46:59.582Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-05-07T19:47:00.510Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-05-07T19:47:01.073Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-05-07T19:47:01.073Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-05-07T19:47:02.001Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-05-07T19:47:02.001Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-05-07T19:47:02.001Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-05-07T19:47:02.001Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-05-07T19:47:02.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-05-07T19:47:02.257Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-05-07T19:47:02.514Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-05-07T19:47:02.514Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-05-07T19:47:02.771Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-05-07T19:47:03.027Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-05-07T19:47:03.956Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-05-07T19:47:04.519Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-05-07T19:47:05.452Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-05-07T19:47:05.452Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-05-07T19:47:06.380Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-05-07T19:47:06.380Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-05-07T19:47:07.309Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-05-07T19:47:07.309Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-05-07T19:47:08.237Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-05-07T19:47:08.813Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-05-07T19:47:08.813Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-05-07T19:47:08.813Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-05-07T19:47:09.744Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-05-07T19:47:11.636Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-05-07T19:47:12.198Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-05-07T19:47:12.198Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-05-07T19:47:12.760Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-05-07T19:47:12.760Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-05-07T19:47:14.651Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-05-07T19:47:14.907Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-05-07T19:47:17.426Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-05-07T19:47:18.354Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-05-07T19:47:18.354Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-05-07T19:47:18.354Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-05-07T19:47:19.721Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-05-07T19:47:20.650Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-05-07T19:47:22.017Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-05-07T19:47:22.017Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-05-07T19:47:23.908Z] === RUN TestDockerSuite/TestSaveImageId [2020-05-07T19:47:23.908Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-05-07T19:47:24.470Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-05-07T19:47:26.359Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-05-07T19:47:26.359Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-05-07T19:47:27.727Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-05-07T19:47:28.289Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-05-07T19:47:28.289Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-05-07T19:47:28.289Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-05-07T19:47:30.182Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-05-07T19:47:31.551Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-05-07T19:47:32.113Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-05-07T19:47:32.113Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-05-07T19:47:32.369Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-05-07T19:47:32.369Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-05-07T19:47:32.626Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-05-07T19:47:35.145Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-05-07T19:47:41.705Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-05-07T19:47:43.071Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-05-07T19:47:44.438Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-05-07T19:47:45.818Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-05-07T19:47:49.242Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-05-07T19:47:51.759Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-05-07T19:47:52.015Z] === RUN TestDockerSuite/TestStartRecordError [2020-05-07T19:47:53.906Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-05-07T19:47:56.425Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-05-07T19:47:58.316Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-05-07T19:48:01.584Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-05-07T19:48:06.830Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-05-07T19:48:10.124Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-05-07T19:48:15.373Z] === RUN TestDockerSuite/TestStatsNoStream [2020-05-07T19:48:17.921Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-05-07T19:48:19.288Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-05-07T19:48:20.216Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-05-07T19:48:21.144Z] === RUN TestDockerSuite/TestTopPrivileged [2020-05-07T19:48:21.716Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-05-07T19:48:21.716Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-05-07T19:48:22.279Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-05-07T19:48:22.535Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-05-07T19:48:27.786Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-05-07T19:48:31.054Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-05-07T19:48:31.616Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-05-07T19:48:32.544Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-05-07T19:48:32.544Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-05-07T19:48:33.472Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-05-07T19:48:35.363Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-05-07T19:48:35.363Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-05-07T19:48:35.363Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-05-07T19:48:36.730Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-05-07T19:48:38.096Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-05-07T19:48:38.659Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-05-07T19:48:41.178Z] === RUN TestDockerSuite/TestUpdateStats [2020-05-07T19:48:41.434Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-05-07T19:48:44.704Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-05-07T19:48:46.070Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-05-07T19:48:46.070Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-05-07T19:48:47.000Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-05-07T19:48:47.963Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-05-07T19:48:52.134Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-05-07T19:48:56.304Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-05-07T19:48:58.822Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-05-07T19:49:01.340Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-05-07T19:49:06.588Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-05-07T19:49:10.759Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-05-07T19:49:13.279Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-05-07T19:49:15.797Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-05-07T19:49:17.686Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-05-07T19:49:19.052Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-05-07T19:49:21.574Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-05-07T19:49:24.091Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-05-07T19:49:26.614Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-05-07T19:49:29.131Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-05-07T19:49:31.024Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-05-07T19:49:35.760Z] --- PASS: TestImportExtremelyLargeImageWorks (298.00s) [2020-05-07T19:49:35.760Z] PASS [2020-05-07T19:49:35.760Z] [2020-05-07T19:49:35.760Z] === Skipped [2020-05-07T19:49:35.760Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-05-07T19:49:35.760Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:49:35.760Z] [2020-05-07T19:49:35.760Z] [2020-05-07T19:49:35.760Z] DONE 12 tests, 1 skipped in 299.554s [2020-05-07T19:49:35.760Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-05-07T19:49:35.760Z] ++ 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-05-07T19:49:35.760Z] ++ set -e [2020-05-07T19:49:35.760Z] ++ '[' -n 0 ']' [2020-05-07T19:49:35.760Z] ++ set -x [2020-05-07T19:49:35.760Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:49:35.760Z] INFO: Testing against a local daemon [2020-05-07T19:49:35.760Z] === RUN TestNetworkCreateDelete [2020-05-07T19:49:35.760Z] --- PASS: TestNetworkCreateDelete (0.26s) [2020-05-07T19:49:35.760Z] === RUN TestDockerNetworkDeletePreferID [2020-05-07T19:49:35.760Z] --- PASS: TestDockerNetworkDeletePreferID (0.70s) [2020-05-07T19:49:35.760Z] === RUN TestInspectNetwork [2020-05-07T19:49:35.760Z] === RUN TestInspectNetwork/full_network_id [2020-05-07T19:49:35.760Z] === RUN TestInspectNetwork/partial_network_id [2020-05-07T19:49:35.760Z] === RUN TestInspectNetwork/network_name [2020-05-07T19:49:35.760Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-05-07T19:49:35.760Z] --- PASS: TestInspectNetwork (7.88s) [2020-05-07T19:49:35.760Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-05-07T19:49:35.760Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-05-07T19:49:35.760Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-05-07T19:49:35.760Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-05-07T19:49:35.760Z] === RUN TestRunContainerWithBridgeNone [2020-05-07T19:49:35.760Z] --- PASS: TestRunContainerWithBridgeNone (2.54s) [2020-05-07T19:49:35.760Z] === RUN TestNetworkInvalidJSON [2020-05-07T19:49:35.760Z] === RUN TestNetworkInvalidJSON//networks/create [2020-05-07T19:49:35.760Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-05-07T19:49:35.760Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:49:35.760Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:49:35.760Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:49:35.760Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:49:35.760Z] === CONT TestNetworkInvalidJSON//networks/create [2020-05-07T19:49:35.760Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-05-07T19:49:35.760Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-05-07T19:49:35.760Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2020-05-07T19:49:35.760Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-05-07T19:49:35.760Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-05-07T19:49:35.760Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-05-07T19:49:35.760Z] === RUN TestHostIPv4BridgeLabel [2020-05-07T19:49:36.480Z] --- PASS: TestHostIPv4BridgeLabel (0.63s) [2020-05-07T19:49:36.480Z] === RUN TestDaemonRestartWithLiveRestore [2020-05-07T19:49:37.644Z] --- PASS: TestDaemonRestartWithLiveRestore (1.11s) [2020-05-07T19:49:37.644Z] === RUN TestDaemonDefaultNetworkPools [2020-05-07T19:49:38.372Z] --- PASS: TestDaemonDefaultNetworkPools (0.89s) [2020-05-07T19:49:38.372Z] === RUN TestDaemonRestartWithExistingNetwork [2020-05-07T19:49:40.052Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.46s) [2020-05-07T19:49:40.052Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-05-07T19:49:42.330Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.03s) [2020-05-07T19:49:42.330Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-05-07T19:49:42.696Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.75s) [2020-05-07T19:49:42.696Z] === RUN TestServiceWithPredefinedNetwork [2020-05-07T19:49:46.543Z] --- PASS: TestServiceWithPredefinedNetwork (3.21s) [2020-05-07T19:49:46.543Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-05-07T19:49:46.543Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:49:46.543Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:49:46.543Z] === RUN TestServiceWithDataPathPortInit [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-05-07T19:49:49.070Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-05-07T19:49:49.326Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-05-07T19:49:49.326Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-05-07T19:49:49.326Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-05-07T19:49:51.843Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-05-07T19:49:51.843Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-05-07T19:49:52.099Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-05-07T19:49:52.099Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-05-07T19:49:52.099Z] === RUN TestDockerSuite/TestVolumeEvents [2020-05-07T19:49:53.028Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-05-07T19:49:55.550Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-05-07T19:49:55.550Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-05-07T19:49:55.550Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-05-07T19:49:58.819Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-05-07T19:50:02.529Z] --- PASS: TestServiceWithDataPathPortInit (15.60s) [2020-05-07T19:50:02.529Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-05-07T19:50:02.992Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite (1753.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (11.47s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.52s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.77s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.31s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.82s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.95s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.23s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.23s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.23s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.78s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.11s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.09s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.87s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.17s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.23s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.41s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.17s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachDetach (1.20s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.25s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.21s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.27s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.18s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.69s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.57s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.69s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.52s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.46s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.04s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.22s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.60s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.68s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.29s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.53s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.08s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.64s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.50s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.88s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.84s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.36s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.61s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.98s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.20s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.36s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.59s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.02s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.96s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.35s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.93s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.60s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.82s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.62s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.32s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.55s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.57s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.77s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.60s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.70s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.66s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.87s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.39s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.88s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.25s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.00s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.78s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.37s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.40s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.74s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.17s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.33s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.22s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.74s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.72s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.49s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.58s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s) [2020-05-07T19:50:02.992Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.94s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.47s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.91s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.52s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCmd (0.33s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.28s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.28s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.10s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.87s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.99s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContChar (3.48s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.22s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.36s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.68s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.97s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.12s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.00s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.59s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.58s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.06s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.81s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.68s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.54s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.70s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.83s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.67s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.59s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.64s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.76s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.70s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.92s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (13.92s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.39s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.13s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.48s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.23s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.58s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.95s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.76s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.37s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.56s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.24s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.70s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.70s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.67s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnv (1.68s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.30s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.50s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.87s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.66s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.51s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.53s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.58s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.58s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.29s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFails (1.12s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.72s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.36s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.83s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.45s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.41s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.23s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.36s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.46s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.31s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildHistory (4.74s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.50s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.28s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.59s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.55s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.05s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabel (0.49s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.51s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.39s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabels (0.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.38s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.26s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLastModified (6.47s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.87s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.17s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.43s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.55s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.05s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.44s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.24s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.92s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.41s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.72s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.42s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.67s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.57s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.38s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.23s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNetNone (1.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.12s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.19s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.69s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.28s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.80s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.39s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.04s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.29s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.33s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.72s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.52s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.99s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildPATH (2.41s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.89s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.18s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.75s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.49s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.13s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRm (3.45s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.16s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.33s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.58s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.29s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.25s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.57s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.53s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.25s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildStderr (1.20s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.25s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.09s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.05s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.50s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.07s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.70s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildUser (2.20s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.49s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.65s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.10s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.33s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.07s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.13s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.56s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.05s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.09s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.66s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.09s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.64s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.07s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.14s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.40s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.82s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.17s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.46s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-05-07T19:50:02.993Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-05-07T19:50:02.993Z] docker_cli_sni_test.go:18: Flakey test [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.75s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.20s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitChange (1.07s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.98s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.77s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.94s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.95s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitTTY (1.76s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.15s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.95s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.09s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.15s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.78s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.25s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.84s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.86s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.03s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.83s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.85s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.08s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.78s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.97s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.83s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.84s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.84s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.85s) [2020-05-07T19:50:02.993Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.82s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.78s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.52s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.54s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.75s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.61s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.88s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.79s) [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-05-07T19:50:02.994Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.82s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.17s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.43s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.55s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.96s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.30s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.79s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.55s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.58s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.62s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000223920_} (1.60s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1504489502_/foo_false____} (1.59s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1504489502_/foo_true____} (1.57s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_false____} (1.61s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_true____} (1.65s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3410876645_/foo_true__0xc000223980__} (1.56s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0002239c0_} (1.61s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0002239e0_} (1.61s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000223a00_} (1.74s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000223a20_} (1.69s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.76s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.45s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.05s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.17s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.44s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.50s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.61s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.88s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.92s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.96s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.96s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.98s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.22s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.99s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.11s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.62s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.09s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.97s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.99s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.29s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.94s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.18s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.75s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.90s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.52s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.48s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.07s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.41s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.85s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.94s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToDot (0.86s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.63s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToStdout (0.97s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.45s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.40s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.88s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateArgs (0.12s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.67s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.81s) [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-05-07T19:50:02.994Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.10s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.43s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateRM (0.25s) [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-05-07T19:50:02.994Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.67s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.97s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.65s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.84s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.51s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.64s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.76s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.77s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.26s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.56s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.14s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.70s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.72s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.62s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.98s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.19s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsAttach (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsCommit (1.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.13s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.92s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.12s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.82s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.62s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.18s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.51s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsCopy (1.28s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.69s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.85s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.47s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.72s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.12s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.49s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.39s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFilters (1.59s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.99s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.32s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.50s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-05-07T19:50:02.994Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-05-07T19:50:02.994Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.81s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.66s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsRename (0.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsResize (0.79s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.75s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.92s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.78s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.96s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsTop (0.85s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.57s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExec (0.87s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.85s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.82s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.80s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.78s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.83s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.88s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.86s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.90s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.78s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecCgroup (1.66s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecEnv (1.12s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.86s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.91s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecInspectID (2.93s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecInteractive (0.91s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.33s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.91s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecParseError (0.80s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.86s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.32s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecStartFails (0.96s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.06s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.86s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecTTY (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.93s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.87s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecUlimits (0.89s) [2020-05-07T19:50:02.994Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-05-07T19:50:02.994Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.09s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.92s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.20s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.95s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestExecWithUser (1.14s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.88s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.85s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.07s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.80s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.80s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHealth (20.81s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.05s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.04s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.98s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.89s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.34s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.54s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-05-07T19:50:02.994Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.87s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.89s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.92s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportDisplay (1.62s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportFile (1.83s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.93s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportGzipped (1.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.91s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.15s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.76s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.49s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.76s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.07s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.89s) [2020-05-07T19:50:02.995Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-05-07T19:50:02.995Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.26s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectDefault (0.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectHistory (0.95s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-05-07T19:50:02.995Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-05-07T19:50:02.995Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.86s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.99s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.10s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.29s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.87s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectStatus (1.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.74s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.96s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.76s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.90s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.28s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.64s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.91s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.41s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.81s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.60s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.68s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.07s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.63s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.42s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.96s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.58s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.15s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.69s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.96s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.76s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.79s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.09s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.09s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.06s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.25s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.05s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.21s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.77s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsSince (6.89s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.66s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsTail (0.86s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.83s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.46s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.89s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestNetHostname (2.46s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.43s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.38s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.66s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginActive (1.81s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.49s) [2020-05-07T19:50:02.995Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-05-07T19:50:02.995Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.77s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.14s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.54s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.24s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.07s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.50s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.51s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.52s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPortList (10.66s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.67s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.34s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.95s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.96s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.74s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.11s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.65s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.74s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.56s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.36s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsByOrder (3.34s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.29s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.25s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.95s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.83s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.72s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.39s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.57s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.73s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.40s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.59s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.45s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.60s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.80s) [2020-05-07T19:50:02.995Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-05-07T19:50:02.995Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.15s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.89s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.56s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.53s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.79s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.46s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.31s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.62s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.53s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.14s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.60s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.86s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.06s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.34s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.98s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.24s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.90s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.99s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.70s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.61s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.73s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.06s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.66s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddHost (0.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.37s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.66s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.93s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.96s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.00s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.98s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.94s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.67s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.67s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.91s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.94s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.97s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.85s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.94s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.06s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.13s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.79s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.81s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.83s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.41s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.83s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.87s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.92s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.87s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.84s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.77s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.80s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.74s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.23s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.00s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.13s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.95s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.78s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.33s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.48s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.82s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.79s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.77s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.75s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.88s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.49s) [2020-05-07T19:50:02.995Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.62s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.52s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.65s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4149: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.34s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.65s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.80s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.84s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.07s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.85s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.76s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.75s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunExitCode (0.84s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.97s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.87s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.92s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.61s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.37s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.55s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.63s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.13s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.59s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.23s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.63s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.90s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.70s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.13s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.52s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.22s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.65s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.55s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.54s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMount (6.11s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.51s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.32s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.29s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.35s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.56s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.62s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.53s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.70s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetHost (1.16s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.71s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.31s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.33s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.64s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.68s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.26s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.73s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.76s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.76s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.98s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.86s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.71s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.97s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.73s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.73s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.91s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.78s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4215: unmatched requirement IsolationIsProcess [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.66s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.56s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.17s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.49s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRm (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.82s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.88s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.87s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.88s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.77s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.05s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.38s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.89s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.67s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.75s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.86s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.83s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.73s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.85s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.83s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.97s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunState (1.55s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.76s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.94s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.31s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.91s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunSysctls (1.71s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.51s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.90s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.16s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.28s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.30s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.86s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.92s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.76s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.56s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.49s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserByID (0.74s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserByName (0.97s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.47s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.10s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.35s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.61s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.39s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.73s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.72s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.89s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4205: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_test.go:4195: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.87s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.82s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.55s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.83s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.16s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.16s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.15s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.78s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.80s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.54s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.77s) [2020-05-07T19:50:02.996Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-05-07T19:50:02.996Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.67s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.52s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.71s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.53s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.08s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.10s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.24s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.92s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.51s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.10s) [2020-05-07T19:50:02.996Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents857909815 [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.75s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.46s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.47s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.12s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.42s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.35s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.53s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.57s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.07s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.53s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.89s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.59s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.81s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartRecordError (1.75s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.44s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.03s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.18s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.99s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.20s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.84s) [2020-05-07T19:50:02.996Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.80s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.81s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.83s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.79s) [2020-05-07T19:50:02.997Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-05-07T19:50:02.997Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.76s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.80s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.44s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.79s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.80s) [2020-05-07T19:50:02.997Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-05-07T19:50:02.997Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.91s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.75s) [2020-05-07T19:50:02.997Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-05-07T19:50:02.997Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.66s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.14s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.89s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.93s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateStats (3.81s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.59s) [2020-05-07T19:50:02.997Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-05-07T19:50:02.997Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.91s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.12s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.46s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.33s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.45s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.28s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.21s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.47s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.39s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.62s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.61s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.38s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.43s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.48s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.39s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.41s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.83s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.87s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.99s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.15s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.17s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.39s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.81s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.33s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.08s) [2020-05-07T19:50:02.997Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.23s) [2020-05-07T19:50:02.997Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-05-07T19:50:02.997Z] docker_cli_run_test.go:4523: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-05-07T19:50:02.997Z] === RUN TestDockerRegistrySuite [2020-05-07T19:50:02.997Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-05-07T19:50:04.367Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-05-07T19:50:05.734Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-05-07T19:50:07.625Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-05-07T19:50:07.881Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-05-07T19:50:09.861Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.73s) [2020-05-07T19:50:09.861Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x3h11nq2q8buhm18mxxa820yo Created:2020-05-07 19:50:02.608331449 +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[809c4b15f61a8dfa9a7011c42be7d04fd80458c0c05e7ffaa767b6ee5d384f9a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9tlm69onl4nzrp02rzd2sqxwd EndpointID:07e768b2f3a88945092dfda17dc21053bad8c55e30146db133d302f4c983d59d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a6572b76308cd586574ba2b758718b68d58fa0490453491affefe2b532d1c9b4 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:dbba3f08389f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9tlm69onl4nzrp02rzd2sqxwd EndpointID:07e768b2f3a88945092dfda17dc21053bad8c55e30146db133d302f4c983d59d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-05-07T19:50:09.861Z] PASS [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] === Skipped [2020-05-07T19:50:09.861Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-05-07T19:50:09.861Z] service_test.go:236: FLAKY_TEST [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] DONE 22 tests, 1 skipped in 44.966s [2020-05-07T19:50:09.861Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:50:09.861Z] ++ 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-05-07T19:50:09.861Z] ++ set -e [2020-05-07T19:50:09.861Z] ++ '[' -n 0 ']' [2020-05-07T19:50:09.861Z] ++ set -x [2020-05-07T19:50:09.861Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:50:09.861Z] INFO: Testing against a local daemon [2020-05-07T19:50:09.861Z] === RUN TestDockerNetworkIpvlanPersistance [2020-05-07T19:50:09.861Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:50:09.861Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:50:09.861Z] === RUN TestDockerNetworkIpvlan [2020-05-07T19:50:09.861Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:50:09.861Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:50:09.861Z] PASS [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] === Skipped [2020-05-07T19:50:09.861Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-05-07T19:50:09.861Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-05-07T19:50:09.861Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] [2020-05-07T19:50:09.861Z] DONE 2 tests, 2 skipped in 0.191s [2020-05-07T19:50:09.861Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-05-07T19:50:09.861Z] ++ 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-05-07T19:50:09.861Z] ++ set -e [2020-05-07T19:50:09.861Z] ++ '[' -n 0 ']' [2020-05-07T19:50:09.861Z] ++ set -x [2020-05-07T19:50:09.861Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:50:09.861Z] INFO: Testing against a local daemon [2020-05-07T19:50:09.861Z] === RUN TestDockerNetworkMacvlanPersistance [2020-05-07T19:50:11.556Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.66s) [2020-05-07T19:50:11.556Z] === RUN TestDockerNetworkMacvlan [2020-05-07T19:50:12.067Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-05-07T19:50:12.273Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-05-07T19:50:13.427Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-05-07T19:50:14.176Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-05-07T19:50:16.236Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-05-07T19:50:17.196Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-05-07T19:50:20.186Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-05-07T19:50:20.408Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-05-07T19:50:21.774Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-05-07T19:50:22.707Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-05-07T19:50:24.075Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-05-07T19:50:24.989Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-05-07T19:50:25.441Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan (14.92s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.33s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.49s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.47s) [2020-05-07T19:50:26.175Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2020-05-07T19:50:26.175Z] PASS [2020-05-07T19:50:26.175Z] [2020-05-07T19:50:26.175Z] DONE 8 tests in 16.738s [2020-05-07T19:50:26.175Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-05-07T19:50:26.175Z] ++ 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-05-07T19:50:26.175Z] ++ set -e [2020-05-07T19:50:26.175Z] ++ '[' -n 0 ']' [2020-05-07T19:50:26.175Z] ++ set -x [2020-05-07T19:50:26.175Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:50:26.175Z] testing: warning: no tests to run [2020-05-07T19:50:26.175Z] PASS [2020-05-07T19:50:26.175Z] [2020-05-07T19:50:26.175Z] DONE 0 tests in 0.018s [2020-05-07T19:50:26.175Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-05-07T19:50:26.175Z] ++ 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-05-07T19:50:26.175Z] ++ set -e [2020-05-07T19:50:26.175Z] ++ '[' -n 0 ']' [2020-05-07T19:50:26.175Z] ++ set -x [2020-05-07T19:50:26.175Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:50:26.507Z] INFO: Testing against a local daemon [2020-05-07T19:50:26.507Z] === RUN TestAuthZPluginAllowRequest [2020-05-07T19:50:26.807Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-05-07T19:50:28.174Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-05-07T19:50:28.183Z] --- PASS: TestAuthZPluginAllowRequest (1.61s) [2020-05-07T19:50:28.183Z] === RUN TestAuthZPluginTLS [2020-05-07T19:50:28.520Z] --- PASS: TestAuthZPluginTLS (0.64s) [2020-05-07T19:50:28.520Z] === RUN TestAuthZPluginDenyRequest [2020-05-07T19:50:29.237Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-05-07T19:50:29.237Z] === RUN TestAuthZPluginAPIDenyResponse [2020-05-07T19:50:29.541Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-05-07T19:50:29.968Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2020-05-07T19:50:29.968Z] === RUN TestAuthZPluginDenyResponse [2020-05-07T19:50:30.307Z] --- PASS: TestAuthZPluginDenyResponse (0.63s) [2020-05-07T19:50:30.307Z] === RUN TestAuthZPluginAllowEventStream [2020-05-07T19:50:32.006Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2020-05-07T19:50:32.006Z] === RUN TestAuthZPluginErrorResponse [2020-05-07T19:50:32.060Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-05-07T19:50:32.724Z] --- PASS: TestAuthZPluginErrorResponse (0.62s) [2020-05-07T19:50:32.724Z] === RUN TestAuthZPluginErrorRequest [2020-05-07T19:50:33.441Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-05-07T19:50:33.441Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-05-07T19:50:33.783Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-05-07T19:50:33.783Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-05-07T19:50:34.588Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-05-07T19:50:35.956Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-05-07T19:50:36.075Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.32s) [2020-05-07T19:50:36.075Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-05-07T19:50:38.349Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2020-05-07T19:50:38.349Z] === RUN TestAuthZPluginHeader [2020-05-07T19:50:39.228Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-05-07T19:50:39.519Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-05-07T19:50:39.519Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-05-07T19:50:39.519Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:50:39.519Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:39.519Z] === RUN TestAuthZPluginV2Disable [2020-05-07T19:50:39.519Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:50:39.519Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:39.519Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-05-07T19:50:39.519Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:50:39.519Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:39.519Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-05-07T19:50:39.519Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:50:39.519Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:39.519Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-05-07T19:50:40.595Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-05-07T19:50:40.595Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-05-07T19:50:41.972Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-05-07T19:50:43.344Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-05-07T19:50:44.273Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-05-07T19:50:44.273Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-05-07T19:50:48.442Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-05-07T19:50:48.699Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-05-07T19:50:50.068Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-05-07T19:50:50.632Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-05-07T19:50:50.632Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-05-07T19:50:50.889Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-05-07T19:50:51.145Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-05-07T19:50:51.402Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-05-07T19:50:51.658Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-05-07T19:50:53.026Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-05-07T19:50:55.549Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-05-07T19:50:56.113Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-05-07T19:50:58.003Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-05-07T19:50:58.259Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-05-07T19:50:58.748Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.63s) [2020-05-07T19:50:58.748Z] PASS [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] === Skipped [2020-05-07T19:50:58.748Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-05-07T19:50:58.748Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-05-07T19:50:58.748Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-05-07T19:50:58.748Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-05-07T19:50:58.748Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] [2020-05-07T19:50:58.748Z] DONE 17 tests, 4 skipped in 30.828s [2020-05-07T19:50:58.748Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-05-07T19:50:58.748Z] ++ 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-05-07T19:50:58.748Z] ++ set -e [2020-05-07T19:50:58.748Z] ++ '[' -n 0 ']' [2020-05-07T19:50:58.748Z] ++ set -x [2020-05-07T19:50:58.748Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:50:58.748Z] INFO: Testing against a local daemon [2020-05-07T19:50:58.748Z] === RUN TestPluginInvalidJSON [2020-05-07T19:50:58.748Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:50:58.748Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:50:58.748Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-05-07T19:50:58.748Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-05-07T19:50:58.748Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-05-07T19:50:58.748Z] === RUN TestPluginInstall [2020-05-07T19:50:58.748Z] === RUN TestPluginInstall/no_auth [2020-05-07T19:50:58.824Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-05-07T19:50:59.386Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite (56.84s) [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.66s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d690be192aeba] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.46s) [2020-05-07T19:50:59.643Z] check_test.go:196: [df8989fb66ba2] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.84s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d2247ed23444b] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2020-05-07T19:50:59.643Z] check_test.go:196: [dbb9ac0ad193f] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.20s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d17c7d903763a] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.02s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d8bf797e759ab] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.13s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d688fe2e900a8] daemon is not started [2020-05-07T19:50:59.643Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.36s) [2020-05-07T19:50:59.643Z] check_test.go:196: [d94e4ba25b1ea] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.17s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d487fa6b224f8] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.37s) [2020-05-07T19:50:59.644Z] check_test.go:196: [de542299f9f2e] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.44s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d393dedfc1faf] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.40s) [2020-05-07T19:50:59.644Z] check_test.go:196: [df851d5509a4b] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.27s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d475f41300ddd] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.32s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d8614e92de6d6] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.55s) [2020-05-07T19:50:59.644Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bfa7dedd26955eb54841136f5c17f0fdeeca0ba813cb19faef8a653ab4248e6c [2020-05-07T19:50:59.644Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:95f741b2674f7a94503d8550fb5a95c4aebdd85730af1b9c0a1d12c13097659b [2020-05-07T19:50:59.644Z] check_test.go:196: [daca4cc5cee17] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.58s) [2020-05-07T19:50:59.644Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:eff9ffc0fccd1b368432256acf878d1b3e1e7d75787c07377ad01f00a046f1b3 [2020-05-07T19:50:59.644Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:577321e2de2fbe7133cbd6b410672dfcf7dd4932e78c90b47eb818f79960bbe5 [2020-05-07T19:50:59.644Z] check_test.go:196: [db0468eacddc5] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.33s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dfb0a187a0639] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.17s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d426253492c01] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.32s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d91787217604c] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-05-07T19:50:59.644Z] check_test.go:196: [db42a13f33fae] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.31s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d94a4011fb7ee] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.22s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d1652f9dd3c20] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.26s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dd96e50d1403d] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.96s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d0abb119aeea4] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dc26752119820] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.37s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d71f94feead0f] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.46s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dccc80c9dc6b6] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d8d79d5bb7ddd] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d6b41a1627958] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d1c109934daf3] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d208870f58581] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dbe17f7639520] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.40s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d4c0853e23e62] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.11s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dc9d2598acdaa] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.12s) [2020-05-07T19:50:59.644Z] check_test.go:196: [d8efce31f9eff] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.40s) [2020-05-07T19:50:59.644Z] check_test.go:196: [dcb9fbc4b9b10] daemon is not started [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.06s) [2020-05-07T19:50:59.644Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s) [2020-05-07T19:50:59.644Z] === RUN TestDockerSchema1RegistrySuite [2020-05-07T19:50:59.644Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-05-07T19:50:59.644Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-05-07T19:50:59.644Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-05-07T19:50:59.644Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-05-07T19:50:59.901Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-05-07T19:51:00.829Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-05-07T19:51:04.099Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-05-07T19:51:04.357Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5eb9b7b4a3fd796a15b326e2641d99b8750641b2f47388ef7572d28ca5212d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:06.110Z] time="2020-05-07T19:51:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5eb9b7b4a3fd796a15b326e2641d99b8750641b2f47388ef7572d28ca5212d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:06.110Z] === RUN TestPluginInstall/with_htpasswd [2020-05-07T19:51:07.314Z] time="2020-05-07T19:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:07.314Z] time="2020-05-07T19:51:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:07.314Z] time="2020-05-07T19:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3fbfdb204f84ef7790317dfb09c221e47234310e5472427d66d7da4fee1e56f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:07.314Z] time="2020-05-07T19:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:07.314Z] time="2020-05-07T19:51:07Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:07.315Z] time="2020-05-07T19:51:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3fbfdb204f84ef7790317dfb09c221e47234310e5472427d66d7da4fee1e56f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:07.649Z] === RUN TestPluginInstall/with_insecure [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c00034ea95da099a80eb6178f300aefc913e2fffc5208d17e5d776a9413176c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-05-07T19:51:09.321Z] time="2020-05-07T19:51:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c00034ea95da099a80eb6178f300aefc913e2fffc5208d17e5d776a9413176c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-05-07T19:51:09.321Z] --- PASS: TestPluginInstall (12.18s) [2020-05-07T19:51:09.321Z] --- PASS: TestPluginInstall/no_auth (8.98s) [2020-05-07T19:51:09.321Z] --- PASS: TestPluginInstall/with_htpasswd (1.42s) [2020-05-07T19:51:09.321Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2020-05-07T19:51:09.321Z] plugin_test.go:157: [d47d28ff82a6e] daemon is not started [2020-05-07T19:51:09.321Z] PASS [2020-05-07T19:51:09.321Z] [2020-05-07T19:51:09.321Z] DONE 6 tests in 12.366s [2020-05-07T19:51:09.321Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-05-07T19:51:09.321Z] ++ 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-05-07T19:51:09.321Z] ++ set -e [2020-05-07T19:51:09.321Z] ++ '[' -n 0 ']' [2020-05-07T19:51:09.321Z] ++ set -x [2020-05-07T19:51:09.321Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:51:09.605Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-05-07T19:51:09.605Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-05-07T19:51:09.652Z] INFO: Testing against a local daemon [2020-05-07T19:51:09.652Z] === RUN TestExternalGraphDriver [2020-05-07T19:51:09.990Z] === RUN TestExternalGraphDriver/json [2020-05-07T19:51:12.123Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-05-07T19:51:12.279Z] === RUN TestExternalGraphDriver/spec [2020-05-07T19:51:13.493Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-05-07T19:51:14.573Z] === RUN TestExternalGraphDriver/pull [2020-05-07T19:51:14.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-05-07T19:51:16.764Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-05-07T19:51:16.764Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-05-07T19:51:16.926Z] --- PASS: TestExternalGraphDriver (7.11s) [2020-05-07T19:51:16.926Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2020-05-07T19:51:16.926Z] --- PASS: TestExternalGraphDriver/spec (2.31s) [2020-05-07T19:51:16.926Z] --- PASS: TestExternalGraphDriver/pull (2.42s) [2020-05-07T19:51:16.926Z] === RUN TestGraphdriverPluginV2 [2020-05-07T19:51:16.926Z] --- SKIP: TestGraphdriverPluginV2 (0.21s) [2020-05-07T19:51:16.926Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:51:16.926Z] PASS [2020-05-07T19:51:16.926Z] [2020-05-07T19:51:16.926Z] === Skipped [2020-05-07T19:51:16.926Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.21s) [2020-05-07T19:51:16.926Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:51:16.926Z] [2020-05-07T19:51:16.926Z] [2020-05-07T19:51:16.926Z] DONE 5 tests, 1 skipped in 7.422s [2020-05-07T19:51:16.927Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-05-07T19:51:16.927Z] ++ 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-05-07T19:51:16.927Z] ++ set -e [2020-05-07T19:51:16.927Z] ++ '[' -n 0 ']' [2020-05-07T19:51:16.927Z] ++ set -x [2020-05-07T19:51:16.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=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:51:16.927Z] INFO: Testing against a local daemon [2020-05-07T19:51:16.927Z] === RUN TestContinueAfterPluginCrash [2020-05-07T19:51:16.927Z] === PAUSE TestContinueAfterPluginCrash [2020-05-07T19:51:16.927Z] === RUN TestReadPluginNoRead [2020-05-07T19:51:16.927Z] === PAUSE TestReadPluginNoRead [2020-05-07T19:51:16.927Z] === RUN TestDaemonStartWithLogOpt [2020-05-07T19:51:16.927Z] === PAUSE TestDaemonStartWithLogOpt [2020-05-07T19:51:16.927Z] === CONT TestContinueAfterPluginCrash [2020-05-07T19:51:16.927Z] === CONT TestDaemonStartWithLogOpt [2020-05-07T19:51:16.927Z] === CONT TestReadPluginNoRead [2020-05-07T19:51:18.132Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-05-07T19:51:19.499Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-05-07T19:51:20.867Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-05-07T19:51:24.292Z] === RUN TestReadPluginNoRead/default [2020-05-07T19:51:24.631Z] --- PASS: TestDaemonStartWithLogOpt (7.49s) [2020-05-07T19:51:25.037Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-05-07T19:51:25.038Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-05-07T19:51:25.294Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-05-07T19:51:25.294Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-05-07T19:51:25.550Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-05-07T19:51:26.113Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-05-07T19:51:26.326Z] === RUN TestReadPluginNoRead/disabled_caching [2020-05-07T19:51:26.369Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite (26.94s) [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.18s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d17a774b61e05] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.57s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d9b6e94ec3a80] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.61s) [2020-05-07T19:51:26.369Z] check_test.go:223: [ded391e441a55] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.56s) [2020-05-07T19:51:26.369Z] check_test.go:223: [da9c29a7a67e7] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.56s) [2020-05-07T19:51:26.369Z] check_test.go:223: [da0680742c841] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.44s) [2020-05-07T19:51:26.369Z] check_test.go:223: [de1702c580fc9] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-05-07T19:51:26.369Z] check_test.go:223: [dfff47d5e06d7] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.43s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d9fdacea3ca80] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.27s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d5a9be78cad0c] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.32s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d411dc824c67a] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.76s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d82b578385ea3] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d194d61141fb5] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.50s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d6ede760f366c] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-05-07T19:51:26.369Z] check_test.go:223: [dab4c7f586ebf] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d716b3a09883e] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.32s) [2020-05-07T19:51:26.369Z] check_test.go:223: [dd350e7e0f2da] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-05-07T19:51:26.369Z] check_test.go:223: [df4b99baa06d7] daemon is not started [2020-05-07T19:51:26.369Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-05-07T19:51:26.369Z] check_test.go:223: [d35d806a91b1f] daemon is not started [2020-05-07T19:51:26.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-05-07T19:51:26.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-05-07T19:51:27.736Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-05-07T19:51:27.992Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-05-07T19:51:28.010Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-05-07T19:51:28.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-05-07T19:51:29.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-05-07T19:51:29.434Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-05-07T19:51:29.702Z] --- PASS: TestContinueAfterPluginCrash (12.71s) [2020-05-07T19:51:29.702Z] --- PASS: TestReadPluginNoRead (12.77s) [2020-05-07T19:51:29.702Z] --- PASS: TestReadPluginNoRead/default (1.99s) [2020-05-07T19:51:29.702Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.90s) [2020-05-07T19:51:29.702Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.88s) [2020-05-07T19:51:29.702Z] read_test.go:91: [d11ba9168aa3b] daemon is not started [2020-05-07T19:51:29.702Z] PASS [2020-05-07T19:51:29.702Z] [2020-05-07T19:51:29.702Z] DONE 6 tests in 12.903s [2020-05-07T19:51:29.702Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-05-07T19:51:29.703Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:51:29.703Z] ++ set -e [2020-05-07T19:51:29.703Z] ++ '[' -n 0 ']' [2020-05-07T19:51:29.703Z] ++ set -x [2020-05-07T19:51:29.703Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-05-07T19:51:29.996Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-05-07T19:51:30.037Z] testing: warning: no tests to run [2020-05-07T19:51:30.037Z] PASS [2020-05-07T19:51:30.037Z] [2020-05-07T19:51:30.037Z] DONE 0 tests in 0.026s [2020-05-07T19:51:30.037Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-05-07T19:51:30.037Z] ++ 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-05-07T19:51:30.037Z] ++ set -e [2020-05-07T19:51:30.037Z] ++ '[' -n 0 ']' [2020-05-07T19:51:30.037Z] ++ set -x [2020-05-07T19:51:30.037Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:51:30.037Z] INFO: Testing against a local daemon [2020-05-07T19:51:30.037Z] === RUN TestPluginWithDevMounts [2020-05-07T19:51:30.037Z] === PAUSE TestPluginWithDevMounts [2020-05-07T19:51:30.037Z] === CONT TestPluginWithDevMounts [2020-05-07T19:51:30.330Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.14s) [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.97s) [2020-05-07T19:51:30.587Z] check_test.go:252: [dc157744b8d1c] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.52s) [2020-05-07T19:51:30.587Z] check_test.go:252: [d1a62fbdc207f] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s) [2020-05-07T19:51:30.587Z] check_test.go:252: [d01f7c0d5594c] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.14s) [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-05-07T19:51:30.587Z] check_test.go:252: [d0304d7f08c62] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-05-07T19:51:30.587Z] check_test.go:252: [daabf15eefa94] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.55s) [2020-05-07T19:51:30.587Z] check_test.go:252: [dc4a75055b38a] daemon is not started [2020-05-07T19:51:30.587Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2020-05-07T19:51:30.587Z] check_test.go:252: [d65ddd0bae870] daemon is not started [2020-05-07T19:51:30.587Z] === RUN TestDockerRegistryAuthTokenSuite [2020-05-07T19:51:30.587Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-05-07T19:51:32.336Z] --- PASS: TestPluginWithDevMounts (2.27s) [2020-05-07T19:51:32.336Z] PASS [2020-05-07T19:51:32.336Z] [2020-05-07T19:51:32.336Z] DONE 1 tests in 2.403s [2020-05-07T19:51:32.336Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-05-07T19:51:32.336Z] ++ 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-05-07T19:51:32.336Z] ++ set -e [2020-05-07T19:51:32.336Z] ++ '[' -n 0 ']' [2020-05-07T19:51:32.336Z] ++ set -x [2020-05-07T19:51:32.337Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:51:32.337Z] INFO: Testing against a local daemon [2020-05-07T19:51:32.337Z] === RUN TestSecretInspect [2020-05-07T19:51:35.336Z] --- PASS: TestSecretInspect (2.82s) [2020-05-07T19:51:35.336Z] === RUN TestSecretList [2020-05-07T19:51:35.836Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-05-07T19:51:35.836Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-05-07T19:51:36.093Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-05-07T19:51:36.349Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-05-07T19:51:36.349Z] check_test.go:279: [dfb6115407332] daemon is not started [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-05-07T19:51:36.349Z] check_test.go:279: [d19d748fdd389] daemon is not started [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2020-05-07T19:51:36.349Z] check_test.go:279: [da3c845a42bcc] daemon is not started [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2020-05-07T19:51:36.349Z] check_test.go:279: [de28265ff51fc] daemon is not started [2020-05-07T19:51:36.349Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.14s) [2020-05-07T19:51:36.349Z] check_test.go:279: [d57247b78eaf7] daemon is not started [2020-05-07T19:51:36.349Z] === RUN TestDockerNetworkSuite [2020-05-07T19:51:36.349Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-05-07T19:51:37.622Z] --- PASS: TestSecretList (2.32s) [2020-05-07T19:51:37.622Z] === RUN TestSecretsCreateAndDelete [2020-05-07T19:51:39.620Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-05-07T19:51:39.922Z] --- PASS: TestSecretsCreateAndDelete (2.36s) [2020-05-07T19:51:39.922Z] === RUN TestSecretsUpdate [2020-05-07T19:51:40.549Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-05-07T19:51:42.204Z] --- PASS: TestSecretsUpdate (2.33s) [2020-05-07T19:51:42.204Z] === RUN TestTemplatedSecret [2020-05-07T19:51:45.191Z] --- PASS: TestTemplatedSecret (2.98s) [2020-05-07T19:51:45.191Z] === RUN TestSecretCreateResolve [2020-05-07T19:51:45.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-05-07T19:51:47.462Z] --- PASS: TestSecretCreateResolve (2.29s) [2020-05-07T19:51:47.462Z] PASS [2020-05-07T19:51:47.462Z] [2020-05-07T19:51:47.462Z] DONE 6 tests in 15.225s [2020-05-07T19:51:47.462Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-05-07T19:51:47.462Z] ++ 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-05-07T19:51:47.462Z] ++ set -e [2020-05-07T19:51:47.462Z] ++ '[' -n 0 ']' [2020-05-07T19:51:47.462Z] ++ set -x [2020-05-07T19:51:47.462Z] ++ env -i DEST=/go/src/github.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:51:47.826Z] INFO: Testing against a local daemon [2020-05-07T19:51:47.826Z] === RUN TestServiceCreateInit [2020-05-07T19:51:47.826Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-05-07T19:51:48.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-05-07T19:51:51.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-05-07T19:51:52.670Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-05-07T19:51:53.529Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-05-07T19:51:57.496Z] --- PASS: TestServiceCreateInit (9.18s) [2020-05-07T19:51:57.497Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.45s) [2020-05-07T19:51:57.497Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.67s) [2020-05-07T19:51:57.497Z] === RUN TestCreateServiceMultipleTimes [2020-05-07T19:52:03.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-05-07T19:52:05.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-05-07T19:52:06.296Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-05-07T19:52:07.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-05-07T19:52:08.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-05-07T19:52:08.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-05-07T19:52:09.647Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-05-07T19:52:10.576Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-05-07T19:52:11.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-05-07T19:52:12.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-05-07T19:52:13.132Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-05-07T19:52:13.388Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-05-07T19:52:13.489Z] --- PASS: TestCreateServiceMultipleTimes (16.76s) [2020-05-07T19:52:13.489Z] === RUN TestCreateServiceConflict [2020-05-07T19:52:14.317Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-05-07T19:52:14.574Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-05-07T19:52:14.574Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-05-07T19:52:14.831Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-05-07T19:52:15.757Z] --- PASS: TestCreateServiceConflict (2.28s) [2020-05-07T19:52:15.757Z] === RUN TestCreateServiceMaxReplicas [2020-05-07T19:52:16.198Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-05-07T19:52:16.454Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-05-07T19:52:17.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-05-07T19:52:18.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-05-07T19:52:18.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-05-07T19:52:18.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-05-07T19:52:19.575Z] --- PASS: TestCreateServiceMaxReplicas (3.03s) [2020-05-07T19:52:19.575Z] === RUN TestCreateWithDuplicateNetworkNames [2020-05-07T19:52:21.166Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-05-07T19:52:23.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-05-07T19:52:24.011Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-05-07T19:52:27.286Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-05-07T19:52:32.772Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.69s) [2020-05-07T19:52:32.772Z] === RUN TestCreateServiceSecretFileMode [2020-05-07T19:52:35.791Z] --- PASS: TestCreateServiceSecretFileMode (2.82s) [2020-05-07T19:52:35.791Z] === RUN TestCreateServiceConfigFileMode [2020-05-07T19:52:37.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-05-07T19:52:37.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-05-07T19:52:37.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-05-07T19:52:37.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-05-07T19:52:37.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-05-07T19:52:37.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-05-07T19:52:38.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-05-07T19:52:38.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-05-07T19:52:38.112Z] --- PASS: TestCreateServiceConfigFileMode (2.81s) [2020-05-07T19:52:38.112Z] === RUN TestCreateServiceSysctls [2020-05-07T19:52:41.939Z] --- PASS: TestCreateServiceSysctls (3.78s) [2020-05-07T19:52:41.939Z] === RUN TestCreateServiceCapabilities [2020-05-07T19:52:42.182Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-05-07T19:52:42.182Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-05-07T19:52:42.182Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-05-07T19:52:43.114Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-05-07T19:52:44.481Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-05-07T19:52:45.763Z] --- PASS: TestCreateServiceCapabilities (3.41s) [2020-05-07T19:52:45.763Z] === RUN TestInspect [2020-05-07T19:52:48.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-05-07T19:52:49.578Z] --- PASS: TestInspect (3.49s) [2020-05-07T19:52:49.578Z] === RUN TestCreateJob [2020-05-07T19:52:52.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-05-07T19:52:52.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-05-07T19:52:53.392Z] --- PASS: TestCreateJob (4.07s) [2020-05-07T19:52:53.392Z] === RUN TestReplicatedJob [2020-05-07T19:52:54.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-05-07T19:52:57.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-05-07T19:52:57.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-05-07T19:52:58.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-05-07T19:52:58.947Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-05-07T19:52:59.203Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-05-07T19:52:59.338Z] --- PASS: TestReplicatedJob (6.30s) [2020-05-07T19:52:59.338Z] === RUN TestUpdateReplicatedJob [2020-05-07T19:53:01.095Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-05-07T19:53:02.040Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-05-07T19:53:03.173Z] --- PASS: TestUpdateReplicatedJob (3.68s) [2020-05-07T19:53:03.173Z] === RUN TestServiceListWithStatuses [2020-05-07T19:53:03.173Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-05-07T19:53:03.173Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:53:03.173Z] === RUN TestDockerNetworkConnectAlias [2020-05-07T19:53:05.311Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-05-07T19:53:06.239Z] --- PASS: TestDockerNetworkSuite (89.89s) [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.86s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dfec3c4feefde] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.26s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d95985075df67] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.76s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d3063fcfb173b] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.63s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [deb44d1a9c01f] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.62s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:1233: [d3d2f2c19457d] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.90s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dcb2641db628c] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.72s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d98759bee78b9] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.30s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d1d0dbdf0e395] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.83s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [df321e2592c53] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.91s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d9a1ee4988bcc] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.66s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dad4fb482b182] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.54s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d97f78a483ed5] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.54s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d9afe826cf89c] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.30s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [ddc966306daca] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.72s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d00616bacbd74] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.45s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [df129b9ac0844] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dc31b03b9dc74] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [de6027e953ab1] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dba7fed22d40b] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.42s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d85e3d00f8c2b] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.77s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d0a3841789b5d] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.13s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d1f2e0169f660] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.53s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d496ef8dc1680] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d59e3b7210243] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.25s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:968: [dc5c42089c314] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.97s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d74f810e792c4] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.65s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:1116: [d604c467b0a48] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d212cc9704477] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.71s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d8526d7711d31] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d28dd77c17567] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d2dfc96a968ad] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.14s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d97bc793e1de7] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d838a71fb3e15] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [da472774a37bf] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.97s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d7b31004da0f5] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d2270e5a97aed] daemon is not started [2020-05-07T19:53:06.240Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dc6e3036fdad8] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.30s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d332f1dffb747] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.82s) [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.65s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:1084: [dce26072edb7f] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [de0e18a570a46] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.43s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [daeecbdc475a3] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.83s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [df35b3586d3ea] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [dfe8368d2d40a] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d18f1273860b4] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.79s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d20b885334cb6] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.68s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d5be431a0a3a7] daemon is not started [2020-05-07T19:53:06.240Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.47s) [2020-05-07T19:53:06.240Z] docker_cli_network_unix_test.go:46: [d02934778473d] daemon is not started [2020-05-07T19:53:06.240Z] === RUN TestDockerHubPullSuite [2020-05-07T19:53:06.240Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-05-07T19:53:07.607Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-05-07T19:53:08.974Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-05-07T19:53:09.179Z] --- PASS: TestDockerNetworkConnectAlias (5.53s) [2020-05-07T19:53:09.179Z] === RUN TestDockerNetworkReConnect [2020-05-07T19:53:09.902Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-05-07T19:53:10.465Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-05-07T19:53:11.833Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-05-07T19:53:12.089Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite (5.89s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.34s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.29s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.40s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.50s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.29s) [2020-05-07T19:53:12.089Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-05-07T19:53:12.089Z] PASS [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === Skipped [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_sni_test.go:18: Flakey test [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-05-07T19:53:12.089Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-05-07T19:53:12.089Z] docker_cli_run_test.go:4130: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-05-07T19:53:12.089Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-05-07T19:53:12.089Z] docker_cli_run_test.go:4149: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.089Z] [2020-05-07T19:53:12.089Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-05-07T19:53:12.090Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4215: unmatched requirement IsolationIsProcess [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4205: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4195: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_run_test.go:4523: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-05-07T19:53:12.090Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-05-07T19:53:12.090Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-05-07T19:53:12.090Z] docker_cli_network_unix_test.go:46: [dc6e3036fdad8] daemon is not started [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] [2020-05-07T19:53:12.090Z] DONE 1277 tests, 44 skipped in 1972.298s [2020-05-07T19:53:12.090Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:53:12.090Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T19:53:12.090Z] +++ kill 7573 [2020-05-07T19:53:13.050Z] --- PASS: TestDockerNetworkReConnect (4.09s) [2020-05-07T19:53:13.050Z] === RUN TestServicePlugin [2020-05-07T19:53:13.050Z] --- SKIP: TestServicePlugin (0.00s) [2020-05-07T19:53:13.050Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:53:13.050Z] === RUN TestServiceUpdateLabel [2020-05-07T19:53:13.457Z] +++ /etc/init.d/apparmor stop [2020-05-07T19:53:13.457Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:53:13.457Z] [2020-05-07T19:53:13.457Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:53:13.457Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:53:13.457Z] [2020-05-07T19:53:13.457Z] To set a process to complain mode, use the command line tool [2020-05-07T19:53:13.457Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:53:13.457Z] +++ true [2020-05-07T19:53:13.457Z] [2020-05-07T19:53:15.370Z] --- PASS: TestServiceUpdateLabel (2.35s) [2020-05-07T19:53:15.370Z] === RUN TestServiceUpdateSecrets [2020-05-07T19:53:16.726Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-05-07T19:53:22.106Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-05-07T19:53:25.374Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-05-07T19:53:28.643Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-05-07T19:53:31.300Z] --- PASS: TestServiceUpdateSecrets (15.45s) [2020-05-07T19:53:31.300Z] === RUN TestServiceUpdateConfigs [2020-05-07T19:53:31.914Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-05-07T19:53:35.183Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-05-07T19:53:37.721Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-05-07T19:53:40.990Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-05-07T19:53:47.302Z] --- PASS: TestServiceUpdateConfigs (14.90s) [2020-05-07T19:53:47.302Z] === RUN TestServiceUpdateNetwork [2020-05-07T19:54:00.502Z] --- PASS: TestServiceUpdateNetwork (13.16s) [2020-05-07T19:54:00.502Z] === RUN TestServiceUpdatePidsLimit [2020-05-07T19:54:00.502Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-05-07T19:54:00.502Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-05-07T19:54:07.813Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-05-07T19:54:15.125Z] --- PASS: TestServiceUpdatePidsLimit (16.82s) [2020-05-07T19:54:15.125Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.97s) [2020-05-07T19:54:15.125Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) [2020-05-07T19:54:15.125Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.08s) [2020-05-07T19:54:15.125Z] PASS [2020-05-07T19:54:15.458Z] [2020-05-07T19:54:15.458Z] === Skipped [2020-05-07T19:54:15.458Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-05-07T19:54:15.458Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-05-07T19:54:15.458Z] [2020-05-07T19:54:15.458Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-05-07T19:54:15.458Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-05-07T19:54:15.458Z] [2020-05-07T19:54:15.458Z] [2020-05-07T19:54:15.458Z] DONE 27 tests, 2 skipped in 147.720s [2020-05-07T19:54:15.458Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-05-07T19:54:15.458Z] ++ 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-05-07T19:54:15.458Z] ++ set -e [2020-05-07T19:54:15.458Z] ++ '[' -n 0 ']' [2020-05-07T19:54:15.458Z] ++ set -x [2020-05-07T19:54:15.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=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:54:15.459Z] INFO: Testing against a local daemon [2020-05-07T19:54:15.459Z] === RUN TestSessionCreate [2020-05-07T19:54:15.459Z] --- PASS: TestSessionCreate (0.06s) [2020-05-07T19:54:15.459Z] === RUN TestSessionCreateWithBadUpgrade [2020-05-07T19:54:15.459Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2020-05-07T19:54:15.459Z] PASS [2020-05-07T19:54:15.459Z] [2020-05-07T19:54:15.459Z] DONE 2 tests in 0.238s [2020-05-07T19:54:15.459Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-05-07T19:54:15.459Z] ++ 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-05-07T19:54:15.459Z] ++ set -e [2020-05-07T19:54:15.459Z] ++ '[' -n 0 ']' [2020-05-07T19:54:15.459Z] ++ set -x [2020-05-07T19:54:15.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=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:54:15.791Z] INFO: Testing against a local daemon [2020-05-07T19:54:15.791Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-05-07T19:54:15.791Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-05-07T19:54:15.791Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:54:15.791Z] === RUN TestEventsExecDie [2020-05-07T19:54:16.511Z] --- PASS: TestEventsExecDie (0.89s) [2020-05-07T19:54:16.511Z] === RUN TestEventsBackwardsCompatible [2020-05-07T19:54:16.847Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-05-07T19:54:16.847Z] === RUN TestInfoBinaryCommits [2020-05-07T19:54:16.847Z] --- PASS: TestInfoBinaryCommits (0.08s) [2020-05-07T19:54:16.847Z] === RUN TestInfoAPIVersioned [2020-05-07T19:54:16.847Z] --- PASS: TestInfoAPIVersioned (0.03s) [2020-05-07T19:54:16.847Z] === RUN TestInfoDiscoveryBackend [2020-05-07T19:54:17.191Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2020-05-07T19:54:17.191Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-05-07T19:54:18.392Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2020-05-07T19:54:18.392Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-05-07T19:54:19.112Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-05-07T19:54:19.112Z] === RUN TestInfoAPI [2020-05-07T19:54:19.112Z] --- PASS: TestInfoAPI (0.06s) [2020-05-07T19:54:19.112Z] === RUN TestInfoAPIWarnings [2020-05-07T19:54:19.456Z] --- PASS: TestInfoAPIWarnings (0.57s) [2020-05-07T19:54:19.456Z] === RUN TestInfoDebug [2020-05-07T19:54:20.172Z] --- PASS: TestInfoDebug (0.60s) [2020-05-07T19:54:20.172Z] === RUN TestInfoInsecureRegistries [2020-05-07T19:54:20.889Z] --- PASS: TestInfoInsecureRegistries (0.57s) [2020-05-07T19:54:20.889Z] === RUN TestInfoRegistryMirrors [2020-05-07T19:54:21.243Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-05-07T19:54:21.243Z] === RUN TestLoginFailsWithBadCredentials [2020-05-07T19:54:21.960Z] --- PASS: TestLoginFailsWithBadCredentials (0.65s) [2020-05-07T19:54:21.960Z] === RUN TestPingCacheHeaders [2020-05-07T19:54:21.960Z] --- PASS: TestPingCacheHeaders (0.06s) [2020-05-07T19:54:21.960Z] === RUN TestPingGet [2020-05-07T19:54:21.960Z] --- PASS: TestPingGet (0.03s) [2020-05-07T19:54:21.960Z] === RUN TestPingHead [2020-05-07T19:54:21.960Z] --- PASS: TestPingHead (0.05s) [2020-05-07T19:54:21.960Z] === RUN TestVersion [2020-05-07T19:54:21.960Z] --- PASS: TestVersion (0.06s) [2020-05-07T19:54:21.960Z] PASS [2020-05-07T19:54:21.960Z] [2020-05-07T19:54:21.960Z] === Skipped [2020-05-07T19:54:21.960Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2020-05-07T19:54:21.960Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-05-07T19:54:21.960Z] [2020-05-07T19:54:21.960Z] [2020-05-07T19:54:21.960Z] DONE 18 tests, 1 skipped in 6.513s [2020-05-07T19:54:21.960Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-05-07T19:54:21.960Z] ++ 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-05-07T19:54:21.960Z] ++ set -e [2020-05-07T19:54:21.960Z] ++ '[' -n 0 ']' [2020-05-07T19:54:21.960Z] ++ set -x [2020-05-07T19:54:21.960Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-05-07T19:54:22.298Z] INFO: Testing against a local daemon [2020-05-07T19:54:22.298Z] === RUN TestVolumesCreateAndList [2020-05-07T19:54:22.298Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-05-07T19:54:22.298Z] === RUN TestVolumesRemove [2020-05-07T19:54:22.298Z] --- PASS: TestVolumesRemove (0.10s) [2020-05-07T19:54:22.298Z] === RUN TestVolumesInspect [2020-05-07T19:54:22.298Z] --- PASS: TestVolumesInspect (0.04s) [2020-05-07T19:54:22.298Z] === RUN TestVolumesInvalidJSON [2020-05-07T19:54:22.298Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-05-07T19:54:22.298Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-05-07T19:54:22.298Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-05-07T19:54:22.298Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2020-05-07T19:54:22.298Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-05-07T19:54:22.298Z] PASS [2020-05-07T19:54:22.669Z] [2020-05-07T19:54:22.669Z] DONE 5 tests in 0.346s [2020-05-07T19:54:22.669Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T19:54:22.669Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T19:54:22.669Z] +++ kill 14051 [2020-05-07T19:54:24.218Z] +++ /etc/init.d/apparmor stop [2020-05-07T19:54:24.218Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T19:54:24.218Z] [2020-05-07T19:54:24.218Z] Unloading profiles will leave already running processes permanently [2020-05-07T19:54:24.218Z] unconfined, which can lead to unexpected situations. [2020-05-07T19:54:24.218Z] [2020-05-07T19:54:24.218Z] To set a process to complain mode, use the command line tool [2020-05-07T19:54:24.218Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T19:54:24.218Z] +++ true [2020-05-07T19:54:24.218Z] Post stage [Pipeline] junit [2020-05-07T19:54:26.626Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T19:54:27.791Z] + echo Ensuring container killed. [2020-05-07T19:54:27.791Z] Ensuring container killed. [2020-05-07T19:54:27.791Z] + docker rm -vf docker-pr6 [2020-05-07T19:54:27.791Z] Error: No such container: docker-pr6 [2020-05-07T19:54:27.791Z] + true [Pipeline] sh [2020-05-07T19:54:28.358Z] + echo Chowning /workspace to jenkins user [2020-05-07T19:54:28.358Z] Chowning /workspace to jenkins user [2020-05-07T19:54:28.358Z] + id -u [2020-05-07T19:54:28.358Z] + id -g [2020-05-07T19:54:28.358Z] + docker run --rm -v /home/docker/workspace/moby_PR-40427:/workspace busybox chown -R 1001:1001 /workspace [2020-05-07T19:54:28.358Z] Unable to find image 'busybox:latest' locally [2020-05-07T19:54:28.687Z] latest: Pulling from library/busybox [2020-05-07T19:54:29.019Z] abe12e943b1b: Pulling fs layer [2020-05-07T19:54:29.356Z] abe12e943b1b: Verifying Checksum [2020-05-07T19:54:29.356Z] abe12e943b1b: Download complete [2020-05-07T19:54:29.356Z] abe12e943b1b: Pull complete [2020-05-07T19:54:29.356Z] Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12 [2020-05-07T19:54:29.356Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T19:54:32.199Z] + bundleName=ppc64le-integration [2020-05-07T19:54:32.199Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-05-07T19:54:32.199Z] Creating ppc64le-integration-bundles.tar.gz [2020-05-07T19:54:32.199Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print [2020-05-07T19:54:32.199Z] [Pipeline] archiveArtifacts [2020-05-07T19:54:32.281Z] Archiving artifacts [2020-05-07T19:54:32.914Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T19:54:33.456Z] + make clean [2020-05-07T19:54:33.788Z] make: command: Command not found [2020-05-07T19:54:33.788Z] make: command: Command not found [2020-05-07T19:54:33.788Z] docker volume rm -f docker-dev-cache [2020-05-07T19:54:34.126Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T19:54:37.179Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-05-07T19:54:52.020Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite (1707.46s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.07s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.52s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.19s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.19s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.89s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:562: [dfad4c6342dcd] joining swarm manager [dacd8dc8b9b62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:584: [d359973ebd68b] joining swarm manager [dacd8dc8b9b62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] check_test.go:380: [dfad4c6342dcd] daemon is not started [2020-05-07T19:55:10.063Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.31s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:45: [d4debd49afec6] joining swarm manager [d6677f8f05b56]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.90s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.18s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.30s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:303: [d353fdbd77136] joining swarm manager [d11b9c02929e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:304: [d388ab9667746] joining swarm manager [d11b9c02929e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.21s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:271: [d4aeb957e6497] joining swarm manager [de6c6a73baca4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:272: [da2328977956a] joining swarm manager [de6c6a73baca4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.99s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.97s) [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.51s) [2020-05-07T19:55:10.063Z] docker_api_swarm_node_test.go:19: [dfe273ccec129] joining swarm manager [dd554aa3ba2ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_node_test.go:20: [ddbcc80f8937f] joining swarm manager [dd554aa3ba2ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.93s) [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:501: [d48fa41593414] joining swarm manager [d6f21e6699a16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_test.go:506: [d23f05018259c] joining swarm manager [d6f21e6699a16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.85s) [2020-05-07T19:55:10.063Z] docker_api_swarm_node_test.go:80: [d897bad8fb44e] joining swarm manager [d0e89576fde59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.69s) [2020-05-07T19:55:10.063Z] docker_api_swarm_node_test.go:52: [d2698695b8e03] joining swarm manager [dd6d060824150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.063Z] docker_api_swarm_node_test.go:53: [d2e35860a1c8f] joining swarm manager [dd6d060824150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.063Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.18s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.65s) [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:201: [d0481e18df196] joining swarm manager [d41c201296d5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.49s) [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:383: [d8c713c9b666b] joining swarm manager [d40b79e95c3b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:384: [d21d52763cdbe] joining swarm manager [d40b79e95c3b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] check_test.go:380: [d21d52763cdbe] daemon is not started [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.59s) [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:801: [d0702c929f0d5] joining swarm manager [d23f10f1b9644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:801: [d37525fb3bc49] joining swarm manager [d23f10f1b9644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:801: [d479db943feba] joining swarm manager [d23f10f1b9644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:801: [dca4550c1de51] joining swarm manager [d23f10f1b9644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:809: [dce6a7460d27e] joining swarm manager [d23f10f1b9644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.42s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.07s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.14s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:394: [d7b2525b056fa] joining swarm manager [d838003165ec9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:394: [d9d35f099dd1b] joining swarm manager [d838003165ec9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.23s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:342: [d6900cebda886] joining swarm manager [d8da80f4674ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:342: [d1ba6bf54bd12] joining swarm manager [d8da80f4674ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.34s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:489: [daf9820b1fcb5] joining swarm manager [d713585582c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:489: [d2829a3a3327b] joining swarm manager [d713585582c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.32s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.83s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:127: [d151283cb8099] joining swarm manager [d502b2f542d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:128: [d1ee58cc62a66] joining swarm manager [d502b2f542d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:136: [d9c61dec8017a] joining swarm manager [d502b2f542d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:137: [d12e0c673b144] joining swarm manager [d502b2f542d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.62s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.83s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:303: [dad476376a465] joining swarm manager [d44028af54594]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:303: [d35bc999867ab] joining swarm manager [d44028af54594]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.76s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:99: [dbc1f01a757d7] joining swarm manager [d881829ecd1bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:100: [d0445463144a1] joining swarm manager [d881829ecd1bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] check_test.go:380: [dbc1f01a757d7] daemon is not started [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.98s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:532: [d27567bd7f066] joining swarm manager [ded2add68bd21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:533: [da854c148b898] joining swarm manager [ded2add68bd21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.46s) [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:147: [d46f6e2754528] joining swarm manager [d9d4f97ef3343]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_api_swarm_service_test.go:147: [de79d2d2ab062] joining swarm manager [d9d4f97ef3343]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.84s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.06s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.01s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.25s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.12s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.05s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.06s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.09s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.40s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.46s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.10s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.06s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.19s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.19s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.24s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.96s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.28s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.74s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.34s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.16s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.68s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.53s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.84s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.65s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.56s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.08s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.30s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.11s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.57s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.14s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.22s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.53s) [2020-05-07T19:55:10.064Z] docker_cli_service_logs_test.go:241: checking task j2otg3bvfwcc [2020-05-07T19:55:10.064Z] docker_cli_service_logs_test.go:246: checking messages for j2otg3bvfwcc [2020-05-07T19:55:10.064Z] docker_cli_service_logs_test.go:241: checking task vx51i8x08wu3 [2020-05-07T19:55:10.064Z] docker_cli_service_logs_test.go:246: checking messages for vx51i8x08wu3 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.27s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.76s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.12s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.17s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.80s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1901: [d874f7c1ec458] joining swarm manager [d60df2063b409]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1902: [d2c14a71ce987] joining swarm manager [d60df2063b409]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.44s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.94s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.54s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.27s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1802: [d6673189511c4] joining swarm manager [d83978ffedd7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1803: [da83b6c1b42eb] joining swarm manager [d83978ffedd7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.19s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (103.19s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1321: [dcdf6bf477806] joining swarm manager [d14a8401c1c4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1322: [db6dc3cb927cb] joining swarm manager [d14a8401c1c4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.02s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.10s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.86s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.02s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.38s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.61s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.51s) [2020-05-07T19:55:10.064Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.39s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.27s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.03s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.76s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1186: [dcb2f76a48baa] joining swarm manager [d60f2612e4d49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1195: [d29f5171fa115] joining swarm manager [d60f2612e4d49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.10s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.97s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (123.08s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1118: [d4a13278cf496] joining swarm manager [d043d76c56e6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1119: [d577aa71f679e] joining swarm manager [d043d76c56e6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1172: [d3eea83aa543d] joining swarm manager [d043d76c56e6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.88s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1453: [df7a6598c65ba] joining swarm manager [d36d122f092ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] docker_cli_swarm_test.go:1454: [d35c5438f60e8] joining swarm manager [d36d122f092ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.66s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.32s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.10s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.09s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.98s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.15s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.05s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.12s) [2020-05-07T19:55:10.064Z] docker_cli_swarm_unix_test.go:62: [d2b1071b51edc] joining swarm manager [d4f1e4bf40c51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.20s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.84s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.19s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.52s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.96s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.55s) [2020-05-07T19:55:10.064Z] docker_api_swarm_test.go:961: [db7b4590ec5f3] joining swarm manager [d42b92445474a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.46s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.12s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.31s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.61s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.46s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.39s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.22s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.14s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.30s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.23s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.99s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.97s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.36s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.03s) [2020-05-07T19:55:10.064Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.84s) [2020-05-07T19:55:10.064Z] === RUN TestDockerExternalVolumeSuite [2020-05-07T19:55:10.064Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-05-07T19:55:24.903Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-05-07T19:56:32.542Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-05-07T19:56:42.491Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-05-07T19:57:14.525Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-05-07T19:57:29.366Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-05-07T19:58:01.392Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-05-07T19:58:13.566Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-05-07T19:58:45.594Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-05-07T19:59:03.638Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-05-07T19:59:18.476Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-05-07T20:00:05.293Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-05-07T20:00:23.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-05-07T20:00:55.385Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-05-07T20:01:27.411Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-05-07T20:01:42.252Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-05-07T20:02:00.297Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-05-07T20:02:15.138Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite (441.06s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.87s) [2020-05-07T20:02:29.982Z] docker_cli_external_volume_driver_test.go:53: [da4826945da40] daemon is not started [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.57s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-05-07T20:02:29.982Z] docker_cli_external_volume_driver_test.go:53: [d3beb983d68e9] daemon is not started [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-05-07T20:02:29.982Z] docker_cli_external_volume_driver_test.go:53: [d29f155592120] daemon is not started [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-05-07T20:02:29.982Z] docker_cli_external_volume_driver_test.go:53: [dcaa7b1f142e3] daemon is not started [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.58s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.60s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.60s) [2020-05-07T20:02:29.982Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.75s) [2020-05-07T20:02:29.983Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2020-05-07T20:02:29.983Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.58s) [2020-05-07T20:02:29.983Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.37s) [2020-05-07T20:02:29.983Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.33s) [2020-05-07T20:02:29.983Z] docker_cli_external_volume_driver_test.go:485: [d0ac78e21613a] daemon is not started [2020-05-07T20:02:29.983Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-05-07T20:02:29.983Z] docker_cli_external_volume_driver_test.go:53: [dffb719f5f32b] daemon is not started [2020-05-07T20:02:29.983Z] PASS [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] === Skipped [2020-05-07T20:02:29.983Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-05-07T20:02:29.983Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-05-07T20:02:29.983Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-05-07T20:02:29.983Z] check_test.go:309: [d14629cd21ff7] daemon is not started [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-05-07T20:02:29.983Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-05-07T20:02:29.983Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-05-07T20:02:29.983Z] check_test.go:309: [dd91aa96d9321] daemon is not started [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-05-07T20:02:29.983Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-05-07T20:02:29.983Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-05-07T20:02:29.983Z] check_test.go:309: [d23b5efc2b358] daemon is not started [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2020-05-07T20:02:29.983Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2020-05-07T20:02:29.983Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-05-07T20:02:29.983Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-05-07T20:02:29.983Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] [2020-05-07T20:02:29.983Z] DONE 273 tests, 5 skipped in 2529.531s [2020-05-07T20:02:29.983Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-05-07T20:02:30.545Z] ++++ cat bundles/test-integration/docker.pid [2020-05-07T20:02:30.545Z] +++ kill 7603 [2020-05-07T20:02:31.473Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d12ba33136402/docker.pid [2020-05-07T20:02:31.473Z] +++ kill 4394 [2020-05-07T20:02:31.473Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4394 is not a child of this shell [2020-05-07T20:02:31.473Z] warning: PID 4394 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d12ba33136402/docker.pid had a nonzero exit code [2020-05-07T20:02:31.473Z] +++ /etc/init.d/apparmor stop [2020-05-07T20:02:31.473Z] Leaving: AppArmorNo profiles have been unloaded. [2020-05-07T20:02:31.473Z] [2020-05-07T20:02:31.473Z] Unloading profiles will leave already running processes permanently [2020-05-07T20:02:31.473Z] unconfined, which can lead to unexpected situations. [2020-05-07T20:02:31.473Z] [2020-05-07T20:02:31.473Z] To set a process to complain mode, use the command line tool [2020-05-07T20:02:31.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-05-07T20:02:31.473Z] +++ true [2020-05-07T20:02:31.473Z] [2020-05-07T20:02:31.728Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-05-07T20:02:31.740Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-05-07T20:02:32.711Z] + echo Ensuring container killed. [2020-05-07T20:02:32.711Z] Ensuring container killed. [2020-05-07T20:02:32.711Z] + docker ps -aq -f name=docker-pr6-* [2020-05-07T20:02:32.711Z] + cids=ceb7867b8919 [2020-05-07T20:02:32.711Z] 98a8c729c271 [2020-05-07T20:02:32.711Z] 8ce8c8aff1a2 [2020-05-07T20:02:32.711Z] + [ -n ceb7867b8919 [2020-05-07T20:02:32.711Z] 98a8c729c271 [2020-05-07T20:02:32.711Z] 8ce8c8aff1a2 ] [2020-05-07T20:02:32.711Z] + docker rm -vf ceb7867b8919 98a8c729c271 8ce8c8aff1a2 [2020-05-07T20:02:34.082Z] ceb7867b8919 [2020-05-07T20:02:34.645Z] 98a8c729c271 [2020-05-07T20:02:34.645Z] 8ce8c8aff1a2 [Pipeline] sh [2020-05-07T20:02:34.931Z] + echo Chowning /workspace to jenkins user [2020-05-07T20:02:34.931Z] Chowning /workspace to jenkins user [2020-05-07T20:02:34.931Z] + id -u [2020-05-07T20:02:34.931Z] + id -g [2020-05-07T20:02:34.931Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40427:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-05-07T20:02:38.513Z] + bundleName=amd64 [2020-05-07T20:02:38.513Z] + echo Creating amd64-bundles.tar.gz [2020-05-07T20:02:38.513Z] Creating amd64-bundles.tar.gz [2020-05-07T20:02:38.513Z] + xargs tar -czf amd64-bundles.tar.gz [2020-05-07T20:02:38.513Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-05-07T20:02:39.453Z] Archiving artifacts [2020-05-07T20:02:45.055Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T20:02:45.365Z] + make clean [2020-05-07T20:02:45.365Z] docker volume rm -f docker-dev-cache [2020-05-07T20:02:45.622Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-05-07T20:16:05.254Z] ok github.com/docker/docker/integration-cli 2179.016s [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === Skipped [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-05-07T20:16:05.254Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.04s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.04s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2020-05-07T20:16:05.254Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-05-07T20:16:05.254Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-05-07T20:16:05.254Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-05-07T20:16:05.254Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_run_test.go:3182: unmatched requirement Apparmor [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_run_test.go:3160: unmatched requirement Apparmor [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_run_test.go:3172: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2020-05-07T20:16:05.254Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-05-07T20:16:05.254Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-05-07T20:16:05.254Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-05-07T20:16:05.254Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.254Z] [2020-05-07T20:16:05.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-05-07T20:16:05.255Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2020-05-07T20:16:05.255Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-05-07T20:16:05.255Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-05-07T20:16:05.255Z] docker_cli_sni_test.go:18: Flakey test [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-05-07T20:16:05.255Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-05-07T20:16:05.255Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-05-07T20:16:05.255Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.255Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-05-07T20:16:05.256Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-05-07T20:16:05.256Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-05-07T20:16:05.256Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3531: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3563: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3594: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3577: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-05-07T20:16:05.256Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3467: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-05-07T20:16:05.256Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-05-07T20:16:05.256Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_run_test.go:2996: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-05-07T20:16:05.256Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-05-07T20:16:05.256Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.256Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-05-07T20:16:05.257Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-05-07T20:16:05.257Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-05-07T20:16:05.257Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-05-07T20:16:05.257Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-05-07T20:16:05.257Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-05-07T20:16:05.257Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-05-07T20:16:05.257Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-05-07T20:16:05.257Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-05-07T20:16:05.257Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-05-07T20:16:05.257Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-05-07T20:16:05.257Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-05-07T20:16:05.257Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-05-07T20:16:05.257Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.257Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-05-07T20:16:05.258Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:2910: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:2919: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:3513: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-05-07T20:16:05.258Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-05-07T20:16:05.258Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-05-07T20:16:05.258Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:4508: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-05-07T20:16:05.258Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-05-07T20:16:05.258Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.258Z] [2020-05-07T20:16:05.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4025: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3009: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3195: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3337: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3361: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3313: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3238: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3203: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3990: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4248: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4487: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4500: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:4232: unmatched requirement IsolationIsHyperv [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3273: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3382: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:3392: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-05-07T20:16:05.259Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-05-07T20:16:05.259Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.259Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:4298: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3215: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3857: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3850: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3070: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3094: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3116: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2984: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2887: unmatched requirement Apparmor [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2866: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2851: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:2926: unmatched requirement Apparmor [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3955: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3948: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:3803: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-05-07T20:16:05.260Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-05-07T20:16:05.260Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.260Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3753: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:2831: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3227: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3043: unmatched requirement Apparmor [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:2842: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3640: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3651: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:3451: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-05-07T20:16:05.261Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-05-07T20:16:05.261Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-05-07T20:16:05.261Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.261Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-05-07T20:16:05.262Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.262Z] [2020-05-07T20:16:05.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-05-07T20:16:05.262Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-05-07T20:16:05.263Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-05-07T20:16:05.263Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] DONE 1096 tests, 549 skipped in 2187.374s [2020-05-07T20:16:05.263Z] INFO: Integration tests ended at 05/07/2020 20:15:55. Duration:00:36:27.6955313 [2020-05-07T20:16:05.263Z] INFO: Docker info of the daemon under test at end of run [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] Containers: 2 [2020-05-07T20:16:05.263Z] Running: 0 [2020-05-07T20:16:05.263Z] Paused: 0 [2020-05-07T20:16:05.263Z] Stopped: 2 [2020-05-07T20:16:05.263Z] Images: 15 [2020-05-07T20:16:05.263Z] Server Version: 0.0.0-dev [2020-05-07T20:16:05.263Z] Storage Driver: windowsfilter [2020-05-07T20:16:05.263Z] Windows: [2020-05-07T20:16:05.263Z] Logging Driver: json-file [2020-05-07T20:16:05.263Z] Plugins: [2020-05-07T20:16:05.263Z] Volume: local [2020-05-07T20:16:05.263Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-05-07T20:16:05.263Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-05-07T20:16:05.263Z] Swarm: inactive [2020-05-07T20:16:05.263Z] Default Isolation: process [2020-05-07T20:16:05.263Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-05-07T20:16:05.263Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1158) [2020-05-07T20:16:05.263Z] OSType: windows [2020-05-07T20:16:05.263Z] Architecture: x86_64 [2020-05-07T20:16:05.263Z] CPUs: 4 [2020-05-07T20:16:05.263Z] Total Memory: 32GiB [2020-05-07T20:16:05.263Z] Name: azwin-2-ce5c00 [2020-05-07T20:16:05.263Z] ID: 5B5M:W2AA:EDIB:HE2T:H4NH:JRJQ:O2FB:CJJ7:AMGG:66DR:26F4:IEMR [2020-05-07T20:16:05.263Z] Docker Root Dir: D:\CI\PR-40427\6\daemon [2020-05-07T20:16:05.263Z] Debug Mode (client): false [2020-05-07T20:16:05.263Z] Debug Mode (server): true [2020-05-07T20:16:05.263Z] File Descriptors: -1 [2020-05-07T20:16:05.263Z] Goroutines: 18 [2020-05-07T20:16:05.263Z] System Time: 2020-05-07T20:15:55.4248422Z [2020-05-07T20:16:05.263Z] EventsListeners: 0 [2020-05-07T20:16:05.263Z] Registry: https://index.docker.io/v1/ [2020-05-07T20:16:05.263Z] Labels: [2020-05-07T20:16:05.263Z] Experimental: false [2020-05-07T20:16:05.263Z] Insecure Registries: [2020-05-07T20:16:05.263Z] 127.0.0.0/8 [2020-05-07T20:16:05.263Z] Live Restore Enabled: false [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] [2020-05-07T20:16:05.263Z] INFO: Stopping daemon under test [2020-05-07T20:16:05.263Z] SUCCESS: The process with PID 3240 (child process of PID 5320) has been terminated. [2020-05-07T20:16:05.263Z] SUCCESS: The process with PID 5320 (child process of PID 4600) has been terminated. [2020-05-07T20:16:05.263Z] INFO: Stop tailing logs of the daemon under tests [2020-05-07T20:16:05.263Z] INFO: executeCI.ps1 Completed successfully at 05/07/2020 20:15:55. [2020-05-07T20:16:05.263Z] INFO: Tidying up at end of run [2020-05-07T20:16:05.263Z] INFO: Saving daemon under test log (d:\CI\PR-40427\6\dut.out) to C:\windows\TEMP\CIDUT.out [2020-05-07T20:16:05.263Z] INFO: Saving daemon under test log (d:\CI\PR-40427\6\dut.err) to C:\windows\TEMP\CIDUT.err [2020-05-07T20:16:05.263Z] INFO: Nuke-Everything... [2020-05-07T20:16:05.263Z] INFO: Container count on control daemon to delete is 2 [2020-05-07T20:16:05.263Z] e066613fc93c [2020-05-07T20:16:05.263Z] 4c29e079d1d3 [2020-05-07T20:16:05.263Z] INFO: Tidying pidfile d:\CI\PR-40427\6\docker.pid [2020-05-07T20:16:05.263Z] INFO: Nuking d:\CI [2020-05-07T20:16:20.354Z] INFO: Zapped successfully [2020-05-07T20:16:20.354Z] [2020-05-07T20:16:20.354Z] INFO: executeCI.ps1 exiting at Thu May 7 20:16:19 CUT 2020. Duration 00:57:25.5336415 [2020-05-07T20:16:20.354Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-05-07T20:16:20.617Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-05-07T20:16:37.811Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-05-07T20:16:39.642Z] Archiving artifacts [2020-05-07T20:16:55.225Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40427/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-05-07T20:16:56.215Z] + make clean [2020-05-07T20:16:58.477Z] docker volume rm -f docker-dev-cache [2020-05-07T20:16:58.477Z] 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